@charset "UTF-8";

.compartment {
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

.margin-x {
    margin-right: 1.42857em;
    margin-left: 1.42857em
}

.margin-x-2x {
    margin-right: 2.85714em;
    margin-left: 2.85714em
}

.margin-y {
    margin-top: 1.42857em;
    margin-bottom: 1.42857em
}

.margin-y-2x {
    margin-top: 2.85714em;
    margin-bottom: 2.85714em
}

.padding-x {
    padding-right: 1.42857em;
    padding-left: 1.42857em
}

.padding-x-2x {
    padding-right: 2.85714em;
    padding-left: 2.85714em
}

.padding-y {
    padding-top: 1.42857em;
    padding-bottom: 1.42857em
}

.padding-y-2x {
    padding-top: 2.85714em;
    padding-bottom: 2.85714em
}

.stretch-container {
    margin-right: -1.42857em;
    margin-left: -1.42857em
}

.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.woff) format("woff2"), url(fonts/icomoon.woff) format("woff"), url(fonts/icomoon.ttf) format("truetype"), url(fonts/icomoon.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.fsAthleticsRosterList li>div.fsRosterName,
.fsTitle,
.fsVimeoTitle,
.fsYoutubeTitle {
    margin: 0;
    font-weight: 700;
    font-size: 1.1em
}

h1 {
    font-size: 2.375rem;
    line-height: 2.5rem;
    font-family: Georgia, serif;
    color: #242424;
    margin-bottom: 50px
}

h1,
h2 {
    margin-top: 0;
    font-weight: 400;
    font-weight: 700
}

h2 {
    font-size: 1.8125rem;
    line-height: 2.1875rem;
    font-family: Georgia, serif;
    color: #202c4b;
    margin-bottom: 20px
}

h3 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 1.875rem;
    font-weight: 600;
    color: #202c4b
}

h3,
h4 {
    margin-top: 0;
    margin-bottom: 20px
}

h4 {
    font-family: Georgia, serif;
    color: #636363;
    text-transform: uppercase
}

h4,
h5 {
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.4375rem;
    font-weight: 700
}

h5 {
    color: #202c4b
}

h5,
h6 {
    margin-top: 0;
    margin-bottom: 20px
}

h6 {
    font-weight: 400;
    font-size: .8125rem;
    line-height: 1rem;
    color: #636363;
    font-weight: 700;
    text-transform: uppercase
}

p {
    margin: 0 0 20px
}

body:not(.fsComposeMode) p:last-child {
    margin-bottom: 0
}

hr {
    margin: 0 auto 20px
}

a {
    text-decoration: underline;
    color: #202c4b;
    transition: background .3s, color .3s
}

a:focus,
a:hover {
    color: #202c4b;
    text-decoration: none
}

ol,
ul {
    margin-top: 0;
    padding-left: 20px
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable td,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_36 td,
table.fs_style_36 th {
    vertical-align: top;
    border-bottom: none
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_36 th {
    padding: 19px 20px;
    background: #202c4b;
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_36 td {
    padding: 13px 20px;
    background: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #242424
}

.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
table.fs_style_36 tr:nth-of-type(odd) td {
    background-color: #e5e5e5
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow,
table.fs_style_36 tr.fsLoadMoreButtonRow {
    border-bottom: none
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow>td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow>td,
table.fs_style_36 tr.fsLoadMoreButtonRow>td {
    background: none;
    padding: 20px 0
}

.fsAthleticsEvent.fsTable body:not(.fsComposeMode) .fsElementTable:last-child,
.fsAthleticsRoster body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) .fsAthleticsEvent.fsTable .fsElementTable:last-child,
body:not(.fsComposeMode) .fsAthleticsRoster .fsElementTable:last-child,
body:not(.fsComposeMode) table.fs_style_36:last-child {
    margin-bottom: 0
}

.table-overflow {
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 20px
}

.table-overflow:last-child {
    margin-bottom: 0
}

body:not(.fsComposeMode) .fsPageTitle {
    position: relative;
    padding-top: 15px
}

body:not(.fsComposeMode) .fsPageTitle:before {
    content: "";
    width: 46px;
    height: 9px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f19b6e
}

canvas,
img,
svg,
video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0;
    max-width: 100%
}

.fs_style_37 {
    border: 0;
    margin: 0 5px 5px 0;
    padding: 15px 30px;
    background: #a0c5be;
    color: #202c4b;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    display: inline-block
}

.fsBannerLeft .fs_style_37,
.fsBannerRight .fs_style_37,
.fsFourColumnLayout>.fsDiv .fs_style_37,
.fsStyleOneThird .fs_style_37,
.fsThreeColumnLayout>.fsDiv .fs_style_37 {
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 0 10px
}

.fs_style_37.on,
.fs_style_37:focus,
.fs_style_37:hover,
.fsStateSelected .fs_style_37 {
    background: #202c4b;
    color: #fff;
    transition: .3s;
    text-decoration: none
}

.fs_style_37 em {
    display: block;
    margin-top: 7px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    text-transform: none
}

.fs_style_37 em,
.fs_style_43 {
    font-style: normal;
    font-family: Montserrat, sans-serif;
    text-align: center
}

.fs_style_43 {
    border: 0;
    margin: 0 5px 5px 0;
    padding: 15px 30px;
    background: #e5e5e5;
    color: #202c4b;
    border-radius: 2px;
    cursor: pointer;
    transition: .3s;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    display: inline-block
}

.fsBannerLeft .fs_style_43,
.fsBannerRight .fs_style_43,
.fsFourColumnLayout>.fsDiv .fs_style_43,
.fsStyleOneThird .fs_style_43,
.fsThreeColumnLayout>.fsDiv .fs_style_43 {
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 0 10px
}

.fs_style_43.on,
.fs_style_43:focus,
.fs_style_43:hover,
.fsStateSelected .fs_style_43 {
    background: #202c4b;
    color: #fff;
    transition: .3s;
    text-decoration: none
}

.fs_style_43 em {
    display: block;
    margin-top: 7px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    text-transform: none
}

.fs_style_43 em,
.fs_style_44 {
    font-style: normal;
    font-family: Montserrat, sans-serif;
    text-align: center
}

.fs_style_44 {
    border: 0;
    margin: 0 5px 5px 0;
    padding: 15px 30px;
    background: #f19b6e;
    color: #202c4b;
    border-radius: 2px;
    cursor: pointer;
    transition: .3s;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    display: inline-block
}

.fsBannerLeft .fs_style_44,
.fsBannerRight .fs_style_44,
.fsFourColumnLayout>.fsDiv .fs_style_44,
.fsStyleOneThird .fs_style_44,
.fsThreeColumnLayout>.fsDiv .fs_style_44 {
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 0 10px
}

.fs_style_44.on,
.fs_style_44:focus,
.fs_style_44:hover,
.fsStateSelected .fs_style_44 {
    background: #202c4b;
    color: #fff;
    transition: .3s;
    text-decoration: none
}

.fs_style_44 em {
    display: block;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    margin-top: 7px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    text-transform: none
}

.fs_style_43,
.fs_style_44 {
    font-size: 12px;
    line-height: 15px
}

.fs_style_42,
.fs_style_45 {
    position: relative;
    padding: 22px 0 22px 50px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    text-transform: uppercase;
    color: #202c4b;
    font-weight: 700;
    text-decoration: none;
    transition: .5s
}

.fs_style_42 span.text-wrap,
.fs_style_45 span.text-wrap {
    position: relative;
    z-index: 2;
    padding: 3px 0;
    display: inline-block;
    transform: translateX(0);
    transition: .4s
}

.fs_style_42:before,
.fs_style_45:before {
    transform: translateY(-50%) scale(1);
    height: 100%;
    aspect-ratio: 1;
    transition: .3s;
    border-radius: 50%;
    background-image: url(images/open_circle.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #f19b6e;
    font-size: 16px;
    line-height: 16px;
    z-index: 2
}

.fs_style_42:after,
.fs_style_42:before,
.fs_style_45:after,
.fs_style_45:before {
    content: "\E902";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    position: absolute;
    top: 50%;
    left: 0
}

.fs_style_42:after,
.fs_style_45:after {
    color: #202c4b;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 12px;
    z-index: 3;
    opacity: 0;
    transition: .4s
}

.fs_style_42:focus,
.fs_style_42:hover,
.fs_style_45:focus,
.fs_style_45:hover {
    padding: 22px 0 22px 50px
}

.fs_style_42:focus span.text-wrap,
.fs_style_42:hover span.text-wrap,
.fs_style_45:focus span.text-wrap,
.fs_style_45:hover span.text-wrap {
    transform: translateX(10px)
}

.fs_style_42:focus:after,
.fs_style_42:hover:after,
.fs_style_45:focus:after,
.fs_style_45:hover:after {
    opacity: 1;
    transform: translate(30px, -50%)
}

.fs_style_42:focus:before,
.fs_style_42:hover:before,
.fs_style_45:focus:before,
.fs_style_45:hover:before {
    color: rgba(0, 0, 0, 0);
    text-indent: 20px;
    background-color: #f19b6e;
    outline: 3px solid #f19b6e;
    outline-offset: -3px;
    transform: translateY(-50%) scale(.73)
}

.fs_style_45:before {
    color: #a0c5be
}

.fs_style_45:focus:before,
.fs_style_45:hover:before {
    background-color: #a0c5be;
    outline: 3px solid #a0c5be
}

.fsStyleDefaultButton {
    border: 0;
    margin: 0 5px 5px 0;
    padding: 15px 30px;
    background: #a0c5be;
    color: #202c4b;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    display: inline-block
}

.fsBannerLeft .fsStyleDefaultButton,
.fsBannerRight .fsStyleDefaultButton,
.fsFourColumnLayout>.fsDiv .fsStyleDefaultButton,
.fsStyleOneThird .fsStyleDefaultButton,
.fsThreeColumnLayout>.fsDiv .fsStyleDefaultButton {
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 0 10px
}

.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on,
.fsStyleDefaultButton:focus,
.fsStyleDefaultButton:hover {
    background: #202c4b;
    color: #fff;
    transition: .3s;
    text-decoration: none
}

.fsStyleDefaultButton em {
    display: block;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    margin-top: 7px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    text-transform: none
}

.fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0
}

.fsStyleDefaultButton.fsSelectAll {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: .875em;
    line-height: 1.2
}

.fsStyleUpdateButton {
    border: 0;
    margin: 0 5px 5px 0;
    padding: 15px 30px;
    background: #a0c5be;
    color: #202c4b;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    display: inline-block
}

.fsBannerLeft .fsStyleUpdateButton,
.fsBannerRight .fsStyleUpdateButton,
.fsFourColumnLayout>.fsDiv .fsStyleUpdateButton,
.fsStyleOneThird .fsStyleUpdateButton,
.fsThreeColumnLayout>.fsDiv .fsStyleUpdateButton {
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 0 10px
}

.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on,
.fsStyleUpdateButton:focus,
.fsStyleUpdateButton:hover {
    background: #202c4b;
    color: #fff;
    transition: .3s;
    text-decoration: none
}

.fsStyleUpdateButton em {
    display: block;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    margin-top: 7px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    text-transform: none
}

body:not(.fsComposeMode) .dark-area {
    position: relative;
    padding: 30px;
    background: #000
}

.fs_style_46 {
    color: #fff
}

.fs_style_42.fs_style_46:before,
.fs_style_45.fs_style_46:before {
    background-image: url(images/open_circle_white.svg);
    background-position: 0;
    background-repeat: no-repeat
}

.fs_style_42.fs_style_46:focus,
.fs_style_42.fs_style_46:hover,
.fs_style_45.fs_style_46:focus,
.fs_style_45.fs_style_46:hover {
    color: #fff
}

.fs_style_37.fs_style_46,
.fs_style_43.fs_style_46 {
    box-shadow: inset 0 0 0 1px #a0c5be;
    color: #fff;
    background: rgba(0, 0, 0, 0)
}

.fs_style_37.fs_style_46:focus,
.fs_style_37.fs_style_46:hover,
.fs_style_43.fs_style_46:focus,
.fs_style_43.fs_style_46:hover {
    background: #a0c5be;
    color: #202c4b
}

.fs_style_44.fs_style_46 {
    box-shadow: inset 0 0 0 1px #f19b6e;
    color: #fff;
    background: rgba(0, 0, 0, 0)
}

.fs_style_44.fs_style_46:focus,
.fs_style_44.fs_style_46:hover {
    background: #f19b6e;
    color: #202c4b
}

.fs_style_40 {
    font-size: 17px;
    text-transform: none;
    line-height: 21px;
    padding: 28px 24px;
    text-align: center;
    width: 280px;
    text-transform: uppercase;
    font-weight: 700
}

.fsBannerLeft .fs_style_40,
.fsBannerRight .fs_style_40,
.fsFourColumnLayout>.fsDiv .fs_style_40,
.fsStyleOneThird .fs_style_40,
.fsThreeColumnLayout>.fsDiv .fs_style_40 {
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 0 10px
}

.fs_style_42.fs_style_40,
.fs_style_45.fs_style_40 {
    font-size: 17px;
    line-height: 17px;
    padding: 33px 0 33px 70px
}

.fs_style_42.fs_style_40:after,
.fs_style_45.fs_style_40:after {
    font-size: 16px;
    line-height: 16px
}

.fs_style_42.fs_style_40:before,
.fs_style_45.fs_style_40:before {
    font-size: 18px;
    line-height: 18px
}

.fs_style_42.fs_style_40:focus,
.fs_style_42.fs_style_40:hover,
.fs_style_45.fs_style_40:focus,
.fs_style_45.fs_style_40:hover {
    padding: 33px 0 33px 70px
}

.fs_style_42.fs_style_40:focus:after,
.fs_style_42.fs_style_40:hover:after,
.fs_style_45.fs_style_40:focus:after,
.fs_style_45.fs_style_40:hover:after {
    transform: translate(45px, -50%)
}

.fs_style_41 {
    position: relative;
    display: block;
    width: 100% !important;
    margin: 0 0 10px !important;
    max-width: 100% !important
}

.fs_style_38,
.fs_style_39 {
    position: relative;
    margin: 0 0 6px;
    padding: 15px 25px 15px 55px;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    border-radius: 2px;
    transition: .3s;
    background-color: #f8f8f8;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 23px;
    color: #202c4b;
    text-decoration: none !important
}

.fsBannerLeft .fs_style_38,
.fsBannerLeft .fs_style_39,
.fsBannerRight .fs_style_38,
.fsBannerRight .fs_style_39,
.fsFourColumnLayout>.fsDiv .fs_style_38,
.fsFourColumnLayout>.fsDiv .fs_style_39,
.fsStyleOneThird .fs_style_38,
.fsStyleOneThird .fs_style_39,
.fsThreeColumnLayout>.fsDiv .fs_style_38,
.fsThreeColumnLayout>.fsDiv .fs_style_39 {
    width: 100%
}

.fs_style_38:before,
.fs_style_39:before {
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #202c4b;
    position: absolute;
    top: 17px;
    left: 25px;
    transition: .3s
}

.fs_style_38:focus,
.fs_style_38:hover,
.fs_style_39:focus,
.fs_style_39:hover {
    background: #202c4b;
    color: #fff;
    box-shadow: inset 0 0 0 1px #202c4b
}

.fs_style_38:focus:before,
.fs_style_38:hover:before,
.fs_style_39:focus:before,
.fs_style_39:hover:before {
    color: #a0c5be
}

.fs_style_38:before {
    content: "\E905";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.fs_style_38:focus:before,
.fs_style_38:hover:before {
    color: #f19b6e
}

.fs_style_39:before {
    content: "\E906";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.fsElement {
    margin-bottom: 70px
}

.fsElement:last-child {
    margin-bottom: 0
}

.fsElementHeaderContent {
    margin-bottom: 20px
}

.fsElementFooterContent {
    margin-top: 20px
}

.fsPanel {
    margin-bottom: 0
}

.fsStyleDefaultField {
    border: 1px solid #cfcfcf
}

.fsList article {
    margin-bottom: 30px
}

.fsListNav .fsStyleDefaultList {
    list-style: none;
    margin: 0;
    padding: 0
}

.fsListNav .fsStyleDefaultList .fsListItem a {
    display: inline-block;
    padding: 0
}

.fsListNav .fsStyleDefaultList .fsListItem a:focus,
.fsListNav .fsStyleDefaultList .fsListItem a:hover {
    color: #202c4b;
    background: rgba(0, 0, 0, 0)
}

.fsListNav .fsStyleDefaultList .fsListItem.fsResourceCollection.fsStateExpanded>.fsResourceCollectionLink {
    margin-bottom: 10px
}

.fsListNav .fsListLevel1>.fsListItem {
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #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
}

.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: #242424;
    font-size: 45px;
    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%;
    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:focus:before,
.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsPrevButton:focus:before,
.fsSlideshow .fsPrevButton:hover:before {
    color: rgba(36, 36, 36, .5);
    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: #242424
}

.fsSlideshow .fsPager li button:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(36, 36, 36, .25);
    transition: .3s;
    opacity: 1
}

.fsSlideshow .fsPager li button:focus:before,
.fsSlideshow .fsPager li button:hover:before {
    background-color: #242424;
    transition: .3s
}

.fsSlideshow .fsPager li button:focus {
    outline: 1px dashed rgba(36, 36, 36, .25)
}

.fsSlideshow .fsPager li.slick-active button:before {
    opacity: 1;
    background-color: #242424
}

.fsDialogCloseButton {
    opacity: 1
}

.fsDialogCloseButton:after,
.fsDialogCloseButton:before,
.fsDialogCloseButton:focus:after,
.fsDialogCloseButton:focus:before {
    background: #242424
}

.fsDialogCloseButton:hover:after,
.fsDialogCloseButton:hover:before {
    background: #000
}

.fsElementDialog {
    color: #242424
}

.fs_style_33,
.lead-in {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 33px
}

.fs_style_33,
.lead-in,
blockquote {
    position: relative;
    display: block;
    font-family: Georgia, serif;
    font-weight: 600;
    font-style: italic;
    color: #202c4b
}

blockquote {
    margin: 50px 0;
    font-size: 25px;
    line-height: 35px;
    padding: 50px 0 0;
    text-align: center
}

.fsBannerLeft blockquote,
.fsBannerRight blockquote,
.fsFourColumnLayout>.fsDiv blockquote,
.fsStyleOneThird blockquote,
.fsThreeColumnLayout>.fsDiv blockquote {
    font-size: 20px;
    line-height: 25px
}

@media (max-width:599px) {
    blockquote {
        font-size: 20px;
        line-height: 25px
    }
}

blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 30px;
    transform: translateX(-50%);
    background: url(images/quote-deco.png) no-repeat 50%
}

.fs_style_32,
.fs_style_35,
cite {
    position: relative;
    display: block;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    color: #636363;
    margin-top: 20px;
    text-align: center
}

.fs_style_32:before,
.fs_style_35:before,
cite:before {
    content: "- "
}

.fs_style_34 {
    margin: 50px 0;
    padding-left: 30px;
    box-shadow: inset 3px 0 0 #f19b6e;
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    color: #202c4b
}

.fs_style_34,
hr {
    position: relative;
    display: block
}

hr {
    margin: 20px auto;
    height: 29px;
    background: url(images/hr-bg.svg) no-repeat 50%;
    border: none !important;
    box-shadow: unset !important
}

.fsNavigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.fsNavigation a,
.fsNavigation li.fsNavCurrentPage>a,
.fsNavigation li.fsNavCurrentPageAncestor>a {
    color: #202c4b;
    background: rgba(0, 0, 0, 0)
}

.fsNavigation a {
    display: block;
    padding: 10px 0
}

.fsNavigation a:focus,
.fsNavigation a:hover {
    color: #202c4b;
    background: rgba(0, 0, 0, 0)
}

.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 {
        column-count: 2;
        column-gap: 0;
        column-rule: 0;
        min-height: 0
    }

    .nav-site-map ul.fsNavLevel1 li {
        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;
    color: #202c4b;
    background: rgba(0, 0, 0, 0)
}

.nav-tier ul li a:focus,
.nav-tier ul li a:hover {
    color: #202c4b;
    background: #e5e5e5
}

.nav-tier ul li.fsNavCurrentPage>a {
    color: #202c4b;
    background: #cfcfcf
}

.nav-tier ul li.fsNavCurrentPage>a:focus,
.nav-tier ul li.fsNavCurrentPage>a:hover {
    color: #a0c5be;
    background: #e5e5e5
}

.nav-tier ul li.fsNavCurrentPageAncestor {
    background: #e5e5e5
}

.nav-tier ul li.fsNavCurrentPageAncestor>a {
    color: #202c4b;
    background: rgba(0, 0, 0, 0)
}

.nav-tier ul li.fsNavCurrentPageAncestor>a:focus,
.nav-tier ul li.fsNavCurrentPageAncestor>a:hover {
    color: #202c4b;
    background: #e5e5e5
}

.nav-tier .fsNavLevel1 {
    padding-left: 0
}

.nav-tier .fsNavLevel1>li {
    border-bottom: 1px solid #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 {
    display: none
}

@media screen and (max-width:899px) {
    .nav-sub>header {
        display: block;
        position: relative;
        padding: 15px 30px;
        background-color: #202c4b;
        color: #fff;
        transition: .3s;
        cursor: pointer
    }

    .nav-sub>header .fsElementTitle {
        margin-top: 0;
        font-weight: 400;
        font-size: 1.1875rem;
        line-height: 1.4375rem;
        font-family: Georgia, serif;
        color: #636363;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0;
        color: inherit;
        font-size: 14px
    }

    .nav-sub>header:focus-within,
    .nav-sub>header:hover {
        background-color: #a0c5be;
        color: #202c4b
    }
}

@media screen and (max-width:899px) and (min-width:900px) {
    .nav-sub>header {
        cursor: default
    }
}

@media screen and (max-width:899px) {
    .nav-sub>header .fsElementTitle {
        position: relative;
        padding-right: 40px
    }

    .nav-sub>header .nav-toggle {
        border: 0;
        background: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        right: 30px;
        color: inherit;
        cursor: pointer;
        font-size: 0;
        line-height: 1
    }

    .nav-sub>header .nav-toggle:after {
        content: "+";
        font-size: 22px
    }

    .nav-sub>.fsElementContent {
        position: relative;
        display: block;
        background-color: rgba(0, 0, 0, 0)
    }

    .nav-sub>.fsElementContent ul li a {
        display: block;
        padding: 8px 0;
        color: #fff;
        background: rgba(0, 0, 0, 0)
    }

    .nav-sub>.fsElementContent ul li.fsNavCurrentPage>a,
    .nav-sub>.fsElementContent ul li.fsNavCurrentPage>a:focus,
    .nav-sub>.fsElementContent ul li.fsNavCurrentPage>a:hover,
    .nav-sub>.fsElementContent ul li a:focus,
    .nav-sub>.fsElementContent ul li a:hover {
        color: #a0c5be;
        background: rgba(0, 0, 0, 0)
    }

    .nav-sub>.fsElementContent ul li.fsNavCurrentPageAncestor {
        background: rgba(0, 0, 0, 0)
    }

    .nav-sub>.fsElementContent ul li.fsNavCurrentPageAncestor>a,
    .nav-sub>.fsElementContent ul li.fsNavCurrentPageAncestor>a:focus,
    .nav-sub>.fsElementContent ul li.fsNavCurrentPageAncestor>a:hover {
        color: #f19b6e;
        background: rgba(0, 0, 0, 0)
    }

    .nav-sub>.fsElementContent .fsNavLevel1>li>a {
        padding-left: 0
    }

    .nav-sub>.fsElementContent .fsNavLevel2>li>a,
    .nav-sub>.fsElementContent .fsNavLevel3>li>a,
    .nav-sub>.fsElementContent .fsNavLevel4>li>a,
    .nav-sub>.fsElementContent .fsNavLevel5>li>a {
        padding-left: 20px
    }

    .nav-sub.active-nav>header {
        color: #202c4b;
        background-color: #f19b6e
    }

    .nav-sub.active-nav>header .nav-toggle:after {
        content: "-"
    }
}

@media (min-width:900px) {
    .nav-sub {
        display: block
    }
}

.nav-sub>.fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease
}

@media (min-width:900px) {
    .nav-sub>.fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1
    }
}

.nav-sub.active-nav>.fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1
}

.fsHeader .nav-sub {
    display: block
}

@media (min-width:900px) {
    .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;
    padding: 8px 0;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600
}

.nav-sub ul li.fsNavCurrentPage>a,
.nav-sub ul li.fsNavCurrentPage>a:focus,
.nav-sub ul li.fsNavCurrentPage>a:hover,
.nav-sub ul li a:focus,
.nav-sub ul li a:hover {
    color: #f19b6e;
    background: rgba(0, 0, 0, 0)
}

.nav-sub ul li.fsNavCurrentPageAncestor {
    background: rgba(0, 0, 0, 0)
}

.nav-sub ul li.fsNavCurrentPageAncestor>a,
.nav-sub ul li.fsNavCurrentPageAncestor>a:focus,
.nav-sub ul li.fsNavCurrentPageAncestor>a:hover {
    color: #f19b6e;
    background: rgba(0, 0, 0, 0)
}

.nav-sub .fsNavLevel1 {
    padding-left: 0
}

.nav-sub .fsNavLevel1>li:last-child {
    border-bottom: none
}

.nav-sub .fsNavLevel2>li>a,
.nav-sub .fsNavLevel3>li>a,
.nav-sub .fsNavLevel4>li>a,
.nav-sub .fsNavLevel5>li>a {
    padding-left: 20px
}

.nav-sub {
    position: relative;
    background: #202c4b
}

.nav-sub>.fsElementContent>nav {
    padding: 15px 30px
}

@media (min-width:900px) {
    .nav-sub>header {
        display: none
    }
}

.nav-sub .has-expander>a {
    padding-right: 35px;
    position: relative
}

.nav-sub .expander {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    color: inherit;
    transition: .3s
}

@media (max-width:899px) {
    .nav-sub .expander {
        right: 0
    }
}

.nav-sub .expander:before {
    content: "\E909";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    font-size: 6px;
    transform: scale(1);
    transition: .3s
}

.nav-sub .expanded>a {
    color: #f19b6e
}

.nav-sub .expanded>a>.expander:before {
    transform: scale(-1);
    color: inherit
}

.nav-sub .fsNavLevel2,
.nav-sub .fsNavLevel3,
.nav-sub .fsNavLevel4,
.nav-sub .fsNavLevel5 {
    display: none
}

.nav-sub .fsNavLevel3,
.nav-sub .fsNavLevel4,
.nav-sub .fsNavLevel5 {
    margin-left: 20px;
    padding-top: 15px
}

.nav-sub ul.fsNavLevel1>li {
    transition: .3s
}

.nav-sub ul.fsNavLevel1>li.has-expander>a {
    padding-right: 35px
}

