﻿
@-webkit-keyframes bounce {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    75% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    75% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.compartment {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
}

@media (min-width: 600px) {
    .col-4 {
        width: 50%;
        float: left;
    }
}

@media (min-width: 900px) {
    .col-4 {
        width: 25%;
    }
}

/*! helpers - box-model v0.0.1 */

.margin-x {
    margin-right: 1.25em;
    margin-left: 1.25em;
}

.margin-x-2x {
    margin-right: 2.5em;
    margin-left: 2.5em;
}

.margin-y {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.margin-y-2x {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.padding-x {
    padding-right: 1.25em;
    padding-left: 1.25em;
}

.padding-x-2x {
    padding-right: 2.5em;
    padding-left: 2.5em;
}

.padding-y {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}

.padding-y-2x {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

.stretch-container {
    margin-right: -1.25em;
    margin-left: -1.25em;
}

.cover {
    position: absolute;
    height: 100%;
    width: 100%;
}



@font-face {
    font-family: 'IcoMoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot') format("embedded-opentype"), url('../fonts/icomoon.woff2') format("woff2"), url('../fonts/icomoon.woff') format("woff"), url('../fonts/icomoon.ttf') format("truetype"), url('../fonts/icomoon.html') format("svg");
    font-weight: 400;
    font-style: normal;
}


.fsTitle,
.fsAthleticsRosterList li > div.fsRosterName,
.fsVimeoTitle,
.fsYoutubeTitle {
    margin: 0;
    font-weight: bold;
    font-size: 1.1em;
}

/*h1 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 40px;
    line-height: 70px;
    margin-bottom: 10px;
    color: #275D38;
}

h2 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 10px;
}
*/
/*h3 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
}
*/
/*h4 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
}

h5 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 11px;
}

h6 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
*/
/*p {
    margin: 0 0 20px;
}*/

/*body:not(.fsComposeMode) p:last-child {
    margin-bottom: 0;
}

hr {
    margin: 0 auto 20px;
}*/

/*a {
    text-decoration: none;
    color: #275D38;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    font-weight: 700;
}*/
/*
    a:hover,
    a:focus {
        color: #4f4f4f;
        text-decoration: underline;
    }*/

/*#fsHeader a,
#fsFooter a {
    font-weight: normal;
}

    #fsHeader a:hover,
    #fsHeader a:focus,
    #fsFooter a:hover,
    #fsFooter a:focus {
        text-decoration: none;
    }

ul,
ol {
    margin-top: 0;
    padding-left: 20px;
}
*/
.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.styled,
table.fs_style_26 {
    margin-bottom: 20px;
    width: 100%;
    overflow-x: auto;
    display: block;
    border: 0 !important;
}

    .fsAthleticsEvent.fsTable .fsElementTable td,
    .fsAthleticsRoster .fsElementTable td,
    table.styled td,
    table.fs_style_26 td {
        padding: 13px;
        background-color: rgba(240, 240, 240, 0.25);
    }

    .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
    .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
    table.styled tr:nth-of-type(odd) td,
    table.fs_style_26 tr:nth-of-type(odd) td {
        background: #f0f0f0;
    }

    .fsAthleticsEvent.fsTable .fsElementTable th,
    .fsAthleticsRoster .fsElementTable th,
    .fsAthleticsEvent.fsTable .fsElementTable td,
    .fsAthleticsRoster .fsElementTable td,
    table.styled th,
    table.styled td,
    table.fs_style_26 th,
    table.fs_style_26 td {
        vertical-align: top;
        border-bottom: none;
    }

    .fsAthleticsEvent.fsTable .fsElementTable th,
    .fsAthleticsRoster .fsElementTable th,
    table.styled th,
    table.fs_style_26 th {
        font-size: 20px;
        font-weight: bold;
        line-height: 25px;
        padding: 10px 20px;
        text-align: left;
        background: #275D38;
        color: #fff;
    }

img,
canvas,
video,
svg {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
}

.fs_style_27 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #fff;
    color: #275D38;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #275D38;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fs_style_27:hover,
    .fs_style_27:focus,
    .fsStateSelected .fs_style_27,
    .fs_style_27.on {
        background: #275D38;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fs_style_27 em {
        display: block;
        font-style: normal;
    }

.fs_style_28 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #fff;
    color: #4f4f4f;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #4f4f4f;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fs_style_28:hover,
    .fs_style_28:focus,
    .fsStateSelected .fs_style_28,
    .fs_style_28.on {
        background: #4f4f4f;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fs_style_28 em {
        display: block;
        font-style: normal;
    }

.fs_style_29 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: transparent;
    color: #C99700;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #C99700;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none !important;
}

    .fs_style_29:hover,
    .fs_style_29:focus,
    .fsStateSelected .fs_style_29,
    .fs_style_29.on {
        background: #C99700;
        color: #1f1f1f;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fs_style_29 em {
        display: block;
        font-style: normal;
    }

.fs_style_31 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #275D38;
    color: #fff;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #4f4f4f;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fs_style_31:hover,
    .fs_style_31:focus,
    .fsStateSelected .fs_style_31,
    .fs_style_31.on {
        background: #4f4f4f;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fs_style_31 em {
        display: block;
        font-style: normal;
    }

.fs_style_32 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #4f4f4f;
    color: #fff;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #275D38;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fs_style_32:hover,
    .fs_style_32:focus,
    .fsStateSelected .fs_style_32,
    .fs_style_32.on {
        background: #275D38;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fs_style_32 em {
        display: block;
        font-style: normal;
    }

.fs_style_30 {
    color: #4F4F4F;
}

    .fs_style_30:after {
        content: "\F178";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 10px;
        color: #C99700;
    }

    .fs_style_30:hover,
    .fs_style_30:focus {
        color: #C99700;
        text-decoration: none;
    }

.fsStyleDefaultButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #fff;
    color: #275D38;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #275D38;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fsStyleDefaultButton:hover,
    .fsStyleDefaultButton:focus,
    .fsStateSelected .fsStyleDefaultButton,
    .fsStyleDefaultButton.on {
        background: #275D38;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fsStyleDefaultButton em {
        display: block;
        font-style: normal;
    }

    .fsStyleDefaultButton.fsLoadMoreButton {
        margin-bottom: 0;
    }

    .fsStyleDefaultButton.fsSelectAll {
        margin-bottom: 5px;
        padding: 7px 12px;
        font-size: .875em;
        line-height: 1.2;
    }

/*.fsStyleUpdateButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #fff;
    color: #275D38;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #275D38;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fsStyleUpdateButton:hover,
    .fsStyleUpdateButton:focus,
    .fsStateSelected .fsStyleUpdateButton,
    .fsStyleUpdateButton.on {
        background: #275D38;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fsStyleUpdateButton em {
        display: block;
        font-style: normal;
    }*/


/*.fsElement {
    margin-bottom: 40px;
}*/

 /*   .fsElement:last-child {
        margin-bottom: 0;
    }

    .fsElement > header .fsElementTitle {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 2.5px;
        line-height: 40px;
        text-transform: uppercase;
        margin-bottom: 0;
        color: #1f1f1f;
    }*/

.fsElementHeaderContent {
    margin-bottom: 20px;
}

.fsElementFooterContent {
    margin-top: 20px;
}

.fsPanel {
    margin-bottom: 0;
}

.fsStyleDefaultField {
    border: solid 1px #cfcfcf;
}

/*! elements - common - list subtype v0.0.1 */

/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */

.fsList article {
    margin-bottom: 20px;
}

.fsListNav .fsStyleDefaultList {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .fsListNav .fsStyleDefaultList .fsListItem a {
        display: inline-block;
        padding: 0;
    }

        .fsListNav .fsStyleDefaultList .fsListItem a:hover,
        .fsListNav .fsStyleDefaultList .fsListItem a:focus {
            color: #4f4f4f;
            background: transparent;
        }

    .fsListNav .fsStyleDefaultList .fsListItem.fsResourceCollection.fsStateExpanded > .fsResourceCollectionLink {
        margin-bottom: 10px;
    }

.fsListNav .fsListLevel1 > .fsListItem {
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
}

.fsListNav .fsListLevel2 > .fsListItem {
    padding-left: 10px;
}

.fsListNav .fsListLevel3 > .fsListItem {
    padding-left: 20px;
}

.fsListNav .fsListLevel4 > .fsListItem {
    padding-left: 30px;
}

.fsListNav .fsListLevel5 > .fsListItem {
    padding-left: 40px;
}

/*! element - common - slideshow subtype v0.0.1 */

/* Contains generic styles that apply to every element slideshow subtype*/

/*.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
    padding-bottom: 0;
}

.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
    padding-top: 0;
    padding-bottom: 0;
}

.fsSlideshow.fsSlideshowHorizontal article {
    padding-bottom: 0;
}

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
    overflow: hidden;
}

    .fsSlideshow .fsNextButton:before,
    .fsSlideshow .fsPrevButton:before {
        color: #4F4F4F;
        font-size: 45px;
        -webkit-transition: .3s;
        transition: .3s;
        display: inline-block;
        line-height: 1;
        width: auto;
        height: auto;
        position: absolute;
    }

    .fsSlideshow .fsNextButton.fsLeftArrow:before,
    .fsSlideshow .fsNextButton.fsRightArrow:before,
    .fsSlideshow .fsPrevButton.fsLeftArrow:before,
    .fsSlideshow .fsPrevButton.fsRightArrow:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    .fsSlideshow .fsNextButton.fsLeftArrow:before,
    .fsSlideshow .fsPrevButton.fsLeftArrow:before {
        left: 0;
    }

    .fsSlideshow .fsNextButton.fsRightArrow:before,
    .fsSlideshow .fsPrevButton.fsRightArrow:before {
        right: 0;
    }

    .fsSlideshow .fsNextButton:hover:before,
    .fsSlideshow .fsNextButton:focus:before,
    .fsSlideshow .fsPrevButton:hover:before,
    .fsSlideshow .fsPrevButton:focus:before {
        color: rgba(79, 79, 79, 0.5);
        -webkit-transition: .3s;
        transition: .3s;
    }

.fsSlideshow .fsPager {
    margin-bottom: 0;
    margin-top: 20px;
}

    .fsSlideshow .fsPager li {
        width: 12px;
        height: 12px;
        position: relative;
        vertical-align: middle;
    }

        .fsSlideshow .fsPager li button {
            width: 100%;
            height: 100%;
            padding: 0;
            color: #4F4F4F;
        }

            .fsSlideshow .fsPager li button:before {
                content: '';
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background-color: rgba(79, 79, 79, 0.25);
                -webkit-transition: .3s;
                transition: .3s;
                opacity: 1;
            }

            .fsSlideshow .fsPager li button:hover:before,
            .fsSlideshow .fsPager li button:focus:before {
                background-color: #4F4F4F;
                -webkit-transition: .3s;
                transition: .3s;
            }

            .fsSlideshow .fsPager li button:focus {
                outline: 1px dashed rgba(79, 79, 79, 0.25);
            }

        .fsSlideshow .fsPager li.slick-active button:before {
            opacity: 1;
            background-color: #4F4F4F;
        }
*/
/*! elements - common - dialog box v0.0.1 */

/* Contains generic styles that apply to every element that has a pop-up/dialog option */

./*fsDialogCloseButton {
    opacity: 1;
}

    .fsDialogCloseButton:after,
    .fsDialogCloseButton:before {
        background: #4F4F4F;
    }

    .fsDialogCloseButton:focus:after,
    .fsDialogCloseButton:focus:before {
        background: #4F4F4F;
    }

    .fsDialogCloseButton:hover:after,
    .fsDialogCloseButton:hover:before {
        background: #000000;
    }

.fsElementDialog {
    color: #4F4F4F;
}

.lead-in,
.fs_style_24 {
    font-size: 1.25em;
    line-height: 1.2em;
}*/

/*blockquote {
    position: relative;
    margin: 32px 0;
    font-size: 20px;
    line-height: 30px;
    padding: 72px 27px 27px;
    background: #275D38;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 3px;
}

    blockquote:before {
        content: "\E900";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        background: #fff;
        color: #275D38;
        font-size: 16px;
        line-height: 40px;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        position: absolute;
        top: 27px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }*/
/*
cite {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    margin-top: 12px;
    font-style: normal;
}

.callout,
.fs_style_25 {
    display: block;
    padding: 0 0 0 17px;
    border-left: 3px solid #C99700;
    margin: 50px 0;
    font-size: 22px;
    line-height: 32px;
    color: #275D38;
}

    .callout.left,
    .fs_style_25.left {
        float: left;
        margin-left: 20px;
    }
*/
/*@media (min-width: 500px) {
    .callout.left,
    .fs_style_25.left {
        width: 50%;
    }
}

.callout.right,
.fs_style_25.right {
    float: right;
    margin-right: 20px;
}

@media (min-width: 500px) {
    .callout.right,
    .fs_style_25.right {
        width: 50%;
    }
}

body:not(.fsComposeMode) .callout-box {
    background: #275D38;
    color: #fff;
    margin-bottom: 60px;
}

    body:not(.fsComposeMode) .callout-box > header .fsElementHeaderContent {
        margin: 0;
    }

        body:not(.fsComposeMode) .callout-box > header .fsElementHeaderContent figure {
            margin: 0;
        }

    body:not(.fsComposeMode) .callout-box h2 {
        color: inherit;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        text-transform: none;
        margin-bottom: 18px;
    }

    body:not(.fsComposeMode) .callout-box a:not(.fs_style_27):not(.fs_style_28):not(.fs_style_29) {
        color: inherit;
        text-decoration: underline;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        body:not(.fsComposeMode) .callout-box a:not(.fs_style_27):not(.fs_style_28):not(.fs_style_29):hover,
        body:not(.fsComposeMode) .callout-box a:not(.fs_style_27):not(.fs_style_28):not(.fs_style_29):focus {
            opacity: .7 !important;
        }

    body:not(.fsComposeMode) .callout-box > .fsElementContent {
        padding: 20px;
    }

    body:not(.fsComposeMode) .callout-box.gold {
        background: #C99700;
        color: #1f1f1f;
    }

    body:not(.fsComposeMode) .callout-box.light {
        background: #f0f0f0;
        color: #4F4F4F;
    }

        body:not(.fsComposeMode) .callout-box.light h2 {
            color: #1f1f1f;
        }

        body:not(.fsComposeMode) .callout-box.light a {
            color: #275D38;
            text-decoration: none;
        }

            body:not(.fsComposeMode) .callout-box.light a:hover,
            body:not(.fsComposeMode) .callout-box.light a:focus {
                color: #4F4F4F;
            }

    body:not(.fsComposeMode) .callout-box.dark {
        background: #4f4f4f;
        color: #fff;
    }

body:not(.fsComposeMode) #fsBannerRight .callout-box figure,
body:not(.fsComposeMode) #fsBannerLeft .callout-box figure {
    line-height: 0;
}

    body:not(.fsComposeMode) #fsBannerRight .callout-box figure img,
    body:not(.fsComposeMode) #fsBannerLeft .callout-box figure img {
        width: 100%;
    }

body:not(.fsComposeMode) .fsLayout .callout-box.left > header .fsElementHeaderContent,
body:not(.fsComposeMode) .fsLayout .callout-box.right > header .fsElementHeaderContent {
    margin: 0;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

    body:not(.fsComposeMode) .fsLayout .callout-box.left > header .fsElementHeaderContent figure,
    body:not(.fsComposeMode) .fsLayout .callout-box.right > header .fsElementHeaderContent figure {
        margin: 0;
        visibility: hidden;
    }
*/
/*@media (min-width: 900px) {
    body:not(.fsComposeMode) .fsLayout .callout-box.left,
    body:not(.fsComposeMode) .fsLayout .callout-box.right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        body:not(.fsComposeMode) .fsLayout .callout-box.left > header,
        body:not(.fsComposeMode) .fsLayout .callout-box.left > .fsElementContent,
        body:not(.fsComposeMode) .fsLayout .callout-box.right > header,
        body:not(.fsComposeMode) .fsLayout .callout-box.right > .fsElementContent {
            width: 50%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }
}

body:not(.fsComposeMode) .fsLayout .callout-box.right > .fsElementContent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

body:not(.fsComposeMode) .fsLayout .callout-box.right > header {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
}

    [class^="icon-"]:before,
    [class*=" icon-"]:before {
        font-size: 30px;
        color: #275D38;
    }

.icon-lightbulb:before {
    content: "\E90F";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-apple:before {
    content: "\E906";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-document:before {
    content: "\E907";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-backpack:before {
    content: "\E908";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-bell:before {
    content: "\E909";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-books:before {
    content: "\E90A";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #275d38;
}

.icon-bus:before {
    content: "\E90B";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-calendar:before {
    content: "\E90C";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-gradcap:before {
    content: "\E90D";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-library:before {
    content: "\E90E";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-start-quote:before {
    content: "\E900";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-globe-2:before {
    content: "\E901";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-search-7:before {
    content: "\E902";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-calendar-alt-5:before {
    content: "\E903";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-close:before {
    content: "\E904";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-droplet:before {
    content: "\E911";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-lab:before {
    content: "\E910";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-beta:before {
    content: "\E910";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-beaker:before {
    content: "\E910";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-test:before {
    content: "\E910";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-experiment:before {
    content: "\E910";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-menu:before {
    content: "\E905";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-music:before {
    content: "\F001";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-search:before {
    content: "\F002";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-star-o:before {
    content: "\F006";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-check:before {
    content: "\F00C";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-clock-o:before {
    content: "\F017";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-lock:before {
    content: "\F023";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-bookmark:before {
    content: "\F02E";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-camera:before {
    content: "\F030";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-video-camera:before {
    content: "\F03D";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-pencil:before {
    content: "\F040";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-map-marker:before {
    content: "\F041";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-heart-o:before {
    content: "\F08A";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-trophy:before {
    content: "\F091";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-phone:before {
    content: "\F095";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-twitter:before {
    content: "\F099";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-facebook:before {
    content: "\F09A";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-facebook-f:before {
    content: "\F09A";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-credit-card:before {
    content: "\F09D";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-bullhorn:before {
    content: "\F0A1";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-cloud:before {
    content: "\F0C2";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-comment-o:before {
    content: "\F0E5";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-angle-left:before {
    content: "\F104";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-angle-right:before {
    content: "\F105";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-angle-up:before {
    content: "\F106";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-angle-down:before {
    content: "\F107";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-laptop:before {
    content: "\F109";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-play-circle:before {
    content: "\F144";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-youtube:before {
    content: "\F167";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-instagram:before {
    content: "\F16D";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-long-arrow-right:before {
    content: "\F178";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-bank:before {
    content: "\F19C";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-institution:before {
    content: "\F19C";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-university:before {
    content: "\F19C";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-futbol-o:before {
    content: "\F1E3";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-soccer-ball-o:before {
    content: "\F1E3";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-map-signs:before {
    content: "\F277";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-map-o:before {
    content: "\F278";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.icon-user-o:before {
    content: "\F2C0";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}*/


/*.fsNavigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fsNavigation li.fsNavCurrentPage > a,
.fsNavigation li.fsNavCurrentPageAncestor > a {
    color: #4f4f4f;
    background: transparent;
}

.fsNavigation a {
    display: block;
    padding: 10px 0;
    color: #275D38;
    background: transparent;
}

    .fsNavigation a:hover,
    .fsNavigation a:focus {
        color: #4f4f4f;
        background: transparent;
    }

.fsNavigation .fsNavLevel2 > li > a {
    padding-left: 10px;
}

.fsNavigation .fsNavLevel3 > li > a {
    padding-left: 20px;
}

.fsNavigation .fsNavLevel4 > li > a {
    padding-left: 30px;
}

.fsNavigation .fsNavLevel5 > li > a {
    padding-left: 40px;
}

.fsBreadcrumb ul li {
    display: inline-block;
}

    .fsBreadcrumb ul li a {
        display: inline-block;
        padding: 0;
    }

.nav-site-map ul {
    margin: 0 0 0 20px;
    padding: 0;
}

    .nav-site-map ul.fsNavLevel1 {
        margin-left: 0;
        list-style: none;
    }

@media (min-width: 600px) {
    .nav-site-map ul.fsNavLevel1 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-rule: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial;
    }

        .nav-site-map ul.fsNavLevel1 li {
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            break-inside: avoid-column;
        }
}

.nav-site-map ul.fsNavLevel1 > li > a {
    margin-bottom: 20px;
    font-weight: 700;
}

.nav-site-map ul.fsNavLevel2 {
    list-style: disc;
}

.nav-site-map ul.fsNavLevel3 {
    list-style: circle;
}

.nav-site-map ul.fsNavLevel4 {
    list-style: square;
}

.nav-site-map ul.fsNavLevel5 {
    list-style: disc;
}

.nav-tier ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .nav-tier ul li a {
        display: block;
        padding: 10px 10px;
        color: #275D38;
        background: transparent;
    }

        .nav-tier ul li a:hover,
        .nav-tier ul li a:focus {
            color: #4f4f4f;
            background: #e5e5e5;
        }

    .nav-tier ul li.fsNavCurrentPage > a {
        color: #275D38;
        background: #cfcfcf;
    }

        .nav-tier ul li.fsNavCurrentPage > a:hover,
        .nav-tier ul li.fsNavCurrentPage > a:focus {
            color: #F2C02A;
            background: #e5e5e5;
        }

    .nav-tier ul li.fsNavCurrentPageAncestor {
        background: #e5e5e5;
    }

        .nav-tier ul li.fsNavCurrentPageAncestor > a {
            color: #275D38;
            background: transparent;
        }

            .nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
            .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
                color: #275D38;
                background: #e5e5e5;
            }

.nav-tier .fsNavLevel1 {
    padding-left: 0;
}

    .nav-tier .fsNavLevel1 > li {
        border-bottom: solid 1px #e5e5e5;
    }

        .nav-tier .fsNavLevel1 > li:last-child {
            border-bottom: none;
        }

.nav-tier .fsNavLevel2 > li > a {
    padding-left: 20px;
}

.nav-tier .fsNavLevel3 > li > a {
    padding-left: 30px;
}

.nav-tier .fsNavLevel4 > li > a {
    padding-left: 40px;
}

.nav-tier .fsNavLevel5 > li > a {
    padding-left: 50px;
}

.nav-sub {
    background: #275D38;
    padding-right: 1.25em;
    padding-left: 1.25em;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 56px;
}*/

/*.fsHeader .nav-sub {
    display: block;
}

@media (min-width: 600px) {
    .fsHeader .nav-sub {
        display: none;
    }
}*/

.nav-sub.nav-sub-empty {
    display: none !important;
}

.nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .nav-sub ul li a {
        display: block;
        font-weight: normal;
        padding: 12px 7px;
        color: #fff;
        background: transparent;
    }

        .nav-sub ul li a:hover,
        .nav-sub ul li a:focus {
            text-decoration: none;
            color: #F2C02A;
            background: #1A4B29;
        }

    .nav-sub ul li.fsNavCurrentPage > a {
        color: #F2C02A;
        background: transparent;
        font-weight: 700 !important;
    }

        .nav-sub ul li.fsNavCurrentPage > a:hover,
        .nav-sub ul li.fsNavCurrentPage > a:focus {
            color: #fff;
            background: transparent;
        }

    .nav-sub ul li.fsNavCurrentPageAncestor {
        background: transparent;
    }

        .nav-sub ul li.fsNavCurrentPageAncestor > a {
            color: #F2C02A;
            background: transparent;
            font-weight: 700 !important;
        }

            .nav-sub ul li.fsNavCurrentPageAncestor > a:hover,
            .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
                color: #fff;
                background: transparent;
            }

.nav-sub .fsNavLevel1 {
    padding-left: 0;
}

    .nav-sub .fsNavLevel1 > li {
        border-bottom: 1px solid #1A4B29;
    }

        .nav-sub .fsNavLevel1 > li:last-child {
            border-bottom: none;
        }

.nav-sub .fsNavLevel2 > li > a {
    padding-left: 17px;
}

    .nav-sub .fsNavLevel2 > li > a:hover,
    .nav-sub .fsNavLevel2 > li > a:focus {
        color: #fff;
        text-decoration: none;
    }

.nav-sub .fsNavLevel3 > li > a {
    padding-left: 27px;
}

.nav-sub .fsNavLevel4 > li > a {
    padding-left: 37px;
}

.nav-sub .fsNavLevel5 > li > a {
    padding-left: 47px;
}

.nav-main {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

/*.fsHeader .nav-main {
    display: none;
}*/

/*@media (min-width: 1000px) {
    .fsHeader .nav-main {
        display: block;
        position: absolute;
        bottom: 0;
        right: 25px;
    }
}

@media (min-width: 1000px) {
    .nav-main .fsNavLevel1 {
        position: relative;
        margin: 0 auto;
        max-width: 1180px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px;
    }

        .no-flexbox .nav-main .fsNavLevel1 > li {
            display: inline-block;
        }

        .no-flexbox .nav-main .fsNavLevel1:after {
            content: "";
            display: inline-block;
            width: 100%;
        }
}

.nav-main .fsNavLevel1 > li {
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
}

@media (min-width: 1000px) {
    .nav-main .fsNavLevel1 > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.nav-main .fsNavLevel1 > li:hover > a {
    color: #F2C02A;
    background: transparent;
}

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #F2C02A;
    background: transparent;
}

.nav-main .fsNavLevel1 > li.fsNavParentPage:after {
    display: none;
    content: '';
    height: 0;
    width: 0;
    border: 15px solid transparent;
    border-bottom: 15px solid #F2C02A;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.has-hero:not(.header-filled) .nav-main .fsNavLevel1 > li.fsNavParentPage:after {
    border-bottom: 15px solid #275D38;
}

.nav-main .fsNavLevel1 > li > a {
    display: block;
    color: #fff;
    background: transparent;
    padding: 30px 15px;
    font-weight: 700 !important;
    letter-spacing: 1px;
}

    .nav-main .fsNavLevel1 > li > a:focus {
        color: #F2C02A;
        background: transparent;
    }

html.js .nav-main .fsNavLevel1 > li,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open {
    position: relative;
}*/

/*    html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
    html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

.menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
.menu-item-open html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
    max-height: 9999px;
}

html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
    max-height: 9999px;
}

html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open.menu-item-open > .fsNavPageInfo {
    max-height: 9999px;
}

html.js .nav-main .fsNavLevel1 > li:hover:after,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open:hover:after {
    display: block;
}

html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open:hover .fsNavPageInfo {
    max-height: 9999px;
    padding: 30px;
}

html:not(.js) .nav-main .fsNavLevel1 > li {
    position: relative;
}

    html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }*/
/*
    html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
        max-height: 9999px;
    }

@media (max-width: 599px) {
    html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px;
    }
}

.nav-main .fsNavPageInfo {
    background: #275D38;
    text-align: left;
    z-index: 300;
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

html:not(.js) .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}*/

/*html:not(.js) .nav-main .fsNavLevel1 > li:nth-last-child(2) .fsNavPageInfo {
    right: 0;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}*/

/*html:not(.js) .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.nav-main .fsNavLevel2 {
    width: calc(50% - 20px);
}

    .nav-main .fsNavLevel2 li {
        text-transform: none;
        font-size: 16px;
        line-height: 20px;
    }

        .nav-main .fsNavLevel2 li:not(:last-child) {
            border-bottom: 1px solid #1A4B29;
        }

        .nav-main .fsNavLevel2 li a {
            display: block;
            color: #fff;
            background: transparent;
            padding: 11px;
        }

            .nav-main .fsNavLevel2 li a:hover,
            .nav-main .fsNavLevel2 li a:focus {
                color: #fff;
                background: #1A4B29;
            }

        .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
            color: #fff;
            background: transparent;
        }

.drawer-ribbon {
    display: block;
    height: 22px;
    width: 22px;
    line-height: 0;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 9001;
    margin: 0;
}
*/
@media (min-width: 700px) {
    .drawer-ribbon {
        position: relative;
        top: 10px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 1000px) {
    .drawer-ribbon {
        display: none;
    }
}

.drawer-is-active .drawer-ribbon {
    display: none;
}

/*.mobile-toggle {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    color: transparent;
    font-size: 0;
    height: 22px;
    width: 22px;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .mobile-toggle:before {
        content: "\E912";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        text-align: center;
        font-size: 13px;
        line-height: 22px;
        color: #fff;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        -webkit-transition: color .3s;
        transition: color .3s;
    }

    .mobile-toggle:hover:before,
    .mobile-toggle:focus:before {
        color: #F2C02A;
    }

.fsMenu {
    position: absolute;
    z-index: 500;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    -webkit-transform: translate(-20%, 0);
    -ms-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
    top: 0em;
    min-height: 100%;
    max-width: 100%;
    background: #275D38;
}

.drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fsMenu {
    position: absolute;
    z-index: 500;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
    -webkit-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    transform: translate(20%, 0);
    top: 0em;
    min-height: 100%;
    max-width: 100%;
    background: #275D38;
    padding-top: 20px;
    z-index: 9000;
}

.drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-box-shadow: -5px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -5px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

    .drawer-is-active .fsMenu:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 100%;
        width: 250%;
        height: 100%;
        background: rgba(0, 0, 0, 0.45);
        z-index: 400;
    }

@media (min-width: 1000px) {
    .fsMenu {
        display: none;
    }
}

.fsMenu .menu-close {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    display: block;
    height: 23px;
    width: 23px;
    position: absolute;
    top: 32px;
    right: 34px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    color: transparent;
    text-align: center;
    cursor: pointer;
}

    .fsMenu .menu-close:before {
        content: "\E904";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 22px;
        line-height: 23px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: color .3s;
        transition: color .3s;
    }

    .fsMenu .menu-close:hover:before,
    .fsMenu .menu-close:focus:before {
        color: #F2C02A;
    }

.fsMenu .nav-social {
    padding-right: 1.25em;
    padding-left: 1.25em;
}

    .fsMenu .nav-social .fsNavLevel1 a {
        height: 35px;
        width: 35px;
        border-color: #fff;
    }

        .fsMenu .nav-social .fsNavLevel1 a:before {
            font-size: 18px;
            line-height: 35px;
        }

.mobile-top {
    margin-bottom: 0;
}

.nav-utility-mobile {
    margin: 0 0 0 20px;
    width: calc(100% - 80px);
}*/

    .nav-utility-mobile li {
        display: inline-block;
    }

        .nav-utility-mobile li a {
            font-size: 16px;
            line-height: 20px;
            color: #fff;
            padding-right: 20px;
        }

            .nav-utility-mobile li a:before {
                margin-right: 5px;
                color: #C99700;
            }

            .nav-utility-mobile li a:hover,
            .nav-utility-mobile li a:focus {
                color: rgba(255, 255, 255, 0.8);
                text-decoration: none;
            }

        .nav-utility-mobile li.translate-link,
        .nav-utility-mobile li.find-it-trigger {
            display: none;
        }

        .nav-utility-mobile li.calendar-link > a:before {
            content: "\E903";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
        }

        .nav-utility-mobile li.visitors > a:before {
            content: "\F2C0";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
        }

.nav-main-mobile {
    position: relative;
    top: 0;
    margin: 20px 0 30px !important;
    padding: 0;
    zoom: 1;
}

    .nav-main-mobile,
    .nav-main-mobile ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav-main-mobile li {
            margin: 0;
            padding: 0;
        }

        .nav-main-mobile:after {
            display: table;
            clear: both;
            content: '';
        }

        .nav-main-mobile .fsElementTitle {
            padding: 0 30px;
            font-size: 12px;
            color: #4F4F4F;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }

        .nav-main-mobile ul.fsNavLevel1 {
            display: block;
            margin: 0;
            padding: 0;
        }

            .nav-main-mobile ul.fsNavLevel1 li {
                display: block;
                position: relative;
                margin: 0;
                padding: 0;
                z-index: 10;
                font-size: 18px;
                line-height: 28px;
                text-transform: uppercase;
                font-weight: 700;
                letter-spacing: 1px;
            }

                .nav-main-mobile ul.fsNavLevel1 li:first-child > a {
                    border-top: 1px solid #1A4B29;
                }

                .nav-main-mobile ul.fsNavLevel1 li.search-trigger {
                    display: none;
                }

                .nav-main-mobile ul.fsNavLevel1 li:nth-last-child(2) {
                    padding-bottom: 0;
                    margin-bottom: 0;
                    border: 0;
                }

                .nav-main-mobile ul.fsNavLevel1 li.active {
                    background: #1A4B29;
                }

                    .nav-main-mobile ul.fsNavLevel1 li.active > a {
                        font-weight: 700;
                    }

                .nav-main-mobile ul.fsNavLevel1 li.fsNavCurrentPage > a,
                .nav-main-mobile ul.fsNavLevel1 li.fsNavCurrentPageAncestor > a {
                    color: #F2C02A;
                }

                .nav-main-mobile ul.fsNavLevel1 li span.sub-trigger {
                    display: block;
                    width: 40px;
                    height: 40px;
                    position: absolute;
                    top: 12px;
                    right: 20px;
                    text-align: center;
                    cursor: pointer;
                }

                    .nav-main-mobile ul.fsNavLevel1 li span.sub-trigger:after {
                        content: "\F105";
                        font-family: "IcoMoon";
                        font-smoothing: antialiased;
                        font-weight: normal;
                        speak: none;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                        display: block;
                        font-weight: normal;
                        color: #fff;
                        font-size: 21px;
                    }

                    .nav-main-mobile ul.fsNavLevel1 li span.sub-trigger:hover:after {
                        color: #F2C02A;
                    }

#fsMenu .nav-main-mobile li.active > a {
    color: #F2C02A;
    border: none;
}

#fsMenu .nav-main-mobile li.active > span.sub-trigger:after {
    content: '\F107';
    color: #F2C02A;
}

.nav-main-mobile ul.fsNavLevel1 li a {
    display: block;
    color: #fff;
    padding: 20px 10px;
    margin: 0 11px;
    text-decoration: none;
    letter-spacing: 1px;
    border-bottom: 1px solid #1A4B29;
}

    .nav-main-mobile ul.fsNavLevel1 li a:hover {
        color: #F2C02A;
        text-decoration: none;
    }

.nav-main-mobile ul.fsNavLevel2 {
    margin: 0;
    padding: 0 0 0 30px;
}

    .nav-main-mobile ul.fsNavLevel2 li {
        text-transform: none;
        font-size: 16px;
        line-height: 28px;
        border: none;
    }

        .nav-main-mobile ul.fsNavLevel2 li:last-child {
            padding-bottom: 20px;
        }

        .nav-main-mobile ul.fsNavLevel2 li span.sub-trigger {
            top: 11px;
            height: 22px;
        }

        .nav-main-mobile ul.fsNavLevel2 li > a {
            border: none;
            letter-spacing: normal;
            padding: 10px 0;
            font-weight: normal;
        }

.nav-main-mobile .fsNavPageInfo {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: none;
    overflow: visible;
    max-height: 100%;
    display: none;
}

.nav-main-mobile ul.fsNavLevel3 {
    padding: 0 0 0 30px;
}

@media (min-width: 1000px) {
    .nav-social {
        margin-bottom: 0;
    }
}

.nav-social .fsNavLevel1 {
    font-size: 0;
}

    .nav-social .fsNavLevel1,
    .nav-social .fsNavLevel1 ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav-social .fsNavLevel1 li {
            margin: 0;
            padding: 0;
        }

        .nav-social .fsNavLevel1 li {
            display: inline-block;
        }

@media (min-width: 1000px) {
    .nav-social .fsNavLevel1 li {
        margin-bottom: 11px;
    }
}

.nav-social .fsNavLevel1 li:not(:last-child) {
    margin-right: 10px;
}

.nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "\F09A";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.nav-social .fsNavLevel1 [href*='instagram']:before {
    content: "\F16D";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.nav-social .fsNavLevel1 [href*='linkedin']:before {
    content: "\F0E1";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.nav-social .fsNavLevel1 [href*='pinterest']:before {
    content: "\F0D2";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.nav-social .fsNavLevel1 [href*='tumblr']:before {
    content: "\F173";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.nav-social .fsNavLevel1 [href*='twitter']:before {
    content: "\F099";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.nav-social .fsNavLevel1 [href*='vimeo']:before {
    content: "\F27D";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.nav-social .fsNavLevel1 [href*='vine']:before {
    content: "\F1CA";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.nav-social .fsNavLevel1 [href*='youtube']:before {
    content: "\F167";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.nav-social .fsNavLevel1 [href*='googleplus']:before {
    content: "\F0D5";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.nav-social .fsNavLevel1 [href*='wechat']:before {
    content: "\F1D7";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.nav-social .fsNavLevel1 [href*='flickr']:before {
    content: "\F16E";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.nav-social .fsNavLevel1 [href*='wordpress']:before {
    content: "\F19A";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.nav-social .fsNavLevel1 [href*='rss']:before {
    content: "\F09E";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.nav-social .fsNavLevel1 [href*='facebook']:hover,
.nav-social .fsNavLevel1 [href*='facebook']:focus {
    background: #fff;
    border-color: #F2C02A;
}

    .nav-social .fsNavLevel1 [href*='facebook']:hover:before,
    .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
        color: #275D38;
    }

.nav-social .fsNavLevel1 [href*='instagram']:hover,
.nav-social .fsNavLevel1 [href*='instagram']:focus {
    background: #fff;
    border-color: #F2C02A;
}

    .nav-social .fsNavLevel1 [href*='instagram']:hover:before,
    .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
        color: #275D38;
    }

.nav-social .fsNavLevel1 [href*='linkedin']:hover,
.nav-social .fsNavLevel1 [href*='linkedin']:focus {
    background: #fff;
    border-color: #F2C02A;
}

    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before,
    .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
        color: #275D38;
    }

.nav-social .fsNavLevel1 [href*='pinterest']:hover,
.nav-social .fsNavLevel1 [href*='pinterest']:focus {
    background: #fff;
    border-color: #F2C02A;
}

    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before,
    .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
        color: #275D38;
    }

.nav-social .fsNavLevel1 [href*='tumblr']:hover,
.nav-social .fsNavLevel1 [href*='tumblr']:focus {
    background: #fff;
    border-color: #F2C02A;
}

    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before,
    .nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
        color: #275D38;
    }

.nav-social .fsNavLevel1 [href*='twitter']:hover,
.nav-social .fsNavLevel1 [href*='twitter']:focus {
    background: #fff;
    border-color: #F2C02A;
}

    .nav-social .fsNavLevel1 [href*='twitter']:hover:before,
    .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
        color: #275D38;
    }

.nav-social .fsNavLevel1 [href*='vimeo']:hover,
.nav-social .fsNavLevel1 [href*='vimeo']:focus {
    background: #fff;
    border-color: #F2C02A;
}

    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before,
    .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
        color: #275D38;
    }

.nav-social .fsNavLevel1 [href*='vine']:hover,
.nav-social .fsNavLevel1 [href*='vine']:focus {
    background: #fff;
    border-color: #F2C02A;
}

    .nav-social .fsNavLevel1 [href*='vine']:hover:before,
    .nav-social .fsNavLevel1 [href*='vine']:focus:before {
        color: #275D38;
    }

.nav-social .fsNavLevel1 [href*='youtube']:hover,
.nav-social .fsNavLevel1 [href*='youtube']:focus {
    background: #fff;
    border-color: #F2C02A;
}

    .nav-social .fsNavLevel1 [href*='youtube']:hover:before,
    .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
        color: #275D38;
    }

.nav-social .fsNavLevel1 [href*='googleplus']:hover,
.nav-social .fsNavLevel1 [href*='googleplus']:focus {
    background: #fff;
    border-color: #F2C02A;
}

    .nav-social .fsNavLevel1 [href*='googleplus']:hover:before,
    .nav-social .fsNavLevel1 [href*='googleplus']:focus:before {
        color: #275D38;
    }

.nav-social .fsNavLevel1 [href*='wechat']:hover,
.nav-social .fsNavLevel1 [href*='wechat']:focus {
    background: #fff;
    border-color: #F2C02A;
}

    .nav-social .fsNavLevel1 [href*='wechat']:hover:before,
    .nav-social .fsNavLevel1 [href*='wechat']:focus:before {
        color: #275D38;
    }

.nav-social .fsNavLevel1 [href*='flickr']:hover,
.nav-social .fsNavLevel1 [href*='flickr']:focus {
    background: #fff;
    border-color: #F2C02A;
}

    .nav-social .fsNavLevel1 [href*='flickr']:hover:before,
    .nav-social .fsNavLevel1 [href*='flickr']:focus:before {
        color: #275D38;
    }

.nav-social .fsNavLevel1 [href*='wordpress']:hover,
.nav-social .fsNavLevel1 [href*='wordpress']:focus {
    background: #fff;
    border-color: #F2C02A;
}

    .nav-social .fsNavLevel1 [href*='wordpress']:hover:before,
    .nav-social .fsNavLevel1 [href*='wordpress']:focus:before {
        color: #275D38;
    }

.nav-social .fsNavLevel1 [href*='rss']:hover,
.nav-social .fsNavLevel1 [href*='rss']:focus {
    background: #fff;
    border-color: #F2C02A;
}

    .nav-social .fsNavLevel1 [href*='rss']:hover:before,
    .nav-social .fsNavLevel1 [href*='rss']:focus:before {
        color: #275D38;
    }

.nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    border: 2px solid #F2C02A;
    background: #275D38;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

    .nav-social .fsNavLevel1 a:before {
        color: #fff;
        font-size: 20px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/*.nav-social .fsNavLevel1 [href*='plus.google.com']:before {
    content: "\F0D5";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:hover,
.nav-social .fsNavLevel1 [href*='plus.google.com']:focus {
    background: #fff;
    border-color: #db4f46;
}

    .nav-social .fsNavLevel1 [href*='plus.google.com']:hover:before,
    .nav-social .fsNavLevel1 [href*='plus.google.com']:focus:before {
        color: #275D38;
    }

.nav-utility-header {
    position: relative;
    top: 16px;
}

@media (min-width: 700px) {
    .nav-utility-header {
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        top: 8px;
    }
}

@media (min-width: 1000px) {
    .nav-utility-header {
        top: 0;
        padding-right: 20px;
        height: 37px;
    }
}

.nav-utility-header .fsNavLevel1,
.nav-utility-header .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-utility-header .fsNavLevel1 li {
        margin: 0;
        padding: 0;
    }

    .nav-utility-header .fsNavLevel1 li {
        font-size: 16px;
        line-height: 20px;
        display: inline-block;
        position: relative;
    }

        .nav-utility-header .fsNavLevel1 li a {
            color: #fff;
            text-decoration: none;
            padding: 2px 10px;
        }

@media (min-width: 1000px) {
    .nav-utility-header .fsNavLevel1 li a {
        padding: 7px 11px;
    }
}

.nav-utility-header .fsNavLevel1 li a:before {
    margin-right: 5px;
    color: #C99700;
}

.nav-utility-header .fsNavLevel1 li:hover > a,
.nav-utility-header .fsNavLevel1 li:focus > a {
    color: #F2C02A;
}

.nav-utility-header .fsNavLevel1 li.find-it-trigger > a:before {
    content: "\E902";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

@media (max-width: 1000px) {
    .nav-utility-header .fsNavLevel1 li.calendar-link {
        display: none;
    }
}

.nav-utility-header .fsNavLevel1 li.calendar-link > a:before {
    content: "\E903";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

@media (max-width: 1000px) {
    .nav-utility-header .fsNavLevel1 li.visitors {
        display: none;
    }
}

.nav-utility-header .fsNavLevel1 li.visitors > a:before {
    content: "\F2C0";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.nav-utility-header .fsNavLevel1 li.translate-link > a:before {
    content: "\E901";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.nav-utility-header .fsNavLevel1 li.translate-link .fsGoogleTranslate {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 99;
}

@media (min-width: 700px) {
    .nav-utility-header .fsNavLevel1 li.translate-link .fsGoogleTranslate {
        margin-left: 0;
    }
}

@media (min-width: 1000px) {
    .nav-utility-header .fsNavLevel1 li.translate-link .fsGoogleTranslate {
        margin-left: 0;
    }
}

@media (min-width: 1180px) {
    .nav-utility-header .fsNavLevel1 li.translate-link .fsGoogleTranslate {
        margin-left: 0;
    }
}

.nav-utility-header .fsNavLevel1 li.translate-link .fsGoogleTranslate:hover,
.nav-utility-header .fsNavLevel1 li.translate-link .fsGoogleTranslate:focus {
    background: transparent;
}

.nav-utility-header .fsNavLevel1 li.translate-link .fsGoogleTranslate > .fsElementContent {
    height: 100%;
}

.nav-utility-header .fsNavLevel1 li.translate-link .fsGoogleTranslate #google_translate_element {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    background: transparent;
    border: none;
    color: #ffffff;
    position: relative;
    width: 100%;
    height: 100%;
}

    .nav-utility-header .fsNavLevel1 li.translate-link .fsGoogleTranslate #google_translate_element label {
        position: absolute;
        top: -9999em;
        left: -9999em;
        z-index: -1;
        color: #000000;
        background: #ffffff;
    }

    .nav-utility-header .fsNavLevel1 li.translate-link .fsGoogleTranslate #google_translate_element .goog-te-gadget {
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
        width: 100%;
        height: 100%;
        color: #ffffff;
    }

        .nav-utility-header .fsNavLevel1 li.translate-link .fsGoogleTranslate #google_translate_element .goog-te-gadget img,
        .nav-utility-header .fsNavLevel1 li.translate-link .fsGoogleTranslate #google_translate_element .goog-te-gadget .goog-logo-link {
            display: none;
            color: #000000;
            background-color: #ffffff;
        }

        .nav-utility-header .fsNavLevel1 li.translate-link .fsGoogleTranslate #google_translate_element .goog-te-gadget > div {
            display: inline-block;
            height: 100%;
            width: 100%;
            vertical-align: middle;
        }

            .nav-utility-header .fsNavLevel1 li.translate-link .fsGoogleTranslate #google_translate_element .goog-te-gadget > div select::-ms-expand {
                display: none;
            }

            .nav-utility-header .fsNavLevel1 li.translate-link .fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0 !important;
                border: none !important;
                border-radius: 0;
                font-size: 0px;
                text-transform: uppercase;
                font-weight: 700;*/
                /*font-family: "source-sans-pro", sans-serif;*/
                /*-webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background: transparent;
                cursor: pointer;
            }

                .nav-utility-header .fsNavLevel1 li.translate-link .fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select option {
                    color: #000000;
                    font-size: 14px;
                    background: #ffffff;
                }

        .nav-utility-header .fsNavLevel1 li.translate-link .fsGoogleTranslate #google_translate_element .goog-te-gadget > span {
            display: none;
        }*/

/*@media (min-width: 700px) {
    .nav-utility-footer {
        width: calc(100% - 303px);
        padding-left: 60px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 1000px) {
    .nav-utility-footer {
        width: calc(100% - 100px);
        margin-bottom: 0;
    }
}

.nav-utility-footer nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-utility-footer .fsNavLevel1 {
    width: calc(50% - 10px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

    .nav-utility-footer .fsNavLevel1,
    .nav-utility-footer .fsNavLevel1 ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav-utility-footer .fsNavLevel1 li {
            margin: 0;
            padding: 0;
        }

        .nav-utility-footer .fsNavLevel1 li {
            font-size: 16px;
            line-height: 20px;
        }

            .nav-utility-footer .fsNavLevel1 li a {
                padding: 7px 0;
                font-weight: 700 !important;
            }

.nav-utility-footer-2 {
    padding-top: 20px;
    border-top: 1px solid rgba(115, 115, 115, 0.33);
    margin-bottom: 30px !important;
}

@media (max-width: 1220px) {
    .nav-utility-footer-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1000px) {
    .nav-utility-footer-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.nav-utility-footer-2 > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
}

.nav-utility-footer-2 .fsNavLevel1,
.nav-utility-footer-2 .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-utility-footer-2 .fsNavLevel1 li {
        margin: 0;
        padding: 0;
    }

    .nav-utility-footer-2 .fsNavLevel1 li {
        font-size: 16px;
        line-height: 20px;
        display: inline-block;
    }

        .nav-utility-footer-2 .fsNavLevel1 li a {
            padding: 7px;
            font-weight: 700 !important;
            color: #737373;
        }

            .nav-utility-footer-2 .fsNavLevel1 li a:hover,
            .nav-utility-footer-2 .fsNavLevel1 li a:focus {
                color: #275D38;
            }
*/
/*! structure - header v0.0.1 */

/*body:not(.fsComposeMode) #fsHeader {
    background: #275D38;
    padding-bottom: 30px;
    width: 100%;
    -webkit-transition: background .5s;
    transition: background .5s;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) #fsHeader {
        padding-bottom: 0;
    }
}

@media (min-width: 1000px) {
    body:not(.fsComposeMode) #fsHeader {
        height: 135px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 500;
    }
}

body:not(.fsComposeMode).has-hero #fsHeader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    background: transparent;
}*/

/*@media (min-width: 1000px) {
    body:not(.fsComposeMode).has-hero #fsHeader {
        position: fixed;
    }
}

body:not(.fsComposeMode).fsAccountBarVisible #fsHeader {
    top: 45px;
}

@media (min-width: 1000px) {
    .translate-on body:not(.fsComposeMode) #fsHeader {
        top: 39px;
    }
}

body:not(.fsComposeMode).has-hero.header-filled #fsHeader {
    background: #275D38;
}

body:not(.fsComposeMode) #fsHeader .fsBanner {
    padding-right: 1.25em;
    padding-left: 1.25em;
    height: 100%;
}

@media (min-width: 1220px) {
    body:not(.fsComposeMode) #fsHeader .fsBanner {
        padding-right: 0;
        padding-left: 0;
    }
}

body:not(.fsComposeMode) #fsHeader .header-top {
    margin-bottom: 0;
    height: 100%;
}

    body:not(.fsComposeMode) #fsHeader .header-top > .fsElementContent {
        position: relative;
        height: 100%;
    }

@media (min-width: 700px) {
    body:not(.fsComposeMode) #fsHeader .header-top > .fsElementContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 30px 20px;
    }
}

@media (min-width: 1000px) {
    body:not(.fsComposeMode) #fsHeader .header-top > .fsElementContent {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 21px 40px;
    }
}

body:not(.fsComposeMode) #fsHeader .nav-social {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

@media (max-width: 1000px) {
    body:not(.fsComposeMode) #fsHeader .nav-social {
        display: none;
    }
}*/

/*body:not(.fsComposeMode) #fsHeader .nav-social .fsNavLevel1 a {
    height: 35px;
    width: 35px;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.67);
    -webkit-transition: all .3s;
    transition: all .3s;
}

    body:not(.fsComposeMode) #fsHeader .nav-social .fsNavLevel1 a:before {
        font-size: 16px;
    }

    body:not(.fsComposeMode) #fsHeader .nav-social .fsNavLevel1 a:hover,
    body:not(.fsComposeMode) #fsHeader .nav-social .fsNavLevel1 a:focus {
        border-color: #F2C02A;
        background: #275D38;
    }

        body:not(.fsComposeMode) #fsHeader .nav-social .fsNavLevel1 a:hover:before,
        body:not(.fsComposeMode) #fsHeader .nav-social .fsNavLevel1 a:focus:before {
            color: #fff;
        }

body:not(.fsComposeMode) .find-it-fast {
    position: fixed;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f0f0f0;
    opacity: 0;
    z-index: 9001;
    overflow-y: scroll;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    padding-bottom: 60px;
    padding-right: 15px;
    padding-left: 15px;
}

body:not(.fsComposeMode).fif-open .find-it-fast {
    top: 0;
    opacity: 1;
}

body:not(.fsComposeMode) .find-it-fast > header {
    display: none;
}

body:not(.fsComposeMode) .find-it-fast .fif-top {
    margin-bottom: 0;
}

    body:not(.fsComposeMode) .find-it-fast .fif-top > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 1180px;
        padding-top: 90px;
    }*/

@media (min-width: 700px) {
    body:not(.fsComposeMode) .find-it-fast .fif-top > .fsElementContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 60px;
    }
}

body:not(.fsComposeMode) .find-it-fast .fif-top > .fsElementContent .fif-close {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    height: 40px;
    width: 40px;
    font-size: 0;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 0;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .find-it-fast .fif-top > .fsElementContent .fif-close {
        top: 0;
        height: 77px;
        width: 77px;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

body:not(.fsComposeMode) .find-it-fast .fif-top > .fsElementContent .fif-close:before {
    content: "\E904";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 20px;
    color: #4F4F4F;
    line-height: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .find-it-fast .fif-top > .fsElementContent .fif-close:before {
        font-size: 28px;
        line-height: 77px;
    }
}

body:not(.fsComposeMode) .find-it-fast .fif-top > .fsElementContent .fif-close:hover,
body:not(.fsComposeMode) .find-it-fast .fif-top > .fsElementContent .fif-close:focus {
    background: #F2C02A;
}

    body:not(.fsComposeMode) .find-it-fast .fif-top > .fsElementContent .fif-close:hover:before,
    body:not(.fsComposeMode) .find-it-fast .fif-top > .fsElementContent .fif-close:focus:before {
        font-size: 32px;
        color: #131313;
    }

body:not(.fsComposeMode) .find-it-fast .fif-buttons {
    margin-bottom: 10px;
}

    body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 1180px;
    }

        body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent .fsNavLevel1 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent .fsNavLevel1 li {
                width: calc(50% - 7px);
                margin-bottom: 20px;
                height: 162px;
                background: #fff;
                border: 1px solid rgba(115, 115, 115, 0.33);
                -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
            }

@media (min-width: 700px) {
    body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent .fsNavLevel1 li {
        width: calc(33.33% - 10px);
    }
}

@media (min-width: 1000px) {
    body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent .fsNavLevel1 li {
        width: calc(16.66% - 10px);
    }
}

body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent .fsNavLevel1 li a {
    display: block;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold !important;
    color: #4f4f4f;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent .fsNavLevel1 li a {
        font-size: 20px;
        line-height: 25px;
    }
}

body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent .fsNavLevel1 li a:before {
    color: #275D38;
    font-size: 50px;
    padding-bottom: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    margin-bottom: 10px;
}

body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent .fsNavLevel1 li a:hover,
body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent .fsNavLevel1 li a:focus {
    background: #F2C02A;
    color: #1f1f1f;
}

    body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent .fsNavLevel1 li a:hover:before,
    body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent .fsNavLevel1 li a:focus:before {
        -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent .fsNavLevel1 li.bell-icon a:before {
    content: "\E909";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent .fsNavLevel1 li.bus-icon a:before {
    content: "\E90B";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent .fsNavLevel1 li.calendar-icon a:before {
    content: "\E90C";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent .fsNavLevel1 li.grades-icon a:before {
    content: "\E90A";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent .fsNavLevel1 li.books-icon a:before {
    content: "\E90E";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

body:not(.fsComposeMode) .find-it-fast .fif-buttons > .fsElementContent .fsNavLevel1 li.lightbulb-icon a:before {
    content: "\E90F";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

body:not(.fsComposeMode) .find-it-fast .fif-links > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .find-it-fast .fif-links > .fsElementContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

body:not(.fsComposeMode) .find-it-fast .fif-links > .fsElementContent .fsNavigation {
    padding: 20px;
    border: 1px solid rgba(115, 115, 115, 0.33);
    background: #fff;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .find-it-fast .fif-links > .fsElementContent .fsNavigation {
        width: calc(33% - 10px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

body:not(.fsComposeMode) .find-it-fast .fif-links > .fsElementContent .fsNavigation .fsElementTitle {
    font-size: 26px;
    font-weight: bold;
    line-height: 33px;
    color: #275D38;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(115, 115, 115, 0.33);
}

body:not(.fsComposeMode) .find-it-fast .fif-links > .fsElementContent .fsNavigation a {
    font-size: 18px;
    line-height: 23px;
    text-decoration: underline;
    color: #4F4F4F;
}

    body:not(.fsComposeMode) .find-it-fast .fif-links > .fsElementContent .fsNavigation a:hover,
    body:not(.fsComposeMode) .find-it-fast .fif-links > .fsElementContent .fsNavigation a:focus {
        color: #275D38;
        text-decoration: underline;
    }

.skip-link {
    margin: 0;
}

    .skip-link a {
        position: fixed;
        top: 0;
        left: 0;
        padding: 1em;
        background: #000000;
        color: #fff !important;
        font-size: 1em;
        line-height: 1;
        text-decoration: underline;
        -webkit-transition: -webkit-transform .1s ease-in;
        transition: -webkit-transform .1s ease-in;
        transition: transform .1s ease-in;
        transition: transform .1s ease-in, -webkit-transform .1s ease-in;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: 9000;
    }

        .skip-link a:focus {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

body:not(.fsComposeMode).wf-loading .site-info-container {
    opacity: 0;
}

body:not(.fsComposeMode) .site-info-container {
    position: relative;
    width: 289px;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .site-info-container {
        width: 366px;
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 1000px) {
    body:not(.fsComposeMode) .site-info-container {
        width: 240px;
        position: absolute;
        top: 25px;
        left: 40px;
    }
}

@media (min-width: 1100px) {
    body:not(.fsComposeMode) .site-info-container {
        width: 356px;
    }
}

@media (min-width: 1200px) {
    body:not(.fsComposeMode) .site-info-container {
        width: 456px;
    }
}

body:not(.fsComposeMode) .site-info-container a {
    display: inline-block;
    /*font-family: "source-serif-pro", Georgia, serif;*/
    letter-spacing: 1px;
    color: transparent;
    font-size: 30px;
    line-height: 46px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700 !important;
    position: relative;
    padding-left: 42px;
}

    body:not(.fsComposeMode) .site-info-container a:before {
        display: block;
        content: '';
        height: 46px;
        width: 32px;
        background: url(images/logo-s.html) no-repeat 50% top;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

@media (min-width: 700px) {
    body:not(.fsComposeMode) .site-info-container a {
        letter-spacing: 2px;
        font-size: 52px;
        line-height: 57px;
        padding-left: 52px;
    }

        body:not(.fsComposeMode) .site-info-container a:before {
            height: 57px;
            width: 42px;
        }
}

@media (min-width: 1000px) {
    body:not(.fsComposeMode) .site-info-container a {
        font-size: 30px;
    }
}

@media (min-width: 1100px) {
    body:not(.fsComposeMode) .site-info-container a {
        font-size: 47px;
        line-height: 73px;
        padding-left: 70px;
    }

        body:not(.fsComposeMode) .site-info-container a:before {
            height: 73px;
            width: 53px;
        }
}

@media (min-width: 1200px) {
    body:not(.fsComposeMode) .site-info-container a {
        font-size: 65px;
    }
}

body:not(.fsComposeMode).has-hero:not(.header-filled) .site-info-container a {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

body:not(.fsComposeMode) .site-info-container a:hover,
body:not(.fsComposeMode) .site-info-container a:focus {
    color: #fff;
    text-decoration: none;
}

/*.hero {
    background-size: cover;
    background-position: 50% top;
    height: 500px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .hero:before {
        display: block;
        content: '';
        height: 250px;
        width: 100%;
        background: red;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        opacity: .66;
    }

    .hero .fsResourceTypeImage {
        display: none;
    }

.hero-slideshow {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background: #fff;
    height: 400px;
    overflow: hidden;
}

@media (min-width: 700px) {
    .hero-slideshow {
        height: 410px;
    }
}

@media (min-width: 1000px) {
    .hero-slideshow {
        height: 100vh;
    }
}

.hero-slideshow:before {
    display: block;
    content: '';
    height: 250px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: .66;
}

.hero-slideshow .scroll-down {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: transparent;
    font-size: 0;
    height: 52px;
    width: 28px;
    -webkit-animation: 4s bounce ease-in-out infinite;
    animation: 4s bounce ease-in-out infinite;
    cursor: pointer;
    background: url(images/mouse-scroll.png) no-repeat 50% top;
    background-size: contain;
}

@media (max-width: 1000px) {
    .hero-slideshow .scroll-down {
        display: none;
    }
}

.hero-slideshow .slick-slider {
    margin-bottom: 0;
}

.hero-slideshow .fsResourceTypeVideo {
    padding: 0 !important;
    position: relative;
}

@media (max-width: 700px) {
    .hero-slideshow .fsResourceTypeVideo video {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.hero-slideshow article {
    padding: 0;
    height: 400px;
    background-size: cover;
    background-position: 50% top;
}

@media (min-width: 700px) {
    .hero-slideshow article {
        height: 410px;
    }
}

@media (min-width: 1000px) {
    .hero-slideshow article {
        height: 100vh;
    }
}

.hero-slideshow article figure {
    visibility: hidden;
}

.hero-slideshow .fsSlideshowPause,
.hero-slideshow .fsSlideshowPlay {
    top: auto;
    bottom: 45px;
    left: auto;
    right: 45px;
}

#fsFooter {
    background: #fff;
    border-top: 1px solid #737373;
    padding-top: 60px;
}

@media (min-width: 1000px) {
    #fsFooter .fsBanner {
        position: relative;
        margin: 0 auto;
        max-width: 1180px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#fsFooter .fsBanner:after {
    content: normal;
}

body.fsDraftMode #fsFooter .fsBanner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}*/

    body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

/*#fsFooter .address-container {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
}

@media (min-width: 700px) {
    #fsFooter .address-container {
        padding-right: 34px;
        padding-left: 34px;
        margin-bottom: 0;
    }
}

@media (min-width: 1220px) {
    #fsFooter .address-container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1000px) {
    #fsFooter .address-container {
        width: 58%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 60px;
    }
}

#fsFooter .utility-container {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    margin-bottom: 50px;
}*/

/*@media (min-width: 700px) {
    #fsFooter .utility-container {
        padding-right: 34px;
        padding-left: 34px;
    }
}

@media (min-width: 1220px) {
    #fsFooter .utility-container {
        padding-right: 0;
        padding-left: 0;
    }
}
*/
/*@media (min-width: 1000px) {
    #fsFooter .utility-container {
        width: 42%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 700px) {
    #fsFooter .utility-container > .fsElementContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
*/
/*#fsFooter .nav-social {
    margin-bottom: 36px;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 700px) {
    #fsFooter .nav-social {
        padding-right: 0;
        padding-left: 0;
        text-align: left;
        width: 303px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 1220px) {
    #fsFooter .nav-social {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1000px) {
    #fsFooter .nav-social {
        width: 100px;
        margin-bottom: 0;
    }
}

#fsFooter .school-details {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #737373;
}

@media (min-width: 700px) {
    #fsFooter .school-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#fsFooter .school-details [itemprop='name'] {
    color: transparent;
    font-size: 0;
    display: block;
    width: 294px;
    height: 78px;
    background: url(images/logo-footer.svg) 0 0 no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}

@media (min-width: 700px) {
    #fsFooter .school-details [itemprop='name'] {
        width: 303px;
        height: 80px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 700px) {
    #fsFooter .school-details .contact-info {
        width: calc(100% - 303px);
        padding-left: 60px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 1000px) {
    #fsFooter .school-details .contact-info {
        padding-left: 50px;
    }
}

#fsFooter .school-details a {
    color: #275D38;
    font-weight: 700;
}

    #fsFooter .school-details a:hover,
    #fsFooter .school-details a:focus {
        text-decoration: underline;
    }*/

/*! structure - layouts v0.0.1 */

/** {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        pointer-events: none;
    }

html {
    
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

/*body {
    font-size: 16px;
    line-height: 25px;
    color: #4F4F4F;
}*/

/*#fsPageWrapper {
    overflow-x: hidden;
    position: relative;
}

body.fsComposeMode #fsPageWrapper {
    overflow: visible;
}

#fsPageBodyWrapper {
    padding-right: 1.25em;
    padding-left: 1.25em;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
}*/

/*@media (min-width: 1000px) {
    #fsPageBodyWrapper {
        padding-top: 175px;
    }

    .has-hero #fsPageBodyWrapper {
        padding-top: 40px;
    }
}

#fsPageBody {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 600px) {
    #fsPageBody {
        display: block;
    }
}

@media (min-width: 800px) {
    #fsPageBody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

#fsBannerLeft {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
}*/

@media (min-width: 600px) {
    #fsBannerLeft {
        padding-right: 20px;
        width: 200px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
    }
}

@media (min-width: 700px) {
    #fsBannerLeft {
        padding-right: 40px;
        width: 280px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 20px;
        width: 200px;
    }
}

@media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        padding-right: 40px;
        width: 280px;
    }
}

@media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 20px;
        width: 200px;
    }
}

@media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        padding-right: 40px;
        width: 280px;
    }
}

#fsPageContent {
    width: 100%;
}

.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}

@media (min-width: 600px) {
    .fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 320px);
    }
}

@media (min-width: 700px) {
    .fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 400px);
    }
}

.fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}

@media (min-width: 600px) {
    .fsHasLeftBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px);
    }
}

@media (min-width: 700px) {
    .fsHasLeftBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 280px);
    }
}

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px);
    }
}

