body {
    margin: 0;
    padding: 0;
    background-color: black;
}

.read-more {
    color: #666;
    background-color: black;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    padding: 10px 0px 0px;
    text-decoration: underline;
  }

.main_container {
    max-width: 1512px;
    margin: 0 auto;
}

.top_section {
    width: 100%;

    display: flex;
    flex-direction: column;
    max-height: 1024px;
}

.pop-up-bar {
    background-color: black;
    color: white;
    height: 41px;
    min-height: 41px;
}

.header {
    min-height: 136px;
    height: 136px;
    max-height: 136px;
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
    background-color: white;
}

.menu {
    width: 75%;
    min-width: 200px;
    padding-top: 10px;
}

.menu_items {
    list-style-type: none;
    width: 100%;
}

.menu_items li {
    float: left;
    width: 25%;

    font-family: 'Open Sans', sans-serif;

    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.15em;
    text-align: center;
    text-transform: uppercase;
}

.menu_items li a {
    text-decoration: none;
    color: black;
}

.menu_items li a:hover {
    text-decoration: underline;
    color: black;
}

.search {
    margin-right: 20px;
    visibility: hidden;
    display: none;
}

.search input {
    border-radius: 40px;
    width: 225px;
    height: 48px;
    color: #646464;

    border: 0.5px solid #646464;

    padding-left: 20px;
}

.section_one {
    background-image: url("/img/section_one_bg.png");
    background-repeat: no-repeat;
    background-size: cover;

    min-height: 768px;
    max-height: 1024px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.section_one .headline {
    justify-content: center;

    font-family: 'Playfair Display', sans-serif !important;
    font-size: 60px;
    font-weight: 400;
    line-height: 80px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    
    margin: 0 auto;
    width: 100%;
}

@media screen and (max-width: 670px) {
    .section_one .headline {
        font-size: 48px;
    }
}

@media screen and (max-width: 455px) {
    .section_one .headline {
        font-size: 36px;
    }
}

@media screen and (max-width: 335px) {
    .section_one .headline {
        font-size: 24px;
    }
}

.section_one .textbox {
    width: 78%;
    margin: 0 auto;
}

.section_one .sub-headline {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: white;
    text-transform: uppercase;

    text-align: center;

    margin: 35px auto 0px auto;

    letter-spacing: 0.15em;
}

.small-white-logo {
    margin: 0px 0px 0px 8px;
}

.section_two {
    display: flex;
    background-color: #f3f3f3;

    align-items: center;
    min-height: 480px;

    flex-direction: column;
    justify-content: center;

    width: 100%;
}

.section_two .textbox {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 80%;
    
    font-size: 20px;
    padding: 30px 0px;
}

.small-black-logo {
    height: 15px;
}

.text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: 0.05em;
    text-align: center;
}

.section_two .textbox .divider {
    max-width: 342px;
    width: 80%;
}