.nav-sub ul.fsNavLevel1>li.expanded>a,
.nav-sub ul.fsNavLevel1>li>.fsNavPageInfo>.fsNavLevel2 {
    padding-bottom: 15px
}

.nav-sub ul.fsNavLevel1>li>a {
    font-size: 13px;
    line-height: 19px;
    padding: 15px 0;
    text-decoration: none
}

.nav-sub ul.fsNavLevel2>li>a,
.nav-sub ul.fsNavLevel4>li>a {
    box-shadow: inset 1px 0 0 0 #a0c5be
}

.nav-sub ul.fsNavLevel3>li>a,
.nav-sub ul.fsNavLevel5>li>a {
    box-shadow: inset 1px 0 0 0 #f19b6e
}

.nav-main {
    margin-bottom: 0
}

.fsHeader .nav-main {
    display: none
}

@media (min-width:900px) {
    .fsHeader .nav-main {
        display: block
    }
}

@media (min-width:900px) {
    .nav-main .fsNavLevel1 {
        position: relative;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap
    }
}

.nav-main .fsNavLevel1>li {
    position: static !important
}

.nav-main .fsNavLevel1>li:not(:last-child) {
    margin-right: 25px
}

.nav-main .fsNavLevel1>li:hover>a,
.nav-main .fsNavLevel1>li[class*=fsNavCurrentPage]>a {
    color: #f19b6e;
    background: rgba(0, 0, 0, 0)
}

.nav-main .fsNavLevel1>li>a {
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    padding: 12px 0 30px;
    font-family: Montserrat, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600
}

@media (min-width:1200px) {
    .nav-main .fsNavLevel1>li>a {
        font-size: 18px
    }
}

.nav-main .fsNavLevel1>li>a:focus {
    color: #f19b6e;
    background: rgba(0, 0, 0, 0)
}

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
}

.menu-item-open html.js .nav-main .fsNavLevel1>li>.fsNavPageInfo,
.menu-item-open html:not(.js) .nav-main .fsNavLevel1>li.menu-item-open>.fsNavPageInfo,
html.js .nav-main .fsNavLevel1>li.menu-item-open>.fsNavPageInfo,
html.js .nav-main .fsNavLevel1>li:hover .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1>li.menu-item-open.menu-item-open>.fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1>li.menu-item-open:hover .fsNavPageInfo {
    max-height: 9999px
}

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
}

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: #202c4b;
    text-align: left;
    z-index: 300;
    position: absolute
}

.nav-main .fsNavPageDescription {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    margin-top: 18px
}

.nav-main .fsNavPageDescription h1,
.nav-main .fsNavPageDescription h2,
.nav-main .fsNavPageDescription h3,
.nav-main .fsNavPageDescription h4,
.nav-main .fsNavPageDescription h5,
.nav-main .fsNavPageDescription h6 {
    color: #fff;
    margin-bottom: 6px;
    font-family: Baskervville, Georgia, serif;
    font-weight: 700
}

.nav-main .navi-info {
    width: 260px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-right: 35px
}

.nav-main .fsNavPageThumbnail {
    position: relative;
    display: block;
    width: 100%;
    height: 106px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    order: -1
}

.nav-main .fsNavPageThumbnail img {
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.nav-main .col-wrap {
    position: relative;
    display: flex
}

.nav-main .col-wrap .menu-col {
    width: 154px
}

.nav-main .col-wrap .column-1 {
    margin-right: 35px
}

.nav-main .fsNavLevel2 li a {
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    padding: 12px 0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    text-decoration: none
}

.nav-main .fsNavLevel2 li[class*=fsNavCurrentPage]>a,
.nav-main .fsNavLevel2 li a:focus,
.nav-main .fsNavLevel2 li a:hover {
    color: #f19b6e;
    background: rgba(0, 0, 0, 0)
}

.nav-main>.fsElementContent>nav {
    position: relative;
    display: flex;
    justify-content: flex-end
}

.nav-main ul.fsNavLevel1>li.fsNavParentPage>a {
    position: relative
}

.nav-main ul.fsNavLevel1>li.fsNavParentPage>a:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid #f19b6e;
    left: 50%;
    transform: translate(-50%, 50px)
}

.nav-main ul.fsNavLevel1>li.fsNavParentPage>a:before,
.nav-main ul.fsNavLevel1>li>.fsNavPageInfo {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s cubic-bezier(.455, .03, .515, .955)
}

.nav-main ul.fsNavLevel1>li>.fsNavPageInfo {
    padding: 20px;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    border-top: 2px solid #f19b6e;
    max-width: 740px;
    min-width: 370px;
    left: auto !important;
    right: 0;
    transform: translateY(42px);
    isolation: isolate
}

.nav-main ul.fsNavLevel1>li>.fsNavPageInfo:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 234px solid rgba(0, 0, 0, .69);
    border-right: 506px solid rgba(0, 0, 0, 0);
    opacity: .2;
    z-index: -1
}

.nav-main ul.fsNavLevel1>li.menu-item-open>.fsNavPageInfo {
    opacity: 1;
    visibility: visible;
    transform: translate(0)
}

.nav-main ul.fsNavLevel1>li.fsNavParentPage.menu-item-open>a:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -8px);
    transition-delay: .3s
}

.nav-main ul.fsNavLevel1>li:first-child>.fsNavPageInfo,
.nav-main ul.fsNavLevel1>li:nth-child(2)>.fsNavPageInfo {
    left: -200px !important;
    right: auto
}

.mobile-toggle-holder {
    position: relative;
    margin: 0
}

@media (min-width:900px) {
    .mobile-toggle-holder {
        display: none
    }
}

.mobile-toggle-holder>header {
    display: none
}

.mobile-toggle {
    border: 0;
    background: none;
    padding: 0;
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    margin: 0;
    background: #fffbfb;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0);
    overflow: hidden;
    cursor: pointer
}

.mobile-toggle:after,
.mobile-toggle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 50%;
    content: "";
    background: #202c4b
}

.mobile-toggle:before {
    margin-top: -.28571em;
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s
}

.mobile-toggle:after {
    box-shadow: 0 .28571em 0 0 #202c4b;
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, transform .3s
}

.drawer-is-active .mobile-toggle:before {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.drawer-is-active .mobile-toggle:after {
    box-shadow: none;
    transform: translate(-50%, -50%) rotate(45deg)
}

.fsMenu {
    position: absolute;
    z-index: 500;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, transform .3s;
    right: 0;
    transform: translate3d(20%, 0, 0);
    transform: translate(20%);
    top: 0;
    max-width: 100%;
    background: #1b2a53;
    height: 100vh;
    min-height: 100vh;
    overflow-y: auto;
    padding: 0 0 40px
}

@media (min-width:900px) {
    .fsMenu {
        display: none
    }
}

.drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
    transform: translate(0)
}

body:not(.fsComposeMode).drawer-is-active {
    overflow: hidden
}

.fsMenu .mobile-triggers {
    position: relative;
    margin: 0;
    display: block;
    padding: 8px 15px;
    background-color: rgba(0, 0, 0, 0)
}

.fsMenu .mobile-triggers>.fsElementContent {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.fsMenu .mobile-main-nav {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 0 25px
}

.fsMenu .mobile-main-nav ul.fsNavLevel1>li {
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 100%, .27)
}

.fsMenu .mobile-main-nav ul.fsNavLevel1>li:first-child {
    border-top: 1px solid hsla(0, 0%, 100%, .27)
}

.fsMenu .mobile-main-nav ul.fsNavLevel1>li>a {
    color: #fff;
    display: block;
    padding: 15px 0;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none
}

.fsMenu .mobile-main-nav ul.fsNavLevel1>li>a:focus,
.fsMenu .mobile-main-nav ul.fsNavLevel1>li>a:hover {
    color: #f19b6e
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 .has-expander>a {
    position: relative;
    padding-right: 35px
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 .expander {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    color: inherit;
    transition: .3s
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 .expander:before {
    content: "\F105";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    font-size: 19px;
    transform: rotate(0deg);
    transition: .4s;
    color: #fff
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 .expanded>a {
    color: #f19b6e
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 .expanded>a>.expander:before {
    transform: rotate(90deg);
    color: inherit
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 ul.fsNavLevel2>li>a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-family: Montserrat, sans-serif
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 ul.fsNavLevel2>li>a:focus,
.fsMenu .mobile-main-nav ul.fsNavLevel1 ul.fsNavLevel2>li>a:hover,
.fsMenu .mobile-main-nav ul.fsNavLevel1 ul.fsNavLevel2>li[class*=fsNavCurrentPage]>a {
    color: #f19b6e
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 .fsNavLevel2,
.fsMenu .mobile-main-nav ul.fsNavLevel1 .fsNavLevel3,
.fsMenu .mobile-main-nav ul.fsNavLevel1 .fsNavLevel4,
.fsMenu .mobile-main-nav ul.fsNavLevel1 .fsNavLevel5 {
    display: none;
    margin-left: 20px;
    padding-bottom: 15px
}

.nav-social nav {
    margin: -3px
}

.nav-social .fsNavLevel1 {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    line-height: 1
}

.nav-social .fsNavLevel1,
.nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0;
    margin: 3px
}

.nav-social .fsNavLevel1 [href*=facebook]:before {
    content: "\F09A";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.nav-social .fsNavLevel1 [href*=instagram]:before {
    content: "\F16D";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.nav-social .fsNavLevel1 [href*=linkedin]:before {
    content: "\F0E1";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.nav-social .fsNavLevel1 [href*=pinterest]:before {
    content: "\F0D2";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.nav-social .fsNavLevel1 [href*=tumblr]:before {
    content: "\F173";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.nav-social .fsNavLevel1 [href*=twitter]:before {
    content: "\F099";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.nav-social .fsNavLevel1 [href*=vimeo]:before {
    content: "\F27D";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.nav-social .fsNavLevel1 [href*=vine]:before {
    content: "\F1CA";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.nav-social .fsNavLevel1 [href*=youtube]:before {
    content: "\F16A";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.nav-social .fsNavLevel1 [href*=googleplus]:before {
    content: "\F0D5";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.nav-social .fsNavLevel1 [href*=wechat]:before {
    content: "\F1D7";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.nav-social .fsNavLevel1 [href*=flickr]:before {
    content: "\F16E";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.nav-social .fsNavLevel1 [href*=wordpress]:before {
    content: "\F19A";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.nav-social .fsNavLevel1 [href*=rss]:before {
    content: "\F09E";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.nav-social .fsNavLevel1 a {
    background: #fff;
    color: #202c4b;
    transition: .3s;
    position: relative;
    border: 0;
    height: 37px;
    width: 37px;
    border-radius: 100%
}

.nav-social .fsNavLevel1 a:focus,
.nav-social .fsNavLevel1 a:hover {
    background: #f19b6e;
    color: #202c4b;
    box-shadow: 0 0 0 3px #f19b6e
}

.nav-social .fsNavLevel1 a:before {
    font-size: 18px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.nav-social a {
    text-decoration: none !important
}

.fsFooter .footer-utility {
    position: relative;
    display: block;
    padding: 26px 0 40px;
    margin: 0;
    text-align: center
}

.fsFooter .footer-utility:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 200px;
    height: 1px;
    background: #fff;
    opacity: .3
}

@media (min-width:900px) {
    .fsFooter .footer-utility {
        text-align: left;
        width: 20.65%;
        padding: 0 20px 0 0;
        margin-right: 40px
    }

    .fsFooter .footer-utility:after {
        bottom: auto;
        left: auto;
        right: 0;
        top: 10px;
        width: 1px;
        height: 120px
    }
}

@media (min-width:1200px) {
    .fsFooter .footer-utility {
        padding: 0 60px 0 0;
        margin-right: 60px
    }
}

.fsFooter .footer-utility>header {
    position: relative;
    display: block
}

.fsFooter .footer-utility>header h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 27px
}

.fsFooter .footer-utility ul.fsNavLevel1 {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

@media (min-width:900px) {
    .fsFooter .footer-utility ul.fsNavLevel1 {
        flex-direction: column;
        justify-content: flex-end
    }
}

.fsFooter .footer-utility ul.fsNavLevel1>li {
    padding: 5px 10px
}

@media (min-width:900px) {
    .fsFooter .footer-utility ul.fsNavLevel1>li {
        padding: 5px 0
    }
}

.fsFooter .footer-utility ul.fsNavLevel1>li>a {
    font-family: Baskervville, Georgia, serif;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    padding: 0
}

.fsFooter .footer-utility ul.fsNavLevel1>li>a:focus,
.fsFooter .footer-utility ul.fsNavLevel1>li>a:hover {
    color: #f19b6e
}

.fsHeader .main-header .cta-utility {
    display: block;
    width: 100%;
    margin: 0
}

@media (max-width:899px) {
    .fsHeader .main-header .cta-utility {
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.fsMenu .mobile-cta {
    position: relative;
    margin: 0;
    width: 100%
}

.fsHeader .cta-utility ul.fsNavLevel1,
.fsMenu .mobile-cta ul.fsNavLevel1 {
    position: relative;
    display: flex;
    flex-flow: row nowrap
}

.fsHeader .cta-utility ul.fsNavLevel1>li,
.fsMenu .mobile-cta ul.fsNavLevel1>li {
    flex: 1 1 auto
}

.fsHeader .cta-utility ul.fsNavLevel1>li:nth-child(3n+1)>a,
.fsMenu .mobile-cta ul.fsNavLevel1>li:nth-child(3n+1)>a {
    background-color: #a0c5be
}

.fsHeader .cta-utility ul.fsNavLevel1>li:nth-child(3n+1)>a:focus,
.fsHeader .cta-utility ul.fsNavLevel1>li:nth-child(3n+1)>a:hover,
.fsMenu .mobile-cta ul.fsNavLevel1>li:nth-child(3n+1)>a:focus,
.fsMenu .mobile-cta ul.fsNavLevel1>li:nth-child(3n+1)>a:hover {
    background-color: #b3d1cb
}

.fsHeader .cta-utility ul.fsNavLevel1>li:nth-child(3n+2)>a,
.fsMenu .mobile-cta ul.fsNavLevel1>li:nth-child(3n+2)>a {
    background-color: #f19b6e
}

.fsHeader .cta-utility ul.fsNavLevel1>li:nth-child(3n+2)>a:focus,
.fsHeader .cta-utility ul.fsNavLevel1>li:nth-child(3n+2)>a:hover,
.fsMenu .mobile-cta ul.fsNavLevel1>li:nth-child(3n+2)>a:focus,
.fsMenu .mobile-cta ul.fsNavLevel1>li:nth-child(3n+2)>a:hover {
    background-color: #f4ae8a
}

.fsHeader .cta-utility ul.fsNavLevel1>li:nth-child(3n+3)>a,
.fsMenu .mobile-cta ul.fsNavLevel1>li:nth-child(3n+3)>a {
    background-color: #72a9f2
}

.fsHeader .cta-utility ul.fsNavLevel1>li:nth-child(3n+3)>a:focus,
.fsHeader .cta-utility ul.fsNavLevel1>li:nth-child(3n+3)>a:hover,
.fsMenu .mobile-cta ul.fsNavLevel1>li:nth-child(3n+3)>a:focus,
.fsMenu .mobile-cta ul.fsNavLevel1>li:nth-child(3n+3)>a:hover {
    background-color: #8ebaf5
}

.fsHeader .cta-utility ul.fsNavLevel1>li>a,
.fsMenu .mobile-cta ul.fsNavLevel1>li>a {
    position: relative;
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #00113f;
    font-size: 10px;
    line-height: 11px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    background-color: #a0c5be;
    transition: .3s
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .fsHeader .main-header .cta-utility {
        position: fixed;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        z-index: 250;
        width: auto
    }

    body:not(.fsComposeMode) .fsHeader .main-header .cta-utility ul.fsNavLevel1 {
        flex-direction: column
    }

    body:not(.fsComposeMode) .fsHeader .main-header .cta-utility ul.fsNavLevel1>li {
        margin-bottom: 10px
    }

    body:not(.fsComposeMode) .fsHeader .main-header .cta-utility ul.fsNavLevel1>li>a {
        position: relative;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        padding: 5px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center
    }

    body:not(.fsComposeMode) .fsHeader .main-header .cta-utility ul.fsNavLevel1>li>a:focus,
    body:not(.fsComposeMode) .fsHeader .main-header .cta-utility ul.fsNavLevel1>li>a:hover {
        text-decoration: none;
        transform: scale(1.1)
    }
}

@media (min-width:900px) {
    body:not(.home) .fsHeader .main-header .cta-utility {
        display: none
    }
}

.fsMenu .mobile-utility {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 0 25px
}

.fsMenu .mobile-utility ul.fsNavLevel1>li a {
    color: #fff;
    display: block;
    padding: 10px 0;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
    text-decoration: none
}

.fsMenu .mobile-utility ul.fsNavLevel1>li a:focus,
.fsMenu .mobile-utility ul.fsNavLevel1>li a:hover {
    text-decoration: underline;
    color: #f19b6e
}

.fsMenu .mobile-utility ul.fsNavLevel1 .has-expander>a {
    position: relative;
    padding-right: 30px
}

.fsMenu .mobile-utility ul.fsNavLevel1 .expander {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    color: inherit;
    transition: .3s
}

.fsMenu .mobile-utility ul.fsNavLevel1 .expander:before {
    content: "\E913";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    font-size: 12px;
    transform: rotate(0deg);
    transition: .4s;
    color: #f19b6e
}

.fsMenu .mobile-utility ul.fsNavLevel1 .expanded>a {
    color: #f19b6e
}

.fsMenu .mobile-utility ul.fsNavLevel1 .expanded>a>.expander:before {
    transform: rotate(90deg)
}

.fsMenu .mobile-utility ul.fsNavLevel1 .fsNavLevel2,
.fsMenu .mobile-utility ul.fsNavLevel1 .fsNavLevel3,
.fsMenu .mobile-utility ul.fsNavLevel1 .fsNavLevel4,
.fsMenu .mobile-utility ul.fsNavLevel1 .fsNavLevel5 {
    display: none;
    margin-left: 20px
}

.fsHeader .header-utility {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    z-index: 10;
    display: none
}

@media (min-width:900px) {
    .fsHeader .header-utility {
        display: block;
        margin: 15px 0 0;
        padding-right: 38px
    }
}

.fsHeader .header-utility ul.fsNavLevel1 {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fsHeader .header-utility ul.fsNavLevel1>li {
    position: relative;
    padding-bottom: 0
}

.fsHeader .header-utility ul.fsNavLevel1>li:not(:first-child) {
    margin-left: 25px
}

.fsHeader .header-utility ul.fsNavLevel1>li>.fsNavPageInfo {
    position: absolute;
    top: calc(100% + 50px);
    left: -15px;
    width: 132px;
    padding: 8px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.fsHeader .header-utility ul.fsNavLevel1>li>a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    padding: 0 0 11px;
    position: relative
}

.fsHeader .header-utility ul.fsNavLevel1>li>a:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: .5s
}

.fsHeader .header-utility ul.fsNavLevel1>li>a:focus,
.fsHeader .header-utility ul.fsNavLevel1>li>a:hover {
    color: #fff
}

.fsHeader .header-utility ul.fsNavLevel1>li>a:focus:before,
.fsHeader .header-utility ul.fsNavLevel1>li>a:hover:before {
    opacity: 1;
    transform: translateX(-50%) scale(1)
}

.fsHeader .header-utility ul.fsNavLevel1>li.fsNavParentPage>a {
    padding-right: 17px
}

.fsHeader .header-utility ul.fsNavLevel1>li.fsNavParentPage>a:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #f19b6e
}

.fsHeader .header-utility ul.fsNavLevel1 ul.fsNavLevel2 {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #f19b6e;
    background-color: #fff;
    padding: 13px 18px 11px
}

.fsHeader .header-utility ul.fsNavLevel1 ul.fsNavLevel2>li:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 65.1%, .3)
}

.fsHeader .header-utility ul.fsNavLevel1 ul.fsNavLevel2:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid #f19b6e
}

.fsHeader .header-utility ul.fsNavLevel1 ul.fsNavLevel2 a {
    position: relative;
    padding: 12px 0;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #202c4b
}

.fsHeader .header-utility ul.fsNavLevel1 ul.fsNavLevel2 a:focus,
.fsHeader .header-utility ul.fsNavLevel1 ul.fsNavLevel2 a:hover {
    text-decoration: underline
}

.fsHeader .header-utility ul.fsNavLevel1>li.menu-item-open>a:before {
    opacity: 1;
    transform: translateX(-50%) scale(1)
}

.fsHeader .header-utility ul.fsNavLevel1>li.menu-item-open>.fsNavPageInfo {
    top: 100%;
    opacity: 1;
    visibility: visible
}

#fsHeader {
    position: relative;
    padding: 0
}

@media (max-width:899px) {
    #fsHeader {
        padding-top: 88px
    }
}

.fsHeader .main-header {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background: #202c4b;
    padding: 8px 15px 40px
}

@media (max-width:899px) {
    .fsHeader .main-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 459;
        max-height: 88px
    }
}

@media (min-width:900px) {
    .fsHeader .main-header {
        padding: 26px 40px 15px;
        min-height: 130px
    }
}

.fsHeader .main-header>.fsElementContent {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%
}

@media (max-width:899px) {
    body.fsAccountBarVisible .fsHeader .main-header {
        top: 45px
    }
}

@media (min-width:900px) {
    body.hero-loaded .fsHeader .main-header {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0)
    }
}

.skip-link {
    margin: 0
}

.skip-link a {
    position: fixed;
    top: 0;
    left: 0;
    padding: 1em;
    background: #000;
    color: #fff;
    font-size: 1em;
    line-height: 1;
    text-decoration: underline;
    transition: transform .1s ease-in;
    transform: translateY(-100%);
    z-index: 9000
}

.skip-link a:focus {
    transform: translateY(0)
}

.site-info-container {
    margin: 0;
    padding: 0
}

.site-info-container,
.site-info-container a,
.site-info-container figure,
.site-info-container picture {
    position: relative;
    display: block
}

.site-info-container img {
    display: block;
    max-height: 40px;
    min-height: 40px;
    height: 40px
}

@media (min-width:1100px) {
    .site-info-container img {
        max-height: 55px;
        min-height: 55px;
        height: 55px
    }
}

@media (min-width:1350px) {
    .site-info-container img {
        max-height: 86px;
        min-height: 86px;
        height: 86px
    }
}

@media (min-width:900px) {
    .fsHeader .main-header .site-info-container {
        position: absolute;
        top: 50%;
        left: 40px;
        transform: translateY(-50%);
        z-index: 15;
        margin: 0
    }
}

@media (min-width:900px) {
    .fsHeader .main-header .nav-main {
        position: relative;
        width: 100%;
        display: block
    }
}

.fsFooter {
    position: relative;
    display: block;
    width: 100%;
    background: #202c4b;
    margin: 0;
    padding: 0
}

.fsFooter .footer-container {
    position: relative;
    width: 100%;
    padding: 22px 25px 60px;
    margin: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:900px) {
    .fsFooter .footer-container {
        padding: 40px 25px
    }
}

.fsFooter .footer-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 44, 75, .9)
}

.fsFooter .footer-container>header {
    display: none
}

@media (min-width:900px) {
    .fsFooter .footer-container>.fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 1250px;
        display: flex;
        flex-flow: row wrap
    }
}

.fsFooter .footer-logo {
    display: block;
    margin: 0 0 15px
}

@media (min-width:900px) {
    .fsFooter .footer-logo {
        width: 100%;
        margin: 0 0 20px
    }
}

.fsFooter .footer-logo>header {
    display: none
}

.fsFooter .footer-logo>.fsElementContent {
    display: table;
    margin: 0 auto
}

@media (min-width:900px) {
    .fsFooter .footer-logo>.fsElementContent {
        display: block;
        margin: 0
    }
}

.fsFooter .footer-logo>.fsElementContent a {
    display: block
}

.fsFooter .footer-logo>.fsElementContent img {
    position: relative;
    display: block;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    max-width: 270px;
    margin: 0
}

@media (min-width:900px) {
    .fsFooter .footer-logo>.fsElementContent img {
        height: 89px;
        min-height: 89px;
        max-height: 89px;
        max-width: 347px
    }
}

.fsFooter .footer-container .footer-adr {
    position: relative;
    display: block;
    margin: 0;
    font-family: Baskervville, Georgia, serif;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    padding: 0 0 40px
}

.fsFooter .footer-container .footer-adr:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 200px;
    height: 1px;
    background: #fff;
    opacity: .3
}

@media (min-width:900px) {
    .fsFooter .footer-container .footer-adr {
        padding: 0 40px 0 0;
        text-align: left;
        font-size: 16px;
        line-height: 27px;
        width: 38%;
        margin-right: 40px
    }

    .fsFooter .footer-container .footer-adr:after {
        bottom: auto;
        left: auto;
        right: 0;
        top: 10px;
        width: 1px;
        height: 120px
    }
}

@media (min-width:1200px) {
    .fsFooter .footer-container .footer-adr {
        width: 28%;
        padding: 0 60px 0 0;
        margin-right: 60px
    }
}

.fsFooter .footer-container .footer-adr a {
    color: #fff;
    word-wrap: break-word;
    text-decoration: none
}

.fsFooter .footer-container .footer-adr a:focus,
.fsFooter .footer-container .footer-adr a:hover {
    color: #f19b6e
}

.fsFooter .footer-container .footer-adr ul,
.fsFooter .footer-container .footer-adr ul ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.fsFooter .footer-container .footer-adr ul li {
    margin: 0;
    padding: 0;
    word-break: break-word
}

.fsFooter .footer-container .footer-adr ul li:first-child {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: 700
}

.fsFooter .nav-social {
    position: relative;
    display: block;
    padding: 36px 0 0;
    text-align: center;
    margin: 0
}

@media (min-width:900px) {
    .fsFooter .nav-social {
        text-align: left;
        padding: 0;
        width: 15.55%
    }
}

.fsFooter .nav-social>header {
    position: relative;
    display: block
}

.fsFooter .nav-social>header h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 27px
}

@media (max-width:899px) {
    .fsFooter .nav-social ul.fsNavLevel1 {
        justify-content: center
    }
}

.fsFooter .footer-container .footer-accred {
    position: relative;
    display: block;
    width: 100%;
    padding: 60px 0 0
}

@media (min-width:900px) {
    .fsFooter .footer-container .footer-accred {
        padding: 0
    }
}

.fsFooter .footer-container .footer-accred>header {
    display: none
}

.fsFooter .footer-container .footer-accred>.fsElementContent {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

@media (min-width:900px) {
    .fsFooter .footer-container .footer-accred>.fsElementContent {
        justify-content: flex-end
    }
}

.fsFooter .footer-container .footer-accred .fsResourceElement {
    position: relative;
    margin: 0;
    display: block;
    padding: 7px
}

@media (min-width:900px) {
    .fsFooter .footer-container .footer-accred .fsResourceElement {
        padding: 0
    }

    .fsFooter .footer-container .footer-accred .fsResourceElement:not(:last-child) {
        margin-right: 20px
    }
}

.fsFooter .footer-container .footer-accred .fsResourceElement a {
    display: block;
    opacity: 1;
    transition: .3s
}

.fsFooter .footer-container .footer-accred .fsResourceElement a:focus,
.fsFooter .footer-container .footer-accred .fsResourceElement a:hover {
    transform: scale(1.05);
    opacity: .7;
    text-decoration: none
}

.fsFooter .footer-container .footer-accred .fsResourceElement figure,
.fsFooter .footer-container .footer-accred .fsResourceElement picture {
    display: block;
    margin: 0
}

.fsFooter .footer-container .footer-accred .fsResourceElement img {
    display: block;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
    max-width: 100px
}

@media (min-width:900px) {
    .fsFooter .footer-container .footer-accred .fsResourceElement img {
        height: 42px;
        min-height: 42px;
        max-height: 42px
    }
}

.fsFooter .footer-sitemap {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background: #202c4b;
    overflow: hidden
}

.fsFooter .footer-sitemap>header {
    position: relative;
    display: flex;
    padding: 10px 12px;
    text-align: right;
    justify-content: center;
    align-items: center
}

@media (min-width:900px) {
    .fsFooter .footer-sitemap>header {
        justify-content: space-between
    }
}

.fsFooter .footer-sitemap>header h2 {
    position: relative;
    display: table;
    margin: 0 0 0 auto;
    cursor: pointer;
    padding-right: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 23px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    display: none
}

@media (min-width:900px) {
    .fsFooter .footer-sitemap>header h2 {
        display: block
    }
}

.fsFooter .footer-sitemap>header h2:after,
.fsFooter .footer-sitemap>header h2:before {
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 50%;
    font-style: 10px
}

.fsFooter .footer-sitemap>header h2:before {
    content: "\E910";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    opacity: 1
}

.fsFooter .footer-sitemap>header h2:after {
    content: "\E90E";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    opacity: 0
}

.fsFooter .footer-sitemap>header h2.active-sitemap:before {
    opacity: 0
}

.fsFooter .footer-sitemap>header h2.active-sitemap:after {
    opacity: 1
}

.fsFooter .footer-sitemap>.fsElementContent {
    position: relative;
    background: #fff;
    display: none
}

@media (max-width:899px) {
    .fsFooter .footer-sitemap>.fsElementContent {
        display: none !important
    }
}

.fsFooter .footer-sitemap>.fsElementContent nav {
    position: relative;
    padding: 0 10px 55px
}

.fsFooter .footer-sitemap>.fsElementContent ul.fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
}

.fsFooter .footer-sitemap>.fsElementContent ul.fsNavLevel1>li>.fsNavPageInfo {
    position: relative;
    max-width: 200px;
    padding-top: 20px;
    padding-right: 20px
}

.fsFooter .footer-sitemap>.fsElementContent ul.fsNavLevel1>li:first-child>a {
    isolation: isolate
}

.fsFooter .footer-sitemap>.fsElementContent ul.fsNavLevel1>li:first-child>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2000px;
    width: 20000px;
    background: #f8f8f8;
    height: 75px;
    z-index: -1
}

.fsFooter .footer-sitemap>.fsElementContent ul.fsNavLevel1>li>a {
    color: #202c4b;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 45px;
    font-weight: 600;
    padding: 15px 0;
    max-height: 75px;
    position: relative
}

.fsFooter .footer-sitemap>.fsElementContent ul.fsNavLevel1>li>a:focus,
.fsFooter .footer-sitemap>.fsElementContent ul.fsNavLevel1>li>a:hover {
    text-decoration: underline
}

.fsFooter .footer-sitemap>.fsElementContent ul.fsNavLevel2>li>a {
    color: #202c4b;
    padding: 10px 0;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none
}

.fsFooter .footer-sitemap>.fsElementContent ul.fsNavLevel2>li>a:focus,
.fsFooter .footer-sitemap>.fsElementContent ul.fsNavLevel2>li>a:hover {
    text-decoration: underline
}

.fsFooter .footer-sitemap #fsPoweredByFinalsite {
    width: 132px;
    max-width: 132px;
    margin: 0
}

.fsFooter .footer-logo {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.fsFooter .back-top-btn {
    border: 0;
    background: none;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding: 22px 0 22px 50px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: .3s
}

@media (max-width:1499px) {
    .fsFooter .back-top-btn {
        margin-right: 80px
    }
}

@media (max-width:899px) {
    .fsFooter .back-top-btn {
        display: none
    }
}

.fsFooter .back-top-btn span {
    position: relative;
    z-index: 2;
    padding: 3px 0;
    display: inline-block;
    transform: translateX(0);
    transition: .4s
}

.fsFooter .back-top-btn:before {
    top: 50%;
    transform: translateY(-50%) scale(1);
    left: 0;
    height: 100%;
    aspect-ratio: 1;
    transition: .3s;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(images/open_circle_white.svg);
    background-position: 0;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #f19b6e;
    font-size: 16px;
    line-height: 16px;
    z-index: 2
}

.fsFooter .back-top-btn:after,
.fsFooter .back-top-btn:before {
    content: "\E902";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    position: absolute
}

.fsFooter .back-top-btn:after {
    color: #202c4b;
    top: 100%;
    left: 24px;
    transform: rotate(-90deg);
    font-size: 12px;
    line-height: 12px;
    z-index: 3;
    opacity: 0;
    transition: .4s
}

.fsFooter .back-top-btn:focus,
.fsFooter .back-top-btn:hover {
    padding: 22px 0 22px 50px
}

.fsFooter .back-top-btn:focus span,
.fsFooter .back-top-btn:hover span {
    transform: translateX(10px)
}

.fsFooter .back-top-btn:focus:after,
.fsFooter .back-top-btn:hover:after {
    opacity: 1;
    top: 16px
}

.fsFooter .back-top-btn:focus:before,
.fsFooter .back-top-btn:hover:before {
    color: rgba(0, 0, 0, 0);
    text-indent: 20px;
    background-color: #f19b6e;
    outline: 3px solid #f19b6e;
    outline-offset: -3px;
    transform: translateY(-50%) scale(.73)
}

*,
:after,
:before {
    box-sizing: border-box
}

:after,
:before {
    pointer-events: none
}

html {
    font-family: Montserrat, sans-serif;
    background: #202c4b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-size: .875rem;
    line-height: 1.625rem;
    color: #242424
}

#fsPageWrapper {
    overflow-x: hidden;
    position: relative
}

body.fsComposeMode #fsPageWrapper {
    overflow: visible
}

#fsPageBodyWrapper {
    padding: 50px 1.42857em;
    background: #fff
}

#fsPageBody {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    display: flex;
    flex-wrap: wrap
}

@media (min-width:900px) {
    #fsPageBody {
        display: block;
        display: flex
    }
}

#fsBannerLeft {
    order: 1;
    width: 100%;
    margin-bottom: 20px
}

@media (min-width:900px) {
    #fsBannerLeft {
        padding-right: 20px;
        width: 200px;
        order: 1;
        margin-bottom: 0;
        padding-right: 40px;
        width: 320px
    }
}

@media (min-width:900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        padding-right: 40px;
        width: 320px;
        order: 1;
        padding-right: 20px;
        width: 200px
    }
}