@media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 280px);
    }
}

@media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 520px);
        margin-bottom: 0;
    }
}

@media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 680px);
    }
}

#fsBannerRight {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    #fsBannerRight {
        padding-left: 20px;
        width: 320px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
    }
}

@media (min-width: 700px) {
    #fsBannerRight {
        padding-left: 100px;
        width: 400px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0;
}

@media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px);
    }
}

@media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 280px);
    }
}

@media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px;
        width: 320px;
    }
}

@media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 100px;
        width: 400px;
    }
}

@media (min-width: 600px) {
    .fsLayout {
        margin-right: -20px;
        margin-left: -20px;
    }
}

.fsLayout .fsDiv {
    margin-bottom: 20px;
    width: 100%;
    float: none;
}

@media (min-width: 600px) {
    .fsLayout .fsDiv {
        float: left;
    }
}

@media (min-width: 600px) {
    .fsLayout .fsDiv {
        padding-right: 1.25em;
        padding-left: 1.25em;
    }
}

.fsLayout > header,
.fsLayout > footer {
    width: 100%;
}

@media (min-width: 600px) {
    .fsLayout > header,
    .fsLayout > footer {
        padding-right: 1.25em;
        padding-left: 1.25em;
    }
}

@media (min-width: 800px) {
    .fsTwoColumnLayout .fsDiv {
        width: 50%;
    }
}

