/*
Theme Name: Independent Schools Australia
Author: Envelope Group
*/


/*_______________________________________*/


/*Colours*/


/*_______________________________________*/

:root {
    --i-grey: #707070;
    --i-grey2: #acacac;
    --i-grey3: #919191;
    --i-lgrey: #fafafa;

    --i-plum: #9d5084;
    --i-jade: #009f91;
    --i-lime: #a8cf47;

    --i-aqua: #009f91;
    --i-blue: #3d4390;

    --i-lightplum: #9E999D;
    --i-lightlime: #A0C143;
    --i-lightaqua: #61B8B0;
    --i-lightgrey: #acacac;
    --i-lightjade: #2bddcf;
    --i-lightblue: #7e86fa;

    --i-darklime: #7ca021;
}



/*_______________________________________*/


/*Additional Trial CSS*/


/*_______________________________________*/


.member-logo {
    text-align: right;
    width: auto !important;
    float: right;
    padding: 0px !important;
    max-width: 220px;
}

.member-div {
    padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
    .member-logo {
        display: none;
    }

    .mob-nav {
        height: auto !important;
    }


}

/* page-template-page-search */
.page-template-page-search * {
    box-sizing: border-box;
}

.page-template-page-search .search-banner .search-box .search-form .cover-bt button {
    border: none;
}

body.page-template-page-search .search-banner .search-box .search-form .search-wp ul {
    margin: 0;
    /* 	padding-top:9px !important; */
}

.loading-move {
    top: 22px !important;
}

.burger-launcher img {
    padding: 0 !important;
}





/*_______________________________________*/


/*Colour Classes*/


/*_______________________________________*/


.c-l-grey {
    color: var(--i-lgrey);
}


/* GREY */

.c-grey {
    color: var(--i-grey);
}

.c-grey a {
    border-bottom: 1px solid var(--i-grey);
}

.c-grey a:hover {
    color: var(--i-grey);
}


/* PLUM */

.c-plum {
    color: var(--i-plum);
}

.c-plum a {
    border-bottom: 1px solid var(--i-plum);
}

.c-plum a:hover {
    color: var(--i-plum);
}


/* JADE */

.c-jade {
    color: var(--i-jade);
}

.c-jade a {
    border-bottom: 1px solid var(--i-jade);
}

.c-jade a:hover {
    color: var(--i-jade);
}


/* LIME */

.c-lime {
    color: var(--i-darklime);
}

.c-lime a {
    border-bottom: 1px solid var(--i-darklime);
}

.c-lime a:hover {
    color: var(--i-darklime);
}


/* AQUA */

.c-aqua {
    color: var(--i-aqua);
}

.c-aqua a {
    border-bottom: 1px solid var(--i-aqua);
}

.c-aqua a:hover {
    color: var(--i-aqua);
}

.c-aqua h5 {
    color: var(--i-blue);
}

.c-aqua td {
    color: var(--i-blue);
}


/* BLUE */

.c-blue {
    color: var(--i-blue);
}

.c-blue a {
    border-bottom: 1px solid var(--i-blue);
}

.c-blue a:hover {
    color: var(--i-blue);
}


/*_______________________________________*/


/*Background colour Classes*/


/*_______________________________________*/

/* GREY */

.bg--grey {
    background-color: var(--i-grey);
    color: black;
}

.bg--grey2 {
    background-color: var(--i-grey2);
    color: black;
}



.bg--grey p,
.bg--grey2 p {
    color: inherit;
}

.bg--lgrey {
    background-color: var(--i-lgrey);
}


/* JADE */

.bg--jade {
    background-color: var(--i-jade);
    color: white;
}

.bg--jade p {
    color: inherit;
}


/* LIME */

.bg--lime {
    background-color: var(--i-lime);
    color: white;
}

.bg--lime p {
    color: inherit;
}


/* AQUA */

.bg--aqua {
    background-color: var(--i-aqua);
    color: white;
}

.bg--aqua p {
    color: inherit;
}


/* BLUE */

.bg--blue {
    background-color: var(--i-blue);
    color: white;
}

.bg--blue p {
    color: inherit;
}


/* PLUM */

.bg--plum {
    background-color: var(--i-plum);
    color: white;
}

.bg--plum-comp {
    background-color: #7D6F80;
    color: white;
}

.bg--plum p {
    color: inherit;
}

/* LIGHTS */

.bg--lightlime {
    background-color: var(--i-lightlime);
    color: white;
}

.bg--lightaqua {
    background-color: var(--i-lightaqua);
    color: white;
}

.bg--lightplum {
    background-color: var(--i-lightplum);
    color: white;
}

.bg--lightjade {
    background-color: var(--i-lightjade);
    color: white;
}

.bg--lightgrey {
    background-color: var(--i-lightgrey);
    color: white;
}

.bg--lightblue {
    background-color: var(--i-lightblue);
    color: white;
}






/*_______________________________________*/


/*Global Defaults*/


/*_______________________________________*/
* {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 1.3rem;
    background-color: var(--i-grey2);
}

