@import "partners.css";
@import "../../v2/css/articles/paging.css";
@import "hero.css";

html,body
{
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Override partners.css */
.section-partners {
    border-bottom: none;
    background: #E6EFF5;
    padding: 2.2rem 0;
}

/* Override base-v3.css */
h1 {
    margin-bottom: 1rem;
    font-size: 3.6rem;
}

/* Override hero.css */
.hero {
    min-height: 37rem;
}

.hero .hero__background img {
    object-fit: cover;
    object-position: right;
}

@media (max-width: 767px){
    .hero {
        min-height: 34rem;
    }
}
@media (max-width: 550px){
    .hero {
        min-height: 30rem;
    }
    .hero .hero__background img {
        object-position: -60rem;
    }
}
@media (max-width: 450px) {
    .hero {
        min-height: 27rem;
    }
    .hero .hero__background img {
        object-position: -55rem;
    }
}

/* Override header-v3.css */
.footer {
    margin-top: 0;
}
.header {
    margin-bottom: 0;
}
/* Override paging.css */
.paging {
    border-top: none;
    border-bottom: none;
    padding: 4rem 0 6rem;
    margin-top: 0;
}
.paging ul{
    margin-bottom: 0;
}


.external_link_icon {
    width: 16px;
    height: 14px;
    position: relative;
    left: 1rem;
    bottom: .2rem;
}
/* ------------------------------------------------------------ *\
	article-horizontal
\* ------------------------------------------------------------ */

.display-flex {
    display: flex;
}

.article-horizontal:first-child{
    border-top: 1px solid #D2D5D7;
}
.article-horizontal{
    border-bottom: 1px solid #D2D5D7;

}
.article-horizontal {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.article-horizontal a {
    display: inline-flex;
    margin: 0;
    text-decoration: none;
}

.article-horizontal a:hover {
    text-decoration: underline;
}

.article-horizontal .article__content {
    width: 100%;
}

.article-horizontal h4 {
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1rem;
    font-weight: 600;
}

.article-horizontal .article_byline{
    padding: 0;
    color: #555555;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    transition: color .4s;
    line-height: 1.43;
    font-weight: normal;
}

@media(max-width: 1280px) {
    .article-horizontal .article_byline {
        max-width: 29rem;
    }

    .article-horizontal a {
        margin: 0;
    }
}

@media(max-width: 900px) {

    .article-horizontal a {
        display: block;
        margin: 0;
    }

    .article-horizontal .article__content {
        margin: 0;
        padding-top: 0;
    }

    .article-horizontal .article_byline {
        max-width: 32rem;
    }
}


.articles:after {
    content: '';
    display: table;
    clear: both;
}

.articles {
    position: relative;
    margin-bottom: -10px;
}


@media(max-width: 1280px) {
    .articles {
        margin-bottom: 0;
    }
}

@media(max-width: 575px) {
    .articles--mobile-hide {
        visibility: hidden;
        display: none;
    }
}
.article__content h4 {
    display: inline;
}
.article__content p {
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.88em;
}

.articles .article__content {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

@media(max-width: 1360px) {

    .articles .article {
        max-width: 295px;
    }

}

/* ------------------------------------------------------------ *\
	content
\* ------------------------------------------------------------ */

.content {
    padding: 4rem 4rem 0;
}

@media (max-width: 767px){
    .content {
        padding: 2rem 2rem 0;
    }
    .shell {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 600px){

    .content {
        padding: 1rem 1rem 0;
    }
}
/* ------------------------------------------------------------ *\
	aside
\* ------------------------------------------------------------ */

.aside {
    max-width: 38rem;
    flex: 0 0 33rem;
    padding: 0 2rem 0 4rem;
}

@media(max-width: 900px) {
    .display-flex {
        flex-direction: column;
    }
    .aside {
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 767px) {
    .aside {
        padding: 1.5rem 2rem 0;
    }
}

.section__sidebar h5 a{
    color: inherit;
    font-weight: 600;
}
.section__sidebar h5{
    margin-bottom: 2rem;
}
.section__sidebar {
    padding-bottom: 2rem;
}

.section__sidebar-inner p {
    font-size: 1.4rem;
}

.section__sidebar > .section__sidebar-inner {
    background: #F5F8FA;
    padding: 2rem;
    height: 100%;
    border-radius: 5px;
}

.content_header {
    padding-bottom: 5rem;
}
@media(max-width: 767px) {
    .content_header {
        padding-bottom: 3.5rem;
    }
}
.content_header h4 {
    font-weight: normal;
    color: #555;
}
h4 {
    font-size: 2.4rem;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1rem;
}

@media(max-width: 767px) {
    h4 {
        font-size: 2rem;
    }
}
@media(max-width: 1023px) {
    .section__sidebar > .section__sidebar-inner {
        margin-left: 0;
        width: 100%;
    }
}


/* ------------------------------------------------------------ *\
	.list-studies
\* ------------------------------------------------------------ */

ul.list-partners,
ul.list-studies {
    list-style: none;
}
.list-studies h6 {
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 2.18;
    color: #025E9B;
    margin-bottom: 0;
}

.section__sidebar-inner h5 a:hover,
.list-studies li a:hover {
    text-decoration: underline;
}

.section__sidebar-inner h5 a,
.list-studies li a{
    text-decoration: none;
}

.list-studies a {
    font-size: 1.4rem;
    color: #555;
}
.list-studies p {
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.43;
    font-weight: 600;
}
.list-studies li + li {
    margin-top: 1.3rem;
}