@media (min-width: 900px) {
    .fsThreeColumnLayout .fsDiv {
        width: 33.33333%;
    }
}

@media (min-width: 800px) {
    .fsFourColumnLayout .fsDiv {
        width: 50%;
    }
}

@media (min-width: 1000px) {
    .fsFourColumnLayout .fsDiv {
        width: 25%;
    }
}

.fsLayout .fsStyleOneThird {
    float: none;
}

.fsLayout .fsStyleTwoThirds {
    float: none;
}

    .fsLayout .fsStyleTwoThirds > .fsDiv {
        padding-left: 0;
        padding-right: 0;
        float: none;
    }

@media (min-width: 600px) {
    .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
        margin-right: -20px;
        margin-left: -20px;
    }
}

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 600px) {
    .fsTwoColumnWideRightLayout,
    .fsElephantLeftLayout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.fsTwoColumnWideRightLayout > header,
.fsTwoColumnWideRightLayout > footer,
.fsElephantLeftLayout > header,
.fsElephantLeftLayout > footer {
    padding-left: 0;
    padding-right: 0;
}

.fsTwoColumnWideRightLayout .fsStyleOneThird,
.fsElephantLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .fsTwoColumnWideRightLayout .fsStyleOneThird,
    .fsElephantLeftLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0;
    }
}

@media (min-width: 700px) {
    .fsTwoColumnWideRightLayout .fsStyleOneThird,
    .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 40px;
        width: 280px;
    }
}

.fsTwoColumnWideRightLayout .fsStyleTwoThirds,
.fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%;
}

@media (min-width: 600px) {
    .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
    .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 200px);
    }
}

@media (min-width: 700px) {
    .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
    .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 280px);
    }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
    width: 100%;
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 320px);
    }
}

@media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 400px);
    }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
        padding-left: 20px;
        width: 320px;
        margin-top: 0;
    }
}

@media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
        padding-left: 100px;
        width: 400px;
    }
}

@media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
        padding-right: 20px;
        width: 200px;
    }
}

@media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
        padding-right: 40px;
        width: 280px;
    }
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
        padding-right: 20px;
        width: 200px;
    }
}

@media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
        padding-right: 40px;
        width: 280px;
    }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: 100%;
}

@media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
        width: calc(100% - 200px);
    }
}

@media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
        width: calc(100% - 280px);
    }
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
        width: calc(100% - 200px);
    }
}

@media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
        width: calc(100% - 280px);
    }
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 200px);
    }
}

@media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 280px);
    }
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px;
        margin-top: 0;
    }
}

@media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 40px;
        width: 280px;
    }
}

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
    width: 100%;
    padding-right: 0;
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
        padding-right: 20px;
        width: 200px;
    }
}

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: 100%;
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 200px);
    }
}

@media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px;
    }
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px;
    }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: 100%;
    margin-bottom: 0;
}

@media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 200px);
    }
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 520px);
    }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
        padding-left: 20px;
        width: 320px;
        margin-top: 0;
    }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0;
    }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    margin-bottom: 20px;
    width: 100%;
    margin-bottom: 0;
}

@media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 200px);
    }
}

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 600px) {
    .fsTwoColumnWideLeftLayout,
    .fsElephantRightLayout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.fsTwoColumnWideLeftLayout > header,
.fsTwoColumnWideLeftLayout > footer,
.fsElephantRightLayout > header,
.fsElephantRightLayout > footer {
    padding-left: 0;
    padding-right: 0;
}

.fsTwoColumnWideLeftLayout .fsStyleOneThird,
.fsElephantRightLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .fsTwoColumnWideLeftLayout .fsStyleOneThird,
    .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 20px;
        padding-right: 0;
        width: 320px;
        margin-bottom: 0;
    }
}

@media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout .fsStyleOneThird,
    .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 100px;
        width: 400px;
    }
}

.fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
.fsElephantRightLayout .fsStyleTwoThirds {
    width: 100%;
}

@media (min-width: 600px) {
    .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
    .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 320px);
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
    .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 400px);
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: 100%;
}

@media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 200px);
    }
}

@media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 280px);
    }
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 200px);
    }
}

@media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 280px);
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px;
    }
}