.container {
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.contain {
    padding: 2rem;
}

@media screen and (max-width: 800px) {
    .contain {
        padding: 1rem;
    }
}

.text-contain-parent {
    max-width: 700px;
}

.text-contain-child * {
    max-width: 700px;
}

.lrg-element-contain {
    max-width: 1300px;
    margin: 0 auto;
}

ul {
    padding: 1.5rem;
}

ul li {
    color: var(--i-grey);
    list-style-type: '— ';
}




/*_______________________________________*/


/*Typography Global*/


/*_______________________________________*/

a {
    color: inherit;
    text-decoration: none;
}


/* a:hover {} */

h1 {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 2.8rem;
    letter-spacing: -1.5px;
    margin: .5rem 0;
}

h2 {
    font-size: 1.8rem;
    line-height: 2rem;
}

h3 {
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
    margin-bottom: .5rem;
}

h4 {
    font-weight: 600 !important;
    font-size: 1.2rem;
    margin: .5rem 0;
    padding: 0;
}

h5 {
    font-size: 1.1rem;
    margin: .5rem 0;
    padding: 0;
    margin-bottom: 2rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid;
}

h6 {
    font-size: 1.1rem;
    margin: .5rem 0;
}

p {
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin-top: 0;
    color: var(--i-grey);
}

@media screen and (max-width: 1000px) {
    h1 {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }

    h2 {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    h6 {
        font-size: 0.9rem;
    }

    p {
        font-size: 1.1rem;
    }
}

.uppercase {
    text-transform: uppercase;
}

b {
    font-weight: 600;
}


/*_______________________________________*/


/*Buttons*/


/*_______________________________________*/

.rnd-btn {
    border: 3px solid;
    border-radius: 25px;
    padding: .5rem 2rem;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
}



.rnd-btn-a {
    border-bottom: none !important;
}

.rnd-btn--fullw {
    max-width: 100%;
}

@media screen and (max-width: 1000px) {
    .rnd-btn {
        margin: 2rem 0;
        display: block;
    }
}

.arrow-btn a {
    position: relative;
    display: block;
}

.arrow-btn a:after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent url('../img/link-arrow.svg') no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
}


/*_______________________________________*/


/*Navigation*/


/*_______________________________________*/

.nav-loop-temp {
    background-color: red;
}

.header {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 2fr;
    grid-template-rows: auto 1fr;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    /* height: 150px; */
    z-index: 101;
}

#mob-header {
    display: none;
}

.mob-nav {
    display: none;
    position: relative;
    background-color: var(--i-blue);
    padding: 1rem;
}

.horiz-logo--contain {
    display: inline-block;
}

#horiz-logo {
    height: 60px;
}

.header--logo {
    background-color: var(--i-blue);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
}

.header * {
    font-size: 1rem;
}

@media screen and (max-width:1150px) {
    .header {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto 1fr;
    }

    .header--logo {
        display: none;
    }

    .mob-nav {
        display: block;
    }
}

#icon--logo {
    width: 100%;
    min-width: 150px;
    max-width: 200px;
    height: auto;
}

.header--col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.header--parent {
    font-weight: 600 !important;
    text-transform: uppercase;
    color: white;
    padding: .5rem;
    height: 30px;
}

.header--child {
    text-transform: capitalize;
    position: relative;
}

.header--child-item {
    position: relative;
}

.header--col1 .header--parent {
    background-color: var(--i-aqua);
}

.header--col2 .header--parent {
    background-color: var(--i-lime);
}

.header--col3 .header--parent {
    background-color: var(--i-plum);
}

.header--col1 {
    background-color: #EFF8F7;
}

.header--col2 {
    background-color: #EAF0DD;
}

.header--col3 {
    background-color: #EEE8EC;
}

.header--col1 .header--child-item {
    border-bottom: 1px solid var(--i-aqua);
    color: var(--i-aqua);
}

.header--col2 .header--child-item {
    border-bottom: 1px solid var(--i-lime);
    color: #709a06;
}

.header--col3 .header--child-item {
    border-bottom: 1px solid var(--i-plum);
    color: var(--i-plum);
}

.header--child-item:last-of-type {
    border-bottom: none;
}

.header--child-text {
    padding: .5rem;
    margin-right: 45px;
    min-height: 22px;
    /* width: 100%; */
    /* border-right: 1px solid; */
}

.header--child-expand {
    /* border-left: 1px solid; */
    width: 45px;
    display: flex;
    background-color: var(--i-blue);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.expand-col1 {
    background-color: rgb(0, 159, 145, 0.2);
    color: var(--i-aqua);
}

.expand-col2 {
    background-color: rgb(168, 207, 71, 0.2);
    color: #709a06;
}

.expand-col3 {
    background-color: rgb(157, 80, 132, 0.2);
    color: var(--i-plum);
}

.header--child-panel {
    display: block;
    background-color: #F0F0F0;
    color: inherit;
    max-height: 0;
    transition: .4s;
    overflow: hidden;
    z-index: 102;
}

.header--child-panel ul {
    padding: 0;
    margin: 0;
    color: inherit;
}

.header--child-panel ul li {
    list-style: none;
    padding: .5rem;
    border-bottom: 1px solid;
}

.header--child-panel ul li:last-of-type {
    border-bottom: 0;
}

.burger-launcher {
    display: none;
    background-color: #E5E5E5;
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
}

.burger-launcher img {
    padding: 1rem;
    height: 30px;
}

.burger-launcher a {
    line-height: 0;
}

@media screen and (max-width:860px) {
    .header {
        display: block;
        position: relative;
    }

    #desktop-nav {
        display: none;
    }

    .mob-nav {
        height: 40px;
    }

    .horiz-logo--contain {
        height: 40px;
    }

    #horiz-logo {
        height: 100%;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        display: block;
    }

    .burger-launcher {
        display: inline-flex;
    }

    .header--parent,
    .header--child-text {
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 1.2rem;
        padding-left: 1rem;
    }

    .header--child-text {
        margin-right: 65px;
    }

    .header--child-expand {
        max-height: inherit;
        height: 55px;
        width: 65px;
        font-size: 1.5rem;
    }

    .header--child-panel ul li {
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 1rem;
    }
}


