@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  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.25em;
  margin-left: 1.25em; }

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em; }

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em; }

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em; }

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em; }

.cover {
  position: absolute;
  height: 100%;
  width: 100%; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
table.fs_style_11 {
  margin-bottom: 20px;
  width: 100%; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  table.fs_style_11 td {
    padding: 9.09091px 20px;
    background: #ecf1f5; }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  table.styled tr:nth-of-type(odd) td,
  table.fs_style_11 tr:nth-of-type(odd) td {
    background-color: #fbfbfb; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  table.fs_style_11 th,
  table.fs_style_11 td {
    vertical-align: top;
    border-bottom: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  table.fs_style_11 th {
    padding: 10px 20px;
    text-align: left;
    background: #16467a;
    color: #fff; }

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: #6a6b6c; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #6a6b6c; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #373839; }

.fsElementDialog {
  color: #6a6b6c; }

/*! 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: #6a6b6c;
  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: #6a6b6c;
        transition: .3s; }
      .fsSlideshow .fsPager li button:hover:before {
        transition: .3s; }

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 8px;
  padding: 10px 13px;
  background: #16467a;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #16467a; }
  .button:hover, .button:focus {
    background: #fff;
    color: #16467a;
    border-color: #16467a; }
  .button em {
    display: block;
    font-style: normal; }
  #fsBannerRight .button,
  #fsBannerLeft .button {
    display: block;
    width: 100%;
    text-align: center; }

.fs_style_3 {
  display: inline-block;
  border: 0;
  margin: 0 0 8px;
  padding: 10px 13px;
  background: #16467a;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #16467a; }
  .fs_style_3:hover, .fs_style_3:focus {
    background: #fff;
    color: #16467a;
    border-color: #16467a; }
  .fs_style_3 em {
    display: block;
    font-style: normal; }
  #fsBannerRight .fs_style_3,
  #fsBannerLeft .fs_style_3 {
    display: block;
    width: 100%;
    text-align: center; }

.fs_style_4 {
  display: inline-block;
  border: 0;
  margin: 0 0 8px;
  padding: 10px 13px;
  background: #79bce8;
  color: #16467a;
  border-radius: 0;
  font-size: 13px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #79bce8; }
  .fs_style_4:hover, .fs_style_4:focus {
    background: #fff;
    color: #79bce8;
    border-color: #79bce8; }
  .fs_style_4 em {
    display: block;
    font-style: normal; }
  #fsBannerRight .fs_style_4,
  #fsBannerLeft .fs_style_4 {
    display: block;
    width: 100%;
    text-align: center; }
  .fs_style_4:hover, .fs_style_4:focus {
    color: #16467a; }

.fs_style_5 {
  display: inline-block;
  border: 0;
  margin: 0 0 8px;
  padding: 10px 13px;
  background: #007dc3;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #007dc3; }
  .fs_style_5:hover, .fs_style_5:focus {
    background: #fff;
    color: #007dc3;
    border-color: #007dc3; }
  .fs_style_5 em {
    display: block;
    font-style: normal; }
  #fsBannerRight .fs_style_5,
  #fsBannerLeft .fs_style_5 {
    display: block;
    width: 100%;
    text-align: center; }

.fs_style_6 {
  display: inline-block;
  border: 0;
  margin: 0 0 8px;
  padding: 10px 13px;
  background: #00ae9e;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #00ae9e; }
  .fs_style_6:hover, .fs_style_6:focus {
    background: #fff;
    color: #00ae9e;
    border-color: #00ae9e; }
  .fs_style_6 em {
    display: block;
    font-style: normal; }
  #fsBannerRight .fs_style_6,
  #fsBannerLeft .fs_style_6 {
    display: block;
    width: 100%;
    text-align: center; }

.fs_style_7 {
  display: inline-block;
  border: 0;
  margin: 0 0 8px;
  padding: 10px 13px;
  background: #c1d82f;
  color: #6a6b6c;
  border-radius: 0;
  font-size: 13px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #c1d82f; }
  .fs_style_7:hover, .fs_style_7:focus {
    background: #fff;
    color: #c1d82f;
    border-color: #c1d82f; }
  .fs_style_7 em {
    display: block;
    font-style: normal; }
  #fsBannerRight .fs_style_7,
  #fsBannerLeft .fs_style_7 {
    display: block;
    width: 100%;
    text-align: center; }
  .fs_style_7:hover, .fs_style_7:focus {
    color: #6a6b6c; }

.fs_style_8 {
  display: inline-block;
  border: 0;
  margin: 0 0 8px;
  padding: 10px 13px;
  background: #ffd24f;
  color: #6a6b6c;
  border-radius: 0;
  font-size: 13px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #ffd24f; }
  .fs_style_8:hover, .fs_style_8:focus {
    background: #fff;
    color: #ffd24f;
    border-color: #ffd24f; }
  .fs_style_8 em {
    display: block;
    font-style: normal; }
  #fsBannerRight .fs_style_8,
  #fsBannerLeft .fs_style_8 {
    display: block;
    width: 100%;
    text-align: center; }
  .fs_style_8:hover, .fs_style_8:focus {
    color: #6a6b6c; }

.fs_style_9 {
  display: inline-block;
  border: 0;
  margin: 0 0 8px;
  padding: 10px 13px;
  background: #f16649;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #f16649; }
  .fs_style_9:hover, .fs_style_9:focus {
    background: #fff;
    color: #f16649;
    border-color: #f16649; }
  .fs_style_9 em {
    display: block;
    font-style: normal; }
  #fsBannerRight .fs_style_9,
  #fsBannerLeft .fs_style_9 {
    display: block;
    width: 100%;
    text-align: center; }

.fs_style_10 {
  display: inline-block;
  border: 0;
  margin: 0 0 8px;
  padding: 10px 13px;
  background: #822471;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #822471; }
  .fs_style_10:hover, .fs_style_10:focus {
    background: #fff;
    color: #822471;
    border-color: #822471; }
  .fs_style_10 em {
    display: block;
    font-style: normal; }
  #fsBannerRight .fs_style_10,
  #fsBannerLeft .fs_style_10 {
    display: block;
    width: 100%;
    text-align: center; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 8px;
  padding: 10px 13px;
  background: #6a6b6c;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #6a6b6c; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #fff;
    color: #6a6b6c;
    border-color: #6a6b6c; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  #fsBannerRight .fsStyleDefaultButton,
  #fsBannerLeft .fsStyleDefaultButton {
    display: block;
    width: 100%;
    text-align: center; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 8px;
  padding: 10px 13px;
  background: #16467a;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #16467a;
  line-height: 1.2em; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #fff;
    color: #16467a;
    border-color: #16467a; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }
  #fsBannerRight .fsStyleUpdateButton,
  #fsBannerLeft .fsStyleUpdateButton {
    display: block;
    width: 100%;
    text-align: center; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in,
.fs_style_1 {
  font-size: 1.1875em;
  line-height: 1.52632em;
  color: #f16649;
  margin-bottom: 40px; }

blockquote {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 1.66667em;
  font-weight: 500;
  position: relative;
  margin: 30px 0;
  color: #292929;
  text-align: center; }
  blockquote:before, blockquote:after {
    display: block;
    content: '';
    height: 2px;
    background: #f16649;
    width: calc(100% - 80px);
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  blockquote:before {
    top: 0; }
  blockquote:after {
    bottom: 0; }
  blockquote .blockquote-inner {
    display: block;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    blockquote .blockquote-inner:before, blockquote .blockquote-inner:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #f16649;
      font-size: 30px;
      background: #fff;
      height: 30px;
      width: 60px;
      position: absolute;
      text-align: center;
      z-index: 5; }
    blockquote .blockquote-inner:before {
      top: -15px;
      left: 50%;
      -ms-transform: translate(-50%, 0) rotate(180deg);
      transform: translate(-50%, 0) rotate(180deg); }
    blockquote .blockquote-inner:after {
      bottom: -15px;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

cite,
.fs_style_2 {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  text-align: center;
  font-size: 15px;
  font-weight: 600; }

body:not(.fsComposeMode) .callout-box {
  padding: 20px;
  background: #16467a;
  color: #fff;
  font-weight: 500; }
  body:not(.fsComposeMode) .callout-box header .fsElementTitle {
    color: #fff;
    text-transform: none; }
  body:not(.fsComposeMode) .callout-box a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700; }
    body:not(.fsComposeMode) .callout-box a:hover {
      color: #ffd24f; }
  body:not(.fsComposeMode) .callout-box.orange {
    background: #f16649; }
    body:not(.fsComposeMode) .callout-box.orange a:hover {
      color: #c1d82f; }

body:not(.fsComposeMode) .hero {
  height: 250px;
  background-size: cover;
  background-position: 50% top;
  z-index: 0;
  position: relative;
  margin: 0; }
  @media (min-width: 1100px) {
    body:not(.fsComposeMode) .hero {
      position: fixed;
      top: 110px;
      left: 0;
      width: 100%;
      height: 500px; } }
  body:not(.fsComposeMode) .hero:before {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2); }
  body:not(.fsComposeMode) .hero h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.23333em;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .hero h2 {
        font-size: 55px;
        line-height: 1.12727em; } }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .hero h2 {
        display: none; } }
    body:not(.fsComposeMode) .hero h2 em {
      display: block;
      text-transform: none;
      font-weight: 600;
      font-size: 20px;
      font-style: normal;
      line-height: 1.175em; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .hero h2 em {
          font-size: 40px; } }

h2.hero-text {
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  font-size: 55px;
  line-height: 1.12727em;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  width: 100%;
  position: absolute;
  top: -80px;
  left: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media (max-width: 1100px) {
    h2.hero-text {
      display: none; } }
  h2.hero-text em {
    display: block;
    text-transform: none;
    font-weight: 600;
    font-size: 20px;
    font-style: normal;
    line-height: 1.35em; }
    @media (min-width: 1100px) {
      h2.hero-text em {
        font-size: 40px; } }

body:not(.fsComposeMode) .steps {
  position: relative; }
  body:not(.fsComposeMode) .steps > header {
    position: relative; }
    @media (max-width: 684px) {
      body:not(.fsComposeMode) .steps > header:before {
        display: block;
        content: '';
        height: 100%;
        width: 60px;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
        /* IE6-9 */
        position: absolute;
        top: 0;
        left: 0;
        z-index: 300; }
      body:not(.fsComposeMode) .steps > header:after {
        display: block;
        content: '';
        height: 100%;
        width: 60px;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        /* IE6-9 */
        position: absolute;
        top: 0;
        right: 0;
        z-index: 300; } }
    body:not(.fsComposeMode) .steps > header .steps-paging {
      display: block;
      width: 100%;
      position: relative;
      height: 84px; }
      body:not(.fsComposeMode) .steps > header .steps-paging:before {
        display: block;
        height: 2px;
        width: 100%;
        content: '';
        background: #e1e1e1;
        position: absolute;
        bottom: 51px;
        left: 0; }
      body:not(.fsComposeMode) .steps > header .steps-paging .slick-dots {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        position: relative;
        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;
        overflow-y: hidden;
        overflow-x: auto;
        padding-bottom: 40px; }
        @media (max-width: 684px) {
          body:not(.fsComposeMode) .steps > header .steps-paging .slick-dots {
            padding-bottom: 25px; } }
        body:not(.fsComposeMode) .steps > header .steps-paging .slick-dots li {
          display: inline-block;
          margin: -1px 0 0 0;
          line-height: 1;
          float: none;
          clear: none;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          position: relative;
          width: 90px;
          text-align: center; }
          body:not(.fsComposeMode) .steps > header .steps-paging .slick-dots li span {
            display: block;
            color: #c2c2c2;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            transition: all .3s; }
          body:not(.fsComposeMode) .steps > header .steps-paging .slick-dots li.completed span {
            color: #79bce8; }
          body:not(.fsComposeMode) .steps > header .steps-paging .slick-dots li.completed button {
            border-color: #79bce8; }
            body:not(.fsComposeMode) .steps > header .steps-paging .slick-dots li.completed button:before {
              background: #79bce8; }
        body:not(.fsComposeMode) .steps > header .steps-paging .slick-dots button {
          border: 0;
          background-color: #fff;
          padding: 0;
          width: 14px;
          height: 14px;
          border: 2px solid #e1e1e1;
          border-radius: 100%;
          font-size: 0;
          position: relative;
          transition: all .3s;
          margin-top: 10px; }
          body:not(.fsComposeMode) .steps > header .steps-paging .slick-dots button:before {
            display: block;
            content: '';
            height: 8px;
            width: 8px;
            border-radius: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: #fff;
            transition: all .3s; }
          body:not(.fsComposeMode) .steps > header .steps-paging .slick-dots button:hover {
            border-color: #f16649 !important; }
            body:not(.fsComposeMode) .steps > header .steps-paging .slick-dots button:hover:before {
              background: #f16649 !important; }
        body:not(.fsComposeMode) .steps > header .steps-paging .slick-dots .slick-active span {
          color: #16467a; }
        body:not(.fsComposeMode) .steps > header .steps-paging .slick-dots .slick-active button {
          width: 18px;
          height: 18px;
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          outline: .05em solid #fff;
          border-radius: 100%;
          border-color: #16467a !important;
          -ms-transform: translate(0, -2px);
          transform: translate(0, -2px); }
          body:not(.fsComposeMode) .steps > header .steps-paging .slick-dots .slick-active button:before {
            height: 12px;
            width: 12px;
            background: #16467a !important; }
          body:not(.fsComposeMode) .steps > header .steps-paging .slick-dots .slick-active button:hover {
            border-color: #f16649 !important; }
            body:not(.fsComposeMode) .steps > header .steps-paging .slick-dots .slick-active button:hover:before {
              background: #f16649 !important; }
    body:not(.fsComposeMode) .steps > header .fsElementTitle {
      display: none; }
  @media (min-width: 1100px) {
    body:not(.fsComposeMode) .steps > .fsElementContent {
      padding-right: 45px;
      padding-left: 45px; } }
  body:not(.fsComposeMode) .steps > .fsElementContent .fsElement {
    width: 100%; }
    body:not(.fsComposeMode) .steps > .fsElementContent .fsElement > header {
      width: 452px;
      max-width: 100%;
      margin: 0 auto 20px;
      text-align: center; }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode) .steps > .fsElementContent .fsElement > header {
          float: left;
          margin-right: 50px;
          text-align: left; } }
    body:not(.fsComposeMode) .steps > .fsElementContent .fsElement > .fsElementContent {
      text-align: center; }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode) .steps > .fsElementContent .fsElement > .fsElementContent {
          text-align: left; } }
      body:not(.fsComposeMode) .steps > .fsElementContent .fsElement > .fsElementContent h2 {
        font-size: 16px;
        line-height: 26px;
        text-transform: uppercase;
        font-weight: 700;
        color: #828384; }
      body:not(.fsComposeMode) .steps > .fsElementContent .fsElement > .fsElementContent .fs_style_6 {
        width: 280px;
        text-align: center;
        max-width: 100%; }
  body:not(.fsComposeMode) .steps .slick-next, body:not(.fsComposeMode) .steps .slick-prev {
    background: none;
    border: none;
    color: transparent;
    width: 35px;
    height: 35px;
    padding: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
    overflow: hidden; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .steps .slick-next, body:not(.fsComposeMode) .steps .slick-prev {
        bottom: auto;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    body:not(.fsComposeMode) .steps .slick-next:before, body:not(.fsComposeMode) .steps .slick-prev:before {
      color: #e2e7eb;
      display: block;
      font-size: 35px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 32px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      transition: all .3s; }
    body:not(.fsComposeMode) .steps .slick-next:hover:before, body:not(.fsComposeMode) .steps .slick-prev:hover:before {
      color: #f16649; }
    body:not(.fsComposeMode) .steps .slick-next.slick-disabled, body:not(.fsComposeMode) .steps .slick-prev.slick-disabled {
      display: none !important; }
  body:not(.fsComposeMode) .steps .slick-next {
    left: auto;
    right: 30px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .steps .slick-next {
        right: 0; } }
    body:not(.fsComposeMode) .steps .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  body:not(.fsComposeMode) .steps .slick-prev {
    left: 30px;
    right: auto; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .steps .slick-prev {
        left: 0; } }
    body:not(.fsComposeMode) .steps .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

body:not(.fsComposeMode) .fifty-fifty {
  position: relative; }
  body:not(.fsComposeMode) .fifty-fifty .slick-arrow {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 206px;
    border-radius: 0;
    z-index: 1;
    border: 0;
    text-align: center;
    line-height: 50px; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .fifty-fifty .slick-arrow {
        top: auto;
        bottom: 0; } }
    body:not(.fsComposeMode) .fifty-fifty .slick-arrow:hover {
      background-color: rgba(0, 0, 0, 0.6); }
    body:not(.fsComposeMode) .fifty-fifty .slick-arrow:before {
      color: #fff;
      font-size: 45px;
      line-height: 33px; }
  body:not(.fsComposeMode) .fifty-fifty .slick-next {
    right: 0; }
    body:not(.fsComposeMode) .fifty-fifty .slick-next:before {
      content: "\203a"; }
  body:not(.fsComposeMode) .fifty-fifty .slick-prev {
    right: 41px; }
    body:not(.fsComposeMode) .fifty-fifty .slick-prev:before {
      content: "\2039"; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .fifty-fifty .slick-prev {
      right: calc(50% + 41px); }
    body:not(.fsComposeMode) .fifty-fifty .slick-next {
      right: 50%; } }
  body:not(.fsComposeMode) .fifty-fifty > header {
    display: none; }
  body:not(.fsComposeMode) .fifty-fifty .fsElement {
    border: 1px solid #e2e7eb;
    background: #fff;
    margin-bottom: 0; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .fifty-fifty .fsElement {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    body:not(.fsComposeMode) .fifty-fifty .fsElement > header,
    body:not(.fsComposeMode) .fifty-fifty .fsElement > .fsElementContent {
      text-align: center; }
      @media (min-width: 900px) {
        body:not(.fsComposeMode) .fifty-fifty .fsElement > header,
        body:not(.fsComposeMode) .fifty-fifty .fsElement > .fsElementContent {
          width: 50%;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          text-align: left; } }
    body:not(.fsComposeMode) .fifty-fifty .fsElement > header {
      height: 246px;
      overflow: hidden; }
      @media (min-width: 900px) {
        body:not(.fsComposeMode) .fifty-fifty .fsElement > header {
          height: auto; } }
    body:not(.fsComposeMode) .fifty-fifty .fsElement > .fsElementContent {
      padding: 20px 20px 60px; }
      @media (min-width: 900px) {
        body:not(.fsComposeMode) .fifty-fifty .fsElement > .fsElementContent {
          padding: 35px 40px 0;
          height: 460px;
          overflow: auto; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .fifty-fifty .fsElement > .fsElementContent {
          height: 446px; } }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode) .fifty-fifty .fsElement > .fsElementContent {
          height: 430px; } }
      @media (min-width: 1200px) {
        body:not(.fsComposeMode) .fifty-fifty .fsElement > .fsElementContent {
          height: auto; } }
      .fifty-fifty .fsElementContent.single .fsElement > .fsElementContent {
        height: auto !important; }
      body:not(.fsComposeMode) .fifty-fifty .fsElement > .fsElementContent a {
        font-weight: 700; }
        body:not(.fsComposeMode) .fifty-fifty .fsElement > .fsElementContent a:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          margin-left: 5px; }
    body:not(.fsComposeMode) .fifty-fifty .fsElement > header {
      background-size: cover;
      background-position: 50% top; }
    body:not(.fsComposeMode) .fifty-fifty .fsElement > header .fsElementHeaderContent {
      margin: 0; }
      body:not(.fsComposeMode) .fifty-fifty .fsElement > header .fsElementHeaderContent img {
        width: 100%;
        visibility: hidden; }
      body:not(.fsComposeMode) .fifty-fifty .fsElement > header .fsElementHeaderContent a[href*="media"] {
        position: relative;
        display: block;
        height: 100%;
        width: 100%; }
        body:not(.fsComposeMode) .fifty-fifty .fsElement > header .fsElementHeaderContent a[href*="media"]:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #fff;
          font-size: 70px;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          text-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
          transition: all .3s; }
        body:not(.fsComposeMode) .fifty-fifty .fsElement > header .fsElementHeaderContent a[href*="media"]:hover:before {
          color: #79bce8; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .fifty-fifty.image-right .slick-dots {
      left: 30px; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .fifty-fifty.image-right .slick-next {
      left: auto;
      right: 0; }
    body:not(.fsComposeMode) .fifty-fifty.image-right .slick-prev {
      left: auto;
      right: 41px; } }
  body:not(.fsComposeMode) .fifty-fifty.image-right .fsElement {
    margin: 0; }
    body:not(.fsComposeMode) .fifty-fifty.image-right .fsElement > header {
      -ms-flex-order: 2;
      order: 2; }
    body:not(.fsComposeMode) .fifty-fifty.image-right .fsElement > .fsElementContent {
      -ms-flex-order: 1;
      order: 1; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .fifty-fifty.image-left .slick-dots {
      left: auto;
      right: 30px; } }
  body:not(.fsComposeMode) .fifty-fifty .slick-dots {
    z-index: 2;
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: calc(100% - 40px);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    body:not(.fsComposeMode) .fifty-fifty .slick-dots, body:not(.fsComposeMode) .fifty-fifty .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    body:not(.fsComposeMode) .fifty-fifty .slick-dots li {
      margin: 0;
      padding: 0; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .fifty-fifty .slick-dots {
        width: calc(50% - 60px);
        position: absolute;
        bottom: 65px;
        left: 30px;
        -ms-transform: none;
        transform: none; } }
    body:not(.fsComposeMode) .fifty-fifty .slick-dots li {
      display: inline-block; }
    body:not(.fsComposeMode) .fifty-fifty .slick-dots li + li {
      margin-left: 10px; }
    body:not(.fsComposeMode) .fifty-fifty .slick-dots button {
      border: 0;
      background-color: #e2e7eb;
      padding: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      font-size: 0; }
    body:not(.fsComposeMode) .fifty-fifty .slick-dots .slick-active button {
      background-color: #16467a; }

/*! structure - header v0.0.1 */
body:not(.fsComposeMode) #fsHeader {
  border-bottom: 1px solid #e9edf0; }
  @media (min-width: 1100px) {
    body:not(.fsComposeMode) #fsHeader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 500; }
      .fsAccountBarVisible body:not(.fsComposeMode) #fsHeader {
        top: 45px; } }

body.fsAccountBarVisible #fsHeader {
  margin-top: 45px;
  border-top: 1px solid #e9edf0; }

#fsHeader {
  background: #fff; }
  #fsHeader .skip-link {
    margin: 0; }
    #fsHeader .skip-link p {
      margin: 0; }
    #fsHeader .skip-link a {
      position: absolute;
      top: -40px;
      left: 0px;
      color: #fff;
      padding: 2px 6px;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .5px;
      background: transparent;
      transition: top 1s ease-out, background 1s linear;
      z-index: 9999; }
      #fsHeader .skip-link a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 5px; }
      #fsHeader .skip-link a:focus {
        left: 0px;
        top: 0px;
        background: #16467a;
        color: #FFF;
        transition: top .1s ease-in, background .5s linear; }
  #fsHeader > .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 83.75em;
    max-width: 83.75rem;
    position: relative;
    height: 80px; }
    @media (min-width: 1100px) {
      #fsHeader > .fsBanner {
        height: 110px; } }
    @media (max-width: 1380px) {
      #fsHeader > .fsBanner {
        padding-right: 1.25em;
        padding-left: 1.25em; } }

.site-info-container {
  display: block;
  color: transparent;
  width: 225px;
  height: 79px;
  position: relative;
  margin: 0;
  top: 0; }
  @media (min-width: 1100px) {
    .site-info-container {
      width: 340px;
      height: 38px;
      position: absolute;
      top: auto;
      bottom: 28px;
      left: 20px; } }
  @media (min-width: 1360px) {
    .site-info-container {
      left: 0; } }
  .site-info-container a {
    display: block;
    color: transparent;
    width: 225px;
    height: 25px;
    background: url("../images/carroll-logo.html") 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-size: contain; }
    @media (min-width: 1100px) {
      .site-info-container a {
        width: 340px;
        height: 38px;
        background: url("../images/carroll-logo.html") 0 0 no-repeat; } }
    .site-info-container a:hover {
      color: transparent; }

.search-trigger button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  font-size: 0px;
  height: 25px;
  width: 35px;
  position: relative; }
  .search-trigger button:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 12px;
    line-height: 1;
    color: #6a6b6c;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s; }
  .search-trigger button:hover:before {
    color: #f16649; }
  .search-active .search-trigger button {
    z-index: 9000; }
    .search-active .search-trigger button:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #6a6b6c; }
    .search-active .search-trigger button:hover:before {
      color: #f16649; }

#fsFooter {
  color: #fff; }
  .has-hero #fsFooter {
    position: relative; }
  #fsFooter .address-container {
    background: #16467a;
    margin: 0; }
    #fsFooter .address-container > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      padding-top: 1.25em;
      padding-bottom: 1.25em; }
  #fsFooter .utility-container {
    padding: 20px 0; }
    @media (min-width: 700px) {
      #fsFooter .utility-container {
        padding: 20px 0; } }
    @media (max-width: 1220px) {
      #fsFooter .utility-container {
        padding-right: 1.25em;
        padding-left: 1.25em; } }
    #fsFooter .utility-container > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem; }
      @media (min-width: 1100px) {
        #fsFooter .utility-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; } }
  #fsFooter .nav-social {
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      #fsFooter .nav-social {
        margin-bottom: 0;
        width: 35%;
        float: left; }
        #fsFooter .nav-social ul {
          text-align: right; } }
    @media (min-width: 1100px) {
      #fsFooter .nav-social {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        float: none; } }

.school-details-container {
  padding-top: 20px; }
  @media (min-width: 1100px) {
    .school-details-container {
      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; } }
  .school-details-container > header {
    width: 281px;
    text-align: center;
    margin: 0 auto; }
    @media (min-width: 1100px) {
      .school-details-container > header {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; } }
    .school-details-container > header a {
      display: block; }
  .school-details-container > .fsElementContent {
    padding-right: 1.25em;
    padding-left: 1.25em;
    text-align: center; }
    @media (min-width: 700px) {
      .school-details-container > .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;
        text-align: left; } }
    @media (min-width: 1100px) {
      .school-details-container > .fsElementContent {
        width: calc(100% - 375px); } }
    @media (min-width: 1220px) {
      .school-details-container > .fsElementContent {
        padding: 0; } }

.school-details {
  margin-bottom: 20px; }
  .school-details:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(121, 188, 232, 0.5); }
    @media (min-width: 700px) {
      .school-details:not(:last-child) {
        border-bottom: none;
        border-right: 2px solid rgba(121, 188, 232, 0.5);
        padding-bottom: 0; } }
  @media (min-width: 700px) {
    .school-details {
      width: calc(31% - 2px);
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; } }
  .school-details [itemprop='name'] {
    font-size: 25px;
    line-height: 1.28em;
    font-family: "minion-pro", serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px; }
    .school-details [itemprop='name'] em {
      display: block;
      font-size: 20px;
      line-height: 1.25em; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details a {
    color: inherit; }
  .school-details .directions-link {
    font-weight: 700; }
    .school-details .directions-link:hover {
      color: #79bce8; }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

#fsPageWrapper {
  overflow: hidden;
  position: relative; }

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }
  @media (min-width: 1100px) {
    #fsPageBodyWrapper {
      margin-top: 110px; }
      .fsAccountBarVisible #fsPageBodyWrapper {
        top: 155px; }
      .has-hero #fsPageBodyWrapper {
        margin-top: 610px;
        padding-top: 0;
        padding-bottom: 0;
        animation: fadeIn ease-in 1;
        animation-fill-mode: forwards;
        animation-duration: .7s;
        animation-delay: 1s; }
      .has-hero.summer #fsPageBodyWrapper {
        background: #ffd24f; }
      .fsAccountBarVisible.has-hero #fsPageBodyWrapper {
        margin-top: 655px; } }