@media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 40px;
        width: 280px;
    }
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0;
    }
}

@media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 40px;
        width: 280px;
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    width: 100%;
    padding-left: 0;
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
        padding-left: 20px;
        width: 320px;
    }
}

@media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
        padding-left: 100px;
        width: 400px;
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 320px);
        margin-bottom: 0;
    }
}

@media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 400px);
    }
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 320px);
    }
}

@media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 400px);
    }
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
        padding-left: 20px;
        width: 320px;
        margin-top: 0;
    }
}

@media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
        padding-left: 100px;
        width: 400px;
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
    width: 100%;
    padding-left: 0;
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
        padding-left: 20px;
        width: 320px;
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: 100%;
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
        width: calc(100% - 320px);
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
        padding-left: 20px;
        width: 320px;
        margin-top: 0;
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: 100%;
    margin-bottom: 0;
}

@media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 200px);
    }
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 520px);
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0;
    }
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px;
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    margin-bottom: 0;
}

@media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
        padding-left: 20px;
        width: 320px;
    }
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
        width: 100%;
        padding-left: 0;
    }
}

@media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
        padding-left: 20px;
        width: 320px;
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    margin-bottom: 0;
}

@media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 320px);
    }
}

@media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
        width: 100%;
    }
}

@media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 320px);
    }
}

#fsPoweredByFinalsite {
    width: 132px;
    margin: 0 auto 20px;
}

@media (min-width: 1000px) {
    #fsPoweredByFinalsite {
        position: absolute;
        bottom: -65px;
        right: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

/*! elements - constituent main */

/*! elements - constituent default layout */

.fsConstituent {
    word-break: break-word;
}

    .fsConstituent .fsElementPagination {
        margin: 20px 0;
    }

    .fsConstituent .fsPhoto[style*="background-image"],
    .fsConstituent .fsProfileImage[style*="background-image"] {
        background-size: cover;
        background-position: center;
        display: inline-block;
    }

        .fsConstituent .fsPhoto[style*="background-image"] > img,
        .fsConstituent .fsProfileImage[style*="background-image"] > img {
            opacity: 0;
            visibility: hidden;
        }

    .fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
    .fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
        float: none;
        margin: 0;
    }

    .fsConstituent.fsThumbnailAlignLeft .fsPhoto,
    .fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
        float: left;
        padding-right: 0;
    }

    .fsConstituent.fsThumbnailAlignRight .fsPhoto,
    .fsConstituent.fsThumbnailAlignRight .fsProfileImage {
        float: right;
        padding-left: 0;
    }

.fsConstituentProfile {
    position: relative;
}

    .fsConstituentProfile > div,
    .fsConstituentProfile > h3 {
        margin-bottom: 20px;
    }

        .fsConstituentProfile > div > strong {
            display: block;
        }

/*! elements - constituent default layout */

.fsConstituent .fsConstituentItem {
    float: none;
    width: calc(100% - 20px);
    margin: 0 auto 40px;
}

.fsConstituent.fsThumbnailAlignLeft .fsPhoto {
    margin-right: 10px;
    margin-bottom: 10px;
}

.fsConstituent.fsThumbnailAlignRight .fsPhoto {
    margin-left: 10px;
    margin-bottom: 10px;
}

.fsConstituentItem {
    padding-left: 10px;
    padding-right: 10px;
}

    .fsConstituentItem > h3,
    .fsConstituentItem > div {
        margin-bottom: 10px;
    }

        .fsConstituentItem > h3:last-child,
        .fsConstituentItem > div:last-child {
            margin-bottom: 0;
        }

    .fsConstituentItem .fsPhoto img {
        display: block;
    }

div[class^="fsConstituentColumnLayout"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}

@media (min-width: 600px) {
    .fsConstituentColumnLayout_2 .fsConstituentItem,
    .fsConstituentColumnLayout_3 .fsConstituentItem,
    .fsConstituentColumnLayout_4 .fsConstituentItem {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 800px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem,
    .fsConstituentColumnLayout_4 .fsConstituentItem {
        width: calc(33.33% - 20px);
    }
}

@media (min-width: 1000px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
        width: calc(25% - 20px);
    }
}

/*! elements - constituent profile */

.fsConstituent.fsProfile .fsFullName {
    margin-bottom: 20px;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin: 0 0 20px 0;
    padding: 0;
    float: none;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    float: none;
    width: 100%;
}

@media (min-width: 800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3,
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
        padding: 0;
    }
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3:first-child,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3:first-child,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3:first-child,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3:first-child {
    padding: 0;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
    float: none;
}

@media (min-width: 600px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
        max-width: 40%;
    }
}

@media (min-width: 1000px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
        max-width: 512px;
    }
}

@media (min-width: 600px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
        max-width: 25%;
    }
}

@media (min-width: 800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
        max-width: 128px;
    }
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSection:after,
.fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSection:after {
    display: none;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData,
.fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData {
    float: none;
    display: block;
    width: 100%;
}

    .fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData > div,
    .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData > div {
        clear: none;
    }

@media (min-width: 600px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
        margin-right: 20px;
        float: left;
    }
}

@media (min-width: 800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3 {
        padding-left: calc(40% + 20px);
    }
}

@media (min-width: 1000px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3,
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
        padding-left: 532px;
    }
}

@media (min-width: 800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3 {
        padding-left: calc(25% + 20px);
    }
}

@media (min-width: 800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3,
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
        padding-left: 148px;
    }
}

@media (min-width: 600px) {
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
        margin-left: 20px;
        float: right;
    }
}

@media (min-width: 800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3 {
        padding-right: calc(40% + 20px);
    }
}

@media (min-width: 1000px) {
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
        padding-right: 532px;
    }
}

@media (min-width: 800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
        padding-right: calc(25% + 20px);
    }
}

@media (min-width: 800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
        padding-right: 148px;
    }
}

.fsProfileImage {
    margin-bottom: 20px;
}

    .fsProfileImage img {
        display: block;
    }

.fsProfileSection {
    margin-bottom: 20px;
}

    .fsProfileSection h4 {
        margin: 0 0 1rem 0;
    }

.fsProfileSectionData {
    margin-bottom: 1em;
}

    .fsProfileSectionData:last-child {
        margin-bottom: 0;
    }

    .fsProfileSectionData.fsTitle {
        font-weight: inherit;
        font-size: 16px;
        line-height: 25px;
    }

    .fsProfileSectionData > div {
        width: auto;
        float: none;
        display: block;
    }

    .fsProfileSectionData.fsStyleHalf {
        width: 100%;
    }

@media (min-width: 600px) {
    .fsProfileSectionData.fsStyleHalf {
        width: 50%;
    }
}

.fsProfileSectionSpecialData > div {
    width: auto;
    float: none;
    display: block;
}

.fsProfileSectionSpecialData div[id^="fsEmail"] {
    display: inline-block;
}

.fsProfileSectionFieldName,
.fsEmail > div:first-child {
    font-weight: 700;
}

/*! elements - constituent search */

.fsConstituent.fsSearch {
    overflow: hidden;
}

    .fsConstituent.fsSearch + .fsConstituent {
        border-top: solid 1px #cfcfcf;
        margin-top: 20px;
        padding-top: 20px;
    }

.fsConstituentSearchForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

    .fsConstituentSearchForm > label {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .fsConstituentSearchForm > label > span {
            margin-bottom: 2px;
        }

        .fsConstituentSearchForm > label > select,
        .fsConstituentSearchForm > label > input {
            border: solid 1px #cfcfcf;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .fsConstituentSearchForm > label > select {
            height: 32px;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
        }

    .fsConstituentSearchForm [type*='submit'] {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin: 10px;
        width: 100%;
    }

@media (min-width: 600px) {
    .fsConstituentSearchForm [type*='submit'] {
        width: auto;
    }
}

/*! elements - constituent default layout */

.fsConstituent.fsDialog .fsProfileImage:first-child {
    margin-top: 1em;
}

.fsConstituent.fsDialog .fsProfileImage img {
    float: none;
    margin: 0;
}

.fsConstituent .fsDialogContent {
    padding-top: 45px;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    margin: 0 0 20px 0;
    padding: 0;
    float: none;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    float: none;
    width: 100%;
}

@media (min-width: 800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
        padding: 0;
    }
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3:first-child,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3:first-child,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3:first-child,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3:first-child {
    padding: 0;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
    float: none;
}

@media (min-width: 600px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
        max-width: 40%;
    }
}

@media (min-width: 600px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
        max-width: 25%;
    }
}

@media (min-width: 800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage {
        max-width: 128px;
    }
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSection:after,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSection:after {
    display: none;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData {
    float: none;
    display: block;
    width: 100%;
}

    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
        clear: none;
    }

@media (min-width: 600px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage {
        margin-right: 20px;
        float: left;
    }
}

@media (min-width: 800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3 {
        padding-left: calc(40% + 20px);
    }
}

@media (min-width: 800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3 {
        padding-left: calc(25% + 20px);
    }
}

@media (min-width: 800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > h3,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > h3 {
        padding-left: 148px;
    }
}

@media (min-width: 600px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
        margin-left: 20px;
        float: right;
    }
}

@media (min-width: 800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3 {
        padding-right: calc(40% + 20px);
    }
}

@media (min-width: 800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
        padding-right: calc(25% + 20px);
    }
}

@media (min-width: 800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > h3,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > h3 {
        padding-right: 148px;
    }
}

/*! elements - accordion */

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
    cursor: pointer;
    background: #f0f0f0;
    -webkit-transition: .3s;
    transition: .3s;
}

    .fsAccordion .fsPanel > header h2,
    .fsTabs .fsPanel > header h2 {
        font-size: 20px;
        line-height: 23px;
        font-weight: 700;
        margin-bottom: 2px;
        display: block;
        font-size: 21px;
        padding: 18px 20px;
        color: #275D38;
        -webkit-transition: .3s;
        transition: .3s;
        text-transform: none;
        letter-spacing: normal;
        position: relative;
    }

        .fsAccordion .fsPanel > header h2 a,
        .fsTabs .fsPanel > header h2 a {
            -webkit-transition: none;
            transition: none;
        }

    .fsAccordion .fsPanel > header:hover,
    .fsTabs .fsPanel > header:hover {
        background: #C99700;
        -webkit-transition: .3s;
        transition: .3s;
    }

        .fsAccordion .fsPanel > header:hover h2,
        .fsTabs .fsPanel > header:hover h2 {
            color: #1f1f1f;
            -webkit-transition: .3s;
            transition: .3s;
        }

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs .fsPanel.fsStateOpen > header {
    background: #275D38;
}

    .fsAccordion .fsPanel.fsStateOpen > header h2,
    .fsTabs .fsPanel.fsStateOpen > header h2 {
        color: #fff;
    }

        .fsAccordion .fsPanel.fsStateOpen > header h2:before,
        .fsTabs .fsPanel.fsStateOpen > header h2:before {
            content: "\F107";
        }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
    content: '';
    border: none;
    width: auto;
    height: auto;
    position: absolute;
    margin: 0;
    top: 13.33333px;
    font-family: "IcoMoon";
    content: "\F105";
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
    content: '';
    border: none;
    width: auto;
    height: auto;
    position: absolute;
    margin: 0;
    top: 13.33333px;
    font-family: "IcoMoon";
    content: "\F107";
}

.fsPanelIconBefore.fsAccordion .fsPanel > header h2,
.fsPanelIconBefore.fsTabs .fsPanel > header h2 {
    padding-left: 40px;
}

    .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before,
    .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
        left: 20px;
    }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2,
.fsPanelIconAfter.fsTabs .fsPanel > header h2 {
    padding-right: 40px;
}

    .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before,
    .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
        display: none;
    }

    .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after,
    .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
        right: 20px;
    }

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before,
.fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
    content: '';
}

/*! elements - athletics main */

/*! elements - athletics events */

.fsAthleticsEvent > .fsElementContent {
    width: 100%;
}

.fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px;
}

.fsAthleticsEvent .fsElementEventIcon {
    display: inline-block;
    max-width: 100%;
}

.fsAthleticsEvent .fsTitle {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}

.fsAthleticsEvent div.fsTitle {
    display: inline-block;
}

/*! elements - athletics events - list subtype */

.fsAthleticsEvent.fsList .fsElementEventIcon {
    margin-right: 10px;
}

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
    outline: 0;
}

.fsAthleticsEvent.fsList .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px;
}

.fsAthleticsEvent.fsList .fsAthleticsOpponents {
    display: inline;
}

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
    display: inline;
}

.fsAthleticsEvent.fsList .fsAthleticsEventReadMoreLink {
    display: inline-block;
    margin-top: 5px;
}

.fsAthleticsEvent.fsList .fsAthleticsDismissal,
.fsAthleticsEvent.fsList .fsAthleticsDeparture,
.fsAthleticsEvent.fsList .fsAthleticsReturn,
.fsAthleticsEvent.fsList .fsAthleticsPickup {
    margin-top: 5px;
}

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel {
    display: inline-block;
}

    .fsAthleticsEvent.fsList .fsAthleticsDismissalLabel + div,
    .fsAthleticsEvent.fsList .fsAthleticsDepartureLabel + div,
    .fsAthleticsEvent.fsList .fsAthleticsReturnLabel + div,
    .fsAthleticsEvent.fsList .fsAthleticsPickupLabel + div {
        display: inline-block;
    }

/*! elements - athletics events */

.fsAthleticsEvent.fsEvent article > div {
    margin-bottom: 10px;
}

    .fsAthleticsEvent.fsEvent article > div:last-child {
        margin-bottom: 0;
    }

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents {
    display: inline-block;
}

.fsAthleticsEvent.fsEvent .fsAthleticsVs + div {
    display: inline-block;
}

/*! elements - athletics events - table*/

@media (min-width: 801px) {
    .fsAthleticsEvent.fsTable .fsDateTime,
    .fsAthleticsEvent.fsTable .fsAthleticsScore {
        white-space: nowrap;
    }
}

.fsAthleticsEvent.fsTable .fsElementTable {
    margin-bottom: 0;
}

@media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
        display: none;
    }
}

@media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
        display: inline-block;
        width: 100%;
        padding: 0 10px;
    }

        .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
            border: 0;
        }

        .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
            padding-top: 10px;
        }

        .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
            padding-bottom: 10px;
        }

        .fsAthleticsEvent.fsTable .fsElementTable td:before {
            display: inline-block;
            font-weight: 700;
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
            content: 'Team: ';
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
            display: inline-block;
        }

            .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
                display: inline-block;
            }

            .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
                display: inline-block;
            }

            .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
                content: 'Opponent: ';
            }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
            display: inline-block;
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
            content: 'Date: ';
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
            display: inline-block;
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
            content: 'Time: ';
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
            content: 'Location: ';
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
            content: 'Advantage: ';
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
            content: 'Type: ';
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
            content: 'Details: ';
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
            content: 'Result: ';
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
            content: 'Score: ';
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
            content: 'Alerts: ';
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
            content: 'Dismissal: ';
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
            content: 'Departure: ';
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
            content: 'Return Time: ';
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
            content: 'Pickup Time: ';
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
            content: 'Recap: ';
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
            content: 'Status: ';
        }
}

.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel {
    display: none;
}

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
    display: inline-block;
}

@media (min-width: 800px) {
    .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
        display: block;
    }
}

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
    margin: auto;
}

    .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
        margin-top: 0;
        font-weight: 700;
        color: #1f1f1f;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 12px;
    }

    .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
        font-weight: bold;
        margin-top: 20px;
    }

    .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
        margin-top: 10px;
    }

/*! elements - athletics roster */

.fsAthleticsRoster .fsElementTable td:before,
.fsAthleticsRosterList li > div:before {
    margin-right: 5px;
    display: inline-block;
    font-weight: 700;
}

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before,
.fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
    content: 'Number: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterName:before,
.fsAthleticsRosterList li > div.fsRosterName:before {
    content: 'Name: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before,
.fsAthleticsRosterList li > div.fsRosterPosition:before {
    content: 'Position: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before,
.fsAthleticsRosterList li > div.fsRosterClass:before {
    content: 'Class: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before,
.fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
    content: 'Grade: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before,
.fsAthleticsRosterList li > div.fsRosterHometown:before {
    content: 'Hometown: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before,
.fsAthleticsRosterList li > div.fsRosterHeight:before {
    content: 'Height: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before,
.fsAthleticsRosterList li > div.fsRosterWeight:before {
    content: 'Weight: ';
}

@media (max-width: 800px) {
    .fsAthleticsRoster .fsElementTable thead {
        display: none;
    }
}

@media (min-width: 800px) {
    .fsAthleticsRoster .fsElementTable td:before {
        display: none;
    }
}

@media (max-width: 800px) {
    .fsAthleticsRoster .fsElementTable td {
        display: inline-block;
        width: 100%;
        padding: 0 10px;
    }

        .fsAthleticsRoster .fsElementTable td:not(:last-child) {
            border: 0;
        }

        .fsAthleticsRoster .fsElementTable td:first-of-type {
            padding-top: 10px;
        }

        .fsAthleticsRoster .fsElementTable td:last-of-type {
            padding-bottom: 10px;
        }
}

.fsAthleticsRosterContent {
    margin-bottom: 20px;
}

    .fsAthleticsRosterContent:empty,
    .fsAthleticsRosterContent:last-child {
        margin-bottom: 0;
    }

.fsAthleticsRosterList,
.fsAthleticsRosterList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .fsAthleticsRosterList li {
        margin: 0;
        padding: 0;
    }

    .fsAthleticsRosterList li {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: solid 1px #e5e5e5;
    }

        .fsAthleticsRosterList li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .fsAthleticsRosterList li > div {
            margin-bottom: 10px;
        }

            .fsAthleticsRosterList li > div:last-child {
                margin-bottom: 0;
            }

            .fsAthleticsRosterList li > div.fsRosterName {
                margin-bottom: 10px;
            }

                .fsAthleticsRosterList li > div.fsRosterName:before {
                    display: none;
                }

    .fsAthleticsRosterList .fsCoachImage {
        display: block;
        margin-bottom: 10px;
    }

/*! elements - athletics teams */

.fsAthleticsTeamDirectory {
    max-width: 100%;
}

    .fsAthleticsTeamDirectory,
    .fsAthleticsTeamDirectory ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .fsAthleticsTeamDirectory li {
            margin: 0;
            padding: 0;
        }

        .fsAthleticsTeamDirectory > li {
            margin-bottom: 10px;
        }

        .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
            display: inline-block;
        }

.fsAthleticsTeamIcon {
    margin-right: 10px;
}

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
    float: none;
}

@media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
        float: left;
    }
}

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
    float: none;
}

@media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
        float: right;
    }
}

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */

/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */

.fsCalendar {
    margin-bottom: 60px;
}

    .fsCalendar .fsTitle a {
        color: #4f4f4f;
    }

    .fsCalendar .fsDate {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 28px;
        color: #355070;
        text-transform: uppercase;
    }

    .fsCalendar .fsNotes p:last-child,
    .fsCalendar .fsDescription p:last-child {
        margin-bottom: 0;
    }

    /*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */

    .fsCalendar.fsList .article-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

        .fsCalendar.fsList .article-wrap .column-1 {
            width: 95px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            text-align: right;
            padding-right: 10px;
        }

            .fsCalendar.fsList .article-wrap .column-1 .fsDate {
                line-height: 1;
            }

        .fsCalendar.fsList .article-wrap .column-2 {
            width: calc(100% - 105px);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .fsCalendar.fsList .article-wrap .column-2 .fsTitle {
                padding-left: 21px;
                margin-bottom: 0;
                position: relative;
            }

                .fsCalendar.fsList .article-wrap .column-2 .fsTitle:before {
                    display: block;
                    content: '';
                    height: calc(100% - 10px);
                    width: 5px;
                    background: #7b3139;
                    position: absolute;
                    top: 4px;
                    left: 0;
                }

            .fsCalendar.fsList .article-wrap .column-2 .fsNotes {
                padding-left: 21px;
            }

    .fsCalendar.fsList .fsListItems + button {
        margin-top: 0;
    }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
    margin-bottom: 5px;
}

    .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
        margin-bottom: 0;
    }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    outline: 0;
}

    .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
        margin-top: 5px;
    }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    line-height: 1;
}

@media (min-width: 800px) {
    .fsCalendarEventGrid .fsCalendarRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .fsCalendarEventGrid .fsCalendarDaybox {
        height: auto !important;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
                height: auto;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
            }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
        display: none;
    }

    .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
        margin: 0;
    }

    .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
        margin-right: 10px;
    }

    .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: 100%;
    }

@media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto;
    }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0;
}

@media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 0;
    }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1;
}

@media screen and (max-width: 799px) {
    .fsCalendar.fsGrid .fsCalendarEventGrid {
        width: 100%;
        margin: 0 auto;
    }

        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
            margin: 20px 0;
        }

        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
            width: auto;
            display: inline;
        }

        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
            width: 14.28% !important;
            height: 45px !important;
            float: left;
            overflow: hidden !important;
            cursor: pointer;
            min-height: 0;
            position: relative;
            padding: 0;
            margin: 0;
            border: none;
        }

            .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
                background-color: rgba(39, 93, 56, 0.15);
            }

            .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
                background: rgba(0, 0, 0, 0.1);
            }

            .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
                background-color: rgba(39, 93, 56, 0.05);
            }

            .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
                border: none;
            }

                .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
                    position: relative;
                    min-height: 0;
                    height: 25px;
                    border: 1px solid #EDEDED;
                }

                    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
                        background-color: rgba(39, 93, 56, 0.25);
                    }

            .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
                background-color: rgba(39, 93, 56, 0.25);
            }

            .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                line-height: 1;
                font-size: 15px;
                margin-bottom: 0;
            }

        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
            display: none;
        }

        .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
            border-left: 1px solid #EDEDED;
            border-right: 1px solid #EDEDED;
            zoom: 1;
            display: block;
        }

            .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
                display: table;
                clear: both;
                content: '';
            }

            .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
                border-top: 1px solid #EDEDED;
            }

            .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
                border-bottom: 1px solid #EDEDED;
            }

        .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
            width: 16.666% !important;
            height: 50px !important;
            border: 1px solid #EDEDED;
        }

            .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
                border: none;
            }

            .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
                display: block;
            }
}

#event-view {
    padding: 20px;
    margin: 20px auto 0;
}

    #event-view .fsCalendarDaybox {
        height: auto !important;
    }

        #event-view .fsCalendarDaybox > div {
            margin-bottom: 20px;
        }

    #event-view .fsCalendarEventTitle {
        font-size: 1.1em;
        font-weight: bold;
        margin-bottom: 5px;
    }

@media screen and (min-width: 800px) {
    #event-view {
        display: none;
    }
}

.scroll-up {
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

    .scroll-up span {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 13px 20px;
        width: 250px;
        max-width: 100%;
        background: #fff;
        color: #275D38;
        border-radius: 0;
        text-align: center;
        -webkit-transition: .3s;
        transition: .3s;
        border: 1px solid #275D38;
        border-radius: 3px;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        padding: 10px 20px;
    }

        .scroll-up span:hover,
        .scroll-up span:focus,
        .fsStateSelected .scroll-up span,
        .scroll-up span.on {
            background: #275D38;
            color: #fff;
            -webkit-transition: .3s;
            transition: .3s;
            text-decoration: none;
        }

        .scroll-up span em {
            display: block;
            font-style: normal;
        }

    .scroll-up + .fsCalendarLegend {
        margin-top: 20px !important;
    }

@media screen and (min-width: 800px) {
    .scroll-up {
        display: none;
    }
}

.fsElementEventColorIcon {
    display: inline-block;
}

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
    margin-top: 40px;
}

