.page_title {
    display: none;
}

header,
header nav > ul,
header a.logo svg {
    transition: all 0ms linear !important;
}

header a.logo,
header .community,
header .social {
    transition: padding 350ms ease !important
}


@media (min-width: 1621px) {
    section.smallest.search-results {
        padding: calc(108px + 7.5rem) 0 7.5rem 0;
    }
}

@media (min-width: 769px) and (max-width: 1620px) {
    section.smallest.search-results {
        padding: calc(108px + 7.4%) 0 7.4% 0;
    }
}

@media (min-width: 469px) and (max-width: 768px) {
    section.smallest.search-results {
        padding: calc(108px + 3.5rem) 0 3.5rem 0;
    }
}

@media (max-width: 468px) {
    section.smallest.search-results {
        padding: calc(108px + 2.5rem) 0 2.5rem 0;
    }
}

@media (max-width: 768px) {
    header {
        width: 100%;
    }
}


.search-results {
    padding-bottom: 0 !important;
}

.search-results grid-column {
    padding: 0 !important;
}

.search-results h2 {
    margin: 0 !important;
    padding: 3.75rem 1.188rem;
}


/***** SEARCH *****/

.search-results form {
    border-radius: 3.125rem;
    box-sizing: border-box;
    box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
    display: table;
    height: 6.25rem;
    overflow: hidden;
    margin-left: 1.188rem;
    max-width: 70rem;
    position: relative;
    width: calc(100% - 2.375rem);
    z-index: 2;
}

.search-results form button {
    right: 6.25rem;
}

.search-results form input {
    cursor: text;
    display: block;
    width: calc(100% - 9rem);
    box-sizing: border-box;
    color: #231E20;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.375rem;
    font-weight: 300;
    height: 3.25rem;
    line-height: 3.25rem;
    padding: 0 3.125rem 0 0;
    margin-left: 3.125rem;
    top: 1.5rem;
    position: relative;
}


.search-results form button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transition: right 350ms ease;
    z-index: 2;
}

.search-results form button svg {
    fill: #042849;
    height: 1.375rem;
    width: 1.375rem;
    opacity: 0.35;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: opacity 350ms ease;
}

.search-results form button:hover svg {
    opacity: 0.8;
}

.search-results form button {
    height: 6.25rem;
    line-height: 6.25rem;
    width: 6.25rem;
}

.search-results form svg {
    height: 2.063rem;
    width: 2.063rem;
}


/*.search-results form input {
	box-sizing: border-box;
	border: 1px solid #CCC;
	border-right: 0;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	height: 3.125rem;
	float: left;
	line-height: 3.125rem;
	padding: 0 1.5rem;
	width: calc(100% - 10rem);
}

.search-results form button {
	background-color: #C2CD23;
	border: 0;
	border-radius: 0 2px 2px 0;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	height: 3.125rem;
	float: left;
	line-height: 3.125rem;
	text-transform: uppercase;
	transition: background-color 250ms ease;
	width: 10rem;
}

.search-results form button:hover {
	background-color: #DCE73D;
}*/

.search-results results-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.search-results .search-result {
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 0 1.188rem 4.5rem 1.188rem;
    position: relative;
    transition: padding 350ms ease;
    box-sizing: border-box;
}

.search-results .search-result figure {
    background-size: cover !important;
    background-position: center !important;
    display: block;
    height: 0;
    margin: 0;
    padding-bottom: 57.5%;
    width: 100%;
    transition: padding-bottom 350ms ease;
}

.search-results .search-result span {
    color: #231E20;
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0.875rem 0 0.75rem 0;
    opacity: 0.6;
    position: relative;
}

.search-results .search-result span img {
    position: absolute;
    top: 0;
    left: 0;
}

.search-results .search-result h3 {
    color: #231E20;
    font-size: 1.25rem;
    margin: 0;
    transition: color 350ms ease;
}

/* BLOG POSTS */
.search-results .search-result span.blogs {
    padding-left: 2.5rem;
}

.search-results .search-result span.blogs img {
    width: 1.5rem;
    height: 1.5rem;
}

/* PUBLICATIONS */
.search-results .search-result span.publications {
    padding-left: 2.375rem;
}

.search-results .search-result span.publications img {
    width: 1.5rem;
    height: 1.5rem;
}

/* PODCASTS */
.search-results .search-result span.podcasts {
    padding-left: 2.25rem;
}

.search-results .search-result span.podcasts img {
    width: 1.5rem;
    height: 1.5rem;
}

/* VIDEOS */
.search-results .search-result span.videos {
    padding-left: 2.375rem;
}

.search-results .search-result span.videos img {
    width: 1.5rem;
    height: 1.5rem;
}


/* HOVER */

@media (min-width: 469px) {
    .search-results .search-result:hover {
        padding-bottom: 3rem;
    }

    .search-results .search-result:hover figure {
        padding-bottom: calc(57.5% + 1.5rem);
    }

    .search-results .search-result:hover h3 {
        color: #01A7B8;
    }

    .search-results.small .search-result {
        padding-bottom: 1.5rem;
    }

    .search-results.small .search-result:hover {
        padding-bottom: 0rem;
    }
}

@media (max-width: 468px) {
    .search-results .search-result:hover h3 {
        color: #01A7B8;
    }
}

/* RESPONSIVE */

@media (min-width: 1621px) {
    .search-results .search-result {
        width: 25%
    }
}

@media (min-width: 941px) and (max-width: 1620px) {
    .search-results .search-result {
        width: 33.333%
    }
}

@media (min-width: 521px) and (max-width: 940px) {
    .search-results .search-result {
        width: 50%
    }
}

@media (max-width: 520px) {
    .search-results .search-result {
        padding-bottom: 3rem;
        width: 100%;
    }

    .search-results .search-result span {
        font-size: 0.875rem;
        margin: 0.75rem 0 0.625rem 0;
    }

    .search-results .search-result h3 {
        font-size: 1.063rem;
    }
}

@media (min-width: 469px) {
    .search-results .filter {
        margin: 1.875rem 1.188rem 0 1.188rem;
    }

    .search-results .filter li {
        margin: 0 2rem 0.5rem 0 !important;
    }
}

.ie9 .search-results results-list,
.ie10 .search-results results-list,
.ie11 .search-results results-list,
.ie12 .search-results results-list,
.ie13 .search-results results-list,
.ie14 .search-results results-list,
.ie15 .search-results results-list,
.ie16 .search-results results-list,
.ie18 .search-results results-list,
.ie17 .search-results results-list {
    display: table;
    width: 100%;
}