@keyframes fadeIn {
  from {
    margin-top: 610px; }
  to {
    margin-top: 510px; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 1100px) {
    .has-hero #fsPageBody {
      position: relative;
      margin: 0 auto;
      max-width: 75em;
      max-width: 75rem;
      background: #fff;
      padding: 40px 50px 0;
      z-index: 1; }
      .has-hero #fsPageBody:before {
        display: block;
        content: '';
        position: absolute;
        top: 100px;
        left: -2000px;
        height: calc(100% - 100px);
        width: 2000px;
        background: #fff; }
      .has-hero #fsPageBody:after {
        clear: none;
        display: block;
        content: '';
        position: absolute;
        top: 100px;
        left: 100%;
        height: calc(100% - 100px);
        width: 2000px;
        background: #fff;
        visibility: visible; } }
  @media (min-width: 1100px) {
    .has-hero.summer #fsPageBody:before {
      background: #ffd24f; }
    .has-hero.summer #fsPageBody:after {
      background: #ffd24f; } }
  @media (min-width: 600px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

.has-hero .fsPageTitle {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 35px;
  font-size: 35px;
  font-weight: 700; }
  .has-hero .fsPageTitle:after {
    display: block;
    content: '';
    height: 2px;
    width: 50px;
    background: #007dc3;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

#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% - 320px); } }
  .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% - 600px); } }

