@charset "UTF-8";
 /**
 *
 * Lycée Français de San Francisco - default_17
 * @link http://francaissf.redesign.finalsite.com
 * Site Template : newclientcustom
 * Built By: Josh Webb
 * Project Manager: Jaime Skerker
 * Designer: Nathan Lyttle
 * ==== Git Info ====
 * Branch Name: clients/francaissf
 * Build version: 3.2.4
 * Git Tag: 
 * Last build by: Jworthington
 *
 **/

@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 69.41176em;
  max-width: 73.75rem; }

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left; } }

@media (min-width: 900px) {
  .col-4 {
    width: 25%; } }

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.17647em;
  margin-left: 1.17647em; }

.margin-x-2x {
  margin-right: 2.35294em;
  margin-left: 2.35294em; }

.margin-y {
  margin-top: 1.17647em;
  margin-bottom: 1.17647em; }

.margin-y-2x {
  margin-top: 2.35294em;
  margin-bottom: 2.35294em; }

.padding-x {
  padding-right: 1.17647em;
  padding-left: 1.17647em; }

.padding-x-2x {
  padding-right: 2.35294em;
  padding-left: 2.35294em; }

.padding-y {
  padding-top: 1.17647em;
  padding-bottom: 1.17647em; }

.padding-y-2x {
  padding-top: 2.35294em;
  padding-bottom: 2.35294em; }

.stretch-container {
  margin-right: -1.17647em;
  margin-left: -1.17647em; }

.cover {
  position: absolute;
  height: 100%;
  width: 100%; }

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon.eot?1");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?1") format("woff2"), url("../fonts/icomoon.woff?1") format("woff"), url("../fonts/icomoon.ttf?1") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  font-size: 1.1em; }