@media (min-width:1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        padding-right: 40px;
        width: 320px
    }
}

#fsPageContent {
    width: 100%
}

.fsHasRightBanner #fsPageContent {
    order: 1;
    width: 100%
}

@media (min-width:900px) {
    .fsHasRightBanner #fsPageContent {
        order: 1;
        width: calc(100% - 270px);
        width: calc(100% - 400px)
    }
}

.fsHasLeftBanner #fsPageContent {
    order: 1;
    width: 100%
}

@media (min-width:900px) {
    .fsHasLeftBanner #fsPageContent {
        order: 1;
        width: calc(100% - 200px);
        width: calc(100% - 320px)
    }
}

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    order: 1;
    margin-bottom: 20px;
    width: 100%
}

@media (min-width:900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        order: 1;
        width: calc(100% - 200px);
        width: calc(100% - 320px);
        width: calc(100% - 470px);
        margin-bottom: 0
    }
}

@media (min-width:1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 720px)
    }
}

#fsBannerRight {
    order: 1;
    width: 100%;
    margin-bottom: 20px
}

@media (min-width:900px) {
    #fsBannerRight {
        padding-left: 30px;
        width: 270px;
        order: 1;
        margin-bottom: 0;
        padding-left: 100px;
        width: 400px
    }
}

.fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0
}

@media (min-width:900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px);
        width: calc(100% - 320px);
        order: 1;
        padding-left: 30px;
        width: 270px
    }
}

@media (min-width:1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 100px;
        width: 400px
    }
}

@media (min-width:900px) {
    .fsLayout {
        margin-right: -20px;
        margin-left: -20px
    }
}

.fsLayout .fsDiv {
    margin-bottom: 20px;
    width: 100%;
    float: none
}

@media (min-width:900px) {
    .fsLayout .fsDiv {
        float: left;
        padding-right: 1.42857em;
        padding-left: 1.42857em
    }
}

.fsLayout>footer,
.fsLayout>header {
    width: 100%
}

@media (min-width:900px) {

    .fsLayout>footer,
    .fsLayout>header {
        padding-right: 1.42857em;
        padding-left: 1.42857em
    }
}

@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,
.fsLayout .fsStyleTwoThirds {
    float: none
}

.fsLayout .fsStyleTwoThirds>.fsDiv {
    padding-left: 0;
    padding-right: 0;
    float: none
}

@media (min-width:900px) {
    .fsLayout .fsStyleTwoThirds>.fsTwoColumnLayout {
        margin-right: -20px;
        margin-left: -20px
    }
}

.fsElephantLeftLayout,
.fsTwoColumnWideRightLayout {
    margin-left: 0;
    margin-right: 0
}

@media (min-width:900px) {

    .fsElephantLeftLayout,
    .fsTwoColumnWideRightLayout {
        display: flex;
        flex-wrap: wrap
    }
}

.fsElephantLeftLayout>footer,
.fsElephantLeftLayout>header,
.fsTwoColumnWideRightLayout>footer,
.fsTwoColumnWideRightLayout>header {
    padding-left: 0;
    padding-right: 0
}

.fsElephantLeftLayout .fsStyleOneThird,
.fsTwoColumnWideRightLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px
}

@media (min-width:900px) {

    .fsElephantLeftLayout .fsStyleOneThird,
    .fsTwoColumnWideRightLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0;
        padding-right: 40px;
        width: 320px
    }
}

.fsElephantLeftLayout .fsStyleTwoThirds,
.fsTwoColumnWideRightLayout .fsStyleTwoThirds {
    width: 100%
}

@media (min-width:900px) {

    .fsElephantLeftLayout .fsStyleTwoThirds,
    .fsTwoColumnWideRightLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 200px);
        width: calc(100% - 320px)
    }
}

.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent,
.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
    width: 100%
}

@media (min-width:900px) {

    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent,
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 270px)
    }
}

@media (min-width:1000px) {

    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent,
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 400px)
    }
}

.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight,
.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px
}

@media (min-width:900px) {

    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight,
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
        padding-left: 30px;
        width: 270px;
        margin-top: 0
    }
}

@media (min-width:1000px) {

    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight,
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
        padding-left: 100px;
        width: 400px
    }
}

@media (min-width:900px) {

    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird {
        padding-right: 40px;
        width: 320px;
        padding-right: 20px;
        width: 200px
    }
}

@media (min-width:1000px) {

    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird {
        padding-right: 40px;
        width: 320px
    }
}

.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: 100%
}

@media (min-width:900px) {

    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds {
        width: calc(100% - 320px);
        width: calc(100% - 200px)
    }
}

@media (min-width:1000px) {

    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds {
        width: calc(100% - 320px)
    }
}

@media (min-width:900px) {

    .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 200px)
    }
}

@media (min-width:1000px) {

    .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 320px)
    }
}

@media (min-width:900px) {

    .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px;
        margin-top: 0
    }
}

@media (min-width:1000px) {

    .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 40px;
        width: 320px
    }
}

.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird {
    width: 100%;
    padding-right: 0
}

@media (min-width:900px) {

    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird {
        padding-right: 20px;
        width: 200px
    }
}

.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: 100%
}

@media (min-width:900px) {

    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 200px)
    }
}

@media (min-width:900px) {

    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px
    }
}

.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: 100%;
    margin-bottom: 0
}

@media (min-width:900px) {

    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 200px);
        width: calc(100% - 470px)
    }
}

.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0
}

@media (min-width:900px) {

    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
        padding-left: 30px;
        width: 270px;
        margin-top: 0
    }
}

.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    margin-bottom: 20px;
    width: 100%
}

@media (min-width:1000px) {

    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0
    }
}

.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: 100%;
    margin-bottom: 0
}

@media (min-width:1000px) {

    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 200px)
    }
}

.fsElephantRightLayout,
.fsTwoColumnWideLeftLayout {
    margin-left: 0;
    margin-right: 0
}

@media (min-width:900px) {

    .fsElephantRightLayout,
    .fsTwoColumnWideLeftLayout {
        display: flex;
        flex-wrap: wrap
    }
}

.fsElephantRightLayout>footer,
.fsElephantRightLayout>header,
.fsTwoColumnWideLeftLayout>footer,
.fsTwoColumnWideLeftLayout>header {
    padding-left: 0;
    padding-right: 0
}

.fsElephantRightLayout .fsStyleOneThird,
.fsTwoColumnWideLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px
}

@media (min-width:900px) {

    .fsElephantRightLayout .fsStyleOneThird,
    .fsTwoColumnWideLeftLayout .fsStyleOneThird {
        padding-left: 30px;
        padding-right: 0;
        width: 270px;
        margin-bottom: 0;
        padding-left: 100px;
        width: 400px
    }
}

.fsElephantRightLayout .fsStyleTwoThirds,
.fsTwoColumnWideLeftLayout .fsStyleTwoThirds {
    width: 100%
}

@media (min-width:900px) {

    .fsElephantRightLayout .fsStyleTwoThirds,
    .fsTwoColumnWideLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 270px);
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 400px)
    }
}

.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent,
.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
    width: 100%
}

@media (min-width:900px) {

    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent,
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 320px);
        width: calc(100% - 200px)
    }
}

@media (min-width:1000px) {

    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent,
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 320px)
    }
}

.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px
}

@media (min-width:900px) {

    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px;
        padding-right: 40px;
        width: 320px;
        margin-bottom: 0
    }
}

@media (min-width:1000px) {

    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 40px;
        width: 320px
    }
}

.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird {
    width: 100%;
    padding-left: 0
}

@media (min-width:900px) {

    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird {
        padding-left: 30px;
        width: 270px
    }
}

@media (min-width:1000px) {

    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird {
        padding-left: 100px;
        width: 400px
    }
}

.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
    margin-bottom: 20px;
    width: 100%
}

@media (min-width:900px) {

    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 270px);
        margin-bottom: 0
    }
}

@media (min-width:1000px) {

    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 400px)
    }
}

@media (min-width:900px) {

    .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 270px)
    }
}

@media (min-width:1000px) {

    .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 400px)
    }
}

@media (min-width:900px) {

    .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight {
        padding-left: 30px;
        width: 270px;
        margin-top: 0
    }
}

@media (min-width:1000px) {

    .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight {
        padding-left: 100px;
        width: 400px
    }
}

.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird {
    width: 100%;
    padding-left: 0
}

@media (min-width:900px) {

    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird {
        padding-left: 30px;
        width: 270px
    }
}

.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: 100%
}

@media (min-width:900px) {

    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
        width: calc(100% - 270px)
    }
}

.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0
}

@media (min-width:900px) {

    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
        padding-left: 30px;
        width: 270px;
        margin-top: 0
    }
}

.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: 100%;
    margin-bottom: 0
}

@media (min-width:900px) {

    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 200px);
        width: calc(100% - 470px)
    }
}

.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px
}

@media (min-width:900px) {

    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0
    }
}

.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    margin-bottom: 0
}

@media (min-width:900px) {

    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
        padding-left: 30px;
        width: 270px;
        width: 100%;
        padding-left: 0
    }
}

@media (min-width:1000px) {

    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
        padding-left: 30px;
        width: 270px
    }
}

.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    margin-bottom: 0
}

@media (min-width:900px) {

    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 270px);
        width: 100%
    }
}

@media (min-width:1000px) {

    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 270px)
    }
}

#fsPoweredByFinalsite {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

.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: 50%;
    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
}

.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>div,
.fsConstituentItem>h3 {
    margin-bottom: 10px
}

.fsConstituentItem>div:last-child,
.fsConstituentItem>h3:last-child {
    margin-bottom: 0
}

.fsConstituentItem .fsPhoto img {
    display: block
}

div[class^=fsConstituentColumnLayout] {
    display: flex;
    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)
    }
}

.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;
    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.fsThumbnailRectangle .fsHasPhoto .fsProfileImage,
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .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.fsThumbnailRectangle .fsHasPhoto .fsProfileImage,
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .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.fsThumbnailRectangle .fsHasPhoto>div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto>h3,
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto>div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .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.fsThumbnailRectangle .fsHasPhoto>div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto>h3,
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto>div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .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.fsThumbnailRectangle .fsHasPhoto>div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto>h3,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto>div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .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.fsThumbnailRectangle .fsHasPhoto>div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto>h3,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto>div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto>h3 {
        padding-right: 148px
    }
}

.fsProfileImage {
    margin-bottom: 20px
}

.fsProfileImage img {
    display: block
}

.fsProfileSection {
    margin-bottom: 20px
}

.fsProfileSection h4 {
    margin: 0 0 1rem
}

.fsProfileSectionData {
    margin-bottom: 1em
}

.fsProfileSectionData:last-child {
    margin-bottom: 0
}

.fsProfileSectionData.fsTitle {
    font-weight: inherit;
    font-size: 14px;
    line-height: 26px
}

.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
}

.fsEmail>div:first-child,
.fsProfileSectionFieldName {
    font-weight: 700
}

.fsConstituent.fsSearch {
    overflow: hidden
}

.fsConstituent.fsSearch+.fsConstituent {
    border-top: 1px solid #cfcfcf;
    margin-top: 20px;
    padding-top: 20px
}

.fsConstituentSearchForm {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.fsConstituentSearchForm>label {
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.fsConstituentSearchForm>label>span {
    margin-bottom: 2px
}

.fsConstituentSearchForm>label>input,
.fsConstituentSearchForm>label>select {
    border: 1px solid #cfcfcf;
    flex-grow: 1
}

.fsConstituentSearchForm>label>select {
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.fsConstituentSearchForm [type*=submit] {
    align-self: flex-end;
    margin: 10px;
    width: 100%
}

@media (min-width:600px) {
    .fsConstituentSearchForm [type*=submit] {
        width: auto
    }
}

.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;
    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.fsThumbnailRectangle .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .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.fsThumbnailRectangle>div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle>h3,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare>div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare>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.fsThumbnailRectangle>div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle>h3,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare>div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare>h3 {
        padding-right: 148px
    }
}

.fsAccordion .fsPanel,
.fsTabs .fsPanel {
    border-bottom: 1px solid #e5e5e5
}

.fsAccordion .fsPanel>header,
.fsTabs .fsPanel>header {
    cursor: pointer;
    background: #fff;
    transition: .3s
}

.fsAccordion .fsPanel>header h2,
.fsTabs .fsPanel>header h2 {
    margin-top: 0;
    font-weight: 400;
    font-size: 1.8125rem;
    line-height: 2.1875rem;
    font-family: Georgia, serif;
    margin-bottom: 0;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
    color: #202c4b;
    transition: .3s;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    position: relative
}

.fsAccordion .fsPanel>header h2 a,
.fsTabs .fsPanel>header h2 a {
    transition: none
}

.fsAccordion .fsPanel>header:hover,
.fsTabs .fsPanel>header:hover {
    background: #fff;
    transition: .3s
}

.fsAccordion .fsPanel>header:hover h2,
.fsTabs .fsPanel>header:hover h2 {
    color: #636363;
    transition: .3s
}

.fsAccordion .fsPanel.fsStateOpen>header,
.fsTabs .fsPanel.fsStateOpen>header {
    background: #f3f3f3
}

.fsAccordion .fsPanel.fsStateOpen>header h2,
.fsTabs .fsPanel.fsStateOpen>header h2 {
    color: #202c4b;
    box-shadow: inset 0 -1px 0 #202c4b;
    border-top: 5px solid #202c4b
}

.fsAccordion .fsPanel.fsStateOpen>header h2:before,
.fsTabs .fsPanel.fsStateOpen>header h2:before {
    content: ""
}

.fsPanelIconAfter.fsAccordion .fsPanel>header h2:after,
.fsPanelIconAfter.fsTabs .fsPanel>header h2:after,
.fsPanelIconBefore.fsAccordion .fsPanel>header h2:before,
.fsPanelIconBefore.fsTabs .fsPanel>header h2:before {
    width: 0;
    height: 0;
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    border: 5px solid rgba(0, 0, 0, 0);
    border-right: none;
    border-left: 8px solid #202c4b;
    transition: .3s;
    content: ""
}

.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen>header h2:after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen>header h2:after,
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen>header h2:before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen>header h2:before {
    width: 0;
    height: 0;
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    border: 5px solid rgba(0, 0, 0, 0);
    border-right: none;
    border-left: 8px solid #202c4b;
    transition: .3s;
    content: "";
    transform: translateY(-50%) rotate(90deg)
}

.fsPanelIconBefore.fsAccordion .fsPanel>header h2,
.fsPanelIconBefore.fsTabs .fsPanel>header h2 {
    padding-left: 50px
}

.fsPanelIconBefore.fsAccordion .fsPanel>header h2:before,
.fsPanelIconBefore.fsTabs .fsPanel>header h2:before {
    left: 10px
}

.fsPanelIconAfter.fsAccordion .fsPanel>header h2,
.fsPanelIconAfter.fsTabs .fsPanel>header h2 {
    padding-right: 50px
}

.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: 10px
}

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel>header h2:before,
.fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel>header h2:before {
    content: ""
}

.fsAthleticsEvent>.fsElementContent {
    width: 100%
}

.fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px
}

.fsAthleticsEvent .fsElementEventIcon {
    display: inline-block;
    max-width: 100%
}

.fsAthleticsEvent .fsTitle {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0
}

.fsAthleticsEvent div.fsTitle {
    display: inline-block
}

.fsAthleticsEvent.fsList .fsElementEventIcon {
    margin-right: 10px
}

.fsAthleticsEvent.fsList .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px
}

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames,
.fsAthleticsEvent.fsList .fsAthleticsOpponents {
    display: inline
}

.fsAthleticsEvent.fsList .fsAthleticsEventReadMoreLink {
    display: inline-block;
    margin-top: 5px
}

.fsAthleticsEvent.fsList .fsAthleticsDeparture,
.fsAthleticsEvent.fsList .fsAthleticsDismissal,
.fsAthleticsEvent.fsList .fsAthleticsPickup,
.fsAthleticsEvent.fsList .fsAthleticsReturn {
    margin-top: 5px
}

.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel+div,
.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel+div,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel+div,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel+div {
    display: inline-block
}

.fsAthleticsEvent.fsEvent article>div {
    margin-bottom: 10px
}

.fsAthleticsEvent.fsEvent article>div:last-child {
    margin-bottom: 0
}

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents,
.fsAthleticsEvent.fsEvent .fsAthleticsVs+div {
    display: inline-block
}

@media (min-width:801px) {
    .fsAthleticsEvent.fsTable .fsTitle .fsElementEventIcon {
        max-width: 100px
    }
}

@media (min-width:801px) {

    .fsAthleticsEvent.fsTable .fsAthleticsScore,
    .fsAthleticsEvent.fsTable .fsDateTime {
        white-space: nowrap
    }
}

.fsAthleticsEvent.fsTable .fsElementTable {
    margin-bottom: 0
}

@media (max-width:800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
        display: none
    }
}

.fsAthleticsEvent.fsTable .fsElementTable thead th {
    white-space: nowrap
}

@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,
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames,
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
        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 .fsAthleticsVs+div {
    display: inline
}

.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel {
    display: none
}

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
    display: inline-block
}

@media (min-width:800px) {
    .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
        display: block
    }
}

body.fsComposeMode .fsAthleticsEvent.fsTable>.fsElementContent {
    overflow-x: auto
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 1.875rem;
    font-weight: 600;
    color: #202c4b;
    margin-bottom: 20px
}

.fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: 700;
    margin-top: 20px
}

.fsAthleticsEvent.fsDialog .fsAthleticsAddress>div {
    margin-top: 10px
}

.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;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #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
}

.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
    }
}

.fsCalendar article {
    position: relative;
    padding-left: 75px;
    min-height: 90px;
    padding-top: 0
}

.fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px
}

.fsCalendar .fsDate {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    height: 90px;
    width: 60px;
    color: #fff;
    background: #202c4b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400
}

.fsCalendar .fsDate>span {
    display: block
}

.fsCalendar .fsDate>span.fsDay {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700
}