#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: 40px;
      width: 320px;
      -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;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 40px;
        width: 320px; } }

@media (min-width: 600px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px; } }

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      padding-right: 1.25em;
      padding-left: 1.25em; } }

@media (min-width: 600px) {
  .fsLayout > header,
  .fsLayout > footer {
    padding-right: 1.25em;
    padding-left: 1.25em; } }

@media (min-width: 800px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%; } }

@media (min-width: 800px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%; } }

.fsLayout .fsStyleOneThird {
  float: none; }

.fsLayout .fsStyleTwoThirds {
  float: none; }
  .fsLayout .fsStyleTwoThirds > .fsDiv {
    padding-left: 0;
    padding-right: 0;
    float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
      margin-right: -20px;
      margin-left: -20px; } }

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideRightLayout,
    .fsElephantLeftLayout {
      display: -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% - 320px); } }

.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: 40px;
      width: 320px; } }

@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: 40px;
        width: 320px; } }
  .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% - 320px); } }

.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: 40px;
      width: 320px; } }

.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% - 320px); } }

@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% - 320px); } }

@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: 40px;
    width: 320px; } }

.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 {
  margin: 10px auto 8px;
  clear: both; }
  @media (min-width: 1100px) {
    #fsPoweredByFinalsite {
      margin: 8px 0 0 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      clear: none; } }

/*! _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: #f16649;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #007dc3;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #f16649;
      background: transparent; }

.fsNavigation .fsNavLevel2 > li > a {
  padding-left: 10px; }

.fsNavigation .fsNavLevel3 > li > a {
  padding-left: 20px; }

.fsNavigation .fsNavLevel4 > li > a {
  padding-left: 30px; }

.fsNavigation .fsNavLevel5 > li > a {
  padding-left: 40px; }

.fsBreadcrumb ul li {
  display: inline-block; }
  .fsBreadcrumb ul li a {
    display: inline-block;
    padding: 0; }

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map ul.fsNavLevel1 {
        -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 > a {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map ul.fsNavLevel5 {
    list-style: disc; }

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #007dc3;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #f16649;
      background: #828384; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #16467a;
    background: #696a6a; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #79bce8;
      background: #828384; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #828384; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #007dc3;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #007dc3;
        background: #828384; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #828384; }
    .nav-tier .fsNavLevel1 > li:last-child {
      border-bottom: none; }

.nav-tier .fsNavLevel2 > li > a {
  padding-left: 20px; }

.nav-tier .fsNavLevel3 > li > a {
  padding-left: 30px; }

.nav-tier .fsNavLevel4 > li > a {
  padding-left: 40px; }

.nav-tier .fsNavLevel5 > li > a {
  padding-left: 50px; }

.nav-sub {
  background: #e9edf0;
  padding: 20px;
  display: none; }
  .nav-sub .fsElementTitle {
    font-size: 18px;
    text-align: center;
    position: relative;
    padding-bottom: 5px; }
    .nav-sub .fsElementTitle:after {
      display: block;
      content: '';
      height: 2px;
      width: 50px;
      background: #007dc3;
      position: absolute;
      bottom: 0;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  @media screen and (max-width: 599px) {
    .nav-sub > header {
      display: block;
      position: relative; }
      .nav-sub > header .fsElementTitle {
        position: relative;
        margin-top: 0;
        font-weight: 700;
        color: #16467a;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        padding: 10px 20px;
        color: #828384;
        background-color: #79bce8;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #2678d0;
          color: #828384; } }
    @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: "+";
          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: #828384; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #007dc3;
        background: transparent; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #f16649;
          background: #b5b6b7; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #f16649;
        background: #5c5d5d; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #79bce8;
          background: #4f5051; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #696a6a; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #007dc3;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #16467a;
            background: #5c5d5d; }
      .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
        padding-left: 20px; }
      .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: #79bce8;
      color: #828384; }
      .nav-sub.active-nav > header .fsElementTitle:after {
        content: "-"; } }
  @media (min-width: 600px) {
    .nav-sub {
      display: block; } }
  .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; }
  .fsHeader .nav-sub {
    display: block; }
    @media (min-width: 600px) {
      .fsHeader .nav-sub {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      padding: 5px 0;
      color: #6a6b6c;
      background: transparent;
      font-weight: 600;
      font-size: 15px; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #f16649;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #007dc3;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #f16649;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #007dc3;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #f16649;
          background: transparent; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 599px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 5px;
        padding-bottom: 5px; } }
    .nav-sub .fsNavLevel1 > li:last-child {
      border-bottom: none; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 15px; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 30px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 45px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 60px; }

.nav-main {
  margin-bottom: 0; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 1100px) {
      .fsHeader .nav-main {
        display: block;
        width: calc(100% - 390px);
        position: absolute;
        bottom: 0;
        right: 0; } }
    @media (max-width: 1380px) {
      .fsHeader .nav-main {
        right: 20px; } }
    @media (min-width: 1300px) {
      .fsHeader .nav-main {
        padding-left: 177px; } }
  @media (min-width: 1100px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  .nav-main .fsNavLevel1 > li {
    font-size: 16px;
    margin: 0 10px; }
    @media (min-width: 1100px) {
      .nav-main .fsNavLevel1 > li {
        -ms-flex: 1 auto;
        flex: 1 auto; } }
    .nav-main .fsNavLevel1 > li:hover > a {
      color: #f16649;
      background: transparent;
      border-color: #f16649; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #16467a;
      background: transparent;
      border-color: #f16649; }
    .nav-main .fsNavLevel1 > li > a {
      display: block;
      color: #16467a;
      background: transparent;
      padding: 15px 0;
      border-bottom: 5px solid transparent;
      font-weight: 600; }
      .nav-main .fsNavLevel1 > li > a:focus {
        color: #f16649;
        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; }
    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: #e2e7eb;
  text-align: left;
  z-index: 300;
  width: 100%; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }

.nav-main .fsNavPageDescription {
  width: 55%;
  float: left;
  border-right: 2px solid rgba(22, 70, 122, 0.15);
  padding: 0 20px 0 30px;
  margin: 30px 20px 30px 0; }
  .nav-main .fsNavPageDescription a {
    display: block;
    clear: both;
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 500;
    color: #16467a;
    min-height: 110px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .nav-main .fsNavPageDescription a:first-child {
      margin-bottom: 30px; }
    .nav-main .fsNavPageDescription a:hover {
      color: #f16649; }
    .nav-main .fsNavPageDescription a span {
      width: calc(100% - 120px);
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
    .nav-main .fsNavPageDescription a img {
      width: 100px;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-right: 20px; }

.nav-main .col-wrap {
  padding-top: 20px;
  width: 40%;
  float: left;
  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 {
  width: 49%;
  float: left;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 10px !important;
  margin-bottom: 10px !important; }
  .nav-main .fsNavLevel2 li {
    font-size: 16px;
    line-height: 1.625em;
    margin-bottom: 10px; }
    .nav-main .fsNavLevel2 li a {
      display: block;
      color: #6a6b6c;
      background: transparent;
      padding: 0;
      font-weight: 600; }
      .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
        color: #f16649;
        background: transparent; }
    .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
      color: #007dc3;
      background: transparent; }

.drawer-ribbon {
  display: block;
  height: 30px;
  width: 30px;
  z-index: 9000;
  margin: 0;
  position: absolute;
  top: 24px;
  right: 20px; }
  @media (min-width: 1100px) {
    .drawer-ribbon {
      display: none; } }

.drawer-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  color: transparent;
  font-size: 0;
  text-align: center;
  padding: 0; }
  .drawer-trigger:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #16467a;
    font-size: 15px;
    line-height: 30px;
    margin: 0;
    transition: all .3s; }
  .drawer-is-active .drawer-trigger:before {
    font-size: 24px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #6a6b6c; }
  .drawer-trigger:hover:before {
    color: #f16649; }

.fsMenu {
  position: absolute;
  z-index: 500;
  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%;
  background: #e2e7eb; }
  @media (min-width: 400px) {
    .fsMenu {
      max-width: 322px; } }
  .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: 400px) {
      .drawer-is-active .fsMenu:before {
        display: block;
        height: 100%;
        width: 9000px;
        position: absolute;
        top: 0;
        right: 322px;
        content: '';
        background: rgba(0, 0, 0, 0.2); } }
  @media (min-width: 1100px) {
    .fsMenu {
      display: none; } }

.nav-mobile, .nav-utility-mobile {
  position: relative;
  top: 0;
  margin-bottom: 30px;
  padding: 20px 0 10px;
  zoom: 1; }
  .nav-mobile, .nav-utility-mobile, .nav-mobile ul, .nav-utility-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-mobile li, .nav-utility-mobile li {
    margin: 0;
    padding: 0; }
  .nav-mobile:after, .nav-utility-mobile:after {
    display: table;
    clear: both;
    content: ''; }
  .nav-mobile .fsElementTitle, .nav-utility-mobile .fsElementTitle {
    padding: 0 30px;
    font-size: 12px;
    color: #6a6b6c;
    margin-bottom: 20px;
    letter-spacing: 1px; }
  .nav-mobile ul.fsNavLevel1, .nav-utility-mobile ul.fsNavLevel1 {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "raleway", sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75); }
    .nav-mobile ul.fsNavLevel1 > li.active, .nav-utility-mobile ul.fsNavLevel1 > li.active {
      background: rgba(22, 70, 122, 0.1); }
    .nav-mobile ul.fsNavLevel1 li, .nav-utility-mobile ul.fsNavLevel1 li {
      display: block;
      position: relative;
      font-size: 16px;
      margin: 0;
      padding: 0;
      z-index: 10; }
      .nav-mobile ul.fsNavLevel1 li:last-child, .nav-utility-mobile ul.fsNavLevel1 li:last-child {
        padding-bottom: 0;
        margin-bottom: 0; }
      .nav-mobile ul.fsNavLevel1 li.fsNavCurrentPage > a, .nav-utility-mobile ul.fsNavLevel1 li.fsNavCurrentPage > a,
      .nav-mobile ul.fsNavLevel1 li.fsNavCurrentPageAncestor > a,
      .nav-utility-mobile ul.fsNavLevel1 li.fsNavCurrentPageAncestor > a {
        color: #f16649;
        background: none; }
      .nav-mobile ul.fsNavLevel1 li span.sub-trigger, .nav-utility-mobile ul.fsNavLevel1 li span.sub-trigger {
        display: block;
        width: 40px;
        height: 35px;
        position: absolute;
        top: 5px;
        right: 0;
        text-align: center;
        cursor: pointer; }
        .nav-mobile ul.fsNavLevel1 li span.sub-trigger:after, .nav-utility-mobile ul.fsNavLevel1 li span.sub-trigger:after {
          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%);
          display: block;
          font-weight: normal;
          color: #16467a;
          font-size: 20px; }
        .nav-mobile ul.fsNavLevel1 li span.sub-trigger:hover:after, .nav-utility-mobile ul.fsNavLevel1 li span.sub-trigger:hover:after {
          color: #f16649; }
        #fsMenu .nav-mobile li.active > a, #fsMenu .nav-utility-mobile li.active > a {
          color: #f16649; }
        #fsMenu .nav-mobile li.active > span.sub-trigger:after, #fsMenu .nav-utility-mobile li.active > span.sub-trigger:after {
          content: '\f107';
          color: #f16649; }
      .nav-mobile ul.fsNavLevel1 li a, .nav-utility-mobile ul.fsNavLevel1 li a {
        border-top: 1px solid rgba(255, 255, 255, 0.75);
        display: block;
        color: #16467a;
        padding: 9px 30px 9px 20px;
        font-weight: 600; }
        #fsMenu .nav-mobile li.fsNavCurrentPage > a, #fsMenu .nav-utility-mobile li.fsNavCurrentPage > a {
          color: #f16649; }
        #fsMenu .nav-mobile li.fsNavCurrentPageAncestor > a, #fsMenu .nav-utility-mobile li.fsNavCurrentPageAncestor > a {
          color: #f16649; }
        .nav-mobile ul.fsNavLevel1 li a:hover, .nav-utility-mobile ul.fsNavLevel1 li a:hover {
          color: #f16649;
          text-decoration: none; }
  .nav-mobile ul.fsNavLevel2, .nav-utility-mobile ul.fsNavLevel2 {
    margin: 0;
    padding: 0; }
    .nav-mobile ul.fsNavLevel2 li > a, .nav-utility-mobile ul.fsNavLevel2 li > a {
      padding: 9px 30px 9px 35px;
      border: none; }
  .nav-mobile .fsNavPageInfo, .nav-utility-mobile .fsNavPageInfo {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -ms-transform: none;
    transform: none;
    background: none;
    overflow: visible;
    max-height: 100%;
    display: none; }
  .nav-mobile ul.fsNavLevel3 li a, .nav-utility-mobile ul.fsNavLevel3 li a {
    padding: 9px 30px 9px 50px;
    color: #6a6b6c; }
  .nav-mobile ul.fsNavLevel4 li a, .nav-utility-mobile ul.fsNavLevel4 li a {
    padding: 9px 30px 9px 60px; }

.nav-utility-mobile {
  background: rgba(22, 70, 122, 0.1); }
  .nav-utility-mobile a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6a6b6c !important;
    font-weight: 700; }
    .nav-utility-mobile a:hover {
      color: #f16649 !important; }
  .nav-utility-mobile span.sub-trigger {
    color: #6a6b6c; }
  #fsMenu .nav-utility-mobile li.fsNavCurrentPage > a {
    color: #f16649 !important; }
  #fsMenu .nav-utility-mobile li.fsNavCurrentPageAncestor > a {
    color: #f16649 !important; }

.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: 700px) {
    .nav-social .fsNavLevel1 {
      text-align: left; } }
  .nav-social .fsNavLevel1 li {
    display: inline-block;
    margin-bottom: 0; }
    .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:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
    color: #79bce8; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
    color: #79bce8; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
    color: #79bce8; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
    color: #79bce8; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover:before, .nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
    color: #79bce8; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
    color: #79bce8; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
    color: #79bce8; }
  .nav-social .fsNavLevel1 [href*='vine']:hover:before, .nav-social .fsNavLevel1 [href*='vine']:focus:before {
    color: #79bce8; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
    color: #79bce8; }
  .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
    color: #79bce8; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    height: 35px;
    width: 35px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #fff;
      font-size: 16px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.nav-utility-header {
  display: none; }
  @media (min-width: 1100px) {
    .nav-utility-header {
      display: block;
      width: calc(100% - 410px);
      position: absolute;
      top: 15px;
      right: 0; } }
  .nav-utility-header .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .nav-utility-header .fsNavLevel1, .nav-utility-header .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-utility-header .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    .nav-utility-header .fsNavLevel1 li {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      position: relative; }
      .nav-utility-header .fsNavLevel1 li a {
        font-size: 11.5px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #828384;
        padding: 5px 10px; }
        .nav-utility-header .fsNavLevel1 li a:hover {
          color: #f16649; }
      .nav-utility-header .fsNavLevel1 li.contact-us a {
        color: #f16649; }
        .nav-utility-header .fsNavLevel1 li.contact-us a:hover {
          color: #79bce8; }
      .nav-utility-header .fsNavLevel1 li.jumpto > a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 5px; }
      .nav-utility-header .fsNavLevel1 li.jumpto:hover > a {
        color: #f16649; }
      .nav-utility-header .fsNavLevel1 li .fsNavPageInfo {
        max-height: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        right: 0;
        background: #e9edf0;
        z-index: 500;
        width: 200px;
        padding-right: 10px;
        padding-left: 10px;
        transition: all 1s ease-in-out; }
        .nav-utility-header .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 {
          padding-top: 10px;
          padding-bottom: 10px; }
          .nav-utility-header .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li {
            font-size: 15px;
            line-height: 1.66667em;
            font-weight: 600;
            letter-spacing: .5px;
            text-align: center; }
      .nav-utility-header .fsNavLevel1 li:hover > .fsNavPageInfo {
        max-height: 100vh; }

.nav-utility-footer {
  margin: 0 0 20px; }
  @media (min-width: 700px) {
    .nav-utility-footer {
      width: 65%;
      float: left; } }
  @media (min-width: 1100px) {
    .nav-utility-footer {
      width: auto;
      float: none;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; } }
  .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: 700px) {
      .nav-utility-footer .fsNavLevel1 {
        text-align: left; } }
    .nav-utility-footer .fsNavLevel1 li {
      display: inline-block; }
      .nav-utility-footer .fsNavLevel1 li a {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        padding: 5px 10px; }
        .nav-utility-footer .fsNavLevel1 li a:hover {
          color: #79bce8; }

/*! 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 .fsFullName {
    font-size: 18px;
    line-height: 1.44444em; }
  .fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
  .fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
    float: none;
    margin: 0; }
  .fsConstituent.fsThumbnailAlignLeft .fsPhoto,
  .fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
    float: left;
    padding-right: 0; }
  .fsConstituent.fsThumbnailAlignRight .fsPhoto,
  .fsConstituent.fsThumbnailAlignRight .fsProfileImage {
    float: right;
    padding-left: 0; }

.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile > div,
  .fsConstituentProfile > h3 {
    margin-bottom: 20px; }
  .fsConstituentProfile > div > strong {
    display: block; }

/*! elements - constituent default layout */
.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px; }