h1 {
  font-family: "Fjalla One", sans-serif;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 70px;
  margin-bottom: 16px;
  color: #2B78BE; }
  .french h1 {
    color: #ED1C24; }

h2 {
  font-family: "Fjalla One", sans-serif;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 16px;
  color: #2B78BE; }
  .french h2 {
    color: #ED1C24; }

h3, .content-callout .fsElementTitle {
  font-family: "Fjalla One", sans-serif;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #2B78BE; }
  .french h3, .french .content-callout .fsElementTitle, .content-callout .french .fsElementTitle {
    color: #ED1C24; }

h4 {
  font-family: "Fjalla One", sans-serif;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px; }

h5 {
  font-family: "Fjalla One", sans-serif;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px; }

h6 {
  font-family: "Fjalla One", sans-serif;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #36c;
  transition: background .3s,
 color .3s; }
  a:hover, a:focus {
    color: #039; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.17647em; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
table.fs_style_13 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  table.fs_style_13 th,
  table.fs_style_13 td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  table.fs_style_13 th {
    padding: 10px;
    text-align: left;
    background: #2B78BE;
    color: #fff; }
  
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  table.fs_style_13 td {
    padding: 10px;
    background: rgba(0, 0, 0, 0.05); }
    table.styled tr:nth-of-type(odd) td {
      background-color: rgba(0, 0, 0, 0.1); }
    table.fs_style_13 tr:nth-of-type(odd) td {
      background-color: rgba(0, 0, 0, 0.1); }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

/*! _main.scss - src/sass/modules/common/ - main common import */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement {
  margin-bottom: 20px; }
  .fsElement:last-child {
    margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #636466; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #636466; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #313132; }

.fsElementDialog {
  color: #636466; }

.fsPagePopDialog {
  width: 500px; }
  .fsPagePopDialog .fsDialogContent {
    padding: 0; }
  .fsPagePopDialog .fsPagePopTitle {
    display: none; }
  .fsPagePopDialog .fsPagePopMessage h1, .fsPagePopDialog .fsPagePopMessage h2, .fsPagePopDialog .fsPagePopMessage h3, .fsPagePopDialog .fsPagePopMessage .content-callout .fsElementTitle, .content-callout .fsPagePopDialog .fsPagePopMessage .fsElementTitle, .fsPagePopDialog .fsPagePopMessage p {
    padding: 0 35px; }
  .fsPagePopDialog #fsPagePopControls {
    padding: 35px; }

/*! elements - common - list subtype v0.0.1 */
/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */
.fsList article {
  margin-bottom: 20px; }

/*! element - common - slideshow subtype v0.0.1 */
/* Contains generic styles that apply to every element slideshow subtype*/
.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
  padding-bottom: 0; }

.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
  padding-top: 0;
  padding-bottom: 0; }

.fsSlideshow.fsSlideshowHorizontal article {
  padding-bottom: 0; }

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #636466;
  font-size: 45px;
  transition: opacity .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  height: auto;
  opacity: .5;
  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:hover:before,
.fsSlideshow .fsPrevButton:hover:before {
  opacity: 1;
  transition: opacity .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%; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #636466;
        transition: .3s; }
      .fsSlideshow .fsPager li button:hover:before {
        transition: .3s; }

.button {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #2B78BE !important;
  color: #fff !important;
  border-radius: 2px; }
  .button:hover, .button:focus {
    background: #4791d5 !important;
    color: #fff !important; }
  .button em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }

.fs_style_18 {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #2B78BE !important;
  color: #fff !important;
  border-radius: 2px; }
  .fs_style_18:hover, .fs_style_18:focus {
    background: #4791d5 !important;
    color: #fff !important; }
  .fs_style_18 em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }

.fs_style_19 {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #ED1C24 !important;
  color: #fff !important;
  border-radius: 2px; }
  .fs_style_19:hover, .fs_style_19:focus {
    background: #f14b52 !important;
    color: #fff !important; }
  .fs_style_19 em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }

.fs_style_20 {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #F4B919 !important;
  color: #fff !important;
  border-radius: 2px; }
  .fs_style_20:hover, .fs_style_20:focus {
    background: #f6c84a !important;
    color: #fff !important; }
  .fs_style_20 em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }

.fs_style_21 {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #A7A9AC !important;
  color: #fff !important;
  border-radius: 2px; }
  .fs_style_21:hover, .fs_style_21:focus {
    background: #c1c3c5 !important;
    color: #fff !important; }
  .fs_style_21 em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }

.fs_style_41 {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #9e2064 !important;
  color: #fff !important;
  border-radius: 2px; }
  .fs_style_41:hover, .fs_style_41:focus {
    background: #c8297f !important;
    color: #fff !important; }
  .fs_style_41 em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }

.fs_style_43 {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #f15a29 !important;
  color: #fff !important;
  border-radius: 2px; }
  .fs_style_43:hover, .fs_style_43:focus {
    background: #f47f59 !important;
    color: #fff !important; }
  .fs_style_43 em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }

.fs_style_44 {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #e057a0 !important;
  color: #fff !important;
  border-radius: 2px; }
  .fs_style_44:hover, .fs_style_44:focus {
    background: #e882b8 !important;
    color: #fff !important; }
  .fs_style_44 em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }

.fs_style_45 {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #8dc63f !important;
  color: #fff !important;
  border-radius: 2px; }
  .fs_style_45:hover, .fs_style_45:focus {
    background: #a4d266 !important;
    color: #fff !important; }
  .fs_style_45 em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }

.fs_style_22 {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #fff !important;
  color: #2B78BE !important;
  border-radius: 2px;
  padding: 10.11px 20px;
  border: 1px solid #2B78BE; }
  .fs_style_22:hover, .fs_style_22:focus {
    background: white !important;
    color: #2B78BE !important; }
  .fs_style_22 em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }
  .fs_style_22:hover {
    background: #2B78BE;
    color: #fff; }

.fs_style_23 {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: transparent !important;
  color: #fff !important;
  border-radius: 2px;
  border: 1px solid #fff; }
  .fs_style_23:hover, .fs_style_23:focus {
    background: rgba(26, 26, 26, 0) !important;
    color: #fff !important; }
  .fs_style_23 em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }
  .fs_style_23:hover {
    background: #fff;
    color: #636466 !important; }

.fs_style_40 {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #636466 !important;
  color: #fff !important;
  border-radius: 2px; }
  .fs_style_40:hover, .fs_style_40:focus {
    background: #7c7d80 !important;
    color: #fff !important; }
  .fs_style_40 em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }

.fs_style_24 {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #2B78BE !important;
  color: #fff !important;
  border-radius: 2px;
  padding: 19px 45px;
  font-size: 14px;
  line-height: 1.5em; }
  .fs_style_24:hover, .fs_style_24:focus {
    background: #4791d5 !important;
    color: #fff !important; }
  .fs_style_24 em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }

.fs_style_25 {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #2B78BE !important;
  color: #fff !important;
  border-radius: 2px;
  display: block;
  padding: 23px;
  font-size: 17px;
  line-height: 1.47059em;
  text-align: center;
  width: 100%;
  max-width: 300px;
  border-radius: 4px; }
  .fs_style_25:hover, .fs_style_25:focus {
    background: #4791d5 !important;
    color: #fff !important; }
  .fs_style_25 em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }
  .fs_style_25 em {
    text-transform: none;
    opacity: .7;
    font-size: 15px;
    line-height: 1.2em; }

.fs_style_26 {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #2B78BE !important;
  color: #fff !important;
  border-radius: 2px;
  padding: 19px 45px;
  font-size: 14px;
  line-height: 1.5em;
  border-radius: 100px; }
  .fs_style_26:hover, .fs_style_26:focus {
    background: #4791d5 !important;
    color: #fff !important; }
  .fs_style_26 em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }
  .fs_style_26 span {
    line-height: 1;
    display: inline-block;
    margin-right: 13px;
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px); }

.fsStyleDefaultButton {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #636466 !important;
  color: #fff !important;
  border-radius: 2px; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #7c7d80 !important;
    color: #fff !important; }
  .fsStyleDefaultButton em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #636466 !important;
  color: #fff !important;
  border-radius: 2px; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #7c7d80 !important;
    color: #fff !important; }
  .fsStyleUpdateButton em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in,
.fs_style_14 {
  font-size: 1.76471em;
  line-height: 1.4em;
  font-weight: 300; }

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 16px;
  font-family: "abril-text", serif;
  line-height: 1.875em;
  border: 2px solid #d8d8d8;
  padding: 40px 30px;
  color: #A7A9AC; }
  blockquote:before {
    position: absolute;
    left: 30px;
    top: -15px;
    content: '“';
    font-family: "Fjalla One", sans-serif;
    font-weight: normal;
    font-size: 80px;
    line-height: 10px;
    background: #fff;
    padding: 30px 10px 0;
    color: #A7A9AC; }
  blockquote:after {
    position: absolute;
    right: 30px;
    bottom: -15px;
    content: '”';
    font-family: "Fjalla One", sans-serif;
    font-weight: normal;
    font-size: 80px;
    line-height: 0;
    padding: 30px 10px 0;
    color: #A7A9AC;
    background: #fff; }

cite,
.fs_style_15 {
  display: block;
  margin: 15px 0 0;
  font-style: normal;
  font-family: "Fjalla One", sans-serif;
  color: #636466;
  font-size: 20px;
  line-height: 1.6em; }

.fs_style_16 {
  display: block;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 2.13333em; }

.callout,
.fs_style_27,
.fs_style_28,
.fs_style_29,
.fs_style_30,
.fs_style_31,
.fs_style_32 {
  font-family: "Fjalla One", sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: normal; }
  .callout.left,
  .fs_style_27.left,
  .fs_style_28.left,
  .fs_style_29.left,
  .fs_style_30.left,
  .fs_style_31.left,
  .fs_style_32.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left,
      .fs_style_27.left,
      .fs_style_28.left,
      .fs_style_29.left,
      .fs_style_30.left,
      .fs_style_31.left,
      .fs_style_32.left {
        width: 50%; } }
  .callout.right,
  .fs_style_27.right,
  .fs_style_28.right,
  .fs_style_29.right,
  .fs_style_30.right,
  .fs_style_31.right,
  .fs_style_32.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right,
      .fs_style_27.right,
      .fs_style_28.right,
      .fs_style_29.right,
      .fs_style_30.right,
      .fs_style_31.right,
      .fs_style_32.right {
        width: 50%; } }

.image-wrapper {
  display: inline-block; }
  .image-wrapper img {
    margin-bottom: 5px; }
  .image-wrapper .caption {
    color: #A7A9AC;
    font-size: 14px;
    font-style: italic;
    line-height: 20px; }
  .image-wrapper.left {
    float: left;
    margin: 0 20px 20px 0; }
  .image-wrapper.right {
    float: right;
    margin: 0 0 20px 20px; }

.fs_style_27,
.fs_style_28 {
  display: block;
  clear: both; }

.fs_style_27,
.fs_style_29,
.fs_style_31 {
  color: #2B78BE; }

.fs_style_28,
.fs_style_30,
.fs_style_32 {
  color: #ED1C24; }

.fs_style_29,
.fs_style_30 {
  float: left;
  margin-right: 20px; }
  @media (min-width: 500px) {
    .fs_style_29,
    .fs_style_30 {
      width: 50%; } }

.fs_style_31,
.fs_style_32 {
  float: right;
  margin-left: 20px; }
  @media (min-width: 500px) {
    .fs_style_31,
    .fs_style_32 {
      width: 50%; } }

span[class^="icon-"], span[class*=" icon-"] {
  font-size: 24px; }

.icon-icon-apply:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-plus:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-minus:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-media-play:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-menu:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-close:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-question:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-search:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-envelope-o:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-heart:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-clock-o:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-map-marker:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-phone:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-twitter:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-facebook:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-facebook-f:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-caret-down:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-caret-right:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-linkedin:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-angle-left:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-angle-right:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-angle-up:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-angle-down:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-play-circle:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-youtube-play:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-instagram:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.icon-flickr:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.clear {
  zoom: 1; }
  .clear:after {
    display: table;
    clear: both;
    content: ''; }

.callout-image > header {
  margin: 0; }
  .callout-image > header * {
    margin: 0;
    line-height: 0; }

.callout-image > .fsElementContent {
  background: #F2F3F4;
  padding: 20px 20px 5px;
  font-size: 15px;
  line-height: 1.6em; }
  .callout-image > .fsElementContent h3, .callout-image > .fsElementContent .content-callout .fsElementTitle, .content-callout .callout-image > .fsElementContent .fsElementTitle {
    color: #636466;
    font-size: 18px;
    line-height: 1.44444em; }

.callout-image-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .callout-image-horizontal > header {
    margin: 0;
    width: 50%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .callout-image-horizontal > header * {
      margin: 0;
      line-height: 0; }
  .callout-image-horizontal > .fsElementContent {
    width: 50%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #2B78BE;
    padding: 20px 20px 5px;
    font-size: 15px;
    line-height: 1.6em;
    color: #fff; }
    .callout-image-horizontal > .fsElementContent h3, .callout-image-horizontal > .fsElementContent .content-callout .fsElementTitle, .content-callout .callout-image-horizontal > .fsElementContent .fsElementTitle {
      color: #fff;
      font-size: 18px;
      line-height: 1.44444em; }
    .callout-image-horizontal > .fsElementContent a:not([class]) {
      color: #F4B919; }
      .callout-image-horizontal > .fsElementContent a:not([class]):hover {
        text-decoration: underline; }

.content-callout {
  padding: 30px 20px 15px;
  color: #fff; }
  .content-callout .fsElementTitle {
    color: #fff !important; }
  .content-callout .fsElementContent {
    font-size: 15px;
    line-height: 1.6em; }
    .content-callout .fsElementContent a {
      color: #fff; }
      .content-callout .fsElementContent a:hover {
        text-decoration: underline; }
  .content-callout.fsPostElement .fsTitle a:hover {
    color: inherit; }
  .content-callout.blue {
    background: #2B78BE; }
  .content-callout.red {
    background: #ED1C24; }
  .content-callout.gray {
    background: #636466; }
  .content-callout.green {
    background: #7dc242; }
  .content-callout.orange {
    background: #f15a29; }
  .content-callout.green2 {
    background: #8dc63f; }
  .content-callout.purple {
    background: #9e2064; }
  .content-callout.pink {
    background: #e057a0; }
  .content-callout.ltgray {
    background: #F2F3F4; }
    .content-callout.ltgray button.fsLoadMoreButton.fsStyleDefaultButton,
    .content-callout.ltgray button.fsStyleUpdateButton {
      color: #fff; }
    .content-callout.ltgray * {
      color: #636466; }
    .content-callout.ltgray .fsElementTitle {
      color: #636466 !important; }
    .content-callout.ltgray a {
      color: #36c; }
      .content-callout.ltgray a:hover {
        color: #039; }
  .content-callout.yellow {
    background: #F4B919; }
    .content-callout.yellow button.fsLoadMoreButton.fsStyleDefaultButton,
    .content-callout.yellow button.fsStyleUpdateButton {
      color: #fff; }
    .content-callout.yellow * {
      color: #636466; }
    .content-callout.yellow .fsElementTitle {
      color: #636466 !important; }
    .content-callout.yellow a {
      color: #36c; }
      .content-callout.yellow a:hover {
        color: #039; }
  .content-callout.ltblue {
    background: #68cef6; }
    .content-callout.ltblue button.fsLoadMoreButton.fsStyleDefaultButton {
      color: #fff; }
    .content-callout.ltblue * {
      color: #636466; }
    .content-callout.ltblue .fsElementTitle {
      color: #636466 !important; }
    .content-callout.ltblue a {
      color: #36c; }
      .content-callout.ltblue a:hover {
        color: #039; }
  .content-callout.ltbluelfsf {
    background: #93c4f9; }
    .content-callout.ltbluelfsf button.fsLoadMoreButton.fsStyleDefaultButton {
      color: #fff; }
    .content-callout.ltbluelfsf * {
      color: #636466; }
    .content-callout.ltbluelfsf .fsElementTitle {
      color: #636466 !important; }
    .content-callout.ltbluelfsf a {
      color: #36c; }
      .content-callout.ltbluelfsf a:hover {
        color: #039; }
  .content-callout.fsResourceElement .fsElementContent .fsResourceCollectionName,
  .content-callout.fsResourceElement .fsElementContent .fsResourceCollectionDescription {
    color: #fff; }
  .content-callout.fsResourceElement .fsElementContent .fsListItem .fsResourceTypeIconLink .fsResourceLink::before {
    color: #fff;
    opacity: 1; }
  .content-callout.fsResourceElement .fsElementContent .fsListItem.fsResourceTypeAudio .fsResourceTypeIconLink .fsResourceLink::before {
    background-image: url(https://www.lelycee.org/uploaded/themes/default_17/images/White_Icons_Resource_Element/audio_white.svg); }
  .content-callout.fsResourceElement .fsElementContent .fsListItem.fsResourceTypeImage .fsResourceTypeIconLink .fsResourceLink::before {
    background-image: url(https://www.lelycee.org/uploaded/themes/default_17/images/White_Icons_Resource_Element/image_white.svg); }
  .content-callout.fsResourceElement .fsElementContent .fsListItem.fsResourceTypePdf .fsResourceTypeIconLink .fsResourceLink::before {
    background-image: url(https://www.lelycee.org/uploaded/themes/default_17/images/White_Icons_Resource_Element/doc_white.svg); }
  .content-callout.fsResourceElement .fsElementContent .fsListItem.fsResourceTypeVideo .fsResourceTypeIconLink .fsResourceLink::before {
    background-image: url(https://www.lelycee.org/uploaded/themes/default_17/images/White_Icons_Resource_Element/video_white.svg); }

.fs_style_33 {
  border-radius: 100%; }

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  overflow: hidden;
  font-size: 0px;
  height: 35px !important;
  width: 35px !important; }
  .fsSlideshow .fsNextButton:before,
  .fsSlideshow .fsPrevButton:before {
    height: auto !important;
    width: auto !important;
    font-size: 45px !important;
    line-height: 35px !important;
    top: calc(50% - 2px) !important;
    left: 50% !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important; }
  .fsSlideshow .fsNextButton:focus,
  .fsSlideshow .fsPrevButton:focus {
    outline: 1px dotted #D2D4D6; }

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/*! structure - header v0.0.1 */
#fsHeader {
  position: relative;
  z-index: 500; }
  #fsHeader .fsBanner {
    position: relative; }
  #fsHeader .header-top-container {
    position: relative;
    margin: 0 auto;
    max-width: 71.76471em;
    max-width: 76.25rem; }
    @media (max-width: 1220px) {
      #fsHeader .header-top-container {
        padding-left: 20px; } }
    @media (min-width: 900px) {
      #fsHeader .header-top-container > .fsElementContent {
        padding-bottom: 48px; } }

body:not(.fsComposeMode) #fsHeader .pinned-buttons {
  position: fixed;
  top: 366px;
  right: 30px;
  z-index: 500;
  width: auto; }
  body:not(.fsComposeMode) #fsHeader .pinned-buttons, body:not(.fsComposeMode) #fsHeader .pinned-buttons ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  body:not(.fsComposeMode) #fsHeader .pinned-buttons li {
    margin: 0;
    padding: 0; }
  @media (max-width: 1305px) {
    body:not(.fsComposeMode) #fsHeader .pinned-buttons {
      right: 5px; } }
  @media (max-width: 900px) {
    body:not(.fsComposeMode) #fsHeader .pinned-buttons {
      display: none; } }
  body:not(.fsComposeMode) #fsHeader .pinned-buttons li {
    display: block;
    zoom: 1;
    position: relative; }
    body:not(.fsComposeMode) #fsHeader .pinned-buttons li:after {
      display: table;
      clear: both;
      content: ''; }
    body:not(.fsComposeMode) #fsHeader .pinned-buttons li:not(:last-child) {
      margin-bottom: 30px !important; }
      @media (max-width: 1220px) {
        body:not(.fsComposeMode) #fsHeader .pinned-buttons li:not(:last-child) {
          margin-bottom: 15px !important; } }
    body:not(.fsComposeMode) #fsHeader .pinned-buttons li a {
      display: block;
      line-height: 55px;
      height: 55px;
      width: 55px;
      float: right;
      font-weight: bold;
      transition: all .3s linear;
      background: #F4B919;
      border-radius: 30px; }
      @media (max-width: 1220px) {
        body:not(.fsComposeMode) #fsHeader .pinned-buttons li a {
          line-height: 35px;
          height: 35px;
          width: 35px; } }
      body:not(.fsComposeMode) #fsHeader .pinned-buttons li a span.text {
        display: block;
        font-size: 18px;
        color: #fff;
        transition: all .3s linear;
        width: 0px;
        overflow: hidden;
        opacity: 0; }
        @media (max-width: 1220px) {
          body:not(.fsComposeMode) #fsHeader .pinned-buttons li a span.text {
            font-size: 16px; } }
      body:not(.fsComposeMode) #fsHeader .pinned-buttons li a span[class*="icon-"] {
        display: block;
        height: 55px;
        width: 55px;
        font-size: 0;
        line-height: 1;
        position: absolute;
        top: 0;
        right: 0; }
        @media (max-width: 1220px) {
          body:not(.fsComposeMode) #fsHeader .pinned-buttons li a span[class*="icon-"] {
            height: 35px;
            width: 35px; } }
        body:not(.fsComposeMode) #fsHeader .pinned-buttons li a span[class*="icon-"]:before {
          font-size: 27px;
          color: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      body:not(.fsComposeMode) #fsHeader .pinned-buttons li a:hover {
        width: auto; }
        body:not(.fsComposeMode) #fsHeader .pinned-buttons li a:hover span.text {
          width: auto;
          padding-left: 20px;
          padding-right: 60px;
          animation: fadeIn ease-out;
          animation-fill-mode: forwards;
          animation-duration: .4s;
          animation-delay: .3s; }
  body:not(.fsComposeMode) #fsHeader .pinned-buttons header {
    height: 85px; }
  body:not(.fsComposeMode) #fsHeader .pinned-buttons .fsElementHeaderContent {
    margin-bottom: 30px; }

.utility-links-container {
  width: calc(100% - 50px);
  position: absolute;
  top: 20px;
  right: 50px;
  margin: 0; }
  @media (min-width: 600px) {
    .utility-links-container {
      width: calc(100% - 470px);
      right: 80px; } }
  @media (min-width: 900px) {
    .utility-links-container {
      top: 0px;
      width: calc(100% - 390px);
      padding-top: 30px;
      right: 0; } }
  @media (max-width: 1220px) {
    .utility-links-container {
      padding-right: 1.17647em;
      padding-left: 1.17647em; } }
  @media (min-width: 1220px) {
    .utility-links-container {
      right: 20px; } }
  @media (min-width: 900px) {
    .utility-links-container > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .utility-links-container .lfsf-connect-link {
    font-size: 16px;
    line-height: 1.1; }
    @media (max-width: 900px) {
      .utility-links-container .lfsf-connect-link {
        display: none; } }
    .utility-links-container .lfsf-connect-link a {
      margin-right: 32px;
      color: #636466;
      padding-top: 2px;
      font-weight: 500; }
      .utility-links-container .lfsf-connect-link a:hover {
        color: #2B78BE; }
  .utility-links-container .search-trigger-container {
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 1; }
    .search-active .utility-links-container .search-trigger-container {
      z-index: 9001; }
    .utility-links-container .search-trigger-container > .fsElementContent {
      margin: 0;
      padding: 0; }
  .utility-links-container .search-trigger {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    height: 20px;
    width: 20px;
    z-index: 9001; }
    @media (max-width: 900px) {
      .utility-links-container .search-trigger {
        display: none; } }
    .utility-links-container .search-trigger:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #636466;
      font-size: 14px;
      line-height: 1; }
    .search-active .utility-links-container .search-trigger:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 20px; }
    .utility-links-container .search-trigger:hover:before {
      color: #2B78BE; }
  .utility-links-container .language-toggle {
    display: inline-block;
    height: 22px;
    width: 22px;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    background: #000;
    margin: 0;
    float: left;
    opacity: 1;
    transition: opacity .3s;
    z-index: 9000; }
    .utility-links-container .language-toggle:hover {
      opacity: .9; }
    @media (min-width: 600px) {
      .utility-links-container .language-toggle {
        float: right; } }
    @media (min-width: 900px) {
      .utility-links-container .language-toggle {
        margin-right: 32px;
        float: none; } }
    .utility-links-container .language-toggle a {
      display: block;
      height: 22px;
      width: 22px; }
    .utility-links-container .language-toggle.french {
      background: url("../images/flag-france.jpg") 0 0 no-repeat;
      background-size: 22px 22px; }
    .utility-links-container .language-toggle.english {
      background: url("../images/flag-usa.jpg") 0 0 no-repeat;
      background-size: 22px 22px; }

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 11.76471em;
  max-width: 12.5rem;
  padding: 62px 0 5px;
  overflow: hidden; }
  @media (min-width: 500px) {
    .site-info-container {
      position: relative;
      margin: 0 auto;
      max-width: 69.41176em;
      max-width: 73.75rem; } }
  @media (min-width: 600px) {
    .site-info-container {
      padding: 20px 0 0; } }
  @media (min-width: 700px) {
    .site-info-container {
      width: 250px;
      margin: 0; } }
  @media (min-width: 1000px) {
    .site-info-container {
      width: 330px; } }
  @media (min-width: 900px) {
    .site-info-container {
      padding: 20px 0 0 0; } }
  @media (min-width: 1220px) {
    .site-info-container {
      margin-left: 20px; } }
  .site-info-container a {
    display: block;
    padding: 0;
    color: transparent; }
    .site-info-container a:hover {
      color: transparent; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.hero {
  height: 300px;
  background-size: cover;
  background-position: 50% top;
  margin-bottom: 0; }
  @media (min-width: 900px) {
    .hero {
      height: 550px; } }
  .hero.fsPlayer {
    overflow: hidden;
    position: relative;
    height: auto; }
    @media (min-width: 900px) {
      .hero.fsPlayer {
        height: 550px;
        max-height: 550px; }
        .hero.fsPlayer .fsMediaContainer {
          position: absolute;
          top: 50%;
          left: 0;
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); } }

#fsFooter {
  color: #fff; }
  #fsFooter .fsBreadcrumb {
    display: none; }
  #fsFooter .fsBanner:after {
    content: normal; }
  body.fsDraftMode #fsFooter .fsBanner {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; }
  #fsFooter .footer-top-section {
    background: #2B78BE;
    margin-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    zoom: 1; }
    #fsFooter .footer-top-section:after {
      display: table;
      clear: both;
      content: ''; }
    #fsFooter .footer-top-section > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 81.17647em;
      max-width: 86.25rem; }
      @media (min-width: 600px) {
        #fsFooter .footer-top-section > .fsElementContent {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      @media (min-width: 1180px) {
        #fsFooter .footer-top-section > .fsElementContent {
          display: block; } }
      @media (max-width: 1220px) {
        #fsFooter .footer-top-section > .fsElementContent {
          padding-right: 40px;
          padding-left: 40px; } }
      #fsFooter .footer-top-section > .fsElementContent .footer-map {
        position: relative;
        width: 456px;
        max-width: 100%;
        margin: 0 auto;
        height: 340px;
        -ms-transform: translate(0, -50px);
        transform: translate(0, -50px);
        overflow: hidden; }
        @media (min-width: 600px) {
          #fsFooter .footer-top-section > .fsElementContent .footer-map {
            width: 100%;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }
        @media (min-width: 1180px) {
          #fsFooter .footer-top-section > .fsElementContent .footer-map {
            margin: 0 50px -20px 0;
            width: 520px;
            height: 450px;
            -ms-flex: none;
            flex: none;
            float: left; } }
        #fsFooter .footer-top-section > .fsElementContent .footer-map > .fsElementContent {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      #fsFooter .footer-top-section > .fsElementContent .footer-image {
        position: relative;
        width: 456px;
        max-width: 100%;
        margin: 0 auto;
        -ms-transform: translate(0, -50px);
        transform: translate(0, -50px);
        overflow: hidden; }
        @media (min-width: 600px) {
          #fsFooter .footer-top-section > .fsElementContent .footer-image {
            width: 100%;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }
        @media (min-width: 1180px) {
          #fsFooter .footer-top-section > .fsElementContent .footer-image {
            margin: 0 50px -20px 0;
            width: 520px;
            -ms-flex: none;
            flex: none;
            float: left; } }
        #fsFooter .footer-top-section > .fsElementContent .footer-image > .fsElementContent {
          width: 100%; }
          @media (max-width: 1179px) {
            #fsFooter .footer-top-section > .fsElementContent .footer-image > .fsElementContent {
              max-width: 600px; } }
        #fsFooter .footer-top-section > .fsElementContent .footer-image img {
          width: 100%; }
        #fsFooter .footer-top-section > .fsElementContent .footer-image > footer .fsElementFooterContent {
          margin-top: 10px;
          font-size: 0.7em;
          line-height: 1.6em;
          letter-spacing: 0.3px; }
          #fsFooter .footer-top-section > .fsElementContent .footer-image > footer .fsElementFooterContent h6, #fsFooter .footer-top-section > .fsElementContent .footer-image > footer .fsElementFooterContent p {
            margin-bottom: 5px; }
      #fsFooter .footer-top-section > .fsElementContent .contact-us {
        text-align: center;
        padding-right: 1.17647em;
        padding-left: 1.17647em;
        font-size: 16px;
        line-height: 1.5em;
        font-weight: 600;
        margin-bottom: 80px; }
        @media (min-width: 600px) {
          #fsFooter .footer-top-section > .fsElementContent .contact-us {
            width: 60%;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            text-align: left; } }
        @media (min-width: 1180px) {
          #fsFooter .footer-top-section > .fsElementContent .contact-us {
            -ms-flex: none;
            flex: none;
            width: calc(58% - 285px);
            float: left;
            padding: 0;
            margin-bottom: 65px; } }
        #fsFooter .footer-top-section > .fsElementContent .contact-us .fsElementTitle {
          color: #fff;
          text-align: center;
          font-size: 16px;
          line-height: 1.5em; }
          @media (min-width: 600px) {
            #fsFooter .footer-top-section > .fsElementContent .contact-us .fsElementTitle {
              text-align: left;
              margin-bottom: 30px; } }
        @media (min-width: 600px) {
          #fsFooter .footer-top-section > .fsElementContent .contact-us > .fsElementContent {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            #fsFooter .footer-top-section > .fsElementContent .contact-us > .fsElementContent > div {
              -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
              #fsFooter .footer-top-section > .fsElementContent .contact-us > .fsElementContent > div:first-child {
                width: calc(48% - 10px); }
              #fsFooter .footer-top-section > .fsElementContent .contact-us > .fsElementContent > div:last-child {
                width: calc(52% - 10px); } }
        #fsFooter .footer-top-section > .fsElementContent .contact-us [itemprop='telephone'] {
          margin-bottom: 30px; }
          @media (min-width: 600px) {
            #fsFooter .footer-top-section > .fsElementContent .contact-us [itemprop='telephone'] {
              display: inline-block;
              margin-bottom: 0; } }
          #fsFooter .footer-top-section > .fsElementContent .contact-us [itemprop='telephone'] a {
            color: #fff !important; }
          #fsFooter .footer-top-section > .fsElementContent .contact-us [itemprop='telephone']:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            display: block;
            height: 46px;
            width: 46px;
            border-radius: 100%;
            border: 2px solid #F8F9FA;
            font-size: 20px;
            text-align: center;
            line-height: 42px;
            margin: 0 auto 20px; }
            @media (min-width: 600px) {
              #fsFooter .footer-top-section > .fsElementContent .contact-us [itemprop='telephone']:before {
                display: inline-block;
                margin: 0 5px 0 0; } }
        #fsFooter .footer-top-section > .fsElementContent .contact-us [itemprop='email'] {
          color: #fff; }
          @media (min-width: 600px) {
            #fsFooter .footer-top-section > .fsElementContent .contact-us [itemprop='email'] {
              display: inline-block; } }
          #fsFooter .footer-top-section > .fsElementContent .contact-us [itemprop='email'] a {
            color: #fff; }
            #fsFooter .footer-top-section > .fsElementContent .contact-us [itemprop='email'] a:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              display: block;
              height: 46px;
              width: 46px;
              border-radius: 100%;
              border: 2px solid #F8F9FA;
              font-size: 20px;
              text-align: center;
              line-height: 42px;
              margin: 0 auto 20px; }
              @media (min-width: 600px) {
                #fsFooter .footer-top-section > .fsElementContent .contact-us [itemprop='email'] a:before {
                  display: inline-block;
                  margin: 0 5px 0 0; } }
            #fsFooter .footer-top-section > .fsElementContent .contact-us [itemprop='email'] a:hover {
              color: #F4B919; }
              #fsFooter .footer-top-section > .fsElementContent .contact-us [itemprop='email'] a:hover:before {
                color: #fff; }
      @media (min-width: 600px) {
        #fsFooter .footer-top-section > .fsElementContent .addresses-container {
          width: 100%;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; } }
      @media (min-width: 1180px) {
        #fsFooter .footer-top-section > .fsElementContent .addresses-container {
          -ms-flex: none;
          flex: none;
          float: left;
          margin-top: 55px;
          width: calc(100% - 576px); } }
      #fsFooter .footer-top-section > .fsElementContent .addresses-container > .fsElementContent {
        text-align: center;
        padding-right: 1.17647em;
        padding-left: 1.17647em; }
        @media (min-width: 600px) {
          #fsFooter .footer-top-section > .fsElementContent .addresses-container > .fsElementContent {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -ms-flex-pack: justify;
            justify-content: space-between;
            text-align: left; } }
        @media (min-width: 1180px) {
          #fsFooter .footer-top-section > .fsElementContent .addresses-container > .fsElementContent {
            padding: 0; } }
        @media (min-width: 600px) {
          #fsFooter .footer-top-section > .fsElementContent .addresses-container > .fsElementContent .school-details-container {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: 30%; } }
  #fsFooter .utility-container {
    padding: 20px 20px 0;
    margin: 0; }
    #fsFooter .utility-container > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 69.41176em;
      max-width: 73.75rem; }
      @media (min-width: 900px) {
        #fsFooter .utility-container > .fsElementContent {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  #fsFooter .nav-social {
    margin-bottom: 20px; }

.associations {
  text-align: center; }
  @media (min-width: 900px) {
    .associations {
      text-align: left;
      width: 50%;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-bottom: 0; } }
  .associations .fsNavLevel1, .associations .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .associations .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .associations .fsNavLevel1 li {
    display: inline-block;
    height: 60px;
    position: relative; }
    .associations .fsNavLevel1 li:not(:last-child) {
      margin-right: 20px; }
    .associations .fsNavLevel1 li a {
      display: block;
      height: 60px;
      width: 100%;
      position: absolute;
      color: transparent;
      font-size: 0; }
      .associations .fsNavLevel1 li a:hover {
        background: rgba(255, 255, 255, 0.3); }
    .associations .fsNavLevel1 li .fsNavPageThumbnail img {
      max-height: 60px; }

.school-details {
  margin-bottom: 45px; }
  @media (min-width: 1180px) {
    .school-details {
      margin-bottom: 0; } }
  .school-details [itemprop='name'] {
    font-family: "Fjalla One", sans-serif;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0; }
  .school-details .division {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.23077em;
    font-weight: 600;
    margin-bottom: 10px; }
  .school-details [itemprop='address'] {
    font-size: 16px;
    line-height: 1.375em; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details a {
    color: inherit; }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 17px;
  line-height: 32px;
  color: #636466;
  font-weight: 500; }

#fsPageWrapper {
  overflow: hidden;
  position: relative; }

#fsPageBodyWrapper {
  padding-right: 1.17647em;
  padding-left: 1.17647em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  padding-bottom: 70px; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 69.41176em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 280px;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

#fsPageContent {
  width: 100%; }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 380px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 280px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 440px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 660px); } }

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 100px;
      width: 380px;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px;
        padding-left: 40px !important;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 100px;
        width: 380px; } }

@media (min-width: 600px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px; } }

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      padding-right: 1.17647em;
      padding-left: 1.17647em; } }

@media (min-width: 800px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%; } }

@media (min-width: 800px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%; } }

.fsLayout .fsStyleOneThird {
  float: none; }

.fsLayout .fsStyleTwoThirds {
  float: none; }
  .fsLayout .fsStyleTwoThirds > .fsDiv {
    padding-left: 0;
    padding-right: 0;
    float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
      margin-right: -20px;
      margin-left: -20px; } }

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideRightLayout,
    .fsElephantLeftLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 40px;
        width: 280px; } }
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 280px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 240px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 380px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 100px;
      width: 380px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 280px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    margin-top: 0; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 440px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideLeftLayout,
    .fsElephantRightLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 20px;
        padding-right: 0;
        width: 240px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 100px;
        width: 380px; } }
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 240px);
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 380px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 100px;
      width: 380px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 380px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 240px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 380px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 380px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 440px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 69.41176em;
  max-width: 73.75rem;
  background-position: 50% top;
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    #fsPoweredByFinalsite {
      background-position: right top;
      margin-bottom: 10px; } }