.fsCalendar.fsGrid .fsCalendarLegend,
.fsCalendar.fsGrid .fsCalendarLegend ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .fsCalendar.fsGrid .fsCalendarLegend li {
        margin: 0;
        padding: 0;
    }

    .fsCalendar.fsGrid .fsCalendarLegend h4 {
        margin-bottom: 20px;
    }

@media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
    margin-left: 0;
}

@media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
        width: 49%;
    }
}

.fsCalendar.fsGrid .fsCalendarLegend .fsElementEventColorIcon {
    vertical-align: baseline;
}

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */

.fsCalendar.fsSlideshow .fsAlertFeeds {
    float: none;
}

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */

/*! _dialog.scss - src/sass/modules/calendar/_dialog.scss - calendar dialog pop up */

/*! elements - forms */

textarea,
input,
select {
    padding: 5px;
    max-width: 100%;
}

.fsComposerFormEmbed {
    background: none;
}

    .fsComposerFormEmbed body {
        margin: 0;
    }

    .fsComposerFormEmbed form {
        zoom: 1;
    }

        .fsComposerFormEmbed form:after {
            display: table;
            clear: both;
            content: '';
        }

        .fsComposerFormEmbed form input,
        .fsComposerFormEmbed form textarea,
        .fsComposerFormEmbed form select {
            /*  font-family: "source-sans-pro", sans-serif;*/
            font-size: 16px;
            line-height: 25px;
            color: #4F4F4F;
        }

        .fsComposerFormEmbed form input {
            border: solid 1px #cfcfcf;
        }

            .fsComposerFormEmbed form input.fileUploader {
                padding: 0;
                width: 100%;
                border: none;
            }

        .fsComposerFormEmbed form fieldset {
            padding: 0;
        }

        .fsComposerFormEmbed form textarea {
            max-width: 100%;
            width: 100%;
            border: solid 1px #cfcfcf;
        }

        .fsComposerFormEmbed form .mainGroupSub {
            max-width: 100%;
            width: 100% !important;
        }

        .fsComposerFormEmbed form .formPage {
            margin-bottom: 20px;
        }

        .fsComposerFormEmbed form .elementRow {
            max-width: 100%;
            margin: 0;
        }

            .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
                margin-bottom: 0;
            }

        .fsComposerFormEmbed form .elementContainer {
            margin: 0 0 20px;
            padding: 0;
        }

@media screen and (max-width: 599px) {
    .fsComposerFormEmbed form .elementContainer {
        width: 100%;
    }
}

.fsComposerFormEmbed form .elementContainer label {
    margin-bottom: 2px;
}

    .fsComposerFormEmbed form .elementContainer label.horizontal {
        white-space: normal;
        margin-right: 10px !important;
    }

        .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0;
        }

.fsComposerFormEmbed form .elementContainer hr {
    margin: 0 auto;
}

.fsComposerFormEmbed form .elementContainer p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 599px) {
    .fsComposerFormEmbed form .elementBody > input {
        width: 100%;
    }
}

.fsComposerFormEmbed form .elementBody > .descText {
    margin-bottom: 10px;
}

.fsComposerFormEmbed form .labelLeft .elementContainer label,
.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    float: none;
}

@media (min-width: 600px) {
    .fsComposerFormEmbed form .labelLeft .elementContainer label,
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
        width: 20%;
        padding-right: 10px;
        text-align: right;
        float: left;
    }
}

@media (min-width: 600px) {
    .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px;
    }
}

.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
    width: 100%;
}

.fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
    width: auto;
}

.fsComposerFormEmbed form .labelLeft .elementBody {
    margin: 0;
    width: 100%;
    float: none;
}

@media (min-width: 600px) {
    .fsComposerFormEmbed form .labelLeft .elementBody {
        width: 80%;
        float: left;
    }
}

.fsComposerFormEmbed form .linkLike {
    color: #275D38;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

    .fsComposerFormEmbed form .linkLike:hover {
        color: #4f4f4f;
    }

.fsComposerFormEmbed form .required {
    color: #275D38;
}

.fsComposerFormEmbed form .pageControls {
    padding: 10px 0 !important;
    margin-bottom: 10px;
}

    .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0;
    }

.fsComposerFormEmbed form .userConfirmation {
    margin-bottom: 20px;
}

    .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px;
    }

    .fsComposerFormEmbed form .userConfirmation > label {
        display: block;
    }

.fsComposerFormEmbed form .elementColumn {
    zoom: 1;
    margin-bottom: 20px;
    max-width: 100%;
}

    .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: '';
    }

@media screen and (max-width: 599px) {
    .fsComposerFormEmbed form .elementColumn {
        float: none !important;
        width: 100% !important;
    }
}

.fsComposerFormEmbed form .elementColumn .elementContainer {
    margin-bottom: 0;
}

.fsComposerFormEmbed form .elementColumn .elementBody > input {
    width: 100%;
}

.fsComposerFormEmbed form .pageBreak {
    zoom: 1;
}

    .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: '';
    }

    .fsComposerFormEmbed form .pageBreak .nextPage,
    .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #275D38;
        -webkit-transition: .3s;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0;
    }

        .fsComposerFormEmbed form .pageBreak .nextPage:hover,
        .fsComposerFormEmbed form .pageBreak .prevPage:hover {
            color: #4f4f4f;
            -webkit-transition: .3s;
            transition: .3s;
        }

    .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px;
    }

    .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0;
    }

        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
            margin: 0;
        }

.fsComposerFormEmbed form .submitBtn {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #fff;
    color: #275D38;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #275D38;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fsComposerFormEmbed form .submitBtn:hover {
        color: #fff;
        background: #275D38;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

.fsComposerFormEmbed .ui-widget {
    /*    font-family: "source-sans-pro", sans-serif;*/
    max-width: 100%;
}

.fsComposerFormEmbed .ui-datepicker:empty {
    display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span,
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
        display: none;
    }

    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
        content: '';
        font-weight: bold;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
        -webkit-transition: .3s;
        transition: .3s;
        opacity: .5;
    }

    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
        content: '\203A';
    }

    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
        content: '\2039';
    }

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1);
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3;
}

::-webkit-input-placeholder {
    color: #242424;
}

:-moz-placeholder {
    color: #242424;
}

::-moz-placeholder {
    color: #242424;
}

:-ms-input-placeholder {
    color: #242424;
}

/*! elements - login */

.fsAccount button:not(:last-of-type) {
    margin-right: 10px;
}

.fsLoginForgotPasswordLink,
.fsLoginNewAccountLink {
    margin-bottom: 10px;
}

    .fsLoginForgotPasswordLink:last-child,
    .fsLoginNewAccountLink:last-child {
        margin-bottom: 0;
    }

.fsLoginNewFields .fsLoginNewCaptcha {
    margin-bottom: 20px;
}

    .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
    .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
        max-width: 100%;
    }

@media screen and (max-width: 599px) {
    .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
        overflow: hidden;
        border-radius: 5px;
    }
}

.fsResetPasswordFields > div {
    margin-bottom: 20px;
}

    .fsResetPasswordFields > div:last-child {
        margin-bottom: 0;
    }

.fsResetPasswordFields label > span {
    display: block;
}

.fsResetPasswordFields label > input {
    margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
    .fsLoginForgotControls label,
    .fsLoginNewFields label,
    .fsResetPasswordFields label {
        display: block;
        margin-bottom: 3px;
    }

    .fsLoginForgotControls input,
    .fsLoginNewFields input,
    .fsResetPasswordFields input {
        display: block;
        width: 100%;
    }
}

.fsLoginForgotView .fsLoginForgotEmail {
    display: block;
}

.fsLoginForgotSuccess .fsStyleDefaultButton {
    margin-top: 20px;
}

.fsAccountGreeting {
    margin-bottom: 20px;
}

.fsAccountLinks {
    margin: 0;
}

    .fsAccountLinks li:not(:first-child) {
        border-color: #e5e5e5;
    }

.fsAccountLogout {
    display: block;
    margin-top: 20px;
}

    .fsAccountLogout > .fsStyleUpdateButton:last-child {
        margin-bottom: 0;
    }

input[name*="passkey"] + .fsLoginSubmit {
    margin-top: 20px;
}

.fsError {
    margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #fff;
    color: #275D38;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #275D38;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fsResetContinue:hover,
    .fsResetContinue:focus,
    .fsStateSelected .fsResetContinue,
    .fsResetContinue.on,
    .fsResetCancel:hover,
    .fsResetCancel:focus,
    .fsStateSelected .fsResetCancel,
    .fsResetCancel.on,
    .fsLoginNewSuccess > button:hover,
    .fsLoginNewSuccess > button:focus,
    .fsStateSelected .fsLoginNewSuccess > button,
    .fsLoginNewSuccess > button.on {
        background: #275D38;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fsResetContinue em,
    .fsResetCancel em,
    .fsLoginNewSuccess > button em {
        display: block;
        font-style: normal;
    }

.fsLoginNewSuccess button {
    margin-top: 20px;
}

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
    float: none;
}

@media (min-width: 600px) {
    .fsNews.fsThumbnailAlignLeft .fsThumbnail {
        float: left;
    }
}

.fsNews.fsThumbnailAlignRight .fsThumbnail {
    float: none;
}

@media (min-width: 600px) {
    .fsNews.fsThumbnailAlignRight .fsThumbnail {
        float: right;
    }
}

/*! _dialog.scss - src/sass/modules/news/_dialog.scss - news dialog pop up */

.fsPostElement {
    margin-bottom: 60px;
}

    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
        float: none;
    }

@media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
        float: left;
    }
}

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
    float: none;
}

@media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
        float: right;
    }
}

.fsPostElement .fsTitle {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px;
}

    .fsPostElement .fsTitle a {
        color: #4f4f4f;
    }

        .fsPostElement .fsTitle a:hover,
        .fsPostElement .fsTitle a:focus {
            color: #1f1f1f;
            text-decoration: none;
        }

.fsPostElement .fsDateTime {
    font-size: 15px;
    line-height: 19px;
    color: #636363;
    margin-bottom: 9px;
}

.fsPostElement .fsSummary {
    margin-bottom: 15px;
}

.fsPostElement.fsList article {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
}

.fsPostElement.fsList .fsListItems:last-of-type > article:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.fsPostElement.fsList .fsListItems:last-of-type > .fsMonthContainer:last-child > .fsDayContainer:last-child article:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.fsPostElement.fsList .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.fsPostElement.fsList .fsListItems + button {
    margin-top: 40px;
}

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */

.fsResourceElement .fsTitle {
    margin-bottom: 10px;
}

.fsResourceElement figcaption {
    margin-top: 10px;
}

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
    margin-top: 20px;
}

.fsResourceElement.fsListNav .fsTitle {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 0;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
    text-align: center;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
    margin: 0 auto;
}

/*! _dialog.scss - src/sass/modules/resources/_dialog.scss - resource dialog pop up */

/*! _main.scss - src/sass/modules/search/ - main search import */

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */

/*.fsSearchElement.fsSearchForm .fsSearchElementKeyword {
    margin-bottom: 20px;
}

    .fsSearchElement.fsSearchForm .fsSearchElementKeyword + .fsSearchElementSearchButton {
        margin-top: 0;
    }

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:last-child {
    margin-bottom: 0;
}
*/
/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

/*.fsSearchElement.fsList li.fsListItem {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
}

.fsSearchElement.fsList .fsListItems {
    padding: 0;
}

.fsSearchElement.fsList .fsSearchResultInfo {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e5e5e5;
}

    .fsSearchElement.fsList .fsSearchResultInfo:empty {
        margin: 0;
        border: none;
    }*/

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

/*.fsSearchElement.site-search {
    position: relative;
    width: 100%;
}

@media (min-width: 700px) {
    .fsSearchElement.site-search {
        width: calc(100% - 100px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.fsSearchElement.site-search .fsFieldLabel {
    font-size: 0;
    line-height: 0;
    color: transparent;
    position: absolute;
    top: -10px;
    left: 0;
}

.fsSearchElement.site-search .fsSearchElementKeyword {
    height: 62px;
    width: calc(100% - 60px);
    margin: 0;
    border: 1px solid rgba(115, 115, 115, 0.33);
    border-right: 0;
}

@media (min-width: 700px) {
    .fsSearchElement.site-search .fsSearchElementKeyword {
        width: calc(100% - 75px);
        height: 77px;
    }
}

.fsSearchElement.site-search .fsSearchElementKeyword .fsStyleSearchField {
    height: 60px;
    background: #fff;
    border-right: 0;
    padding: 0 60px 0 30px;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 16px;
    line-height: 20px;
}

@media (min-width: 700px) {
    .fsSearchElement.site-search .fsSearchElementKeyword .fsStyleSearchField {
        height: 75px;
        padding: 0 75px 0 30px;
        font-size: 20px;
        line-height: 25px;
    }
}

.fsSearchElement.site-search .fsSearchElementKeyword .fsButtonClear {
    right: 10px;
}

.fsSearchElement.site-search .fsSearchElementSearchButton {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    height: 62px;
    width: 60px;
    background: #275D38;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    -webkit-transition: background .3s;
    transition: background .3s;
}*/

/*@media (min-width: 700px) {
    .fsSearchElement.site-search .fsSearchElementSearchButton {
        height: 76px;
        width: 75px;
    }
}

.fsSearchElement.site-search .fsSearchElementSearchButton:before {
    content: "\E902";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 26px;
    color: #fff;
    line-height: 60px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

@media (min-width: 700px) {
    .fsSearchElement.site-search .fsSearchElementSearchButton:before {
        line-height: 77px;
    }
}

.fsSearchElement.site-search .fsSearchElementSearchButton:hover {
    background: #F2C02A;
}

    .fsSearchElement.site-search .fsSearchElementSearchButton:hover:before {
        color: #4f4f4f;
    }*/

/*! elements - social main */

/*! elements - social vimeo */

/*.fsVimeo {
    margin-bottom: 20px;
}

    .fsVimeo iframe.fsSocialVideoFrame {
        margin-bottom: 20px;
    }

.fsVimeoList,
.fsVimeoList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .fsVimeoList li {
        margin: 0;
        padding: 0;
    }

    .fsVimeoList .fsVimeoListItem {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: solid 1px #e5e5e5;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        opacity: .6;
        cursor: pointer;
    }

        .fsVimeoList .fsVimeoListItem:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
        }

        .fsVimeoList .fsVimeoListItem:hover {
            border: none;
            border-bottom: solid 1px #e5e5e5;
            padding: 0;
            padding-bottom: 20px;
            opacity: 1;
            -webkit-transition: opacity .3s;
            transition: opacity .3s;
        }

            .fsVimeoList .fsVimeoListItem:hover:last-child {
                border-bottom: none;
                padding-bottom: 0;
                margin-bottom: 0;
            }

.fsVimeoThumb {
    margin-bottom: 10px;
    margin-right: 20px;
}

@media (min-width: 600px) {
    .fsVimeoThumb {
        float: left;
        margin-bottom: 0;
    }
}

.vimeo_view_link a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #fff;
    color: #275D38;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #275D38;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .vimeo_view_link a:hover,
    .vimeo_view_link a:focus,
    .fsStateSelected .vimeo_view_link a,
    .vimeo_view_link a.on {
        background: #275D38;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .vimeo_view_link a em {
        display: block;
        font-style: normal;
    }*/

/*! elements - social youtube */

/*.fsYoutube {
    margin-bottom: 20px;
}

    .fsYoutube .fsSocialVideoFrame {
        margin-bottom: 20px;
    }

.fsYoutubeList,
.fsYoutubeList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .fsYoutubeList li {
        margin: 0;
        padding: 0;
    }

    .fsYoutubeList .fsYoutubeListItem {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: solid 1px #e5e5e5;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        opacity: .6;
    }

        .fsYoutubeList .fsYoutubeListItem:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
        }

        .fsYoutubeList .fsYoutubeListItem:hover {
            border: none;
            border-bottom: solid 1px #e5e5e5;
            padding: 0;
            padding-bottom: 20px;
            opacity: 1;
            -webkit-transition: opacity .3s;
            transition: opacity .3s;
        }

            .fsYoutubeList .fsYoutubeListItem:hover:last-child {
                border-bottom: none;
                padding-bottom: 0;
                margin-bottom: 0;
            }

.fsYoutubeThumb {
    margin-bottom: 10px;
    margin-right: 20px;
    float: none;
}*/

/*@media (min-width: 600px) {
    .fsYoutubeThumb {
        float: left;
        margin-bottom: 0;
    }
}

.Youtube_view_link a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #fff;
    color: #275D38;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #275D38;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .Youtube_view_link a:hover,
    .Youtube_view_link a:focus,
    .fsStateSelected .Youtube_view_link a,
    .Youtube_view_link a.on {
        background: #275D38;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .Youtube_view_link a em {
        display: block;
        font-style: normal;
    }*/

/*! elements - tabs */

/*.fsTabs {
    padding: 0;
    background: none;
    border: 0;
    margin-bottom: 20px;
}

    .fsTabs .fsTabsNav {
        margin: 0;
        padding: 0;
        display: none;
    }

@media (min-width: 600px) {
    .fsTabs .fsTabsNav {
        display: block;
    }
}

.fsTabs .fsTabsNav li {
    margin-right: 10px;
}

    .fsTabs .fsTabsNav li a {
        display: block;
        font-size: 20px;
        line-height: 23px;
        font-weight: 700;
        margin-bottom: 2px;
        display: block;
        font-size: 21px;
        padding: 18px 20px;
        color: #275D38;
        -webkit-transition: .3s;
        transition: .3s;
        text-transform: none;
        letter-spacing: normal;
        font-size: 16px;
        line-height: 20px;
        padding: 15px 19px;
        background: #f0f0f0;
        color: #275D38;
    }

        .fsTabs .fsTabsNav li a:hover {
            background: #C99700;
            color: #1f1f1f;
        }

    .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #275D38;
        color: #fff;
    }

.fsTabs .fsPanel > .fsElementContent {
    padding: 20px 0;
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: block;
}

@media (min-width: 600px) {
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
        display: none;
    }
}*/

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

/*.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
    margin: 0 5px 0 0;
    width: auto;
}

.fsToolsList.fsStyleSelectList > li {
    padding: 0;
    margin: 0;
}

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: .875em;
    line-height: 1.2;
}*/

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */

/*.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .fsBannerLeft .fsElementToolsSearch > div,
    .fsBannerRight .fsElementToolsSearch > div,
    .fsStyleOneThird .fsElementToolsSearch > div,
    .fsTwoColumnLayout .fsElementToolsSearch > div,
    .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
    .fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
        width: 100%;
    }

    .fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
    .fsBannerRight .fsElementToolsSearch .fsFieldContainer,
    .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
    .fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
    .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
    .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
        .fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
        .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
        .fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
        .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
        .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

    .fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
    .fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
    .fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
    .fsTwoColumnLayout .fsElementToolsSearch .fsElementToolsSearchButton,
    .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
    .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
        width: 100%;
    }

.fsElementToolsSearch .fsSeparator {
    margin: 0 5px;
    display: inline-block;
    text-align: center;
}

.fsElementToolsKeyword + .fsElementToolsDateRange {
    margin-top: 10px;
}

.fsElementToolsSearchButton {
    margin: 10px 0 0;
}*/

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsLegend .fsElementControls {
    margin-bottom: 5px;
}

    .fsLegend .fsElementControls label input:checked + span {
        background: #242424;
        color: #ffffff;
    }

    .fsLegend .fsElementControls label input + span {
        color: #242424;
        background: #e5e5e5;
    }

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsMiniGrid .fsCalendarEventGrid {
    max-width: 100%;
    width: 300px;
}

    .fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
        -webkit-box-shadow: inset 0 -1px 0 0 #e5e5e5;
        box-shadow: inset 0 -1px 0 0 #e5e5e5;
    }

    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
        -webkit-box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
        box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
        background: #e5e5e5;
        color: #4F4F4F;
        font-size: .875em;
        line-height: 1;
        padding: 10px 5px;
    }

        .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
            -webkit-box-shadow: inset 0 -1px 0 0 #fff;
            box-shadow: inset 0 -1px 0 0 #fff;
        }

        .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
            background: #cfcfcf;
            color: #4F4F4F;
        }

        .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
            background: #e5e5e5;
            color: #b2b2b2;
        }

        .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
            background: #636363;
            color: #fff;
        }

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
    margin-bottom: 0;
    display: block;
    color: #fff;
    background-color: #242424;
}

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! elements - common v0.0.1 */

/* Contains generic styles that apply to every element */

.module {
    padding: 20px;
    color: #fff;
}

    .module h1,
    .module h2,
    .module h3,
    .module h4,
    .module h5,
    .module h6 {
        color: inherit;
    }

    .module a {
        color: inherit;
    }

.module {
    background: #275D38;
}

/*! pages - home v0.0.1 */

.home:not(.fsComposeMode) #fsPageBodyWrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    background: none;
}

.home:not(.fsComposeMode) #fsPageBody {
    max-width: 100%;
    padding: 0;
    margin: 0;
    background-size: cover;
    background-position: 50% top;
    background-attachment: fixed;
}

.home:not(.fsComposeMode) #fsFooter {
    position: relative;
    z-index: 10;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.home:not(.fsComposeMode) #fsPageContent {
    max-width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.home:not(.fsComposeMode) .fsPageLayout {
    margin-right: 0px;
    margin-left: 0px;
}

    .home:not(.fsComposeMode) .fsPageLayout > .fsDiv {
        padding: 0;
        margin-bottom: 0;
    }

.home:not(.fsComposeMode) .fixedbg {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% top;
}

.home:not(.fsComposeMode) .events-grid {
    background: #fff;
    margin-bottom: 0;
}

    .home:not(.fsComposeMode) .events-grid > header,
    .home:not(.fsComposeMode) .events-grid > .fsElementContent {
        position: relative;
        margin: 0 auto;
        /*max-width: 1180px;*/
        max-width: 100%;
        padding: 0 8rem;
    }