.fsConstituent.fsThumbnailAlignLeft .fsPhoto {
  margin-right: 10px;
  margin-bottom: 10px; }

.fsConstituent.fsThumbnailAlignRight .fsPhoto {
  margin-left: 10px;
  margin-bottom: 10px; }

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px; }
  .fsConstituentItem > h3,
  .fsConstituentItem > div {
    margin-bottom: 10px; }
    .fsConstituentItem > h3:last-child,
    .fsConstituentItem > div:last-child {
      margin-bottom: 0; }
  .fsConstituentItem .fsPhoto img {
    display: block; }

div[class^="fsConstituentColumnLayout"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px; }

@media (min-width: 600px) {
  .fsConstituentColumnLayout_2 .fsConstituentItem,
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 20px); } }

@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(25% - 20px); } }

/*! elements - constituent profile */
.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 20px; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
  float: none;
  width: 100%; }
  @media (min-width: 800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
      padding: 0; } }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3:first-child {
  padding: 0; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
  float: none; }
  @media (min-width: 600px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
      max-width: 40%; } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 512px; } }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    max-width: 25%; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 128px; } }

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSection:after, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSection:after {
  display: none; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%; }
  .fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData > div {
    clear: none; }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-right: 20px;
    float: left; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-left: calc(40% + 20px); } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 532px; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-left: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 148px; } }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-left: 20px;
    float: right; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-right: calc(40% + 20px); } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 532px; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-right: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 148px; } }

.fsProfileImage {
  margin-bottom: 20px; }
  .fsProfileImage img {
    display: block; }

.fsProfileSection {
  margin-bottom: 20px; }
  .fsProfileSection h4, .fsProfileSection body:not(.fsComposeMode) .callout-box header .fsElementTitle, body:not(.fsComposeMode) .callout-box header .fsProfileSection .fsElementTitle {
    margin: 0 0 1rem 0; }

.fsProfileSectionData {
  margin-bottom: 1em; }
  .fsProfileSectionData:last-child {
    margin-bottom: 0; }
  .fsProfileSectionData.fsTitle {
    font-weight: inherit;
    font-size: 16px;
    line-height: 26px; }
  .fsProfileSectionData > div {
    width: auto;
    float: none;
    display: block; }
  .fsProfileSectionData.fsStyleHalf {
    width: 100%; }
    @media (min-width: 600px) {
      .fsProfileSectionData.fsStyleHalf {
        width: 50%; } }

.fsProfileSectionSpecialData > div {
  width: auto;
  float: none;
  display: block; }

.fsProfileSectionSpecialData div[id^="fsEmail"] {
  display: inline-block; }

.fsProfileSectionFieldName,
.fsEmail > div:first-child {
  font-weight: 700; }

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px #4f5051;
    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 #4f5051;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 32px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

/*! elements - constituent default layout */
.fsConstituent.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 .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
  float: none;
  width: 100%; }
  @media (min-width: 800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
      padding: 0; } }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3:first-child {
  padding: 0; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
  float: none; }
  @media (min-width: 600px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
      max-width: 40%; } }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    max-width: 25%; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage {
    max-width: 128px; } }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSection:after, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSection:after {
  display: none; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%; }
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
    clear: none; }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage {
    margin-right: 20px;
    float: left; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3 {
    padding-left: calc(40% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3 {
    padding-left: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-left: 148px; } }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    margin-left: 20px;
    float: right; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3 {
    padding-right: calc(40% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    padding-right: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-right: 148px; } }

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #e2e7eb;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 1px;
    display: block;
    padding: 7px 15px;
    color: #16467a;
    transition: .3s;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #f16649;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #fff;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #007dc3; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #fff;
    margin-bottom: 0; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.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: 6px;
  font-size: 20px;
  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: 6px;
  font-size: 20px;
  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; }
  .fsAccordion .fsPanel.fsStateOpen > .fsElementContent {
    border-left: 2px solid #007dc3;
    border-right: 2px solid #007dc3; }
  .fsAccordion .fsPanel.fsStateOpen:last-child {
    border-bottom: 2px solid #007dc3; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent > .fsElementContent {
  width: 100%; }

.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px; }

.fsAthleticsEvent .fsElementEventIcon {
  display: inline-block;
  max-width: 100%; }

.fsAthleticsEvent .fsTitle {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0; }

.fsAthleticsEvent div.fsTitle {
  display: inline-block; }

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsDateTime {
  font-weight: 700; }

.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0; }

.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsEventReadMoreLink {
  display: inline-block;
  margin-top: 5px; }

.fsAthleticsEvent.fsList .fsAthleticsDismissal,
.fsAthleticsEvent.fsList .fsAthleticsDeparture,
.fsAthleticsEvent.fsList .fsAthleticsReturn,
.fsAthleticsEvent.fsList .fsAthleticsPickup {
  margin-top: 5px; }

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel {
  display: inline-block; }
  .fsAthleticsEvent.fsList .fsAthleticsDismissalLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsDepartureLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsReturnLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsPickupLabel + div {
    display: inline-block; }

/*! elements - athletics events */
.fsAthleticsEvent.fsEvent article > .fsDateTime {
  font-weight: 700; }

.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px; }
  .fsAthleticsEvent.fsEvent article > div:last-child {
    margin-bottom: 0; }

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsVs + div {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsDismissal > span,
.fsAthleticsEvent.fsEvent .fsAthleticsDeparture > span,
.fsAthleticsEvent.fsEvent .fsAthleticsReturn > span,
.fsAthleticsEvent.fsEvent .fsAthleticsPickup > span {
  font-weight: 700;
  color: #16467a; }

.fsAthleticsEvent.fsEvent .fsAthleticsDismissal .fsDateTime,
.fsAthleticsEvent.fsEvent .fsAthleticsDeparture .fsDateTime,
.fsAthleticsEvent.fsEvent .fsAthleticsReturn .fsDateTime,
.fsAthleticsEvent.fsEvent .fsAthleticsPickup .fsDateTime {
  display: inline;
  font-weight: 700; }

/*! elements - athletics events - table*/
@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap; } }

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel {
  display: none; }

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block; }
  @media (min-width: 800px) {
    .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
      display: block; } }

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: 700;
    color: #16467a;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }

/*! elements - athletics roster */
.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700; }

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before, .fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterName:before, .fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before, .fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before, .fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before, .fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before, .fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before, .fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before, .fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: '; }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable thead {
    display: none; } }

@media (min-width: 800px) {
  .fsAthleticsRoster .fsElementTable td:before {
    display: none; } }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
    .fsAthleticsRoster .fsElementTable td:not(:last-child) {
      border: 0; }
    .fsAthleticsRoster .fsElementTable td:first-of-type {
      padding-top: 10px; }
    .fsAthleticsRoster .fsElementTable td:last-of-type {
      padding-bottom: 10px; } }

.fsAthleticsRosterContent {
  margin-bottom: 20px; }
  .fsAthleticsRosterContent:empty, .fsAthleticsRosterContent:last-child {
    margin-bottom: 0; }

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsAthleticsRosterList li {
  margin: 0;
  padding: 0; }

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #828384; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }
    .fsAthleticsRosterList li > div:last-child {
      margin-bottom: 0; }
    .fsAthleticsRosterList li > div.fsRosterName {
      margin-bottom: 10px; }
      .fsAthleticsRosterList li > div.fsRosterName:before {
        display: none; }

.fsAthleticsRosterList .fsCoachImage {
  display: block;
  margin-bottom: 10px; }

/*! elements - athletics teams */
.fsAthleticsTeamDirectory {
  max-width: 100%; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsElementTitle {
  text-transform: none;
  font-size: 25px;
  line-height: 1.28em; }

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #fff;
  background: #16467a;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsMonth {
      font-size: 14px;
      line-height: 1.42857em;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 30px;
      font-weight: 700;
      line-height: 1; }

.fsCalendar .fsTitle {
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 700; }

.fsCalendar .fsTimeRange:before,
.fsCalendar .fsAllDay:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
  color: #00ae9e; }

.fsCalendar .fsLocation:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
  color: #00ae9e; }

.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0; }

.fsCalendar footer {
  font-size: 16px;
  line-height: 1.625em; }
  .fsCalendar footer a {
    font-weight: 700; }