/*! _main.scss - src/sass/navigation/ - main import */
.fsNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fsNavigation ul li.fsNavCurrentPage > a, .fsNavigation ul li.fsNavCurrentPageAncestor > a {
    color: #039;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #36c;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #039;
      background: transparent; }

.fsNavigation .fsNavLevel2 > li > a {
  padding-left: 10px; }

.fsNavigation .fsNavLevel3 > li > a {
  padding-left: 20px; }

.fsNavigation .fsNavLevel4 > li > a {
  padding-left: 30px; }

.fsNavigation .fsNavLevel5 > li > a {
  padding-left: 40px; }

.nav-portals {
  padding: 20px;
  border: 1px solid rgba(167, 169, 172, 0.6);
  background: #F2F3F4;
  border-radius: 3px; }
  .nav-portals ul li a {
    padding-top: 5px;
    padding-bottom: 5px; }
  .nav-portals .fsNavLevel2 {
    font-size: .9em; }
    .nav-portals .fsNavLevel2 a {
      padding-top: 3px;
      padding-bottom: 3px; }
  .nav-portals .fsNavLevel3 a {
    padding-top: 1px;
    padding-bottom: 1px; }

.fsBreadcrumb {
  margin-bottom: 26px; }
  .fsBreadcrumb ul li {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    text-transform: uppercase;
    color: #353535; }
    .fsBreadcrumb ul li a {
      display: inline-block;
      padding: 0 10px 0 0;
      color: #A7A9AC; }
      .fsBreadcrumb ul li a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 10px; }
      .fsBreadcrumb ul li a:hover {
        color: #ED1C24; }

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map ul a {
    padding: 0 !important;
    background: pink; }
  .nav-site-map ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map ul.fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }
    .nav-site-map ul.fsNavLevel1 > li {
      margin-bottom: 10px; }
      .nav-site-map ul.fsNavLevel1 > li > a {
        font-weight: 600; }
  .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 {
  background: #F2F3F4;
  padding-top: 14px;
  padding-bottom: 14px; }
  .nav-tier header {
    padding: 0 20px; }
    .nav-tier header .fsElementTitle {
      border-bottom: 1px solid #D2D4D6;
      padding: 0 0 10px;
      margin-bottom: 0; }
  .nav-tier > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 69.41176em;
    max-width: 73.75rem; }
  .nav-tier ul {
    list-style: none;
    margin: 0;
    padding: 0 20px; }
    .nav-tier ul li {
      display: block; }
      .nav-tier ul li:not(:last-child) {
        border-bottom: 1px solid #D2D4D6; }
      .nav-tier ul li a {
        display: block;
        padding: 10px 0;
        color: #636466;
        background: transparent;
        text-transform: uppercase; }
        .nav-tier ul li a:hover, .nav-tier ul li a:focus {
          color: #ED1C24;
          background: transparent; }
      .nav-tier ul li.fsNavCurrentPage > a {
        color: #ED1C24;
        background: transparent; }
        .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
          color: #F4B919;
          background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor {
        background: transparent; }
        .nav-tier ul li.fsNavCurrentPageAncestor > a {
          color: #36c;
          background: transparent; }
          .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
            color: #36c;
            background: transparent; }
  .nav-tier .fsNavLevel1 > li {
    font-size: 15px;
    line-height: 1.1; }
    .nav-tier .fsNavLevel1 > li:last-child {
      border-bottom: none; }

.nav-sub {
  background: #F2F3F4;
  border-top: 1px solid #D2D4D6;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 0; }
  .nav-sub > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 69.41176em;
    max-width: 73.75rem; }
    @media (max-width: 1220px) {
      .nav-sub > .fsElementContent {
        padding-right: 14px;
        padding-left: 14px; } }
  @media (min-width: 600px) {
    .nav-sub > header {
      display: none; } }
  @media screen and (max-width: 599px) {
    .nav-sub > header {
      display: block;
      position: relative; }
      .nav-sub > header .fsElementTitle {
        position: relative;
        font-family: "Fjalla One", sans-serif;
        margin-top: 0;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
        margin-bottom: 0;
        display: block;
        font-size: 17px;
        padding: 10px 20px;
        color: #636466;
        background-color: #F2F3F4;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #F2F3F4;
          color: #ED1C24; } }
    @media screen and (max-width: 599px) and (min-width: 600px) {
      .nav-sub > header .fsElementTitle {
        cursor: default; } }
  @media screen and (max-width: 599px) {
        .nav-sub > header .fsElementTitle:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          line-height: 1;
          position: absolute;
          margin: 0;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 20px; }
    .nav-sub > .fsElementContent {
      position: relative;
      display: block;
      background-color: #F2F3F4;
      padding: 0; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #636466;
        background: transparent; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #ED1C24;
          background: #fafafa; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #ED1C24;
        background: #fafafa; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #2B78BE;
          background: #fafafa; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #fafafa; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #ED1C24;
          background: #fafafa; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #2B78BE;
            background: transparent; }
      .nav-sub > .fsElementContent .fsNavLevel1 > li {
        border-bottom: 1px solid #D2D4D6; }
        .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
          padding-left: 20px;
          color: #636466; }
          .nav-sub > .fsElementContent .fsNavLevel1 > li > a:hover {
            color: #ED1C24; }
      .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
        padding-left: 30px; }
      .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
        padding-left: 40px; }
      .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
        padding-left: 50px; }
      .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
        padding-left: 60px; }
    .nav-sub.active-nav > header .fsElementTitle {
      background-color: #F2F3F4;
      color: #636466; }
      .nav-sub.active-nav > header .fsElementTitle:hover {
        color: #ED1C24; }
      .nav-sub.active-nav > header .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .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: 0px 10px;
      color: #636466;
      background: transparent;
      text-transform: uppercase; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #ED1C24;
        background: transparent; }
    @media (max-width: 599px) {
      .nav-sub ul li.fsNavParentPage {
        padding-right: 36px;
        position: relative; }
        .nav-sub ul li.fsNavParentPage .sub-trigger {
          display: block;
          height: 36px;
          width: 36px;
          position: absolute;
          top: 0;
          right: 0; }
          .nav-sub ul li.fsNavParentPage .sub-trigger:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 16px;
            position: absolute;
            top: 0;
            left: 50%;
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            text-align: center;
            line-height: 36px; }
          .nav-sub ul li.fsNavParentPage .sub-trigger:hover {
            background: rgba(255, 255, 255, 0.4); }
            .nav-sub ul li.fsNavParentPage .sub-trigger:hover:before {
              color: #ED1C24; }
        .nav-sub ul li.fsNavParentPage.active .sub-trigger:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }
    .nav-sub ul li .fsNavPageInfo {
      display: none; }
      .nav-sub li.fsNavParentPage.active .fsNavPageInfo {
        display: block; }
      .nav-sub li.fsNavCurrentPage .fsNavPageInfo {
        display: block; }
      .nav-sub li.fsNavCurrentPageAncestor .fsNavPageInfo {
        display: block; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #ED1C24;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #F4B919;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #039;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #36c;
          background: transparent; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 599px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 0px;
        padding-bottom: 0px; } }
    .nav-sub .fsNavLevel1 > li {
      display: inline-block;
      font-size: 15px;
      line-height: 1.1; }
      .nav-sub .fsNavLevel1 > li:not(:last-child) {
        border-right: 1px solid #D2D4D6; }
      @media (max-width: 599px) {
        .nav-sub .fsNavLevel1 > li {
          display: block;
          border-right: 0 !important; } }
      @media (min-width: 600px) {
        .nav-sub .fsNavLevel1 > li .fsNavPageInfo {
          display: none; } }
      .nav-sub .fsNavLevel1 > li:last-child {
        border-bottom: none; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 20px; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 30px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 40px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 50px; }
  .nav-sub.third-tier {
    background: none; }
    .nav-sub.third-tier > .fsElementContent {
      max-height: 9999px;
      visibility: visible;
      opacity: 1;
      background: none; }
    .nav-sub.third-tier .fsNavLevel1 > li {
      display: inline-block;
      border-bottom: none;
      font-size: 12px; }
      .nav-sub.third-tier .fsNavLevel1 > li:not(:last-child) {
        border-right: 1px solid #D2D4D6 !important; }
      .nav-sub.third-tier .fsNavLevel1 > li > a {
        text-transform: uppercase;
        background: none; }
        @media (max-width: 599px) {
          .nav-sub.third-tier .fsNavLevel1 > li > a {
            padding: 5px 10px; } }
      .nav-sub.third-tier .fsNavLevel1 > li.fsNavCurrentPage a {
        background: none; }
    @media (max-width: 599px) {
      .nav-sub.third-tier {
        display: none; } }

.nav-quicklinks {
  display: none; }
  @media (min-width: 900px) {
    .nav-quicklinks {
      display: inline-block;
      position: relative;
      margin-right: 32px;
      margin-bottom: 0;
      z-index: 500; } }
  @media (min-width: 900px) {
    .nav-quicklinks {
      margin-right: 12px; } }
  @media (min-width: 1200px) {
    .nav-quicklinks {
      margin-right: 32px; } }
  .nav-quicklinks:hover .fsElementTitle {
    color: #F4B919; }
    .nav-quicklinks:hover .fsElementTitle:before {
      display: block;
      content: '';
      height: 0;
      width: 0;
      border: 10px solid transparent;
      border-bottom: 10px solid #353535;
      position: absolute;
      bottom: 0;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .nav-quicklinks .fsElementTitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: none;
    color: #2B78BE;
    padding: 0 5px 10px;
    text-align: center;
    margin: 0 !important;
    transition: all .3s;
    cursor: pointer; }
    @media (min-width: 900px) {
      .nav-quicklinks .fsElementTitle .fsElementTitle {
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .nav-quicklinks .fsElementTitle .fsElementTitle {
        font-size: 16px; } }
    .nav-quicklinks .fsElementTitle:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-left: 10px; }
  .nav-quicklinks > .fsElementContent {
    display: none;
    background: #353535;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 280px;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .nav-quicklinks > .fsElementContent li {
      display: block;
      margin: 0; }
      .nav-quicklinks > .fsElementContent li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .nav-quicklinks > .fsElementContent li a {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.1875em;
        display: block;
        color: #fff;
        padding: 10px;
        font-weight: normal; }
        .nav-quicklinks > .fsElementContent li a:hover {
          color: #F4B919; }
  .nav-quicklinks:hover > .fsElementContent {
    display: block; }
  .nav-quicklinks.nav-red .fsElementTitle {
    color: #EE2E2F; }
    .nav-quicklinks.nav-red .fsElementTitle:hover {
      color: #2B78BE; }

.nav-main {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff; }
  .nav-main:before, .nav-main:after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0; }
  .nav-main:before {
    left: -100%; }
  .nav-main:after {
    right: -100%; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 900px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 69.41176em;
      max-width: 73.75rem;
      text-align: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  .nav-main .fsNavLevel1 > li {
    position: relative; }
    @media (min-width: 900px) {
      .nav-main .fsNavLevel1 > li {
        -ms-flex: 1 auto;
        flex: 1 auto;
        font-size: 14px;
        line-height: 1.21429em;
        text-transform: uppercase; } }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li {
        font-size: 16px;
        line-height: 1; } }
    .nav-main .fsNavLevel1 > li:hover {
      box-shadow: none;
      outline: none;
      text-decoration: none; }
      .nav-main .fsNavLevel1 > li:hover > a {
        color: #2B78BE;
        background: transparent;
        border-color: #F4B919;
        box-shadow: none;
        outline: none;
        text-decoration: none; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #ED1C24;
      background: transparent; }
    .nav-main .fsNavLevel1 > li > a {
      display: block;
      color: #636466;
      background: transparent;
      border-bottom: 8px solid transparent;
      padding: 16px 0 8px;
      font-weight: 700; }
      .nav-main .fsNavLevel1 > li > a:focus {
        color: #2B78BE;
        background: transparent; }
    html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
      max-height: 9999px;
      border-top: 2px solid #F4B919; }
    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: rgba(53, 53, 53, 0.96);
  text-align: left;
  z-index: 300;
  width: 520px; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  html.js .nav-main .fsNavLevel1 > li:nth-last-child(2) .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }
  html.js .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }

.nav-main .fsNavLevel2 {
  margin: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .nav-main .fsNavLevel2 li {
    font-size: 15px;
    line-height: 1.2;
    width: calc(50% - 20px);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .nav-main .fsNavLevel2 li:not(:last-child) {
      border-bottom: 1px solid rgba(210, 212, 214, 0.2); }
    .nav-main .fsNavLevel2 li a {
      display: block;
      color: #fff;
      background: transparent;
      padding: 0.58824em 0;
      text-transform: none; }
      .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
        color: #F4B919;
        background: transparent; }
    .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
      color: #F4B919;
      background: transparent; }

.drawer-ribbon {
  height: 40px;
  width: 50%;
  z-index: 9000;
  margin: 0;
  position: relative;
  position: absolute;
  top: 12px;
  right: 0;
  padding-right: 1.17647em;
  padding-left: 1.17647em; }
  @media (min-width: 600px) {
    .drawer-ribbon {
      width: 50px; } }
  @media (min-width: 900px) {
    .drawer-ribbon {
      display: none; } }

.drawer-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-family: "Fjalla One", sans-serif;
  font-weight: 700;
  position: absolute;
  height: 28px;
  width: 28px;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  padding: 0; }
  .drawer-trigger:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #636466;
    height: 28px;
    width: 28px;
    font-size: 28px;
    line-height: 1em;
    margin: 0; }
  .drawer-is-active .drawer-trigger:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.connect-link a {
  display: inline-block;
  color: #636466;
  font-weight: 500;
  font-size: 14px;
  padding-right: 1.17647em;
  padding-left: 1.17647em; }
  .connect-link a:hover {
    color: #ED1C24; }

.fsMenu {
  position: absolute;
  z-index: 9000;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,
 visibility .3s,
 transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  top: 0;
  min-height: 100%;
  max-width: 100%;
  background: #fff;
  padding: 20px 10px 0; }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
    @media (min-width: 900px) {
      .drawer-is-active .fsMenu {
        display: none; } }

.nav-main-mobile .fsNavLevel1 {
  padding: 0 30px; }
  .nav-main-mobile .fsNavLevel1 li {
    display: block;
    margin: 0; }
    .nav-main-mobile .fsNavLevel1 li a {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5em;
      display: block;
      text-align: center;
      color: #636466;
      text-transform: uppercase;
      padding: 20px;
      font-weight: 500; }
      .nav-main-mobile .fsNavLevel1 li a:hover {
        color: #ED1C24; }

.nav-quicklinks-mobile .fsElementTitle {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.1875em;
  text-transform: none;
  color: #fff;
  padding: 15px;
  text-align: center;
  background: #2B78BE;
  border-radius: 4px;
  margin: 0;
  transition: all .3s; }
  .nav-quicklinks-mobile .fsElementTitle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-left: 10px; }
  .nav-quicklinks-mobile .fsElementTitle:hover {
    background: #3285d1; }

.nav-quicklinks-mobile > .fsElementContent {
  display: none;
  background: #00529C;
  padding: 20px; }
  .nav-quicklinks-mobile > .fsElementContent li {
    display: block;
    margin: 0; }
    .nav-quicklinks-mobile > .fsElementContent li a {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.1875em;
      display: block;
      text-align: center;
      color: #fff;
      padding: 10px;
      font-weight: normal; }
      .nav-quicklinks-mobile > .fsElementContent li a:hover {
        color: #F4B919; }

.nav-quicklinks-mobile.open .fsElementTitle {
  border-radius: 4px 4px 0 0; }

.nav-quicklinks-mobile.open > .fsElementContent {
  display: block; }

body:not(.fsComposeMode) #fsMenu .pinned-buttons {
  margin-bottom: 40px !important; }
  body:not(.fsComposeMode) #fsMenu .pinned-buttons, body:not(.fsComposeMode) #fsMenu .pinned-buttons ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  body:not(.fsComposeMode) #fsMenu .pinned-buttons li {
    margin: 0;
    padding: 0; }
  body:not(.fsComposeMode) #fsMenu .pinned-buttons > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 17.64706em;
    max-width: 18.75rem; }
  body:not(.fsComposeMode) #fsMenu .pinned-buttons ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%; }
  body:not(.fsComposeMode) #fsMenu .pinned-buttons li {
    width: 30%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    text-align: center; }
    body:not(.fsComposeMode) #fsMenu .pinned-buttons li a {
      display: block;
      width: 100%;
      line-height: 55px;
      font-weight: bold;
      transition: all .3s linear;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      body:not(.fsComposeMode) #fsMenu .pinned-buttons li a span.text {
        display: block;
        font-size: 15px;
        line-height: 1.26667em;
        color: #F4B919;
        transition: all .3s linear;
        font-family: "Fjalla One", sans-serif;
        font-weight: 700;
        -ms-flex-order: 2;
        order: 2; }
      body:not(.fsComposeMode) #fsMenu .pinned-buttons li a span[class*="icon-"] {
        display: block;
        height: 55px;
        width: 55px;
        font-size: 0;
        line-height: 1;
        background: #F4B919;
        border-radius: 30px;
        position: relative;
        margin: 0 auto 10px;
        -ms-flex-order: 1;
        order: 1;
        transition: all .3s linear; }
        body:not(.fsComposeMode) #fsMenu .pinned-buttons li a span[class*="icon-"]:before {
          color: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 27px; }
      body:not(.fsComposeMode) #fsMenu .pinned-buttons li a:hover span.text {
        color: #2B78BE; }
      body:not(.fsComposeMode) #fsMenu .pinned-buttons li a:hover span[class*="icon-"] {
        background: #2B78BE; }

