﻿
@font-face {
    font-family: "HarmoniaSans";
    src: url('/assets/fonts/HarmoniaSansRegular/font.woff2') format('woff2'), url('/assets/fonts/HarmoniaSansRegular/font.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "HarmoniaSans";
    src: url('/assets/fonts/HarmoniaSansBold/font.woff2') format('woff2'), url('/assets/fonts/HarmoniaSansBold/font.woff') format('woff');
    font-style: normal;
    font-weight: 600 700;
}

@font-face {
    font-family: "HarmoniaSans";
    src: url('/assets/fonts/HarmoniaSansItalic/font.woff2') format('woff2'), url('/assets/fonts/HarmoniaSansItalic/font.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "HarmoniaSans";
    src: url('/assets/fonts/HarmoniaSansSemiBold/font.woff2') format('woff2'), url('/assets/fonts/HarmoniaSansSemiBold/font.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "HarmoniaSans";
    src: url('/assets/fonts/HarmoniaSansBoldItalic/font.woff2') format('woff2'), url('/assets/fonts/HarmoniaSansBoldItalic/font.woff') format('woff');
    font-style: italic;
    font-weight: 600 700;
}

@font-face {
    font-family: "HarmoniaSans";
    src: url('/assets/fonts/HarmoniaSansSemiBoldItalic/font.woff2') format('woff2'), url('/assets/fonts/HarmoniaSansSemiBoldItalic/font.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: "HarmoniaSans";
    src: url('/assets/fonts/HarmoniaSansBlack/font.woff2') format('woff2'), url('/assets/fonts/HarmoniaSansBlack/font.woff') format('woff');
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "HarmoniaSans";
    src: url('/assets/fonts/HarmoniaSansBlackItalic/font.woff2') format('woff2'), url('/assets/fonts/HarmoniaSansBlackItalic/font.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "HarmoniaSans";
    src: url('/assets/fonts/HarmoniaSansLight/font.woff2') format('woff2'), url('/assets/fonts/HarmoniaSansLight/font.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "HarmoniaSans";
    src: url('/assets/fonts/HarmoniaSansLightItalic/font.woff2') format('woff2'), url('/assets/fonts/HarmoniaSansLightItalic/font.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    scroll-margin-top: 60px;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button; 
    background: none;
    border: none;
    cursor:pointer;
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

div#__asptrace {
    z-index: 9999;
    background: #fff;
    position: absolute;
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}
/*! SATURNO BROWSER NORMALIZATION FIXES */
html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
html.menu--open {overflow:hidden;}

*, *:before, *:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

textarea,
select,
input {
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*! SATURNO global container/typography basics */
html, body, input, select, textarea, button {
    font-family: 'Merriweather', serif;
}

html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    font-size: 16px;
    color: #323232;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

form {
    padding: 0;
    margin: 0
}

/*! SATURNO header normalization */
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
    display: block;
    padding: 0;
    margin: 0;
    font-weight: bold;
    line-height: 1.2;
    font-family: "HarmoniaSans";
    color: #3F534E;
}

/*! SATURNO base */
p {
    padding: 0;
    margin: 0 0 .75em 0;
    line-height: 1.5;
    color:#323232;
}

ul, ol {
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0
}

    li ul, li ol {
        margin: 0
    }

ul {
    list-style-type: disc
}

li ul {
    list-style-type: circle
}

blockquote {
    padding: 0 0 0 1.5em;
    margin: 1.5em;
    border-left: .25em solid #888;
    color: #888
}

strong, b {
    font-style: inherit
}

em {
    font-style: italic
}

img {
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    border: 0
}

table {
    max-width: 100%
}

a, a:visited {
    text-decoration: none;
}

/*! SATURNO ADA styling support - mirrors bootstrap/font-awesome versions */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

/*! HIDE but leave html on page so indexer can see it */
.s-index-only {
    display: none !important
}

/*! SATURNO  SCREEN ONLY BASE STYLES */
@media only screen {
    .sat-printonly {
        display: none !important
    }
}
/*! SATURNO  PRINT ONLY BASE STYLES */
@media only print {
    .sat-noprint {
        display: none !important
    }

    .sr-only {
        display: none !important
    }
}
a.s-ada-skip:focus {
    position: absolute;
    left: 0;
    top: 0;
    outline-color: transparent;
    transition: top .1s ease-in;
}

a.s-ada-skip {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0;
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: 8px;
    background: #bf1722;
    transition: top 1s ease-out;
    z-index: 100;
}

.s-relative {position:relative;}

/* page structure header/footer */
body > form {
    height: 100%;
}

.s-page-header {
    background: #fbf9f3;
}

.s-page-header__wrap {
    align-items: center;
    font-family: "HarmoniaSans";
}

.s-page-header__logo-link {
    display: block;
    border-bottom: solid 5px #fbf9f3;
}
.s-page-header__logo-link:focus {
    outline:0;
    border-bottom: solid 5px #30423d;
}

.s-page-main-menu {
    display: flex;
    align-items: center;
    background: #fbf9f3;
    height: 60px;
    justify-content: flex-end;
}

    .s-page-main-menu, .s-page-main-menu > li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .s-page-main-menu > li {
            padding: 0 3px;
        }

.s-main-menu__region {
    display: none;
    z-index: 3;
    position: absolute;
    left: 0;
    width: 100%;
    height:100vh;
    top: 0;
    background: #3F534E;
}

.s-main-menu__region-box {
    background: #3F534E;
    padding: 40px 0;
}

.s-main-menu__people {
    padding-right: 30px;

}

.s-main-menu__people.active {
    height: 100vh;
}

.s-main-menu__people_padding {padding-top:25px;}

.s-main-menu__region-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .s-main-menu__region-list li {padding:0;margin:0;}

.s-main-menu__region-link {
    font-size:22px;
    color: #FBF9F3;
    padding: 10px;
    display:block;
}

.s-main-menu__more-btn {
    margin: 30px 0 15px 0;
    display: inline-block;
}

.s-main-menu__btn {
    color: #30423d;
    font-size: 16px;
    font-weight: 700;
    line-height: 55px;
    border-bottom: solid 5px #fbf9f3;
    font-family: "HarmoniaSans";
    display:block;
}
button.s-main-menu__btn {
    line-height: 52px;
}

.s-main-menu__btn:focus {
    border-bottom: solid 5px #30423d;
    outline: none;
}

.s-main-menu__toggle-button {
    height: 59px;
    padding-top: 6px;
    align-items: center;
    display: flex;
    border-bottom: solid 5px #fbf9f3;
}

    .s-main-menu__toggle-button:focus {
        border-bottom: solid 5px #30423d;
        outline: none;
    }

.s-main-menu__btn--active {
    background-image: url(/assets/images/menu-open-indicator.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    line-height: 64px !important;
    border-bottom: solid 5px #fbf9f3 !important;
}

.s-main-menu__toggle-button.s-main-menu__btn--active {background:none;}

.s-main-menu__toggle-button svg {
    width: 42px;
    height: 42px;
    padding: 5px;
    outline: 0
}

.s-main-menu__mobile-header {
    padding-top: 20px;
    padding-left: 10px;
}

    .s-main-menu__mobile-header .s-page-header__search-btn {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        padding: 20px;
    }

.s-page-header__search-btn--mobile {padding:0;}

img.s-main-menu__mobile-header__accent {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.s-main-menu__mobile-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 20px;
}

.s-main-menu__mobile-close-btn .fa {
    color: #fbf9f3;
    font-size: 20px;
}

.s-main-menu__expander {
    margin-right: 30px;
}

.s-main-menu__expander-btn {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: left;
    margin-top: -1px;
    position: relative;
    padding:0;
}

    .s-main-menu__expander-btn h2 {
        padding: 15px 0;
        color: #fff;
    }

    .s-main-menu__expander-indicator {
        font-size: 32px;
        position: absolute;
        right: 15px;
        top: calc(50% - 16px);
        color: #fff;
    }

.s-main-menu__expander-indicator--minus {display:none;}

.s-main-menu__expander.-active .s-main-menu__expander-btn {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

    .s-main-menu__expander.-active .s-main-menu__expander-indicator--plus {
        display: none;
    }
    .s-main-menu__expander.-active .s-main-menu__expander-indicator--minus {
        display: block;
    }

.s-main-menu__expander-body {padding:20px 0;}

.s-main-menu__heading--solo {
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
}


.s-page-header__search-wrap {
    color: #FBF9F3;
    display: flex;
    margin-left: 25px;
    margin-right:8px;
}

.s-page-header__search-input {
    background: transparent;
    border: none;
    width: 100%;
    color: #FBF9F3;
    font-size: 14px;
    line-height: 1;
    padding: 0 40px 0 0;
    margin-right: -40px;
    border-bottom: solid 1px #FBF9F3;
    font-family: "HarmoniaSans";
}
    .s-page-header__search-input:focus {
        outline: none;
        border-bottom: solid 2px #fff;
    }

    .s-page-header__search-input::placeholder {
        color: #FBF9F3;
        opacity: 1;
    }

.s-search-icon {
    width: 24px;
    height: 24px;
}
    .s-search-icon path {
        fill: #3F534E;
    }

.s-pagination {
   display: inline-block;
   width:100%;
}

.s-pagination__wrap {text-align:center;margin:25px 15px;line-height:2;}

.s-pagination__wrap .search-pager .fa {
    color: #3F534E;
    font-size: 22px;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
}

    .s-pagination__wrap .search-pager .resultsRange, .s-pagination__wrap .search-pager .pageRange {
        font-size: 16px;
        vertical-align: middle;
        color: #525252;
        font-weight:bold;
    }

.resultsRange {display:block;}

.s-column-hidden {display:none;}

.s-pagination__wrap .search-pager .pageRange .pagechange {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin: 0 2.5px;
    font-family: 'HarmoniaSans';
    font-size: 20px;
}

            .s-pagination__wrap .search-pager .pageRange .pagechange:hover {
                opacity: .6;
            }

            .s-pagination__wrap .search-pager .pageRange .pagechange.active {
                color: #3F534E;
                font-weight: bold;
                text-decoration: underline;
            }

    .s-pagination__wrap .search-pager .fa.disabled {
        cursor: unset;
        color: #525252;
    }

.s-content-page-body {
    padding: 30px 0;
}

.s-page-body-wrap {
    height: 100vh;
    min-height: 100%;
    max-width:100vw;
}

.s-page-body-flex {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.s-page-body {
    flex-grow: 1;
    z-index: 1;
    background: #FBF9F3;
}

.s-page-footer {
    padding: 40px 0 20px 0;
    background-color: #3F534E;
    color: #FBF9F3;
    font-family: 'HarmoniaSans';
}
.s-footer-links {
    line-height: 32px;
    text-align:center;
}
.s-footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.s-footer-links ul li {
    display: inline-block;
}
.s-footer-links img {
    height:32px;
    vertical-align:middle;
    display: inline-block;
    margin-right:4px;
}

    .s-footer-links .s-icon--twitter {
        position: relative;
        top: 0px;
        height: 28px !important;
        width: 28px !important;
        padding: 4px;
        border: solid 1.5px #FBF9F3;
        border-radius: 3px;
        margin-right: 4px;
    }

.s-footer-links a {
    color: #FBF9F3;
    padding: 0 15px 15px 0px;
    display: inline-block;
}

    .s-footer-links .fa {
        font-size: 32px;
    }

.s-resource-search {
    background-color: #3F534E;
    padding: 30px 0;
}

    .s-resource-search .s-btn {width:100%;min-width:150px;text-align:center;}

.s-resource-clear-button {
    margin-top: 15px;
}

.s-wb-content {
    color: #323232;
}

.s-wb-content a, .s-wb-content a:visited {
    color: #3F534E;
    text-decoration: underline;
}

    .s-wb-content a.s-btn, .s-wb-content a.s-btn:visited {
        color: #FBF9F3;
        text-decoration:none;
    }

    .s-wb-content a.s-btn--inverted, .s-wb-content a.s-btn--inverted:visited {
        color: #3F534E;
        text-decoration: none;
    }


/* imported blog content */
.showblogpost_page .s-wb-content .alignright {
    float: right;
}



/* content lists */
    .s-wb-content ul {
        list-style-type: disc;
        margin-block-start: auto;
        margin-block-end: auto;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 1.2em;
        line-height: 1.5;
        margin: 0 0 1em 20px;
    }

        .s-wb-content ul ul {
            list-style-type: circle;
            margin: 0 0 0 20px;
        }

            .s-wb-content ul ul ul {
                list-style-type: square;
                margin: 0 0 0 20px;
            }


    .s-wb-content ol {
        margin: 0 0 1em 40px;
        list-style-type: decimal;
        line-height: 1.5;
    }

        .s-wb-content ol li {
            padding-left: 5px;
            line-height: 1.5;
        }

        .s-wb-content ol ol {
            list-style-type: lower-alpha;
            margin: 0 0 0 20px;
        }

            .s-wb-content ol ol ol {
                list-style-type: lower-roman;
                margin: 0 0 0 20px;
            }


/* auto list expander */
ul.s-list-collapse > li {display:none;}
.s-list-collapse__wrap {display:none;}
.s-list-collapse__btn {margin-bottom:30px;}

/* tabs */
[role="tabpanel"].is-hidden {
    display: none;
}

/* readmore/less */
.s-read-more-less-inner {display:none;}
.s-btn.s-read-less {display:none;}
.s-read-more, .s-read-less {
    font-weight: bold;
    font-size: 18px;
}
.snpt-read-more-less a {
    color: #FBF9F3;
    background-color: #3F534E;
    padding: 18px 40px;
    line-height: 1;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: #87a7b3 7px 6px 0px;
    font-family: "HarmoniaSans";
    display: inline-block;
}

.snpt-read-more, .snpt-read-less {
    font-size: 18px;
    line-height: 1;
}

/* pagination */
.js-paging-prev, .js-paging-next {
    padding: 10px;
    color: #FBF9F3;
    background-color: #3F534E;
}

.js-paging-echo {
    padding: 10px;
    margin: 0px 0px;
}

.js-paging-wrapper {
    margin-top: 20px;
    text-align: center;
}

/* expanders */
.s-expanders {
    margin: 30px 0;
}
.s-expander {
    border-top: 1px solid #738F9A;
    border-bottom: 1px solid #738F9A;
    margin-bottom: -1px;
    padding: 0 10px;
}
.s-expander-alt-heading {
    padding: 15px 15px 15px 10px;
    font-size: 28px;
}

.s-expander-btn {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 15px 30px 15px 0;
    cursor: pointer;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #3F534E;
    font-family: "HarmoniaSans";
}

    .s-expander-btn .fa-minus {
        position: absolute;
        right: 0;
        top: calc(50% - 12px);
        display: none;
    }
    .s-expander-btn .fa-plus {
        position: absolute;
        right: 0;
        top: calc(50% - 12px);
    }

    .s-expander-btn[aria-expanded=true] .fa-minus {
        display: inline-block;
    }
    .s-expander-btn[aria-expanded=true] .fa-plus {
        display: none;
    }


.s-expander-body {
    padding-bottom: 15px;
    display: none;
}

/* shared elements */
.s-btn {
    color: #FBF9F3;
    background-color: #3F534E;
    padding: 18px 40px;
    line-height: 1;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: #87a7b3 7px 6px 0px;
    font-family: "HarmoniaSans";
    display: inline-block;
    font-weight: 800;
}

.s-btn--inverted {
    color: #3F534E;
    background-color: #FBF9F3;
}

.s-btn--light {
    color: #FBF9F3;
    background-color: #667671;
}

.s-section__heading {
    font-size: 42px;
    line-height: 1.2;
    margin: 15px 0 15px 0;
    color: #3F534E;
}
.s-section__accent {
    vertical-align: middle;
    height: 42px;
}
.s-section__accent--small {
    margin-bottom: -10px;
    height: 25px;
}




.s-checkboxlist {
    background: transparent;
    border: none;
    width: 100%;
    line-height: 1;
    padding: 4px 40px 15px 15px;
    font-family: "HarmoniaSans";
}
    .s-checkboxlist label {
        color: #FBF9F3;
        font-size: 14px;
        margin-left: 4px;
        font-family: "HarmoniaSans";
    }

.s-dropdownlist option {
    color: #30423d;
}

.s-textbox, .s-dropdownlist {
    background: transparent;
    border: none;
    width: 100%;
    color: #FBF9F3;
    font-size: 14px;
    height: 46px;
    font-family: "HarmoniaSans";
    line-height: 1;
    padding: 18px 40px 4px 0;
    border-bottom: solid 1px #FBF9F3;
}

.s-dropdownlist {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 40px;
    cursor: pointer;
    background-image: url(/assets/images/list-indicator.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.s-textbox--textarea {
    height: auto;
    font-family: "HarmoniaSans";
}

    .s-textbox:focus, .s-dropdownlist:focus {
        outline: none;
        border-bottom: solid 2px #fff;
    }

    .s-textbox::placeholder {
        color: #FBF9F3;
        opacity: 1;
    }

.s-checkbox label {
    color: #FBF9F3;
    padding: 4px;
    cursor: pointer;
    display: inline-block;
    font-family: "HarmoniaSans";
}

.s-contactform__wrap {
    padding: 30px 0;
    background-color: #3F534E;
}
.s-contactus-message, .s-contactus-message p {
    color: #FBF9F3;
}
.s-contactus-message--warning {
    padding: 15px 10px;
    background: white;
    color: red;
}

.s-resource-clear-button {
    margin-bottom: 10px;
    box-shadow: none;
    width: 150px;
}
.s-resource-search-button {
    margin-top: 10px;
    width: 150px;
}

.s-resource-search .s-checkbox {
    padding: 18px 40px 4px 0;
    display: block;
    text-align: left;
    white-space: nowrap;
}
.s-resource-search .s-dropdownlist {
    margin-top: 35px;
}

.s-pagination__size-label {
    font-weight: bold;
    color: #30423d;
    text-transform: uppercase;
    padding: 0 8px;
    font-size:18px;
    font-family: "HarmoniaSans";
}

.s-intro-paragraph, .s-intro-paragraph p {
    font-weight: bold;
    color: #3F534E;
    font-size: 1.2em;
}

.s-page-hero {
    height: 231px;
    background-position: top right, top right;
    background-size: auto 246px, cover;
}

.s-page-hero--center {
    background-position: top right, top center;
}

    .s-page-hero .container {
        height: 100%;
        position: relative;
    }

.s-page-hero__title-wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.s-page-hero__title {
    color: #FBF9F3;
    font-size: 36px;
    line-height: 1.1;
    padding:0;
}

.s-page-hero__blurb {
    padding-top: 15px;
    color: #FBF9F3;
}

    .s-page-hero__blurb p {
        color: #FBF9F3;
    }

    .s-page-hero__blurb a {
        color: #FBF9F3 !important;
        text-decoration: underline !important;
    }

    .s-page-hero__links-wrap {
        padding: 10px 0;
        position: absolute;
        top: 0;
    }

a.s-page-hero__link {
    color: #CDDADE; 
}

    a.s-page-hero__link:last-of-type {
        color: #FBF9F3;
    }
    

    .s-page-hero__icon {
        margin: 0 5px;
    }

.s-subheader-nav__section {
    background-color: #3F534E;
    position:relative;
}

.s-subheader-nav {
    display: flex;
    justify-content: space-between;
}

.s-subheader-nav__link {
    font-family: "HarmoniaSans";
    color: #FBF9F3;
    line-height: 63px;
    font-size: 21px;
    font-weight: 200;
    white-space: nowrap;
    padding-right:25px;
}
    .s-subheader-nav__link[aria-selected="true"], .s-subheader-nav__link--active {
        font-weight: 800;
    }

.s-wb-content ul li p, .s-wb-content ul li p {
    margin: 0;
}

h6 {
    font-family: "HarmoniaSans";
    color: #3f534e;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 12px;
}

.s-wb-content h6:not(:first-child) {
    margin-top: 12px;
}

.paddingBottom {
    padding-bottom: 12px;
}

ul.block, ul.listBlock {
    list-style: none;
}

ul.listBlock li {display:inline-block;}

.s-sharebox a {
    color: #3F534E;
    font-size:32px;
}
.s-sharebox {
    padding: 10px 0 30px 0;
}

.s-sharebox__twitter img {
    height: 31px;
    width: 31px;
    top: 4px;
    position: relative;
}

.s-resource-date {
    margin-bottom: 20px;
    color: #3F534E;
    font-size: 18px;
}

h1.s-resource-title {
    font-size: 44px;
    color: #3F534E;
    line-height: 1.2;
    margin-bottom: 20px;
}

.s-resource-author a {
    font-weight: bold;
    color: #3F534E;
    text-decoration:none;
}

.s-resource-author {
    margin: 25px 0;
    font-size: 18px;
    color: #3F534E;
}

.s-publication-disclaimer {padding-top:10px;margin-top:20px;}
.s-publication-disclaimer p {
    font-style: italic;
}

.s-subheader-nav__expander {
    font-size: 21px;
    color: #FBF9F3;
    cursor: pointer;
    white-space: nowrap;
    visibility: hidden;
    font-family: "HarmoniaSans";
    width: 80px;
}

.s-subheader-nav__minus {display:none;}

.s-subheader-nav__expander.active .s-subheader-nav__plus {
    display: none;
}
.s-subheader-nav__expander.active .s-subheader-nav__minus {
    display: inline-block;
}

.s-subheader-nav__expander-box {
    position: absolute;
    right: 0;
    background-color: #3F534E;
    display: none;
    z-index:10;
    width:100%;
    padding-bottom:15px;
}

.s-subheader-nav__link--sub {
    padding: 12px 20px;
    display: block;
    white-space: normal;
    line-height: 1.3;
}

.s-body-line {
    padding-bottom: 40px;
}

.s-contacts-sidebar__heading {
    margin-bottom: 15px;
    color: #3F534E;
}

.s-bio-box {
    padding-bottom: 15px;
}

.s-bio-box--long {padding-bottom:0;}

a.s-bio-box__name {
    font-size: 18px;
    margin: 8px 0;
    font-weight: bold;
    color: #3F534E;
    font-family: "HarmoniaSans";
    display: block;
}

.s-bio-box__title {
    font-size: 18px;
    margin: 8px 0;
    color: #3F534E;
    font-weight: 500;
    font-family: "HarmoniaSans";
}

.s-bio-box__phone {
    margin-bottom: 8px;
}

.s-bio-box__image {
    margin-bottom: 10px;
    display:inline-block;
    max-width:175px;
}

    .s-bio-box__image img {
        box-shadow: #87a7b3 7px 6px 0px;
    }

.s-bio-box__location a, .s-bio-box__phone a {
    color: #3F534E;
}

.s-bio-box__extra-links a {
    color: #3F534E;
    padding: 8px 8px 0 0;
    font-size: 24px;
}

.s-bio-box__category-title {
    color: #3F534E;
    padding-top:0;
    margin-bottom:15px;
}

.s-icon {
    height: 32px;
    width: 32px;
    margin-right: 4px;
}

.s-icon--twitter {
    position: relative;
    top: -2px;
    height: 28px;
    width: 28px;
    padding: 4px;
    border: solid 1.5px #FBF9F3;
    border-radius: 5px;
    margin-right: 4px;
}


.s-widget__container {margin-top:45px;}
.s-widget__item {
    padding-top: 20px;
}
.s-sidebar__color-block, .s-sidebar__color-block p {
    background-color: #738F9A;
    font-family: "HarmoniaSans", sans-serif;
    color: #FBF9F3;
    font-size: 22px;
    padding: 20px;
}
.s-sidebar__color-block-link {
    display: block;
    position: relative;
    background-color: #738F9A;
    font-family: "HarmoniaSans", sans-serif;
    color: #FBF9F3;
    font-size: 16px;
    margin: 20px 0;
    padding: 20px 30px 20px 20px;
}
    .s-sidebar__color-block-link::after {
        content: '';
        height: 15px;
        width: 7px;
        display: inline-block;
        background-image: url(/assets/images/chevron-right.svg);
        background-repeat: no-repeat;
        position: absolute;
        right: 15px;
        top: 40%;
    }
.s-article-list h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 42px;
    color: #3F534E;
    margin: 15px 0 15px 0;
}
.s-article-list ul {
    margin: 0;
    padding: 0;
}
.s-article-list li {
    list-style: none;
    padding-bottom: 25px;
    margin: 15px 0;
    border-bottom: 1.5px solid #738F9A;
    line-height:1.5;
}
.s-article-list__tag {
    display: inline-block;
    padding: 10px;
    margin: 0 20px 10px 0;
    font-family: "HarmoniaSans", sans-serif;
    background-color: #3F534E;
    color: #FBF9F3;
}
.s-article-list__date {
    display: inline-block;
}
.s-article-list__blurb {
    font-size: 16px;
    padding: 8px 0;
}
.s-article-list a {
    font-family: "HarmoniaSans", sans-serif;
    font-weight: 600;
    color: #3F534E;
    text-decoration:none;
    display:block;
}

.s-unlink {
    font-family: "HarmoniaSans", sans-serif;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
    display:block;
}

.s-feature-columns {
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: darken;
    background-size: cover;
    margin: 120px 0;
    padding: 60px 0;
}
.s-feature-columns .row > div {
    display: flex;
}
.s-feature-columns__header {
    font-size: 42px;
    line-height: 1.2;
    color: #FBF9F3;
    margin-bottom: 42px;
}
    .s-feature-columns__header img {
        vertical-align: middle;
        height: 42px;
    }
 .s-feature-columns__wrapper {
    width: 100%;
}

.s-feature-columns__item {
    position: relative;
    height: 100%;
    padding: 20px 25px;
    border-right: none;
    border-bottom: 1px solid #FBF9F3;
    display:block;
}
.s-feature-columns .row > div:last-child .s-feature-columns__item {
    border-right: none;
    border-bottom: none;
}
    .s-feature-columns__item-title {
        position: relative;
        color: #FBF9F3;
        font-size: 26px;
        padding: 15px 0;
    }
    .s-feature-columns__item p {
        color: #FBF9F3;
        font-size: 16px;
    }

.s-feature-columns__item--icon-block {
    background-color: #3F534E;
    border: 2px solid #FBF9F3;
    display: flex;
    height: 150px;
    align-items: center;
    padding: 25px 5px;
}
    .s-feature-columns__item--icon-block img {
        width: 50px;
        height: 50px;
        margin: 0 15px;
    }
    .s-feature-columns__item--icon-block h3 {
        padding: 15px;
    }


img.s-community-widget__image {
    width: 100%;
}
.s-community-widget__heading {
    color: #3F534E;
    margin:15px 0;
}

.s-contacts-sidebar__heading {}


/* spotlight4 */
.s-spotlightsquareimage-section {
    margin: 60px 0;
}

.s-spotlightsquareimage-section__box {
    padding-right: 40px;
    padding-bottom: 40px;
}

.s-spotlightsquareimage-section__heading {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 42px;
    color: #3F534E;
}

.s-spotlightsquareimage-section__accent {
    vertical-align: middle;
    height: 42px;
}

.s-spotlightsquareimage-section__subheading {
    font-size: 24px;
}

.s-spotlightsquareimage-section__body {
    padding: 20px 0;
    line-height: 2;
}

    .s-spotlightsquareimage-section__body p {
        line-height: 2;
    }

.s-spotlightsquareimage__image-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.s-spotlightsquareimage-section__accent2 {
    position: absolute;
    bottom: -50px;
    right: 15px;
    width: 100px;
}


/* cookie banner */
.s-cookie-consent {
    display: none;
    z-index: 1001;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
    font-size: 16px;
    background: #3F534E;
    box-sizing: border-box;
}

.s-cookie-consent a, .s-cookie-consent a:visited {
    color: #fff;
    text-decoration: underline;
}

    .s-cookie-consent a:hover {
        color: #fff !important;
    }

.s-cookie-consent--close {
    position: absolute;
    right: 4px;
    top: 9px;
    background: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

    .s-cookie-consent--close svg {
        width: 16px;
        height: 16px;
        fill: #fff;
    }

.s-cookie-consent--content p {
    color: #fff;
    font-size: 14px;
    margin: 0 0 .7em 0;
}

@media only screen and (min-width: 400px) {

    .s-subheader-nav__link {
        padding-right: 50px;
    }
}

@media only screen and (min-width: 480px) {

    .s-subheader-nav__expander-box {
        width: auto;
    }

    .s-subheader-nav {
        justify-content: flex-start;
    }

    .s-subheader-nav--expander-active {
        justify-content: space-between;
    }

}

@media only screen and (min-width: 768px) {

    html.menu--open {
        overflow: visible;
    }

    .s-spotlightsquareimage-section {
        margin: 200px 0;
    }

    .s-resource-search .s-btn {
        width: auto;
        min-width: 150px;
    }

    .resultsRange {
        display: inline-block;
    }
    .s-pagination {width:auto;}

    .s-resource-clear-button {
        margin-top: 0;
    }

    .s-content-page-body {
        padding: 70px 0;
        min-height: calc(100vh - 500px);
    }

    .s-page-header {
        background: linear-gradient(90deg, rgba(251,249,243,1) 0%, rgba(251,249,243,1) 51%, rgba(63,83,78,1) 51%, rgba(63,83,78,1) 100%);
        z-index: 2;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
    .s-search-icon path {
        fill: #fbf9f3;
    }

    .s-main-menu__region {
        left: 0;
        width: 100%;
        height:auto;
        top: 60px;
        background: linear-gradient(90deg, rgba(63,83,78,1) 0%, rgba(63,83,78,1) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,0) 100%);
    }

    .s-main-menu__region-link {
        font-size: 16px;
        min-height: 100px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #FBF9F3;
        border: solid 1px #3F534E;
        padding: 30px 20px;
        margin: 0 15px 15px 0;
        background-color: rgba(255,255,255,.25);
    }

        .s-main-menu__region-link:hover, .s-main-menu__region-link:focus {
            border: solid 1px #FBF9F3;
        }

    .s-main-menu__region-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .s-main-menu__region-list li { width: 33%;  }

}

@media only screen and (min-width: 1200px) {
    .s-bio-box {
        max-width: 100%;
        margin-right: 0;
        float: none;
    }

    .s-page-hero__title {
        font-size: 60px;
    }

    .s-main-menu__btn {
        font-size: 24px;
    }

    .s-page-main-menu > li {
        padding: 0 10px;
    }

    .s-body-line {
        margin-right: 10px;
        padding-right: 30px;
        border-right: solid 1px #3F534E;
        height: 100%;
        padding-bottom: 30px;
        min-height: calc(100vh - 650px);
    }

    .col-lg-12 .s-body-line {
        margin-right:0;
        padding-right:0;
        border-right:none;
    }

    .s-feature-columns__wrapper {
        margin: 25px 0;
    }

    .s-feature-columns__item {
        border-right: 1px solid #FBF9F3;
        border-bottom: none;
    }
}

@media only screen and (min-width: 1366px) {
    .s-main-menu__people.active {
        height: 47vh;
        min-height: 430px;
    }
}

/* print styles */
@media print {
    .s-page-hero {
        background: #3F534E !important;
    }
    .s-page-body, .s-page-header {
        background-color: #fff;
    }
    .is-hidden {
        display: block !important;
    }
    .s-expander-body, .bio-expander-body {
        display: block !important;
    }
    .s-read-more-less-inner {
        display: block !important;
    }
    .s-read-more-less .s-btn {display:none;}
    .bio-hero-image-wrap {
        display: none !important;
    }
    .bio-hero {
        height: auto !important;
        background: #3F534E !important;
    }
    .bio-hero-info {
        width: 100% !important;
        padding: 20px !important;
        margin-left: 0 !important;
    }
    .s-icon, .s-expander-btn i {
        display: none !important;
    }
    .s-list-collapse__btn {
        display: none !important;
    }
    .s-list-collapse__wrap {display:block !important;}
}