/*




OLD NAV */

.header-inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width:550px) {}

.header--burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#icon--burger {
    max-height: 30px;
}

@media screen and (max-width:550px) {
    #burger {
        max-height: 15px;
    }
}

#js-menu {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 2500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    justify-content: center;
    z-index: 100;
    transition: 1s;
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.noscroll {
    overflow: hidden;
}

.close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.close img {
    width: 50px;
    height: 50px;
}

.menu-contain--parent {
    max-width: 1500px;
}

.menu-contain {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.main-menu-contain ul {
    font-size: 2.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu-contain ul li {
    border-bottom: 1px solid;
    text-transform: uppercase;
    margin: 2rem 0;
    margin-bottom: 2.25rem;
    list-style: none;
    color: inherit;
}

.sub-menu-contain {
    /* position: absolute; */
    bottom: 5rem;
}

.sub-menu-contain ul li {
    display: inline-block;
    padding-right: 1rem;
    color: inherit;
}

.quick-links--burger {
    margin-top: 1.1rem;
}

@media screen and (max-width:600px) {
    #js-menu {
        justify-content: flex-start;
    }

    .menu-contain {
        display: block;
    }

    .menu-contain .quick-links,
    .sub-menu-contain {
        display: none;
    }
}

.return-parent {
    border-bottom: 1px solid;
    width: 100%;
    margin-bottom: 1rem;
}

.return-parent a:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
}


/*_______________________________________*/


/*Hero*/


/*_______________________________________*/

.hero {
    height: 60vh;
    position: relative;
    min-height: 550px;
    max-height: 800px;
    /* margin-top: 200px; */
}

.page-hero {
    height: 20vh;
    max-height: 800px;
    min-height: 350px;
}

.hero .hero--text p{
    color: inherit;
}

.hero .hero--text .rnd-btn{
    margin-top: 0 !important;
}

@media screen and (max-width:1200px) {
    .hero {
        height: 50vh;
    }
}

@media screen and (max-width:991px) {
    .hero {
        height: 45vh;
    }
}

@media screen and (max-width:750px) {
    .hero {
        height: unset;
        position: relative;
        min-height: 450px;
    }

    .page-hero {
        min-height: 300px;
    }
}

/* .page-hero--ambassador {
    height: 40vh;
    min-height: 750px;
} */

.flip {
    transform: scale(-1, 1);
}

.page-hero--small {
    min-height: 200px;
    padding-top: 2rem;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.hero>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
}

.hero--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