.nav-social {
  margin-bottom: 38px !important;
  padding-right: 1.17647em;
  padding-left: 1.17647em; }
  @media (min-width: 600px) {
    .nav-social {
      width: 40%;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; } }
  @media (min-width: 1180px) {
    .nav-social {
      -ms-flex: none;
      flex: none;
      float: left;
      width: calc(41% - 285px);
      padding: 0;
      margin-right: 1%; } }
  .nav-social .fsElementTitle {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.5em; }
    @media (min-width: 600px) {
      .nav-social .fsElementTitle {
        text-align: left;
        margin-bottom: 30px; } }
  .nav-social .fsNavLevel1 {
    font-size: 0;
    text-align: center; }
    .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-social .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    @media (min-width: 600px) {
      .nav-social .fsNavLevel1 {
        text-align: left; } }
    .nav-social .fsNavLevel1 li {
      display: inline-block; }
      .nav-social .fsNavLevel1 li:not(:last-child) {
        margin-right: 10px; }
    .nav-social .fsNavLevel1 [href*='facebook']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='instagram']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='linkedin']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='pinterest']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='tumblr']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='twitter']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='vimeo']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='vine']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='youtube']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='rss']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover, .nav-social .fsNavLevel1 [href*='facebook']:focus {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='facebook']:hover:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
        color: #2B78BE; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover, .nav-social .fsNavLevel1 [href*='instagram']:focus {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
        color: #2B78BE; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover, .nav-social .fsNavLevel1 [href*='linkedin']:focus {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
        color: #2B78BE; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover, .nav-social .fsNavLevel1 [href*='pinterest']:focus {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
        color: #2B78BE; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover, .nav-social .fsNavLevel1 [href*='tumblr']:focus {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='tumblr']:hover:before, .nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
        color: #2B78BE; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover, .nav-social .fsNavLevel1 [href*='twitter']:focus {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
        color: #2B78BE; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover, .nav-social .fsNavLevel1 [href*='vimeo']:focus {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
        color: #2B78BE; }
    .nav-social .fsNavLevel1 [href*='vine']:hover, .nav-social .fsNavLevel1 [href*='vine']:focus {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='vine']:hover:before, .nav-social .fsNavLevel1 [href*='vine']:focus:before {
        color: #2B78BE; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover, .nav-social .fsNavLevel1 [href*='youtube']:focus {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
        color: #2B78BE; }
    .nav-social .fsNavLevel1 [href*='rss']:hover, .nav-social .fsNavLevel1 [href*='rss']:focus {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
        color: #2B78BE; }
    .nav-social .fsNavLevel1 a {
      display: block;
      position: relative;
      border: 2px solid #F8F9FA;
      background: transparent;
      height: 46px;
      width: 46px;
      border-radius: 100%; }
      .nav-social .fsNavLevel1 a:before {
        color: #fff;
        font-size: 17px;
        transition: 0.3s all;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .nav-social .fsNavLevel1 a[href*=vimeo]:before {
        font-size: 15px; }

.nav-utility-footer {
  padding-right: 1.17647em;
  padding-left: 1.17647em;
  margin-bottom: 30px !important; }
  @media (min-width: 600px) {
    .nav-utility-footer {
      width: 100%;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: 0; } }
  @media (min-width: 1180px) {
    .nav-utility-footer {
      -ms-flex: none;
      flex: none;
      width: calc(100% - 570px);
      float: left;
      left: 41.5%; } }
  .nav-utility-footer .fsNavLevel1 {
    text-align: center; }
    .nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-utility-footer .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    @media (min-width: 1180px) {
      .nav-utility-footer .fsNavLevel1 {
        text-align: left; } }
    .nav-utility-footer .fsNavLevel1 li {
      display: inline-block;
      font-size: 16px;
      line-height: 1.125em;
      font-weight: 600; }
      .nav-utility-footer .fsNavLevel1 li:not(:last-child) {
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid rgba(242, 243, 244, 0.3); }
      .nav-utility-footer .fsNavLevel1 li a {
        color: #fff;
        padding: 0; }
        .nav-utility-footer .fsNavLevel1 li a:hover {
          color: #F4B919; }

.nav-utility-footer-2 {
  text-align: center; }
  @media (min-width: 600px) {
    .nav-utility-footer-2 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: left;
      width: 100%; } }
  @media (min-width: 900px) {
    .nav-utility-footer-2 {
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 50%;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; } }
  .nav-utility-footer-2 header {
    font-size: 15px;
    line-height: 1.2em;
    color: #A7A9AC;
    margin-right: 10px;
    padding: 8px 0 0 0; }
  .nav-utility-footer-2 .fsNavLevel1, .nav-utility-footer-2 .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-utility-footer-2 .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-utility-footer-2 .fsNavLevel1 li {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2em; }
    .nav-utility-footer-2 .fsNavLevel1 li:not(:last-child) {
      margin-right: 10px; }
    .nav-utility-footer-2 .fsNavLevel1 li a {
      color: #6C7680;
      padding: 0; }
      .nav-utility-footer-2 .fsNavLevel1 li a:hover {
        color: #2B78BE; }

/*! elements - constituent main */
/*! elements - constituent default layout */
.fsConstituent {
  word-break: break-word; }
  .fsConstituent .fsElementPagination {
    margin: 20px 0; }
  .fsConstituent .fsPhoto[style*="background-image"],
  .fsConstituent .fsProfileImage[style*="background-image"] {
    background-size: cover;
    background-position: center;
    display: inline-block; }
    .fsConstituent .fsPhoto[style*="background-image"] > img,
    .fsConstituent .fsProfileImage[style*="background-image"] > img {
      opacity: 0;
      visibility: hidden; }
  .fsConstituent .fsEmailIcon {
    top: 8px; }
  .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,
  .content-callout .fsConstituentProfile > .fsElementTitle {
    margin-bottom: 20px; }
  .fsConstituentProfile > div > strong {
    display: block; }

/*! elements - constituent pinterest option */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  .fsDirectory.circle-photos .fsCroppedImage {
    border-radius: 100%; }
  .fsDirectory .fsConstituentItem {
    float: none;
    max-width: 400px;
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px 0;
    background-color: #f1f2f2;
    page-break-inside: avoid;
    break-inside: avoid; }
    @media (min-width: 600px) {
      .fsDirectory .fsConstituentItem {
        display: block;
        vertical-align: top;
        max-width: 100%; } }
    .fsDirectory .fsConstituentItem > h3, .fsDirectory .content-callout .fsConstituentItem > .fsElementTitle, .content-callout .fsDirectory .fsConstituentItem > .fsElementTitle, .fsDirectory .fsConstituentItem > div {
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 10px;
      padding-top: 0; }
      .fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .content-callout .fsConstituentItem > .fsElementTitle:last-child, .content-callout .fsDirectory .fsConstituentItem > .fsElementTitle:last-child, .fsDirectory .fsConstituentItem > div:last-child {
        margin-bottom: 0; }
    .fsDirectory .fsConstituentItem .fsPhoto img {
      display: block;
      width: 100%; }
  @media (min-width: 600px) {
    .fsDirectory [class^='fsConstituentColumnLayout'] {
      -moz-column-gap: 20px;
      column-gap: 20px; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 900px) {
  .fsConstituentColumnLayout_3 {
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 900px) {
  .fsConstituentColumnLayout_4 {
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 {
    -moz-column-count: 4;
    column-count: 4; } }

.fsHasTwoColumnWideLeftLayout .fsDirectory .fsConstituentColumnLayout_3 .fsConstituentItem {
  display: block; }

/*! elements - constituent profile */
.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 20px; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .content-callout .fsHasPhoto > .fsElementTitle,
.content-callout .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > .fsElementTitle, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .content-callout .fsHasPhoto > .fsElementTitle,
.content-callout .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > .fsElementTitle, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .content-callout .fsHasPhoto > .fsElementTitle,
.content-callout .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > .fsElementTitle, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .content-callout .fsHasPhoto > .fsElementTitle,
.content-callout .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > .fsElementTitle {
  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.fsThumbnailLarge .content-callout .fsHasPhoto > .fsElementTitle,
    .content-callout .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > .fsElementTitle, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3,
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .content-callout .fsHasPhoto > .fsElementTitle,
    .content-callout .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > .fsElementTitle, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .content-callout .fsHasPhoto > .fsElementTitle,
    .content-callout .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > .fsElementTitle, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .content-callout .fsHasPhoto > .fsElementTitle,
    .content-callout .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > .fsElementTitle {
      padding: 0; } }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .content-callout .fsHasPhoto > .fsElementTitle:first-child, .content-callout .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > .fsElementTitle:first-child, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .content-callout .fsHasPhoto > .fsElementTitle:first-child, .content-callout .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > .fsElementTitle:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .content-callout .fsHasPhoto > .fsElementTitle:first-child, .content-callout .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > .fsElementTitle:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .content-callout .fsHasPhoto > .fsElementTitle:first-child, .content-callout .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > .fsElementTitle:first-child {
  padding: 0; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
  float: none; }
  @media (min-width: 600px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
      max-width: 40%; } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 512px; } }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    max-width: 25%; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 128px; } }

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSection:after, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSection:after {
  display: none; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%; }
  .fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData > div {
    clear: none; }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-right: 20px;
    float: left; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .content-callout .fsHasPhoto > .fsElementTitle,
  .content-callout .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > .fsElementTitle {
    padding-left: calc(40% + 20px); } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .content-callout .fsHasPhoto > .fsElementTitle,
  .content-callout .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > .fsElementTitle, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .content-callout .fsHasPhoto > .fsElementTitle,
  .content-callout .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > .fsElementTitle {
    padding-left: 532px; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .content-callout .fsHasPhoto > .fsElementTitle,
  .content-callout .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > .fsElementTitle {
    padding-left: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .content-callout .fsHasPhoto > .fsElementTitle,
  .content-callout .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > .fsElementTitle, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .content-callout .fsHasPhoto > .fsElementTitle,
  .content-callout .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > .fsElementTitle {
    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,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .content-callout .fsHasPhoto > .fsElementTitle,
  .content-callout .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > .fsElementTitle {
    padding-right: calc(40% + 20px); } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .content-callout .fsHasPhoto > .fsElementTitle,
  .content-callout .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > .fsElementTitle, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .content-callout .fsHasPhoto > .fsElementTitle,
  .content-callout .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > .fsElementTitle {
    padding-right: 532px; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .content-callout .fsHasPhoto > .fsElementTitle,
  .content-callout .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > .fsElementTitle {
    padding-right: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .content-callout .fsHasPhoto > .fsElementTitle,
  .content-callout .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > .fsElementTitle, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .content-callout .fsHasPhoto > .fsElementTitle,
  .content-callout .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > .fsElementTitle {
    padding-right: 148px; } }

.fsProfileImage {
  margin-bottom: 20px; }
  .fsProfileImage img {
    display: block; }

.fsProfileSection {
  margin-bottom: 20px; }
  .fsProfileSection h4 {
    margin: 0 0 1rem 0; }

.fsProfileSectionData {
  margin-bottom: 1em; }
  .fsProfileSectionData:last-child {
    margin-bottom: 0; }
  .fsProfileSectionData.fsTitle {
    font-weight: inherit;
    font-size: 17px;
    line-height: 32px; }
  .fsProfileSectionData > div {
    width: auto;
    float: none;
    display: block; }
  .fsProfileSectionData.fsStyleHalf {
    width: 100%; }
    @media (min-width: 600px) {
      .fsProfileSectionData.fsStyleHalf {
        width: 50%; } }

.fsProfileSectionSpecialData > div {
  width: auto;
  float: none;
  display: block; }

.fsProfileSectionSpecialData div[id^="fsEmail"] {
  display: inline-block; }

.fsProfileSectionFieldName,
.fsEmail > div:first-child {
  font-weight: 600; }

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px #bbc0c5;
    margin-top: 20px;
    padding-top: 20px; }

.fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .fsConstituentSearchForm > label {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > select,
    .fsConstituentSearchForm > label > input {
      border: solid 1px #bbc0c5;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 33px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

/*! elements - constituent default layout */
.fsConstituent.fsElementDialog .fsProfileImage:first-child {
  margin-top: 1em; }

.fsConstituent.fsElementDialog .fsProfileImage img {
  float: none;
  margin: 0; }

.fsConstituent .fsDialogContent {
  padding-top: 45px; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3,
.fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > .fsElementTitle,
.content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > .fsElementTitle, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3,
.fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > .fsElementTitle,
.content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > .fsElementTitle, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3,
.fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > .fsElementTitle,
.content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > .fsElementTitle, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3,
.fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > .fsElementTitle,
.content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > .fsElementTitle {
  float: none;
  width: 100%; }
  @media (min-width: 800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3,
    .fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > .fsElementTitle,
    .content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > .fsElementTitle, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3,
    .fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > .fsElementTitle,
    .content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > .fsElementTitle, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3,
    .fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > .fsElementTitle,
    .content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > .fsElementTitle, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3,
    .fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > .fsElementTitle,
    .content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > .fsElementTitle {
      padding: 0; } }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3:first-child, .fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > .fsElementTitle:first-child, .content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > .fsElementTitle:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3:first-child, .fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > .fsElementTitle:first-child, .content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > .fsElementTitle:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3:first-child, .fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > .fsElementTitle:first-child, .content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > .fsElementTitle:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3:first-child, .fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > .fsElementTitle:first-child, .content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > .fsElementTitle:first-child {
  padding: 0; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
  float: none; }
  @media (min-width: 600px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
      max-width: 40%; } }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    max-width: 25%; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage {
    max-width: 128px; } }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSection:after, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSection:after {
  display: none; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%; }
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
    clear: none; }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage {
    margin-right: 20px;
    float: left; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3,
  .fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > .fsElementTitle,
  .content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > .fsElementTitle {
    padding-left: calc(40% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3,
  .fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > .fsElementTitle,
  .content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > .fsElementTitle {
    padding-left: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > h3,
  .fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > .fsElementTitle,
  .content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > .fsElementTitle, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > h3,
  .fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > .fsElementTitle,
  .content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > .fsElementTitle {
    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,
  .fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > .fsElementTitle,
  .content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > .fsElementTitle {
    padding-right: calc(40% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3,
  .fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > .fsElementTitle,
  .content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > .fsElementTitle {
    padding-right: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > h3,
  .fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > .fsElementTitle,
  .content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > .fsElementTitle, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > h3,
  .fsElementDialog .content-callout .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > .fsElementTitle,
  .content-callout .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > .fsElementTitle {
    padding-right: 148px; } }

/*! elements - accordion */
.fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
  font-size: 16px;
  line-height: 1.75em; }

.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #2B78BE;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    font-family: "Fjalla One", sans-serif;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: none;
    margin-bottom: 2px;
    display: block;
    padding: 13px 26px 15px;
    color: #fff;
    transition: .3s;
    border-radius: 4px 4px 0 0;
    position: relative;
    font-size: 17px;
    line-height: 1.47059em; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #BDBEC0;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #414042;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #ee2e2f; }
  .french .fsAccordion .fsPanel.fsStateOpen > header, .french .fsTabs .fsPanel.fsStateOpen > header {
    background: #ED1C24; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #fff; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: "-"; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  font-size: 24px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  font-size: 24px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    left: 13.33333px; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 13.33333px; }

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: ''; }

.fsAccordion {
  margin-bottom: 20px; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent > .fsElementContent {
  width: 100%; }

.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px; }

.fsAthleticsEvent .fsElementEventIcon {
  display: inline-block;
  max-width: 100%; }

.fsAthleticsEvent .fsTitle {
  display: inline-block;
  color: #2B78BE;
  margin-bottom: 0; }
  .fsAthleticsEvent .fsTitle a {
    color: inherit; }

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList article {
  position: relative;
  padding-left: 62px;
  min-height: 60px;
  padding-top: 0;
  margin-bottom: 30px; }
  .fsAthleticsEvent.fsList article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsAthleticsEvent.fsList .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  min-height: 60px;
  width: 50px;
  color: #ED1C24;
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-right: 1px solid #D2D4D6; }
  .fsAthleticsEvent.fsList .fsDate > span {
    display: block;
    font-family: "Fjalla One", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    .fsAthleticsEvent.fsList .fsDate > span.fsMonth {
      font-size: 16px;
      line-height: 1.625em; }
    .fsAthleticsEvent.fsList .fsDate > span.fsDay {
      font-size: 30px;
      line-height: 1; }

.fsAthleticsEvent.fsList article {
  min-height: 80px; }

.fsAthleticsEvent.fsList .fsTitle {
  display: inline-block;
  margin-bottom: 0; }

.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0; }

.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline; }

/*! elements - athletics events */
/*! elements - athletics events - table*/
@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable thead {
    display: none; } }

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
    .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
      border: 0; }
    .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
      padding-top: 10px; }
    .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
      padding-bottom: 10px; }
    .fsAthleticsEvent.fsTable .fsElementTable td:before {
      display: inline-block;
      font-weight: 600;
      color: #ED1C24; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
      content: 'Team: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
      display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
        content: 'Opponent: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
      display: inline-block; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
      content: 'Date: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
      display: inline-block; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
      content: 'Time: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
      content: 'Location: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
      content: 'Advantage: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
      content: 'Type: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
      content: 'Details: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
      content: 'Result: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
      content: 'Score: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
      content: 'Alerts: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
      content: 'Dismissal: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
      content: 'Departure: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
      content: 'Return Time: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
      content: 'Pickup Time: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
      content: 'Recap: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
      content: 'Status: '; } }

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }

/*! elements - athletics roster */
.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-family: "Fjalla One", sans-serif;
  font-weight: 700;
  color: #ED1C24; }

.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 p:last-child {
    margin-bottom: 0; }
  .fsAthleticsRosterContent:empty {
    margin-bottom: 0; }

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsAthleticsRosterList li {
  margin: 0;
  padding: 0; }

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #D2D4D6; }
  .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; }

/*! elements - athletics teams */
.fsAthleticsTeamDirectory {
  max-width: 100%;
  margin-bottom: 20px; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar article {
  position: relative;
  padding-left: 62px;
  min-height: 60px;
  padding-top: 0;
  margin-bottom: 30px; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  min-height: 60px;
  width: 50px;
  color: #ED1C24;
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-right: 1px solid #D2D4D6; }
  .fsCalendar .fsDate > span {
    display: block;
    font-family: "Fjalla One", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    .fsCalendar .fsDate > span.fsMonth {
      font-size: 16px;
      line-height: 1.625em; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 30px;
      line-height: 1; }

.fsCalendar .fsTitle {
  font-size: 18px;
  line-height: 1.44444em;
  margin-bottom: 20px;
  font-weight: normal; }
  @media (max-width: 700px) {
    .fsCalendar .fsTitle {
      font-size: 15px;
      line-height: 1.33333em; } }
  .fsCalendar .fsTitle a {
    color: #353535; }
    .fsCalendar .fsTitle a:hover {
      color: #2B78BE; }

.fsCalendar .fsEventDetails {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #A7A9AC;
  text-transform: uppercase; }

.fsCalendar .fsTimeRange {
  margin-bottom: 10px; }
  .fsCalendar .fsTimeRange:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-right: 5px; }

.fsCalendar .fsLocation {
  margin-bottom: 10px; }
  .fsCalendar .fsLocation:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-right: 5px; }

.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar.fsList .fsListItems + button {
  margin-top: 0; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; }
    .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(43, 120, 190, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(43, 120, 190, 0.05); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 25px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: rgba(43, 120, 190, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(43, 120, 190, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    font-family: "Fjalla One", sans-serif;
    font-size: 12px;
    line-height: 1.41667em;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 11.11111px 20px;
    background: #636466 !important;
    color: #fff !important;
    border-radius: 2px;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #7c7d80 !important;
      color: #fff !important; }
    .scroll-up span em {
      font-family: "Montserrat", sans-serif;
      display: block;
      font-style: normal; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px; }

.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0; }

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0; }
  @media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
      width: 49%; } }

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.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; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input,
    .fsComposerFormEmbed form textarea,
    .fsComposerFormEmbed form select {
      font-family: "Montserrat", sans-serif;
      font-size: 17px;
      line-height: 32px;
      color: #636466; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #36c;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #039; }
    .fsComposerFormEmbed form .required {
      color: #2B78BE; }
    .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: #36c;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #039;
          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;
      padding: 10px 20px;
      outline: 0;
      background: #2B78BE !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1;
      color: #fff !important; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #ED1C24 !important; }
  .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-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next: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, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: rgba(99, 100, 102, 0.5); }

:-moz-placeholder {
  color: rgba(99, 100, 102, 0.5); }

::-moz-placeholder {
  color: rgba(99, 100, 102, 0.5); }

:-ms-input-placeholder {
  color: rgba(99, 100, 102, 0.5); }

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginMainView .content-callout .fsElementTitle, .content-callout .fsLogin .fsLoginMainView .fsElementTitle,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginForgotView .content-callout .fsElementTitle,
  .content-callout .fsLogin .fsLoginForgotView .fsElementTitle,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsLoginNewView .content-callout .fsElementTitle,
  .content-callout .fsLogin .fsLoginNewView .fsElementTitle,
  .fsLogin .fsResetPasswordView h3,
  .fsLogin .fsResetPasswordView .content-callout .fsElementTitle,
  .content-callout .fsLogin .fsResetPasswordView .fsElementTitle, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginMainView .content-callout .fsElementTitle, .content-callout .fsAccount .fsLoginMainView .fsElementTitle,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginForgotView .content-callout .fsElementTitle,
  .content-callout .fsAccount .fsLoginForgotView .fsElementTitle,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsLoginNewView .content-callout .fsElementTitle,
  .content-callout .fsAccount .fsLoginNewView .fsElementTitle,
  .fsAccount .fsResetPasswordView h3,
  .fsAccount .fsResetPasswordView .content-callout .fsElementTitle,
  .content-callout .fsAccount .fsResetPasswordView .fsElementTitle {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    font-family: "Fjalla One", sans-serif;
    font-size: 12px;
    line-height: 1.41667em;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 11.11111px 20px;
    background: #636466 !important;
    color: #fff !important;
    border-radius: 2px; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus {
      background: #7c7d80 !important;
      color: #fff !important; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em,
    .fsLogin .fsLoginMainView button em,
    .fsLogin .fsLoginForgotView .fsLoginSubmit em,
    .fsLogin .fsLoginForgotView button em,
    .fsLogin .fsLoginNewView .fsLoginSubmit em,
    .fsLogin .fsLoginNewView button em,
    .fsLogin .fsResetPasswordView .fsLoginSubmit em,
    .fsLogin .fsResetPasswordView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em,
    .fsAccount .fsLoginMainView button em,
    .fsAccount .fsLoginForgotView .fsLoginSubmit em,
    .fsAccount .fsLoginForgotView button em,
    .fsAccount .fsLoginNewView .fsLoginSubmit em,
    .fsAccount .fsLoginNewView button em,
    .fsAccount .fsResetPasswordView .fsLoginSubmit em,
    .fsAccount .fsResetPasswordView button em {
      font-family: "Montserrat", sans-serif;
      display: block;
      font-style: normal; }
    .fsLogin .fsLoginMainView .fsLoginSubmit + button,
    .fsLogin .fsLoginMainView button + button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit + button,
    .fsLogin .fsLoginForgotView button + button,
    .fsLogin .fsLoginNewView .fsLoginSubmit + button,
    .fsLogin .fsLoginNewView button + button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit + button,
    .fsLogin .fsResetPasswordView button + button, .fsAccount .fsLoginMainView .fsLoginSubmit + button,
    .fsAccount .fsLoginMainView button + button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit + button,
    .fsAccount .fsLoginForgotView button + button,
    .fsAccount .fsLoginNewView .fsLoginSubmit + button,
    .fsAccount .fsLoginNewView button + button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit + button,
    .fsAccount .fsResetPasswordView button + button {
      margin-left: 10px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginMainView .fsLoginNewAccountLink,
  .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginForgotView .fsLoginNewAccountLink,
  .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginNewView .fsLoginNewAccountLink,
  .fsLogin .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsLogin .fsResetPasswordView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginMainView .fsLoginNewAccountLink,
  .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginForgotView .fsLoginNewAccountLink,
  .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginNewView .fsLoginNewAccountLink,
  .fsAccount .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsAccount .fsResetPasswordView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsLogin .fsLoginNewSuccess button, .fsAccount .fsLoginNewSuccess button {
  margin-top: 20px; }

.fsLogin .fsResetPasswordFields > div, .fsAccount .fsResetPasswordFields > div {
  margin-bottom: 20px; }
  .fsLogin .fsResetPasswordFields > div:last-child, .fsAccount .fsResetPasswordFields > div:last-child {
    margin-bottom: 0; }

.fsLogin .fsResetPasswordFields label > span, .fsAccount .fsResetPasswordFields label > span {
  display: block; }

.fsLogin .fsResetPasswordFields label > input, .fsAccount .fsResetPasswordFields label > input {
  margin-bottom: 20px; }

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    font-family: "Fjalla One", sans-serif;
    font-size: 12px;
    line-height: 1.41667em;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 11.11111px 20px;
    background: #636466 !important;
    color: #fff !important;
    border-radius: 2px; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #7c7d80 !important;
      color: #fff !important; }
    .fsAccount .fsAccountLogout a em {
      font-family: "Montserrat", sans-serif;
      display: block;
      font-style: normal; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #636466;
  font-family: "Montserrat", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

.fsCustomSlider .fsElement {
  margin-bottom: 0; }

.fsCustomSlider .slick-next, .fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2; }
  .fsCustomSlider .slick-next:before, .fsCustomSlider .slick-prev:before {
    color: #fff;
    display: block;
    font-size: 50px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }

.fsCustomSlider .slick-next {
  left: auto;
  right: 0; }
  .fsCustomSlider .slick-next:before {
    content: '\203A'; }

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto; }
  .fsCustomSlider .slick-prev:before {
    content: '\2039'; }

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #ED1C24;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px; }
  .fsCustomSlider .slider-play-btn:before {
    content: "";
    color: #fff;
    font-size: 17px;
    font-family: "abril-text", serif; }

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block; }

.fsCustomSlider.slider-playing .slider-play-btn:before, .fsCustomSlider.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0; }

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .fsCustomSlider .slick-dots, .fsCustomSlider .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsCustomSlider .slick-dots li {
    margin: 0;
    padding: 0; }
  .fsCustomSlider .slick-dots li {
    display: inline-block; }
  .fsCustomSlider .slick-dots li + li {
    margin-left: 6px; }
  .fsCustomSlider .slick-dots button {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 0; }
  .fsCustomSlider .slick-dots .slick-active button {
    background-color: #fff; }

.fsCustomSlider .caption-wrapper {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 32px;
  width: 100%;
  background-color: #ED1C24;
  color: #fff; }
  .fsCustomSlider .caption-wrapper .caption-inner {
    padding: 10px 10px 30px; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-wrapper {
      padding: 30px 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(237, 28, 36, 0.5); } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

.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; } }

.fsNews .fsTitle {
  font-size: 18px;
  line-height: 1.44444em; }
  @media (max-width: 700px) {
    .fsNews .fsTitle {
      font-size: 15px;
      line-height: 1.33333em; } }

.fsPostElement .fsElementTitle {
  margin-bottom: 30px; }

.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.fsThumbnailAlignLeft.fsThumbnailSquare.fsThumbnailSmall .fsThumbnail {
  height: 80px;
  width: 80px; }

.fsPostElement.fsThumbnailAlignLeft.fsThumbnailSquare.fsThumbnailSmall .fsCroppedImage {
  border-radius: 100%;
  overflow: hidden;
  height: 80px;
  width: 80px; }
  .fsPostElement.fsThumbnailAlignLeft.fsThumbnailSquare.fsThumbnailSmall .fsCroppedImage img {
    display: none; }

.fsPostElement .fsTitle {
  font-size: 18px;
  line-height: 1.33333em;
  margin-bottom: 10px; }
  .fsPostElement .fsTitle a {
    color: inherit; }
    .fsPostElement .fsTitle a:hover {
      color: #2B78BE; }
  @media (max-width: 700px) {
    .fsPostElement .fsTitle {
      font-size: 15px;
      line-height: 1.33333em; } }

.fsPostElement .fsAuthor,
.fsPostElement .fsDateTime {
  display: block;
  font-size: 12px;
  line-height: 1.16667em;
  margin-bottom: 5px;
  color: #A7A9AC; }

.fsPostElement .fsDateTime {
  text-transform: uppercase; }

.fsPostElement .fsSummary {
  font-size: 14px;
  line-height: 1.42857em; }

.fsPostElement .fsReadMoreLink {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #636466 !important;
  color: #fff !important;
  border-radius: 2px;
  margin-top: 15px; }
  .fsPostElement .fsReadMoreLink:hover, .fsPostElement .fsReadMoreLink:focus {
    background: #7c7d80 !important;
    color: #fff !important; }
  .fsPostElement .fsReadMoreLink em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }

.fsPostElement.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #D2D4D6; }

.fsPostElement.fsList .fsListItems:last-of-type > article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.fsPostElement.fsList .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.fsPostElement.fsList .fsListItems + button {
  margin-top: 20px; }

.fsPostElement.fsList .fsSummary p {
  margin-bottom: 0; }

/*! _main.scss - src/sass/modules/search/ - main search import */
.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit; }
  .fsSearch form.gsc-search-box-tools table {
    border: 0; }
  .fsSearch form.gsc-search-box-tools > table.gsc-search-box {
    margin-bottom: 0;
    position: relative; }
  .fsSearch form.gsc-search-box-tools td.gsib_a {
    padding: 0; }
  .fsSearch form.gsc-search-box-tools td.gsib_b {
    display: none !important; }
  .fsSearch form.gsc-search-box-tools table.gsc-branding {
    display: none; }

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search,
.fsSearchElement.site-search {
  margin-bottom: 20px;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 8999;
  border: 1px solid #D2D4D6;
  border-radius: 3px;
  opacity: 0;
  transition: opacity 0.3s linear; }
  .search-active .fsSearch.site-search, .search-active
  .fsSearchElement.site-search {
    top: 15px;
    right: -10px;
    animation: fadeIn ease-out;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-delay: 0.1s;
    z-index: 9000; }
  @media (max-width: 900px) {
    .fsSearch.site-search,
    .fsSearchElement.site-search {
      display: none; } }
  .fsSearch.site-search .fsFieldLabel,
  .fsSearchElement.site-search .fsFieldLabel {
    display: none; }
  .fsSearch.site-search .fsSearchElementKeyword,
  .fsSearchElement.site-search .fsSearchElementKeyword {
    margin-bottom: 0; }
  .fsSearch.site-search form.gsc-search-box-tools,
  .fsSearch.site-search form[novalidate="novalidate"],
  .fsSearchElement.site-search form.gsc-search-box-tools,
  .fsSearchElement.site-search form[novalidate="novalidate"] {
    width: 400px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input,
    .fsSearch.site-search form[novalidate="novalidate"] > table.gsc-search-box td.gsc-input,
    .fsSearchElement.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input,
    .fsSearchElement.site-search form[novalidate="novalidate"] > table.gsc-search-box td.gsc-input {
      padding: 0;
      padding-right: 30px !important; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box,
      .fsSearch.site-search form[novalidate="novalidate"] > table.gsc-search-box td.gsc-input div.gsc-input-box,
      .fsSearchElement.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box,
      .fsSearchElement.site-search form[novalidate="novalidate"] > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input,
        .fsSearch.site-search form[novalidate="novalidate"] > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input,
        .fsSearchElement.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input,
        .fsSearchElement.site-search form[novalidate="novalidate"] > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #fff !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #A7A9AC;
          padding-right: 10px !important;
          padding-left: 60px !important;
          margin: 0 !important;
          font-size: 17px;
          font-family: "Montserrat", sans-serif; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button,
    .fsSearch.site-search form[novalidate="novalidate"] > table.gsc-search-box td.gsc-search-button,
    .fsSearchElement.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button,
    .fsSearchElement.site-search form[novalidate="novalidate"] > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 50px;
      width: 50px;
      background: #fff;
      position: absolute;
      left: 0;
      top: 0;
      transition: 0.3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after,
      .fsSearch.site-search form[novalidate="novalidate"] > table.gsc-search-box td.gsc-search-button:after,
      .fsSearchElement.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after,
      .fsSearchElement.site-search form[novalidate="novalidate"] > table.gsc-search-box td.gsc-search-button:after {
        content: "";
        color: #A7A9AC;
        font-family: "IcoMoon";
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 17px;
        transition: all 0.3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover,
      .fsSearch.site-search form[novalidate="novalidate"] > table.gsc-search-box td.gsc-search-button:hover,
      .fsSearchElement.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover,
      .fsSearchElement.site-search form[novalidate="novalidate"] > table.gsc-search-box td.gsc-search-button:hover {
        background: #fff;
        transition: 0.3s; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover:after,
        .fsSearch.site-search form[novalidate="novalidate"] > table.gsc-search-box td.gsc-search-button:hover:after,
        .fsSearchElement.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover:after,
        .fsSearchElement.site-search form[novalidate="novalidate"] > table.gsc-search-box td.gsc-search-button:hover:after {
          color: #636466; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button,
      .fsSearch.site-search form[novalidate="novalidate"] > table.gsc-search-box td.gsc-search-button input.gsc-search-button,
      .fsSearchElement.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button,
      .fsSearchElement.site-search form[novalidate="novalidate"] > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        border: 0;
        height: 100%;
        width: 100%;
        color: transparent;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }
    .fsSearch.site-search form.gsc-search-box-tools .twitter-typeahead,
    .fsSearch.site-search form[novalidate="novalidate"] .twitter-typeahead,
    .fsSearchElement.site-search form.gsc-search-box-tools .twitter-typeahead,
    .fsSearchElement.site-search form[novalidate="novalidate"] .twitter-typeahead {
      padding: 0; }
      .fsSearch.site-search form.gsc-search-box-tools .twitter-typeahead div.gsc-input-box,
      .fsSearch.site-search form[novalidate="novalidate"] .twitter-typeahead div.gsc-input-box,
      .fsSearchElement.site-search form.gsc-search-box-tools .twitter-typeahead div.gsc-input-box,
      .fsSearchElement.site-search form[novalidate="novalidate"] .twitter-typeahead div.gsc-input-box {
        border: 0;
        height: 100%; }
        .fsSearch.site-search form.gsc-search-box-tools .twitter-typeahead div.gsc-input-box input.gsc-input,
        .fsSearch.site-search form[novalidate="novalidate"] .twitter-typeahead div.gsc-input-box input.gsc-input,
        .fsSearchElement.site-search form.gsc-search-box-tools .twitter-typeahead div.gsc-input-box input.gsc-input,
        .fsSearchElement.site-search form[novalidate="novalidate"] .twitter-typeahead div.gsc-input-box input.gsc-input {
          background: #fff !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #A7A9AC;
          padding-right: 10px !important;
          padding-left: 60px !important;
          margin: 0 !important;
          font-size: 17px;
          font-family: "Montserrat", sans-serif; }
      .fsSearch.site-search form.gsc-search-box-tools .twitter-typeahead input,
      .fsSearch.site-search form[novalidate="novalidate"] .twitter-typeahead input,
      .fsSearchElement.site-search form.gsc-search-box-tools .twitter-typeahead input,
      .fsSearchElement.site-search form[novalidate="novalidate"] .twitter-typeahead input {
        background: #fff !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #A7A9AC;
        padding-right: 10px !important;
        padding-left: 60px !important;
        margin: 0 !important;
        font-size: 17px;
        font-family: "acumin-pro", sans-serif;
        border: none;
        min-width: 400px;
        padding-right: 50px !important; }
        .fsSearch.site-search form.gsc-search-box-tools .twitter-typeahead input::-webkit-input-placeholder, .fsSearch.site-search form[novalidate="novalidate"] .twitter-typeahead input::-webkit-input-placeholder, .fsSearchElement.site-search form.gsc-search-box-tools .twitter-typeahead input::-webkit-input-placeholder, .fsSearchElement.site-search form[novalidate="novalidate"] .twitter-typeahead input::-webkit-input-placeholder {
          color: rgba(99, 100, 102, 0.5);
          font-size: 14px; }
        .fsSearch.site-search form.gsc-search-box-tools .twitter-typeahead input:-moz-placeholder, .fsSearch.site-search form[novalidate="novalidate"] .twitter-typeahead input:-moz-placeholder, .fsSearchElement.site-search form.gsc-search-box-tools .twitter-typeahead input:-moz-placeholder, .fsSearchElement.site-search form[novalidate="novalidate"] .twitter-typeahead input:-moz-placeholder {
          color: rgba(99, 100, 102, 0.5);
          font-size: 14px; }
        .fsSearch.site-search form.gsc-search-box-tools .twitter-typeahead input::-moz-placeholder, .fsSearch.site-search form[novalidate="novalidate"] .twitter-typeahead input::-moz-placeholder, .fsSearchElement.site-search form.gsc-search-box-tools .twitter-typeahead input::-moz-placeholder, .fsSearchElement.site-search form[novalidate="novalidate"] .twitter-typeahead input::-moz-placeholder {
          color: rgba(99, 100, 102, 0.5);
          font-size: 14px; }
        .fsSearch.site-search form.gsc-search-box-tools .twitter-typeahead input:-ms-input-placeholder, .fsSearch.site-search form[novalidate="novalidate"] .twitter-typeahead input:-ms-input-placeholder, .fsSearchElement.site-search form.gsc-search-box-tools .twitter-typeahead input:-ms-input-placeholder, .fsSearchElement.site-search form[novalidate="novalidate"] .twitter-typeahead input:-ms-input-placeholder {
          color: rgba(99, 100, 102, 0.5);
          font-size: 14px; }
      .fsSearch.site-search form.gsc-search-box-tools .twitter-typeahead .tt-menu,
      .fsSearch.site-search form[novalidate="novalidate"] .twitter-typeahead .tt-menu,
      .fsSearchElement.site-search form.gsc-search-box-tools .twitter-typeahead .tt-menu,
      .fsSearchElement.site-search form[novalidate="novalidate"] .twitter-typeahead .tt-menu {
        background: #FAFAFA;
        width: inherit;
        min-height: 325px;
        font-size: 0; }
        .fsSearch.site-search form.gsc-search-box-tools .twitter-typeahead .tt-menu .fsTitle,
        .fsSearch.site-search form[novalidate="novalidate"] .twitter-typeahead .tt-menu .fsTitle,
        .fsSearchElement.site-search form.gsc-search-box-tools .twitter-typeahead .tt-menu .fsTitle,
        .fsSearchElement.site-search form[novalidate="novalidate"] .twitter-typeahead .tt-menu .fsTitle {
          font-size: 18px;
          line-height: 1.33333em;
          color: #353535;
          font-weight: normal; }
        .fsSearch.site-search form.gsc-search-box-tools .twitter-typeahead .tt-menu .fsSummary,
        .fsSearch.site-search form[novalidate="novalidate"] .twitter-typeahead .tt-menu .fsSummary,
        .fsSearchElement.site-search form.gsc-search-box-tools .twitter-typeahead .tt-menu .fsSummary,
        .fsSearchElement.site-search form[novalidate="novalidate"] .twitter-typeahead .tt-menu .fsSummary {
          font-size: 14px;
          line-height: 1.42857em;
          color: #636466; }
        .fsSearch.site-search form.gsc-search-box-tools .twitter-typeahead .tt-menu .tt-suggestion.tt-selectable,
        .fsSearch.site-search form[novalidate="novalidate"] .twitter-typeahead .tt-menu .tt-suggestion.tt-selectable,
        .fsSearchElement.site-search form.gsc-search-box-tools .twitter-typeahead .tt-menu .tt-suggestion.tt-selectable,
        .fsSearchElement.site-search form[novalidate="novalidate"] .twitter-typeahead .tt-menu .tt-suggestion.tt-selectable {
          margin-left: -5px;
          padding: 15px 25px; }
        .fsSearch.site-search form.gsc-search-box-tools .twitter-typeahead .tt-menu .tt-dataset,
        .fsSearch.site-search form[novalidate="novalidate"] .twitter-typeahead .tt-menu .tt-dataset,
        .fsSearchElement.site-search form.gsc-search-box-tools .twitter-typeahead .tt-menu .tt-dataset,
        .fsSearchElement.site-search form[novalidate="novalidate"] .twitter-typeahead .tt-menu .tt-dataset {
          margin-top: -33px; }
          .fsSearch.site-search form.gsc-search-box-tools .twitter-typeahead .tt-menu .tt-dataset .tt-dataset-pages,
          .fsSearch.site-search form[novalidate="novalidate"] .twitter-typeahead .tt-menu .tt-dataset .tt-dataset-pages,
          .fsSearchElement.site-search form.gsc-search-box-tools .twitter-typeahead .tt-menu .tt-dataset .tt-dataset-pages,
          .fsSearchElement.site-search form[novalidate="novalidate"] .twitter-typeahead .tt-menu .tt-dataset .tt-dataset-pages {
            margin-left: 5px; }
          .fsSearch.site-search form.gsc-search-box-tools .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion,
          .fsSearch.site-search form[novalidate="novalidate"] .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion,
          .fsSearchElement.site-search form.gsc-search-box-tools .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion,
          .fsSearchElement.site-search form[novalidate="novalidate"] .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
            font-size: 16px; }
    .fsSearch.site-search form.gsc-search-box-tools .fsSearchElementSearchButton,
    .fsSearch.site-search form[novalidate="novalidate"] .fsSearchElementSearchButton,
    .fsSearchElement.site-search form.gsc-search-box-tools .fsSearchElementSearchButton,
    .fsSearchElement.site-search form[novalidate="novalidate"] .fsSearchElementSearchButton {
      padding: 0;
      overflow: hidden;
      height: 50px;
      width: 50px;
      background: transparent;
      position: absolute;
      left: 0;
      top: 0;
      transition: 0.3s;
      margin-top: 0; }
      .fsSearch.site-search form.gsc-search-box-tools .fsSearchElementSearchButton:after,
      .fsSearch.site-search form[novalidate="novalidate"] .fsSearchElementSearchButton:after,
      .fsSearchElement.site-search form.gsc-search-box-tools .fsSearchElementSearchButton:after,
      .fsSearchElement.site-search form[novalidate="novalidate"] .fsSearchElementSearchButton:after {
        content: "\f002";
        color: #A7A9AC;
        font-family: "IcoMoon";
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 17px;
        transition: all 0.3s;
        font-weight: normal; }

.mobile-search {
  margin-bottom: 20px; }
  .mobile-search form.gsc-search-box-tools {
    width: 100%; }
    .mobile-search form.gsc-search-box-tools > table.gsc-search-box div.gsc-input-box {
      box-shadow: none !important; }
    .mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0;
      background: transparent;
      border: 0 !important;
      border-radius: 24px !important; }
      .mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #fff !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #A7A9AC;
          padding-right: 10px !important;
          padding-left: 60px !important;
          margin: 0 !important;
          font-size: 17px;
          font-family: "Montserrat", sans-serif; }
      .mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input input.gsc-input {
        border: 1px solid #A7A9AC !important;
        border-radius: 24px !important; }
    .mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 50px;
      width: 50px;
      background: #fff;
      position: absolute;
      left: 0;
      top: 0;
      transition: 0.3s;
      background: transparent; }
      .mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: "";
        color: #A7A9AC;
        font-family: "IcoMoon";
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 17px;
        transition: all 0.3s; }
      .mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: #fff;
        transition: 0.3s; }
        .mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover:after {
          color: #636466; }
      .mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        border: 0;
        height: 100%;
        width: 100%;
        color: transparent;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }

.tt-suggestion {
  padding: 2px 8px;
  font-size: 14px;
  line-height: 26px;
  border-bottom: 1px dashed #D2D4D6; }
  .tt-suggestion .fsSearchSuggestionURL {
    color: #ED1C24; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search):not(.mobile-search) {
  margin-bottom: 20px; }
  .fsSearch:not(.site-search):not(.mobile-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch:not(.site-search):not(.mobile-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%;
      border: solid 1px #636466; }
      .fsSearch:not(.site-search):not(.mobile-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #fff !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #636466;
        padding-left: 10px !important;
        padding-right: 60px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 17px;
        font-family: "Montserrat", sans-serif; }
  .fsSearch:not(.site-search):not(.mobile-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 50px;
    background: #636466;
    position: absolute;
    transition: .3s;
    right: 0;
    top: 0; }
    .fsSearch:not(.site-search):not(.mobile-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "";
      color: #A7A9AC;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 17px;
      font-family: "IcoMoon"; }
    .fsSearch:not(.site-search):not(.mobile-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: #fff;
      transition: .3s; }
    .fsSearch:not(.site-search):not(.mobile-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 17px; }

.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%; }

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #636466; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
    color: #ED1C24; }

.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0; }

.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px; }

.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #36c !important;
  outline: transparent; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #039 !important; }

.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 17px; }

.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0; }

/*! elements - social main */
/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 20px; }

.fsFacebookList, .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsFacebookList li {
  margin: 0;
  padding: 0; }

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }

.fsFacebookExtras {
  margin-top: 10px; }
  .fsFacebookExtras .fsFacebookThumb {
    margin-bottom: 10px;
    display: block; }
  .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; }

.fsFacebookFollow {
  margin-top: 20px; }

/*! elements - social twitter */
.fsTwitter {
  margin-bottom: 20px; }

/*! elements - social vimeo */
.fsVimeo {
  margin-bottom: 20px; }
  .fsVimeo iframe.fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsVimeoList, .fsVimeoList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsVimeoList li {
  margin: 0;
  padding: 0; }

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer; }
  .fsVimeoList .fsVimeoListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsVimeoList .fsVimeoListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 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 {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #636466 !important;
  color: #fff !important;
  border-radius: 2px; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #7c7d80 !important;
    color: #fff !important; }
  .vimeo_view_link a em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px; }
  .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsYoutubeList, .fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsYoutubeList li {
  margin: 0;
  padding: 0; }

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6; }
  .fsYoutubeList .fsYoutubeListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsYoutubeList .fsYoutubeListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 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 {
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  line-height: 1.41667em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11.11111px 20px;
  background: #636466 !important;
  color: #fff !important;
  border-radius: 2px; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #7c7d80 !important;
    color: #fff !important; }
  .Youtube_view_link a em {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        font-family: "Fjalla One", sans-serif;
        margin-top: 0;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
        text-transform: none;
        margin-bottom: 2px;
        display: block;
        padding: 13px 26px 15px;
        color: #fff;
        transition: .3s;
        border-radius: 4px 4px 0 0;
        background: #D2D4D6;
        color: #636466; }
        .fsTabs .fsTabsNav li a:hover {
          background: #A7A9AC;
          color: #fff; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #2B78BE;
        color: #fff; }
        .french .fsTabs .fsTabsNav li.fsStateSelected a {
          background: #ED1C24; }
  .fsTabs .fsPanel > .fsElementContent {
    padding: 20px 0; }

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block; }
  @media (min-width: 600px) {
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
      display: none; } }

/*! pages - home v0.0.1 */
.home:not(.fsComposeMode) #fsPageBodyWrapper {
  padding: 0; }

.home:not(.fsComposeMode) #fsPageBody {
  max-width: 100%; }

.home:not(.fsComposeMode) #fsPageContent {
  padding-top: 0; }
  .home:not(.fsComposeMode) #fsPageContent > .fsLayout .fsDiv {
    margin: 0; }