.fsCalendar .fsTitle {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.fsCalendar .fsTitle a {
    font-family: Baskervville, Georgia, serif;
    font-weight: 700;
    color: #202c4b;
    text-decoration: none;
    font-size: 20px;
    line-height: 21px
}

.fsCalendar .fsTitle a:focus,
.fsCalendar .fsTitle a:hover {
    text-decoration: underline;
    color: #242424
}

.fsCalendar .fsAllDay,
.fsCalendar .fsLocation,
.fsCalendar .fsTimeRange {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #242424;
    margin-top: 0;
    padding-left: 17px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.fsCalendar .fsAllDay:before,
.fsCalendar .fsLocation:before,
.fsCalendar .fsTimeRange:before {
    color: #f19b6e;
    position: absolute;
    top: 1px;
    left: 0;
    font-size: .75rem;
    line-height: 1
}

.fsCalendar .fsAllDay:before,
.fsCalendar .fsTimeRange:before {
    content: "\E904";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.fsCalendar .fsLocation:before {
    content: "\E90D";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.fsCalendar .fsDescription,
.fsCalendar .fsNotes {
    font-size: 14px;
    line-height: 20px;
    color: #242424;
    margin-top: 8px
}

.fsCalendar .fsDescription p:last-child,
.fsCalendar .fsNotes p:last-child {
    margin-bottom: 0
}

.fsCalendar .fsEventDetails>* {
    padding-left: 16px
}

.fsCalendar .fsEventDetails>:last-child {
    margin-bottom: 8px
}

.fsCalendar .fsCalendarEventLink.fsReadMoreLink {
    position: relative;
    font-size: 12px;
    line-height: 14px;
    color: #202c4b
}

@media (max-width:599px) {
    .fsCalendar article {
        padding: 100px 10px 10px
    }
}

@media (max-width:599px) {
    .fsCalendar .fsDate {
        left: 10px
    }
}

.fsCalendar.fsList .fsListItems+button {
    margin-top: 0
}

.fsCalendar.fsGrid .fsCalendarDayView {
    margin-top: 20px
}

.fsCalendar.fsGrid .fsCalendarDayView .fsCalendarInfo:not(:last-child) {
    margin-bottom: 30px
}

.fsCalendar.fsGrid .fsCalendarEventTitle {
    font-weight: 700
}

.fsCalendarEventGrid .fsCalendarRow {
    display: flex
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
    background-color: rgba(32, 44, 75, .1)
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange {
    background-color: #f8f8f8
}

.fsCalendarEventGrid .fsCalendarDaybox {
    border-color: #cfcfcf
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
    color: #242424
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo>div {
    margin-bottom: 5px
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo>div:last-child {
    margin-bottom: 0
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle+div {
    margin-top: 5px
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    line-height: 1
}

@media (min-width:900px) {
    .fsCalendarEventGrid .fsCalendarDaybox {
        height: auto !important;
        flex-grow: 1
    }

    .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        display: flex;
        flex-direction: column
    }

    .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div {
        height: auto;
        flex-grow: 1
    }

    .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:first-child {
        position: relative
    }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

.fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none
}

.fsCalendar.fsGrid .fsCalendarGridControlBar>div {
    margin: 0;
    order: 3
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
    width: 100%;
    margin-top: 10px;
    order: 5
}

@media (min-width:900px) {
    .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
        width: auto;
        margin-top: 0;
        order: 3
    }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0 0
}

@media (min-width:900px) {
    .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        order: 5;
        margin: 0
    }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1
}

@media (max-width:899px) {
    .fsCalendar.fsGrid .fsCalendarEventGrid {
        width: 100%;
        margin: 0 auto
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid:after {
        display: none
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
        margin: 20px 0
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarWeekdays {
        display: none
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
        width: auto;
        border-right: 1px solid #cfcfcf;
        box-shadow: 0 1px 0 0 #cfcfcf
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow:last-child {
        border-bottom: 1px solid #cfcfcf;
        box-shadow: none
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
        cursor: pointer;
        min-height: 44px;
        position: relative;
        padding: 0;
        margin: 0;
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #cfcfcf;
        border-right: none;
        border-bottom: none;
        color: #242424;
        background: #fff;
        transition: .3s
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:focus,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:focus .fsCalendarOutOfRange,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:hover,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:hover .fsCalendarOutOfRange,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):focus,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):focus .fsCalendarOutOfRange,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):hover,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):hover .fsCalendarOutOfRange {
        color: #fff;
        background: #202c4b;
        transition: .3s
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        margin: 0;
        flex-grow: 1;
        text-align: center;
        font-size: 14px;
        padding-bottom: calc(50% - 7px);
        padding-top: calc(50% - 7px);
        color: inherit
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background: #202c4b;
        color: #fff
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after {
        content: "\25CF";
        font-size: 10px;
        display: block;
        line-height: .5;
        transform: translate3d(0, 3px, 0)
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div {
        position: relative;
        min-height: 22px;
        width: 100%;
        padding: 0;
        overflow: hidden
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:first-child {
        box-shadow: inset 0 -1px 0 0 #cfcfcf
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:not([tabIndex]) .fsCalendarDate {
        margin-bottom: 0
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:not([tabIndex]) .fsCalendarDate:after {
        display: none
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div.selected {
        color: #fff;
        background: #373737
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div.selected:focus,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div.selected:hover {
        color: #fff;
        background: #202c4b;
        transition: .3s
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div.selected .fsCalendarOutOfRange {
        background: inherit;
        color: inherit
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox .fsCalendarDate {
        padding-bottom: calc(25% - 7px);
        padding-top: calc(25% - 7px);
        transform: scale(.875);
        margin-bottom: 3px
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        color: #fff;
        background: #373737
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarOutOfRange {
        background: inherit;
        color: inherit
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
        background: #f8f8f8;
        color: #636363;
        transition: .3s
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
        display: none
    }
}

#event-view {
    padding: 0 20px;
    margin: 20px 0
}

#event-view .fsCalendarDaybox {
    height: auto !important
}

#event-view .fsCalendarDaybox>div {
    margin-bottom: 20px
}

#event-view .fsCalendarWeekendDayBox>div:first-child {
    padding-bottom: 20px
}

#event-view .fsCalendarWeekendDayBox .fsCalendarInfo:not(:last-child) {
    margin-bottom: 20px
}

#event-view .fsCalendarEventTitle {
    margin-bottom: 5px
}

.fsCalendarDayView:not(.fsStateHidden)+.fsCalendarEventGrid+#event-view {
    display: none
}

@media (min-width:900px) {
    #event-view {
        display: none
    }
}

.scroll-up {
    border: 0;
    padding: 15px 30px;
    background: #a0c5be;
    color: #202c4b;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    display: inline-block;
    display: table;
    margin: 20px auto
}

.fsBannerLeft .scroll-up,
.fsBannerRight .scroll-up,
.fsFourColumnLayout>.fsDiv .scroll-up,
.fsStyleOneThird .scroll-up,
.fsThreeColumnLayout>.fsDiv .scroll-up {
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 0 10px
}

.fsStateSelected .scroll-up,
.scroll-up.on,
.scroll-up:focus,
.scroll-up:hover {
    background: #202c4b;
    color: #fff;
    transition: .3s;
    text-decoration: none
}

.scroll-up em {
    display: block;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    margin-top: 7px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    text-transform: none
}

.scroll-up+.fsCalendarLegend {
    margin-top: 20px !important
}

@media (min-width:900px) {
    .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: flex;
        flex-wrap: wrap;
        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
}

.fsCalendar.fsSlideshow .fsAlertFeeds {
    float: none
}

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 0
}

.fsCalendar.fsSlideshowVertical .fsElementSlideshow {
    padding-left: 45px;
    padding-top: 45px;
    padding-bottom: 45px
}

input,
select,
textarea {
    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 select,
.fsComposerFormEmbed form textarea {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #242424
}

.fsComposerFormEmbed form input {
    border: 1px solid #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: 1px solid #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 .groupLabel,
.fsComposerFormEmbed form .labelLeft .elementContainer label {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    float: none
}

@media (min-width:600px) {

    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel,
    .fsComposerFormEmbed form .labelLeft .elementContainer label {
        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: #202c4b;
    margin-right: 10px;
    cursor: pointer;
    transition: .3s
}

.fsComposerFormEmbed form .linkLike:hover,
.fsComposerFormEmbed form .required {
    color: #202c4b
}

.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: #202c4b;
    transition: .3s;
    outline: 0;
    float: left;
    line-height: 1;
    padding: 10px 0
}

.fsComposerFormEmbed form .pageBreak .nextPage:hover,
.fsComposerFormEmbed form .pageBreak .prevPage:hover {
    color: #202c4b;
    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 {
    border: 0;
    margin: 0 5px 5px 0;
    padding: 15px 30px;
    background: #a0c5be;
    color: #202c4b;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none
}

.fsBannerLeft .fsComposerFormEmbed form .submitBtn,
.fsBannerRight .fsComposerFormEmbed form .submitBtn,
.fsFourColumnLayout>.fsDiv .fsComposerFormEmbed form .submitBtn,
.fsStyleOneThird .fsComposerFormEmbed form .submitBtn,
.fsThreeColumnLayout>.fsDiv .fsComposerFormEmbed form .submitBtn {
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 0 10px
}

.fsComposerFormEmbed form .submitBtn.on,
.fsComposerFormEmbed form .submitBtn:focus,
.fsComposerFormEmbed form .submitBtn:hover,
.fsStateSelected .fsComposerFormEmbed form .submitBtn {
    background: #202c4b;
    color: #fff;
    transition: .3s;
    text-decoration: none
}

.fsComposerFormEmbed form .submitBtn em {
    display: block;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    margin-top: 7px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    text-transform: none
}

.fsComposerFormEmbed .ui-widget {
    font-family: Montserrat, 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-next,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span {
    display: none
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: "";
    font-weight: 700;
    transition: .3s
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before {
    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, .05);
    text-align: center
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, .1)
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: 1px solid #d3d3d3;
    background-color: #d3d3d3
}

::-webkit-input-placeholder {
    color: #242424
}

:-moz-placeholder,
::-moz-placeholder {
    color: #242424;
    opacity: 1
}

:-ms-input-placeholder {
    color: #242424
}

.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
}

.fsLoginNewSuccess>button,
.fsResetCancel,
.fsResetContinue {
    border: 0;
    margin: 0 5px 5px 0;
    padding: 15px 30px;
    background: #a0c5be;
    color: #202c4b;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    display: inline-block
}

.fsBannerLeft .fsLoginNewSuccess>button,
.fsBannerLeft .fsResetCancel,
.fsBannerLeft .fsResetContinue,
.fsBannerRight .fsLoginNewSuccess>button,
.fsBannerRight .fsResetCancel,
.fsBannerRight .fsResetContinue,
.fsFourColumnLayout>.fsDiv .fsLoginNewSuccess>button,
.fsFourColumnLayout>.fsDiv .fsResetCancel,
.fsFourColumnLayout>.fsDiv .fsResetContinue,
.fsStyleOneThird .fsLoginNewSuccess>button,
.fsStyleOneThird .fsResetCancel,
.fsStyleOneThird .fsResetContinue,
.fsThreeColumnLayout>.fsDiv .fsLoginNewSuccess>button,
.fsThreeColumnLayout>.fsDiv .fsResetCancel,
.fsThreeColumnLayout>.fsDiv .fsResetContinue {
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 0 10px
}

.fsLoginNewSuccess>button.on,
.fsLoginNewSuccess>button:focus,
.fsLoginNewSuccess>button:hover,
.fsResetCancel.on,
.fsResetCancel:focus,
.fsResetCancel:hover,
.fsResetContinue.on,
.fsResetContinue:focus,
.fsResetContinue:hover,
.fsStateSelected .fsLoginNewSuccess>button,
.fsStateSelected .fsResetCancel,
.fsStateSelected .fsResetContinue {
    background: #202c4b;
    color: #fff;
    transition: .3s;
    text-decoration: none
}

.fsLoginNewSuccess>button em,
.fsResetCancel em,
.fsResetContinue em {
    display: block;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    margin-top: 7px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    text-transform: none
}

.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
    }
}

.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 article>* {
    margin-bottom: 15px
}

.fsPostElement .fsThumbnail {
    margin-bottom: 15px;
    overflow: hidden
}

.fsPostElement .fsThumbnail img {
    display: block
}

.fsPostElement .fsTitle {
    margin-bottom: 15px
}

.fsPostElement .fsTitle a {
    color: #202c4b;
    font-size: 20px;
    line-height: 28px;
    font-family: Baskervville, Georgia, serif;
    text-decoration: none;
    font-weight: 700
}

.fsPostElement .fsTitle a:focus,
.fsPostElement .fsTitle a:hover {
    color: #202c4b;
    text-decoration: underline
}

.fsPostElement .fsAuthor {
    font-weight: 700;
    margin-right: 0;
    margin-bottom: 5px
}

.fsPostElement .fsAuthor,
.fsPostElement .fsDateTime {
    position: relative;
    display: block;
    color: #636363;
    font-style: normal;
    font-size: 13px;
    line-height: 16px
}

.fsPostElement .fsDateTime {
    font-weight: 600
}

.fsPostElement .fsBody,
.fsPostElement .fsSummary {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 19px;
    color: #242424
}

.fsPostElement .fsPostLink.fsReadMoreLink {
    color: #202c4b;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-decoration: underline
}

.fsPostElement .fsPostLink.fsReadMoreLink:focus,
.fsPostElement .fsPostLink.fsReadMoreLink:hover {
    color: #202c4b;
    text-decoration: none
}

.fsPostElement article>:last-child {
    margin-bottom: 0
}

.fsPostElement article .fsCategories {
    margin: -3px -3px 20px;
    display: flex;
    flex-wrap: wrap
}

.fsPostElement article .fsCategories .fsCategory {
    margin: 5px;
    padding: 6px 8px;
    background: #e5e5e5;
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    color: #242424;
    border: none
}

.fsPostElement article .fsTags {
    margin: -3px -3px 20px;
    display: flex;
    flex-wrap: wrap
}

.fsPostElement article .fsTags .fsTag {
    margin: 5px;
    color: #242424;
    padding: 6px 8px;
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    font-style: normal;
    border-radius: 0;
    border: 1px solid #e5e5e5
}

body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts {
    position: relative;
    display: block
}

body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article {
    position: relative;
    padding-left: 330px;
    min-height: 230px
}

@media (min-width:900px) and (max-width:1100px) {
    body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article {
        padding-left: 0
    }
}

@media (max-width:699px) {
    body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article {
        padding-left: 0
    }
}

body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article.no-thumbnail {
    padding-left: 0
}

body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article .fsThumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 200px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    max-width: 100%
}

@media (min-width:900px) and (max-width:1100px) {
    body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article .fsThumbnail {
        position: relative;
        width: 100%;
        height: auto;
        max-width: 300px
    }
}

@media (max-width:699px) {
    body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article .fsThumbnail {
        position: relative;
        width: 100%;
        height: auto;
        max-width: 300px
    }
}

body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article .fsThumbnail img {
    display: none
}

@media (min-width:900px) and (max-width:1100px) {
    body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article .fsThumbnail img {
        display: block
    }
}

@media (max-width:699px) {
    body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article .fsThumbnail img {
        display: block
    }
}

body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts button.fsLoadMoreButton {
    margin: 30px 0 0
}

.fsPostElement.fsList article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5
}

.fsPostElement.fsList .fsListItems:last-of-type>.fsDayContainer:last-child article:last-child,
.fsPostElement.fsList .fsListItems:last-of-type>.fsMonthContainer:last-child>.fsDayContainer:last-child article:last-child,
.fsPostElement.fsList .fsListItems:last-of-type>article:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.fsPostElement.fsList .fsListItems+button {
    margin-top: 60px
}

.fsResourceElement .fsTitle {
    margin-bottom: 10px
}

.fsResourceElement figcaption {
    margin-top: 10px
}

.fsResourceElement.fsListNav .fsResourceCollectionName+nav {
    margin-top: 20px
}

.fsResourceElement.fsListNav .fsTitle {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    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.resourceModal {
    border: 2px solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    width: 1050px
}

dialog.resourceModal button.resourceModalCloseButton {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 23px;
    right: 23px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    transition: .4s;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    display: block
}

dialog.resourceModal button.resourceModalCloseButton:before {
    content: "\E914";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #fff;
    font-size: 23px;
    line-height: 1;
    display: block;
    position: relative
}

dialog.resourceModal button.resourceModalCloseButton:focus,
dialog.resourceModal button.resourceModalCloseButton:hover {
    transform: scale(1.2)
}

dialog.resourceModal img,
dialog.resourceModal video {
    position: relative;
    display: block;
    width: 100%
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword {
    margin-bottom: 20px
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword+.fsSearchElementSearchButton {
    margin-top: 0
}

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:last-child {
    margin-bottom: 0
}

.fsSearchElement.fsList li.fsListItem {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5
}

.fsSearchElement.fsList .fsListItems {
    padding: 0
}

.fsSearchElement.fsList .fsSearchResultInfo {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

.fsSearchElement.fsList .fsSearchResultInfo:empty {
    margin: 0;
    border: none
}

.fsSearchElement.custom-search {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%
}

.fsSearchElement.custom-search>header {
    display: none
}

.fsSearchElement.custom-search>.fsElementContent {
    position: relative;
    display: block
}

.fsSearchElement.custom-search form {
    position: relative;
    width: 100%
}

.fsSearchElement.custom-search form .fsButtonClear,
.fsSearchElement.custom-search form label {
    display: none
}

.fsSearchElement.custom-search form .fsSearchElementKeyword {
    margin: 0
}

.fsSearchElement.custom-search form input {
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    height: 45px;
    padding: 10px 65px 10px 20px;
    color: #202c4b;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    box-shadow: unset;
    border: none;
    background-color: #fff
}

.fsSearchElement.custom-search form button.fsSearchElementSearchButton.fsStyleUpdateButton {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: .3s;
    background-color: rgba(0, 0, 0, 0)
}

.fsSearchElement.custom-search form button.fsSearchElementSearchButton.fsStyleUpdateButton:before {
    content: "\E90C";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #1b2a53;
    font-size: 12px;
    line-height: 1;
    transition: .3s
}

.fsSearchElement.custom-search form button.fsSearchElementSearchButton.fsStyleUpdateButton:focus,
.fsSearchElement.custom-search form button.fsSearchElementSearchButton.fsStyleUpdateButton:hover {
    background-color: #e5e5e5
}

.fsMenu .fsSearchElement.custom-search {
    margin-bottom: 23px
}

.fsHeader .main-header button.open-search {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -9px;
    right: 0;
    width: 30px;
    height: 30px;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: .3s;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

.fsHeader .main-header button.open-search:before {
    content: "\E90C";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    transition: .3s
}

.fsHeader .main-header button.open-search:focus:before,
.fsHeader .main-header button.open-search:hover:before {
    color: #f19b6e
}

.fsHeader .main-header .fsSearchElement.custom-search {
    position: absolute;
    top: -15px;
    right: 0;
    transform: translateX(30px);
    width: 100%;
    max-width: 327px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

.fsHeader .main-header .fsSearchElement.custom-search form input {
    height: 40px;
    padding: 10px 60px 10px 20px
}

.fsHeader .main-header .fsSearchElement.custom-search form button.fsSearchElementSearchButton.fsStyleUpdateButton {
    width: 40px;
    height: 40px;
    background-color: #e5e5e5
}

.fsHeader .main-header .fsSearchElement.custom-search form button.fsSearchElementSearchButton.fsStyleUpdateButton:focus,
.fsHeader .main-header .fsSearchElement.custom-search form button.fsSearchElementSearchButton.fsStyleUpdateButton:hover {
    background-color: #f19b6e
}

body.active-search .fsHeader .main-header .fsSearchElement.custom-search {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.fsVimeo,
.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: 1px solid #e5e5e5;
    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: 1px solid #e5e5e5;
    padding: 0 0 20px;
    opacity: 1;
    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 {
    border: 0;
    margin: 0 5px 5px 0;
    padding: 15px 30px;
    background: #a0c5be;
    color: #202c4b;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    display: inline-block
}

.fsBannerLeft .vimeo_view_link a,
.fsBannerRight .vimeo_view_link a,
.fsFourColumnLayout>.fsDiv .vimeo_view_link a,
.fsStyleOneThird .vimeo_view_link a,
.fsThreeColumnLayout>.fsDiv .vimeo_view_link a {
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 0 10px
}

.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on,
.vimeo_view_link a:focus,
.vimeo_view_link a:hover {
    background: #202c4b;
    color: #fff;
    transition: .3s;
    text-decoration: none
}

.vimeo_view_link a em {
    display: block;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    margin-top: 7px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    text-transform: none
}

.fsYoutube,
.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: 1px solid #e5e5e5;
    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: 1px solid #e5e5e5;
    padding: 0 0 20px;
    opacity: 1;
    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 {
    border: 0;
    margin: 0 5px 5px 0;
    padding: 15px 30px;
    background: #a0c5be;
    color: #202c4b;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    display: inline-block
}

.fsBannerLeft .Youtube_view_link a,
.fsBannerRight .Youtube_view_link a,
.fsFourColumnLayout>.fsDiv .Youtube_view_link a,
.fsStyleOneThird .Youtube_view_link a,
.fsThreeColumnLayout>.fsDiv .Youtube_view_link a {
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 0 10px
}

.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on,
.Youtube_view_link a:focus,
.Youtube_view_link a:hover {
    background: #202c4b;
    color: #fff;
    transition: .3s;
    text-decoration: none
}

.Youtube_view_link a em {
    display: block;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    margin-top: 7px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    text-transform: none
}

.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: 0
}

.fsTabs .fsTabsNav li a {
    margin-top: 0;
    font-weight: 400;
    font-size: 1.8125rem;
    line-height: 2.1875rem;
    font-family: Georgia, serif;
    margin-bottom: 0;
    display: block;
    color: #202c4b;
    transition: .3s;
    background: #fff;
    color: #242424;
    padding: 12px 15px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none
}

.fsTabs .fsTabsNav li a:hover {
    background: #f8f8f8;
    color: #202c4b
}

.fsTabs .fsTabsNav li.fsStateSelected a {
    background: #202c4b;
    color: #fff
}

.fsPanelGroup.fsTabs>.fsElementContent>.fsPanel:not(.fsStateOpen),
.fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>.fsElementActionButtonContainer,
.fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>header {
    display: block
}

@media (min-width:600px) {

    .fsPanelGroup.fsTabs>.fsElementContent>.fsPanel:not(.fsStateOpen),
    .fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>.fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>header {
        display: none
    }
}

.fsTabs ul.fsTabsNav {
    border-bottom: 1px solid #a0c5be
}

.fsElementToolsSearchButton,
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
    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
}

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsFourColumnLayout>.fsDiv .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsThreeColumnLayout>.fsDiv .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch {
    display: flex;
    flex-wrap: wrap
}

.fsBannerLeft .fsElementToolsSearch>div,
.fsBannerRight .fsElementToolsSearch>div,
.fsFourColumnLayout>.fsDiv .fsElementToolsSearch>div,
.fsStyleOneThird .fsElementToolsSearch>div,
.fsThreeColumnLayout>.fsDiv .fsElementToolsSearch>div,
.fsTwoColumnLayout .fsElementToolsSearch>div {
    width: 100%
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout>.fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout>.fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer {
    display: flex;
    flex-wrap: wrap
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout>.fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout>.fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
    flex-grow: 1
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout>.fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout>.fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout .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
}

.fsLegend .fsElementControls {
    margin-bottom: 5px
}

.fsLegend .fsElementControls label input:checked+span {
    background: #242424;
    color: #fff
}

.fsLegend .fsElementControls label input+span {
    color: #242424;
    background: #e5e5e5
}

.fsMiniGrid .fsCalendarEventGrid {
    max-width: 100%;
    width: 300px
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox {
    box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
    background: #e5e5e5;
    color: #373737;
    font-size: .875em;
    line-height: 1;
    padding: 10px 5px;
    transition: .3s
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
    opacity: 1;
    background: #202c4b !important;
    color: #fff !important;
    transition: .3s
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:last-child {
    box-shadow: inset 0 -1px 0 0 #fff
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
    padding-bottom: 12px;
    background: #e5e5e5;
    color: #373737
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after {
    content: "\25CF";
    font-size: 8px;
    display: block;
    line-height: .5;
    transform: translate3d(0, 2px, 0)
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background: #f8f8f8;
    color: #636363
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background: #202c4b;
    color: #fff
}

.fsCalendarMonthYearPicker>.fsStyleUpdateButton {
    margin-bottom: 0;
    display: block;
    color: #fff;
    background-color: #242424
}

.module {
    padding: 20px;
    color: #fff
}

.module a,
.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
    color: inherit
}

.module {
    background: #202c4b
}

.card-callout {
    width: 100%;
    background-color: #202c4b
}

.card-callout,
.card-callout>header {
    position: relative;
    display: block;
    overflow: hidden
}

.card-callout>header {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0
}

.card-callout>header .fsElementHeaderContent {
    margin: 0
}

.card-callout>header img {
    max-height: 400px;
    display: block;
    opacity: 0
}

.fsBannerLeft .card-callout>header img,
.fsBannerRight .card-callout>header img,
.fsFourColumnLayout>.fsDiv .card-callout>header img,
.fsStyleOneThird .card-callout>header img,
.fsThreeColumnLayout>.fsDiv .card-callout>header img {
    max-height: 300px
}

.card-callout>.fsElementContent {
    position: relative;
    display: block;
    padding: 30px;
    color: #fff;
    font-weight: 300;
    overflow: hidden
}

.card-callout>.fsElementContent:after {
    position: absolute;
    content: "";
    width: 105px;
    height: 70px;
    background: url(images/callout-bottom-deco.svg) no-repeat 50%;
    background-size: cover;
    bottom: 0;
    left: 0;
    opacity: .13
}

.card-callout>.fsElementContent:before {
    position: absolute;
    content: "";
    width: 94px;
    height: 100px;
    background: url(images/callout-top-deco.svg) no-repeat 50%;
    background-size: cover;
    top: -35px;
    right: 0;
    opacity: .13
}

.fsBannerLeft .card-callout>.fsElementContent,
.fsBannerRight .card-callout>.fsElementContent,
.fsFourColumnLayout>.fsDiv .card-callout>.fsElementContent,
.fsStyleOneThird .card-callout>.fsElementContent,
.fsThreeColumnLayout>.fsDiv .card-callout>.fsElementContent {
    padding: 30px 20px
}

.card-callout>.fsElementContent h2 {
    font-family: Baskervville, Georgia, serif;
    margin-bottom: 20px;
    color: #fff;
    font-size: 29px;
    line-height: 35px;
    font-weight: 700
}

.card-callout>.fsElementContent h3,
.card-callout>.fsElementContent h4,
.card-callout>.fsElementContent h5,
.card-callout>.fsElementContent h6 {
    color: #fff
}

.card-callout>.fsElementContent a {
    color: #a0c5be;
    text-decoration: underline
}

.card-callout>.fsElementContent a:focus,
.card-callout>.fsElementContent a:hover {
    text-decoration: none
}

.card-callout blockquote,
.card-callout cite {
    color: #fff
}

.card-callout.light {
    background-color: #f8f8f8
}

.card-callout.light>.fsElementContent {
    color: #242424
}

.card-callout.light>.fsElementContent:after {
    background: url(images/callout-light-bottom-deco.svg) no-repeat 50%;
    background-size: cover
}

.card-callout.light>.fsElementContent:before {
    background: url(images/callout-light-top-deco.svg) no-repeat 50%;
    background-size: cover
}

.card-callout.light>.fsElementContent a,
.card-callout.light>.fsElementContent blockquote,
.card-callout.light>.fsElementContent cite,
.card-callout.light>.fsElementContent h2,
.card-callout.light>.fsElementContent h3,
.card-callout.light>.fsElementContent h4,
.card-callout.light>.fsElementContent h5,
.card-callout.light>.fsElementContent h6 {
    color: #202c4b
}

.card-callout.green {
    background-color: #a0c5be
}

.card-callout.green>.fsElementContent {
    color: #242424
}

.card-callout.green>.fsElementContent:after {
    background: url(images/callout-light-bottom-deco.svg) no-repeat 50%;
    background-size: cover;
    opacity: .08
}

.card-callout.green>.fsElementContent:before {
    background: url(images/callout-light-top-deco.svg) no-repeat 50%;
    background-size: cover;
    opacity: .08
}

.card-callout.green>.fsElementContent a,
.card-callout.green>.fsElementContent blockquote,
.card-callout.green>.fsElementContent cite,
.card-callout.green>.fsElementContent h2,
.card-callout.green>.fsElementContent h3,
.card-callout.green>.fsElementContent h4,
.card-callout.green>.fsElementContent h5,
.card-callout.green>.fsElementContent h6 {
    color: #202c4b
}

.home #fsPageBody,
.home #fsPageBodyWrapper {
    margin: 0;
    padding: 0
}

.home #fsPageBody {
    width: 100%;
    max-width: 100%
}

.home #fsPageContent>.fsPageLayout,
.home #fsPageContent>.fsPageLayout>.fsDiv {
    margin: 0;
    padding: 0
}

body:not(.fsComposeMode).home h1.fsPageTitle {
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.portal-page .fsTwoColumnWideRightLayout>.fsDiv>.fsElement+.fsElement {
    margin-top: 2em
}

.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: 33.33333%
    }
}

.colors.main ol li:first-of-type {
    background: #242424
}

.colors.main ol li:first-of-type:after {
    content: "#242424"
}

.colors.main ol li:nth-of-type(2) {
    background: #202c4b
}

.colors.main ol li:nth-of-type(2):after {
    content: "#202C4B"
}

.colors.main ol li:nth-of-type(3) {
    background: #a0c5be
}

.colors.main ol li:nth-of-type(3):after {
    content: "#A0C5BE"
}

@media (min-width:800px) {
    .colors.shade ol li {
        width: 10%
    }
}

.colors.shade ol li:first-of-type {
    background: #000
}

.colors.shade ol li:first-of-type: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: #fff
}

.colors.shade ol li:nth-of-type(10):after {
    content: "#ffffff"
}

.fonts ol {
    padding: 0;
    list-style: none
}

.fonts ol li:first-of-type {
    font-family: Montserrat, sans-serif
}

.fonts ol li:first-of-type:after {
    content: "Montserrat, 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: 38px / line-height: 40px"
}

.headers .fsElementContent h2:after {
    content: " - font-size: 29px / line-height: 35px"
}

.headers .fsElementContent h3:after {
    content: " - font-size: 25px / line-height: 30px"
}

.headers .fsElementContent h4:after,
.headers .fsElementContent h5:after {
    content: " - font-size: 19px / line-height: 23px"
}

.headers .fsElementContent h6:after {
    content: " - font-size: 13px / line-height: 16px"
}

body.fsLiveMode .hero {
    overflow: hidden
}

body.fsLiveMode .hero img {
    width: 100%
}

body.hero-loaded .hero {
    max-height: none;
    overflow: visible
}

body:not(.fsComposeMode) .hero-image {
    position: relative;
    margin: 0;
    padding: 0;
    max-height: 650px;
    overflow: hidden;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

body:not(.fsComposeMode) .hero-image:before {
    top: 0
}

body:not(.fsComposeMode) .hero-image:after,
body:not(.fsComposeMode) .hero-image:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .8) 4.74%, rgba(52, 59, 67, 8e-05));
    z-index: 1
}

body:not(.fsComposeMode) .hero-image:after {
    bottom: 0;
    transform: rotate(-180deg)
}

body:not(.fsComposeMode) .hero-image img {
    display: block;
    width: 100%;
    opacity: 0
}

.hero-slideshow {
    position: relative;
    background: #fff;
    margin: 0
}

.hero-slideshow article {
    position: relative;
    padding: 0;
    overflow: hidden
}

.hero-slideshow article:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 120px solid rgba(32, 44, 75, .5);
    border-left: 500px solid rgba(0, 0, 0, 0);
    z-index: 2;
    display: none
}

@media (min-width:700px) {
    .hero-slideshow article:before {
        display: block
    }
}

.hero-slideshow article:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 112px solid rgba(32, 44, 75, .5);
    border-left: 108px solid rgba(0, 0, 0, 0);
    z-index: 2;
    visibility: visible;
    display: none
}

@media (min-width:700px) {
    .hero-slideshow article:after {
        display: block
    }
}

.hero-slideshow .slick-slider {
    margin: 0 !important;
    padding: 0 !important
}

.hero-slideshow article .video-wrapper,
.hero-slideshow article picture {
    position: relative;
    overflow: hidden
}

.hero-slideshow article .video-wrapper:before,
.hero-slideshow article picture:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .8) 4.74%, rgba(52, 59, 67, 8e-05));
    z-index: 1
}

