@import url('./font-awesome.min.css');
main {
  max-width: 100%;
  padding:0;
  margin: 0 auto;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
img {
  display:flex;
  padding:0;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
    }
h1 {
  max-width: 100%;
  padding:0;
  margin: 0 auto;
    }
.filter_heading{
  display:block;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ddd;
}
.filter_heading  span{
  color: #5d5d5d;
}
#filter-select {
    border: none;
    margin-left: 20px;
    outline: 0;
    padding: 10px 30px;
    background: #fafafa;
    color: #5d5d5d;
    overflow: hidden;
    transition: box-shadow 0.6s;
    box-shadow: 0 2px 5px #ccc;
}
#filter-select option{
  background:#fff;
  border: none;

}
#chevron {
   content:"\2039";
}
.tab-content{
    padding-top: 20px;
    padding-bottom: 20px;
  margin-left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.item{
  width: 31.3%;
  margin-bottom: 180px;
  margin-left: 19px;
}

/* Isotope */
 .isotope, .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
 .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
isotope-hidden {
    display: none!important;
}
/**** Isotope filtering ****/
 .isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* Content element */
.ResourcesGridBlock {
    padding:30px;
    position:relative;
    background:#fafafa;
    color:#5d5d5d;
    display:-ms-flexbox;
    display:flex;
    min-height:150px;
    overflow:hidden;
    transition:box-shadow 0.6s;
    box-shadow:0 2px 5px #ccc;
}

.ResourcesGridBlock:hover{
    box-shadow:0 8px 15px #ccc;
}
.ResourcesGridBlock .ResourcesGridBlock-content{
    z-index:20;
}
.ResourcesGridBlock {
    cursor:pointer;
}
.ResourcesGridBlock-content {
    -ms-flex-positive:1;
    flex-grow:1;
    position:relative;
}
.ResourcesGridBlock-title {
  margin-bottom: 1rem;
    text-align: left;
    font-family: Assistant;
    font-size: 20px;
    font-weight: 300;
    color: #5d5d5d;
}
.ResourcesGridBlock-link {
    position:relative;
    bottom:0;
    left:0;
    color:#007dc1;
    cursor:pointer;
  font-size: 15px;
    font-weight: 600;
  font-family: Assistant;
  text-decoration:unset;
}
.ResourcesGridBlock-link:hover{
  color: #46b3e9;
}
.ResourcesGridBlock-kicker {
    text-align:left;
    margin-bottom:1rem;
    margin-top: 0;
    font-size:12px;
    font-weight: bold;
    text-transform:uppercase;
    font-weight:500;
    color:#007dc1;
}
.ResourcesGridBlock-kicker a {
    cursor:pointer;
}
.Link--trailing:after{
  content: '\203A';
    font-size: 1.25em;
    font-weight: 500;
    margin-left: 0.5em;
}

/*Styling Selectbox*/
.dropdown {
    width: 200px;
    display: inline-block;
    background-color: #fafafa;
    box-shadow: 0 0 5px #ccc;
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    text-align: left;
    outline: none;
    margin-left: 30px;
    margin-right: 30px;
}
.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px;
}
.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}
.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown:active {
    background-color: #f8f8f8
}
.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px #ddd;
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}
.dropdown.active .select > i {
    transform: rotate(-90deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 5px 5px #ddd;
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    z-index: 9
}
.dropdown .dropdown-menu li {
  padding: 10px;
  transition: all .2s ease-in-out;
  cursor: pointer
}
.dropdown .dropdown-menu {
  padding: 0;
  list-style: none
}
.dropdown .dropdown-menu li a{
  color: #474747;
  display: block;
  text-decoration: none;
}
.dropdown .dropdown-menu li a:hover,
.dropdown .dropdown-menu li a:active{
  color: #fff;
}
.dropdown .dropdown-menu li:hover{
  background-color: #00447A;
  color: #fff;
}
.dropdown .dropdown-menu li:hover a{
  color: #fff;
}
.dropdown .dropdown-menu li:active {
  background-color: #00447A
}
.dropdown .dropdown-menu li:active a{
  color: #fff;
}
/* End: Recommended Isotope styles */
@media screen and (max-width: 650px) {
  .item{
    width: 100%;
    margin-bottom: 20px;
    margin-left:0;
  }
  .tab-content {
    padding-top: 20px;
    margin-left: 0;
  }
  .dropdown{
    margin-left: 0px;
    margin-top: 15px;
    display: block;
    width: 200px;
  }
}