@media (max-width: 1220px) {
    .home:not(.fsComposeMode) .events-grid > header,
    .home:not(.fsComposeMode) .events-grid > .fsElementContent {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.home:not(.fsComposeMode) .events-grid > header {
    padding-top: 30px;
    padding-bottom: 0px;
    /* padding-bottom: 30px;*/
    text-align: center;
}

.home:not(.fsComposeMode) .events-grid > header {
    z-index: 1;
}

@media (min-width: 700px) {
    .home:not(.fsComposeMode) .events-grid > header {
        padding-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }
}

@media (min-width: 700px) {
    .home:not(.fsComposeMode) .events-grid > header .fsElementHeaderContent {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

.home:not(.fsComposeMode) .events-grid > header .fsElementTitle {
    font-size: 35px;
    line-height: 44px;
    font-weight: bold;
    color: #355070;
    text-transform: none;
    letter-spacing: normal;
}

@media (min-width: 700px) {
    .home:not(.fsComposeMode) .events-grid > header .fsElementTitle {
        font-size: 35px;
        line-height: 50px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}

.home:not(.fsComposeMode) .events-grid .fsListItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* padding-bottom: 100px;*/
}

.home:not(.fsComposeMode) .events-grid .article-wrap {
    position: relative;
    background: #f0f0f0;
    padding: 33px 22px;
    border-radius: 5px;
    min-height: 160px;
    margin-bottom: 20px;
    top: 0;
    width: 100%;
}

@media (min-width: 700px) {
    .home:not(.fsComposeMode) .events-grid .article-wrap {
        margin: 0 10px 20px;
        width: calc(50% - 10px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 1000px) {
    .home:not(.fsComposeMode) .events-grid .article-wrap {
        width: calc(33% - 10px);
        margin: 0 0 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.home:not(.fsComposeMode) .events-grid .article-wrap article {
    margin-bottom: 0;
}

.home:not(.fsComposeMode) .events-grid .slick-prev,
.home:not(.fsComposeMode) .events-grid .slick-next {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    height: 42px;
    width: 32px;
    position: absolute;
    bottom: 60px;
    text-align: center;
}

    .home:not(.fsComposeMode) .events-grid .slick-prev:before,
    .home:not(.fsComposeMode) .events-grid .slick-next:before {
        font-size: 50px;
        color: #737373;
        line-height: 42px;
    }

    .home:not(.fsComposeMode) .events-grid .slick-prev:hover:before,
    .home:not(.fsComposeMode) .events-grid .slick-prev:focus:before,
    .home:not(.fsComposeMode) .events-grid .slick-next:hover:before,
    .home:not(.fsComposeMode) .events-grid .slick-next:focus:before {
        color: #F2C02A;
    }

.home:not(.fsComposeMode) .events-grid .slick-prev {
    left: 50%;
    -webkit-transform: translate(-42px, 0);
    -ms-transform: translate(-42px, 0);
    transform: translate(-42px, 0);
}

    .home:not(.fsComposeMode) .events-grid .slick-prev:before {
        content: "\F104";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
    }

.home:not(.fsComposeMode) .events-grid .slick-next {
    left: 50%;
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0);
}

    .home:not(.fsComposeMode) .events-grid .slick-next:before {
        content: "\F105";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
    }

body:not(.fsComposeMode) .by-the-numbers > header .fsElementTitle,
body:not(.fsComposeMode).athletics-home .athletics-contact > header .fsElementTitle,
.social-panel > header .fsElementTitle {
    font-size: 35px;
    font-weight: bold;
    line-height: 44px;
    text-transform: none;
    color: #275D38;
    margin-bottom: 50px;
    letter-spacing: normal;
}

@media (min-width: 1000px) {
    body:not(.fsComposeMode) .by-the-numbers > header .fsElementTitle,
    body:not(.fsComposeMode).athletics-home .athletics-contact > header .fsElementTitle,
    .social-panel > header .fsElementTitle {
        font-size: 40px;
        line-height: 50px;
    }
}

body:not(.fsComposeMode) .by-the-numbers {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    color: #fff;
    padding-bottom: 60px;
    background-size: cover;
    background-position: 50% 50%;
}

body:not(.fsComposeMode).home .by-the-numbers {
    background: none !important;
}

body:not(.fsComposeMode) .by-the-numbers h2,
body:not(.fsComposeMode) .by-the-numbers h3,
body:not(.fsComposeMode) .by-the-numbers h4,
body:not(.fsComposeMode) .by-the-numbers h5,
body:not(.fsComposeMode) .by-the-numbers h6 {
    color: inherit;
}

body:not(.fsComposeMode) .by-the-numbers:before {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

body:not(.fsComposeMode) .by-the-numbers > header,
body:not(.fsComposeMode) .by-the-numbers > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    text-align: center;
}

body:not(.fsComposeMode) .by-the-numbers > header {
    padding-top: 60px;
    padding-bottom: 40px;
}

    body:not(.fsComposeMode) .by-the-numbers > header figure {
        display: none;
    }

    body:not(.fsComposeMode) .by-the-numbers > header .fsElementTitle {
        color: #fff;
    }

@media (min-width: 700px) {
    body:not(.fsComposeMode) .by-the-numbers > .fsElementContent {
        padding-right: 100px;
        padding-left: 100px;
    }
}

@media (min-width: 1000px) {
    body:not(.fsComposeMode) .by-the-numbers > .fsElementContent {
        padding-right: 1.25em;
        padding-left: 1.25em;
    }
}

body:not(.fsComposeMode) .by-the-numbers .fsContent:before {
    display: block;
    height: 97px;
    width: 97px;
    border: 3px solid #C99700;
    border-radius: 100%;
    margin: 0 auto 40px;
    background: #275D38;
    font-size: 40px;
    line-height: 97px;
    color: #fff;
}

body:not(.fsComposeMode) .by-the-numbers .slick-prev,
body:not(.fsComposeMode) .by-the-numbers .slick-next {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    height: 42px;
    width: 32px;
    position: absolute;
    bottom: 50px;
    text-align: center;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .by-the-numbers .slick-prev,
    body:not(.fsComposeMode) .by-the-numbers .slick-next {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

body:not(.fsComposeMode) .by-the-numbers .slick-prev:before,
body:not(.fsComposeMode) .by-the-numbers .slick-next:before {
    font-size: 50px;
    color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 42px;
}

body:not(.fsComposeMode) .by-the-numbers .slick-prev:hover:before,
body:not(.fsComposeMode) .by-the-numbers .slick-prev:focus:before,
body:not(.fsComposeMode) .by-the-numbers .slick-next:hover:before,
body:not(.fsComposeMode) .by-the-numbers .slick-next:focus:before {
    color: #F2C02A;
}

body:not(.fsComposeMode) .by-the-numbers .slick-prev {
    left: 50%;
    margin-left: -40px;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .by-the-numbers .slick-prev {
        margin-left: 0;
        left: 50px;
    }
}

body:not(.fsComposeMode) .by-the-numbers .slick-prev:before {
    content: "\F104";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

body:not(.fsComposeMode) .by-the-numbers .slick-next {
    left: 50%;
    margin-left: 10px;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .by-the-numbers .slick-next {
        left: auto;
        margin-left: 0;
        right: 50px;
    }
}

body:not(.fsComposeMode) .by-the-numbers .slick-next:before {
    content: "\F105";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

body:not(.fsComposeMode) .featured-videos {
    background: #fff;
    margin-bottom: 0 !important;
}

    body:not(.fsComposeMode) .featured-videos > header,
    body:not(.fsComposeMode) .featured-videos > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 1180px;
    }

@media (max-width: 1220px) {
    body:not(.fsComposeMode) .featured-videos > header,
    body:not(.fsComposeMode) .featured-videos > .fsElementContent {
        padding-right: 15px;
        padding-left: 15px;
    }
}

body:not(.fsComposeMode) .featured-videos > header {
    padding-top: 80px;
    padding-bottom: 30px;
    text-align: center;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .featured-videos > header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .featured-videos > header .fsElementHeaderContent {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

body:not(.fsComposeMode) .featured-videos > header .fsElementTitle {
    font-size: 35px;
    line-height: 44px;
    font-weight: bold;
    color: #275D38;
    text-transform: none;
    letter-spacing: normal;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .featured-videos > header .fsElementTitle {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        font-size: 40px;
        line-height: 50px;
    }
}

/*body:not(.fsComposeMode) .featured-videos > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .featured-videos > .fsElementContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

body:not(.fsComposeMode) .featured-videos .featured-video {
    position: relative;
    margin-bottom: 0;
    height: 420px;
    background: #fff;
    overflow: hidden;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .featured-videos .featured-video {
        margin-bottom: 50px;
        width: calc(50% - 20px);
        height: 458px;
        margin-bottom: 100px;
    }
}

body:not(.fsComposeMode) .featured-videos .featured-video > header .fsElementHeaderContent {
    margin: 0 !important;
}

body:not(.fsComposeMode) .featured-videos .featured-video article {
    height: 185px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    padding: 0;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .featured-videos .featured-video article {
        height: 300px;
    }
}

body:not(.fsComposeMode) .featured-videos .featured-video article .fsPlayOverlay {
    pointer-events: none;
}

    body:not(.fsComposeMode) .featured-videos .featured-video article .fsPlayOverlay::before,
    body:not(.fsComposeMode) .featured-videos .featured-video article .fsPlayOverlay::after {
        display: none;
    }

body:not(.fsComposeMode) .featured-videos .featured-video video {
    display: none;
}

body:not(.fsComposeMode) .featured-videos .featured-video .fsDescription {
    padding: 20px;
    background: #275D38;
    color: #fff;
    border-radius: 5px 0 5px 5px;
    position: absolute;
    top: 165px;
    right: 0;
    width: calc(100% - 22px);
    font-size: 16px;
    line-height: 25px;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .featured-videos .featured-video .fsDescription {
        top: 250px;
        width: calc(100% - 36px);
        height: 194px;
        font-size: 18px;
        line-height: 32px;
    }
}

body:not(.fsComposeMode) .featured-videos .featured-video .fsDescription h2 {
    font-size: 20px;
    line-height: 26px;
    color: inherit;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .featured-videos .featured-video .fsDescription h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

body:not(.fsComposeMode) .featured-videos .featured-video .featured-play {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    color: transparent;
    font-size: 0;
    position: absolute;
    top: 76px;
    left: 50%;
    cursor: pointer;
    z-index: 10;
    height: 64px;
    width: 64px;
    margin-left: -32px;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode) .featured-videos .featured-video .featured-play {
        top: 150px;
    }
}

body:not(.fsComposeMode) .featured-videos .featured-video .featured-play:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\F144";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 60px;
    color: #fff;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

body:not(.fsComposeMode) .featured-videos .featured-video .featured-play:hover:before,
body:not(.fsComposeMode) .featured-videos .featured-video .featured-play:focus:before {
    opacity: .9;
    font-size: 70px;
}

.lity {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.6);
}

    .lity .lity-close {
        position: relative;
        top: 80px;
        left: 80px;
        background: transparent;
        border: 0;
    }*/

        .lity .lity-close:before {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
            content: "\E904";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #fff;
            font-size: 35px;
            -webkit-transition: color .3s;
            transition: color .3s;
        }

        .lity .lity-close:hover:before,
        .lity .lity-close:focus:before {
            color: #F2C02A;
        }

    .lity iframe {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        height: 80vh;
        width: 80vw;
    }

body:not(.fsComposeMode).athletics-home #fsPageBodyWrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    background: none;
}

body:not(.fsComposeMode).athletics-home #fsPageBody {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

body:not(.fsComposeMode).athletics-home #fsPageContent {
    max-width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

body:not(.fsComposeMode).athletics-home .fsPageLayout {
    margin-right: 0px;
    margin-left: 0px;
}

    body:not(.fsComposeMode).athletics-home .fsPageLayout > .fsDiv {
        padding: 0;
    }

body:not(.fsComposeMode).athletics-home .team-tabs {
    padding-right: 1.25em;
    padding-left: 1.25em;
    padding-top: 45px;
    padding-bottom: 80px;
    margin-bottom: 90px;
    background: #275D38;
    text-align: center;
}

    body:not(.fsComposeMode).athletics-home .team-tabs > header {
        display: none;
    }

    body:not(.fsComposeMode).athletics-home .team-tabs .gender-toggle > .fsElementContent {
        padding: 0;
    }

        body:not(.fsComposeMode).athletics-home .team-tabs .gender-toggle > .fsElementContent button {
            border: 0;
            background: none;
            margin: 0;
            padding: 0;
            font-size: 16px;
            line-height: 20px;
            padding: 8px 16px;
            color: rgba(255, 255, 255, 0.75);
            background: #275D38;
            font-size: 20px;
            font-weight: bold;
            line-height: 45px;
            outline: none;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

            body:not(.fsComposeMode).athletics-home .team-tabs .gender-toggle > .fsElementContent button:hover,
            body:not(.fsComposeMode).athletics-home .team-tabs .gender-toggle > .fsElementContent button.active {
                background: rgba(0, 0, 0, 0.2);
                color: #fff;
            }

@media (min-width: 700px) {
    body:not(.fsComposeMode).athletics-home .team-tabs .gender-toggle > .fsElementContent button {
        font-size: 25px;
        line-height: 45px;
        padding: 8px 20px;
        margin: 0 10px;
    }
}

@media (min-width: 1000px) {
    body:not(.fsComposeMode).athletics-home .team-tabs .gender-toggle > .fsElementContent button {
        font-size: 35px;
        line-height: 45px;
        padding: 12px 22px;
    }
}

body:not(.fsComposeMode).athletics-home .team-tabs .fsContainer {
    display: none;
}

    body:not(.fsComposeMode).athletics-home .team-tabs .fsContainer.active {
        display: block;
    }

    body:not(.fsComposeMode).athletics-home .team-tabs .fsContainer > header {
        display: none;
    }

    body:not(.fsComposeMode).athletics-home .team-tabs .fsContainer > .fsElementContent {
        position: relative;
    }

@media (min-width: 700px) {
    body:not(.fsComposeMode).athletics-home .team-tabs .fsContainer > .fsElementContent {
        padding-right: 1.25em;
        padding-left: 1.25em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        body:not(.fsComposeMode).athletics-home .team-tabs .fsContainer > .fsElementContent:before {
            display: block;
            content: '';
            height: 100%;
            width: 1px;
            background: #737373;
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }
}

@media (min-width: 1000px) {
    body:not(.fsComposeMode).athletics-home .team-tabs .fsContainer > .fsElementContent {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        body:not(.fsComposeMode).athletics-home .team-tabs .fsContainer > .fsElementContent:before {
            display: none;
        }
}

body:not(.fsComposeMode).athletics-home .team-tabs .fsNavigation {
    position: relative;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode).athletics-home .team-tabs .fsNavigation {
        width: calc(50% - 20px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: auto;
    }
}

@media (min-width: 1000px) {
    body:not(.fsComposeMode).athletics-home .team-tabs .fsNavigation {
        width: 400px;
        margin: 0 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

        body:not(.fsComposeMode).athletics-home .team-tabs .fsNavigation:nth-child(2) {
            width: 440px;
        }

            body:not(.fsComposeMode).athletics-home .team-tabs .fsNavigation:nth-child(2) > .fsElementContent {
                padding-right: 1.25em;
                padding-left: 1.25em;
                height: 100%;
                padding-bottom: 5px;
                border-left: 1px solid #737373;
                border-right: 1px solid #737373;
            }
}

body:not(.fsComposeMode).athletics-home .team-tabs .fsNavigation .fsElementTitle {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

body:not(.fsComposeMode).athletics-home .team-tabs .fsNavigation a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

    body:not(.fsComposeMode).athletics-home .team-tabs .fsNavigation a:hover,
    body:not(.fsComposeMode).athletics-home .team-tabs .fsNavigation a:focus {
        color: #F2C02A;
        text-decoration: none;
    }

body:not(.fsComposeMode).athletics-home .team-tabs .fsNavigation .fsNavLevel1 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    body:not(.fsComposeMode).athletics-home .team-tabs .fsNavigation .fsNavLevel1 > li > a {
        font-weight: 800;
    }

body:not(.fsComposeMode).athletics-home .team-tabs .fsNavigation .fsNavLevel2 {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    body:not(.fsComposeMode).athletics-home .team-tabs .fsNavigation .fsNavLevel2 a {
        font-weight: normal;
    }

        body:not(.fsComposeMode).athletics-home .team-tabs .fsNavigation .fsNavLevel2 a[href*='twitter'] {
            font-size: 0;
        }

            body:not(.fsComposeMode).athletics-home .team-tabs .fsNavigation .fsNavLevel2 a[href*='twitter']:before {
                content: "\F099";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none;
                vertical-align: middle;
                font-size: 15px;
            }

body:not(.fsComposeMode).athletics-home .athletics-info-boxes {
    margin-bottom: 0;
}

    body:not(.fsComposeMode).athletics-home .athletics-info-boxes > .fsElementContent {
        position: relative;
    }

@media (min-width: 700px) {
    body:not(.fsComposeMode).athletics-home .athletics-info-boxes > .fsElementContent {
        height: 900px;
        overflow: visible;
    }
}

@media (min-width: 1000px) {
    body:not(.fsComposeMode).athletics-home .athletics-info-boxes > .fsElementContent {
        height: 450px;
    }
}

body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    height: 450px;
    background-size: cover;
    background-position: 50% top;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}

    body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent:before {
        display: block;
        content: '';
        height: 100%;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.34)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.34) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

@media (min-width: 700px) {
    body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent {
        width: 50%;
        position: absolute;
    }

        body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent:first-child {
            top: 0;
            left: 0;
        }

        body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent:nth-child(2) {
            top: 0;
            left: 50%;
        }

        body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent:nth-child(3) {
            bottom: 0;
            left: 0;
        }

        body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent:last-child {
            bottom: 0;
            right: 0;
        }
}

@media (min-width: 1000px) {
    body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent {
        width: 25%;
    }

        body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent:first-child {
            top: 0;
            left: 0;
        }

        body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent:nth-child(2) {
            top: 0;
            left: 25%;
        }

        body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent:nth-child(3) {
            bottom: auto;
            top: 0;
            left: 50%;
        }

        body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent:last-child {
            bottom: auto;
            top: 0;
            right: 0;
        }
}

body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent > header {
    padding-right: 1.25em;
    padding-left: 1.25em;
}

    body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent > header .fsElementTitle {
        font-size: 30px;
        font-weight: bold;
        line-height: 32px;
        text-align: center;
        color: inherit;
        margin-bottom: 40px;
        text-transform: none;
        opacity: 1;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

@media (min-width: 700px) {
    body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent > header .fsElementTitle {
        font-size: 35px;
        line-height: 32px;
    }
}

body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent > .fsElementContent {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(39, 93, 56, 0.9);
    padding: 30px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    opacity: 0;
}

    body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent > .fsElementContent p {
        margin-bottom: 15px;
        opacity: 0;
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
        -webkit-transition: all 0.4s .3s ease;
        transition: all 0.4s .3s ease;
    }

    body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent > .fsElementContent a {
        color: #fff;
        text-decoration: underline;
    }

        body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent > .fsElementContent a:hover {
            color: #F2C02A;
        }

body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent:hover,
body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent:focus,
body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent.focus {
    z-index: 2;
    height: 490px;
    margin-top: -20px;
}

    body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent:hover > header .fsElementTitle,
    body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent:focus > header .fsElementTitle,
    body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent.focus > header .fsElementTitle {
        opacity: 0;
    }

    body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent:hover > .fsElementContent,
    body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent:focus > .fsElementContent,
    body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent.focus > .fsElementContent {
        opacity: 1;
    }

        body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent:hover > .fsElementContent p,
        body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent:focus > .fsElementContent p,
        body:not(.fsComposeMode).athletics-home .athletics-info-boxes .fsContent.focus > .fsElementContent p {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            opacity: 1;
        }

body:not(.fsComposeMode).athletics-home .athletics-contact {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    padding-top: 100px;
    margin-bottom: 70px;
}

@media (max-width: 1220px) {
    body:not(.fsComposeMode).athletics-home .athletics-contact {
        padding-right: 15px;
        padding-left: 15px;
    }
}

body:not(.fsComposeMode).athletics-home .athletics-contact > header {
    text-align: center;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode).athletics-home .athletics-contact > .fsElementContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

body:not(.fsComposeMode).athletics-home .athletics-contact .fsContent {
    background: #275D38;
    color: #fff;
    padding: 26px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 35px;
}

@media (min-width: 700px) {
    body:not(.fsComposeMode).athletics-home .athletics-contact .fsContent {
        width: calc(50% - 10px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 1000px) {
    body:not(.fsComposeMode).athletics-home .athletics-contact .fsContent {
        width: calc(33.33% - 10px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

body:not(.fsComposeMode).athletics-home .athletics-contact .fsContent strong {
    font-size: 25px;
}

body:not(.fsComposeMode).athletics-home .athletics-contact .fsContent em {
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
}

body:not(.fsComposeMode).athletics-home .athletics-contact .fsContent a {
    color: #fff;
}

    body:not(.fsComposeMode).athletics-home .athletics-contact .fsContent a:hover,
    body:not(.fsComposeMode).athletics-home .athletics-contact .fsContent a:focus {
        color: #F2C02A;
    }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
    margin-top: 2em;
}

/*! pages - style-guide v0.0.1 */

.colors ol {
    zoom: 1;
    padding: 0;
    list-style: none;
}

    .colors ol:after {
        display: table;
        clear: both;
        content: '';
    }

    .colors ol li {
        position: relative;
        float: left;
        width: 50%;
        min-width: 20%;
    }

@media (min-width: 1180px) {
    .colors ol li {
        margin-bottom: 0;
    }
}

.colors ol li:after {
    display: block;
    margin-top: 60px;
    background: #fff;
    padding-bottom: 20px;
}

@media (min-width: 800px) {
    .colors.main ol li {
        width: 11.11111%;
    }
}

.colors.main ol li:nth-of-type(1) {
    background: #4F4F4F;
}

    .colors.main ol li:nth-of-type(1):after {
        content: "#4F4F4F";
    }

.colors.main ol li:nth-of-type(2) {
    background: #275D38;
}

    .colors.main ol li:nth-of-type(2):after {
        content: "#275D38";
    }

.colors.main ol li:nth-of-type(3) {
    background: #F2C02A;
}

    .colors.main ol li:nth-of-type(3):after {
        content: "#F2C02A";
    }

.colors.main ol li:nth-of-type(4) {
    background: #C99700;
}

    .colors.main ol li:nth-of-type(4):after {
        content: "#C99700";
    }

.colors.main ol li:nth-of-type(5) {
    background: #1f1f1f;
}

    .colors.main ol li:nth-of-type(5):after {
        content: "#1f1f1f";
    }

.colors.main ol li:nth-of-type(1) {
    background: #4F4F4F;
}

    .colors.main ol li:nth-of-type(1):after {
        content: "#4F4F4F";
    }

.colors.main ol li:nth-of-type(7) {
    background: #f0f0f0;
}

    .colors.main ol li:nth-of-type(7):after {
        content: "#f0f0f0";
    }

.colors.main ol li:nth-of-type(8) {
    background: #1A4B29;
}

    .colors.main ol li:nth-of-type(8):after {
        content: "#1A4B29";
    }

.colors.main ol li:nth-of-type(9) {
    background: #737373;
}

    .colors.main ol li:nth-of-type(9):after {
        content: "#737373";
    }

@media (min-width: 800px) {
    .colors.shade ol li {
        width: 10%;
    }
}

.colors.shade ol li:nth-of-type(1) {
    background: #000000;
}

    .colors.shade ol li:nth-of-type(1):after {
        content: "#000000";
    }

.colors.shade ol li:nth-of-type(2) {
    background: #131313;
}

    .colors.shade ol li:nth-of-type(2):after {
        content: "#131313";
    }

.colors.shade ol li:nth-of-type(3) {
    background: #242424;
}

    .colors.shade ol li:nth-of-type(3):after {
        content: "#242424";
    }

.colors.shade ol li:nth-of-type(4) {
    background: #373737;
}

    .colors.shade ol li:nth-of-type(4):after {
        content: "#373737";
    }

.colors.shade ol li:nth-of-type(5) {
    background: #636363;
}

    .colors.shade ol li:nth-of-type(5):after {
        content: "#636363";
    }

.colors.shade ol li:nth-of-type(6) {
    background: #959595;
}

    .colors.shade ol li:nth-of-type(6):after {
        content: "#959595";
    }

.colors.shade ol li:nth-of-type(7) {
    background: #cfcfcf;
}

    .colors.shade ol li:nth-of-type(7):after {
        content: "#cfcfcf";
    }

.colors.shade ol li:nth-of-type(8) {
    background: #e5e5e5;
}

    .colors.shade ol li:nth-of-type(8):after {
        content: "#e5e5e5";
    }

.colors.shade ol li:nth-of-type(9) {
    background: #f8f8f8;
}

    .colors.shade ol li:nth-of-type(9):after {
        content: "#f8f8f8";
    }

.colors.shade ol li:nth-of-type(10) {
    background: #ffffff;
}

    .colors.shade ol li:nth-of-type(10):after {
        content: "#ffffff";
    }

.fonts ol {
    padding: 0;
    list-style: none;
}

    .fonts ol li:nth-of-type(1) {
        /*  font-family: "source-sans-pro", sans-serif;*/
    }

        .fonts ol li:nth-of-type(1):after {
            content: "source-sans-pro, sans-serif";
            display: block;
            margin-bottom: 10px;
        }

    .fonts ol li:nth-of-type(2) {
        font-family: "IcoMoon";
    }

        .fonts ol li:nth-of-type(2):after {
            content: "IcoMoon";
            display: block;
            margin-bottom: 10px;
        }

.headers .fsElementContent h1:after {
    content: " - font-size: 40px / line-height: 70px";
}

.headers .fsElementContent h2:after {
    content: " - font-size: 35px / line-height: 50px";
}

.headers .fsElementContent h3:after {
    content: " - font-size: 30px / line-height: 40px";
}

.headers .fsElementContent h4:after {
    content: " - font-size: 25px / line-height: 32px";
}

.headers .fsElementContent h5:after {
    content: " - font-size: 20px / line-height: 30px";
}

.headers .fsElementContent h6:after {
    content: " - font-size: 16px / line-height: 18px";
}

body:not(.fsComposeMode) .bpa-image-buttons-3 {
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 280px;
    color: #ffffff;
}

    body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content {
        padding: 20px;
        position: relative;
        z-index: 2;
    }

        body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > header {
            margin-bottom: 15px;
        }

            body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > header h2.fsElementTitle {
                margin-bottom: 0;
            }

            body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > header > .fsElementHeaderContent {
                margin-top: 5px;
                margin-bottom: 0;
            }

                body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > header > .fsElementHeaderContent p {
                    margin-bottom: 0;
                }

        body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > .fsElementContent {
            opacity: 0;
            max-height: 0;
            overflow: hidden;
            height: auto;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            margin-bottom: 15px;
        }

            body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > .fsElementContent p:last-child {
                margin: 0;
            }

        body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > footer {
            opacity: 0;
            max-height: 0;
            overflow: hidden;
            height: auto;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > footer > .fsElementFooterContent {
                margin-top: 15px;
            }

                body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > footer > .fsElementFooterContent p {
                    margin: 0;
                }

    body:not(.fsComposeMode) .bpa-image-buttons-3:hover .image-button-content > .fsElementContent,
    body:not(.fsComposeMode) .bpa-image-buttons-3:hover .image-button-content > footer,
    body:not(.fsComposeMode) .bpa-image-buttons-3.active .image-button-content > .fsElementContent,
    body:not(.fsComposeMode) .bpa-image-buttons-3.active .image-button-content > footer {
        opacity: 1;
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }

    body:not(.fsComposeMode) .bpa-image-buttons-3:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.5)));
        background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 50%);
        left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: 1;
    }

    body:not(.fsComposeMode) .bpa-image-buttons-3:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: 1;
    }

    body:not(.fsComposeMode) .bpa-image-buttons-3:hover:after,
    body:not(.fsComposeMode) .bpa-image-buttons-3.active:after {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        height: 100%;
    }

    body:not(.fsComposeMode) .bpa-image-buttons-3:hover .image-button-content > .fsElementContent,
    body:not(.fsComposeMode) .bpa-image-buttons-3:hover .image-button-content > footer,
    body:not(.fsComposeMode) .bpa-image-buttons-3.active .image-button-content > .fsElementContent,
    body:not(.fsComposeMode) .bpa-image-buttons-3.active .image-button-content > footer {
        max-height: 280px;
    }

    body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content {
        /* font-family: "source-sans-pro", sans-serif;*/
        color: #fff;
    }

        body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > header h2.fsElementTitle {
            font-weight: 600;
            font-size: 25px;
            line-height: 32px;
            color: #fff;
        }

        body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > header .fsElementHeaderContent {
            font-weight: 600;
            font-size: 14px;
            line-height: 22px;
            text-transform: uppercase;
        }

        body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > .fsElementContent {
            font-size: 16px;
            line-height: 25px;
        }

        body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > footer > .fsElementFooterContent a {
            color: #ffffff;
            font-weight: 600;
        }

            body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > footer > .fsElementFooterContent a:hover {
                text-decoration: underline;
            }

.social-panel {
    background: #f0f0f0;
    margin-bottom: 0;
}

    .social-panel > header {
        text-align: center;
        padding-top: 75px;
    }

    .social-panel > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 1180px;
    }

    .social-panel .custom-feed > .fsElementContent {
        width: 100%;
        padding-bottom: 100px;
    }

@media (min-width: 700px) {
    .social-panel .custom-feed > .fsElementContent {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 28px;
        -moz-column-gap: 28px;
        column-gap: 28px;
    }
}

@media (min-width: 1000px) {
    .social-panel .custom-feed > .fsElementContent {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 1220px) {
    .social-panel .custom-feed > .fsElementContent {
        padding-right: 1.25em;
        padding-left: 1.25em;
    }
}

.social-panel .custom-feed > .fsElementContent article {
    width: 100%;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
    color: #737373;
    font-weight: normal;
    vertical-align: top;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

    .social-panel .custom-feed > .fsElementContent article .feed-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px;
    }

        .social-panel .custom-feed > .fsElementContent article .feed-header .identifiers {
            width: 65%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .social-panel .custom-feed > .fsElementContent article .feed-header .identifiers .poster-image {
                height: 35px;
                width: 35px;
                border-radius: 100%;
                float: left;
                margin-right: 10px;
            }

            .social-panel .custom-feed > .fsElementContent article .feed-header .identifiers .schoolname {
                font-size: 17px;
                font-weight: bold;
                line-height: 22px;
                color: #275D38;
            }

            .social-panel .custom-feed > .fsElementContent article .feed-header .identifiers .poster-name a {
                font-size: 17px;
                line-height: 20px;
                color: #737373;
                font-weight: normal;
            }

        .social-panel .custom-feed > .fsElementContent article .feed-header .date {
            width: 35%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            font-size: 14px;
            color: #737373;
            line-height: 25px;
            font-weight: normal !important;
            text-align: right;
        }

.social-panel .custom-feed > .fsElementContent .feed-desc {
    margin-bottom: 20px;
}

.social-panel .custom-feed > .fsElementContent .feed-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    .social-panel .custom-feed > .fsElementContent .feed-footer .like-count,
    .social-panel .custom-feed > .fsElementContent .feed-footer .comment-count {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: inline-block;
        margin-right: 10px;
    }

        .social-panel .custom-feed > .fsElementContent .feed-footer .like-count:before {
            content: "\F08A";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            margin-right: 5px;
        }

        .social-panel .custom-feed > .fsElementContent .feed-footer .comment-count:before {
            content: "\F0E5";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            margin-right: 5px;
        }

.social-panel .feed-url {
    display: block;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 0;
    color: transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: auto !important;
}

    .social-panel .feed-url:before {
        font-size: 20px;
        color: #4F4F4F;
    }

.social-panel .Facebook .feed-url:before {
    content: "\F09A";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #3B5998;
}

.social-panel .Twitter .feed-url:before {
    content: "\F099";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #00ACED;
}

.social-panel .Instagram .feed-url:before {
    content: "\F16D";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #8a3ab9;
}

@font-face {
    font-family: 'infographic1';
    src: url(fonts/bpa-infographic1.html);
    src: url(fonts/bpa-infographic1.html) format("embedded-opentype"), url(fonts/bpa-infographic1-2.html) format("woff2"), url(fonts/bpa-infographic1-3.html) format("truetype"), url(fonts/bpa-infographic1-4.html) format("woff"), url(fonts/bpa-infographic1-5.html) format("svg");
    font-weight: normal;
    font-style: normal;
}

.bpa-infographic-1 section:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    /*font-family: 'infographic1' !important;*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.infographic1-cloud:before {
    content: "\E900";
}

.infographic1-star:before {
    content: "\E901";
}

.infographic1-video:before {
    content: "\E902";
}

.infographic1-user:before {
    content: "\E903";
}

.infographic1-search:before {
    content: "\E904";
}

.infographic1-bulb:before {
    content: "\E915";
}

.infographic1-settings:before {
    content: "\E905";
}

.infographic1-camera:before {
    content: "\E906";
}

.infographic1-lock:before {
    content: "\E907";
}

.infographic1-location:before {
    content: "\E908";
}

.infographic1-phone:before {
    content: "\E909";
}

.infographic1-like:before {
    content: "\E90A";
}

.infographic1-note:before {
    content: "\E90B";
}

.infographic1-megaphone:before {
    content: "\E90C";
}

.infographic1-beaker:before {
    content: "\E90D";
}

.infographic1-book:before {
    content: "\E90E";
}

.infographic1-check:before {
    content: "\E90F";
}

.infographic1-droplet:before {
    content: "\E910";
}

.infographic1-globe:before {
    content: "\E911";
}

.infographic1-graduate-cap:before {
    content: "\E912";
}

.infographic1-heart:before {
    content: "\E913";
}

.infographic1-laptop:before {
    content: "\E914";
}

.infographic1-lightbulb:before {
    content: "\E915";
}

.infographic1-microscope:before {
    content: "\E916";
}

.infographic1-money:before {
    content: "\E917";
}

.infographic1-music:before {
    content: "\E918";
}

.infographic1-pencil:before {
    content: "\E919";
}

.infographic1-podium:before {
    content: "\E91A";
}

.infographic1-ribbon:before {
    content: "\E91B";
}

.infographic1-teacher:before {
    content: "\E91C";
}

.infographic1-trophy:before {
    content: "\E91D";
}

.infographic1-athletics:before {
    content: "\E91E";
}

.infographic1-arrow-left:before {
    content: "\E91F";
}

.bpa-infographic-1 {
    background-color: #f0f0f0;
    padding: 40px 20px 20px 20px;
}

body .bpa-infographic-1 {
    width: 100vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
}

.bpa-infographic-1 > header {
    text-align: center;
    padding-bottom: 30px;
}

@media (min-width: 700px) {
    .bpa-infographic-1 > .fsElementContent {
        padding-bottom: 40px;
    }
}

body:not(.fsDraftMode) .bpa-infographic-1 > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 1099px) {
    body .bpa-infographic-1 > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 730px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 599px) {
    body .bpa-infographic-1 > .fsElementContent {
        padding-bottom: 40px;
        position: relative;
        margin: 0 auto;
        max-width: 360px;
    }

        body .bpa-infographic-1 > .fsElementContent .slick-slide {
            max-width: 100% !important;
            margin: 0 20px 40px 20px !important;
        }
}

body.fsHasLeftBanner .bpa-infographic-1 > .fsElementContent,
body.fsHasRightBanner .bpa-infographic-1 > .fsElementContent {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    max-width: 730px;
}

@media (max-width: 949px) {
    body.fsHasLeftBanner .bpa-infographic-1 > .fsElementContent,
    body.fsHasRightBanner .bpa-infographic-1 > .fsElementContent {
        padding-bottom: 50px !important;
    }

        body.fsHasLeftBanner .bpa-infographic-1 > .fsElementContent .slick-slide,
        body.fsHasRightBanner .bpa-infographic-1 > .fsElementContent .slick-slide {
            max-width: 100% !important;
            margin: 0 20px 40px 20px !important;
        }
}

.bpa-infographic-1 > .fsElementContent > .fsElement,
.bpa-infographic-1 > .fsElementContent .slick-slide {
    color: #4F4F4F;
    background: #fff;
    position: relative;
    text-align: center;
}

body:not(.fsDraftMode) .bpa-infographic-1 > .fsElementContent > .fsElement,
body:not(.fsDraftMode) .bpa-infographic-1 > .fsElementContent .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 0 20px 40px 20px;
    min-height: 400px;
    max-width: 330px;
    min-width: 220px;
    padding: 0 40px 10px;
}

.bpa-infographic-1 > .fsElementContent > .fsElement:before,
.bpa-infographic-1 > .fsElementContent .slick-slide:before {
    color: #275D38;
    display: block;
    width: 100%;
    padding-top: 90px;
    line-height: 1;
    font-size: 70px;
}

.bpa-infographic-1 > .fsElementContent > .fsElement header,
.bpa-infographic-1 > .fsElementContent .slick-slide header {
    width: 100%;
    padding-top: 20px;
}

.bpa-infographic-1 > .fsElementContent > .fsElement .fsElementTitle,
.bpa-infographic-1 > .fsElementContent .slick-slide .fsElementTitle {
    font-size: 4em;
    font-weight: 500;
    line-height: 1.1;
}

.bpa-infographic-1 .slick-arrow {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 0;
    bottom: 20px;
    width: 15px;
    height: 27px;
    cursor: pointer;
    z-index: 2;
}

    .bpa-infographic-1 .slick-arrow:before {
        color: #4F4F4F;
        content: '\E91F';
        /* font-family: infographic1;*/
        display: inline-block;
        font-size: 26px;
        height: 27px;
        width: 15px;
        line-height: 1;
    }

    .bpa-infographic-1 .slick-arrow.slick-prev {
        -webkit-transform: translateX(-34px);
        -ms-transform: translateX(-34px);
        transform: translateX(-34px);
    }

    .bpa-infographic-1 .slick-arrow.slick-next {
        -webkit-transform: translateX(34px);
        -ms-transform: translateX(34px);
        transform: translateX(34px);
    }

        .bpa-infographic-1 .slick-arrow.slick-next:before {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.bpa-infographic-1.dark-theme {
    background-color: #275D38;
}

    .bpa-infographic-1.dark-theme > header > .fsElementTitle {
        color: #fff;
    }

    .bpa-infographic-1.dark-theme > .fsElementContent > .fsElement,
    .bpa-infographic-1.dark-theme > .fsElementContent .slick-slide {
        color: #fff;
        background: #1f4b2d;
    }

        .bpa-infographic-1.dark-theme > .fsElementContent > .fsElement:before,
        .bpa-infographic-1.dark-theme > .fsElementContent .slick-slide:before {
            color: #3e9358;
        }

        .bpa-infographic-1.dark-theme > .fsElementContent > .fsElement .fsElementTitle,
        .bpa-infographic-1.dark-theme > .fsElementContent .slick-slide .fsElementTitle {
            color: #fff;
        }

    .bpa-infographic-1.dark-theme .slick-arrow:before {
        color: #fff;
    }

.icon-list,
.icon-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .icon-list li {
        margin: 0;
        padding: 0;
    }

    .icon-list li {
        margin: 6px 0px;
    }

        .icon-list li:before {
            font-size: 30px;
            margin-right: 14px;
        }

/*@media print {
    .nav-main,
    .nav-sub,
    .nav-social,
    .nav-utility-header,
    .nav-utility-footer,
    #fsMenu,
    #fsFooter,
    #fsHeader,
    .fsThumbnail,
    .hide-for-print {
        display: none !important;
    }

    #fsPageContent,
    #fsBannerLeft,
    #fsBannerRight {
        width: 100% !important;
    }

    html {
        font-size: 100%;*/
        /* for IE */
    /*}*/

    /* body {
        font-size: 62.5%;
    }*/

    /**,
    *:before,
    *:after {
        background: transparent !important;
        color: #000000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .slick-slide {
        display: none !important;
    }

        .slick-slide.slick-active {
            display: block !important;
        }

    .slick-list {
        height: auto !important;
    }

    .slick-track {
        width: auto !important;
        height: auto !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

        .slick-track .slick-slide {
            width: auto !important;
        }

    a[class*='fs_style'] {
        border-color: #000000;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/

    /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

    /*a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }*/

    /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

    /*thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .fsPanel > header ~ .fsElementContent {
        display: block;
    }
}*/

@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

@-webkit-keyframes bounce {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    75% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    75% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.compartment {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
}

@media (min-width: 600px) {
    .col-4 {
        width: 50%;
        float: left;
    }
}

@media (min-width: 900px) {
    .col-4 {
        width: 25%;
    }
}

/*! helpers - box-model v0.0.1 */

.margin-x {
    margin-right: 1.25em;
    margin-left: 1.25em;
}

.margin-x-2x {
    margin-right: 2.5em;
    margin-left: 2.5em;
}

.margin-y {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.margin-y-2x {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.padding-x {
    padding-right: 1.25em;
    padding-left: 1.25em;
}

.padding-x-2x {
    padding-right: 2.5em;
    padding-left: 2.5em;
}

.padding-y {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}

.padding-y-2x {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

.stretch-container {
    margin-right: -1.25em;
    margin-left: -1.25em;
}

.cover {
    position: absolute;
    height: 100%;
    width: 100%;
}

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

@font-face {
    font-family: 'IcoMoon';
    src: url(fonts/icomoon.html);
    src: url(fonts/icomoon.html) format("embedded-opentype"), url(fonts/icomoon-2.html) format("woff2"), url(fonts/icomoon-3.html) format("woff"), url(fonts/icomoon-4.html) format("truetype"), url(fonts/icomoon-5.html) format("svg");
    font-weight: 400;
    font-style: normal;
}

/*h1 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 40px;
    line-height: 70px;
    margin-bottom: 10px;
    color: #275D38;
}

h2 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 10px;
}

h3 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
}

h4 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
}

h5 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 11px;
}

h6 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p {
    margin: 0 0 20px;
}
*/
/*body:not(.fsComposeMode) p:last-child {
    margin-bottom: 0;
}

hr {
    margin: 0 auto 20px;
}*/

/*a {
    text-decoration: none;
    color: #275D38;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    font-weight: 700;
}
*/
a:hover,
a:focus {
    color: #4f4f4f;
    text-decoration: underline;
}

/*#fsHeader a,
#fsFooter a {
    font-weight: normal;
}

    #fsHeader a:hover,
    #fsHeader a:focus,
    #fsFooter a:hover,
    #fsFooter a:focus {
        text-decoration: none;
    }

ul,
ol {
    margin-top: 0;
    padding-left: 20px;
}
*/
/*table.styled,
table.fs_style_26 {
    margin-bottom: 20px;
    width: 100%;
    overflow-x: auto;
    display: block;
    border: 0 !important;
}

    table.styled td,
    table.fs_style_26 td {
        padding: 13px;
        background-color: rgba(240, 240, 240, 0.25);
    }

    table.styled tr:nth-of-type(odd) td,
    table.fs_style_26 tr:nth-of-type(odd) td {
        background: #f0f0f0;
    }

    table.styled th,
    table.styled td,
    table.fs_style_26 th,
    table.fs_style_26 td {
        vertical-align: top;
        border-bottom: none;
    }

    table.styled th,
    table.fs_style_26 th {
        font-size: 20px;
        font-weight: bold;
        line-height: 25px;
        padding: 10px 20px;
        text-align: left;
        background: #275D38;
        color: #fff;
    }

img,
canvas,
video,
svg {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
}

.fs_style_27 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #fff;
    color: #275D38;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #275D38;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fs_style_27:hover,
    .fs_style_27:focus,
    .fsStateSelected .fs_style_27,
    .fs_style_27.on {
        background: #275D38;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }*/

    .fs_style_27 em {
        display: block;
        font-style: normal;
    }

.fs_style_28 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #fff;
    color: #4f4f4f;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #4f4f4f;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fs_style_28:hover,
    .fs_style_28:focus,
    .fsStateSelected .fs_style_28,
    .fs_style_28.on {
        background: #4f4f4f;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fs_style_28 em {
        display: block;
        font-style: normal;
    }

.fs_style_29 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: transparent;
    color: #C99700;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #C99700;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none !important;
}

    .fs_style_29:hover,
    .fs_style_29:focus,
    .fsStateSelected .fs_style_29,
    .fs_style_29.on {
        background: #C99700;
        color: #1f1f1f;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fs_style_29 em {
        display: block;
        font-style: normal;
    }

.fs_style_31 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #275D38;
    color: #fff;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #4f4f4f;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fs_style_31:hover,
    .fs_style_31:focus,
    .fsStateSelected .fs_style_31,
    .fs_style_31.on {
        background: #4f4f4f;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fs_style_31 em {
        display: block;
        font-style: normal;
    }

.fs_style_32 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #4f4f4f;
    color: #fff;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #275D38;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fs_style_32:hover,
    .fs_style_32:focus,
    .fsStateSelected .fs_style_32,
    .fs_style_32.on {
        background: #275D38;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fs_style_32 em {
        display: block;
        font-style: normal;
    }

.fs_style_30 {
    color: #4F4F4F;
}

    .fs_style_30:after {
        content: "\F178";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 10px;
        color: #C99700;
    }

    .fs_style_30:hover,
    .fs_style_30:focus {
        color: #C99700;
        text-decoration: none;
    }

.fsStyleDefaultButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #fff;
    color: #275D38;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #275D38;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fsStyleDefaultButton:hover,
    .fsStyleDefaultButton:focus,
    .fsStateSelected .fsStyleDefaultButton,
    .fsStyleDefaultButton.on {
        background: #275D38;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fsStyleDefaultButton em {
        display: block;
        font-style: normal;
    }

    .fsStyleDefaultButton.fsLoadMoreButton {
        margin-bottom: 0;
    }

    .fsStyleDefaultButton.fsSelectAll {
        margin-bottom: 5px;
        padding: 7px 12px;
        font-size: .875em;
        line-height: 1.2;
    }

/*.fsStyleUpdateButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #fff;
    color: #275D38;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #275D38;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fsStyleUpdateButton:hover,
    .fsStyleUpdateButton:focus,
    .fsStateSelected .fsStyleUpdateButton,
    .fsStyleUpdateButton.on {
        background: #275D38;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fsStyleUpdateButton em {
        display: block;
        font-style: normal;
    }*/

.bpa-featured-profiles-2 {
    margin-bottom: 50px;
}

    .bpa-featured-profiles-2 > .fsElementContent {
        text-align: center;
    }

    .bpa-featured-profiles-2 article {
        position: relative;
        background-size: cover;
        background-position: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        padding: 30px;
        -webkit-box-shadow: inset 0 0 0 1px #E0E0E0;
        box-shadow: inset 0 0 0 1px #E0E0E0;
    }

        .bpa-featured-profiles-2 article > ul,
        .bpa-featured-profiles-2 article > div,
        .bpa-featured-profiles-2 article > a {
            position: relative;
            z-index: 5;
            width: 100%;
        }

        .bpa-featured-profiles-2 article > .fsThumbnail {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            background-size: cover;
            background-position: center center;
            position: relative;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: none !important;
            width: calc(100% + 60px);
            margin-left: -30px;
            margin-right: -30px;
            margin-top: -30px;
            margin-bottom: 30px;
        }

            .bpa-featured-profiles-2 article > .fsThumbnail img {
                opacity: 0;
                max-width: 100%;
                width: 100%;
            }

            .bpa-featured-profiles-2 article > .fsThumbnail:hover:before,
            .bpa-featured-profiles-2 article > .fsThumbnail:focus:before {
                height: 42%;
            }

        .bpa-featured-profiles-2 article .fsSummary {
            margin-top: 10px;
        }

        .bpa-featured-profiles-2 article .fsReadMoreLink {
            margin-top: 5px;
            -ms-flex-item-align: start;
            align-self: flex-start;
            width: auto;
        }

        .bpa-featured-profiles-2 article .fsCategories {
            margin: 0 0 5px;
            font-size: 14px;
            line-height: 18px;
        }

        .bpa-featured-profiles-2 article .fsCategory {
            padding: 0;
            margin: 0;
            color: rgba(0, 0, 0, 0.5);
            /* font-family: "source-sans-pro", sans-serif;*/
            font-size: 14px;
            line-height: 18px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 0.2px;
        }

            .bpa-featured-profiles-2 article .fsCategory:not(:last-child) {
                border: none;
                margin-right: 2px;
            }

                .bpa-featured-profiles-2 article .fsCategory:not(:last-child):after {
                    content: ',';
                }

        .bpa-featured-profiles-2 article .fsTitle {
            margin-bottom: 10px;
            color: inherit;
            /*font-family: "source-sans-pro", sans-serif;*/
            font-size: 22px;
            line-height: 30px;
            font-weight: 700;
        }

            .bpa-featured-profiles-2 article .fsTitle a {
                color: inherit;
            }

                .bpa-featured-profiles-2 article .fsTitle a:hover,
                .bpa-featured-profiles-2 article .fsTitle a:focus {
                    color: #275D38;
                }

@media (min-width: 600px) {
    .fsBannerLeft .bpa-featured-profiles-2 article,
    .fsBannerRight .bpa-featured-profiles-2 article,
    .fsStyleOneThird .bpa-featured-profiles-2 article,
    .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-2 article,
    .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-2 article {
        padding: 20px;
    }

        .fsBannerLeft .bpa-featured-profiles-2 article > .fsThumbnail,
        .fsBannerRight .bpa-featured-profiles-2 article > .fsThumbnail,
        .fsStyleOneThird .bpa-featured-profiles-2 article > .fsThumbnail,
        .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-2 article > .fsThumbnail,
        .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-2 article > .fsThumbnail {
            width: calc(100% + 40px);
            margin-left: -20px;
            margin-right: -20px;
            margin-top: -20px;
            margin-bottom: 20px;
        }
}

.bpa-featured-profiles-2 .fsListItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

@media (min-width: 600px) {
    .bpa-featured-profiles-2 .fsListItems {
        margin: 0 -10px;
    }
}

.bpa-featured-profiles-2 .fsListItems article {
    width: 100%;
}

@media (min-width: 600px) {
    .bpa-featured-profiles-2 .fsListItems article {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
}

@media (min-width: 900px) {
    .bpa-featured-profiles-2 .fsListItems article {
        width: calc(33.33% - 20px);
    }
}

.bpa-featured-profiles-2 .fsListItems article:last-of-type {
    padding-bottom: 20px !important;
}

@media (min-width: 600px) {
    .fsStyleTwoThirds .bpa-featured-profiles-2 .fsListItems article,
    .fsHasLeftBanner .bpa-featured-profiles-2 .fsListItems article,
    .fsHasRightBanner .bpa-featured-profiles-2 .fsListItems article {
        width: 100%;
        margin: 0 10px 20px;
    }
}

@media (min-width: 900px) {
    .fsStyleTwoThirds .bpa-featured-profiles-2 .fsListItems article,
    .fsHasLeftBanner .bpa-featured-profiles-2 .fsListItems article,
    .fsHasRightBanner .bpa-featured-profiles-2 .fsListItems article {
        width: calc(50% - 20px);
    }
}

@media (min-width: 1100px) {
    .fsStyleTwoThirds .bpa-featured-profiles-2 .fsListItems article,
    .fsHasLeftBanner .bpa-featured-profiles-2 .fsListItems article,
    .fsHasRightBanner .bpa-featured-profiles-2 .fsListItems article {
        width: calc(33.33% - 20px);
    }
}

.fsBannerLeft .bpa-featured-profiles-2 .fsListItems article,
.fsBannerRight .bpa-featured-profiles-2 .fsListItems article,
.fsStyleOneThird .bpa-featured-profiles-2 .fsListItems article,
.fsTwoColumnLayout .bpa-featured-profiles-2 .fsListItems article,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-2 .fsListItems article,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-2 .fsListItems article {
    width: 100%;
}

@media (min-width: 600px) {
    .bpa-featured-profiles-2.vertical .fsListItems {
        display: block;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 900px) {
    .bpa-featured-profiles-2.vertical .fsListItems {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.fsBannerLeft .bpa-featured-profiles-2.vertical .fsListItems,
.fsBannerRight .bpa-featured-profiles-2.vertical .fsListItems,
.fsStyleOneThird .bpa-featured-profiles-2.vertical .fsListItems,
.fsTwoColumnLayout .bpa-featured-profiles-2.vertical .fsListItems,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-2.vertical .fsListItems,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-2.vertical .fsListItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-count: none;
    -moz-column-count: none;
    column-count: none;
}

@media (min-width: 600px) {
    .fsStyleTwoThirds .bpa-featured-profiles-2.vertical .fsListItems,
    .fsHasLeftBanner .bpa-featured-profiles-2.vertical .fsListItems,
    .fsHasRightBanner .bpa-featured-profiles-2.vertical .fsListItems {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 900px) {
    .fsStyleTwoThirds .bpa-featured-profiles-2.vertical .fsListItems,
    .fsHasLeftBanner .bpa-featured-profiles-2.vertical .fsListItems,
    .fsHasRightBanner .bpa-featured-profiles-2.vertical .fsListItems {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 1100px) {
    .fsStyleTwoThirds .bpa-featured-profiles-2.vertical .fsListItems,
    .fsHasLeftBanner .bpa-featured-profiles-2.vertical .fsListItems,
    .fsHasRightBanner .bpa-featured-profiles-2.vertical .fsListItems {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 600px) {
    .fsStyleTwoThirds .bpa-featured-profiles-2.vertical .fsListItems article,
    .fsHasLeftBanner .bpa-featured-profiles-2.vertical .fsListItems article,
    .fsHasRightBanner .bpa-featured-profiles-2.vertical .fsListItems article {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        display: block;
        width: calc(100% - 20px);
    }
}

@media (min-width: 600px) {
    .bpa-featured-profiles-2.vertical .fsListItems article {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        display: block;
        width: calc(100% - 20px);
    }
}

.bpa-featured-profiles-2.vertical .fsListItems + .fsLoadMoreButton {
    margin-top: 20px;
}

.has-bpa-featured-profiles .fsElementDialog {
    width: 860px;
    color: #4F4F4F;
    /*font-family: "source-sans-pro", sans-serif;*/
    font-size: 16px;
    line-height: 25px;
}

    .has-bpa-featured-profiles .fsElementDialog .fsThumbnailAlignLeft .fsThumbnail {
        margin-bottom: 30px;
        margin-right: 0;
        float: none;
    }

@media (min-width: 600px) {
    .has-bpa-featured-profiles .fsElementDialog .fsThumbnailAlignLeft .fsThumbnail {
        margin-right: 30px;
        float: left;
    }
}

.has-bpa-featured-profiles .fsElementDialog .fsCategories {
    margin: 0 0 5px;
}

.has-bpa-featured-profiles .fsElementDialog .fsCategory {
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, 0.5);
    /* font-family: "source-sans-pro", sans-serif;*/
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

    .has-bpa-featured-profiles .fsElementDialog .fsCategory:not(:last-child) {
        border: none;
        margin-right: 2px;
    }

        .has-bpa-featured-profiles .fsElementDialog .fsCategory:not(:last-child):after {
            content: ',';
        }

.has-bpa-featured-profiles .fsElementDialog .fsTitle {
    margin-bottom: 20px;
    /*font-family: "source-sans-pro", sans-serif;*/
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

@-webkit-keyframes bounce {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    75% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    75% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.compartment {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
}

@media (min-width: 600px) {
    .col-4 {
        width: 50%;
        float: left;
    }
}

@media (min-width: 900px) {
    .col-4 {
        width: 25%;
    }
}

/*! helpers - box-model v0.0.1 */

.margin-x {
    margin-right: 1.25em;
    margin-left: 1.25em;
}

.margin-x-2x {
    margin-right: 2.5em;
    margin-left: 2.5em;
}

.margin-y {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.margin-y-2x {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.padding-x {
    padding-right: 1.25em;
    padding-left: 1.25em;
}

.padding-x-2x {
    padding-right: 2.5em;
    padding-left: 2.5em;
}

.padding-y {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}

.padding-y-2x {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

.stretch-container {
    margin-right: -1.25em;
    margin-left: -1.25em;
}

.cover {
    position: absolute;
    height: 100%;
    width: 100%;
}

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

@font-face {
    font-family: 'IcoMoon';
    src: url(fonts/icomoon.html);
    src: url(fonts/icomoon.html) format("embedded-opentype"), url(fonts/icomoon-2.html) format("woff2"), url(fonts/icomoon-3.html) format("woff"), url(fonts/icomoon-4.html) format("truetype"), url(fonts/icomoon-5.html) format("svg");
    font-weight: 400;
    font-style: normal;
}

/*h1 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 40px;
    line-height: 70px;
    margin-bottom: 10px;
    color: #275D38;
}

h2 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 10px;
}

h3 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
}

h4 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
}

h5 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 11px;
}

h6 {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
*/
/*p {
    margin: 0 0 20px;
}*/

/*body:not(.fsComposeMode) p:last-child {
    margin-bottom: 0;
}

hr {
    margin: 0 auto 20px;
}
*/
/*a {
    text-decoration: none;
    color: #275D38;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    font-weight: 700;
}*/

/*a:hover,
    a:focus {
        color: #4f4f4f;
        text-decoration: underline;
    }*/

/*#fsHeader a,
#fsFooter a {
    font-weight: normal;
}

    #fsHeader a:hover,
    #fsHeader a:focus,
    #fsFooter a:hover,
    #fsFooter a:focus {
        text-decoration: none;
    }

ul,
ol {
    margin-top: 0;
    padding-left: 20px;
}

table.styled,
table.fs_style_26 {
    margin-bottom: 20px;
    width: 100%;
    overflow-x: auto;
    display: block;
    border: 0 !important;
}

    table.styled td,
    table.fs_style_26 td {
        padding: 13px;
        background-color: rgba(240, 240, 240, 0.25);
    }

    table.styled tr:nth-of-type(odd) td,
    table.fs_style_26 tr:nth-of-type(odd) td {
        background: #f0f0f0;
    }

    table.styled th,
    table.styled td,
    table.fs_style_26 th,
    table.fs_style_26 td {
        vertical-align: top;
        border-bottom: none;
    }

    table.styled th,
    table.fs_style_26 th {
        font-size: 20px;
        font-weight: bold;
        line-height: 25px;
        padding: 10px 20px;
        text-align: left;
        background: #275D38;
        color: #fff;
    }

img,
canvas,
video,
svg {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
}*/

.fs_style_27 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #fff;
    color: #275D38;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #275D38;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fs_style_27:hover,
    .fs_style_27:focus,
    .fsStateSelected .fs_style_27,
    .fs_style_27.on {
        background: #275D38;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fs_style_27 em {
        display: block;
        font-style: normal;
    }

.fs_style_28 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #fff;
    color: #4f4f4f;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #4f4f4f;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fs_style_28:hover,
    .fs_style_28:focus,
    .fsStateSelected .fs_style_28,
    .fs_style_28.on {
        background: #4f4f4f;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fs_style_28 em {
        display: block;
        font-style: normal;
    }

.fs_style_29 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: transparent;
    color: #C99700;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #C99700;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none !important;
}

    .fs_style_29:hover,
    .fs_style_29:focus,
    .fsStateSelected .fs_style_29,
    .fs_style_29.on {
        background: #C99700;
        color: #1f1f1f;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fs_style_29 em {
        display: block;
        font-style: normal;
    }

.fs_style_31 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #275D38;
    color: #fff;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #4f4f4f;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fs_style_31:hover,
    .fs_style_31:focus,
    .fsStateSelected .fs_style_31,
    .fs_style_31.on {
        background: #4f4f4f;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fs_style_31 em {
        display: block;
        font-style: normal;
    }

.fs_style_32 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #4f4f4f;
    color: #fff;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #275D38;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fs_style_32:hover,
    .fs_style_32:focus,
    .fsStateSelected .fs_style_32,
    .fs_style_32.on {
        background: #275D38;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fs_style_32 em {
        display: block;
        font-style: normal;
    }

.fs_style_30 {
    color: #4F4F4F;
}

    .fs_style_30:after {
        content: "\F178";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 10px;
        color: #C99700;
    }

    .fs_style_30:hover,
    .fs_style_30:focus {
        color: #C99700;
        text-decoration: none;
    }

.fsStyleDefaultButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #fff;
    color: #275D38;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #275D38;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fsStyleDefaultButton:hover,
    .fsStyleDefaultButton:focus,
    .fsStateSelected .fsStyleDefaultButton,
    .fsStyleDefaultButton.on {
        background: #275D38;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fsStyleDefaultButton em {
        display: block;
        font-style: normal;
    }

    .fsStyleDefaultButton.fsLoadMoreButton {
        margin-bottom: 0;
    }

    .fsStyleDefaultButton.fsSelectAll {
        margin-bottom: 5px;
        padding: 7px 12px;
        font-size: .875em;
        line-height: 1.2;
    }

/*.fsStyleUpdateButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 20px;
    width: 250px;
    max-width: 100%;
    background: #fff;
    color: #275D38;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #275D38;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

    .fsStyleUpdateButton:hover,
    .fsStyleUpdateButton:focus,
    .fsStateSelected .fsStyleUpdateButton,
    .fsStyleUpdateButton.on {
        background: #275D38;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
    }

    .fsStyleUpdateButton em {
        display: block;
        font-style: normal;
    }*/

@font-face {
    font-family: 'bpa-font-icons';
    src: url(fonts/bpa-icon-library.html);
    src: url(fonts/bpa-icon-library.html) format("embedded-opentype"), url(fonts/bpa-icon-library-2.html) format("woff2"), url(fonts/bpa-icon-library-3.html) format("woff"), url(fonts/bpa-icon-library-4.html) format("truetype"), url(fonts/bpa-icon-library-5.html) format("svg");
    font-weight: 400;
    font-style: normal;
}

.fsGrid.bpa-image-slideshow-1 {
    margin-bottom: 50px;
}

    .fsGrid.bpa-image-slideshow-1 .fsListItems {
        margin: 0 auto;
        background: #fff;
        border: solid 1px rgba(0, 0, 0, 0.2);
    }

body:not(.fsComposeMode) .fsGrid.bpa-image-slideshow-1 .fsListItems:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 580px;
    opacity: 0;
    visibility: hidden;
}

.fsGrid.bpa-image-slideshow-1 article {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: auto;
}

@media (min-width: 700px) {
    .fsGrid.bpa-image-slideshow-1 article {
        padding-top: 64px;
        min-height: 47.54098vw;
    }
}

@media (min-width: 900px) {
    .fsGrid.bpa-image-slideshow-1 article {
        padding-top: 84px;
    }
}

@media (min-width: 1220px) {
    .fsGrid.bpa-image-slideshow-1 article {
        min-height: 580px;
    }
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle {
    margin-top: 0;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 24px;
    padding-top: 64px;
}

@media (min-width: 700px) {
    .fsGrid.bpa-image-slideshow-1 article .fsTitle {
        width: 50%;
        padding-top: 0;
    }
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    bottom: 0;
    width: 40px;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.2);
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle a {
    color: inherit;
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle.fsResourceName {
    display: none;
}

.fsGrid.bpa-image-slideshow-1 article > .fsTitle {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 700px) {
    .fsGrid.bpa-image-slideshow-1 article > .fsTitle {
        padding-left: 0;
        padding-right: 0;
        width: calc(50% - 40px);
        margin-left: 20px;
    }
}

@media (min-width: 900px) {
    .fsGrid.bpa-image-slideshow-1 article > .fsTitle {
        width: calc(50% - 60px);
        margin-left: 30px;
    }
}

.fsGrid.bpa-image-slideshow-1 article figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (min-width: 700px) {
    .fsGrid.bpa-image-slideshow-1 article figure {
        display: block;
    }
}

.fsGrid.bpa-image-slideshow-1 article picture {
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
}

@media (min-width: 700px) {
    .fsGrid.bpa-image-slideshow-1 article picture {
        overflow: hidden;
        position: absolute;
        width: 50%;
        height: 100%;
        right: 0;
        top: 0;
    }
}

.fsGrid.bpa-image-slideshow-1 article picture img {
    display: block;
    width: 100%;
}

@media (min-width: 700px) {
    .fsGrid.bpa-image-slideshow-1 article picture img {
        display: block;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }
}

.fsGrid.bpa-image-slideshow-1 article figcaption {
    margin-top: 0;
    text-align: center;
    padding: 0 20px 30px;
    color: #4F4F4F;
    /*font-family: "source-sans-pro", sans-serif;*/
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

@media (min-width: 700px) {
    .fsGrid.bpa-image-slideshow-1 article figcaption {
        width: 50%;
        padding: 0 20px 75px 20px;
        width: calc(50% - 10px);
        max-height: calc(47.54098vw - 44px - 40px);
        overflow: auto;
    }
}

@media (min-width: 900px) {
    .fsGrid.bpa-image-slideshow-1 article figcaption {
        padding: 0 20px 75px 30px;
        max-height: calc(47.54098vw - 44px - 70px);
    }
}

@media (min-width: 1220px) {
    .fsGrid.bpa-image-slideshow-1 article figcaption {
        max-height: 466px;
    }
}

.fsGrid.bpa-image-slideshow-1 article figcaption h2 {
    padding-bottom: 0;
}

    .fsGrid.bpa-image-slideshow-1 article figcaption h2:before {
        display: none;
    }

@media (min-width: 700px) {
    .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

@media (min-width: 700px) {
    .fsGrid.bpa-image-slideshow-1 article.has-caption {
        position: relative;
    }
}

@media (min-width: 700px) {
    .fsGrid.bpa-image-slideshow-1 article.has-caption:before {
        content: '';
        position: absolute;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51.8%, rgba(255, 255, 255, 0.85)), to(#fff));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 51.8%, #fff 100%);
        height: 100px;
        width: calc(50% - 50px);
        left: 20px;
        bottom: 20px;
        z-index: 10;
        height: 75px;
    }
}

@media (min-width: 900px) {
    .fsGrid.bpa-image-slideshow-1 article.has-caption:before {
        width: calc(50% - 60px);
        left: 30px;
        bottom: 30px;
    }
}

.fsGrid.bpa-image-slideshow-1 article.has-caption:not(.has-title) {
    padding-top: 64px;
}

@media (min-width: 900px) {
    .fsGrid.bpa-image-slideshow-1 article.has-caption:not(.has-title) {
        padding-top: 84px;
    }
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 700px) {
    .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) {
        display: block;
    }
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) > figure {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

    .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) > figure + .fsTitle {
        margin-bottom: 20px;
    }

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) .fsTitle {
    margin-bottom: 0;
    padding-bottom: 0;
}

    .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) .fsTitle:after {
        display: none;
    }

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) {
    padding-top: 0;
    min-height: auto;
}

    .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) picture {
        width: 100%;
        position: relative;
        height: auto;
    }

        .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) picture img {
            height: auto;
            width: 100%;
            position: relative;
            margin: 0;
        }

.fsGrid.bpa-image-slideshow-1 .slick-arrow {
    width: 44px;
    height: 44px;
    border: none;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.42);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 20;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    color: transparent;
    overflow: hidden;
    white-space: nowrap;
}

    .fsGrid.bpa-image-slideshow-1 .slick-arrow:before {
        color: #fff;
        font-size: 24px;
        line-height: 1;
        position: absolute;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        left: 0;
        width: 100%;
        text-align: center;
    }

    .fsGrid.bpa-image-slideshow-1 .slick-arrow:hover,
    .fsGrid.bpa-image-slideshow-1 .slick-arrow:focus {
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: .3s;
        transition: .3s;
    }

    .fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-prev:before {
        content: "\E922";
        /*font-family: "bpa-font-icons";*/
        font-weight: normal;
        speak: none;
    }

    .fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next {
        left: 45px;
    }

        .fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next:before {
            content: "\E921";
            /* font-family: "bpa-font-icons";*/
            font-weight: normal;
            speak: none;
        }

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article {
    padding-top: 64px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
}

    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) {
        padding-top: 0;
    }

    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article:before,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article:before,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:before,
    .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article:before,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before {
        display: none;
    }

    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
        margin-left: 0;
    }

    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figure,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article figure,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figure,
    .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figure,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption {
        padding: 0 20px 30px;
        width: 100%;
        max-height: 100%;
    }

        .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
        .fsBannerRight .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
        .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
        .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
        .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
        .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle {
            padding-left: 0;
            padding-right: 0;
        }

    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture,
    .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture {
        width: 100%;
        height: auto;
        position: relative;
        overflow: visible;
    }

body.fsComposeMode .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture {
    width: 100%;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture img,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture img,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture img,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture img,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img {
    height: auto;
    width: 100%;
    margin: 0;
    position: relative;
}

.fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article,
.fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
.fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article {
    min-height: auto;
}

    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article:before,
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article:before,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article:before {
        display: none;
    }

@media (min-width: 1000px) {
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article:before,
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article:before,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article:before {
        display: block;
        width: calc(50% - 40px);
        left: 20px;
        bottom: 20px;
    }
}

@media (min-width: 1000px) {
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article,
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article {
        min-height: 34.64851vw;
        padding-top: 64px;
    }
}

@media (min-width: 1220px) {
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article,
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article {
        min-height: 422.71186px;
    }
}

.fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figure,
.fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figure,
.fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1000px) {
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figure,
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figure,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figure {
        display: block;
    }
}

@media (max-width: 999px) {
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article picture,
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article picture,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article picture {
        width: 100%;
        height: auto;
        position: relative;
    }

        .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article picture img,
        .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article picture img,
        .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article picture img {
            height: auto;
            width: 100%;
            margin: 0;
            position: relative;
            opacity: 0;
        }
}

@media (min-width: 1000px) {
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption {
        padding: 0 10px 75px 20px;
        max-height: calc(34.64851vw - 44px - 40px);
    }
}

@media (min-width: 1220px) {
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption {
        max-height: calc(422.71186px - 44px - 40px);
    }
}

@media (max-width: 999px) {
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption {
        width: 100%;
        max-height: 100%;
        padding: 0 20px 30px;
    }
}

@media (max-width: 999px) {
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption),
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption),
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle,
        .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle,
        .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle {
            margin-left: 0;
            margin-right: 0;
            padding-left: 20px;
            padding-right: 20px;
            width: 100%;
        }
}

body.fsComposeMode .fsGrid.bpa-image-slideshow-1 .fsListItems:not(.slick-initialized) article {
    min-height: auto;
}

.fsGrid.bpa-image-slideshow-1.dark .fsListItems {
    background: #275D38;
    border: none;
}

.fsGrid.bpa-image-slideshow-1.dark article .fsTitle {
    color: #fff;
}

    .fsGrid.bpa-image-slideshow-1.dark article .fsTitle:after {
        background-color: rgba(255, 255, 255, 0.2);
    }

.fsGrid.bpa-image-slideshow-1.dark article figcaption {
    color: #fff;
}

    .fsGrid.bpa-image-slideshow-1.dark article figcaption a {
        color: #fff;
        text-decoration: underline;
        -webkit-text-decoration-style: solid;
        text-decoration-style: solid;
    }

        .fsGrid.bpa-image-slideshow-1.dark article figcaption a:hover,
        .fsGrid.bpa-image-slideshow-1.dark article figcaption a:focus {
            -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted;
        }

.fsGrid.bpa-image-slideshow-1.dark article.has-caption:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 93, 56, 0)), color-stop(51.8%, rgba(39, 93, 56, 0.85)), to(#275D38));
    background: linear-gradient(180deg, rgba(39, 93, 56, 0) 0%, rgba(39, 93, 56, 0.85) 51.8%, #275D38 100%);
}