.hero--overlay__aqua {
    background: linear-gradient(90deg, rgba(82, 153, 163, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.hero--overlay__lime {
    background: linear-gradient(90deg, rgba(70, 132, 70, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.hero--overlay__plum {
    background: linear-gradient(90deg, rgba(177, 177, 177, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 600px) {
    .hero--overlay {
        opacity: 0.3;
    }
}

.hero--text-contain {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 2rem;
}

@media screen and (max-width: 800px) {
    .hero--text-contain {
        padding: 0;
    }

    .hero--text {
        padding: 0 1rem;
    }
}

.hero--text {
    color: #ffffff;
    z-index: 9;
    max-width: 800px;
    padding-bottom: 30px;
}

.hero--text h1 {
    font-size: 2.8rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.article-hero h1 {
    text-transform: inherit;
    font-size: 3rem;
    line-height: 3.2rem;
}

.hero--text h2 {
    max-width: 600px;
}

.page-hero--picto {
    position: absolute;
    right: 0;
    top: 0;
    width: 40vw;
    max-width: 320px;
    overflow: hidden;
    border-radius: 50%;
    margin: 1rem;
    line-height: 0;
}

.page-hero--picto img {
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
}

@media screen and (max-width:1000px) {
    /* .page-hero--picto {} */
    /* .page-hero--picto img {} */
}

@media screen and (max-width:600px) {
    .page-hero--picto {
        display: none;
    }
}

.hero_quote--container {
    background-color: var(--i-lgrey);
}

.hero_quote--inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.hero_quote--inner h2 {
    position: relative;
    margin-top: 5rem;
}

.hero_quote--inner h2:before {
    content: '“';
    font-size: 10rem;
    position: absolute;
    top: 0rem;
    left: -1rem;
    color: inherit;
}

@media screen and (max-width:600px) {
    .hero_quote--container {
        display: none;
    }
}


/*_______________________________________*/


/*Homepage--Intro Section*/


/*_______________________________________*/

.home-intro {
    border-bottom: 1px solid var(--i-grey);
}

.home-intro--section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

@media screen and (max-width:600px) {
    .home-intro--section {
        min-height: 0;
        display: block;
    }
}

.home-intro--section:nth-child(even) .home-intro--section__text {
    grid-column: 1;
    grid-row: 1;
}

.home-intro--section:nth-child(even) .home-intro--section__image {
    grid-column: 2;
    grid-row: 1;
}

.home-intro--section__image {
    position: relative;
    height: 50vh;
    overflow: hidden;
}

.home-intro--section__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: none;
}

.home-intro--section__text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

@media screen and (max-width:600px) {
    .home-intro--section__text {
        display: block;
        height: auto;
    }
}


/*
.home-intro--section__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;

}
*/

.home-intro--section__text h1 {
    border-bottom: 2px solid;
}

.home-intro--section__text h2,
.home-intro--section__text button {
    text-transform: uppercase;
}


/*_______________________________________*/


/*Quick Links*/


/*_______________________________________*/

.link-grid {}


/* .link-grid ul {
       font-size: 1.2rem;
} */

@media screen and (max-width:600px) {
    .link-grid {
        display: block;
    }
}

.one-col {
    display: block !important;
}

.link-grid .subtitle {
    margin: 1rem 0;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
}

.link-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.3rem;
}

@media screen and (max-width:600px) {
    .link-grid ul {
        border-top: 0;
    }
}

.link-grid ul li {
    border-bottom: 1px solid;
    list-style: none;
    color: inherit;
}

.link-grid ul li a {
    color: var(--i-grey);
}

.link-grid--highlight ul li a {
    color: inherit;
}

.link-grid ul li a {
    position: relative;
    width: 100%;
    display: block;
}


/* .link-grid ul li a:after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
} */

.link-grid a {
    border-bottom: 0;
}

.link-grid--sibling ul {
    border-top: 0;
}


/*_______________________________________*/


/*Picture Links*/


/*_______________________________________*/

.picture-links--grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
    ;
}

@media screen and (max-width:950px) {
    .picture-links--grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:650px) {
    .picture-links--grid {
        display: block;
    }

    .picture-links--item {
        margin-bottom: 1rem;
    }
}

.picture-links--item {
    border: 1px solid var(--i-grey);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.picture-links--item__image {
    height: 10vh;
    min-height: 300px;
    position: relative;
}

.picture-links--item__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .5s;
    transform: translateZ(0) scale(1.005);
}

.picture-links--item a {
    border-bottom: 0;
}

.picture-links--item h2 {
    text-transform: uppercase;
}

.picture-links--item h2,
.picture-links--item p {
    padding: 0 1rem;
}

/* .picture-links--item img {
    width: 100%;
    height: auto;
} */

.picture-links--link {
    border-top: 1px solid;
    padding: 1rem;
    text-transform: uppercase;
}


/*_______________________________________*/


/*Sections*/


/*_______________________________________*/

.section--hero {
    min-height: 25vh;
    display: flex;
    align-items: center;
}

.section--hero__container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.section--hero h1 {
    text-transform: uppercase;
}

.section--hero--pictogram {
    max-width: 400px;
}

.section--hero--pictogram img {
    width: 100%;
    height: auto;
}

.section--hero h1 {
    border-bottom: 1px solid;
}

@media screen and (max-width:600px) {
    .section--hero__container {
        display: flex;
        flex-direction: column;
        padding-top: 1rem;
        padding-bottom: 3rem;
    }

    .section--hero--pictogram {
        max-width: 150px;
        align-self: center;
    }

    .section--hero h1 {
        text-align: center;
        padding-bottom: .5rem;
    }
}

.section--hero__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1rem;
    border-bottom: 1px solid;
}

.section--hero__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}

@media screen and (max-width:600px) {
    .section--hero__bottom {
        display: block;
    }
}

.section--hero__bottom p {
    font-size: 1.5rem;
}

.section--hero__bottom h2 {
    margin-top: 0;
}

.section--item {
    padding: 2rem 0;
}

.section--header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2rem;
}

@media screen and (max-width:600px) {
    .section--header {
        display: flex;
        flex-direction: column-reverse;
    }
}

.section--header h1,
.section--header h3 {
    text-transform: uppercase;
}

.section--header__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.section--header__left h1 {
    border-bottom: 1px solid;
}

@media screen and (max-width:600px) {
    .section--header__left h1 {
        text-align: center;

        margin-bottom: 1rem;
        padding-bottom: .5rem;
    }
}

.section--header__right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.section--header__right img {
    width: 100%;
    max-width: 300px;
    height: auto;
    align-self: flex-start;
}

@media screen and (max-width:600px) {
    .section--header__right {
        justify-content: space-around;
    }

    .section--header__right img {
        width: 150px;
    }
}


/*_______________________________________*/


/*Footer*/


/*_______________________________________*/

.footer h2 {
    text-transform: uppercase;
}

.footer--top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem;
}

@media screen and (max-width:600px) {
    .footer--top {
        display: block;
    }
}

.footer--top__left {
    grid-column: span 2;
}

.footer--top__left form {
    display: flex;
    flex-direction: row;
    border: 1px solid;
    width: 100%;
    font-family: inherit;
}

.footer--top__left input {
    flex-grow: 2;
    padding: 1rem;
    border: none;
    background-color: var(--c-grey);
    font-size: 1.2rem;
    font-family: inherit;
}

.footer--top__left input:focus {
    outline: none;
}

.footer--top__left button {
    border: none;
    background: var(--i-blue);
    color: white;
    padding: .5rem;
    margin: 0;
    font-size: 1.2rem;
    font-family: inherit;
}

.social-icons {
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.footer--bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 25vh;
}

.footer--bottom__links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
    text-transform: uppercase;
}

@media screen and (max-width:1000px) {
    .footer--bottom__links {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width:750px) {
    .footer--bottom__links {
        grid-template-columns: 1fr 1fr;
        font-size: 1.2rem;
    }
}

@media screen and (max-width:600px) {
    .footer--bottom__links {
        display: block;
        font-size: 1rem;
    }
}

.footer--bottom__logo {
    padding-top: 1rem;
}

.footer--bottom__logo img {
    width: 40vw;
    max-width: 300px;
    padding-bottom: 5rem;
}

.footer--bottom__links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
}

.footer--bottom__links li {
    color: white;
    list-style: none;
}

.aoc {
    color: white;
    max-width: 500px;
    font-size: 1.1rem;
    line-height: 1.4rem;
}

/*_______________________________________*/


/*Index page*/


/*_______________________________________*/

.index-page--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem;
    margin-top: 2rem;
}