.home:not(.fsComposeMode) .fsBreadcrumb {
  display: none; }

.home:not(.fsComposeMode) .multimedia-slideshow {
  margin-bottom: 45px; }
  @media (min-width: 500px) {
    .home:not(.fsComposeMode) .multimedia-slideshow {
      margin-bottom: 80px; } }
  .home:not(.fsComposeMode) .multimedia-slideshow article {
    height: auto;
    overflow: hidden;
    background-size: cover;
    background-position: 50% top; }
    @media (min-width: 900px) {
      .home:not(.fsComposeMode) .multimedia-slideshow article {
        height: 650px; } }
    .home:not(.fsComposeMode) .multimedia-slideshow article img {
      display: none; }
    .home:not(.fsComposeMode) .multimedia-slideshow article .video-wrapper {
      height: 100%;
      background-size: cover;
      background-position: 50% top; }
    .home:not(.fsComposeMode) .multimedia-slideshow article video {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .home:not(.fsComposeMode) .multimedia-slideshow .slick-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1180px;
    max-width: calc(100% - 40px); }
    .home:not(.fsComposeMode) .multimedia-slideshow .slick-dots, .home:not(.fsComposeMode) .multimedia-slideshow .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .home:not(.fsComposeMode) .multimedia-slideshow .slick-dots li {
      margin: 0;
      padding: 0; }
    .home:not(.fsComposeMode) .multimedia-slideshow .slick-dots li {
      display: inline-block; }
    .home:not(.fsComposeMode) .multimedia-slideshow .slick-dots li + li {
      margin-left: 6px; }
    .home:not(.fsComposeMode) .multimedia-slideshow .slick-dots button {
      background-color: rgba(255, 255, 255, 0.6);
      padding: 0;
      width: 8px;
      height: 8px;
      border-radius: 100%;
      font-size: 0;
      border: 0; }
    .home:not(.fsComposeMode) .multimedia-slideshow .slick-dots .slick-active button {
      background-color: #fff; }

.home:not(.fsComposeMode) .fsPostElement:not(.fsDialog),
.home:not(.fsComposeMode) .fsCalendar,
.home:not(.fsComposeMode) .video-lightbox,
.home:not(.fsComposeMode) .testimonial-slider {
  position: relative; }
  .home:not(.fsComposeMode) .fsPostElement:not(.fsDialog) footer, .home:not(.fsComposeMode) .fsCalendar footer, .home:not(.fsComposeMode) .video-lightbox footer, .home:not(.fsComposeMode) .testimonial-slider footer {
    text-align: center;
    padding-bottom: 30px; }
    @media (min-width: 500px) {
      .home:not(.fsComposeMode) .fsPostElement:not(.fsDialog) footer, .home:not(.fsComposeMode) .fsCalendar footer, .home:not(.fsComposeMode) .video-lightbox footer, .home:not(.fsComposeMode) .testimonial-slider footer {
        text-align: left;
        padding-bottom: 0; } }
    .home:not(.fsComposeMode) .fsPostElement:not(.fsDialog) footer a, .home:not(.fsComposeMode) .fsCalendar footer a, .home:not(.fsComposeMode) .video-lightbox footer a, .home:not(.fsComposeMode) .testimonial-slider footer a {
      text-transform: uppercase;
      font-family: "Fjalla One", sans-serif;
      font-weight: 700;
      color: #A7A9AC;
      font-size: 14px;
      line-height: 1.5em;
      margin-top: 20px; }
      @media (min-width: 500px) {
        .home:not(.fsComposeMode) .fsPostElement:not(.fsDialog) footer a, .home:not(.fsComposeMode) .fsCalendar footer a, .home:not(.fsComposeMode) .video-lightbox footer a, .home:not(.fsComposeMode) .testimonial-slider footer a {
          position: absolute;
          top: 10px;
          right: 0;
          margin: 0; } }
      .home:not(.fsComposeMode) .fsPostElement:not(.fsDialog) footer a:hover, .home:not(.fsComposeMode) .fsCalendar footer a:hover, .home:not(.fsComposeMode) .video-lightbox footer a:hover, .home:not(.fsComposeMode) .testimonial-slider footer a:hover {
        color: #2B78BE; }
  .home:not(.fsComposeMode) .fsPostElement:not(.fsDialog) header, .home:not(.fsComposeMode) .fsCalendar header, .home:not(.fsComposeMode) .video-lightbox header, .home:not(.fsComposeMode) .testimonial-slider header {
    text-align: center; }
    @media (min-width: 500px) {
      .home:not(.fsComposeMode) .fsPostElement:not(.fsDialog) header, .home:not(.fsComposeMode) .fsCalendar header, .home:not(.fsComposeMode) .video-lightbox header, .home:not(.fsComposeMode) .testimonial-slider header {
        text-align: left; } }
    .home:not(.fsComposeMode) .fsPostElement:not(.fsDialog) header .fsElementTitle, .home:not(.fsComposeMode) .fsCalendar header .fsElementTitle, .home:not(.fsComposeMode) .video-lightbox header .fsElementTitle, .home:not(.fsComposeMode) .testimonial-slider header .fsElementTitle {
      color: #353535;
      font-size: 20px;
      line-height: 1.5em;
      margin-bottom: 0; }
      @media (min-width: 500px) {
        .home:not(.fsComposeMode) .fsPostElement:not(.fsDialog) header .fsElementTitle, .home:not(.fsComposeMode) .fsCalendar header .fsElementTitle, .home:not(.fsComposeMode) .video-lightbox header .fsElementTitle, .home:not(.fsComposeMode) .testimonial-slider header .fsElementTitle {
          font-size: 30px;
          line-height: 1.16667em;
          margin-bottom: 40px; } }

.home:not(.fsComposeMode) .news-events-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 69.41176em;
  max-width: 73.75rem; }
  @media (max-width: 1220px) {
    .home:not(.fsComposeMode) .news-events-container > .fsElementContent {
      padding-right: 1.17647em;
      padding-left: 1.17647em; } }
  @media (min-width: 900px) {
    .home:not(.fsComposeMode) .news-events-container > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  .home:not(.fsComposeMode) .news-events-container > .fsElementContent .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left !important; }
  .home:not(.fsComposeMode) .news-events-container > .fsElementContent .fsTitle a {
    color: #353535; }
    .home:not(.fsComposeMode) .news-events-container > .fsElementContent .fsTitle a:hover {
      color: #2B78BE; }
  .home:not(.fsComposeMode) .news-events-container > .fsElementContent .fsCalendar footer {
    padding-bottom: 0; }
  .home:not(.fsComposeMode) .news-events-container > .fsElementContent .fsCalendar .fsListItems {
    zoom: 1; }
    .home:not(.fsComposeMode) .news-events-container > .fsElementContent .fsCalendar .fsListItems:after {
      display: table;
      clear: both;
      content: ''; }
  .home:not(.fsComposeMode) .news-events-container > .fsElementContent .fsCalendar article {
    padding-left: 0;
    text-align: center; }
    @media (min-width: 600px) {
      .home:not(.fsComposeMode) .news-events-container > .fsElementContent .fsCalendar article {
        text-align: center;
        margin-bottom: 0;
        width: calc(33% - 20px);
        float: left;
        margin: 0 10px;
        padding-right: 1.17647em;
        padding-left: 1.17647em; } }
    .home:not(.fsComposeMode) .news-events-container > .fsElementContent .fsCalendar article .fsTitle {
      color: #353535;
      margin-bottom: 5px; }
      .home:not(.fsComposeMode) .news-events-container > .fsElementContent .fsCalendar article .fsTitle:hover {
        color: #2B78BE; }
  .home:not(.fsComposeMode) .news-events-container > .fsElementContent .fsCalendar .fsDate {
    position: relative;
    border: 0;
    margin: 0 auto 20px;
    padding-bottom: 20px; }
    .home:not(.fsComposeMode) .news-events-container > .fsElementContent .fsCalendar .fsDate:after {
      display: block;
      content: '';
      width: 70px;
      height: 1px;
      background: #D2D4D6;
      position: absolute;
      bottom: 0;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  @media (min-width: 900px) {
    .home:not(.fsComposeMode) .news-events-container > .fsElementContent .fsCalendar {
      width: 55%;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; } }
  .home:not(.fsComposeMode) .news-events-container > .fsElementContent .fsPostElement article {
    border: 0;
    padding-bottom: 10px; }
  @media (min-width: 900px) {
    .home:not(.fsComposeMode) .news-events-container > .fsElementContent .fsPostElement {
      width: 35%;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; } }

.home:not(.fsComposeMode) .fsFeeds .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75rem; }
  .home:not(.fsComposeMode) .fsFeeds .fsElementContent .fsElementSlideshow .feed-item .j-text {
    display: none; }

.home:not(.fsComposeMode) .fsTwoColumnLayout {
  max-width: calc(100% - 45px);
  margin: auto; }

body:not(.fsComposeMode) .callout-button-container {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 500px) {
    body:not(.fsComposeMode) .callout-button-container {
      padding-top: 0;
      padding-bottom: 0; } }
  body:not(.fsComposeMode) .callout-button-container.images-home {
    padding-bottom: 20px; }
  body:not(.fsComposeMode) .callout-button-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 69.41176em;
    max-width: 73.75rem; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .callout-button-container > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (max-width: 1220px) {
      body:not(.fsComposeMode) .callout-button-container > .fsElementContent {
        padding-right: 1.17647em;
        padding-left: 1.17647em; } }
    body:not(.fsComposeMode) .callout-button-container > .fsElementContent .callout-box {
      margin: 0 auto 20px; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .callout-button-container > .fsElementContent .callout-box {
          width: calc(33.3% - 20px);
          height: 25vw;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; } }

body:not(.fsComposeMode) .callout-box {
  width: 380px;
  height: 240px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  max-width: 100%;
  margin: 0 0 20px; }
  @media (max-width: 700px) {
    body:not(.fsComposeMode) .callout-box {
      width: 100%; } }
  body:not(.fsComposeMode) .callout-box .fsElementHeaderContent {
    margin: 0; }
  body:not(.fsComposeMode) .callout-box header a {
    font-size: 0;
    color: transparent;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  body:not(.fsComposeMode) .callout-box:before {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    transition: background .3s linear; }
  body:not(.fsComposeMode) .callout-box > .fsElementContent {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 1.2em;
    padding: 0 40px; }
    body:not(.fsComposeMode) .callout-box > .fsElementContent h2 {
      color: #fff;
      margin: 0; }
    body:not(.fsComposeMode) .callout-box > .fsElementContent p {
      margin: 0;
      max-height: 0px;
      overflow: hidden;
      opacity: 0;
      transition: all .3s linear; }
  body:not(.fsComposeMode) .callout-box:hover:before {
    background: rgba(43, 120, 190, 0.8); }
  body:not(.fsComposeMode) .callout-box:hover > .fsElementContent p {
    max-height: 90px;
    padding-top: 20px;
    animation: fadeIn ease-out;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-delay: .3s; }

body:not(.fsComposeMode) .feature-slider {
  position: relative;
  margin-bottom: 70px !important;
  height: 660px;
  overflow: hidden; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .feature-slider {
      height: 600px; } }
  body:not(.fsComposeMode) .feature-slider > .fsElementContent .fsElement {
    height: 660px;
    background-size: cover;
    margin: 0;
    position: relative; }
    body:not(.fsComposeMode) .feature-slider > .fsElementContent .fsElement:before {
      display: block;
      content: '';
      height: 100%;
      width: 100%;
      background: rgba(0, 31, 58, 0.4);
      position: absolute;
      top: 0;
      left: 0;
      transition: background .3s linear; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .feature-slider > .fsElementContent .fsElement {
        height: 600px; } }
    body:not(.fsComposeMode) .feature-slider > .fsElementContent .fsElement .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 69.41176em;
      max-width: 73.75rem;
      padding-right: 1.17647em;
      padding-left: 1.17647em;
      height: 100%;
      color: #fff;
      text-align: center;
      font-size: 20px;
      line-height: 1.35em;
      padding-bottom: 180px;
      text-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
      padding-top: 40px; }
      @media (min-width: 484px) {
        body:not(.fsComposeMode) .feature-slider > .fsElementContent .fsElement .fsElementContent {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: center;
          justify-content: center;
          padding-top: 0; } }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .feature-slider > .fsElementContent .fsElement .fsElementContent {
          padding-bottom: 90px; } }
      body:not(.fsComposeMode) .feature-slider > .fsElementContent .fsElement .fsElementContent h2 {
        color: #fff;
        font-size: 30px;
        line-height: 1.5em; }
      body:not(.fsComposeMode) .feature-slider > .fsElementContent .fsElement .fsElementContent a {
        color: #F4B919;
        font-weight: 700; }
        body:not(.fsComposeMode) .feature-slider > .fsElementContent .fsElement .fsElementContent a:hover {
          color: #fff; }
  body:not(.fsComposeMode) .feature-slider > footer {
    position: absolute;
    left: 0;
    width: 100%;
    height: 270px;
    bottom: 40px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .feature-slider > footer {
        height: 180px;
        bottom: 0; } }
    body:not(.fsComposeMode) .feature-slider > footer .fsElementFooterContent > div {
      position: relative;
      margin: 0 auto;
      max-width: 69.41176em;
      max-width: 73.75rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center; }
    body:not(.fsComposeMode) .feature-slider > footer a {
      display: block;
      height: 70px;
      width: 210px;
      border: 1px solid #FFFFFF;
      border-radius: 3px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      color: #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 12px 20px;
      transition: all .3s linear; }
      @media (max-width: 700px) {
        body:not(.fsComposeMode) .feature-slider > footer a {
          width: 100%; } }
      body:not(.fsComposeMode) .feature-slider > footer a:hover {
        background: #fff;
        color: #2B78BE; }
  body:not(.fsComposeMode) .feature-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 30; }
    body:not(.fsComposeMode) .feature-slider .slick-dots, body:not(.fsComposeMode) .feature-slider .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    body:not(.fsComposeMode) .feature-slider .slick-dots li {
      margin: 0;
      padding: 0; }
    @media (min-width: 500px) {
      body:not(.fsComposeMode) .feature-slider .slick-dots {
        bottom: 20px; } }
    body:not(.fsComposeMode) .feature-slider .slick-dots li {
      display: inline-block; }
    body:not(.fsComposeMode) .feature-slider .slick-dots li + li {
      margin-left: 6px; }
    body:not(.fsComposeMode) .feature-slider .slick-dots button {
      border: 0;
      background-color: transparent;
      padding: 0;
      width: 8px;
      height: 8px;
      border-radius: 100%;
      font-size: 0;
      background: rgba(255, 255, 255, 0.8); }
    body:not(.fsComposeMode) .feature-slider .slick-dots .slick-active button {
      background: #fff; }

body:not(.fsComposeMode) .video-testimonials > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 69.41176em;
  max-width: 73.75rem;
  padding: 40px 0 40px; }
  @media (max-width: 1220px) {
    body:not(.fsComposeMode) .video-testimonials > .fsElementContent {
      padding-right: 1.17647em;
      padding-left: 1.17647em; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .video-testimonials > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

body:not(.fsComposeMode) .video-testimonials .video-lightbox {
  width: 100%;
  margin-bottom: 40px; }
  body:not(.fsComposeMode) .video-testimonials .video-lightbox header > .fsElementTitle {
    margin-bottom: 30px; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .video-testimonials .video-lightbox {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 480px;
      margin-bottom: 0;
      position: relative; }
      body:not(.fsComposeMode) .video-testimonials .video-lightbox > .fsElementContent {
        position: absolute;
        min-height: 0;
        height: calc(100% - 95px) !important;
        overflow: hidden; }
        body:not(.fsComposeMode) .video-testimonials .video-lightbox > .fsElementContent a {
          min-height: 0; }
        body:not(.fsComposeMode) .video-testimonials .video-lightbox > .fsElementContent img {
          display: none; } }

@media (min-width: 900px) {
  body:not(.fsComposeMode) .video-testimonials .testimonial-slider {
    width: calc(100% - 500px);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

body:not(.fsComposeMode) .video-lightbox img {
  visibility: hidden; }

body:not(.fsComposeMode) .video-lightbox > .fsElementContent {
  min-height: 370px;
  background-size: cover;
  border-radius: 4px;
  width: 100%; }
  body:not(.fsComposeMode) .video-lightbox > .fsElementContent a {
    display: block;
    position: relative;
    margin: 0;
    height: 100%;
    width: 100%; }
    body:not(.fsComposeMode) .video-lightbox > .fsElementContent a:before {
      height: 59px;
      width: 59px;
      text-align: center;
      line-height: 58px;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: rgba(0, 0, 0, 0.7);
      font-size: 70px;
      border-radius: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      transition: all .3s linear; }
    body:not(.fsComposeMode) .video-lightbox > .fsElementContent a:hover:before {
      color: rgba(0, 0, 0, 0.8);
      background-color: rgba(255, 255, 255, 0.9); }

body:not(.fsComposeMode) .testimonial-slider > .fsElementContent {
  position: relative;
  margin: 20px 0;
  font-size: 16px;
  font-family: "abril-text", serif;
  line-height: 1.875em;
  border: 2px solid #d8d8d8;
  padding: 40px 30px;
  color: #A7A9AC; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .testimonial-slider > .fsElementContent {
      padding: 15px 50px 1px;
      margin-top: -9px;
      margin-bottom: 30px; } }
  body:not(.fsComposeMode) .testimonial-slider > .fsElementContent:before {
    position: absolute;
    left: 46px;
    top: -15px;
    content: '“';
    font-family: "Fjalla One", sans-serif;
    font-weight: normal;
    font-size: 80px;
    line-height: 10px;
    background: #fff;
    padding: 30px 10px 0;
    color: #A7A9AC; }
  body:not(.fsComposeMode) .testimonial-slider > .fsElementContent:after {
    position: absolute;
    right: 46px;
    bottom: -15px;
    content: '”';
    font-family: "Fjalla One", sans-serif;
    font-weight: normal;
    font-size: 80px;
    line-height: 0;
    padding: 30px 10px 0;
    color: #A7A9AC;
    background: #fff; }
  @media (min-width: 400px) {
    body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .fsElement {
      min-height: 100%; } }
  @media (min-width: 500px) {
    body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .fsElement {
      min-height: 100%; } }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .fsElement {
      min-height: 100%; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .fsElement {
      min-height: 100%; } }
  @media (min-width: 1100px) {
    body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .fsElement {
      min-height: 100%; } }
  @media (min-width: 400px) {
    body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .fsElement footer {
      position: relative;
      bottom: 0;
      left: 0;
      width: 100%; } }
  body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .fsElement .thumb-circle {
    height: 70px;
    width: 70px;
    float: left;
    margin: 0 10px 5px 0;
    overflow: hidden;
    position: relative; }
    body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .fsElement .thumb-circle:before {
      display: block;
      content: '';
      height: 66px;
      width: 66px;
      border-radius: 100%;
      border: 3px solid #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
  body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .fsElement img {
    height: 70px;
    width: 70px;
    border: 2px solid #D2D4D6;
    border-radius: 100%; }
  body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .fsElement strong {
    font-family: "Fjalla One", sans-serif;
    font-weight: 700;
    display: block;
    font-size: 24px;
    line-height: 1.5em;
    color: #636466;
    width: calc(100% - 85px);
    float: left; }
  body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .fsElement em {
    font-family: "Montserrat", sans-serif;
    display: block;
    width: calc(100% - 85px); }
  body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 30; }
    body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .slick-dots, body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .slick-dots li {
      margin: 0;
      padding: 0; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .slick-dots {
        text-align: right;
        width: 100%;
        padding-right: 40px;
        padding-left: 40px; } }
    body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .slick-dots li {
      display: inline-block; }
    body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .slick-dots li + li {
      margin-left: 6px; }
    body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .slick-dots button {
      border: 0;
      background-color: transparent;
      padding: 0;
      width: 8px;
      height: 8px;
      border-radius: 100%;
      font-size: 0;
      background: #D2D4D6; }
    body:not(.fsComposeMode) .testimonial-slider > .fsElementContent .slick-dots .slick-active button {
      background: #636466; }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em; }

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 1.76471em;
  padding: 1.17647em;
  background: rgba(0, 0, 0, 0.1); }

.colors ol {
  zoom: 1;
  margin-bottom: 2.35294em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 30.76923%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 15.38462%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 7.69231%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #636466;
      color: #636466; }
      .colors ol li:nth-of-type(1):after {
        content: "#636466"; }
    .colors ol li:nth-of-type(2) {
      background: #2B78BE;
      color: #2B78BE; }
      .colors ol li:nth-of-type(2):after {
        content: "#2B78BE"; }
    .colors ol li:nth-of-type(3) {
      background: #ED1C24;
      color: #ED1C24; }
      .colors ol li:nth-of-type(3):after {
        content: "#ED1C24"; }
    .colors ol li:nth-of-type(4) {
      background: #F4B919;
      color: #F4B919; }
      .colors ol li:nth-of-type(4):after {
        content: "#F4B919"; }
    .colors ol li:nth-of-type(5) {
      background: #041E42;
      color: #041E42; }
      .colors ol li:nth-of-type(5):after {
        content: "#041E42"; }
    .colors ol li:nth-of-type(6) {
      background: #00529C;
      color: #00529C; }
      .colors ol li:nth-of-type(6):after {
        content: "#00529C"; }
    .colors ol li:nth-of-type(7) {
      background: #F2F3F4;
      color: #F2F3F4; }
      .colors ol li:nth-of-type(7):after {
        content: "#F2F3F4"; }
    .colors ol li:nth-of-type(8) {
      background: #A7A9AC;
      color: #A7A9AC; }
      .colors ol li:nth-of-type(8):after {
        content: "#A7A9AC"; }
    .colors ol li:nth-of-type(9) {
      background: #6C7680;
      color: #6C7680; }
      .colors ol li:nth-of-type(9):after {
        content: "#6C7680"; }
    .colors ol li:nth-of-type(10) {
      background: #F1F3F5;
      color: #F1F3F5; }
      .colors ol li:nth-of-type(10):after {
        content: "#F1F3F5"; }
    .colors ol li:nth-of-type(11) {
      background: #D2D4D6;
      color: #D2D4D6; }
      .colors ol li:nth-of-type(11):after {
        content: "#D2D4D6"; }
    .colors ol li:nth-of-type(12) {
      background: #d8d8d8;
      color: #d8d8d8; }
      .colors ol li:nth-of-type(12):after {
        content: "#d8d8d8"; }
    .colors ol li:nth-of-type(13) {
      background: #353535;
      color: #353535; }
      .colors ol li:nth-of-type(13):after {
        content: "#353535"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.35294em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.29412em;
    padding: 0.29412em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "abril-text", serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "abril-text, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Montserrat", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Montserrat, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "Fjalla One", sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "Fjalla One, sans-serif"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }

.headers h1:after {
  content: " size: 40px / line: 70px"; }

.headers h2:after {
  content: " size: 24px / line: 36px"; }

.headers h3:after, .headers .content-callout .fsElementTitle:after, .content-callout .headers .fsElementTitle:after {
  content: " size: 17px / line: 25px"; }

.headers h4:after {
  content: " size: 15px / line: 22px"; }

.headers h5:after {
  content: " size: 13px / line: 20px"; }

.headers h6:after {
  content: " size: 11px / line: 16px"; }

.fiftyfiftySlider {
  margin-bottom: 20px; }
  .fiftyfiftySlider .slider-play-btn {
    display: none; }
  .fiftyfiftySlider .fsCustomSlider .slick-dots button {
    border-color: #636466; }
  .fiftyfiftySlider .fsCustomSlider .slick-dots .slick-active button {
    background: #636466; }
  .fiftyfiftySlider .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 350px;
    -ms-transform: none;
    transform: none;
    width: 50px;
    height: 50px;
    transition: 0.3s background;
    display: block !important;
    background: rgba(0, 0, 0, 0.2); }
    @media (min-width: 500px) {
      .fiftyfiftySlider .slick-arrow {
        bottom: 470px; } }
    @media (min-width: 700px) {
      .fiftyfiftySlider .slick-arrow {
        top: 1px;
        bottom: auto; } }
    .fiftyfiftySlider .slick-arrow:hover {
      background: rgba(0, 0, 0, 0.4); }
    .fiftyfiftySlider .slick-arrow:before {
      display: block;
      font-size: 1.625rem;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      line-height: 50px;
      color: #FFF; }
    .fiftyfiftySlider .slick-arrow.slick-prev {
      left: 1px; }
      .fiftyfiftySlider .slick-arrow.slick-prev:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .fiftyfiftySlider .slick-arrow.slick-next {
      right: 0; }
      @media (min-width: 500px) {
        .fiftyfiftySlider .slick-arrow.slick-next {
          left: 52px;
          right: auto; } }
      .fiftyfiftySlider .slick-arrow.slick-next:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
  .fiftyfiftySlider .bpa-slide {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #f8f8f8; }
    .fiftyfiftySlider .bpa-slide:focus {
      outline: 0; }
    .fiftyfiftySlider .bpa-slide .bpa-img {
      visibility: hidden; }
    @media (min-width: 700px) {
      .fiftyfiftySlider .bpa-slide {
        min-height: 480px; } }
    .fiftyfiftySlider .bpa-slide .caption-wrapper {
      position: static;
      top: 0;
      left: 0;
      bottom: auto;
      right: auto;
      -ms-transform: none;
      transform: none;
      text-align: center;
      padding: 65px 30px 65px;
      font-weight: normal;
      font-family: "Montserrat", sans-serif;
      background: transparent; }
      @media (min-width: 700px) {
        .fiftyfiftySlider .bpa-slide .caption-wrapper {
          width: 50%;
          height: 100%;
          position: absolute;
          padding-bottom: 30px; } }
      .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title, .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc {
        text-align: center;
        text-shadow: none;
        font-size: 1.125rem;
        line-height: 1.2;
        display: block;
        color: #777777; }
      .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title {
        margin-bottom: 10px;
        font-weight: bold;
        position: relative;
        padding-bottom: 18px; }
        .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.2);
          width: 30px;
          height: 2px;
          margin: auto;
          background: rgba(0, 0, 0, 0.2); }
      .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc h2 {
        color: #1cacc1;
        font-size: 1.875rem;
        line-height: 1.2;
        margin-bottom: 18px;
        color: #1cacc1; }
      .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc p {
        line-height: 1.4; }
    .fiftyfiftySlider .bpa-slide article {
      top: 0;
      right: 0;
      position: static;
      height: 350px; }
      @media (min-width: 500px) {
        .fiftyfiftySlider .bpa-slide article {
          height: 470px; } }
      @media (min-width: 700px) {
        .fiftyfiftySlider .bpa-slide article {
          height: 100%;
          width: 50%;
          position: absolute; } }

.alumni-1-home #fsPageBody {
  max-width: none; }

.alumni-1 .fsBreadcrumb {
  display: none; }

.alumni-1 .alumni-hero {
  height: 400px;
  background-size: cover;
  background-position: 50% top;
  margin: 0 -20px; }
  .alumni-1 .alumni-hero > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 69.41176em;
    max-width: 73.75rem;
    padding-top: 40px;
    height: 100%; }
    @media (max-width: 1220px) {
      .alumni-1 .alumni-hero > .fsElementContent {
        padding-right: 40px;
        padding-left: 40px; } }
    .alumni-1 .alumni-hero > .fsElementContent h2 {
      color: #F4B919;
      font-size: 44px;
      text-transform: uppercase;
      text-align: right;
      letter-spacing: 6px;
      word-spacing: -15px;
      line-height: 1;
      margin-bottom: 30px; }
      .alumni-1 .alumni-hero > .fsElementContent h2 a {
        color: #F4B919; }
        .alumni-1 .alumni-hero > .fsElementContent h2 a:hover {
          color: #F4B919; }
      .alumni-1 .alumni-hero > .fsElementContent h2 strong {
        color: #fff;
        font-weight: 700;
        font-size: 42px;
        letter-spacing: normal; }
    .alumni-1 .alumni-hero > .fsElementContent a.button {
      display: inline-block;
      clear: both;
      border: 0;
      margin: 0 0 20px;
      padding: 10px 20px;
      background: transparent;
      color: #F4B919;
      outline: 0;
      border-radius: 0;
      border: 1px solid #F4B919;
      padding: 23px 35px;
      font-size: 16px;
      float: right;
      letter-spacing: normal;
      word-spacing: normal;
      background-color: rgba(0, 0, 0, 0.2);
      margin: 5px 0;
      min-width: 260px;
      text-align: center; }
      .alumni-1 .alumni-hero > .fsElementContent a.button:hover {
        background-color: rgba(244, 185, 25, 0.5);
        color: #fff; }

.alumni-1 .opening-greeting {
  position: relative;
  margin: 0 auto;
  max-width: 69.41176em;
  max-width: 73.75rem;
  color: #6C7680;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 20px; }
  .alumni-1 .opening-greeting strong {
    color: #2B78BE;
    font-weight: 400; }
  .alumni-1 .opening-greeting em {
    color: #2B78BE; }

.alumni-1 .featured-alumni {
  margin-bottom: 1px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative; }
  .alumni-1 .featured-alumni header {
    display: none; }
  .alumni-1 .featured-alumni article {
    background-color: rgba(167, 169, 172, 0.15);
    margin-bottom: 0;
    padding: 0; }
    @media (min-width: 900px) {
      .alumni-1 .featured-alumni article {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: auto; } }
  .alumni-1 .featured-alumni .fsThumbnail {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vw;
    background-position: 50% top; }
    .alumni-1 .featured-alumni .fsThumbnail img {
      margin: 0;
      visibility: hidden; }
    @media (min-width: 600px) {
      .alumni-1 .featured-alumni .fsThumbnail {
        height: 60vw; } }
    @media (min-width: 900px) {
      .alumni-1 .featured-alumni .fsThumbnail {
        float: left;
        width: 56.198347107438%;
        margin-bottom: 0;
        height: auto; } }
  .alumni-1 .featured-alumni .text-wrap {
    padding: 20px; }
    @media (min-width: 900px) {
      .alumni-1 .featured-alumni .text-wrap {
        float: left;
        width: 43.801652892562%; } }
  .alumni-1 .featured-alumni .fsElementHeaderContent {
    color: #2B78BE;
    font-family: "Fjalla One", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 22px;
    margin-bottom: 30px;
    word-spacing: -10px;
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .alumni-1 .featured-alumni .fsElementHeaderContent strong {
      color: #ED1C24;
      font-weight: 700;
      letter-spacing: normal; }
    @media (min-width: 600px) {
      .alumni-1 .featured-alumni .fsElementHeaderContent {
        font-size: 30px; } }
  .alumni-1 .featured-alumni .fsTitle {
    color: #ED1C24;
    font-family: "Fjalla One", sans-serif;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 6px;
    text-transform: uppercase; }
    .alumni-1 .featured-alumni .fsTitle a {
      color: inherit; }
      .alumni-1 .featured-alumni .fsTitle a:hover {
        color: #2B78BE; }
  .alumni-1 .featured-alumni .fsSummary {
    font-family: "Montserrat", sans-serif; }
  .alumni-1 .featured-alumni .fsReadMoreLink {
    color: #6C7680;
    font-size: 13px;
    text-transform: uppercase; }
    .alumni-1 .featured-alumni .fsReadMoreLink:hover {
      color: #ED1C24; }
  .alumni-1 .featured-alumni .slideControls {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 20px 20px 0; }
    .alumni-1 .featured-alumni .slideControls .slick-next {
      color: #2B78BE;
      font-size: 13px;
      text-transform: uppercase;
      display: inline-block;
      cursor: pointer; }

.alumni-1 .alumni-nav {
  display: none; }
  @media (min-width: 900px) {
    .alumni-1 .alumni-nav {
      display: block;
      margin-left: -20px;
      margin-right: -20px; } }
  .alumni-1 .alumni-nav article {
    position: relative;
    margin: 0;
    outline: none;
    overflow: hidden;
    background-size: cover;
    background-position: 50% top;
    width: calc(25% - 1px) !important;
    height: 250px; }
    .alumni-1 .alumni-nav article:first-child {
      width: 25%; }
    .alumni-1 .alumni-nav article:not(:first-child) {
      border-left: solid 1px #fff; }
    .alumni-1 .alumni-nav article:hover .fsTitle, .alumni-1 .alumni-nav article.slick-current .fsTitle {
      opacity: 1;
      visibility: visible; }
  .alumni-1 .alumni-nav .fsThumbnail {
    margin: 0; }
    .alumni-1 .alumni-nav .fsThumbnail img {
      width: 100%;
      margin: 0;
      height: auto;
      visibility: hidden; }
  .alumni-1 .alumni-nav .fsTitle {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    font-family: "Fjalla One", sans-serif;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 120, 190, 0.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    padding: 0 10px;
    margin: 0; }
    .alumni-1 .alumni-nav .fsTitle a {
      color: #fff; }

.alumni-1 .alumni-events {
  margin-top: 60px; }
  .alumni-1 .alumni-events header {
    position: relative;
    position: relative;
    margin: 0 auto;
    max-width: 69.41176em;
    max-width: 73.75rem; }
    .alumni-1 .alumni-events header .fsElementFooterContent {
      display: none; }
      @media (min-width: 900px) {
        .alumni-1 .alumni-events header .fsElementFooterContent {
          display: block;
          position: absolute;
          right: 0;
          bottom: -.4em;
          margin: 0; } }
  .alumni-1 .alumni-events .fsElementHeaderContent {
    color: #2B78BE;
    font-family: "Fjalla One", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 22px;
    margin-bottom: 30px;
    word-spacing: -10px;
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .alumni-1 .alumni-events .fsElementHeaderContent strong {
      color: #ED1C24;
      font-weight: 700;
      letter-spacing: normal; }
    @media (min-width: 600px) {
      .alumni-1 .alumni-events .fsElementHeaderContent {
        font-size: 30px; } }
  @media (min-width: 600px) {
    .alumni-1 .alumni-events .fsElementContent {
      margin-left: -20px;
      margin-right: -20px; } }
  .alumni-1 .alumni-events .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    @media (min-width: 600px) {
      .alumni-1 .alumni-events .slick-track {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; } }
    @media (max-width: 600px) {
      .alumni-1 .alumni-events .slick-track {
        width: 100% !important;
        -ms-transform: none !important;
        transform: none !important; } }
  .alumni-1 .alumni-events article {
    color: #fff;
    background-color: #6C7680;
    border-bottom: solid 2px #fff;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    padding: 20px 20px 20px 70px;
    outline: none;
    margin-bottom: 0;
    height: auto;
    display: none !important;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
    @media (min-width: 600px) {
      .alumni-1 .alumni-events article {
        display: -ms-flexbox !important;
        display: flex !important;
        border-left: solid 1px #fff; } }
    .alumni-1 .alumni-events article .fsDate,
    .alumni-1 .alumni-events article .fsTimeRange,
    .alumni-1 .alumni-events article .fsEventDetails {
      color: #fff; }
    .alumni-1 .alumni-events article.slick-active {
      display: -ms-flexbox !important;
      display: flex !important; }
      @media (max-width: 600px) {
        .alumni-1 .alumni-events article.slick-active {
          width: 100% !important; } }
  .alumni-1 .alumni-events .fsDayName:after {
    content: '/';
    margin-left: .3em; }
  .alumni-1 .alumni-events .fsTitle {
    color: #fff;
    font-weight: 700;
    line-height: normal;
    margin: .5em 0; }
    .alumni-1 .alumni-events .fsTitle a {
      color: inherit; }
  .alumni-1 .alumni-events .fsElementFooterContent {
    text-align: center;
    margin-top: 12px; }
    @media (min-width: 900px) {
      .alumni-1 .alumni-events .fsElementFooterContent {
        display: none; } }
    .alumni-1 .alumni-events .fsElementFooterContent a {
      color: #2B78BE;
      font-size: 13px;
      text-transform: uppercase; }
      .alumni-1 .alumni-events .fsElementFooterContent a:hover {
        color: #ED1C24; }

.alumni-1 .slick-dots {
  bottom: auto;
  list-style: none;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 20px; }
  .alumni-1 .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 15px; }
    .alumni-1 .slick-dots li.slick-active button {
      background-color: #2B78BE; }
  .alumni-1 .slick-dots button {
    background: #6C7680;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 0;
    outline: none;
    padding: 0;
    width: 15px;
    border-radius: 50%; }

.fsFacebook .fsFacebookTitle {
  font-size: 0;
  display: inline-block; }
  .fsFacebook .fsFacebookTitle:before {
    content: 'View Post';
    font-size: 17px; }

.group-nav .fsGroupsList li:not(:last-child) {
  border-bottom: 1px solid #D2D4D6; }

.group-nav .fsGroupsList li a {
  display: block;
  padding: 10px 0;
  color: #636466;
  background: transparent;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.1; }

.group-nav .fsGroupsListName {
  margin-left: 10px; }

.group-nav ul.fsGroupsList {
  padding: 0 20px; }

.group-nav .fsElementContent {
  background: #F2F3F4;
  border-top: 1px solid #D2D4D6;
  padding-top: 14px;
  padding-bottom: 14px; }

.group-nav .fsGroupsList li a:hover {
  color: #ED1C24;
  background: transparent; }

.group-nav .fsGroupsList li {
  margin-bottom: 0px; }

body:not(.fsComposeMode) .language-toggle.french:nth-child(2),
body:not(.fsComposeMode) .language-toggle.french:nth-child(3) {
  display: none; }

body:not(.fsComposeMode) .language-toggle.english:nth-child(2),
body:not(.fsComposeMode) .language-toggle.english:nth-child(3) {
  display: none; }

@media (min-width: 900px) {
  .fsTwoColumnLayout .fsDiv .adjust-width {
    width: 86%; } }

.callout-resource h3.fsResourceCollectionName, .callout-resource .content-callout .fsResourceCollectionName.fsElementTitle, .content-callout .callout-resource .fsResourceCollectionName.fsElementTitle {
  font-family: "Fjalla One", sans-serif;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #fff; }

.callout-resource .fsResource a {
  color: #fff;
  font-size: 15px;
  font-family: "acumin-pro", sans-serif; }
  .callout-resource .fsResource a:hover {
    color: #fff;
    text-decoration: underline; }
  .callout-resource .fsResource a:before {
    background: url(/uploaded/doc-icon-white.svg) !important;
    opacity: 0.9 !important;
    background-repeat: no-repeat !important; }

.circle-profile .fsCroppedImage {
  border-radius: 100%;
  height: 80px !important;
  width: 80px !important; }

.normal-font ul li a {
  font-weight: normal !important;
  padding: 0 !important; }

.default-margins {
  max-width: 73.75em;
  margin: 0 auto;
  margin-top: 40px; }

.fsPostToolsElement.fsTagFilter.block-tags ul li {
  display: block; }
  .fsPostToolsElement.fsTagFilter.block-tags ul li a {
    margin: 0; }

.fsPostToolsElement.fsCategoryFilter.block-categories ul li {
  display: block; }
  .fsPostToolsElement.fsCategoryFilter.block-categories ul li a {
    margin: 0; }
    .fsPostToolsElement.fsCategoryFilter.block-categories ul li a:hover {
      background: #999; }
  .fsPostToolsElement.fsCategoryFilter.block-categories ul li.fsStateSelected a {
    background: #2B78BE; }

.rozz-search {
  margin-bottom: 0;
  display: none; }
  .rozz-search .pinned-buttons {
    display: block; }
  .rozz-search header {
    display: none; }

rozz-searchbox {
  position: relative !important;
  top: auto !important;
  left: auto !important; }

.button-search-closed {
  transition: all .3s linear !important;
  background: #F4B919 !important; }

.text-button-hover {
  transition: all .3s linear !important; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  #fsHeader {
    border-bottom: 2px solid #000; }
    #fsHeader .site-name {
      font-family: "Fjalla One", sans-serif;
      margin-top: 0;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 40px;
      line-height: 70px;
      margin-bottom: 16px; }
  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important; }
  a, a:visited {
    text-decoration: underline; }
  dl dd {
    margin-left: 0; }
  div, dl, li {
    height: auto !important;
    height: 1%; }
  thead {
    display: table-header-group; }
  tr, img, h2, h3, .content-callout .fsElementTitle, pre, blockquote {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3, .content-callout .fsElementTitle {
    orphans: 3;
    widows: 3; } }

@font-face {
  font-family: 'bpa-font-icons';
  src: url("../fonts/bpa-icon-library.eot");
  src: url("../fonts/bpa-icon-library.eot?#iefix") format("embedded-opentype"), url("../fonts/bpa-icon-library.woff2") format("woff2"), url("../fonts/bpa-icon-library.woff") format("woff"), url("../fonts/bpa-icon-library.ttf") format("truetype"), url("../fonts/bpa-icon-library.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsGrid.bpa-image-slideshow-1 {
  margin-bottom: 50px; }
  .fsGrid.bpa-image-slideshow-1 .fsListItems {
    margin: 0 auto;
    background: #fff;
    border: solid 1px rgba(0, 0, 0, 0.2); }
    body:not(.fsComposeMode) .fsGrid.bpa-image-slideshow-1 .fsListItems:not(.slick-initialized) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      height: 580px;
      opacity: 0;
      visibility: hidden; }
  .fsGrid.bpa-image-slideshow-1 article {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: auto; }
    @media (min-width: 700px) {
      .fsGrid.bpa-image-slideshow-1 article {
        padding-top: 64px;
        min-height: calc-vw(580px, 1220px); } }
    @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 {
      font-family: "Fjalla One", sans-serif;
      margin-top: 0;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 17px;
      line-height: 25px;
      margin-bottom: 10px;
      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, 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: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article figure {
          display: block; } }
    .fsGrid.bpa-image-slideshow-1 article picture {
      background-size: cover;
      background-position: center;
      display: block;
      width: 100%; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article picture {
          overflow: hidden;
          position: absolute;
          width: 50%;
          height: 100%;
          right: 0;
          top: 0; } }
      .fsGrid.bpa-image-slideshow-1 article picture img {
        display: block;
        width: 100%; }
        @media (min-width: 700px) {
          .fsGrid.bpa-image-slideshow-1 article picture img {
            display: block;
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            white-space: nowrap;
            width: 1px; } }
    .fsGrid.bpa-image-slideshow-1 article figcaption {
      margin-top: 0;
      text-align: center;
      padding: 0 20px 30px;
      color: #636466;
      font-family: "Montserrat", sans-serif;
      font-size: 17px;
      line-height: 32px;
      font-weight: 400; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article figcaption {
          width: 50%;
          padding: 0 20px 96px 20px;
          width: calc(50% - 10px);
          max-height: calc(calc-vw(580px, 1220px) - 44px - 40px);
          overflow: auto; } }
      @media (min-width: 900px) {
        .fsGrid.bpa-image-slideshow-1 article figcaption {
          padding: 0 20px 96px 30px;
          max-height: calc(calc-vw(580px, 1220px) - 44px - 70px); } }
      @media (min-width: 1220px) {
        .fsGrid.bpa-image-slideshow-1 article figcaption {
          max-height: 466px; } }
      .fsGrid.bpa-image-slideshow-1 article figcaption h2 {
        padding-bottom: 0; }
        .fsGrid.bpa-image-slideshow-1 article figcaption h2:before {
          display: none; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle {
          margin-left: auto;
          margin-right: auto;
          width: 100%; } }
    @media (min-width: 700px) {
      .fsGrid.bpa-image-slideshow-1 article.has-caption {
        position: relative; } }
    @media (min-width: 700px) {
      .fsGrid.bpa-image-slideshow-1 article.has-caption:before {
        content: '';
        position: absolute;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 51.8%, #fff 100%);
        height: 100px;
        width: calc(50% - 50px);
        left: 20px;
        bottom: 20px;
        z-index: 10;
        height: 96px; } }
    @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: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) {
          display: block; } }
      .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) > figure {
        -ms-flex-order: 2;
        order: 2; }
        .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) > figure + .fsTitle {
          margin-bottom: 20px; }
      .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) .fsTitle {
        margin-bottom: 0;
        padding-bottom: 0; }
        .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) .fsTitle:after {
          display: none; }
    .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) {
      padding-top: 0;
      min-height: auto; }
      .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) picture {
        width: 100%;
        position: relative;
        height: auto; }
        .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) picture img {
          height: auto;
          width: 100%;
          position: relative;
          margin: 0; }
  .fsGrid.bpa-image-slideshow-1 .slick-arrow {
    width: 44px;
    height: 44px;
    border: none;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.42);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate3d(0, 0, 0);
    z-index: 20;
    transition: .3s;
    cursor: pointer;
    color: transparent;
    overflow: hidden;
    white-space: nowrap; }
    @media (min-width: 1000px) {
      .fsGrid.bpa-image-slideshow-1 .slick-arrow {
        left: calc(50% - 90px); } }
    .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:hover, .fsGrid.bpa-image-slideshow-1 .slick-arrow:focus {
      background: rgba(0, 0, 0, 0.5);
      transition: .3s; }
    .fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-prev:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none; }
    .fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next {
      left: 45px; }
      @media (min-width: 1000px) {
        .fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next {
          left: calc(50% - 44px); } }
      .fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next:before {
        content: "";
        font-family: "bpa-font-icons";
        font-weight: normal;
        speak: none; }
  .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article,
  .fsBannerRight .fsGrid.bpa-image-slideshow-1 article,
  .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article,
  .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article,
  .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article,
  .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article,
  .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article,
  .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article {
    padding-top: 64px;
    padding-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    min-height: auto; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) {
      padding-top: 0; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article:before,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article:before,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:before,
    .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before,
    .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article:before,
    .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article:before {
      display: none; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article .fsTitle {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 0;
      margin-left: 0; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figure,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article figure,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figure,
    .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure,
    .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article figure,
    .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article figure {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-order: 2;
      order: 2; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption,
    .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article figcaption,
    .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article figcaption {
      padding: 0 20px 30px;
      width: 100%;
      max-height: 100%; }
      .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .fsBannerRight .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle {
        padding-left: 0;
        padding-right: 0; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture,
    .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
    .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article picture,
    .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article picture {
      width: 100%;
      height: auto;
      position: relative;
      overflow: visible; }
      body:not(.fsComposeMode) .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture, body:not(.fsComposeMode)
      .fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture, body:not(.fsComposeMode)
      .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture, body:not(.fsComposeMode)
      .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture, body:not(.fsComposeMode)
      .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture, body:not(.fsComposeMode)
      .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture, body:not(.fsComposeMode)
      .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article picture, body:not(.fsComposeMode)
      .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article picture {
        width: 100%; }
      .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture img,
      .fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture img,
      .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture img,
      .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img,
      .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img,
      .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img,
      .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article picture img,
      .wide-right > .fsStyleColumn-1 .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,
  .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article,
  .fsHasTwoColumnWideRightLayout .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,
    .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article:before,
    .fsHasTwoColumnWideRightLayout .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,
        .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article:before,
        .fsHasTwoColumnWideRightLayout .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,
      .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article,
      .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article {
        min-height: calc-vw(422.71186px, 1220px);
        padding-top: 64px; } }
    @media (min-width: 1220px) {
      .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
      .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article,
      .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article,
      .fsHasTwoColumnWideRightLayout .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,
    .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article figure,
    .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article figure {
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 1000px) {
        .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figure,
        .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figure,
        .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article figure,
        .fsHasTwoColumnWideRightLayout .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,
      .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article picture,
      .fsHasTwoColumnWideRightLayout .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,
        .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article picture img,
        .fsHasTwoColumnWideRightLayout .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,
      .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article figcaption {
        padding: 0 10px 96px 20px;
        max-height: calc(calc-vw(422.71186px, 1220px) - 44px - 40px); } }
    @media (min-width: 1220px) {
      .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article figcaption {
        max-height: calc(422.71186px - 44px - 40px); } }
    @media (max-width: 999px) {
      .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasTwoColumnWideRightLayout .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),
      .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption),
      .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) {
        display: -ms-flexbox;
        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,
        .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle,
        .fsHasTwoColumnWideRightLayout .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:not(.fsComposeMode) .fsGrid.bpa-image-slideshow-1 .fsListItems:not(.slick-initialized) article {
    min-height: auto; }

.fsGrid.bpa-image-slideshow-1.dark .fsListItems {
  background: #2B78BE;
  border: none; }

.fsGrid.bpa-image-slideshow-1.dark article .fsTitle {
  color: #fff; }
  .fsGrid.bpa-image-slideshow-1.dark article .fsTitle:after {
    background-color: rgba(255, 255, 255, 0.2); }

.fsGrid.bpa-image-slideshow-1.dark article figcaption {
  color: #fff; }
  .fsGrid.bpa-image-slideshow-1.dark article figcaption a {
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
    -moz-text-decoration-style: solid;
    text-decoration-style: solid; }
    .fsGrid.bpa-image-slideshow-1.dark article figcaption a:hover, .fsGrid.bpa-image-slideshow-1.dark article figcaption a:focus {
      -webkit-text-decoration-style: dotted;
      -moz-text-decoration-style: dotted;
      text-decoration-style: dotted; }

.fsGrid.bpa-image-slideshow-1.dark article.has-caption:before {
  background: linear-gradient(180deg, rgba(43, 120, 190, 0) 0%, rgba(43, 120, 190, 0.85) 51.8%, #2B78BE 100%); }

.fsContainer.not-full-width .fsGrid.bpa-image-slideshow-1 > header {
  position: relative;
  margin: 0 auto;
  max-width: 69.41176em;
  max-width: 73.75rem; }
  @media (max-width: 1220px) {
    .fsContainer.not-full-width .fsGrid.bpa-image-slideshow-1 > header {
      padding-right: 1.17647em;
      padding-left: 1.17647em; } }

.fsContainer.not-full-width .fsGrid.bpa-image-slideshow-1 > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 69.41176em;
  max-width: 73.75rem; }
  @media (max-width: 1220px) {
    .fsContainer.not-full-width .fsGrid.bpa-image-slideshow-1 > .fsElementContent {
      padding-right: 1.17647em;
      padding-left: 1.17647em; } }
