#top-header {
    position: relative;
    z-index: 9;
    height: 60vh;
}
#search-bar {
    background: url(../images/search-bar.jpg);
    padding: 32px 0 35px;
    float: left;
    width: 100%;
    background-size: cover;
}
.search-option {
    float: left;
    width: 65%;
    text-align: right;
    padding-right: 41px;
}
.search-option input {
    border: 1px solid #fff;
    background: none;
    color: #fcfcfc;
    outline: none;
    width: 700px;
    line-height: 55px;
    padding-left: 15px;
    max-width: 100%;
    font-size: 16px;
    letter-spacing: 5px;
    word-spacing: 2px;
}
.search-option ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fcfcfc;
	opacity: 1; /* Firefox */
}
#resource-items {
	float: left;
	width: 100%;
	padding: 0 5% 100px;
	background: #f0f0f0 url('../images/resource-bg.png') no-repeat top center;
}

.resource-index {
    float: left;
    width: 21%;
    padding: 80px 0 0;
}
.resource-index button {
    color: #fafafa;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding-left: 20px;
    position: relative;
    outline: none;
}
.resource-index button.is-checked:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    bottom: 8px;
    width: 4px;
    background: #0053a5;
}
.resource-grid-items {
    float: left;
    width: 75%;
    /*max-height: 1360px;*/
    transition: all 0.6s;
    transition-timing-function: ease;
    padding: 90px 0 0 14px;
}
#resource-items.hover .resource-grid-items {
	max-height: 1600px;
}

.resources-grid-item {
    width: 415px;
    min-height: 309px;
    max-width: 32%;
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin: 4px;
    background: #fff;

}
.resources-grid-item .image-holder {
    max-width: 90%;
}
.resources-grid-item:hover {
    background: #000;
    min-height: 625px;
    padding: 15px 0;
}
.resources-grid-item:hover .image-description {
	display: block;
}
.resources-grid-item:hover img{
	-webkit-filter: invert(1);
   filter: invert(1);
}
.image-description {
    font-size: 19px;
    color: #fff;
    line-height: 32px;
    padding: 0 30px 30px;
}
#footer {
    float: left;
    width: 100%;
}
.seperator {
    background: #d8043d;
    width: 50px;
    height: 2px;
    margin: 10px auto 40px;
    display: block;
}
@media(max-width: 1679px) {
.search-option {
    width: 82%;
}
}
@media(max-width: 1599px) {
.search-option {
    width: 90%;
}
}
@media(max-width: 1439px) {
.resources-grid-item {
    min-height: 275px;
    max-width: 30%;
}
.resources-grid-item:hover {
    min-height: 558px;
}
.resources-grid-item .image-holder {
    max-width: 75%;
}
.banner-tilte h1 {
    font-size: 140px;
    line-height: 110px;
}
.banner-tilte h1::after {
    top: 3px;
}
}
@media(max-width: 1279px) {
.resources-grid-item {
    min-height: 200px;
}
.resources-grid-item:hover {
    min-height: 408px;
}
.image-description {
    font-size: 16px;
    line-height: 32px;
    padding: 0 15px 15px;
}
.seperator {
    margin: 10px auto;
}
.banner-tilte h1 {
    line-height: 77px;
    font-size: 100px;
}
.banner-tilte h1::after {
    top: 1px;
    bottom: 5px;
}
.banner-tilte {
    bottom: 100px;
}
.resource-index {
    width: 30%;
}
.resource-grid-items {
    width: 70%;
}
}
@media(max-width: 1023px) {
.banner-tilte h1 {
    line-height: 60px;
    font-size: 90px;
}
}
@media(max-width: 991px) {
.resources-grid-item {
    max-width: 45%;
}
.search-option {
    width: 100%;
    padding: 0 5%;
}
.resource-index button {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    padding-left: 20px;
    margin: 0 0 10px;
}
}
@media(max-width: 767px) {
.resources-grid-item, .resources-grid-item:hover  {
    min-height: 200px;
}
.resources-grid-item {
    max-width: 90%;
}
.banner-tilte h1 {
    line-height: 40px;
    font-size: 50px;
}
.banner-tilte {
    bottom: 50px;
}
.resource-index button.is-checked:before {
    top: 5px;
}
.resource-index button {
    padding-left: 15px;
}
.search-option input {
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 0;
}
}
@media(max-width: 576px) {
#resource-items {
    padding: 0 3% 100px;
}
.resource-index button {
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 10px;
}
.resources-grid-item, .resources-grid-item:hover  {
    min-height: 150px;
}
.banner-tilte h1 {
    line-height: 25px;
    font-size: 25px;
}
.banner-tilte h1::after {
    left: -20px;
    top: 0;
    width: 5px;
    height: 20px;
    bottom: auto;
}
.search-option input {
    line-height: normal;
    height: 50px;
}
}