.hero-slideshow article .video-wrapper:after,
.hero-slideshow article picture:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .8) 4.74%, rgba(52, 59, 67, 8e-05));
    transform: rotate(-180deg);
    z-index: 1
}

@media (min-width:900px) {

    .hero-slideshow article .video-wrapper,
    .hero-slideshow article picture {
        height: 100vh
    }
}

.hero-slideshow article picture {
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.hero-slideshow article img {
    margin: 0;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    opacity: 0
}

@media (min-width:900px) {
    .hero-slideshow article img {
        width: auto;
        height: 100vh;
        padding-top: 0
    }
}

.hero-slideshow article video {
    display: block;
    width: 100%
}

@media (max-width:899px) {
    .hero-slideshow article video {
        position: static !important;
        margin: 0 !important;
        width: 100% !important;
        height: auto !important
    }
}

@media (min-width:900px) {
    .hero-slideshow article video {
        height: 100vh;
        object-fit: cover
    }
}

.hero-slideshow article .fsTitle {
    position: absolute;
    bottom: 36px;
    right: 30px;
    z-index: 4;
    display: block;
    margin-bottom: 22px;
    color: #fff;
    font-family: Baskervville, Georgia, serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 43px;
    padding-top: 13px;
    text-align: right !important
}

.hero-slideshow article .fsTitle:before {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    height: 5px;
    display: block;
    background: #f19b6e;
    transition: .4s;
    width: 0;
    opacity: 0
}

@media (max-width:699px) {
    .hero-slideshow article .fsTitle {
        display: none
    }
}

.hero-slideshow article .fsDescription,
.hero-slideshow article figcaption {
    position: absolute;
    bottom: 36px;
    right: 30px;
    z-index: 4;
    color: #fff;
    text-align: right
}

@media (max-width:699px) {

    .hero-slideshow article .fsDescription,
    .hero-slideshow article figcaption {
        display: none
    }
}

.hero-slideshow article .fsDescription .fsTitle,
.hero-slideshow article figcaption .fsTitle {
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
    margin-bottom: 22px;
    color: #fff;
    font-family: Baskervville, Georgia, serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 43px;
    padding-top: 13px;
    text-align: right !important
}

.hero-slideshow article .fsDescription .fsTitle:before,
.hero-slideshow article figcaption .fsTitle:before {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    height: 5px;
    display: block;
    background: #f19b6e;
    transition: .4s;
    width: 0;
    opacity: 0
}

.hero-slideshow article .fsDescription a,
.hero-slideshow article figcaption a {
    color: #fff;
    display: table;
    margin-left: auto
}

.hero-slideshow article .fsDescription a.fs_style_45,
.hero-slideshow article figcaption a.fs_style_45 {
    display: table
}

.hero-slideshow article .fsDescription a.fs_style_45:before,
.hero-slideshow article figcaption a.fs_style_45:before {
    background-image: url(images/open_circle_white.svg);
    background-position: 0;
    background-repeat: no-repeat
}

.hero-slideshow .fsElementSlideshow .hero-controls {
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 5
}

@media (min-width:900px) {
    .hero-slideshow .fsElementSlideshow .hero-controls {
        left: 40px;
        bottom: 36px
    }
}

.hero-slideshow .fsElementSlideshow .hero-controls>.controls-inner {
    position: relative;
    display: flex;
    align-items: center
}

.hero-slideshow .fsElementSlideshow .hero-controls>.controls-inner>* {
    margin-right: 7px
}

.fsResourceElement.hero-slideshow>.fsElementContent .slick-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none !important;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: unset;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 50%;
    transition: .3s
}

.fsResourceElement.hero-slideshow>.fsElementContent .slick-arrow:before {
    position: relative;
    color: #fff;
    font-size: 10px;
    display: block;
    top: auto !important;
    transform: translate(0) scale(1);
    margin: 0;
    text-align: center;
    width: unset !important;
    height: unset !important;
    content: "\E90A";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

@media (min-width:900px) {
    .fsResourceElement.hero-slideshow>.fsElementContent .slick-arrow {
        width: 33px;
        height: 33px
    }

    .fsResourceElement.hero-slideshow>.fsElementContent .slick-arrow:before {
        font-size: 12px
    }
}

.fsResourceElement.hero-slideshow>.fsElementContent .slick-arrow.fsNextButton:before {
    transform: translate(0) scale(-1)
}

.fsResourceElement.hero-slideshow>.fsElementContent .slick-arrow:focus,
.fsResourceElement.hero-slideshow>.fsElementContent .slick-arrow:hover {
    background-color: #202c4b;
    box-shadow: inset 0 0 0 1px #202c4b
}

.fsResourceElement.hero-slideshow .fsElementSlideshowControls {
    position: relative;
    order: -1
}

.fsResourceElement.hero-slideshow .fsElementSlideshowControls>button {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    background: rgba(0, 0, 0, 0);
    width: 23px;
    height: 23px;
    background-color: #f19b6e;
    border-radius: 50%;
    opacity: 1;
    transition: .3s
}

.fsResourceElement.hero-slideshow .fsElementSlideshowControls>button:before {
    color: #202c4b;
    font-size: 10px;
    transition: .3s
}

.fsResourceElement.hero-slideshow .fsElementSlideshowControls>button:focus,
.fsResourceElement.hero-slideshow .fsElementSlideshowControls>button:hover {
    background: #202c4b
}

.fsResourceElement.hero-slideshow .fsElementSlideshowControls>button:focus:before,
.fsResourceElement.hero-slideshow .fsElementSlideshowControls>button:hover:before {
    color: #fff
}

@media (min-width:900px) {
    .fsResourceElement.hero-slideshow .fsElementSlideshowControls>button {
        width: 33px;
        height: 33px
    }

    .fsResourceElement.hero-slideshow .fsElementSlideshowControls>button:before {
        font-size: 12px
    }
}

.hero-slideshow .scroll-down-button {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    z-index: 6;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%);
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: .3s;
    animation: float 3s ease-in-out infinite
}

.hero-slideshow .scroll-down-button:before {
    content: "\E911";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    transition: .3s
}

@media (min-width:900px) {
    .hero-slideshow .scroll-down-button {
        width: 42px;
        height: 42px
    }

    .hero-slideshow .scroll-down-button:before {
        font-size: 18px
    }
}

.hero-slideshow .scroll-down-button:focus:before,
.hero-slideshow .scroll-down-button:hover:before {
    color: #f19b6e
}

@keyframes float {
    0% {
        transform: translate(-50%)
    }

    50% {
        transform: translate(-50%, -10px)
    }

    to {
        transform: translate(-50%)
    }
}

.hero-slideshow article .video-wrapper,
.hero-slideshow article picture {
    transform: scale(1.2);
    transition: all 1.5s cubic-bezier(.165, .84, .44, 1)
}

.hero-slideshow article .fsDescription,
.hero-slideshow article .fsTitle,
.hero-slideshow article figcaption {
    transform: translateX(-200px);
    transition: all 1.5s;
    opacity: 0
}

.hero-slideshow article.slick-active .video-wrapper,
.hero-slideshow article.slick-active picture {
    transform: scale(1)
}

.hero-slideshow article.slick-active .fsTitle:before {
    width: 39px;
    transition-delay: 2s;
    opacity: 1
}

.hero-slideshow article.slick-active .fsDescription,
.hero-slideshow article.slick-active .fsTitle,
.hero-slideshow article.slick-active figcaption {
    transform: translateX(0);
    opacity: 1;
    transition-delay: .75s
}

body:not(.fsComposeMode) .homepage-school-boxes {
    position: relative;
    display: block;
    background: #202c4b;
    padding: 68px 0 130px;
    z-index: 20;
    margin: 0
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .homepage-school-boxes {
        padding: 68px 20px 130px
    }
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .homepage-school-boxes {
        padding: 120px 20px 175px
    }
}

body:not(.fsComposeMode) .homepage-school-boxes>header {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 88px;
    transition: .5s
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .homepage-school-boxes>header {
        margin-bottom: 110px
    }
}

body:not(.fsComposeMode) .homepage-school-boxes>header h2.fsElementTitle {
    position: relative;
    margin: 0;
    font-family: Georgia, serif;
    color: #fff;
    font-size: 33px;
    line-height: 38px;
    padding-top: 11px;
    z-index: 2;
    isolation: isolate
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .homepage-school-boxes>header h2.fsElementTitle {
        font-size: 45px;
        line-height: 52px
    }
}

body:not(.fsComposeMode) .homepage-school-boxes>header h2.fsElementTitle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%) scale(1);
    width: 45px;
    height: 4px;
    background: #f19b6e;
    transition: .4s;
    z-index: 1
}

body:not(.fsComposeMode) .homepage-school-boxes>header h2.fsElementTitle:after {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translate(-50%) scale(1);
    width: 156px;
    height: 81px;
    background: url(images/title-deco.svg) no-repeat 50%;
    background-size: cover;
    z-index: -1;
    opacity: .2
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .homepage-school-boxes>header h2.fsElementTitle:after {
        width: 200px;
        height: 103px
    }
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1060px;
    z-index: 9
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent {
        grid-template-columns: repeat(4, 1fr)
    }
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:after {
    content: "";
    position: absolute;
    width: calc(100% - 70px);
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    height: 5px;
    transition: .5s;
    z-index: 3
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:after {
        width: 100%
    }
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement>.fsElementContent {
    margin-bottom: 5px
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement>header {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(calc(100% - 50px));
    width: 100%;
    padding: 0 35px 20px;
    color: #fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: .5s;
    overflow: hidden
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement>header {
        padding: 0 15px 20px
    }
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement>header h2.fsElementTitle {
    position: relative;
    display: block;
    margin: 0;
    padding-top: 14px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    transition: .3s;
    white-space: nowrap;
    overflow: hidden;
    max-height: 35px
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement>header h2.fsElementTitle {
        font-size: 18px;
        line-height: 19px
    }
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement>header h2.fsElementTitle:before {
    content: "";
    width: 40px;
    height: 3px;
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement>header .fsElementHeaderContent {
    position: relative;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: .3s
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement>header .fsElementHeaderContent a {
    color: #fff
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement article {
    position: relative;
    display: block;
    width: 100%;
    height: 209px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement article {
        height: 320px
    }
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement article:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8) 4.74%, rgba(52, 59, 67, 8e-05));
    transition: .3s
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement article a,
body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement article figure,
body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement article picture {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement article img {
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:not(:last-child) {
    margin-bottom: 40px
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:not(:last-child) {
        margin: 0
    }
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:nth-child(odd):after {
    background: #a0c5be
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:nth-child(2n):after {
    background: #f19b6e
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement.focused-in:after,
body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:focus-within:after,
body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:focus:after,
body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:hover:after {
    width: 50%;
    height: 13px;
    transform: translate(-50%)
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement.focused-in article:after,
body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:focus-within article:after,
body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:focus article:after,
body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:hover article:after {
    height: 100%
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement.focused-in>header,
body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:focus-within>header,
body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:focus>header,
body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:hover>header {
    transform: translateY(0)
}

body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement.focused-in>header .fsElementHeaderContent,
body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:focus-within>header .fsElementHeaderContent,
body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:focus>header .fsElementHeaderContent,
body:not(.fsComposeMode) .homepage-school-boxes>.fsElementContent .fsResourceElement:hover>header .fsElementHeaderContent {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 9999px;
    transition-delay: .2s
}

body:not(.fsComposeMode) .homepage-school-boxes {
    isolation: isolate
}

body:not(.fsComposeMode) .homepage-school-boxes:before {
    content: "";
    position: absolute;
    top: 0;
    left: -200px;
    width: 0;
    height: 0;
    border-top: 95px solid #16203a;
    border-right: 87px solid rgba(0, 0, 0, 0);
    z-index: -1;
    opacity: 0;
    transition: .5s
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .homepage-school-boxes:before {
        border-top: 161px solid #16203a;
        border-right: 146px solid rgba(0, 0, 0, 0)
    }
}

body:not(.fsComposeMode) .homepage-school-boxes:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -200px;
    width: 0;
    height: 0;
    border-bottom: 238px solid #16203a;
    border-left: 264px solid rgba(0, 0, 0, 0);
    z-index: -1;
    opacity: 0;
    transition: .5s
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .homepage-school-boxes:after {
        border-bottom: 434px solid #16203a;
        border-left: 394px solid rgba(0, 0, 0, 0)
    }
}

body:not(.fsComposeMode) .homepage-school-boxes span[class*=line-] {
    position: absolute;
    transform-origin: 100% 100%;
    height: 1px;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    transition: 1.2s
}

body:not(.fsComposeMode) .homepage-school-boxes span.line-1 {
    width: 200px;
    background-color: #a0c5be;
    top: 63px;
    left: -142px;
    transform: rotate(-49deg) translateX(1000px);
    opacity: 0
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .homepage-school-boxes span.line-1 {
        top: 25px;
        left: -167px
    }
}

body:not(.fsComposeMode) .homepage-school-boxes span.line-2 {
    width: 70px;
    background-color: #f19b6e;
    top: 93px;
    left: -50px;
    transform: rotate(-49deg) translateX(1000px);
    opacity: 0
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .homepage-school-boxes span.line-2 {
        top: 38px;
        left: -59px
    }
}

body:not(.fsComposeMode) .homepage-school-boxes span.line-3 {
    width: 224px;
    background-color: #a0c5be;
    bottom: 450px;
    right: -105px;
    transform: rotate(-51deg) translateX(1000px);
    opacity: 0
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .homepage-school-boxes span.line-3 {
        bottom: 300px;
        right: -111px;
        transform: rotate(-45deg)
    }
}

body:not(.fsComposeMode) .homepage-school-boxes span.line-4 {
    width: 81px;
    background-color: #f19b6e;
    bottom: 94px;
    right: 35px;
    transform: rotate(-51deg) translateX(1000px);
    opacity: 0
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .homepage-school-boxes span.line-4 {
        width: 50px;
        bottom: 50px;
        right: 32px;
        transform: rotate(-51deg)
    }
}

body:not(.fsComposeMode) .homepage-school-boxes span.line-5 {
    width: 224px;
    background-color: #a0c5be;
    bottom: 64px;
    right: 97px;
    transform: rotate(-51deg) translateX(1000px);
    opacity: 0
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .homepage-school-boxes span.line-5 {
        width: 90px;
        bottom: 41px;
        right: 60px;
        transform: rotate(-51deg)
    }
}

body:not(.fsComposeMode).home .homepage-school-boxes.animate:before {
    opacity: 1;
    left: 0;
    transition-delay: 1s
}

body:not(.fsComposeMode).home .homepage-school-boxes.animate:after {
    opacity: 1;
    right: 0;
    transition-delay: 1s
}

body:not(.fsComposeMode).home .homepage-school-boxes.animate span.line-1,
body:not(.fsComposeMode).home .homepage-school-boxes.animate span.line-2,
body:not(.fsComposeMode).home .homepage-school-boxes.animate span.line-3,
body:not(.fsComposeMode).home .homepage-school-boxes.animate span.line-4,
body:not(.fsComposeMode).home .homepage-school-boxes.animate span.line-5 {
    opacity: 1;
    transform: rotate(-49deg) translateX(0);
    transition-delay: 1.5s
}

body:not(.fsComposeMode) .facts-area {
    position: relative;
    display: block;
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    background: #202c4b;
    padding: 60px 20px;
    z-index: 20
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .facts-area {
        padding: 95px 20px
    }
}

body:not(.fsComposeMode) .facts-area>header {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 70px
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .facts-area>header {
        margin-bottom: 97px
    }
}

body:not(.fsComposeMode) .facts-area>header h2.fsElementTitle {
    position: relative;
    margin: 0;
    font-family: Georgia, serif;
    color: #fff;
    font-size: 33px;
    line-height: 38px;
    padding-top: 11px;
    z-index: 2;
    isolation: isolate
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .facts-area>header h2.fsElementTitle {
        font-size: 45px;
        line-height: 52px
    }
}

body:not(.fsComposeMode) .facts-area>header h2.fsElementTitle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%) scale(1);
    width: 45px;
    height: 4px;
    background: #f19b6e;
    transition: .4s;
    z-index: 1
}

body:not(.fsComposeMode) .facts-area>header h2.fsElementTitle:after {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translate(-50%) scale(1);
    width: 156px;
    height: 81px;
    background: url(images/title-deco.svg) no-repeat 50%;
    background-size: cover;
    z-index: -1;
    opacity: .2
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .facts-area>header h2.fsElementTitle:after {
        width: 200px;
        height: 103px
    }
}

body:not(.fsComposeMode) .facts-area>.fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1050px;
    z-index: 10
}

body:not(.fsComposeMode) .facts-area>footer {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 50px
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .facts-area>footer {
        margin-bottom: 70px
    }
}

body:not(.fsComposeMode) .facts-area>footer a:focus,
body:not(.fsComposeMode) .facts-area>footer a:hover {
    color: #f19b6e
}

body:not(.fsComposeMode) .facts-area>footer a.fs_style_37:focus,
body:not(.fsComposeMode) .facts-area>footer a.fs_style_37:hover {
    color: #202c4b;
    background-color: #f19b6e
}

body:not(.fsComposeMode) .facts-area .facts-box {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .facts-area .facts-box:not(:last-child):after {
        position: absolute;
        top: 20px;
        right: 0;
        content: "";
        background: #dedede;
        width: 1px;
        height: 60px;
        opacity: .4
    }
}

body:not(.fsComposeMode) .facts-area .facts-box>header {
    position: relative;
    display: block;
    margin-bottom: 30px;
    color: #fff;
    font-size: 19px;
    line-height: 1.12em;
    font-weight: 500
}

body:not(.fsComposeMode) .facts-area .facts-box>header .fsElementHeaderContent {
    display: block;
    width: 50%;
    margin: 0 auto
}

body:not(.fsComposeMode) .facts-area .facts-box>header h2.fsElementTitle {
    color: #f19b6e;
    margin: 0;
    font-family: Georgia, serif;
    font-size: 50px;
    line-height: 58px
}

body:not(.fsComposeMode) .facts-area ul.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 30px !important
}

body:not(.fsComposeMode) .facts-area ul.slick-dots,
body:not(.fsComposeMode) .facts-area ul.slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none
}

body:not(.fsComposeMode) .facts-area ul.slick-dots li {
    margin: 0;
    padding: 0
}

body:not(.fsComposeMode) .facts-area ul.slick-dots>li {
    width: 15px;
    height: 15px;
    margin: 0 5px
}

body:not(.fsComposeMode) .facts-area ul.slick-dots>li:only-child {
    display: none
}

body:not(.fsComposeMode) .facts-area ul.slick-dots>li button {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 1px #f19b6e;
    background-color: rgba(0, 0, 0, 0);
    transition: .5s;
    cursor: pointer;
    border-radius: 50%
}

body:not(.fsComposeMode) .facts-area ul.slick-dots>li.slick-active button {
    background-color: #f19b6e
}

body:not(.fsComposeMode) .facts-area {
    isolation: isolate
}

body:not(.fsComposeMode) .facts-area:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 94px solid #16203a;
    border-left: 86px solid rgba(0, 0, 0, 0);
    z-index: -1;
    transition: .5s
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .facts-area:before {
        border-top: 216px solid #16203a;
        border-left: 196px solid rgba(0, 0, 0, 0)
    }
}

body:not(.fsComposeMode) .facts-area:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 189px solid #16203a;
    border-right: 173px solid rgba(0, 0, 0, 0);
    z-index: -1;
    transition: .5s
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .facts-area:after {
        border-bottom: 566px solid #16203a;
        border-right: 519px solid rgba(0, 0, 0, 0)
    }
}

body:not(.fsComposeMode) .facts-area span[class*=line-] {
    position: absolute;
    transform-origin: 100% 100%;
    height: 1px;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    transition: 1.2s
}

body:not(.fsComposeMode) .facts-area span.line-1 {
    width: 50px;
    background-color: #f19b6e;
    bottom: 112px;
    left: 75px;
    transform: rotate(49deg)
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .facts-area span.line-1 {
        width: 17px;
        bottom: 40px;
        left: 10px
    }
}

body:not(.fsComposeMode) .facts-area span.line-2 {
    width: 82px;
    background-color: #a0c5be;
    bottom: -19px;
    left: 232px;
    transform: rotate(49deg)
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .facts-area span.line-2 {
        width: 27px;
        bottom: -8px;
        left: 78px
    }
}

body:not(.fsComposeMode) .facts-area span.line-3 {
    width: 270px;
    background-color: #f19b6e;
    bottom: -63px;
    left: 101px;
    transform: rotate(49deg)
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .facts-area span.line-3 {
        width: 90px;
        bottom: -28px;
        left: 40px
    }
}

body:not(.fsComposeMode) .homepage-image-area {
    position: relative;
    display: block;
    z-index: 10;
    background-color: #f8f8f8;
    margin: 0;
    padding: 0
}

body:not(.fsComposeMode) .homepage-image-area>header {
    display: none
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .homepage-image-area>.fsElementContent {
        position: relative;
        display: flex;
        flex-direction: row-reverse
    }
}

body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsContent {
    position: relative;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 30px 85px;
    margin: 0
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsContent {
        width: 50%
    }
}

@media (min-width:1200px) {
    body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsContent {
        padding: 98px 110px 40px
    }
}

body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsContent:before {
    content: ""
}

body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsContent>header {
    position: relative;
    margin-bottom: 15px
}

body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsContent>header h2.fsElementTitle {
    position: relative;
    display: block;
    margin: 0;
    color: #202c4b;
    font-family: Georgia, serif;
    font-size: 38px;
    line-height: 41px;
    padding-top: 23px
}

@media (min-width:1200px) {
    body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsContent>header h2.fsElementTitle {
        font-size: 45px;
        line-height: 49px
    }
}

body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsContent>header h2.fsElementTitle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 4px;
    background-color: #f19b6e
}

body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsContent>.fsElementContent {
    color: #242424;
    font-size: 14px;
    line-height: 26px
}

body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsContent>.fsElementContent .fs_style_42,
body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsContent>.fsElementContent .fs_style_45 {
    display: table
}

body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsResourceElement {
    position: relative;
    display: block;
    margin: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsResourceElement {
        width: 50%;
        max-height: 750px
    }
}

body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsResourceElement article,
body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsResourceElement article a,
body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsResourceElement article figure,
body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsResourceElement article picture {
    position: relative;
    display: block
}

body:not(.fsComposeMode) .homepage-image-area>.fsElementContent>.fsResourceElement article img {
    display: block;
    width: 100%;
    opacity: 0
}

body:not(.fsComposeMode) .mashup {
    position: relative;
    display: block;
    background: #202c4b;
    padding: 80px 13px 93px;
    z-index: 20;
    margin: 0
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .mashup {
        padding: 115px 20px 210px
    }
}

body:not(.fsComposeMode) .mashup>header {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 70px
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .mashup>header {
        margin-bottom: 90px
    }
}

body:not(.fsComposeMode) .mashup>header h2.fsElementTitle {
    position: relative;
    margin: 0;
    font-family: Georgia, serif;
    color: #fff;
    font-size: 33px;
    line-height: 38px;
    padding-top: 11px;
    z-index: 2;
    isolation: isolate
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .mashup>header h2.fsElementTitle {
        font-size: 45px;
        line-height: 52px
    }
}

body:not(.fsComposeMode) .mashup>header h2.fsElementTitle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%) scale(1);
    width: 45px;
    height: 4px;
    background: #f19b6e;
    transition: .4s;
    z-index: 1
}

body:not(.fsComposeMode) .mashup>header h2.fsElementTitle:after {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translate(-50%) scale(1);
    width: 156px;
    height: 81px;
    background: url(images/title-deco.svg) no-repeat 50%;
    background-size: cover;
    z-index: -1;
    opacity: .2
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .mashup>header h2.fsElementTitle:after {
        width: 200px;
        height: 103px
    }
}

body:not(.fsComposeMode) .mashup>.fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1050px;
    z-index: 9
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .mashup>.fsElementContent {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        grid-gap: 10px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .mashup>.fsElementContent {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

body:not(.fsComposeMode) .mashup>.fsElementContent>.fsElement {
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .mashup>.fsElementContent>.fsElement {
        margin-bottom: 0;
        max-height: 315px
    }
}

body:not(.fsComposeMode) .mashup .mashup-infographic {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0
}

body:not(.fsComposeMode) .mashup .mashup-infographic>.fsElementContent .fsElement.fsContent,
body:not(.fsComposeMode) .mashup .mashup-infographic>.fsElementContent header.slick-slide {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 175px
}

@media (min-width:500px) {

    body:not(.fsComposeMode) .mashup .mashup-infographic>.fsElementContent .fsElement.fsContent,
    body:not(.fsComposeMode) .mashup .mashup-infographic>.fsElementContent header.slick-slide {
        height: 285px
    }
}

body:not(.fsComposeMode) .mashup .mashup-infographic>.fsElementContent .fsElement.fsContent>header,
body:not(.fsComposeMode) .mashup .mashup-infographic>.fsElementContent header.slick-slide>header {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 60%;
    transition: .3s
}

body:not(.fsComposeMode) .mashup .mashup-infographic>.fsElementContent .fsElement.fsContent>header .fsElementTitle,
body:not(.fsComposeMode) .mashup .mashup-infographic>.fsElementContent header.slick-slide>header .fsElementTitle {
    color: #202c4b;
    font-size: 50px;
    line-height: 57px;
    margin: 0;
    font-family: Georgia, serif;
    font-weight: 700
}

body:not(.fsComposeMode) .mashup .mashup-infographic>.fsElementContent .fsElement.fsContent>header .fsElementHeaderContent,
body:not(.fsComposeMode) .mashup .mashup-infographic>.fsElementContent header.slick-slide>header .fsElementHeaderContent {
    position: relative;
    display: block;
    margin: 5px 0 0;
    color: #202c4b;
    font-size: 14px;
    line-height: 21px;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

body:not(.fsComposeMode) .mashup .mashup-infographic>.fsElementContent header.slick-slide {
    align-items: flex-end
}

body:not(.fsComposeMode) .mashup .mashup-infographic>.fsElementContent header.slick-slide>.fsElementTitle {
    display: block;
    padding: 0 10px 20px;
    margin: 0;
    color: #202c4b;
    font-size: 22px;
    line-height: 27px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-align: center
}

body:not(.fsComposeMode) .mashup .mashup-infographic.alternate {
    background-color: #fff
}

body:not(.fsComposeMode) .mashup .mashup-infographic.alternate>.fsElementContent {
    z-index: 3
}

body:not(.fsComposeMode) .mashup .mashup-infographic.alternate:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .8) 4.74%, rgba(52, 59, 67, 8e-05));
    transform: rotate(-180deg)
}

body:not(.fsComposeMode) .mashup .mashup-infographic.alternate:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(32, 44, 75, .5);
    transition: 1s;
    opacity: 0;
    z-index: 1
}

body:not(.fsComposeMode) .mashup .mashup-infographic.alternate.info-animating:after {
    opacity: 1
}

body:not(.fsComposeMode) .mashup .mashup-infographic.alternate[data-image-sizes] {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

body:not(.fsComposeMode) .mashup .mashup-infographic.alternate>.fsElementContent .fsElement.fsContent {
    position: relative;
    background-color: rgba(0, 0, 0, 0)
}

body:not(.fsComposeMode) .mashup .mashup-infographic.alternate>.fsElementContent .fsElement.fsContent>header .fsElementHeaderContent,
body:not(.fsComposeMode) .mashup .mashup-infographic.alternate>.fsElementContent .fsElement.fsContent>header .fsElementTitle {
    color: #fff
}

body:not(.fsComposeMode) .mashup .mashup-infographic.alternate>.fsElementContent header.slick-slide {
    background-color: rgba(0, 0, 0, 0)
}

body:not(.fsComposeMode) .mashup .mashup-infographic.alternate>.fsElementContent header.slick-slide>.fsElementTitle {
    color: #fff
}

body:not(.fsComposeMode) .mashup .mashup-infographic:not(.alternate)>.fsElementContent .fsElement.fsContent.slick-slide {
    flex-direction: column
}

body:not(.fsComposeMode) .mashup .mashup-fact-box {
    position: relative;
    display: block;
    width: 100%;
    height: 205px;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #202c4b
}

@media (min-width:500px) {
    body:not(.fsComposeMode) .mashup .mashup-fact-box {
        height: 315px;
        padding: 20px
    }
}

body:not(.fsComposeMode) .mashup .mashup-fact-box>header {
    position: relative;
    display: block;
    width: 100%;
    text-align: center
}

body:not(.fsComposeMode) .mashup .mashup-fact-box>header h2.fsElementTitle {
    margin: 0;
    color: #202c4b;
    font-size: 50px;
    line-height: 58px;
    font-family: Georgia, serif;
    font-weight: 700
}

body:not(.fsComposeMode) .mashup .mashup-fact-box>header .fsElementHeaderContent {
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
    margin: 0
}

body:not(.fsComposeMode) .mashup .mashup-fact-box>.fsElementContent {
    font-size: 12px;
    line-height: 18px;
    width: 90%;
    text-align: center;
    padding-top: 10px;
    overflow: hidden;
    max-height: 64px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .mashup .mashup-fact-box>.fsElementContent {
        max-height: 0;
        opacity: 0;
        transition: .5s;
        padding-top: 10px;
        transform: translateY(200px)
    }
}

body:not(.fsComposeMode) .mashup .mashup-fact-box:focus-within>.fsElementContent,
body:not(.fsComposeMode) .mashup .mashup-fact-box:focus>.fsElementContent,
body:not(.fsComposeMode) .mashup .mashup-fact-box:hover>.fsElementContent {
    max-height: 64px;
    opacity: 1
}

@media (min-width:1000px) {

    body:not(.fsComposeMode) .mashup .mashup-fact-box:focus-within>.fsElementContent,
    body:not(.fsComposeMode) .mashup .mashup-fact-box:focus>.fsElementContent,
    body:not(.fsComposeMode) .mashup .mashup-fact-box:hover>.fsElementContent {
        transform: translateY(0);
        padding-bottom: 20px;
        max-height: 84px
    }
}

body:not(.fsComposeMode) .mashup .mashup-fact-box[data-image-sizes] {
    color: #fff;
    isolation: isolate;
    overflow: hidden
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .mashup .mashup-fact-box[data-image-sizes] {
        justify-content: flex-end;
        padding: 20px
    }
}

body:not(.fsComposeMode) .mashup .mashup-fact-box[data-image-sizes]:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .8) 4.74%, rgba(52, 59, 67, 8e-05));
    transform: rotate(-180deg);
    transition: .5s;
    z-index: 1
}