/*! _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 {
  font-size: 14px;
  line-height: 1.57143em; }
  .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(22, 70, 122, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(22, 70, 122, 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(22, 70, 122, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(22, 70, 122, 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 {
    display: inline-block;
    border: 0;
    margin: 0 0 8px;
    padding: 10px 13px;
    background: #6a6b6c;
    color: #fff;
    border-radius: 0;
    font-size: 13px;
    line-height: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #6a6b6c;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #fff;
      color: #6a6b6c;
      border-color: #6a6b6c; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
    #fsBannerRight .scroll-up span,
    #fsBannerLeft .scroll-up span {
      display: block;
      width: 100%;
      text-align: center; }
  .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, .fsCalendar.fsGrid .fsCalendarLegend body:not(.fsComposeMode) .callout-box header .fsElementTitle, body:not(.fsComposeMode) .callout-box header .fsCalendar.fsGrid .fsCalendarLegend .fsElementTitle {
  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.fsSlideshow article {
  min-height: 100px;
  line-height: 1.15em; }
  .fsCalendar.fsSlideshow article .fsTitle {
    line-height: 1.15em;
    margin-bottom: 5px; }

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0; }

.fsCalendar.fsSlideshowVertical .fsElementSlideshow {
  padding-left: 45px;
  padding-top: 45px;
  padding-bottom: 45px; }

.fsSlideshow .fsPrevButton,
.fsSlideshow .fsNextButton {
  height: 30px;
  width: 30px;
  overflow: hidden;
  text-align: center;
  font-size: 0px;
  color: transparent;
  border-radius: 100%; }
  .fsSlideshow .fsPrevButton:before,
  .fsSlideshow .fsNextButton:before {
    height: auto;
    width: auto;
    font-size: 34px;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    line-height: 30px; }

.fsSlideshow .fsNextButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsSlideshow .fsPrevButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsPrevButton:hover:before {
  color: #007dc3; }

/*! _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: "raleway", sans-serif;
      font-size: 16px;
      line-height: 26px;
      color: #6a6b6c; }
    .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: #007dc3;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #f16649; }
    .fsComposerFormEmbed form .required {
      color: #16467a; }
    .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: #007dc3;
        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: #f16649;
          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: #16467a !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1;
      color: #fff; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #79bce8 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "raleway", 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(255, 255, 255, 0.5); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 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 .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    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 {
    display: inline-block;
    border: 0;
    margin: 0 0 8px;
    padding: 10px 13px;
    background: #6a6b6c;
    color: #fff;
    border-radius: 0;
    font-size: 13px;
    line-height: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #6a6b6c; }
    .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: #fff;
      color: #6a6b6c;
      border-color: #6a6b6c; }
    .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 {
      display: block;
      font-style: normal; }
    #fsBannerRight .fsLogin .fsLoginMainView .fsLoginSubmit,
    #fsBannerLeft .fsLogin .fsLoginMainView .fsLoginSubmit, #fsBannerRight
    .fsLogin .fsLoginMainView button,
    #fsBannerLeft
    .fsLogin .fsLoginMainView button, #fsBannerRight
    .fsLogin .fsLoginForgotView .fsLoginSubmit,
    #fsBannerLeft
    .fsLogin .fsLoginForgotView .fsLoginSubmit, #fsBannerRight
    .fsLogin .fsLoginForgotView button,
    #fsBannerLeft
    .fsLogin .fsLoginForgotView button, #fsBannerRight
    .fsLogin .fsLoginNewView .fsLoginSubmit,
    #fsBannerLeft
    .fsLogin .fsLoginNewView .fsLoginSubmit, #fsBannerRight
    .fsLogin .fsLoginNewView button,
    #fsBannerLeft
    .fsLogin .fsLoginNewView button, #fsBannerRight
    .fsLogin .fsResetPasswordView .fsLoginSubmit,
    #fsBannerLeft
    .fsLogin .fsResetPasswordView .fsLoginSubmit, #fsBannerRight
    .fsLogin .fsResetPasswordView button,
    #fsBannerLeft
    .fsLogin .fsResetPasswordView button, #fsBannerRight .fsAccount .fsLoginMainView .fsLoginSubmit,
    #fsBannerLeft .fsAccount .fsLoginMainView .fsLoginSubmit, #fsBannerRight
    .fsAccount .fsLoginMainView button,
    #fsBannerLeft
    .fsAccount .fsLoginMainView button, #fsBannerRight
    .fsAccount .fsLoginForgotView .fsLoginSubmit,
    #fsBannerLeft
    .fsAccount .fsLoginForgotView .fsLoginSubmit, #fsBannerRight
    .fsAccount .fsLoginForgotView button,
    #fsBannerLeft
    .fsAccount .fsLoginForgotView button, #fsBannerRight
    .fsAccount .fsLoginNewView .fsLoginSubmit,
    #fsBannerLeft
    .fsAccount .fsLoginNewView .fsLoginSubmit, #fsBannerRight
    .fsAccount .fsLoginNewView button,
    #fsBannerLeft
    .fsAccount .fsLoginNewView button, #fsBannerRight
    .fsAccount .fsResetPasswordView .fsLoginSubmit,
    #fsBannerLeft
    .fsAccount .fsResetPasswordView .fsLoginSubmit, #fsBannerRight
    .fsAccount .fsResetPasswordView button,
    #fsBannerLeft
    .fsAccount .fsResetPasswordView button {
      display: block;
      width: 100%;
      text-align: center; }
    .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 {
    display: inline-block;
    border: 0;
    margin: 0 0 8px;
    padding: 10px 13px;
    background: #6a6b6c;
    color: #fff;
    border-radius: 0;
    font-size: 13px;
    line-height: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #6a6b6c; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #fff;
      color: #6a6b6c;
      border-color: #6a6b6c; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }
    #fsBannerRight .fsAccount .fsAccountLogout a,
    #fsBannerLeft .fsAccount .fsAccountLogout a {
      display: block;
      width: 100%;
      text-align: center; }

#fsMediaPlayerDialogCloseButton {
  opacity: 1; }
  #fsMediaPlayerDialogCloseButton:before, #fsMediaPlayerDialogCloseButton:after {
    background: #fff; }
  #fsMediaPlayerDialogCloseButton:hover:before, #fsMediaPlayerDialogCloseButton:hover:after {
    background: #fff; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #6a6b6c;
  font-family: "raleway", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

.fsMedia:not(.homepage-slideshow) .fsCustomSlider .fsElement {
  margin-bottom: 0; }

.fsMedia:not(.homepage-slideshow) .fsCustomSlider .slick-next, .fsMedia:not(.homepage-slideshow) .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; }
  .fsMedia:not(.homepage-slideshow) .fsCustomSlider .slick-next:before, .fsMedia:not(.homepage-slideshow) .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; }

.fsMedia:not(.homepage-slideshow) .fsCustomSlider .slick-next {
  left: auto;
  right: 0; }
  .fsMedia:not(.homepage-slideshow) .fsCustomSlider .slick-next:before {
    content: '\203A'; }

.fsMedia:not(.homepage-slideshow) .fsCustomSlider .slick-prev {
  left: 0;
  right: auto; }
  .fsMedia:not(.homepage-slideshow) .fsCustomSlider .slick-prev:before {
    content: '\2039'; }

.fsMedia:not(.homepage-slideshow) .fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #79bce8;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px; }
  .fsMedia:not(.homepage-slideshow) .fsCustomSlider .slider-play-btn:before {
    content: "";
    color: #fff;
    font-size: 16px;
    font-family: "minion-pro", serif; }

.fsMedia:not(.homepage-slideshow) .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; }

.fsMedia:not(.homepage-slideshow) .fsCustomSlider.slider-playing .slider-play-btn:before, .fsMedia:not(.homepage-slideshow) .fsCustomSlider.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0; }

.fsMedia:not(.homepage-slideshow) .fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .fsMedia:not(.homepage-slideshow) .fsCustomSlider .slick-dots, .fsMedia:not(.homepage-slideshow) .fsCustomSlider .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsMedia:not(.homepage-slideshow) .fsCustomSlider .slick-dots li {
    margin: 0;
    padding: 0; }
  .fsMedia:not(.homepage-slideshow) .fsCustomSlider .slick-dots li {
    display: inline-block; }
  .fsMedia:not(.homepage-slideshow) .fsCustomSlider .slick-dots li + li {
    margin-left: 6px; }
  .fsMedia:not(.homepage-slideshow) .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; }
  .fsMedia:not(.homepage-slideshow) .fsCustomSlider .slick-dots .slick-active button {
    background-color: #fff; }

.fsMedia:not(.homepage-slideshow) .fsCustomSlider .caption-wrapper {
  font-family: "raleway", sans-serif;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  background-color: #79bce8;
  color: #fff; }
  .fsMedia:not(.homepage-slideshow) .fsCustomSlider .caption-wrapper .caption-inner {
    padding: 10px 10px 30px; }
  @media (min-width: 800px) {
    .fsMedia:not(.homepage-slideshow) .fsCustomSlider .caption-wrapper {
      padding: 30px 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(121, 188, 232, 0.5); } }
  .fsMedia:not(.homepage-slideshow) .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsMedia:not(.homepage-slideshow) .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsMedia:not(.homepage-slideshow) .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .fsMedia:not(.homepage-slideshow) .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: 700;
    color: #16467a;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 16px;
    color: #fff;
    margin-bottom: 0; } }

@media (min-width: 800px) {
  .fsMedia:not(.homepage-slideshow) .fsCustomSlider .caption-desc {
    display: block; } }

.fsMedia:not(.homepage-slideshow) .fsCustomSlider .caption-desc p:last-child {
  margin-bottom: 0; }

.fsMedia:not(.homepage-slideshow) .fsCustomSlider .caption-desc: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; } }

.fsPostElement .fsElementTitle {
  text-transform: none;
  font-size: 25px;
  line-height: 1.28em; }

.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; } }

.fsPostToolsElement .fsElementTitle {
  text-transform: none;
  font-size: 25px;
  line-height: 1.28em; }

.fsPostToolsElement .fsToolsList li {
  padding: 0; }
  .fsPostToolsElement .fsToolsList li .fsStyleDefaultButton {
    display: inline-block;
    border: 0;
    margin: 0 0 8px;
    padding: 10px 13px;
    background: #16467a;
    color: #fff;
    border-radius: 0;
    font-size: 13px;
    line-height: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #16467a;
    padding: 3px 8px;
    margin: 0 5px 5px 0; }
    .fsPostToolsElement .fsToolsList li .fsStyleDefaultButton:hover, .fsPostToolsElement .fsToolsList li .fsStyleDefaultButton:focus {
      background: #fff;
      color: #16467a;
      border-color: #16467a; }
    .fsPostToolsElement .fsToolsList li .fsStyleDefaultButton em {
      display: block;
      font-style: normal; }
    #fsBannerRight .fsPostToolsElement .fsToolsList li .fsStyleDefaultButton,
    #fsBannerLeft .fsPostToolsElement .fsToolsList li .fsStyleDefaultButton {
      display: block;
      width: 100%;
      text-align: center; }

/*! _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 {
  margin-bottom: 20px;
  height: calc(100% - 110px);
  width: 100vw;
  position: fixed;
  top: 110px;
  left: 0;
  z-index: 9000;
  background: rgba(43, 87, 134, 0.9);
  opacity: 0;
  -ms-transform-origin: center top;
  transform-origin: center top;
  transform: rotateX(-90deg);
  transition: all .5s ease-in; }
  .search-active .fsSearch.site-search {
    transform: rotateX(0deg);
    opacity: 1; }
  .fsSearch.site-search form.gsc-search-box-tools {
    width: 90%;
    margin: 90px auto 0 auto;
    border-bottom: 2px solid #fff;
    background: transparent; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0; }
      .fsSearch.site-search form.gsc-search-box-tools > 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 {
          background: transparent !important;
          background-image: none !important;
          width: 100%;
          height: 80px !important;
          color: #fff;
          padding-left: 10px !important;
          padding-right: 85px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 30px;
          font-family: "raleway", sans-serif; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input .gsc-input-box {
        background: transparent; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 80px;
      width: 75px;
      background: transparent;
      position: absolute;
      right: 0;
      top: 0;
      transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: "";
        color: #fff;
        font-family: "IcoMoon";
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 80px;
        font-size: 30px; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: #0e3854;
        transition: .3s; }
      .fsSearch.site-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; }

.mobile-search {
  position: relative; }
  .mobile-search form {
    position: relative;
    height: 40px;
    width: calc(100% - 90px);
    margin: 20px 0 20px 20px; }
    .mobile-search form input.gsc-input {
      background: #fff;
      color: #6a6b6c;
      margin: 0 !important;
      height: 40px !important;
      width: calc(100% - 40px) !important;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0 10px !important;
      border: 0;
      font-size: 14px; }
      .mobile-search form input.gsc-input:focus {
        outline: none;
        box-shadow: 0 0 3px rgba(251, 251, 251, 0.2) inset; }
    .mobile-search form td.gsc-search-button {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      color: transparent;
      overflow: hidden;
      height: 40px;
      width: 40px;
      background: #fff;
      position: absolute;
      top: 0;
      left: auto;
      right: 0;
      border: 0;
      padding: 0; }
      .mobile-search form td.gsc-search-button .gsc-search-button {
        visibility: hidden; }
      .mobile-search form td.gsc-search-button:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #6a6b6c;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 18px; }

::-webkit-input-placeholder {
  color: #fff;
  font-size: 30px !important;
  line-height: 1em;
  font-weight: 500; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 30px !important;
  line-height: 1em;
  font-weight: 500; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 30px !important;
  line-height: 1em;
  font-weight: 500; }

:-ms-input-placeholder {
  color: #fff;
  font-size: 30px !important;
  line-height: 1em;
  font-weight: 500; }

/*! _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 #6a6b6c; }
      .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: 80px !important;
        color: #6a6b6c;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 30px;
        font-family: "raleway", 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: 75px;
    background: #6a6b6c;
    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: #fff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 80px;
      font-size: 30px;
      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: #0e3854;
      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: "raleway", sans-serif;
  font-size: 30px; }

.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: #6a6b6c; }
  .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: #79bce8; }

.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: #007dc3 !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: #f16649 !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: 16px; }

.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 {
  display: inline-block;
  border: 0;
  margin: 0 0 8px;
  padding: 10px 13px;
  background: #6a6b6c;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #6a6b6c; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #fff;
    color: #6a6b6c;
    border-color: #6a6b6c; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }
  #fsBannerRight .vimeo_view_link a,
  #fsBannerLeft .vimeo_view_link a {
    display: block;
    width: 100%;
    text-align: center; }

/*! 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 {
  display: inline-block;
  border: 0;
  margin: 0 0 8px;
  padding: 10px 13px;
  background: #6a6b6c;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #6a6b6c; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #fff;
    color: #6a6b6c;
    border-color: #6a6b6c; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }
  #fsBannerRight .Youtube_view_link a,
  #fsBannerLeft .Youtube_view_link a {
    display: block;
    width: 100%;
    text-align: center; }

/*! 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-size: 16px;
        font-weight: 600;
        text-transform: none;
        margin-bottom: 1px;
        display: block;
        padding: 7px 15px;
        color: #16467a;
        transition: .3s;
        background: #e2e7eb;
        color: #16467a; }
        .fsTabs .fsTabsNav li a:hover {
          background: #f16649;
          color: #fff; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #007dc3;
        color: #fff; }

.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) {
  background-size: cover !important; }
  @media (max-width: 1100px) {
    .home:not(.fsComposeMode) {
      background: #10345b !important; } }
  .home:not(.fsComposeMode).fsComposeMode {
    background: #fff !important; }
  .home:not(.fsComposeMode) #fsPageBodyWrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    background: none; }
  .home:not(.fsComposeMode) #fsPageBody {
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: none; }
  .home:not(.fsComposeMode) #fsPageContent {
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: none; }
  .home:not(.fsComposeMode) .fsLayout {
    margin-right: 0px;
    margin-left: 0px; }
    .home:not(.fsComposeMode) .fsLayout .fsDiv {
      padding: 0;
      margin-bottom: 0; }
      .home:not(.fsComposeMode) .fsLayout .fsDiv > .fsElement {
        margin-bottom: 0; }
  .home:not(.fsComposeMode) #fsFooter {
    background: #10345b; }

.homepage-slideshow {
  position: relative;
  height: 300px;
  background: #fff; }
  @media (min-width: 800px) {
    .homepage-slideshow {
      height: 600px; } }
  .homepage-slideshow.no-play-button .slider-play-btn {
    display: none; }
  .homepage-slideshow .fsCustomSlider .fsElement {
    margin-bottom: 0; }
  .homepage-slideshow .fsCustomSlider article {
    height: 300px;
    background-size: cover;
    background-position: 50% top; }
    @media (min-width: 800px) {
      .homepage-slideshow .fsCustomSlider article {
        height: 600px; } }
    .homepage-slideshow .fsCustomSlider article .slide-inner img {
      display: none; }
  .homepage-slideshow .fsCustomSlider .slick-next, .homepage-slideshow .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; }
    .homepage-slideshow .fsCustomSlider .slick-next:before, .homepage-slideshow .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;
      transition: all .3s; }
    .homepage-slideshow .fsCustomSlider .slick-next:hover:before, .homepage-slideshow .fsCustomSlider .slick-prev:hover:before {
      color: #6a6b6c; }
    .homepage-slideshow .fsCustomSlider .slick-next.slick-disabled, .homepage-slideshow .fsCustomSlider .slick-prev.slick-disabled {
      display: none; }
  .homepage-slideshow .fsCustomSlider .slick-next {
    left: auto;
    right: 0; }
    .homepage-slideshow .fsCustomSlider .slick-next:before {
      content: '\203A'; }
  .homepage-slideshow .fsCustomSlider .slick-prev {
    left: 0;
    right: auto; }
    .homepage-slideshow .fsCustomSlider .slick-prev:before {
      content: '\2039'; }
  .homepage-slideshow .fsCustomSlider .slider-play-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(22, 70, 122, 0.5);
    font-size: 0;
    width: 30px;
    height: 30px;
    border: 0;
    padding: 0;
    z-index: 1;
    line-height: 42px;
    border-radius: 100%;
    transition: all .3s; }
    .homepage-slideshow .fsCustomSlider .slider-play-btn:before {
      content: "";
      color: rba(#fff, 0.7);
      font-size: 16px;
      font-family: "minion-pro", serif;
      transition: all .3s; }
    .homepage-slideshow .fsCustomSlider .slider-play-btn:hover {
      background: #16467a; }
      .homepage-slideshow .fsCustomSlider .slider-play-btn:hover:before {
        color: #fff; }
  .homepage-slideshow .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; }
  .homepage-slideshow .fsCustomSlider.slider-playing .slider-play-btn:before, .homepage-slideshow .fsCustomSlider.slider-playing .slider-play-btn:after {
    content: "";
    width: 3px;
    height: 18px;
    background-color: #fff;
    display: inline-block;
    margin: 6px 2px 0; }
  .homepage-slideshow .fsCustomSlider .slick-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .homepage-slideshow .fsCustomSlider .slick-dots, .homepage-slideshow .fsCustomSlider .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .homepage-slideshow .fsCustomSlider .slick-dots li {
      margin: 0;
      padding: 0; }
    .homepage-slideshow .fsCustomSlider .slick-dots li {
      display: inline-block; }
    .homepage-slideshow .fsCustomSlider .slick-dots li + li {
      margin-left: 6px; }
    .homepage-slideshow .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; }
    .homepage-slideshow .fsCustomSlider .slick-dots .slick-active button {
      background-color: #fff; }
  .homepage-slideshow > footer {
    font-family: "raleway", sans-serif;
    font-size: 20px;
    line-height: 1.35em;
    color: #fff;
    font-weight: 600;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px 40px;
    text-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    opacity: 0; }
    .homepage-slideshow.loaded > footer {
      opacity: 1; }
    @media (min-width: 700px) {
      .homepage-slideshow > footer {
        font-size: 40px;
        line-height: 1.175em;
        padding: 0;
        bottom: 50px;
        left: 30px; } }
    @media (min-width: 800px) {
      .homepage-slideshow > footer {
        width: calc(100% - 40px);
        padding: 30px 20px;
        bottom: 100px;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
    @media (min-width: 900px) {
      .homepage-slideshow > footer {
        width: calc(100% - 230px); } }
    @media (min-width: 1200px) {
      .homepage-slideshow > footer {
        width: calc(100% - 460px); } }
    .homepage-slideshow > footer a {
      color: #fff; }
      .homepage-slideshow > footer a:hover {
        text-decoration: underline; }
    .homepage-slideshow > footer.is-empty {
      display: none; }
    .homepage-slideshow > footer h2 {
      font-size: 30px;
      line-height: 1.23333em;
      font-weight: 800;
      text-transform: uppercase;
      color: #fff;
      margin: 0; }
      @media (min-width: 700px) {
        .homepage-slideshow > footer h2 {
          font-size: 55px;
          line-height: 1.12727em; } }
    .homepage-slideshow > footer:empty {
      display: none; }
  .homepage-slideshow #typed-strings-container {
    display: inline; }

body:not(.fsComposeMode) .home-intro {
  background: #16467a;
  color: #fff;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 500;
  text-align: center; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .home-intro {
      font-size: 19px;
      line-height: 1.57895em; } }
  body:not(.fsComposeMode) .home-intro .pinned-buttons {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 25px;
    z-index: 1; }
    @media (min-width: 500px) {
      body:not(.fsComposeMode) .home-intro .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: center;
        justify-content: center; } }
    body:not(.fsComposeMode) .home-intro .pinned-buttons ul li {
      display: block; }
      @media (min-width: 500px) {
        body:not(.fsComposeMode) .home-intro .pinned-buttons ul li {
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: 150px;
          text-align: center;
          margin: 0 20px; } }
      body:not(.fsComposeMode) .home-intro .pinned-buttons ul li:not(:last-child) {
        margin-bottom: 16px !important; }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .home-intro .pinned-buttons {
        display: none; } }
  body:not(.fsComposeMode) .home-intro > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding: 40px 20px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .home-intro > .fsElementContent {
        padding: 40px 20px 90px; } }
    body:not(.fsComposeMode) .home-intro > .fsElementContent p {
      margin: 0; }

body:not(.fsComposeMode) .pinned-buttons {
  width: 100px;
  position: fixed;
  left: 0;
  top: 345px;
  z-index: 500; }
  body:not(.fsComposeMode) .pinned-buttons, body:not(.fsComposeMode) .pinned-buttons ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  body:not(.fsComposeMode) .pinned-buttons li {
    margin: 0;
    padding: 0; }
  @media (max-width: 1100px) {
    body:not(.fsComposeMode) .pinned-buttons {
      display: none; } }
  .search-active body:not(.fsComposeMode) .pinned-buttons {
    z-index: 1; }
  body:not(.fsComposeMode) .pinned-buttons ul li {
    display: block; }
    body:not(.fsComposeMode) .pinned-buttons ul li:not(:last-child) {
      margin-bottom: 5px !important; }
    body:not(.fsComposeMode) .pinned-buttons ul li a {
      display: block;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 15px 25px;
      background: #f16649;
      font-size: 13px;
      line-height: 1.38462em;
      font-weight: 700;
      transition: all .3s;
      width: 100%; }
      body:not(.fsComposeMode) .pinned-buttons ul li a:hover {
        background: #822471; }
  body:not(.fsComposeMode) .pinned-buttons.shrink-me ul li a {
    -ms-transform: translate(-85px, 0);
    transform: translate(-85px, 0); }
    body:not(.fsComposeMode) .pinned-buttons.shrink-me ul li a:hover {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

body:not(.fsComposeMode) .feature-grid {
  background: #e9edf0;
  position: relative; }
  @media (min-width: 1100px) {
    body:not(.fsComposeMode) .feature-grid {
      height: 690px; } }
  body:not(.fsComposeMode) .feature-grid > .fsElementContent {
    width: 100%;
    position: relative;
    background: #fff;
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    /* z-index: 10; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 40px;
    padding-right: 1.25em;
    padding-left: 1.25em; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .feature-grid > .fsElementContent {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 0;
        top: -50px;
        bottom: -50px;
        max-width: calc(100% - 40px);
		z-index:0;		} }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .feature-grid > .fsElementContent {
        display: block;
        height: 742px;
        max-width: 1180px; } }
    body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box {
      overflow: hidden;
      margin: 0;
      text-align: left;
      height: 80px;
      margin-bottom: 5px;
      position: relative;
      -ms-flex-order: 2;
      order: 2;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box {
          text-align: center;
          height: 200px;
          width: calc(50% - 10px);
          margin-bottom: 20px; } }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box {
          position: absolute;
          margin-bottom: 0; } }
      body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box > header .fsElementHeaderContent {
        margin: 0; }
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box > header .fsElementHeaderContent img {
          position: absolute;
          top: 0;
          left: 0;
          /* filter: grayscale(100%); */
          transition: all .5s linear;
          width: 100%; }
          @media (min-width: 1100px) {
            body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box > header .fsElementHeaderContent img {
              height: 100%; } }
      body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box > footer a {
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        color: transparent;
        font-size: 0;
        z-index: 3; }
      body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box > .fsElementContent {
        width: 100%;
        height: 100%;
        color: #fff;
        text-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
        z-index: 2;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box > .fsElementContent {
            -ms-flex-pack: end;
            justify-content: flex-end; } }
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box > .fsElementContent:after {
          display: block;
          height: 100%;
          width: 100%;
          content: '';
          background: rgb(219 100 16 / .8);
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 0;
          transition: all .5s ease-in-out; }
          @media (min-width: 700px) {
            body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box > .fsElementContent:after {
              height: 80px; } }
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box > .fsElementContent h3 {
          font-size: 18px;
          line-height: 1.38889em;
          color: #fff;
          text-transform: uppercase;
          margin: 0;
          /* position: relative; */
          padding: 15px 0px 10px;
          z-index: 2;
          letter-spacing: 1px;
		  text-align:center;
		  }
          body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box > .fsElementContent h3:after {
         content: "\002B";
			font-family: "IcoMoon";
			font-smoothing: antialiased;
			font-weight: normal;
			speak: none;
			color: #db6410;
			position: absolute;
			top: 50%;
			right: 10px;
			-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);
			font-size: 28px;
			text-shadow: none;
			background: #fff;
			font-weight: bold;
			padding: 4px;
			border-radius: 50px;
			width: 23px;
			height: 25px;
			line-height: 16px;
}
          @media (min-width: 700px) {
            body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box > .fsElementContent h3 {
              min-height: 80px;
              /* padding-right: 10px; */
			  }
              body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box > .fsElementContent h3:after {
                display: block;
                content: '';
                height: 2px;
                width: 50px;
                background: #fff;
                margin: 8px auto 0;
                transition: all 1.5s linear;
                position: relative;
                top: auto;
                right: auto;
                -ms-transform: none;
                transform: none; } }
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box > .fsElementContent p {
          margin: 0;
          height: 0px;
          overflow: hidden;
          transition: all .3s ease-in-out;
          font-size: 13px;
          line-height: 1;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          z-index: 2; }
      body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box:hover > .fsElementContent:after {
        background: rgba(0, 125, 195, 0.5); }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box:hover {
          background: #000; }
          body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box:hover > header img {
            filter: none;
            opacity: .8; }
          body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box:hover > .fsElementContent {
            height: 100%;
            -ms-flex-pack: center;
            justify-content: center;
            background: transparent; }
            body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box:hover > .fsElementContent:after {
              -ms-transform: translate(0, 100%);
              transform: translate(0, 100%);
              opacity: 0;
              background: none; }
            body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box:hover > .fsElementContent h3 {
              margin-bottom: 20px;
              padding-bottom: 20px;
              background: transparent; }
              body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box:hover > .fsElementContent h3:after {
                background: #db6410;
				border: 1px solid #fff;				}
            body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box:hover > .fsElementContent p {
              height: 30px;
              overflow: visible; } }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box.tall {
          height: 45.8221%;
          width: 26.27119%; } }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box.short {
          height: 28.97574%;
          width: 19.49153%; } }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box:nth-child(2) {
          top: 2.69542%;
          left: 1.69492%; }
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box:nth-child(3) {
          bottom: 2.69542%;
          left: 1.69492%; }
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box:nth-child(4) {
          top: 2.69542%;
          left: 29.66102%; }
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box:nth-child(5) {
          top: 2.69542%;
          left: 50.84746%; }
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box:nth-child(6) {
          bottom: 2.69542%;
          left: 29.66102%; }
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box:nth-child(7) {
          bottom: 2.69542%;
          left: 50.84746%; }
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box:nth-child(8) {
          top: 2.69542%;
          right: 1.69492%; }
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .profile-box:nth-child(9) {
          bottom: 2.69542%;
          right: 1.69492%; } }
    body:not(.fsComposeMode) .feature-grid > .fsElementContent .overview {
      background: #fff;
      text-align: center;
      padding: 40px 20px 0; }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .overview {
          height: 30.9973%;
          width: 40.59322%;
          position: absolute;
          top: 34.36658%;
          left: 29.66102%;
          padding: 0; } }
      body:not(.fsComposeMode) .feature-grid > .fsElementContent .overview h2 {
        font-size: 30px;
        line-height: 1.23333em;
        letter-spacing: 1px;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px; }
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .overview h2:after {
          display: block;
          content: '';
          height: 2px;
          width: 50px;
          background: #f16649;
          position: absolute;
          bottom: 0;
          left: 50%;
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .overview h2 em {
          display: block;
          font-style: normal;
          font-size: 18px;
          line-height: 1.38889em;
          text-transform: none;
          font-weight: 500;
          letter-spacing: normal; }

body:not(.fsComposeMode) .feature-grid-popup-slider {
  background: #e9edf0;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) scale(0, 0);
  transform: translate(-50%, -50%) scale(0, 0);
  height: 100%;
  width: 100%;
  z-index: 9000;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .5s ease-in-out;
  opacity: 0;
  overflow: auto; }
  body:not(.fsComposeMode) .feature-grid-popup-slider.active {
    opacity: 1;
    top: 50%;
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1); }
  body:not(.fsComposeMode) .feature-grid-popup-slider > header {
    position: absolute;
    width: 100%;
    top: 14px;
    left: 0;
    z-index: 5; }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .feature-grid-popup-slider > header {
        top: 50px; } }
    body:not(.fsComposeMode) .feature-grid-popup-slider > header .close-button {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      z-index: 2;
      transition: all .3s;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 1;
      color: #16467a;
      text-transform: uppercase;
      position: absolute;
      top: 0;
      right: 40px;
      padding: 5px 0; }
      body:not(.fsComposeMode) .feature-grid-popup-slider > header .close-button:after {
        content: 'X';
        margin-left: 15px; }
      body:not(.fsComposeMode) .feature-grid-popup-slider > header .close-button:hover {
        color: #000; }
        body:not(.fsComposeMode) .feature-grid-popup-slider > header .close-button:hover:after {
          color: #000; }
  body:not(.fsComposeMode) .feature-grid-popup-slider > .fsElementContent {
    width: 100%;
    background: #fff;
    position: relative; }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .feature-grid-popup-slider > .fsElementContent {
        height: 700px;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
  body:not(.fsComposeMode) .feature-grid-popup-slider .fsElementTitle {
    display: none; }
  body:not(.fsComposeMode) .feature-grid-popup-slider .custom_paging {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #000; }
  body:not(.fsComposeMode) .feature-grid-popup-slider .slick-prev,
  body:not(.fsComposeMode) .feature-grid-popup-slider .slick-next {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    z-index: 5;
    font-size: 0;
    color: transparent;
    transition: color .3s; }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .feature-grid-popup-slider .slick-prev,
      body:not(.fsComposeMode) .feature-grid-popup-slider .slick-next {
        font-size: 12px;
        line-height: 1;
        color: #828384;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px; } }
    body:not(.fsComposeMode) .feature-grid-popup-slider .slick-prev:after, body:not(.fsComposeMode) .feature-grid-popup-slider .slick-prev:before,
    body:not(.fsComposeMode) .feature-grid-popup-slider .slick-next:after,
    body:not(.fsComposeMode) .feature-grid-popup-slider .slick-next:before {
      font-size: 18px;
      position: relative;
      bottom: -3px;
      color: #828384;
      transition: color .3s; }
    body:not(.fsComposeMode) .feature-grid-popup-slider .slick-prev:hover,
    body:not(.fsComposeMode) .feature-grid-popup-slider .slick-next:hover {
      color: #f16649; }
      body:not(.fsComposeMode) .feature-grid-popup-slider .slick-prev:hover:before, body:not(.fsComposeMode) .feature-grid-popup-slider .slick-prev:hover:after,
      body:not(.fsComposeMode) .feature-grid-popup-slider .slick-next:hover:before,
      body:not(.fsComposeMode) .feature-grid-popup-slider .slick-next:hover:after {
        color: #f16649; }
    body:not(.fsComposeMode) .feature-grid-popup-slider .slick-prev.slick-disabled,
    body:not(.fsComposeMode) .feature-grid-popup-slider .slick-next.slick-disabled {
      display: none !important; }
  body:not(.fsComposeMode) .feature-grid-popup-slider .slick-prev {
    position: absolute;
    bottom: 40px;
    left: 40px; }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .feature-grid-popup-slider .slick-prev {
        left: 565px; } }
    body:not(.fsComposeMode) .feature-grid-popup-slider .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-right: 10px; }
  body:not(.fsComposeMode) .feature-grid-popup-slider .slick-next {
    position: absolute;
    bottom: 40px;
    right: 40px; }
    body:not(.fsComposeMode) .feature-grid-popup-slider .slick-next:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-left: 10px; }
  body:not(.fsComposeMode) .feature-grid-popup-slider .slick-dots {
    display: none !important; }

body:not(.fsComposeMode) .feature-slide {
  width: 100%; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .feature-slide {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media (min-width: 1100px) {
    body:not(.fsComposeMode) .feature-slide {
      height: 700px; } }
  body:not(.fsComposeMode) .feature-slide > header {
    width: 100%;
    padding-top: 80px; }
    @media (max-width: 700px) {
      body:not(.fsComposeMode) .feature-slide > header {
        height: 340px;
        overflow: hidden;
        position: relative; }
        body:not(.fsComposeMode) .feature-slide > header img {
          position: absolute;
          top: 50%;
          left: 0;
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); } }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .feature-slide > header {
        display: block;
        width: 50%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-top: 0; } }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .feature-slide > header {
        width: 525px; } }
    body:not(.fsComposeMode) .feature-slide > header .fsElementHeaderContent {
      margin: 0; }
  body:not(.fsComposeMode) .feature-slide > .fsElementContent {
    padding: 20px 20px 50px;
    font-size: 16px;
    line-height: 1.5625em; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .feature-slide > .fsElementContent {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 90px 50px 50px 50px; } }
    body:not(.fsComposeMode) .feature-slide > .fsElementContent h2 {
      font-size: 35px;
      line-height: 1.2em;
      color: #007dc3;
      letter-spacing: .75px; }

body:not(.fsComposeMode) .infographics {
  background-size: cover;
  background-position: 50% top;
  position: relative;
  height: 505px;
  overflow: hidden; }
  @media (min-width: 1300px) {
    body:not(.fsComposeMode) .infographics {
      height: 725px;
      /* background: none !important; */

	  } }
  body:not(.fsComposeMode) .infographics:before {
    display: block;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }
  body:not(.fsComposeMode) .infographics .slick-prev,
  body:not(.fsComposeMode) .infographics .slick-next {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    z-index: 2;
    color: transparent;
    font-size: 0;
    bottom: 100px;
    height: 30px;
    width: 30px; }
    body:not(.fsComposeMode) .infographics .slick-prev.slick-disabled,
    body:not(.fsComposeMode) .infographics .slick-next.slick-disabled {
      display: none !important; }
    body:not(.fsComposeMode) .infographics .slick-prev:before,
    body:not(.fsComposeMode) .infographics .slick-next:before {
      color: #fff;
      font-size: 20px;
      bottom: 200px;
      line-height: 30px;
      text-align: center;
      transition: all .3s linear; }
    body:not(.fsComposeMode) .infographics .slick-prev:hover:before,
    body:not(.fsComposeMode) .infographics .slick-next:hover:before {
      color: #007dc3; }
  body:not(.fsComposeMode) .infographics .slick-prev {
    position: absolute;
    left: 20px; }
    body:not(.fsComposeMode) .infographics .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  body:not(.fsComposeMode) .infographics .slick-next {
    position: absolute;
    right: 20px; }
    body:not(.fsComposeMode) .infographics .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  body:not(.fsComposeMode) .infographics > header {
    display: none; }
  body:not(.fsComposeMode) .infographics > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 84.375em;
    max-width: 84.375rem;
    position: relative;
    height: 100%; }
    body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement {
      display: block;
      height: 225px;
      width: 225px;
      position: relative;
      text-align: center;
      color: #fff;
      transition: margin 1.5s ease-in-out;
      font-size: 20px;
      line-height: 1.5em;
      font-weight: 500;
      margin-top: 60px; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(odd) {
          margin-top: 20px; } }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement {
          margin-top: 0; } }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:hover p {
        display: none; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:hover h3 {
        font-size: 0;
        color: transparent;
        margin: 0;
        padding: 0; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:hover h3:after {
          display: none; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:hover h3:before {
          font-size: 20px;
          opacity: 1; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement > header * {
        margin: 0; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement > header a {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        color: transparent;
        font-size: 0;
        z-index: 10; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement > .fsElementContent {
        position: relative;
        margin: 0 auto;
        border-radius: 100%;
        border: 2px solid white;
        height: 100%;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement > .fsElementContent h3,
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement > .fsElementContent p {
          color: #fff;text-align: center; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement > .fsElementContent:before {
          display: block;
          content: '';
          height: calc(100% - 6px);
          width: calc(100% - 6px);
          border-radius: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          border: 2px solid #fff;
          transition: all .3s linear; }
        @media (max-width: 1300px) {
          body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement > .fsElementContent {
            height: 225px;
            width: 225px; } }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement {
          position: absolute;
          margin-bottom: -500px; }
          body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement.float-me {
            margin-bottom: 0; } }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement h3 {
        color: #fff;
        line-height: 1.25em;
        font-weight: 700;
        position: relative;
        padding-bottom: 15px;
		padding-top: 50px;
		font-size: 30px;		}
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement h3:after {
          display: block;
          content: '';
          height: 2px;
          width: 50px;
          position: absolute;
          bottom: 0;
          left: 50%;
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          background: #fff; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement h3:before {
          font-size: 0;
          line-height: 1.1em;
          color: #fff;
          display: block;
          content: 'Learn More';
          font-weight: normal;
          opacity: 0;
          transition: opacity .3s linear; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:first-child > .fsElementContent {
        border-color: #79bce8; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:first-child > .fsElementContent:before {
          border-color: rgba(121, 188, 232, 0.5); }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:first-child > .fsElementContent h3:after {
          background: #79bce8; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:first-child:hover > .fsElementContent:before {
        background: #79bce8; }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:first-child {
          height: 175px;
          width: 175px;
          bottom: 267px;
          left: 0; } }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(2) > .fsElementContent {
        border-color: #00ae9e; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(2) > .fsElementContent:before {
          border-color: rgba(0, 174, 158, 0.5); }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(2) > .fsElementContent h3:after {
          background: #00ae9e; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(2):hover > .fsElementContent:before {
        background: #00ae9e; }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(2) {
          height: 225px;
          width: 225px;
          bottom: 175px;
          left: 190px; } }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(3) > .fsElementContent {
        border-color: #ffd24f; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(3) > .fsElementContent:before {
          border-color: rgba(255, 210, 79, 0.5); }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(3) > .fsElementContent h3:after {
          background: #ffd24f; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(3):hover > .fsElementContent:before {
        background: #ffd24f; }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(3) {
          height: 185px;
          width: 185px;
          bottom: 360px;
          left: 421px; } }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(4) > .fsElementContent {
        border-color: #f16649; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(4) > .fsElementContent:before {
          border-color: rgba(241, 102, 73, 0.5); }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(4) > .fsElementContent h3:after {
          background: #f16649; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(4):hover > .fsElementContent:before {
        background: #f16649; }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(4) {
          height: 275px;
          width: 275px;
          bottom: 372px;
          left: 619px; } }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(5) > .fsElementContent {
        border-color: #c1d82f; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(5) > .fsElementContent:before {
          border-color: rgba(193, 216, 47, 0.5); }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(5) > .fsElementContent h3:after {
          background: #c1d82f; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(5):hover > .fsElementContent:before {
        background: #c1d82f; }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(5) {
          height: 200px;
          width: 200px;
          bottom: 215px;
          left: 868px; } }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(6) > .fsElementContent {
        border-color: #16467a; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(6) > .fsElementContent:before {
          border-color: rgba(22, 70, 122, 0.5); }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(6) > .fsElementContent h3:after {
          background: #16467a; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(6):hover > .fsElementContent:before {
        background: #16467a; }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(6) {
          height: 250px;
          width: 250px;
          bottom: 231px;
          left: 1093px; } }
  body:not(.fsComposeMode) .infographics footer {
    position: absolute;
    bottom: 98px;
    width: 100%;
    left: 0;
    text-align: center; }
    body:not(.fsComposeMode) .infographics footer .fsElementFooterContent {
      margin: 0;text-align:center; }
    body:not(.fsComposeMode) .infographics footer a {
      display: inline-block;
      padding: 15px 25px;
      border: 2px solid #fff;
      color: #fff;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 1px;
      transition: all .3s linear; }
      body:not(.fsComposeMode) .infographics footer a:hover {
        background: #fff;
        color: #16467a; }

@keyframes floatUp {
  0% {
    margin-bottom: -500px; }
  100% {
    margin-bottom: 0; } }

body:not(.fsComposeMode) .carroll_stories {
  background: #fff;
  padding: 0 10px 40px; }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .carroll_stories {
      height: 660px;
      padding: 0; } }
  body:not(.fsComposeMode) .carroll_stories > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 76.25em;
    max-width: 76.25rem;
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .carroll_stories > .fsElementContent {
        display: block; } }
    body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro {
      -ms-flex-order: 1;
      order: 1; }
    body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box {
      -ms-flex-order: 2;
      order: 2; }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro,
      body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box {
        -ms-flex-order: 1;
        order: 1; } }
    body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro {
      padding: 40px 20px 20px;
      text-align: center; }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro {
          height: 37.72727%;
          width: 36.06557%;
          position: absolute;
          top: 20px;
          left: 32.78689%;
          text-align: left;
          padding: 0 10px;
          overflow: hidden;
          font-size: 14px;
          line-height: 21px; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro {
          font-size: 16px;
          line-height: 26px; } }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro {
          padding: 20px; } }
      body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro .fsElementTitle {
        position: relative;
        padding-bottom: 20px; }
        @media (min-width: 800px) {
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro .fsElementTitle {
            font-size: 26px;
            line-height: 32px;
            padding-bottom: 10px; } }
        @media (min-width: 1000px) {
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro .fsElementTitle {
            font-size: 30px;
            line-height: 37px;
            padding-bottom: 20px; } }
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro .fsElementTitle:after {
          display: block;
          content: '';
          height: 2px;
          width: 50px;
          background: #f16649;
          position: absolute;
          bottom: 0;
          left: 50%;
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
          @media (min-width: 1100px) {
            body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro .fsElementTitle:after {
              left: 0;
              -ms-transform: none;
              transform: none; } }
      body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro a {
        font-weight: 700; }
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro a:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          margin-left: 5px; }
    body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box {
      display: block;
      overflow: hidden;
      z-index: 300;
      height: auto;
      min-height: 100px;
      position: relative;
      margin: 0 0 5px;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box {
          -ms-flex: none;
          flex: none;
          height: 250px;
          width: calc(50% - 20px);
          display: inline-block;
          margin: 0 8px 16px; } }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box {
          display: block;
          position: absolute;
          margin: 0; } }
      body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(241, 102, 73, 0.8);
        color: #fff;
        text-align: left;
        z-index: 1;
        transition: opacity .5s linear;
        opacity: 1;
        padding: 0 20px; }
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 30px;
          position: absolute;
          right: 20px;
          top: 50%;
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header {
            opacity: 0;
            text-align: center; }
            body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header:after {
              display: none; } }
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header .fsElementHeaderContent {
          margin: 0;
          height: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: center;
          justify-content: center; }
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header .fsElementHeaderContent h2 {
            color: #fff;
            font-size: 20px;
            line-height: 1.1em;
            margin: 0; }
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header .fsElementHeaderContent p {
            margin: 0; }
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header .fsElementHeaderContent em {
            display: none;
            font-style: normal; }
            @media (min-width: 700px) {
              body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header .fsElementHeaderContent em {
                display: block; } }
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header .fsElementHeaderContent a {
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            color: transparent;
            font-size: 0; }
      body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box:hover header {
        opacity: 1; }
      body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box .fsElementContent img {
        position: absolute;
        top: 30%;
        left: 0;
        width: 100%;
        height: auto;
        -ms-transform: translate(0, -30%);
        transform: translate(0, -30%); }
        @media (min-width: 800px) {
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box .fsElementContent img {
            height: 100%;
            width: auto;
            max-width: 500%;
            top: 0;
            left: 50%;
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box {
          float: none; }
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box.one {
            height: 93.93939%;
            width: 29.5082%;
            top: 20px;
            left: 1.63934%; }
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box.two {
            height: 41.66667%;
            width: 31.06557%;
            bottom: 20px;
            left: 32.86885%; }
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box.three {
            height: 340px;
            height: 51.51515%;
            width: 29.5082%;
            top: -50px;
            right: 0px;
            border: 20px solid #fff; }
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box.four {
            width: 32.78689%;
            height: 351px;
            height: 53.18182%;
            bottom: 20px;
            right: 1.63934%;
            background: green; } }

body:not(.fsComposeMode) .story-popup {
  background: #e9edf0;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) scale(0, 0);
  transform: translate(-50%, -50%) scale(0, 0);
  height: 100vh;
  width: 100vw;
  z-index: 9000;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .5s ease-in-out;
  opacity: 0;
  overflow: auto; }
  body:not(.fsComposeMode) .story-popup.active {
    opacity: 1;
    top: 50%;
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1); }
  body:not(.fsComposeMode) .story-popup > header .fsElementTitle {
    display: none; }
  body:not(.fsComposeMode) .story-popup > header .close-button {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    z-index: 2;
    transition: all .3s;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    color: #16467a;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    right: 40px;
    padding: 5px 0; }
    @media (min-width: 525px) {
      body:not(.fsComposeMode) .story-popup > header .close-button {
        top: 40px; } }
    body:not(.fsComposeMode) .story-popup > header .close-button:after {
      content: 'X';
      margin-left: 15px; }
    body:not(.fsComposeMode) .story-popup > header .close-button:hover {
      color: #000; }
      body:not(.fsComposeMode) .story-popup > header .close-button:hover:after {
        color: #000; }
  body:not(.fsComposeMode) .story-popup > .fsElementContent {
    width: 100%;
    background: #fff; }
    @media (min-width: 525px) {
      body:not(.fsComposeMode) .story-popup > .fsElementContent {
        position: absolute;
        top: 50%;
        right: 0;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        height: 700px;
        overflow: hidden; } }
    @media (min-width: 525px) {
      body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent {
        height: 700px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > header {
          width: 525px;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; } }
    body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent .fsMedia {
      visibility: hidden; }
    body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent.play-video .fsMedia {
      visibility: visible; }
    body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent p {
      display: block; }
    body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent.play-video p {
      display: none; }
    body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > .fsElementContent {
      padding: 30px 20px; }
      @media (min-width: 525px) {
        body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > .fsElementContent {
          width: calc(100% - 300px);
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          padding: 100px 50px 50px; } }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > .fsElementContent {
          width: calc(100% - 525px); } }
      body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > .fsElementContent h2 {
        color: #007dc3;
        text-transform: none;
        font-size: 30px;
        line-height: 1.23333em; }
      body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > .fsElementContent h3 {
        font-size: 18px;
        line-height: 1.44444em;
        color: #6a6b6c; }
    body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > header {
      height: 275px;
      overflow: hidden;
      width: 100%;
      position: relative;
      margin-top: 30px; }
      body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > header img {
        position: absolute;
        top: 50%;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > header .play-video-button {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        display: inline-block;
        border: 0;
        margin: 0 0 8px;
        padding: 10px 13px;
        background: transparent;
        color: #fff;
        border-radius: 0;
        font-size: 13px;
        line-height: 2em;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        border: 2px solid transparent;
        border: 3px solid #fff;
        position: absolute;
        bottom: 40px;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 10;
        font-weight: 700;
        box-shadow: 1px 1px 0 #000;
        text-shadow: 1px 1px 0 #000;
        transition: all .3s;
        padding: 10px 30px; }
        body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > header .play-video-button:hover, body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > header .play-video-button:focus {
          background: #fff;
          color: transparent;
          border-color: transparent; }
        body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > header .play-video-button em {
          display: block;
          font-style: normal; }
        #fsBannerRight body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > header .play-video-button,
        #fsBannerLeft body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > header .play-video-button {
          display: block;
          width: 100%;
          text-align: center; }
        @media only screen and (max-width: 1100px) and (min-width: 525px) {
          body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > header .play-video-button {
            background: #16467a;
            box-shadow: none;
            text-shadow: none; } }
        body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > header .play-video-button:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          margin-right: 10px;
          font-size: 18px;
          position: relative;
          top: 3px; }
      @media (min-width: 525px) {
        body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > header {
          height: 100%;
          width: 300px;
          margin-top: 0; } }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode) .story-popup > .fsElementContent .fsContent > header {
          width: 525px; } }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em; }

@media (min-width: 1100px) {
  body:not(.fsComposeMode).landing #fsPageBodyWrapper {
    background: #ffd24f; } }

@media (min-width: 1100px) {
  body:not(.fsComposeMode).landing .hero {
    position: absolute !important; } }

body:not(.fsComposeMode).landing .fsPageTitle {
  color: #f16649; }
  body:not(.fsComposeMode).landing .fsPageTitle:after {
    background: #ffd24f; }

@media (min-width: 800px) {
  body:not(.fsComposeMode).landing .landing-two-col > .fsDiv:first-child {
    width: 70%; }
  body:not(.fsComposeMode).landing .landing-two-col > .fsDiv:last-child {
    width: 30%; } }

body:not(.fsComposeMode).landing .landing-two-col .fs_style_3,
body:not(.fsComposeMode).landing .landing-two-col .fs_style_4,
body:not(.fsComposeMode).landing .landing-two-col .fs_style_5,
body:not(.fsComposeMode).landing .landing-two-col .fs_style_6,
body:not(.fsComposeMode).landing .landing-two-col .fs_style_7,
body:not(.fsComposeMode).landing .landing-two-col .fs_style_8,
body:not(.fsComposeMode).landing .landing-two-col .fs_style_9,
body:not(.fsComposeMode).landing .landing-two-col .fs_style_10 {
  width: 100%;
  text-align: center;
  margin-bottom: 15px; }

@media (min-width: 700px) {
  body:not(.fsComposeMode).landing .landing-features > .fsElementContent {
    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).landing .landing-features .profile-box {
  overflow: hidden;
  margin: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  position: relative; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode).landing .landing-features .profile-box {
      height: 325px;
      width: 347px;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 0 5px 10px; } }
  body:not(.fsComposeMode).landing .landing-features .profile-box > header .fsElementHeaderContent {
    margin: 0; }
    body:not(.fsComposeMode).landing .landing-features .profile-box > header .fsElementHeaderContent img {
      position: absolute;
      top: 0;
      left: 0;
      transition: all .8s linear;
      width: 100%; }
  body:not(.fsComposeMode).landing .landing-features .profile-box > footer .fsElementFooterContent {
    margin-top: 0; }
  body:not(.fsComposeMode).landing .landing-features .profile-box > footer a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    font-size: 0;
    z-index: 3; }
  body:not(.fsComposeMode).landing .landing-features .profile-box > .fsElementContent {
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).landing .landing-features .profile-box > .fsElementContent {
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    body:not(.fsComposeMode).landing .landing-features .profile-box > .fsElementContent:after {
      display: block;
      height: 100%;
      width: 100%;
      content: '';
      background: rgba(241, 102, 73, 0.9);
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 0;
      transition: all .5s ease-in-out; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).landing .landing-features .profile-box > .fsElementContent:after {
          height: 80px; } }
    body:not(.fsComposeMode).landing .landing-features .profile-box > .fsElementContent h3 {
      font-size: 16px;
      line-height: 1.5625em;
      color: #fff;
      text-transform: uppercase;
      margin: 0;
      position: relative;
      padding: 10px;
      z-index: 2;
      letter-spacing: 1px; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).landing .landing-features .profile-box > .fsElementContent h3 {
          font-size: 18px;
          line-height: 1.38889em;
          min-height: 80px; }
          body:not(.fsComposeMode).landing .landing-features .profile-box > .fsElementContent h3:after {
            display: block;
            content: '';
            height: 2px;
            width: 50px;
            background: #ffd24f;
            margin: 15px auto 0;
            transition: all 1.5s linear;
            position: relative;
            top: auto;
            right: auto;
            -ms-transform: none;
            transform: none; } }
    body:not(.fsComposeMode).landing .landing-features .profile-box > .fsElementContent p {
      margin: 0;
      height: 0px;
      overflow: hidden;
      transition: all .3s ease-in-out;
      font-size: 13px;
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      z-index: 2; }
  body:not(.fsComposeMode).landing .landing-features .profile-box:hover > .fsElementContent:after {
    background: #00ae9e; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode).landing .landing-features .profile-box:hover > .fsElementContent {
      height: 100%;
      -ms-flex-pack: center;
      justify-content: center;
      background: transparent; }
      body:not(.fsComposeMode).landing .landing-features .profile-box:hover > .fsElementContent:after {
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
        opacity: 0; }
      body:not(.fsComposeMode).landing .landing-features .profile-box:hover > .fsElementContent h3 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        background: transparent; }
        body:not(.fsComposeMode).landing .landing-features .profile-box:hover > .fsElementContent h3:after {
          background: #ffd24f; }
      body:not(.fsComposeMode).landing .landing-features .profile-box:hover > .fsElementContent p {
        height: 30px; } }

body:not(.fsComposeMode).landing .fifty-fifty {
  background: #fff;
  margin-bottom: 0; }
  body:not(.fsComposeMode).landing .fifty-fifty .slick-dots .slick-active button {
    background: #f16649; }
  body:not(.fsComposeMode).landing .fifty-fifty .fsElement {
    border: 0;
    margin: 0; }
    body:not(.fsComposeMode).landing .fifty-fifty .fsElement h2 {
      color: #f16649; }
  body:not(.fsComposeMode).landing .fifty-fifty a[href*="media"]:hover:before {
    color: #f16649 !important; }

body:not(.fsComposeMode).landing.summer .fifty-fifty {
  border-top: 90px solid #ffd24f; }

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em;
  padding: 1.25em;
  background: rgba(0, 0, 0, 0.1); }

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    margin-bottom: 2em;
    height: 80px;
    width: 80px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .colors ol li:not(:last-child) {
      margin-right: 4px; }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #6a6b6c;
      color: #6a6b6c; }
      .colors ol li:nth-of-type(1):after {
        content: "#6a6b6c"; }
    .colors ol li:nth-of-type(2) {
      background: #16467a;
      color: #16467a; }
      .colors ol li:nth-of-type(2):after {
        content: "#16467a"; }
    .colors ol li:nth-of-type(3) {
      background: #79bce8;
      color: #79bce8; }
      .colors ol li:nth-of-type(3):after {
        content: "#79bce8"; }
    .colors ol li:nth-of-type(4) {
      background: #007dc3;
      color: #007dc3; }
      .colors ol li:nth-of-type(4):after {
        content: "#007dc3"; }
    .colors ol li:nth-of-type(5) {
      background: #00ae9e;
      color: #00ae9e; }
      .colors ol li:nth-of-type(5):after {
        content: "#00ae9e"; }
    .colors ol li:nth-of-type(6) {
      background: #c1d82f;
      color: #c1d82f; }
      .colors ol li:nth-of-type(6):after {
        content: "#c1d82f"; }
    .colors ol li:nth-of-type(7) {
      background: #ffd24f;
      color: #ffd24f; }
      .colors ol li:nth-of-type(7):after {
        content: "#ffd24f"; }
    .colors ol li:nth-of-type(8) {
      background: #f16649;
      color: #f16649; }
      .colors ol li:nth-of-type(8):after {
        content: "#f16649"; }
    .colors ol li:nth-of-type(9) {
      background: #822471;
      color: #822471; }
      .colors ol li:nth-of-type(9):after {
        content: "#822471"; }
    .colors ol li:nth-of-type(10) {
      background: #828384;
      color: #828384; }
      .colors ol li:nth-of-type(10):after {
        content: "#828384"; }
    .colors ol li:nth-of-type(11) {
      background: #fbfbfb;
      color: #fbfbfb; }
      .colors ol li:nth-of-type(11):after {
        content: "#fbfbfb"; }
    .colors ol li:nth-of-type(12) {
      background: #e9edf0;
      color: #e9edf0; }
      .colors ol li:nth-of-type(12):after {
        content: "#e9edf0"; }
    .colors ol li:nth-of-type(13) {
      background: #292929;
      color: #292929; }
      .colors ol li:nth-of-type(13):after {
        content: "#292929"; }
    .colors ol li:nth-of-type(14) {
      background: #e2e7eb;
      color: #e2e7eb; }
      .colors ol li:nth-of-type(14):after {
        content: "#e2e7eb"; }
    .colors ol li:nth-of-type(15) {
      background: #e1e1e1;
      color: #e1e1e1; }
      .colors ol li:nth-of-type(15):after {
        content: "#e1e1e1"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "minion-pro", serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "minion-pro, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "raleway", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "raleway, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .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: 36px / line: 38px"; }

.headers h2:after {
  content: " size: 32px / line: 34px"; }

.headers h3:after {
  content: " size: 28px / line: 30px"; }

.headers h4:after, .headers body:not(.fsComposeMode) .callout-box header .fsElementTitle:after, body:not(.fsComposeMode) .callout-box header .headers .fsElementTitle:after {
  content: " size: 24px / line: 26px"; }

.headers h5:after {
  content: " size: 20px / line: 22px"; }

.headers h6:after {
  content: " size: 16px / line: 18px"; }

.photo-slider2 .bpa-slide {
  position: relative;
  background-size: cover;
  background-position: center; }
  @media (min-width: 700px) {
    .photo-slider2 .bpa-slide:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 200px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); } }

.photo-slider2 img {
  visibility: hidden;
  opacity: 0; }

.photo-slider2 .caption-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  padding: 25px;
  width: calc(100% - 150px);
  z-index: 5; }
  .photo-slider2 .caption-wrapper h1,
  .photo-slider2 .caption-wrapper h2,
  .photo-slider2 .caption-wrapper h3,
  .photo-slider2 .caption-wrapper h4,
  .photo-slider2 .caption-wrapper body:not(.fsComposeMode) .callout-box header .fsElementTitle,
  body:not(.fsComposeMode) .callout-box header .photo-slider2 .caption-wrapper .fsElementTitle,
  .photo-slider2 .caption-wrapper h5,
  .photo-slider2 .caption-wrapper h6 {
    color: #fff; }
  .photo-slider2 .caption-wrapper p {
    margin-bottom: 0; }
  .photo-slider2 .caption-wrapper a {
    display: block;
    color: #fff;
    font-weight: 400;
    line-height: 1.3; }
    .photo-slider2 .caption-wrapper a:hover span:after {
      background-color: #fff; }
    .photo-slider2 .caption-wrapper a span {
      display: inline-block; }
      .photo-slider2 .caption-wrapper a span:after {
        content: "";
        display: block;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.4);
        transition: background-color 0.3s; }
  @media (max-width: 699px) {
    .photo-slider2 .caption-wrapper {
      position: static;
      background-color: #16467a;
      width: 100%;
      padding-right: 105px; }
      .photo-slider2 .caption-wrapper.is-empty {
        visibility: hidden; } }

.photo-slider2 .caption-desc {
  font-size: 18px;
  font-weight: 700; }

.photo-slider2 .slick-arrow {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  border: 0;
  text-align: center;
  line-height: 50px; }
  .photo-slider2 .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.5); }
  .photo-slider2 .slick-arrow:before {
    color: #fff;
    font-size: 40px;
    line-height: 35px; }
  @media (max-width: 699px) {
    .photo-slider2 .slick-arrow {
      top: 0;
      bottom: auto; } }

.photo-slider2 .slick-next {
  right: 0; }
  .photo-slider2 .slick-next:before {
    content: "\203a"; }

.photo-slider2 .slick-prev {
  right: 51px; }
  .photo-slider2 .slick-prev:before {
    content: "\2039"; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .slick-slide {
    display: none !important; }
    .slick-slide.slick-active {
      display: block !important; }
  .slick-list {
    height: auto !important; }
  .slick-track {
    width: auto !important;
    height: auto !important;
    -ms-transform: none !important;
    transform: none !important; }
    .slick-track .slick-slide {
      width: auto !important; }
  a[class*='fs_style'] {
    border-color: #000; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .fsPanel > header ~ .fsElementContent {
    display: block; } }
