﻿@media (min-width: 1200px) {
  .filterSearch {
      min-width: 300px !important;
      }
  }

  .inputSearch {
      font-size: 75%;
  }

  a.g-link{
  color: #4a0d66;  
  }

/* START - Details - Year and Program Name */
p.g-details-header1{
  font-size: 26px;   
  font-weight: bold;
  text-align: center;  
}

/* START - Search - Title */
p.g-search-header1{
  font-size: 26px;   
  font-weight: bold;
  color: #4a0d66;  
}

/* START - Title */
p.g-details-header2{
  font-size: 32px;
  font-weight: bold;
  color: #4a0d66;
  text-align: center;
}

/* START - Heading - Background, Research Plan and Impact */
h3.g-details-h3{
  font-size: 26px;  
}

/* START DETAILS - Subtitle - Fullname, Descripxion, Institution, City, State and Country */
p.g-details-subtitle {
  font-size: 22px;
  text-align: center;
}

/* START SEARCH - Subtitle - Fullname, Year, City, State and Country */
p.g-search-subtitle {
  font-size: 18px;
}

/* START - Text - Background, Research Plan, Impact and Grant Text */
p.g-field, p.bodyContent { 
  font-size: 22px;
}

@media (min-width: 768px){
.container {
  flex-direction: column!important;
  }}

.eventRoutingFilter .filterInner .filterOptionWrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center!important;
}
.filterOptionWrapper input[type=submit] {
    margin: 0;
    height: 43px;
    margin-bottom: 20px!important;
}

.eventRoutingFilter .filterOptionWrapper .dropDownWrapper {
    min-height: 49px;
}

.dropDownWrapper select {
    padding: 10px 25px 0px 20px !important;
}

.pagination {
        display: flex;
    }

.hide {
	display: none;
}

.g-searchResults {
	margin-left: auto;
    margin-right: auto;
    padding: 25px;
}