@media (max-width:999px) {
    body:not(.fsComposeMode) .mashup .mashup-fact-box[data-image-sizes]:after {
        height: 100%;
        background-color: rgba(32, 44, 75, .4);
        bottom: 0
    }
}

body:not(.fsComposeMode) .mashup .mashup-fact-box[data-image-sizes]:before {
    content: "";
    position: absolute;
    inset: 0;
    transition: .5s;
    transform: scale(1.3);
    background: inherit;
    z-index: -1
}

@media (max-width:999px) {
    body:not(.fsComposeMode) .mashup .mashup-fact-box[data-image-sizes]:before {
        transform: scale(1)
    }
}

body:not(.fsComposeMode) .mashup .mashup-fact-box[data-image-sizes]>header h2.fsElementTitle {
    color: #fff
}

body:not(.fsComposeMode) .mashup .mashup-fact-box[data-image-sizes]>.fsElementContent,
body:not(.fsComposeMode) .mashup .mashup-fact-box[data-image-sizes]>header {
    z-index: 3
}

body:not(.fsComposeMode) .mashup .mashup-fact-box[data-image-sizes]:focus-within:before,
body:not(.fsComposeMode) .mashup .mashup-fact-box[data-image-sizes]:focus:before,
body:not(.fsComposeMode) .mashup .mashup-fact-box[data-image-sizes]:hover:before {
    transform: scale(1)
}

body:not(.fsComposeMode) .mashup .mashup-fact-box[data-image-sizes]:focus-within:after,
body:not(.fsComposeMode) .mashup .mashup-fact-box[data-image-sizes]:focus:after,
body:not(.fsComposeMode) .mashup .mashup-fact-box[data-image-sizes]:hover:after {
    height: 100%
}

body:not(.fsComposeMode) .mashup .mashup-news {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

body:not(.fsComposeMode) .mashup .mashup-news>header {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 2
}

body:not(.fsComposeMode) .mashup .mashup-news>header h2.fsElementTitle {
    font-size: 10px;
    margin: 0;
    background-color: #fff;
    padding: 13px 10px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    line-height: 1
}

body:not(.fsComposeMode) .mashup .mashup-news .slick-slider {
    padding-bottom: 0 !important
}

body:not(.fsComposeMode) .mashup .mashup-news .slick-arrow {
    z-index: 5
}

body:not(.fsComposeMode) .mashup .mashup-news article {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    height: 175px
}

@media (min-width:500px) {
    body:not(.fsComposeMode) .mashup .mashup-news article {
        height: 315px
    }
}

body:not(.fsComposeMode) .mashup .mashup-news article .fsThumbnail {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: unset;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    transform: scale(1.3)
}

body:not(.fsComposeMode) .mashup .mashup-news article .fsThumbnail img {
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

body:not(.fsComposeMode) .mashup .mashup-news article .fsThumbnail:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .76) 4.74%, rgba(52, 59, 67, 7.6e-05));
    transform: rotate(-180deg);
    z-index: 1
}

body:not(.fsComposeMode) .mashup .mashup-news article .fsTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 15px 45px;
    color: #fff;
    margin: 0;
    width: 100%
}

body:not(.fsComposeMode) .mashup .mashup-news article .fsTitle a {
    color: #fff;
    font-family: Georgia, serif;
    font-size: 19px;
    line-height: 24px;
    text-decoration: none
}

body:not(.fsComposeMode) .mashup .mashup-news article .fsTitle a:focus,
body:not(.fsComposeMode) .mashup .mashup-news article .fsTitle a:hover {
    text-decoration: underline
}

body:not(.fsComposeMode) .mashup .mashup-news article.slick-active .fsThumbnail {
    transform: scale(1)
}

body:not(.fsComposeMode) .mashup .mashup-text-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background: #a0c5be;
    isolation: isolate;
    padding: 0;
    overflow: hidden
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .mashup .mashup-text-box {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    body:not(.fsComposeMode) .mashup .mashup-text-box:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        border-bottom: 129px solid #8ab7af;
        border-right: 98px solid rgba(0, 0, 0, 0);
        z-index: -1;
        transition: .5s
    }

    body:not(.fsComposeMode) .mashup .mashup-text-box:focus-within:before,
    body:not(.fsComposeMode) .mashup .mashup-text-box:focus:before,
    body:not(.fsComposeMode) .mashup .mashup-text-box:hover:before {
        transform: translate(-40px)
    }
}

body:not(.fsComposeMode) .mashup .mashup-text-box>header {
    position: relative;
    display: block;
    cursor: pointer
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .mashup .mashup-text-box>header {
        text-align: center
    }
}

body:not(.fsComposeMode) .mashup .mashup-text-box>header h2.fsElementTitle {
    padding: 18px 53px 18px 18px;
    margin: 0;
    color: #202c4b;
    font-size: 16px;
    line-height: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    position: relative
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .mashup .mashup-text-box>header h2.fsElementTitle {
        padding: 0;
        font-size: 22px;
        line-height: 27px;
        word-spacing: 2000px
    }
}

body:not(.fsComposeMode) .mashup .mashup-text-box>header h2.fsElementTitle:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 100%;
    background-color: #8ab7af;
    z-index: 1
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .mashup .mashup-text-box>header h2.fsElementTitle:after {
        display: none
    }
}

body:not(.fsComposeMode) .mashup .mashup-text-box>header h2.fsElementTitle:before {
    content: "\F054";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #202c4b;
    font-size: 15px;
    line-height: 1;
    transition: .4s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    right: 20px;
    display: block;
    z-index: 2
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .mashup .mashup-text-box>header h2.fsElementTitle:before {
        display: none
    }
}

body:not(.fsComposeMode) .mashup .mashup-text-box>header.text-show h2.fsElementTitle:before {
    transform: translateY(-50%) rotate(90deg)
}

body:not(.fsComposeMode) .mashup .mashup-text-box>.fsElementContent {
    position: relative;
    color: #202c4b;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(400px);
    transition: opacity 1.4s, max-height 1s, transform 1s;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width:599px) {
    body:not(.fsComposeMode) .mashup .mashup-text-box>.fsElementContent {
        display: none
    }
}

body:not(.fsComposeMode) .mashup .mashup-text-box>.mobile-text {
    position: relative;
    display: block;
    padding: 20px;
    color: #202c4b;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    background-color: #8ab7af;
    display: none
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .mashup .mashup-text-box>.mobile-text {
        display: none !important
    }
}

body:not(.fsComposeMode) .mashup .mashup-text-box.orange {
    background: #f19b6e
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .mashup .mashup-text-box.orange:before {
        border-bottom: 129px solid #ef8e5b
    }
}

body:not(.fsComposeMode) .mashup .mashup-text-box.orange>.mobile-text,
body:not(.fsComposeMode) .mashup .mashup-text-box.orange>header h2.fsElementTitle:after {
    background-color: #ef8b57
}

@media (min-width:600px) {

    body:not(.fsComposeMode) .mashup .mashup-text-box:focus-within>.fsElementContent,
    body:not(.fsComposeMode) .mashup .mashup-text-box:focus>.fsElementContent,
    body:not(.fsComposeMode) .mashup .mashup-text-box:hover>.fsElementContent {
        max-height: 81px;
        opacity: 1;
        transform: translateY(0);
        transition: opacity 1.4s .5s, max-height 1s .2s, transform 1s .2s
    }
}

body:not(.fsComposeMode) .mashup .mashup-feeds {
    position: relative;
    display: block;
    width: 100%;
    max-height: 315px;
    overflow: hidden;
    margin: 0
}

body:not(.fsComposeMode) .mashup .mashup-feeds>header {
    display: none
}

body:not(.fsComposeMode) .mashup .mashup-feeds article.feed-article {
    position: relative;
    display: block;
    margin: 0;
    height: 315px;
    padding: 15px 10px 35px;
    background: #e5e5e5
}

body:not(.fsComposeMode) .mashup .mashup-feeds article.feed-article a.feed-article-full-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    cursor: pointer
}

body:not(.fsComposeMode) .mashup .mashup-feeds article.feed-article a.feed-article-full-link:before {
    content: "\F16D";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 24px;
    line-height: 24px;
    color: #555
}

body:not(.fsComposeMode) .mashup .mashup-feeds article.feed-article a.feed-article-full-link span {
    display: none
}

body:not(.fsComposeMode) .mashup .mashup-feeds article.feed-article .feed-article-header {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px
}

body:not(.fsComposeMode) .mashup .mashup-feeds article.feed-article .feed-article-header a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #363636;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

body:not(.fsComposeMode) .mashup .mashup-feeds article.feed-article .feed-article-header a:focus,
body:not(.fsComposeMode) .mashup .mashup-feeds article.feed-article .feed-article-header a:hover {
    text-decoration: underline
}

body:not(.fsComposeMode) .mashup .mashup-feeds article.feed-article .feed-article-header a span {
    margin-left: auto;
    color: #525256;
    font-weight: 500
}

body:not(.fsComposeMode) .mashup .mashup-feeds article.feed-article .feed-article-thumbnail {
    position: relative;
    display: block;
    width: 100%;
    height: 155px;
    margin-bottom: 15px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

body:not(.fsComposeMode) .mashup .mashup-feeds article.feed-article .feed-article-thumbnail img {
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

body:not(.fsComposeMode) .mashup .mashup-feeds article.feed-article .feed-article-info {
    position: relative;
    display: block;
    color: #1c1c1c;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    overflow: hidden
}

body:not(.fsComposeMode) .mashup .mashup-feeds article.feed-article .feed-article-info .info-text {
    position: relative;
    display: block;
    max-height: 58px;
    overflow: hidden
}

body:not(.fsComposeMode) .mashup .mashup-infographic .slick-slider,
body:not(.fsComposeMode) .mashup .mashup-news .slick-slider {
    position: relative;
    padding-bottom: 30px
}

body:not(.fsComposeMode) .mashup .mashup-infographic .slick-slider .slick-arrow,
body:not(.fsComposeMode) .mashup .mashup-news .slick-slider .slick-arrow {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 30px;
    background-color: #4e7fc0;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    cursor: pointer;
    transition: .3s;
    overflow: hidden
}

body:not(.fsComposeMode) .mashup .mashup-infographic .slick-slider .slick-arrow:before,
body:not(.fsComposeMode) .mashup .mashup-news .slick-slider .slick-arrow:before {
    content: "\E917";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    position: relative;
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    transition: .3s;
    transform: scale(1) translateX(0)
}

body:not(.fsComposeMode) .mashup .mashup-infographic .slick-slider .slick-arrow.slick-next,
body:not(.fsComposeMode) .mashup .mashup-news .slick-slider .slick-arrow.slick-next {
    right: 0;
    left: auto
}

body:not(.fsComposeMode) .mashup .mashup-infographic .slick-slider .slick-arrow.slick-next:focus:before,
body:not(.fsComposeMode) .mashup .mashup-infographic .slick-slider .slick-arrow.slick-next:hover:before,
body:not(.fsComposeMode) .mashup .mashup-news .slick-slider .slick-arrow.slick-next:focus:before,
body:not(.fsComposeMode) .mashup .mashup-news .slick-slider .slick-arrow.slick-next:hover:before {
    transform: scale(1) translateX(10px)
}

body:not(.fsComposeMode) .mashup .mashup-infographic .slick-slider .slick-arrow.slick-prev,
body:not(.fsComposeMode) .mashup .mashup-news .slick-slider .slick-arrow.slick-prev {
    left: 0;
    width: calc(50% - 1px)
}

body:not(.fsComposeMode) .mashup .mashup-infographic .slick-slider .slick-arrow.slick-prev:before,
body:not(.fsComposeMode) .mashup .mashup-news .slick-slider .slick-arrow.slick-prev:before {
    transform: scale(-1)
}

body:not(.fsComposeMode) .mashup .mashup-infographic .slick-slider .slick-arrow.slick-prev:focus:before,
body:not(.fsComposeMode) .mashup .mashup-infographic .slick-slider .slick-arrow.slick-prev:hover:before,
body:not(.fsComposeMode) .mashup .mashup-news .slick-slider .slick-arrow.slick-prev:focus:before,
body:not(.fsComposeMode) .mashup .mashup-news .slick-slider .slick-arrow.slick-prev:hover:before {
    transform: scale(-1) translateX(10px)
}

body:not(.fsComposeMode) .mashup .mashup-infographic .slick-slider .slick-arrow:focus,
body:not(.fsComposeMode) .mashup .mashup-infographic .slick-slider .slick-arrow:hover,
body:not(.fsComposeMode) .mashup .mashup-news .slick-slider .slick-arrow:focus,
body:not(.fsComposeMode) .mashup .mashup-news .slick-slider .slick-arrow:hover {
    background-color: #3f6aa3
}

body:not(.fsComposeMode) .mashup {
    isolation: isolate
}

body:not(.fsComposeMode) .mashup:before {
    content: "";
    position: absolute;
    top: 0;
    right: -200px;
    width: 0;
    height: 0;
    border-top: 94px solid #16203a;
    border-left: 86px solid rgba(0, 0, 0, 0);
    z-index: -1;
    transition: .5s;
    opacity: 0
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .mashup:before {
        border-top: 216px solid #16203a;
        border-left: 196px solid rgba(0, 0, 0, 0)
    }
}

body:not(.fsComposeMode) .mashup:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -200px;
    width: 0;
    height: 0;
    border-bottom: 189px solid #16203a;
    border-right: 173px solid rgba(0, 0, 0, 0);
    z-index: -1;
    transition: .5s;
    opacity: 0
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .mashup:after {
        border-bottom: 566px solid #16203a;
        border-right: 519px solid rgba(0, 0, 0, 0)
    }
}

body:not(.fsComposeMode) .mashup span[class*=line-] {
    position: absolute;
    transform-origin: 100% 100%;
    height: 1px;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    transition: 1.2s
}

body:not(.fsComposeMode) .mashup span.line-1 {
    width: 50px;
    background-color: #f19b6e;
    bottom: 112px;
    left: 75px;
    transform: rotate(49deg) translateX(-1000px);
    opacity: 0
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .mashup span.line-1 {
        width: 17px;
        bottom: 40px;
        left: 10px
    }
}

body:not(.fsComposeMode) .mashup span.line-2 {
    width: 82px;
    background-color: #a0c5be;
    bottom: -19px;
    left: 232px;
    transform: rotate(49deg) translateX(-1000px);
    opacity: 0
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .mashup span.line-2 {
        width: 27px;
        bottom: -8px;
        left: 78px
    }
}

body:not(.fsComposeMode) .mashup span.line-3 {
    width: 270px;
    background-color: #f19b6e;
    bottom: -63px;
    left: 101px;
    transform: rotate(49deg) translateX(-1000px);
    opacity: 0
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .mashup span.line-3 {
        width: 90px;
        bottom: -28px;
        left: 40px
    }
}

body:not(.fsComposeMode).home .mashup.animate:before {
    opacity: 1;
    right: 0;
    transition-delay: 1s
}

body:not(.fsComposeMode).home .mashup.animate:after {
    opacity: 1;
    left: 0;
    transition-delay: 1s
}

body:not(.fsComposeMode).home .mashup.animate span.line-1,
body:not(.fsComposeMode).home .mashup.animate span.line-2,
body:not(.fsComposeMode).home .mashup.animate span.line-3,
body:not(.fsComposeMode).home .mashup.animate span.line-4 {
    opacity: 1;
    transform: rotate(49deg) translateX(0);
    transition-delay: 1.5s
}

body:not(.fsComposeMode) .homepage-video-area {
    position: relative;
    display: block;
    z-index: 10;
    background-color: #f8f8f8;
    margin: 0;
    padding: 0
}

body:not(.fsComposeMode) .homepage-video-area>header {
    display: none
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .homepage-video-area>.fsElementContent {
        position: relative;
        display: flex;
        flex-direction: row
    }
}

body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsContent {
    position: relative;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 30px 60px;
    margin: 0
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsContent {
        width: 50%
    }
}

@media (min-width:1200px) {
    body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsContent {
        padding: 98px 110px 40px
    }
}

body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsContent:before {
    content: ""
}

body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsContent>header {
    position: relative;
    margin-bottom: 15px
}

body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsContent>header h2.fsElementTitle {
    position: relative;
    display: block;
    margin: 0;
    color: #202c4b;
    font-family: Georgia, serif;
    font-size: 38px;
    line-height: 41px;
    padding-top: 23px
}

@media (min-width:1200px) {
    body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsContent>header h2.fsElementTitle {
        font-size: 45px;
        line-height: 49px
    }
}

body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsContent>header h2.fsElementTitle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 4px;
    background-color: #f19b6e
}

body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsContent>.fsElementContent {
    color: #242424;
    font-size: 14px;
    line-height: 26px
}

body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsContent>.fsElementContent .fs_style_42,
body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsContent>.fsElementContent .fs_style_45 {
    display: table
}

body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsResourceElement {
    position: relative;
    display: block;
    margin: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsResourceElement {
        width: 50%;
        max-height: 750px
    }
}

body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsResourceElement>header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0
}

body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsResourceElement>header .fsElementHeaderContent {
    margin: 0;
    display: block
}

body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsResourceElement>header a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .51);
    z-index: 2;
    transition: .6s;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    display: block
}

body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsResourceElement>header a:before {
    content: "\E913";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #f19b6e;
    font-size: 18px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    display: grid;
    place-items: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    transition: .5s;
    text-indent: 3px
}

body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsResourceElement>header a:focus,
body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsResourceElement>header a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .8)
}

body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsResourceElement>header a:focus:before,
body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsResourceElement>header a:hover:before {
    transform: translate(-50%, -50%) scale(1.2)
}

body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsResourceElement article,
body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsResourceElement article a,
body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsResourceElement article figure,
body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsResourceElement article picture {
    position: relative;
    display: block
}

body:not(.fsComposeMode) .homepage-video-area>.fsElementContent>.fsResourceElement article img {
    display: block;
    width: 100%;
    opacity: 0
}

body:not(.fsComposeMode) .homepage-testimonials {
    position: relative;
    display: block;
    background: #202c4b;
    padding: 85px 13px 43px;
    z-index: 20;
    margin: 0
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .homepage-testimonials {
        padding: 120px 20px 100px
    }
}

body:not(.fsComposeMode) .homepage-testimonials>header {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 96px
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .homepage-testimonials>header {
        margin-bottom: 110px
    }
}

body:not(.fsComposeMode) .homepage-testimonials>header h2.fsElementTitle {
    position: relative;
    margin: 0;
    font-family: Georgia, serif;
    color: #fff;
    font-size: 33px;
    line-height: 38px;
    padding-top: 11px;
    z-index: 2;
    isolation: isolate
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .homepage-testimonials>header h2.fsElementTitle {
        font-size: 45px;
        line-height: 52px
    }
}