@media screen and (max-width: 900px) {
    .section_two .textbox .divider {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .section_two .textbox .text {
        margin-top: 15px;
        text-align: left;
    }
}

@media screen and (max-width: 900px) {
    .section_two .textbox .title {
        text-transform: uppercase;
    }
}

.title {
    font-family: 'Playfair Display';
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.section_two_image {
    width: 80%;
}

.section_two .image_container {
    text-align:center;
}

@media screen and (min-width: 1024px) {
    .section_two .image_container {
        align-self: end;
    }
}

.section_three {
    padding: 50px 0px;
    background-color: black;;
}

.section_three h2 {
    font-family: 'Playfair Display';
    font-weight: 600;
    text-align: center;
    color: white;

    line-height: 48px;
    font-size: 30px;

    letter-spacing: 0.05em;
}

.section_three .image_cluster {
    max-width: 100%;
}

.section_three .image_cluster .hiw_images {
    display: flex;
    list-style-type: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    justify-content: center;
}

@media screen and (max-width: 900px) {
    .section_three .image_cluster .hiw_images {
        flex-flow: column;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.section_three .image_cluster .hiw_images li {
    width: 23%;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

@media screen and (max-width: 900px) {
    .section_three .image_cluster .hiw_images li {
        width: 50%;
        min-width: 300px;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 310px) {
    .section_three .image_cluster .hiw_images li {
        min-width: 225px;
    }
}

.section_three .image_cluster .hiw_images li img {
    width: 98%;
}

.section_four {
    background-color: #d9d9d9;
    text-align: center;

    min-height: 260px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding-bottom: 50px;
}

@media screen and (max-width: 900px) {
    .section_four {
        text-align: left;
        align-items: start;
        padding-left: 25px;
    }
}

.section_four h2 {
    text-align: center;
    line-height: 33px;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

@media screen and (max-width: 900px) {
    .section_four h2 {
        text-transform: uppercase;
    }
}

.section_four .email_link {
    color: black;
    text-decoration: none;
    margin-bottom: 20px;
}

.section_four .email_link a {
    color: black;
    text-decoration: none;

    font-family: 'Open Sans';
    font-size: 20px;
}

.section_four .email_link a:hover {
    text-decoration: underline;
}

.section_five {
    background-color: #f3f3f3;
}

.section_five h2 {
    padding-top: 25px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 72px;
    font-size: 60px;
}

@media screen and (max-width: 510px) {
    .section_five h2 {
        font-size: 48px;
    }
}

@media screen and (max-width: 360px) {
    .section_five h2 {
        font-size: 42px;
    }
}

@media screen and (max-width: 290px) {
    .section_five h2 {
        font-size: 36px;
    }
}

.section_five h4 {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.section_six {
    display: flex;
    flex-direction: column;

    background-image: url("/img/section_six_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    min-height: 600px;
    padding: 50px 0px;
}

.section_seven {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_seven h1 {
    font-family: Playfair Display;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.05em;
    text-align: center;
    color: white;
}

.section_seven hr {
    width: 342px;
}

.section_seven .advisors {
    display: flex;
    color: white;
    width: 100%;
    justify-content: space-evenly;
    margin: 0 auto;
    padding-top: 65px;

    flex-wrap: wrap;
    gap: 50px;
}

.section_seven .advisor-blurb {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;

    overflow: hidden;
}

.section_seven .advisor-blurb a:any-link {
    color: #d9d9d9;
}

.section_seven .advisor-blurb a:hover {
    color: #646464;
}

.read-more-content {
    display: none;
}

.advisor-name {
    font-family: Playfair Display;
    font-size: 35px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: 0.05em;
    text-align: center;

    padding: 10px 0px;
}

.advisor-photo {
    text-align: center;
    padding: 10px 0px;
}

.advisor-photo img {
    border-radius: 50%;
}

.advisor-section {
    width: 40%;
    min-width: 340px;
}

@media screen and (max-width: 600px) {
    .section_six {
        background-position-x: -750px;
    }
}

@media screen and (max-width: 350px) {
    .section_six {
        background-position-x: -800px;
    }
}

.quote-slides {
    display: block;
    /* position: relative; */
    /* min-height: 450px; */
    /* overflow: hidden; */
}

.pull-quote {
    /* position: absolute; */
    /* transition: all 0.5s; */

    width: 100%;
    height: 100%;
}

.pull-quote-contents {
    width: 80%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    margin: 0 auto;
}

.publication-logo {
    padding: 15px;
}

.invert {
    filter: invert(100%);
}

.press {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    flex-grow: 1;

    width: 100%;
    height: 85%;

    color: white;
    font-size: 24px;
}

.go-back {
    display: none;
}

@media screen and (min-width: 280px) {
    .go-back {
        display: block;
        flex-grow: 1;
        padding-left: 15px;
    }
}

@media screen and (min-width: 400px) {
    .go-back {
        padding-left: 30px;
    }
}

.go-fwd {
    display: none;
    text-align: end;
}

@media screen and (min-width: 280px) {
    .go-fwd {
        display: block;
        flex-grow: 1;
        padding-right: 15px;
    }
}

@media screen and (min-width: 400px) {
    .go-fwd {
        padding-right: 30px;
    }
}

.go-fwd:hover, .go-back:hover {
    cursor: pointer;
}

.pull-quote-text {
    width: 100%;
    max-width: 820px;
    min-width: 220px;
}

.publication-logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    padding-top: 50px;
}

.press-content {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 18px;
    text-align: center;
    width: 100%;
    min-width: 220px;
}

@media screen and (max-width: 360px) {
    .press-content {
        font-size: 14px;
    }
}

.quoted {
    margin: 40px 0px;
}

.author {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.05em;
}

.tag-line {
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0.05em;
    color: white;

    text-align: center;
}

@media screen and (max-width: 900px) {
    .tag-line {
        font-size: 24px;
    }
}

.footer {
    font-size: 12px;
    text-align:center;
    color: #646464;

    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
}

.footer .logo {
    height: 8px;
}

.social_icons {
    margin-bottom: 20px;
    display: flex;
}

.social_icon {
    height: 25px;
}

.testimonials {
    display: flex;
    flex-flow: column;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.testimonial {
    width: 33%;
    min-width: 300px;
}

@media screen and (max-width: 820px) {
    .testimonial {
        flex: 1;
    }
}

.inner_testimonial_content {
    padding: 40px; 
}

.quote {
    font-size: 96px;
    font-family: 'Playfair Display variant0', serif !important;
    line-height: 128px;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}