@media screen and (max-width:600px) {
    .index-page--grid {
        display: block;
    }
}

.index-page--item {
    display: grid;
    grid-template-columns: 3fr 1fr;
    margin-bottom: 2rem;
}

@media screen and (max-width:1000px) {
    .index-page--grid {
        grid-gap: 1rem;
    }

    .index-page--item {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 0;
        justify-content: space-between;
    }

    .index-picto img {
        max-width: 25vw;
    }
}


/*_______________________________________*/


/*Page*/


/*_______________________________________*/

.intro-paragraph {
    border-bottom: 1px solid;
    /* padding-bottom: 4rem; */
}

.intro-paragraph p,
.intro-paragraph h2 {
    max-width: 600px;
}

.extended_intro {
    border-bottom: 1px solid black;
}

.extended_intro>div {
    max-width: 75%;
}

@media screen and (max-width:800px) {
    .extended_intro>div {
        max-width: 100%;
    }
}

.breadcrumb {
    background-color: #f8f8f8;
}

#the-breadcrumb {
    margin: 0;
    padding: 0;
}

.the-breadcrumb li {
    list-style: none;
    display: inline-block;
    margin-right: .5rem;
}

.page--grid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 4rem;
}

@media screen and (max-width:1200px) {
    .page--grid {
        gap: 2rem;
    }

    .page--grid h2 {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    .page--grid h3 {
        font-size: 1rem;
        line-height: 1.3rem;
    }
}

@media screen and (max-width:900px) {
    .page--grid {
        grid-template-columns: 3fr 1fr;
        grid-gap: 1rem;
    }
}

@media screen and (max-width:800px) {
    .page--grid {
        display: block;
        margin-top: 1rem;
    }
}

@media screen and (max-width:600px) {
    .page--grid {
        display: block;
    }
}

.page--sidebar {
    position: relative;
    border-top: 1px solid;
    padding: 1rem 0;
    padding-bottom: 1rem;
    max-width: 100%;
    margin: 0;
}

.page--sidebar__ambassador {
    margin-top: 2.5rem;
}

.page--sidebar h2 {
    margin-top: 0;
}

.page--sidebar h2 span {
    color: var(--i-grey);
}

.sidebar-quote {
    margin-top: 2.5rem;
}

.sidebar-quote:before {
    content: '“';
    font-size: 15rem;
    position: absolute;
    top: 0rem;
    left: -1rem;
    color: inherit;
}

.sidebar-quote--author {
    text-transform: uppercase;
}

@media screen and (max-width:800px) {
    .page--sidebar {
        margin-top: 0;
        max-width: 100%;
    }

    .sidebar-quote:before {
        font-size: 10rem;
    }
}

@media screen and (max-width:600px) {
    .page--sidebar {
        padding: 5rem 0 0 0;
        /*        max-width: 400px;*/
    }

    .sidebar-quote:before {
        content: '“';
        font-size: 13rem;
        position: absolute;
        top: 5rem;
        left: -1rem;
        color: inherit;
    }
}

.page--sidebar .pictogram img,
.page--sidebar .ambassador img {
    height: auto;
    width: 100%;
}

.page--sidebar .ambassador {
    height: 300px;
    width: 300px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.page--sidebar .ambassador img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
    mix-blend-mode: multiply;
}

.page--copy-section h1,
.page--chart-section h1 {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 1rem 0;
    margin-top: 0;
}

.body-copy img {
    width: 100%;
    height: auto;
    padding: 2rem 0;
}

.body-copy {
    /*    max-width: 800px;*/
}

.body-copy h1 {
    margin: 0;
    margin-bottom: 1rem;
}

.page--copy-section h2 {
    margin-top: 1rem;
}

.page--chart-section {
    margin: 0 0 2rem 0;
    /*    grid-column: span 2;*/
    border-bottom: 1px solid;
}

.page--chart-section .inforgram-embed iframe {
    width: 100% !important;
    height: auto;
}

@media screen and (max-width:800px) {
    .page--chart-section {
        grid-column: span 2;
    }
}

.page--sidebar__picto {
    max-width: 300px;
}


/* TABLES */

.tablepress {
    width: 100% !important;
    visibility: visible;
}

td,
tr {
    font-size: 1.1rem;
}

tbody tr:nth-of-type(odd) {
    background-color: var(--i-lgrey);
}

.wpDataTable {
    width: 100%;
}

.tablepress tfoot th,
.tablepress thead th {
    background-color: var(--i-blue);
    color: #ffffff;
}

.infogram-embed iframe {
    width: 100% !important;
}

.wpdt-bold {
    font-weight: 600;
}


/* PICTOGRAM REPEATER */

.pictogram-repeater {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

@media screen and (max-width:600px) {
    .pictogram-repeater {
        grid-template-columns: 1fr;
    }
}

.pictogram-repeater img {
    width: 100%;
    height: auto;
}

.pictogram-repeater--item {
    display: flex;
    flex-direction: column;
}

.pictogram-repeater--item h1 {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: .5rem 0;
}

.pictogram-repeater--item p {
    border-bottom: 1px solid;
}


/* CARD REPEATER */

.card-repeater {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 1rem;
}

.card-repeater--item {
    display: flex;
    flex-direction: column;
    border-bottom: 3px solid;
    justify-content: space-between;
}

.card-repeater--image {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.card-repeater--item img {
    width: 50%;
    height: auto;
}

.card-repeater--item h1 {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: .5rem 0;
}

.card-repeater--subtitle {
    text-transform: uppercase;
}

.card-repeater--item p {
    max-width: 85%;
}


/*_______________________________________*/


/*PDF Archive*/


/*_______________________________________*/

.pdf-archive {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}


@media screen and (min-width: 750px) {
    .column_layout {
        grid-template-columns: 1fr 1fr;
    }

}

.pdf-archive--item p {
    max-width: 100%;
}

.pdf-archive--section_title {
    border-bottom: 1px solid;
    margin-top: 6rem;
}

.pdf-archive--item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pdf-archive--item h2 {
    border-bottom: 1px solid;
    margin-bottom: 1rem;
    width: 100%;
}

.pdf-archive--item h4 {
    border-bottom: 1px solid;
}

.pdf-archive--download {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.pdf-archive--download::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent url('../img/link-arrow.svg') no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
}

.pdf-container--title {
    width: 100%;
    border-bottom: 1px solid;
}


@media screen and (min-width:700px) {
    .pdf-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}

.pdf-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.pdf-block a {
    width: 100%;
}

.pdf-block h3 {
    margin: 0;
}

.pdf-block p {
    margin: 0;
    margin-bottom: .5rem;
    font-size: 1rem;
}

.pdf-icon {
    height: 50px !important;
    width: auto !important;
    margin-right: 1rem;
}

@media screen and (max-width:600px) {
    .pdf-block a {
        width: 100%;
        display: block;
    }
}


.related-links {
    margin-top: 2rem;
}


/*_______________________________________*/


/*PDF Index (Custom post type)*/


/*_______________________________________*/

.pdf-index--item {
    max-width: 800px;
    display: block;
    margin-bottom: 3rem;
}

.pdf-index--item a {
    display: inline-block;
}



/*_______________________________________*/


/*Timeline History*/


/*_______________________________________*/

.timeline-main .intro-paragraph {
    border-bottom: 0;
}

.timeline-outer {
    position: relative;
}

.timeline-outer .intro-paragraph {
    border-bottom: none;
}

.timeline {
    background-color: #F2F2F2;
    padding: 5rem;
    padding-top: 10rem;
}



.timeline-nav {
    background-color: var(--i-blue);
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
}

.timeline-nav--inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.2rem 5rem;
}

.timeline-nav--inner a:hover {
    border-bottom: 1px solid;
    font-weight: 600;
}

.timeline-item {
    display: grid;
    grid-template-columns: 50px 1fr 5fr;
}

.timeline-item--year-col {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.year-col--no {
    color: var(--i-blue);
    padding-top: 50px;
}

.year-col--dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 10px;
    z-index: 9;
}

.year-col--line {
    border-right: 1px solid var(--i-aqua);
    height: 100%;
    position: absolute;
}

.timeline-item--year {}

.timeline-item--content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10rem;
}

.timeline-item--content__left {
    max-width: 45ch;
}

.timeline-item--content__left h1 {
    text-transform: uppercase;
}

.timeline-item--content__text img {
    width: 100%;
}

.timeline-item--content__image {
    position: relative;
    height: 400px;
    width: 400px;
    padding: 1rem;
}

.timeline-item--content__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.expand {
    position: relative;

}


.timeline-item--content .expand {
    height: 100px;
    overflow: hidden;
}

.timeline-item--content__hider {
    position: absolute;
    bottom: 0;
    height: 100px;
    background-image: linear-gradient(to bottom, transparent, #F2F2F2);
    width: 100%;
}

.expand-button {
    border-bottom: 1px solid;
    cursor: pointer;
}


.timeline-quote {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 8rem 4rem;
}

.timeline-quote--text {
    max-width: 45ch;
    position: relative;
}

.timeline-quote--text::before {
    content: '“';
    font-size: 10rem;
    position: absolute;
    top: 1rem;
    left: -1rem;

    line-height: 0;
}

.timeline-quote--image {
    position: relative;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    overflow: hidden;
}

.timeline-quote--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: multiply;
}



.timeline-facts {
    margin: 4rem;
    padding: 4rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.timeline-facts--item img {
    width: 100%;
    height: auto;
}

.timeline-facts--text {
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
}


.timeline-members {
    margin: 4rem;
    padding: 4rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.timeline-members h1,
.timeline-members h3 {
    margin: 0;
}

.timeline-members--list {
    margin-top: 2rem;
}

.timeline-members--list .list-item {
    border-bottom: 1px solid;
    width: 100%;
    padding: .5rem 0;
}

.timeline-members--list .list-item span {
    color: var(--i-grey);
}



@media screen and (max-width:1200px) {
    .timeline {
        padding: 2rem;
    }

    .timeline-item--content__image {
        width: 300px;
        height: 300px;
    }

    .timeline-quote {
        padding: 8rem 2rem;
    }
}


@media screen and (max-width:900px) {
    .timeline {
        padding: 1rem;
    }

    .timeline-item--content__image {
        width: 200px;
        height: 200px;
    }

    .timeline-quote {
        padding: 5rem 2rem;
    }
}

@media screen and (max-width:700px) {
    .year-col--dot {
        height: 15px;
        width: 15px;
    }

    .timeline {
        padding: 1rem;
    }

    .timeline-item {
        grid-template-columns: 50px 1fr;
        grid-template-rows: 55px 5fr;
    }

    .timeline-item--year-col {
        grid-row: 1 / span 2;
    }

    .timeline-item--content {
        flex-direction: column-reverse;
        margin-bottom: 0;
    }

    .timeline-item--content__left {
        padding: 2rem 0;
    }

    .timeline-item--year {
        border-bottom: 1px solid;
    }

    .timeline-item--content__image {
        width: 250px;
        height: 250px;
    }

    .timeline-quote {
        padding: 5rem 2rem;
        grid-template-columns: 1fr;
    }

    .timeline-facts {
        grid-template-columns: 1fr;
        margin: 3rem 0;
        padding: 1rem;
        border-bottom: 0;
    }

    .timeline-members {
        grid-template-columns: 1fr;
        border: 0;
        margin: 1rem;
        padding: 1rem;
    }

    .timeline-nav {
        display: none;
    }
}



/*_______________________________________*/


/*Google Search Elements*/


/*_______________________________________*/

.gsc-above-wrapper-area-container,
.gs-visibleUrl,
.gsc-adBlock,
.gs-image-box,
.gcsc-more-maybe-branding-root {
    display: none !important;
}

.gsc-result {
    font-family: inherit !important;
    font-size: 1.3rem !important;
    padding-bottom: 1.5rem !important;
}

.gs-title {
    display: block;
    font-size: 1.2rem;
    margin-bottom: .5rem;
    width: 100%;
    ;
}

.gs-snippet {
    font-size: 1rem;
    max-width: 750px;
}

.gsc-cursor-box {
    font-size: 1.3rem;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.round {
    width: 100%;
    border-bottom: 3px solid var(--i-blue);
    border-right: none;
    padding: 2rem;
    height: 35px;
    /* border-radius: 30px 0 0 30px; */
    outline: none;
    color: var(--i-blue);
    font-size: 1.2rem;
    margin: 0;
}

.round:focus {
    color: #00B4CC;
}

.corner {
    width: auto;
    height: 51px;
    border-bottom: 3px solid var(--i-blue);
    border-left: none;
    background: var(--i-blue);
    text-align: center;
    color: #fff;
    display: flex;
    padding: 2rem;
    cursor: pointer;
    font-size: 1.2rem;
    margin: 0;
    flex-direction: column;
    justify-content: center;
}

.corner:hover {
    background-color: var(--i-aqua);
}


/*Resize the wrap to see the search bar change!*/

.wrap {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*_______________________________________*/


/*BOARD PAGE TYPE*/


/*_______________________________________*/

.board-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1rem;
}

.board-grid--item img {
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
}

.board-grid--title {
    margin-bottom: 0;
}

.board-grid--location {
    font-weight: 600;
    border-bottom: 1px solid;
    text-transform: uppercase;
}

.board-grid--position {
    border-bottom: 1px solid;
    padding: 0;
    margin: 0;
    margin-bottom: .5rem;
    font-size: 1.2rem;
}

.board-grid--img {
    line-height: 0;
}

.board-bg--lime {
    background-color: rgb(168, 207, 71, 0.5);
}

.board-bg--aqua {
    background-color: rgb(0, 159, 145, 0.5);
}

.board-bg--blue {
    background-color: rgb(61, 67, 144, 0.5);
}


/*_______________________________________*/


/*CONTACT FORM */


/*_______________________________________*/

label {
    font-size: 120%;
}

input {
    margin: 0;
    margin-top: .5rem;
    border: 0;
    padding: 1rem;
    font-size: 80%;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    border-bottom: 1px solid grey;
    background-color: #f2efef;
    font-size: 1.3rem;
}

input:focus,
textarea:focus {
    outline: none;
}

input[type=radio] {
    width: 22px;
}

input[type=checkbox] {
    font-size: 1em;
    margin: 0;
    position: relative;
    text-align: center;
    line-height: normal;
    min-height: 0 !important;
    width: 20px;
    height: 20px;
    padding: 0;
    padding-left: 8px;
    padding-right: 8px;
}

textarea {
    padding: 1rem;
    width: 100%;
    font-size: 80%;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    border-bottom: 1px solid grey;
    background-color: #f2efef;
    font-size: 1.3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7-list-item {
    margin: 0 !important;
    padding: 0;
    display: block;
}

.wpcf7-list-item {
    padding: .5rem 0;
    padding-right: 1.5rem;
}

.wpcf7-list-item * {
    display: inline-block;
}

.wpcf7-list-item-label {
    color: darkgrey;
    font-size: 1.3rem;
    white-space: pre;
}

.wpcf7-submit {
    color: white;
    background-color: var(--i-aqua);
    text-align: left;
    cursor: pointer;
    font-size: 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form .wpcf7-response-output {
    width: 80%;
    margin: 1rem 0;
    padding: 1rem;
    font-size: 2rem;
    color: inherit;
}

@media screen and (max-width:600px) {
    .wpcf7 form .wpcf7-response-output {
        font-size: 1.2rem;
    }
}

.wpcf7-form label {
    color: black;
    padding-left: 0;
    font-size: 1.3rem;
}

.hero-slider{
    width: 100%;
    height: 100%;
    position: absolute;
}

.hero-slider .slick-list{
    height: 100%;
}

.hero-slider .slick-track{
    height: 100%;
}

.hero-slider .slick-list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider .slick-prev{
    all: unset;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1;
}

.hero-slider .slick-prev:hover{
    opacity: 0.7;
}

.hero-slider .slick-prev:after{
    content: '<';
    font-size: 48px;
    color: #fff;
}

.hero-slider .slick-next{
    all: unset;
    font-size: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1;
}

.hero-slider .slick-next:hover{
    opacity: 0.7;
}

.hero-slider .slick-next:after{
    content: '>';
    font-size: 48px;
    color: #fff;
}

.hero-slider .slide-text{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hero-slider img.desktop{
    @media(max-width: 749.98px){
        display: none;
    }
}

.hero-slider img.mobile{
    @media(min-width: 749.98px){
        display: none;
    }
}


@media(max-width: 750px){
    .hero{
        height: auto;
        min-height: unset;
    }

    .hero-slider{
        position: relative;
    }

    .hero-slider .slide-text{
        position: static;
        background-color: #342f8f;
    }

    .hero-slider .slick-prev,.hero-slider  .slick-next{
        top: unset;
        bottom: 0;
        transform: unset;
    }
    .hero-slider  .slick-next{
        left: 72px;
        right: unset;
    }
}

.postid-46565 .main>div{color:var(--i-darklime)!important;border-bottom:1px solid}.postid-46565 .main>div:first-child h3{font-size:2rem;line-height:1.1111;width:100%}@media screen and (max-width:1000px){.postid-46565 .main>div:first-child h3{font-size:1.8rem;line-height:1.125}}.postid-46565 .main>div:first-child h3 span{color:var(--i-darklime)!important}.lrg-element-contain.img-and-text{-ms-grid-columns:1fr 3fr;grid-template-columns:1fr 3fr;margin-top:0;padding-top:3rem!important;padding-bottom:3rem!important}@media screen and (max-width:800px){.lrg-element-contain.img-and-text{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}}.lrg-element-contain.img-and-text+.img-and-text{border-top:1px solid}.lrg-element-contain.img-and-text .page--copy-section{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media screen and (max-width:800px){.lrg-element-contain.img-and-text .page--copy-section{width:100%}}.lrg-element-contain.img-and-text .page--copy-section h4{font-size:1.8rem;line-height:2rem;margin-bottom:1rem;width:100%}@media screen and (max-width:1000px){.lrg-element-contain.img-and-text .page--copy-section h4{font-size:1.6rem;line-height:1.8rem}}.lrg-element-contain.img-and-text .page--copy-section p em{display:block;font-style:normal;font-weight:600!important;font-size:1.2rem;margin:0.5rem 0;padding:0}@media screen and (max-width:1000px){.lrg-element-contain.img-and-text .page--copy-section p em{font-size:1.2rem}}.lrg-element-contain.img-and-text .page--copy-section p em+br{display:none!important}.lrg-element-contain.img-and-text .page--copy-section .download-pdf a{border:none;-webkit-transition:all 0.2s;transition:all 0.2s}.lrg-element-contain.img-and-text .page--copy-section .download-pdf a:hover{opacity:0.7}.lrg-element-contain.img-and-text .page--sidebar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-top:0.6rem;border:none!important;padding-bottom:0!important}@media screen and (max-width:800px){.lrg-element-contain.img-and-text .page--sidebar{margin-top:0rem;width:100%;padding-top:0}}.lrg-element-contain.img-and-text .page--sidebar a{display:block;border:none!important;overflow:hidden}.lrg-element-contain.img-and-text .page--sidebar a:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.lrg-element-contain.img-and-text .page--sidebar a img{-webkit-transition:all 0.2s;transition:all 0.2s;display:block}.lrg-element-contain.img-and-text.c-grey .page--copy-section p em{color:var(--i-grey)}.lrg-element-contain.img-and-text.c-lime .page--copy-section p em{color:var(--i-darklime)}.lrg-element-contain.img-and-text.c-plum .page--copy-section p em{color:var(--i-plum)}.lrg-element-contain.img-and-text.c-jade .page--copy-section p em{color:var(--i-jade)}.lrg-element-contain.img-and-text.c-aqua .page--copy-section p em{color:var(--i-aqua)}.lrg-element-contain.img-and-text.c-blue .page--copy-section p em{color:var(--i-blue)}
/*# sourceMappingURL=new-form.css.map */