body:not(.fsComposeMode) .homepage-testimonials>header h2.fsElementTitle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%) scale(1);
    width: 45px;
    height: 4px;
    background: #f19b6e;
    transition: .4s;
    z-index: 1
}

body:not(.fsComposeMode) .homepage-testimonials>header h2.fsElementTitle:after {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translate(-50%) scale(1);
    width: 156px;
    height: 81px;
    background: url(images/title-deco.svg) no-repeat 50%;
    background-size: cover;
    z-index: -1;
    opacity: .2
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .homepage-testimonials>header h2.fsElementTitle:after {
        width: 200px;
        height: 103px
    }
}

body:not(.fsComposeMode) .homepage-testimonials>footer {
    position: relative;
    max-width: 1050px;
    display: block;
    margin: 50px auto 0;
    text-align: center
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .homepage-testimonials>footer {
        text-align: right;
        margin: 50px auto 0
    }
}

@media (max-width:999px) {
    body:not(.fsComposeMode) .homepage-testimonials>footer {
        position: absolute;
        margin: 0;
        bottom: 73px;
        right: 100px;
        z-index: 11
    }
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .homepage-testimonials>footer {
        bottom: 23px;
        right: 30px
    }
}

body:not(.fsComposeMode) .homepage-testimonials>footer .fsElementFooterContent {
    margin: 0
}

body:not(.fsComposeMode) .homepage-testimonials>footer a {
    color: #fff;
    display: table;
    margin: 0 auto
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .homepage-testimonials>footer a {
        margin: 0 0 0 auto
    }
}

body:not(.fsComposeMode) .homepage-testimonials>footer a.fs_style_45:before {
    background-image: url(images/open_circle_white.svg);
    background-position: 0;
    background-repeat: no-repeat
}

body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1050px;
    z-index: 9
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 260px 260px;
        grid-gap: 10px
    }

    body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent>:first-child {
        grid-column: 1/2;
        grid-row: 1/2
    }

    body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent>:nth-child(2) {
        grid-column: 2/4;
        grid-row: 1/2
    }

    body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent>:nth-child(3) {
        grid-column: 1/3;
        grid-row: 2/3
    }

    body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent>:nth-child(4) {
        grid-column: 3/4;
        grid-row: 2/3
    }

    body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent>:last-child {
        grid-column: 4/6;
        grid-row: 1/3;
        height: 530px
    }

    body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent>:last-child>header h2.fsElementTitle {
        font-size: 16px;
        line-height: 16px
    }
}

body:not(.fsComposeMode) .homepage-testimonials .image-box {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 370px;
    cursor: pointer
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .homepage-testimonials .image-box {
        height: 260px
    }
}

body:not(.fsComposeMode) .homepage-testimonials .image-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 44, 75, .38);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

body:not(.fsComposeMode) .homepage-testimonials .image-box>footer {
    display: none
}

body:not(.fsComposeMode) .homepage-testimonials .image-box>header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px 30px 20px 10px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .homepage-testimonials .image-box>header {
        opacity: 1;
        visibility: visible
    }
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .homepage-testimonials .image-box>header {
        padding: 20px 40px 20px 25px
    }
}

body:not(.fsComposeMode) .homepage-testimonials .image-box>header:after {
    content: "\E915";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #202c4b;
    color: #fff;
    font-size: 8px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    transition: .3s
}

body:not(.fsComposeMode) .homepage-testimonials .image-box>header h2.fsElementTitle {
    color: #202c4b;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin: 0
}

body:not(.fsComposeMode) .homepage-testimonials .image-box>.fsElementContent {
    position: relative;
    width: 100%;
    height: 100%
}

body:not(.fsComposeMode) .homepage-testimonials .image-box>.fsElementContent a,
body:not(.fsComposeMode) .homepage-testimonials .image-box>.fsElementContent article,
body:not(.fsComposeMode) .homepage-testimonials .image-box>.fsElementContent figure,
body:not(.fsComposeMode) .homepage-testimonials .image-box>.fsElementContent picture {
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%
}

body:not(.fsComposeMode) .homepage-testimonials .image-box>.fsElementContent a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    z-index: 5
}

body:not(.fsComposeMode) .homepage-testimonials .image-box>.fsElementContent article img {
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

body:not(.fsComposeMode) .homepage-testimonials .video-box {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 370px;
    overflow: hidden;
    cursor: pointer
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .homepage-testimonials .video-box {
        height: 260px
    }
}

body:not(.fsComposeMode) .homepage-testimonials .video-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 44, 75, .38);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

body:not(.fsComposeMode) .homepage-testimonials .video-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .69) 4.74%, rgba(52, 59, 67, 6.9e-05));
    transform: rotate(-180deg)
}

body:not(.fsComposeMode) .homepage-testimonials .video-box>header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

body:not(.fsComposeMode) .homepage-testimonials .video-box>header:after {
    content: "\E916";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 4;
    transition: .5s;
    font-size: 28px;
    line-height: 28px;
    color: #fff
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .homepage-testimonials .video-box>header:after {
        color: #202c4b
    }
}

body:not(.fsComposeMode) .homepage-testimonials .video-box>header h2.fsElementTitle {
    color: #202c4b;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin: 0;
    background-color: #fff;
    padding: 20px 40px 20px 10px;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .homepage-testimonials .video-box>header h2.fsElementTitle {
        opacity: 1;
        visibility: visible
    }
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .homepage-testimonials .video-box>header h2.fsElementTitle {
        padding: 20px 40px 20px 25px
    }
}

body:not(.fsComposeMode) .homepage-testimonials .video-box>footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

body:not(.fsComposeMode) .homepage-testimonials .video-box>footer .fsElementFooterContent {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%
}

body:not(.fsComposeMode) .homepage-testimonials .video-box>footer p {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

body:not(.fsComposeMode) .homepage-testimonials .video-box>footer a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    text-decoration: none
}

body:not(.fsComposeMode) .homepage-testimonials .video-box>footer a:focus,
body:not(.fsComposeMode) .homepage-testimonials .video-box>footer a:focus-visible {
    outline: 2px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

body:not(.fsComposeMode) .homepage-testimonials .video-box>.fsElementContent {
    position: relative;
    width: 100%;
    height: 100%
}

body:not(.fsComposeMode) .homepage-testimonials .video-box>.fsElementContent article,
body:not(.fsComposeMode) .homepage-testimonials .video-box>.fsElementContent figure,
body:not(.fsComposeMode) .homepage-testimonials .video-box>.fsElementContent picture {
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%
}

body:not(.fsComposeMode) .homepage-testimonials .video-box>.fsElementContent article a,
body:not(.fsComposeMode) .homepage-testimonials .video-box>.fsElementContent article img {
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    pointer-events: none
}

body:not(.fsComposeMode) .homepage-testimonials .image-box.focused-in:before,
body:not(.fsComposeMode) .homepage-testimonials .image-box.focused-in>header,
body:not(.fsComposeMode) .homepage-testimonials .image-box:focus-within:before,
body:not(.fsComposeMode) .homepage-testimonials .image-box:focus-within>header,
body:not(.fsComposeMode) .homepage-testimonials .image-box:focus:before,
body:not(.fsComposeMode) .homepage-testimonials .image-box:focus>header,
body:not(.fsComposeMode) .homepage-testimonials .image-box:hover:before,
body:not(.fsComposeMode) .homepage-testimonials .image-box:hover>header {
    opacity: 1;
    visibility: visible
}

body:not(.fsComposeMode) .homepage-testimonials .video-box.focused-in:before,
body:not(.fsComposeMode) .homepage-testimonials .video-box.focused-in>header h2.fsElementTitle,
body:not(.fsComposeMode) .homepage-testimonials .video-box:focus-within:before,
body:not(.fsComposeMode) .homepage-testimonials .video-box:focus-within>header h2.fsElementTitle,
body:not(.fsComposeMode) .homepage-testimonials .video-box:focus:before,
body:not(.fsComposeMode) .homepage-testimonials .video-box:focus>header h2.fsElementTitle,
body:not(.fsComposeMode) .homepage-testimonials .video-box:hover:before,
body:not(.fsComposeMode) .homepage-testimonials .video-box:hover>header h2.fsElementTitle {
    opacity: 1;
    visibility: visible
}

body:not(.fsComposeMode) .homepage-testimonials .video-box.focused-in>header:after,
body:not(.fsComposeMode) .homepage-testimonials .video-box:focus-within>header:after,
body:not(.fsComposeMode) .homepage-testimonials .video-box:focus>header:after,
body:not(.fsComposeMode) .homepage-testimonials .video-box:hover>header:after {
    color: #202c4b
}

body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent.slick-slider {
    position: relative;
    padding-bottom: 105px
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent.slick-slider .fsResourceElement.slick-slide {
        margin: 0 10px
    }
}

body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent.slick-slider .slick-arrow {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    top: auto;
    right: auto;
    transform: translate(0) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    box-shadow: inset 0 0 0 1px #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    transition: .34s;
    border-radius: 50%
}

body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent.slick-slider .slick-arrow:before {
    content: "\E902";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #fff;
    font-size: 10px
}

body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent.slick-slider .slick-arrow:focus,
body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent.slick-slider .slick-arrow:hover {
    background-color: #f19b6e;
    box-shadow: inset 0 0 0 1px #f19b6e
}

body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent.slick-slider .slick-arrow:focus:before,
body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent.slick-slider .slick-arrow:hover:before {
    color: #202c4b
}

body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent.slick-slider .slick-arrow.slick-next {
    left: 60px
}

body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent.slick-slider .slick-arrow.slick-prev {
    left: 20px
}

body:not(.fsComposeMode) .homepage-testimonials>.fsElementContent.slick-slider .slick-arrow.slick-prev:before {
    transform: scale(-1)
}

.testimonialsModal {
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    width: calc(100% - 100px);
    max-width: 1050px;
    border: none;
    border-radius: 0;
    max-height: 84vh
}

.testimonialsModal:after {
    bottom: 0;
    right: 0;
    background: url(images/testimonials-modal-bottom-deco.svg) no-repeat 50%;
    background-size: cover
}

.testimonialsModal:after,
.testimonialsModal:before {
    content: "";
    position: absolute;
    width: 131px;
    height: 133px
}

.testimonialsModal:before {
    top: 0;
    left: 425px;
    background: url(images/testimonials-modal-top-deco.svg) no-repeat 50%;
    background-size: cover;
    display: none
}

@media (min-width:1000px) {
    .testimonialsModal:before {
        display: block
    }
}

.testimonialsModalContent {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.testimonialsModalCloseButton {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 23px;
    right: 23px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    transition: .4s;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    display: block
}

.testimonialsModalCloseButton:before {
    content: "\E914";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #202c4b;
    font-size: 33px;
    line-height: 1;
    display: block;
    position: relative;
    transition: .4s
}

.testimonialsModalCloseButton:focus,
.testimonialsModalCloseButton:hover {
    transform: scale(1.2)
}

.testimonialsModalCloseButton:focus:before,
.testimonialsModalCloseButton:hover:before {
    color: #f19b6e
}

.testimonialsModal .slick-arrow {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 20px;
    top: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    cursor: pointer;
    background-color: #202c4b;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    transition: .34s;
    border-radius: 50%;
    z-index: 200
}

.testimonialsModal .slick-arrow:before {
    content: "\E902";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #fff;
    font-size: 10px;
    transition: .3s
}

.testimonialsModal .slick-arrow:focus,
.testimonialsModal .slick-arrow:hover {
    background-color: #f19b6e
}

.testimonialsModal .slick-arrow:focus:before,
.testimonialsModal .slick-arrow:hover:before {
    color: #202c4b
}

.testimonialsModal .slick-arrow.slick-disabled {
    opacity: .5;
    pointer-events: none
}

.testimonialsModal .slick-arrow.slick-next {
    right: 20px
}

.testimonialsModal .slick-arrow.slick-prev {
    left: auto;
    right: 58px
}

.testimonialsModal .slick-arrow.slick-prev:before {
    transform: scale(-1)
}

.testimonialsModal .testimonials-modal-article {
    position: relative;
    height: 100%
}

.testimonialsModal .testimonials-modal-article>header {
    position: relative;
    padding: 0 0 50px;
    display: flex;
    flex-direction: column
}

@media (min-width:1000px) {
    .testimonialsModal .testimonials-modal-article>header {
        padding: 90px 90px 60px 500px;
        min-height: 580px;
        height: 100%
    }
}

.testimonialsModal .testimonials-modal-article picture {
    order: -1;
    position: relative;
    display: block;
    margin: 20px
}

@media (max-width:999px) {
    .testimonialsModal .testimonials-modal-article picture {
        background-image: none !important
    }
}

@media (min-width:1000px) {
    .testimonialsModal .testimonials-modal-article picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 430px;
        height: 100%;
        margin: 0;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #202c4b
    }
}

.testimonialsModal .testimonials-modal-article picture img {
    display: block;
    max-height: 220px
}

@media (min-width:1000px) {
    .testimonialsModal .testimonials-modal-article picture img {
        display: block;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px
    }
}

.testimonialsModal .testimonials-modal-article h2.fsElementTitle {
    color: #202c4b;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding: 0 20px
}

.testimonialsModal .testimonials-modal-article footer {
    position: relative;
    font-size: 13px;
    line-height: 24px;
    color: #202c4b;
    padding: 0 20px
}

body:not(.fsComposeMode) .homepage-testimonials {
    isolation: isolate
}

body:not(.fsComposeMode) .homepage-testimonials:before {
    content: "";
    position: absolute;
    top: 0;
    left: -200px;
    width: 0;
    height: 0;
    border-top: 109px solid #16203a;
    border-right: 99px solid rgba(0, 0, 0, 0);
    z-index: -1;
    opacity: 0;
    transition: .5s
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .homepage-testimonials:before {
        border-top: 268px solid #16203a;
        border-right: 244px solid rgba(0, 0, 0, 0)
    }
}

body:not(.fsComposeMode) .homepage-testimonials:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -200px;
    width: 0;
    height: 0;
    border-bottom: 158px solid #16203a;
    border-left: 144px solid rgba(0, 0, 0, 0);
    z-index: -1;
    opacity: 0;
    transition: .5s
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .homepage-testimonials:after {
        border-bottom: 541px solid #16203a;
        border-left: 492px solid rgba(0, 0, 0, 0)
    }
}

body:not(.fsComposeMode) .homepage-testimonials span[class*=line-] {
    position: absolute;
    transform-origin: 100% 100%;
    height: 1px;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    transition: 1.2s
}

body:not(.fsComposeMode) .homepage-testimonials span.line-1 {
    width: 167px;
    background-color: #a0c5be;
    bottom: 502px;
    right: -1px;
    transform: rotate(-48deg) translateX(1000px);
    opacity: 0
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .homepage-testimonials span.line-1 {
        width: 55px;
        right: 10px;
        bottom: 114px
    }
}

body:not(.fsComposeMode) .homepage-testimonials span.line-2 {
    width: 167px;
    background-color: #f19b6e;
    bottom: 569px;
    right: -72px;
    transform: rotate(-48deg) translateX(1000px);
    opacity: 0
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .homepage-testimonials span.line-2 {
        width: 55px;
        right: -10px;
        bottom: 124px
    }
}

body:not(.fsComposeMode) .homepage-testimonials span.line-3 {
    width: 50px;
    background-color: #a0c5be;
    bottom: 100px;
    right: 15px;
    transform: rotate(-48deg) translateX(1000px);
    opacity: 0
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .homepage-testimonials span.line-3 {
        width: 15px;
        right: 28px;
        bottom: 18px
    }
}

body:not(.fsComposeMode) .homepage-testimonials span.line-4 {
    width: 167px;
    background-color: #f19b6e;
    bottom: 100px;
    right: -5px;
    transform: rotate(-48deg) translateX(1000px);
    opacity: 0
}

@media (max-width:899px) {
    body:not(.fsComposeMode) .homepage-testimonials span.line-4 {
        width: 54px;
        right: 20px;
        bottom: 20px
    }
}

body:not(.fsComposeMode).home .homepage-school-boxes>header>h2.fsElementTitle,
body:not(.fsComposeMode) .homepage-testimonials>header>h2.fsElementTitle,
body:not(.fsComposeMode) .mashup>header>h2.fsElementTitle {
    transition: .4s;
    transform: translateY(100px);
    opacity: 0
}

body:not(.fsComposeMode).home .homepage-school-boxes>header>h2.fsElementTitle:before,
body:not(.fsComposeMode) .homepage-testimonials>header>h2.fsElementTitle:before,
body:not(.fsComposeMode) .mashup>header>h2.fsElementTitle:before {
    transform: translateX(-50%) scale(0);
    transition: .5s
}

body:not(.fsComposeMode).home .homepage-school-boxes>header>h2.fsElementTitle:after,
body:not(.fsComposeMode) .homepage-testimonials>header>h2.fsElementTitle:after,
body:not(.fsComposeMode) .mashup>header>h2.fsElementTitle:after {
    opacity: 0;
    transition: .5s
}

body:not(.fsComposeMode).home .homepage-school-boxes.animate>header>h2.fsElementTitle,
body:not(.fsComposeMode) .homepage-testimonials.animate>header>h2.fsElementTitle,
body:not(.fsComposeMode) .mashup.animate>header>h2.fsElementTitle {
    opacity: 1;
    transition-delay: .2s;
    transform: translateY(0)
}

body:not(.fsComposeMode).home .homepage-school-boxes.animate>header>h2.fsElementTitle:before,
body:not(.fsComposeMode) .homepage-testimonials.animate>header>h2.fsElementTitle:before,
body:not(.fsComposeMode) .mashup.animate>header>h2.fsElementTitle:before {
    transform: translateX(-50%) scale(1);
    opacity: 1;
    transition-delay: .8s
}

body:not(.fsComposeMode).home .homepage-school-boxes.animate>header>h2.fsElementTitle:after,
body:not(.fsComposeMode) .homepage-testimonials.animate>header>h2.fsElementTitle:after,
body:not(.fsComposeMode) .mashup.animate>header>h2.fsElementTitle:after {
    opacity: .2;
    transition-delay: 1s
}

body:not(.fsComposeMode).home .homepage-testimonials.animate:before {
    opacity: 1;
    left: 0;
    transition-delay: 1s
}

body:not(.fsComposeMode).home .homepage-testimonials.animate:after {
    opacity: 1;
    right: 0;
    transition-delay: 1s
}

body:not(.fsComposeMode).home .homepage-testimonials.animate span.line-1,
body:not(.fsComposeMode).home .homepage-testimonials.animate span.line-2,
body:not(.fsComposeMode).home .homepage-testimonials.animate span.line-3,
body:not(.fsComposeMode).home .homepage-testimonials.animate span.line-4 {
    opacity: 1;
    transform: rotate(-49deg) translateX(0);
    transition-delay: 1.5s
}

@media print {

    #fsFooter,
    #fsHeader,
    #fsMenu,
    .fsThumbnail,
    .hide-for-print,
    .nav-main,
    .nav-social,
    .nav-sub,
    .nav-utility-footer,
    .nav-utility-header {
        display: none !important
    }

    #fsBannerLeft,
    #fsBannerRight,
    #fsPageContent {
        width: 100% !important
    }

    html {
        font-size: 100%
    }

    body {
        font-size: 62.5%
    }

    *,
    :after,
    :before {
        background: rgba(0, 0, 0, 0) !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .slick-slide {
        display: none !important
    }

    .slick-slide.slick-active {
        display: block !important
    }

    .slick-list,
    .slick-track {
        height: auto !important
    }

    .slick-track {
        transform: none !important
    }

    .slick-track,
    .slick-track .slick-slide {
        width: auto !important
    }

    a[class*=fs_style] {
        border-color: #000
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .fsPanel>header~.fsElementContent {
        display: block
    }
}

.bpa-college-slider-1 {
    opacity: 0;
    width: 100%;
    max-width: 100%;
    margin: 50px 0
}

.bpa-college-slider-1.element-empty,
.bpa-college-slider-1.element-loaded,
body.fsComposeMode .bpa-college-slider-1 {
    opacity: 1
}

.bpa-college-slider-1 .js-marquee {
    display: flex
}

.bpa-college-slider-1>.fsElementContent>.fsListItems {
    height: 90px;
    background: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1
}

.bpa-college-slider-1>.fsElementContent>.fsListItems:after {
    display: table;
    clear: both;
    content: ""
}

body.fsComposeMode .bpa-college-slider-1>.fsElementContent>.fsListItems {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap
}

.bpa-college-slider-1>.fsElementContent>.fsListItems .fsResource {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0 20px;
    height: 90px;
    position: relative
}

body.fsComposeMode .bpa-college-slider-1>.fsElementContent>.fsListItems .fsResource {
    width: auto
}

.bpa-college-slider-1>.fsElementContent>.fsListItems .fsResource figure {
    display: block;
    margin: auto
}

.bpa-college-slider-1>.fsElementContent>.fsListItems .fsResource img {
    display: block;
    max-height: 90px;
    width: auto;
    opacity: .4
}

body:not(.fsComposeMode) .bpa-college-slider-1>.fsElementContent>.fsListItems .fsResource a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    background: rgba(0, 0, 0, 0);
    transition: .3s
}

body:not(.fsComposeMode) .bpa-college-slider-1>.fsElementContent>.fsListItems .fsResource a:focus {
    box-shadow: inset 0 0 0 1px #202c4b
}

.bpa-college-slider-1.dark>.fsElementContent {
    padding: 20px 0;
    background-color: #131313
}

body:not(.fsComposeMode).home .bpa-college-slider-1 {
    margin: 0;
    padding: 35px 0
}

@media (min-width:700px) {
    body:not(.fsComposeMode).home .bpa-college-slider-1 {
        padding: 35px 20px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode).home .bpa-college-slider-1 {
        padding: 42px 60px
    }
}

@charset "UTF-8";

@font-face {
    font-family: bpa-font-icons;
    src: url(fonts/bpa-icon-library.eot);
    src: url(fonts/bpa-icon-library.eot) format("embedded-opentype"), url(fonts/bpa-icon-library.woff) format("woff2"), url(fonts/bpa-icon-library.woff) format("woff"), url(fonts/bpa-icon-library.ttf) format("truetype"), url(fonts/bpa-icon-library.svg) 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: 1px solid rgba(0, 0, 0, .2)
}

body:not(.fsComposeMode) .fsGrid.bpa-image-slideshow-1 .fsListItems:not(.slick-initialized) {
    display: flex;
    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: 400;
    font-size: 1.5625rem;
    line-height: 1.875rem;
    font-weight: 600;
    color: #202c4b;
    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%;
    transform: translate3d(-50%, 0, 0);
    bottom: 0;
    width: 40px;
    height: 4px;
    background-color: rgba(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: flex;
    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: 50%;
    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: #242424;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400
}

@media (min-width:700px) {
    .fsGrid.bpa-image-slideshow-1 article figcaption {
        width: 50%;
        padding: 0 20px 78px;
        width: calc(50% - 10px);
        max-height: calc(47.54098vw - 84px);
        overflow: auto
    }
}

@media (min-width:900px) {
    .fsGrid.bpa-image-slideshow-1 article figcaption {
        padding: 0 20px 78px 30px;
        max-height: calc(47.54098vw - 114px)
    }
}

@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: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .85) 51.8%, #fff);
        height: 100px;
        width: calc(50% - 50px);
        left: 20px;
        bottom: 20px;
        z-index: 10;
        height: 78px
    }
}

@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: flex;
    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 {
    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, .42);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateZ(0);
    z-index: 20;
    transition: .3s;
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    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%;
    transform: translate3d(0, -50%, 0);
    left: 0;
    width: 100%;
    text-align: center
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow:focus,
.fsGrid.bpa-image-slideshow-1 .slick-arrow:hover {
    background: rgba(0, 0, 0, .5);
    transition: .3s
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-prev:before {
    content: "\E922";
    font-family: bpa-font-icons;
    font-weight: 400;
    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: 400;
    speak: none
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article,
.fsFourColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article,
.fsThreeColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article {
    padding-top: 64px;
    padding-bottom: 0;
    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),
.fsFourColumnLayout>.fsDiv .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),
.fsThreeColumnLayout>.fsDiv .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) {
    padding-top: 0
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article:before,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article:before,
.fsFourColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article:before,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:before,
.fsThreeColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article:before,
.fsTwoColumnLayout .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,
.fsFourColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsThreeColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsTwoColumnLayout .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,
.fsFourColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article figure,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figure,
.fsThreeColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article figure,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figure {
    display: flex;
    order: 2
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsFourColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsThreeColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsTwoColumnLayout .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,
.fsFourColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsThreeColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsTwoColumnLayout .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,
.fsFourColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture,
.fsThreeColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
.fsTwoColumnLayout .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 .fsFourColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsThreeColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsTwoColumnLayout .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,
.fsFourColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article picture img,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture img,
.fsThreeColumnLayout>.fsDiv .fsGrid.bpa-image-slideshow-1 article picture img,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture img {
    height: auto;
    width: 100%;
    margin: 0;
    position: relative
}

.fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
.fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article,
.fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article {
    min-height: auto
}

.fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article:before,
.fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article:before,
.fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article:before {
    display: none
}

@media (min-width:1000px) {

    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article:before,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article:before,
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article:before {
        display: block;
        width: calc(50% - 40px);
        left: 20px;
        bottom: 20px
    }
}

@media (min-width:1000px) {

    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article,
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article {
        min-height: 34.64851vw;
        padding-top: 64px
    }
}

@media (min-width:1220px) {

    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article,
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article {
        min-height: 422.71186px
    }
}

.fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figure,
.fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figure,
.fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figure {
    display: flex
}

@media (min-width:1000px) {

    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figure,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figure,
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figure {
        display: block
    }
}

@media (max-width:999px) {

    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article picture,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article picture,
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article picture {
        width: 100%;
        height: auto;
        position: relative
    }

    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article picture img,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article picture img,
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article picture img {
        height: auto;
        width: 100%;
        margin: 0;
        position: relative;
        opacity: 0
    }
}

@media (min-width:1000px) {

    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption {
        padding: 0 10px 78px 20px;
        max-height: calc(34.64851vw - 84px)
    }
}

@media (min-width:1220px) {

    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption {
        max-height: 338.71186px
    }
}

@media (max-width:999px) {

    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption {
        width: 100%;
        max-height: 100%;
        padding: 0 20px 30px
    }
}

@media (max-width:999px) {

    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption),
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption),
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) {
        display: flex
    }

    .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,
    .fsStyleTwoThirds .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: #202c4b;
    border: none
}

.fsGrid.bpa-image-slideshow-1.dark article .fsTitle {
    color: #fff
}

.fsGrid.bpa-image-slideshow-1.dark article .fsTitle:after {
    background-color: hsla(0, 0%, 100%, .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;
    text-decoration-style: solid
}

.fsGrid.bpa-image-slideshow-1.dark article figcaption a:focus,
.fsGrid.bpa-image-slideshow-1.dark article figcaption a:hover {
    text-decoration-style: dotted
}

.fsGrid.bpa-image-slideshow-1.dark article.has-caption:before {
    background: linear-gradient(180deg, rgba(32, 44, 75, 0), rgba(32, 44, 75, .85) 51.8%, #202c4b)
}

@charset "UTF-8";

@font-face {
    font-family: bpa-font-icons;
    src: url(fonts/bpa-icon-library.eot);
    src: url(fonts/bpa-icon-library.eot) format("embedded-opentype"), url(fonts/bpa-icon-library.woff) format("woff2"), url(fonts/bpa-icon-library.woff) format("woff"), url(fonts/bpa-icon-library.ttf) format("truetype"), url(fonts/bpa-icon-library.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon-apple>.fsTitle:before {
    content: "\E901" !important
}

.icon-backpack>.fsTitle:before {
    content: "\E902" !important
}

.icon-bar-graph>.fsTitle:before {
    content: "\E903" !important
}

.icon-baseball>.fsTitle:before {
    content: "\E904" !important
}

.icon-book>.fsTitle:before {
    content: "\E905" !important
}

.icon-briefcase>.fsTitle:before {
    content: "\E906" !important
}

.icon-bullhorn>.fsTitle:before {
    content: "\E907" !important
}

.icon-bus>.fsTitle:before {
    content: "\E908" !important
}

.icon-calendar>.fsTitle:before {
    content: "\E909" !important
}

.icon-camera>.fsTitle:before {
    content: "\E90A" !important
}

.icon-certificate>.fsTitle:before {
    content: "\E90B" !important
}

.icon-check>.fsTitle:before {
    content: "\E90C" !important
}

.icon-chess>.fsTitle:before {
    content: "\E90D" !important
}

.icon-city>.fsTitle:before {
    content: "\E90E" !important
}

.icon-college>.fsTitle:before {
    content: "\E90F" !important
}

.icon-covid>.fsTitle:before {
    content: "\E951" !important
}

.icon-cross>.fsTitle:before {
    content: "\E910" !important
}

.icon-directory>.fsTitle:before {
    content: "\E911" !important
}

.icon-diversity>.fsTitle:before {
    content: "\E912" !important
}

.icon-dollar>.fsTitle:before {
    content: "\E94F" !important
}

.icon-door>.fsTitle:before {
    content: "\E913" !important
}

.icon-droplet>.fsTitle:before {
    content: "\E914" !important
}

.icon-enroll>.fsTitle:before {
    content: "\E915" !important
}

.icon-family>.fsTitle:before {
    content: "\E954" !important
}

.icon-faq>.fsTitle:before {
    content: "\E916" !important
}

.icon-files>.fsTitle:before {
    content: "\E917" !important
}

.icon-football>.fsTitle:before {
    content: "\E918" !important
}

.icon-gift>.fsTitle:before {
    content: "\E919" !important
}

.icon-giving>.fsTitle:before {
    content: "\E91A" !important
}

.icon-globe>.fsTitle:before {
    content: "\E91B" !important
}

.icon-grad>.fsTitle:before {
    content: "\E91C" !important
}

.icon-group-boys>.fsTitle:before {
    content: "\E91D" !important
}

.icon-group-coed>.fsTitle:before {
    content: "\E91E" !important
}

.icon-group-girls>.fsTitle:before {
    content: "\E926" !important
}

.icon-group>.fsTitle:before {
    content: "\E927" !important
}

.icon-heart>.fsTitle:before {
    content: "\E928" !important
}

.icon-info>.fsTitle:before {
    content: "\E929" !important
}

.icon-jersey>.fsTitle:before {
    content: "\E92A" !important
}

.icon-leaf>.fsTitle:before {
    content: "\E92B" !important
}

.icon-lightbulb>.fsTitle:before {
    content: "\E92C" !important
}

.icon-link>.fsTitle:before {
    content: "\E92D" !important
}

.icon-list>.fsTitle:before {
    content: "\E92E" !important
}

.icon-location>.fsTitle:before {
    content: "\E92F" !important
}

.icon-lock>.fsTitle:before {
    content: "\E930" !important
}

.icon-map>.fsTitle:before {
    content: "\E931" !important
}

.icon-medal>.fsTitle:before {
    content: "\E932" !important
}

.icon-microscope>.fsTitle:before {
    content: "\E933" !important
}

.icon-mobile>.fsTitle:before {
    content: "\E950" !important
}

.icon-music>.fsTitle:before {
    content: "\E934" !important
}

.icon-paint>.fsTitle:before {
    content: "\E935" !important
}

.icon-parent>.fsTitle:before {
    content: "\E953" !important
}

.icon-pencil>.fsTitle:before {
    content: "\E936" !important
}

.icon-person>.fsTitle:before {
    content: "\E937" !important
}

.icon-phone>.fsTitle:before {
    content: "\E938" !important
}

.icon-piggy-bank>.fsTitle:before {
    content: "\E939" !important
}

.icon-portion>.fsTitle:before {
    content: "\E93A" !important
}

.icon-question>.fsTitle:before {
    content: "\E93B" !important
}

.icon-ratio>.fsTitle:before {
    content: "\E93C" !important
}

.icon-robot>.fsTitle:before {
    content: "\E93D" !important
}

.icon-school>.fsTitle:before {
    content: "\E93E" !important
}

.icon-screens>.fsTitle:before {
    content: "\E93F" !important
}

.icon-settings>.fsTitle:before {
    content: "\E940" !important
}

.icon-shoe>.fsTitle:before {
    content: "\E941" !important
}

.icon-soccer>.fsTitle:before {
    content: "\E942" !important
}

.icon-sports>.fsTitle:before {
    content: "\E943" !important
}

.icon-star-of-david>.fsTitle:before {
    content: "\E944" !important
}

.icon-star>.fsTitle:before {
    content: "\E945" !important
}

.icon-store>.fsTitle:before {
    content: "\E946" !important
}

.icon-sun>.fsTitle:before {
    content: "\E947" !important
}

.icon-teacher>.fsTitle:before {
    content: "\E948" !important
}

.icon-theatre>.fsTitle:before {
    content: "\E949" !important
}

.icon-time>.fsTitle:before {
    content: "\E94A" !important
}

.icon-tree>.fsTitle:before {
    content: "\E94B" !important
}

.icon-trophy>.fsTitle:before {
    content: "\E94C" !important
}

.icon-virtual>.fsTitle:before {
    content: "\E952" !important
}

.icon-warning>.fsTitle:before {
    content: "\E94D" !important
}

.bpa-post-filter-1 {
    margin-bottom: 20px
}

body.fsComposeMode .fsTagFilter.bpa-post-filter-1.tag-dropdown>.fsElementContent,
body.fsComposeMode .fsTagFilter.bpa-post-filter-1.tag-dropdown>header h2 {
    display: block
}

.fsTagFilter.bpa-post-filter-1 {
    margin-top: 20px
}

.fsTagFilter.bpa-post-filter-1>header h2 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.fsTagFilter.bpa-post-filter-1 .tags_trigger,
.fsTagFilter.bpa-post-filter-1.tag-dropdown>header h2 {
    display: none
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
    border: 0;
    background: none;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 55px;
    position: relative;
    background-color: #f7f8fb;
    padding: 0 0 0 20px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all .3s;
    margin: 0 0 12px;
    display: block
}

@media (max-width:599px) {
    .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
        font-size: 17px;
        line-height: 48px
    }
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 35px;
    height: 35px;
    background-color: #f19b6e;
    border-radius: 100%;
    right: 20px
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:after {
    content: "\F105";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 32px;
    line-height: 1;
    color: #202c4b;
    font-size: 25px
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:focus,
.fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:hover {
    background-color: #202c4b;
    color: #fff
}

@media (max-width:699px) {
    .fsStyleOneThird .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
        font-size: 17px;
        line-height: 48px
    }
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown>.fsElementContent {
    display: none
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown.is-active .tags_trigger:after {
    content: "\F107";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    right: 29px
}

.fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink {
    padding: 5px 10px;
    margin: 0 5px 10px 0;
    background-color: #f7f8fb;
    border-radius: 0;
    color: #202c4b;
    border: none;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none
}

.fsTagFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsTagLink,
.fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink:focus,
.fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink:hover {
    background-color: #202c4b;
    color: #fff
}

body.fsComposeMode .fsCategoryFilter.bpa-post-filter-1.category-dropdown>.fsElementContent,
body.fsComposeMode .fsCategoryFilter.bpa-post-filter-1.category-dropdown>header h2 {
    display: block
}

.fsCategoryFilter.bpa-post-filter-1 {
    margin-top: 40px
}

@media (max-width:599px) {
    .fsCategoryFilter.bpa-post-filter-1 {
        margin-top: 24px
    }
}

.fsCategoryFilter.bpa-post-filter-1>header h2 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    display: block
}

@media (max-width:599px) {
    .fsCategoryFilter.bpa-post-filter-1>header h2 {
        display: none
    }
}

.fsCategoryFilter.bpa-post-filter-1 .category_trigger {
    border: 0;
    background: none;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 55px;
    position: relative;
    background-color: #f7f8fb;
    padding: 0 0 0 20px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all .3s;
    margin: 0 0 12px;
    display: block;
    display: none
}

@media (max-width:599px) {
    .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        font-size: 17px;
        line-height: 48px
    }
}

.fsCategoryFilter.bpa-post-filter-1 .category_trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 35px;
    height: 35px;
    background-color: #f19b6e;
    border-radius: 100%;
    right: 20px
}

.fsCategoryFilter.bpa-post-filter-1 .category_trigger:after {
    content: "\F105";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 32px;
    line-height: 1;
    color: #202c4b;
    font-size: 25px
}

.fsCategoryFilter.bpa-post-filter-1 .category_trigger:focus,
.fsCategoryFilter.bpa-post-filter-1 .category_trigger:hover {
    background-color: #202c4b;
    color: #fff
}

@media (max-width:699px) {
    .fsStyleOneThird .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        font-size: 17px;
        line-height: 48px
    }
}

@media (max-width:599px) {
    .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        display: block
    }
}

.fsCategoryFilter.bpa-post-filter-1>.fsElementContent {
    width: 100%;
    z-index: 2;
    display: block
}

@media (max-width:599px) {
    .fsCategoryFilter.bpa-post-filter-1>.fsElementContent {
        display: none
    }
}

@media (max-width:599px) {
    .fsCategoryFilter.bpa-post-filter-1.is-active>header .category_trigger:after {
        content: "\F107";
        font-family: IcoMoon;
        font-smoothing: antialiased;
        font-weight: 400;
        speak: none;
        right: 29px
    }
}

.fsCategoryFilter.bpa-post-filter-1.category-dropdown {
    margin: 20px 0
}

.fsCategoryFilter.bpa-post-filter-1.category-dropdown>header h2 {
    display: none
}

.fsCategoryFilter.bpa-post-filter-1.category-dropdown .category_trigger {
    display: block
}

.fsCategoryFilter.bpa-post-filter-1.category-dropdown>.fsElementContent {
    display: none
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li {
    display: block;
    border-bottom: 1px solid #e5e5e5
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li:last-child {
    border-bottom: none
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li:first-child .fsCategoryLink {
    padding-top: 0
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li:first-child .fsCategoryLink:before {
    top: 7px
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink {
    position: relative;
    text-align: left;
    border: none;
    padding: 14px 25px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #242424;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 21px;
    left: 0;
    border: 1px solid #f19b6e;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    transition: .3s
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:focus,
.fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:hover {
    color: #f19b6e
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsCategoryLink:before {
    background-color: #f19b6e;
    transition: .3s
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsCategoryLink:focus {
    color: #242424
}

body:not(.fsComposeMode) .filter-search-container {
    position: relative;
    margin-top: 40px
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1>header {
        width: 280px
    }
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1>header h2 {
    display: none
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
    display: block
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1>.fsElementContent {
    display: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1.is-active>header .category_trigger:after {
    content: "\F107";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    right: 29px
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList {
    background: #fff;
    margin-bottom: 0
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden
    }
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li {
    border-bottom: 1px solid #e5e5e5
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li {
        width: calc(33.33% - 20px);
        margin: 1px 10px -1px
    }
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li:first-child .fsCategoryLink {
    padding-top: 9px
}

@media (max-width:599px) {
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li:last-child {
        border: 0
    }
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li .fsCategoryLink {
    padding: 9px 25px 9px 40px
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li .fsCategoryLink:before {
    left: 20px;
    top: 16px
}

body:not(.fsComposeMode) .filter-search-container .fsSearch.bpa-post-filter-1 {
    margin-bottom: 20px
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .filter-search-container .fsSearch.bpa-post-filter-1 {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100% - 300px);
        margin-bottom: 0
    }
}

.fsSearch.bpa-post-filter-1 .fsElementToolsSearch {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #f7f8fb;
    padding: 15.5px 20px
}

@media (max-width:599px) {
    .fsSearch.bpa-post-filter-1 .fsElementToolsSearch {
        padding: 13px 20px
    }
}

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword {
    flex-grow: 1;
    margin-right: 5px
}

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField {
    border: none;
    background: none;
    padding: 0 30px 0 0;
    color: #202c4b;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1
}

@media (max-width:599px) {
    .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField {
        font-size: 17px
    }
}

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField::placeholder {
    color: #202c4b
}

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsButtonClear {
    display: none
}

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword.buttonClearActive .fsButtonClear {
    display: block
}

.fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton {
    margin: 0;
    width: 35px;
    color: rgba(0, 0, 0, 0);
    padding: 0;
    align-self: stretch;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    border: 0;
    min-width: 0;
    box-shadow: unset !important
}

.fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 35px;
    height: 35px;
    background-color: #f19b6e;
    border-radius: 100%
}

.fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton:after {
    content: "\F002";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 100%;
    text-align: center;
    left: 0;
    line-height: 1;
    color: #202c4b;
    font-size: 16px
}

.fsGrid.bpa-post-filter-1 .fsListItems {
    margin-left: -10px;
    margin-right: -10px
}

.fsGrid.bpa-post-filter-1 article {
    position: relative;
    text-align: center;
    margin: 0 0 20px;
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center
}

.fsGrid.bpa-post-filter-1 article[class*=icon-] .fsTitle {
    position: relative
}

.fsGrid.bpa-post-filter-1 article[class*=icon-] .fsTitle:before {
    content: "";
    font-family: bpa-font-icons;
    font-weight: 400;
    speak: none;
    visibility: visible !important;
    opacity: 1 !important
}

@media (min-width:600px) {
    .fsGrid.bpa-post-filter-1 article {
        width: 100%
    }
}

@media (min-width:800px) {
    .fsGrid.bpa-post-filter-1 article {
        width: 50%
    }
}

@media (min-width:1000px) {
    .fsGrid.bpa-post-filter-1 article {
        width: 33.33%
    }
}

.fsGrid.bpa-post-filter-1 article:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    background-color: #f7f8fb
}

.fsGrid.bpa-post-filter-1 article>a,
.fsGrid.bpa-post-filter-1 article>div {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.fsGrid.bpa-post-filter-1 article>.fsTitle {
    position: relative;
    padding-bottom: 16px;
    transition: .4s;
    transform: translate3d(0, 39px, 0);
    color: #242424;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: none
}

.fsGrid.bpa-post-filter-1 article>.fsTitle a {
    color: inherit
}

.fsGrid.bpa-post-filter-1 article>.fsTitle:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    bottom: 0;
    width: 30px;
    height: 3px;
    background-color: #f19b6e
}

.fsGrid.bpa-post-filter-1 article>.fsThumbnail {
    padding: 0;
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.fsGrid.bpa-post-filter-1 article>.fsThumbnail:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s
}

.fsGrid.bpa-post-filter-1 article>.fsThumbnail img {
    opacity: 0;
    visibility: hidden
}

.fsGrid.bpa-post-filter-1 article>.fsSummary {
    color: inherit;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 12px;
    height: 78px;
    opacity: 0;
    overflow: hidden;
    transition: .4s;
    transform: scale(.5)
}

.fsGrid.bpa-post-filter-1 article>.fsReadMoreLink {
    position: absolute;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0) !important;
    top: 0;
    left: 0
}

.fsGrid.bpa-post-filter-1 article.active>.fsTitle,
.fsGrid.bpa-post-filter-1 article:focus>.fsTitle,
.fsGrid.bpa-post-filter-1 article:hover>.fsTitle {
    transform: translateZ(0);
    transition: .4s
}

.fsGrid.bpa-post-filter-1 article.active>.fsThumbnail:before,
.fsGrid.bpa-post-filter-1 article:focus>.fsThumbnail:before,
.fsGrid.bpa-post-filter-1 article:hover>.fsThumbnail:before {
    background: linear-gradient(180deg, #000, #000);
    opacity: .8;
    transition: all .4s
}

.fsGrid.bpa-post-filter-1 article.active>.fsSummary,
.fsGrid.bpa-post-filter-1 article:focus>.fsSummary,
.fsGrid.bpa-post-filter-1 article:hover>.fsSummary {
    opacity: 1;
    transition: .4s;
    transform: scale(1)
}

.fsGrid.bpa-post-filter-1 article[class*=fsCategory] {
    padding: 20px 20px 30px
}

.fsGrid.bpa-post-filter-1 article[class*=fsCategory]>.fsTitle {
    transform: translateZ(0)
}

.fsGrid.bpa-post-filter-1 article[class*=fsCategory]>.fsTitle:before {
    content: "$";
    display: block;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    color: #000;
    background-color: #fff;
    margin: 0 auto 25px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 400;
    visibility: hidden;
    opacity: 0
}

.fsGrid.bpa-post-filter-1 article[class*=fsCategory].active>.fsTitle,
.fsGrid.bpa-post-filter-1 article[class*=fsCategory]:focus>.fsTitle,
.fsGrid.bpa-post-filter-1 article[class*=fsCategory]:hover>.fsTitle {
    transform: translate3d(0, -42.5px, 0);
    transition: .4s
}

.fsGrid.bpa-post-filter-1 article[class*=fsCategory].active>.fsTitle:before,
.fsGrid.bpa-post-filter-1 article[class*=fsCategory]:focus>.fsTitle:before,
.fsGrid.bpa-post-filter-1 article[class*=fsCategory]:hover>.fsTitle:before {
    transform: scale(0);
    opacity: 0;
    transition: .4s
}

.fsGrid.bpa-post-filter-1 article[class*=fsCategory].active>.fsSummary,
.fsGrid.bpa-post-filter-1 article[class*=fsCategory]:focus>.fsSummary,
.fsGrid.bpa-post-filter-1 article[class*=fsCategory]:hover>.fsSummary {
    opacity: 1;
    transition: .4s;
    transform: translate3d(0, -42.5px, 0) scale(1)
}

.fsGrid.bpa-post-filter-1 article.has-summary[class*=fsCategory] {
    padding: 0 20px
}

.fsGrid.bpa-post-filter-1 article.has-summary[class*=fsCategory][class*=icon-]>.fsTitle {
    transform: translate3d(0, 45px, 0)
}

.fsGrid.bpa-post-filter-1 article.has-summary[class*=fsCategory].active>.fsTitle,
.fsGrid.bpa-post-filter-1 article.has-summary[class*=fsCategory]:focus>.fsTitle,
.fsGrid.bpa-post-filter-1 article.has-summary[class*=fsCategory]:hover>.fsTitle {
    transform: translate3d(0, -42.5px, 0)
}

.fsGrid.bpa-post-filter-1 article.has-thumbnail>.fsTitle {
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.fsGrid.bpa-post-filter-1 article.has-thumbnail>.fsTitle:before {
    text-shadow: none
}

.fsGrid.bpa-post-filter-1 article.has-thumbnail>.fsTitle a {
    color: inherit
}

.fsGrid.bpa-post-filter-1 article.has-thumbnail>.fsSummary {
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.fsGrid.bpa-post-filter-1.dark article:before {
    background-color: #202c4b
}

.fsGrid.bpa-post-filter-1.dark article>.fsTitle {
    color: #fff
}

.fsGrid.bpa-post-filter-1.dark article>.fsTitle a {
    color: inherit
}

.fsGrid.bpa-post-filter-1.dark article>.fsSummary {
    color: #fff
}

.fsStyleOneThird .fsGrid.bpa-post-filter-1 article {
    width: 100%
}

.bpa-icon-library .fsContent {
    position: relative;
    padding-top: 20px
}

.bpa-icon-library .fsContent[class*=icon]:before {
    content: "";
    font-family: bpa-font-icons;
    font-weight: 400;
    speak: none;
    font-size: 50px
}

.bpa-icon-library .icon-apple:before {
    content: "\E901" !important
}

.bpa-icon-library .icon-backpack:before {
    content: "\E902" !important
}

.bpa-icon-library .icon-bar-graph:before {
    content: "\E903" !important
}

.bpa-icon-library .icon-baseball:before {
    content: "\E904" !important
}

.bpa-icon-library .icon-book:before {
    content: "\E905" !important
}

.bpa-icon-library .icon-briefcase:before {
    content: "\E906" !important
}

.bpa-icon-library .icon-bullhorn:before {
    content: "\E907" !important
}

.bpa-icon-library .icon-bus:before {
    content: "\E908" !important
}

.bpa-icon-library .icon-calendar:before {
    content: "\E909" !important
}

.bpa-icon-library .icon-camera:before {
    content: "\E90A" !important
}

.bpa-icon-library .icon-certificate:before {
    content: "\E90B" !important
}

.bpa-icon-library .icon-check:before {
    content: "\E90C" !important
}

.bpa-icon-library .icon-chess:before {
    content: "\E90D" !important
}

.bpa-icon-library .icon-city:before {
    content: "\E90E" !important
}

.bpa-icon-library .icon-college:before {
    content: "\E90F" !important
}

.bpa-icon-library .icon-covid:before {
    content: "\E951" !important
}

.bpa-icon-library .icon-cross:before {
    content: "\E910" !important
}

.bpa-icon-library .icon-directory:before {
    content: "\E911" !important
}

.bpa-icon-library .icon-diversity:before {
    content: "\E912" !important
}

.bpa-icon-library .icon-dollar:before {
    content: "\E94F" !important
}

.bpa-icon-library .icon-door:before {
    content: "\E913" !important
}

.bpa-icon-library .icon-droplet:before {
    content: "\E914" !important
}

.bpa-icon-library .icon-enroll:before {
    content: "\E915" !important
}

.bpa-icon-library .icon-family:before {
    content: "\E954" !important
}

.bpa-icon-library .icon-faq:before {
    content: "\E916" !important
}

.bpa-icon-library .icon-files:before {
    content: "\E917" !important
}

.bpa-icon-library .icon-football:before {
    content: "\E918" !important
}

.bpa-icon-library .icon-gift:before {
    content: "\E919" !important
}

.bpa-icon-library .icon-giving:before {
    content: "\E91A" !important
}

.bpa-icon-library .icon-globe:before {
    content: "\E91B" !important
}

.bpa-icon-library .icon-grad:before {
    content: "\E91C" !important
}

.bpa-icon-library .icon-group-boys:before {
    content: "\E91D" !important
}

.bpa-icon-library .icon-group-coed:before {
    content: "\E91E" !important
}

.bpa-icon-library .icon-group-girls:before {
    content: "\E926" !important
}

.bpa-icon-library .icon-group:before {
    content: "\E927" !important
}

.bpa-icon-library .icon-heart:before {
    content: "\E928" !important
}

.bpa-icon-library .icon-info:before {
    content: "\E929" !important
}

.bpa-icon-library .icon-jersey:before {
    content: "\E92A" !important
}

.bpa-icon-library .icon-leaf:before {
    content: "\E92B" !important
}

.bpa-icon-library .icon-lightbulb:before {
    content: "\E92C" !important
}

.bpa-icon-library .icon-link:before {
    content: "\E92D" !important
}

.bpa-icon-library .icon-list:before {
    content: "\E92E" !important
}

.bpa-icon-library .icon-location:before {
    content: "\E92F" !important
}

.bpa-icon-library .icon-lock:before {
    content: "\E930" !important
}

.bpa-icon-library .icon-map:before {
    content: "\E931" !important
}

.bpa-icon-library .icon-medal:before {
    content: "\E932" !important
}

.bpa-icon-library .icon-microscope:before {
    content: "\E933" !important
}

.bpa-icon-library .icon-mobile:before {
    content: "\E950" !important
}

.bpa-icon-library .icon-music:before {
    content: "\E934" !important
}

.bpa-icon-library .icon-paint:before {
    content: "\E935" !important
}

.bpa-icon-library .icon-parent:before {
    content: "\E953" !important
}

.bpa-icon-library .icon-pencil:before {
    content: "\E936" !important
}

.bpa-icon-library .icon-person:before {
    content: "\E937" !important
}

.bpa-icon-library .icon-phone:before {
    content: "\E938" !important
}

.bpa-icon-library .icon-piggy-bank:before {
    content: "\E939" !important
}

.bpa-icon-library .icon-portion:before {
    content: "\E93A" !important
}

.bpa-icon-library .icon-question:before {
    content: "\E93B" !important
}

.bpa-icon-library .icon-ratio:before {
    content: "\E93C" !important
}

.bpa-icon-library .icon-robot:before {
    content: "\E93D" !important
}

.bpa-icon-library .icon-school:before {
    content: "\E93E" !important
}

.bpa-icon-library .icon-screens:before {
    content: "\E93F" !important
}

.bpa-icon-library .icon-settings:before {
    content: "\E940" !important
}

.bpa-icon-library .icon-shoe:before {
    content: "\E941" !important
}

.bpa-icon-library .icon-soccer:before {
    content: "\E942" !important
}

.bpa-icon-library .icon-sports:before {
    content: "\E943" !important
}

.bpa-icon-library .icon-star-of-david:before {
    content: "\E944" !important
}

.bpa-icon-library .icon-star:before {
    content: "\E945" !important
}

.bpa-icon-library .icon-store:before {
    content: "\E946" !important
}

.bpa-icon-library .icon-sun:before {
    content: "\E947" !important
}

.bpa-icon-library .icon-teacher:before {
    content: "\E948" !important
}

.bpa-icon-library .icon-theatre:before {
    content: "\E949" !important
}

.bpa-icon-library .icon-time:before {
    content: "\E94A" !important
}

.bpa-icon-library .icon-tree:before {
    content: "\E94B" !important
}

.bpa-icon-library .icon-trophy:before {
    content: "\E94C" !important
}

.bpa-icon-library .icon-virtual:before {
    content: "\E952" !important
}

.bpa-icon-library .icon-warning:before {
    content: "\E94D" !important
}