@charset "UTF-8";
 /**
 *
 * Wingate University - default_17
 * @link http://wingateedu.finalsite.com
 * Site Template : newclientcustom
 * Built By: Ryan Reese
 * Project Manager: Michelle Walker
 * Designer: Julianne Hamilton
 * ==== Git Info ====
 * Branch Name: clients/wingateedu
 * Build version: 3.2.6
 * Git Tag: v3.0-256-g88ceaf3725
 * Last build by: Jesse Rogers
 *
 **/

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsTitle, .fsAthleticsRosterList li > div.fsRosterName, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 2.75rem;
  color: #00205B;
  font-family: "calluna", serif;
  margin-bottom: 40px; }
  @media (min-width: 700px) {
    h1 {
      font-size: 50px;
      line-height: 70px; } }
  h1 a {
    background-position: 0 46px; }
    h1 a:hover, h1 a:focus {
      background-position: 0 50px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  color: #1D1D1D;
  font-family: "calluna", serif;
  margin-bottom: 20px; }
  h2 a {
    background-position: 0 25px; }
    h2 a:hover, h2 a:focus {
      background-position: 0 29px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 27px;
  color: #1D1D1D;
  font-family: "calluna", serif;
  font-weight: 600;
  margin-bottom: 20px; }
  h3 a {
    background-position: 0 19px; }
    h3 a:hover, h3 a:focus {
      background-position: 0 23px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #00558C;
  font-family: "calluna-sans", sans-serif;
  font-weight: 600;
  margin-bottom: 20px; }
  h4 a {
    background-position: 0 19px; }
    h4 a:hover, h4 a:focus {
      background-position: 0 23px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  color: #DAAA00;
  font-family: "calluna-sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px; }
  h5 a {
    background-position: 0 14px; }
    h5 a:hover, h5 a:focus {
      background-position: 0 18px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #9B9B9B;
  font-family: "calluna-sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px; }
  h6 a {
    background-position: 0 10px; }
    h6 a:hover, h6 a:focus {
      background-position: 0 14px; }

p {
  margin: 0 0 40px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #4A4A4A;
  transition: all 0.3s ease;
  background: url("../images/link-underline-lime.png") repeat-x 0 15px;
  background-size: 1px 6px; }
  a:hover, a:focus {
    color: #4A4A4A;
    background-size: 1px 2px;
    background-position: 0 19px; }

ul,
ol {
  margin-top: 0;
  padding-left: 30px; }
  ul > li,
  ol > li {
    padding-left: 10px; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.fs_style_28 {
  width: 100%; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.fs_style_28 td {
    padding: 14px 15px 15px;
    background: rgba(0, 0, 0, 0.08);
    font-size: 1rem;
    line-height: 1.4375; }
  .fsAthleticsEvent.fsTable .fsElementTable tr, .fsAthleticsRoster .fsElementTable tr,
  table.fs_style_28 tr {
    border-bottom: 1px solid #FFF; }
    .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
    table.fs_style_28 tr:nth-of-type(odd) td {
      background-color: #F7F7F7; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.fs_style_28 th,
  table.fs_style_28 td {
    vertical-align: top;
    border-bottom: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.fs_style_28 th {
    padding: 12px 15px;
    text-align: left;
    background: #407EC9;
    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: 50px; }
  .fsElement:last-child {
    margin-bottom: 0; }
  .fsElement > .fsElementContent p:last-child {
    margin-bottom: 0; }

.fsElementTitle {
  margin-bottom: 28px; }

.fsElementHeaderContent {
  margin-bottom: 20px; }
  .fsElementHeaderContent p:last-child {
    margin-bottom: 0; }

.fsElementFooterContent {
  margin-top: 20px; }
  .fsElementFooterContent p:last-child {
    margin-bottom: 0; }

.fsPanel {
  margin-bottom: 0; }

.fsStyleDefaultField {
  border: solid 1px #bbbbbb; }

/*! 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,
.fsSlideshow .fsPrevButton {
  overflow: hidden;
  width: 25px;
  height: 25px; }
  .fsSlideshow .fsNextButton:before,
  .fsSlideshow .fsPrevButton:before {
    color: #4A4A4A;
    font-size: 12px;
    transition: .3s;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
    position: absolute;
    font-family: "IcoMoon";
    font-weight: normal; }
  .fsSlideshow .fsNextButton.fsUpArrow:before, .fsSlideshow .fsNextButton.fsDownArrow:before,
  .fsSlideshow .fsPrevButton.fsUpArrow:before,
  .fsSlideshow .fsPrevButton.fsDownArrow:before {
    top: auto;
    bottom: 0; }
  .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 .fsNextButton:focus:before,
  .fsSlideshow .fsPrevButton:hover:before,
  .fsSlideshow .fsPrevButton:focus:before {
    color: rgba(74, 74, 74, 0.5);
    transition: .3s; }

.fsSlideshow .fsPrevButton:before {
  content: ""; }

.fsSlideshow .fsNextButton:before {
  content: ""; }

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px; }
  .fsSlideshow .fsPager li {
    width: 12px;
    height: 12px;
    position: relative;
    vertical-align: middle; }
    .fsSlideshow .fsPager li button {
      width: 100%;
      height: 100%;
      padding: 0;
      color: #4A4A4A; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: rgba(74, 74, 74, 0.25);
        transition: .3s;
        opacity: 1; }
      .fsSlideshow .fsPager li button:hover:before, .fsSlideshow .fsPager li button:focus:before {
        background-color: #4A4A4A;
        transition: .3s; }
      .fsSlideshow .fsPager li button:focus {
        outline: 1px dashed rgba(74, 74, 74, 0.25); }
    .fsSlideshow .fsPager li.slick-active button:before {
      opacity: 1;
      background-color: #4A4A4A; }

/*! elements - common - dialog box v0.0.1 */
/* Contains generic styles that apply to every element that has a pop-up/dialog option */
.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #4A4A4A; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #4A4A4A; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #171717; }

.fsElementDialog {
  color: #4A4A4A; }

.fs_style_29 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 15px 20px;
  background: #FFF;
  border: 1px solid #FFF;
  color: #DAAA00;
  border-radius: 0;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.1539;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 300px;
  border-color: #D8D8D8; }
  .fs_style_29:hover, .fs_style_29:focus,
  .fsStateSelected .fs_style_29 {
    background: #FFF;
    color: #DAAA00; }
  .fs_style_29:hover, .fs_style_29:focus,
  .fsStateSelected .fs_style_29 {
    background: #F7F7F7; }

.fs_style_30 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 15px 20px;
  background: #C4D600;
  border: 1px solid #C4D600;
  color: #1D1D1D;
  border-radius: 0;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.1539;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 300px; }
  .fs_style_30:hover, .fs_style_30:focus,
  .fsStateSelected .fs_style_30 {
    background: #FFF;
    color: #1D1D1D; }

.fs_style_31 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 15px 20px;
  background: #00C7B1;
  border: 1px solid #00C7B1;
  color: #FFF;
  border-radius: 0;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.1539;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 300px; }
  .fs_style_31:hover, .fs_style_31:focus,
  .fsStateSelected .fs_style_31 {
    background: #FFF;
    color: #FFF; }
  .fs_style_31:hover, .fs_style_31:focus,
  .fsStateSelected .fs_style_31 {
    color: #1D1D1D; }

.fs_style_32 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 15px 20px;
  background: #00B5E2;
  border: 1px solid #00B5E2;
  color: #FFF;
  border-radius: 0;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.1539;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 300px; }
  .fs_style_32:hover, .fs_style_32:focus,
  .fsStateSelected .fs_style_32 {
    background: #FFF;
    color: #FFF; }
  .fs_style_32:hover, .fs_style_32:focus,
  .fsStateSelected .fs_style_32 {
    color: #1D1D1D; }

.fs_style_33 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 15px 20px;
  background: #DAAA00;
  border: 1px solid #DAAA00;
  color: #1D1D1D;
  border-radius: 0;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.1539;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 300px; }
  .fs_style_33:hover, .fs_style_33:focus,
  .fsStateSelected .fs_style_33 {
    background: #FFF;
    color: #1D1D1D; }

.fs_style_34 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 26px 20px 27px;
  background: #FFF;
  border: 1px solid #FFF;
  color: #DAAA00;
  border-radius: 0;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.1765;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  letter-spacing: 0.5px;
  border-color: #D8D8D8; }
  .fs_style_34:hover, .fs_style_34:focus,
  .fsStateSelected .fs_style_34 {
    background: #FFF;
    color: #DAAA00; }
  .fs_style_34 em {
    display: block;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 7px; }
  .fs_style_34:hover, .fs_style_34:focus,
  .fsStateSelected .fs_style_34 {
    background: #F7F7F7; }
  .fs_style_34 em {
    color: #9B9B9B; }

.fs_style_35 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 26px 20px 27px;
  background: #C4D600;
  border: 1px solid #C4D600;
  color: #1D1D1D;
  border-radius: 0;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.1765;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  letter-spacing: 0.5px; }
  .fs_style_35:hover, .fs_style_35:focus,
  .fsStateSelected .fs_style_35 {
    background: #FFF;
    color: #1D1D1D; }
  .fs_style_35 em {
    display: block;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 7px; }

.fs_style_36 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 26px 20px 27px;
  background: #00C7B1;
  border: 1px solid #00C7B1;
  color: #FFF;
  border-radius: 0;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.1765;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  letter-spacing: 0.5px; }
  .fs_style_36:hover, .fs_style_36:focus,
  .fsStateSelected .fs_style_36 {
    background: #FFF;
    color: #FFF; }
  .fs_style_36 em {
    display: block;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 7px; }
  .fs_style_36:hover, .fs_style_36:focus,
  .fsStateSelected .fs_style_36 {
    color: #1D1D1D; }

.fs_style_37 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 26px 20px 27px;
  background: #00B5E2;
  border: 1px solid #00B5E2;
  color: #FFF;
  border-radius: 0;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.1765;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  letter-spacing: 0.5px; }
  .fs_style_37:hover, .fs_style_37:focus,
  .fsStateSelected .fs_style_37 {
    background: #FFF;
    color: #FFF; }
  .fs_style_37 em {
    display: block;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 7px; }
  .fs_style_37:hover, .fs_style_37:focus,
  .fsStateSelected .fs_style_37 {
    color: #1D1D1D; }

.fs_style_38 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 26px 20px 27px;
  background: #DAAA00;
  border: 1px solid #DAAA00;
  color: #1D1D1D;
  border-radius: 0;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.1765;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  letter-spacing: 0.5px; }
  .fs_style_38:hover, .fs_style_38:focus,
  .fsStateSelected .fs_style_38 {
    background: #FFF;
    color: #1D1D1D; }
  .fs_style_38 em {
    display: block;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 7px; }

.fs_style_26,
.fs_style_27 {
  border: 1px solid #D8D8D8;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  padding: 7px 20px;
  color: #000;
  background: #F7F7F7;
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 6px; }
  .fs_style_26:hover, .fs_style_26:focus,
  .fs_style_27:hover,
  .fs_style_27:focus {
    color: #DAAA00; }
  .fs_style_26:before,
  .fs_style_27:before {
    color: #00C7B1;
    vertical-align: middle;
    position: relative;
    top: -1px; }

.fs_style_26:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 12px; }

.fs_style_27:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 13px; }

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 0 10px;
  padding: 15px 20px;
  background: #FFF;
  border: 1px solid #FFF;
  color: #DAAA00;
  border-radius: 0;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.1539;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 300px;
  border-color: #D8D8D8; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton {
    background: #FFF;
    color: #DAAA00; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton {
    background: #F7F7F7; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    display: table;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto; }
    #fsBannerLeft .fsStyleDefaultButton.fsLoadMoreButton, #fsBannerRight .fsStyleDefaultButton.fsLoadMoreButton {
      max-width: initial;
      width: 100%; }
  .fsStyleDefaultButton.fsSelectAll {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: .875em;
    line-height: 1.2; }

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 0 10px;
  padding: 15px 20px;
  background: #FFF;
  border: 1px solid #FFF;
  color: #DAAA00;
  border-radius: 0;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.1539;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 300px;
  border: 1px solid #D8D8D8 !important; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus,
  .fsStateSelected .fsStyleUpdateButton {
    background: #FFF;
    color: #DAAA00; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus,
  .fsStateSelected .fsStyleUpdateButton {
    background: #F7F7F7; }

.fs_style_23 {
  font-size: 1.33333em;
  line-height: 1.29167em;
  color: #9B9B9B; }

blockquote {
  position: relative;
  margin: 20px 0;
  font-family: "calluna", serif;
  padding: 45px 0 0; }
  blockquote:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.5625rem;
    line-height: 1;
    color: #FF9E1B;
    width: 50px;
    background: #FFF;
    z-index: 1; }
  blockquote:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    width: 100%;
    height: 1px;
    background: #D8D8D8; }

cite {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #9B9B9B;
  font-family: "calluna-sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #C5B783;
  margin-top: 20px;
  font-style: normal; }
  cite:before {
    content: '- '; }

.fs_style_25 {
  padding-left: 30px;
  border-left: 10px solid #E1523D;
  display: block;
  color: #1D1D1D;
  font-family: "calluna-sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.4584; }

.fsResourceElement figcaption {
  margin-top: 6px;
  font-family: "calluna", serif;
  font-size: 0.9375rem;
  line-height: 1.4667;
  white-space: normal; }
  .fsResourceElement figcaption p:last-child {
    margin-bottom: 0; }

.fs_style_39 {
  color: #FFF;
  font-size: 2.5rem;
  line-height: 2;
  font-weight: 900;
  padding-left: 20px;
  display: block;
  background-image: linear-gradient(to bottom, #ffffff 5%, #00C7B1 5%, #00C7B1 92%, #ffffff 92%);
  background-size: 100% 80px;
  margin-bottom: 70px;
  margin-top: 40px; }

.tests {
  color: #FFF;
  font-size: 2.5rem;
  line-height: 2;
  font-weight: 900;
  background-image: linear-gradient(to bottom, #ffffff 10%, #00C7B1 10%, #00C7B1 97%, #ffffff 97%);
  background-size: 100% 80px;
  margin-bottom: 70px;
  margin-top: 40px;
  position: relative;
  max-width: calc(100% - 20px);
  padding: 20px 0; }

.fsElement.eggshell {
  background: #F7F4ED;
  border: 1px solid #D8D8D8;
  padding: 20px; }

/*! _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: #4A4A4A;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #4A4A4A;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #4A4A4A;
      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 {
  position: relative;
  margin: 0 auto;
  max-width: 68.88889em;
  max-width: 77.5rem;
  padding: 0px 30px;
  margin-top: 50px;
  font-size: 0.75rem;
  line-height: 1.166;
  display: none; }
  @media (min-width: 1000px) {
    .fsBreadcrumb {
      display: block; } }
  .fsBreadcrumb ul {
    display: -ms-flexbox;
    display: flex; }
    .fsBreadcrumb ul li {
      text-transform: uppercase;
      font-weight: 600;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding: 0;
      color: #4A4A4A; }
      .fsBreadcrumb ul li:not(:last-child) {
        margin-right: 8px; }
      .fsBreadcrumb ul li .fsNavBreadcrumbSeperator {
        font-size: 0;
        line-height: 1;
        margin-left: 9px;
        color: #9B9B9B; }
        .fsBreadcrumb ul li .fsNavBreadcrumbSeperator:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 0.5rem; }
      .fsBreadcrumb ul li a {
        color: #9B9B9B; }
        .fsBreadcrumb ul li a:hover, .fsBreadcrumb ul li a:focus {
          color: #4A4A4A; }

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map ul.fsNavLevel1 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-rule: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map ul.fsNavLevel1 li {
          -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid-column; } }
    .nav-site-map ul.fsNavLevel1 > li > a {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map ul.fsNavLevel5 {
    list-style: disc; }

.nav-tier {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  background: #F7F7F7;
  padding: 20px;
  display: none; }
  @media (min-width: 700px) {
    .nav-tier {
      display: block;
      padding: 20px 30px; } }
  .nav-tier.nav-tier-empty {
    padding: 0;
    border-top: 0; }
  .nav-tier > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  .nav-tier ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-tier ul li {
      padding-left: 0; }
      .nav-tier ul li a {
        display: block;
        padding: 5px 0px;
        color: #000000;
        background: transparent;
        font-size: 0.9375rem;
        line-height: 1.2;
        font-weight: 600; }
        .nav-tier ul li a:hover, .nav-tier ul li a:focus {
          color: #DAAA00;
          background: transparent; }
      .nav-tier ul li.fsNavCurrentPage > a {
        color: #00558C;
        background: transparent; }
        .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
          color: #DAAA00;
          background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor {
        background: transparent; }
        .nav-tier ul li.fsNavCurrentPageAncestor > a {
          color: #00558C;
          background: transparent; }
          .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
            color: #DAAA00;
            background: transparent; }
  .nav-tier .fsNavLevel1 {
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .nav-tier .fsNavLevel1 > li:not(:last-child) {
      margin-right: 30px; }

.nav-sub {
  display: none; }
  .nav-sub > header {
    display: block;
    position: relative; }
    .nav-sub > header .fsElementTitle {
      position: relative;
      margin-bottom: 0;
      font-size: 1.125rem;
      line-height: 1.5;
      font-weight: 600;
      padding: 12px 20px 11px;
      color: #FFF;
      background-color: #00558C;
      transition: .3s;
      cursor: pointer; }
      .nav-sub > header .fsElementTitle:hover {
        background-color: #00558C;
        color: #FFF; }
      @media screen and (max-width: 599px) {
        .nav-sub > header .fsElementTitle {
          background: #00C7B1; }
          .nav-sub > header .fsElementTitle:hover {
            background-color: #00C7B1; } }
      @media screen and (max-width: 599px) {
        .nav-sub > header .fsElementTitle {
          position: relative;
          padding-right: 40px; }
          .nav-sub > header .fsElementTitle:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            line-height: 1;
            position: absolute;
            margin: 0;
            position: absolute;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            right: 20px;
            font-size: 1rem; } }
  .nav-sub > .fsElementContent {
    position: relative;
    display: block;
    background-color: #F7F7F7; }
    .nav-sub > .fsElementContent ul li {
      padding-left: 0;
      transition: 0.3s all;
      background: transparent; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 15px;
        color: #4A4A4A;
        background: transparent;
        font-size: 0.9375rem;
        line-height: 1.2667;
        font-weight: 600; }
        @media screen and (max-width: 599px) {
          .nav-sub > .fsElementContent ul li a {
            line-height: 1.2; } }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #DAAA00;
          background: transparent; }
      .nav-sub > .fsElementContent ul li.fsNavParentPage {
        position: relative; }
        .nav-sub > .fsElementContent ul li.fsNavParentPage > .expand-sublist {
          border: 0;
          background: none;
          margin: 0;
          padding: 0;
          position: absolute;
          top: 10px;
          right: 11px;
          font-size: 0;
          line-height: 1;
          width: 25px;
          color: #DAAA00;
          overflow: hidden;
          transition: all 0.3s; }
          .nav-sub > .fsElementContent ul li.fsNavParentPage > .expand-sublist:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 0.625rem;
            line-height: 18px;
            display: block; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #00558C;
        background: transparent; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #DAAA00;
          background: transparent; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
        color: #00558C;
        background: transparent; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
          color: #DAAA00;
          background: transparent; }
      .nav-sub > .fsElementContent ul li.expanded > a {
        color: #00558C; }
      .nav-sub > .fsElementContent ul li.expanded > .expand-sublist:before {
        content: "\e909"; }
    .nav-sub > .fsElementContent .fsNavLevel1 {
      border-left: 1px solid #D8D8D8;
      border-right: 1px solid #D8D8D8; }
      .nav-sub > .fsElementContent .fsNavLevel1 > li {
        border-bottom: 1px solid #D8D8D8; }
        .nav-sub > .fsElementContent .fsNavLevel1 > li.expanded > .fsNavPageInfo {
          background: #FFF; }
        .nav-sub > .fsElementContent .fsNavLevel1 > li.expanded > a {
          border-left-color: #00558C;
          border-bottom: 1px solid #D8D8D8; }
        .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
          padding-left: 15px;
          padding-right: 46px;
          border-left: 5px solid transparent; }
        .nav-sub > .fsElementContent .fsNavLevel1 > li > .fsNavPageInfo {
          padding: 6px 0 7px 10px; }
    .nav-sub > .fsElementContent .fsNavPageInfo {
      display: none; }
    .nav-sub > .fsElementContent .fsNavLevel2 > li {
      position: relative; }
      .nav-sub > .fsElementContent .fsNavLevel2 > li.expanded:before {
        content: '';
        position: absolute;
        top: 12px;
        left: 0;
        background: #00558C;
        width: 6px;
        height: 6px;
        border-radius: 100%; }
      .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 15px; }
      .nav-sub > .fsElementContent .fsNavLevel2 > li.fsNavParentPage > .expand-sublist {
        top: 6px; }
      .nav-sub > .fsElementContent .fsNavLevel2 > li > .fsNavPageInfo {
        padding-left: 10px; }
    .nav-sub > .fsElementContent .fsNavLevel3 > li.fsNavCurrentPage > a {
      color: #00558C; }
      .nav-sub > .fsElementContent .fsNavLevel3 > li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent .fsNavLevel3 > li.fsNavCurrentPage > a:focus {
        color: #DAAA00; }
    .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 15px;
      color: #9B9B9B; }
      .nav-sub > .fsElementContent .fsNavLevel3 > li > a:hover, .nav-sub > .fsElementContent .fsNavLevel3 > li > a:focus {
        color: #DAAA00; }
  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #00558C;
    color: #FFF; }
    @media screen and (max-width: 599px) {
      .nav-sub.active-nav > header .fsElementTitle {
        background: #00C7B1; } }
    .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;
    margin: 20px 20px 0; }
    @media (min-width: 600px) {
      .fsHeader .nav-sub {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }

.nav-main {
  margin-bottom: 0;
  position: relative; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 1000px) {
      .fsHeader .nav-main {
        display: block;
        padding-left: 30px; } }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 {
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .nav-main .fsNavLevel1 > li {
    padding: 0; }
    .nav-main .fsNavLevel1 > li:not(:last-child) {
      margin-right: 26px; }
      @media (min-width: 1100px) {
        .nav-main .fsNavLevel1 > li:not(:last-child) {
          margin-right: 36px; } }
    .nav-main .fsNavLevel1 > li:hover > a, .nav-main .fsNavLevel1 > li.menu-item-open > a {
      color: #00558C;
      background: transparent; }
      .nav-main .fsNavLevel1 > li:hover > a:before, .nav-main .fsNavLevel1 > li.menu-item-open > a:before {
        background: #C5B783; }
    .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo, .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      opacity: 1;
      visibility: visible; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #00558C;
      background: transparent; }
    .nav-main .fsNavLevel1 > li > a {
      display: block;
      color: #00205B;
      background: transparent;
      padding: 6px 0;
      font-weight: 700;
      font-size: 0.9375rem;
      line-height: 1.2;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      position: relative; }
      .nav-main .fsNavLevel1 > li > a:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 33px;
        background: transparent;
        transition: all 0.3s;
        z-index: 310; }
      .nav-main .fsNavLevel1 > li > a:focus {
        color: #00558C;
        background: transparent; }

.nav-main .fsNavPageInfo {
  text-align: left;
  z-index: 300;
  position: absolute;
  top: calc(100% - 10px);
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  border-top: 23px solid #FFF;
  background: #F7F4ED; }

.nav-main .fsNavLevel2 {
  width: calc(50% - 15px);
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .nav-main .fsNavLevel2 + .fsNavLevel2 {
    margin-left: 30px; }
  .nav-main .fsNavLevel2 li {
    padding: 0; }
    .nav-main .fsNavLevel2 li:not(:last-child) {
      border-bottom: 1px solid rgba(197, 183, 131, 0.5); }
    .nav-main .fsNavLevel2 li a {
      color: #4A4A4A;
      background: transparent;
      font-size: 0.9375rem;
      line-height: 1.2;
      padding: 10px 0; }
      .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
        color: #DAAA00;
        background: transparent; }
    .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
      color: #DAAA00;
      background: transparent; }

.drawer-ribbon {
  position: relative;
  width: 45px;
  height: 45px;
  background: #00205B;
  z-index: 600;
  transition: background 0.3s ease; }
  .drawer-is-active .drawer-ribbon {
    background: #FFF; }
  @media (min-width: 1000px) {
    .drawer-ribbon {
      display: none; } }

.drawer-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  font-size: 0;
  line-height: 1;
  cursor: pointer; }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 17px;
    content: '';
    background: #fff; }
  .drawer-trigger:before {
    margin-top: -0.2875rem;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.2875rem 0 0 #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, transform .3s; }
  .drawer-is-active .drawer-trigger:before {
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #E1523D; }
  .drawer-is-active .drawer-trigger:after {
    box-shadow: none;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background: #E1523D; }

body:not(.publications-2) #fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 0;
  height: 100%;
  background: #00205B;
  padding: 104px 20px 50px; }
  @media (min-width: 1000px) {
    body:not(.publications-2) #fsMenu {
      display: none; } }
  .drawer-is-active body:not(.publications-2) #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: 700px) {
    body:not(.publications-2) #fsMenu {
      padding: 114px 30px 50px; } }
  body:not(.publications-2) #fsMenu .nav-main {
    margin-bottom: 9px; }
    body:not(.publications-2) #fsMenu .nav-main .fsNavLevel1 > li {
      margin: 0;
      position: relative;
      padding-right: 50px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body:not(.publications-2) #fsMenu .nav-main .fsNavLevel1 > li:before {
        content: '';
        position: absolute;
        top: 14px;
        right: 50px;
        width: calc(100% - 50px);
        height: 2px;
        background: rgba(255, 255, 255, 0.2); }
      body:not(.publications-2) #fsMenu .nav-main .fsNavLevel1 > li .level-trigger {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        background: #00558C;
        border: 0;
        padding: 0;
        border-radius: 100%;
        text-align: center;
        color: #FFF;
        font-size: 0;
        line-height: 1; }
        body:not(.publications-2) #fsMenu .nav-main .fsNavLevel1 > li .level-trigger:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 0.75rem;
          line-height: 30px; }
      body:not(.publications-2) #fsMenu .nav-main .fsNavLevel1 > li:last-child {
        margin-bottom: 0; }
      body:not(.publications-2) #fsMenu .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
        color: #DAAA00; }
      body:not(.publications-2) #fsMenu .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
        opacity: 0;
        visibility: visible; }
      body:not(.publications-2) #fsMenu .nav-main .fsNavLevel1 > li.opened > .level-trigger:before {
        content: "\e90d"; }
      body:not(.publications-2) #fsMenu .nav-main .fsNavLevel1 > li > a {
        color: #FFF;
        background: #00205B;
        position: relative;
        z-index: 1;
        padding-right: 20px;
        transition: all 0.3s ease; }
        body:not(.publications-2) #fsMenu .nav-main .fsNavLevel1 > li > a:hover, body:not(.publications-2) #fsMenu .nav-main .fsNavLevel1 > li > a:focus {
          color: #DAAA00; }
        body:not(.publications-2) #fsMenu .nav-main .fsNavLevel1 > li > a:before {
          content: normal; }
    body:not(.publications-2) #fsMenu .nav-main .fsNavPageInfo {
      position: static;
      width: 100%;
      display: block;
      padding: 4px 0 10px;
      border: 0;
      background: transparent;
      max-height: 15px;
      overflow: hidden;
      opacity: 0;
      visibility: visible; }
    body:not(.publications-2) #fsMenu .nav-main .fsNavLevel2 {
      width: auto; }
      body:not(.publications-2) #fsMenu .nav-main .fsNavLevel2 > li {
        border: 0; }
        body:not(.publications-2) #fsMenu .nav-main .fsNavLevel2 > li[class*="fsNavCurrentPage"] > a {
          color: #FFF; }
          body:not(.publications-2) #fsMenu .nav-main .fsNavLevel2 > li[class*="fsNavCurrentPage"] > a:hover, body:not(.publications-2) #fsMenu .nav-main .fsNavLevel2 > li[class*="fsNavCurrentPage"] > a:focus {
            color: #DAAA00; }
        body:not(.publications-2) #fsMenu .nav-main .fsNavLevel2 > li > a {
          color: rgba(255, 255, 255, 0.7);
          font-weight: 600;
          transition: all 0.3s ease;
          padding: 5px 0; }
          body:not(.publications-2) #fsMenu .nav-main .fsNavLevel2 > li > a:hover, body:not(.publications-2) #fsMenu .nav-main .fsNavLevel2 > li > a:focus {
            color: #DAAA00; }
  body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 {
    -ms-flex-direction: column;
    flex-direction: column; }
    body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 > li {
      margin-bottom: 9px; }
      body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 > li:last-child {
        margin-bottom: 0; }
      body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
        color: #DAAA00; }
        body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:hover, body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:focus {
          color: #DAAA00; }
      body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 > li.button {
        margin-top: 4px; }
        body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 > li.button > a {
          padding: 9px 14px; }
          body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 > li.button > a:hover, body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 > li.button > a:focus {
            color: #00C7B1 !important;
            background: transparent; }
        body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 > li.button.hollow > a {
          background: transparent;
          border: 1px solid #00C7B1;
          color: #00C7B1; }
          body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 > li.button.hollow > a:hover, body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 > li.button.hollow > a:focus, body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 > li.button.hollow > a:active {
            background: #00C7B1;
            color: #fff !important; }
      body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 > li > a {
        color: #FFF;
        padding: 6px 0; }
        body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 > li > a:hover, body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 > li > a:focus {
          color: #DAAA00; }
        body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel1 > li > a:before {
          content: normal; }
  body:not(.publications-2) #fsMenu .nav-utility-header .fsNavPageInfo {
    background: transparent;
    border: 0;
    width: auto;
    padding: 0;
    visibility: visible;
    opacity: 1;
    position: static; }
  body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel2 > li {
    border: 0; }
    body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel2 > li[class*="fsNavCurrentPage"] > a {
      color: #FFF; }
      body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel2 > li[class*="fsNavCurrentPage"] > a:hover, body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel2 > li[class*="fsNavCurrentPage"] > a:focus {
        color: #DAAA00; }
    body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel2 > li > a {
      color: rgba(255, 255, 255, 0.7);
      font-weight: 600;
      transition: all 0.3s ease;
      padding: 5px 0; }
      body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel2 > li > a:hover, body:not(.publications-2) #fsMenu .nav-utility-header .fsNavLevel2 > li > a:focus {
        color: #DAAA00; }

.nav-social > header {
  margin-bottom: 15px; }
  .nav-social > header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #9B9B9B;
    font-family: "calluna-sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-bottom: 0;
    color: #00B5E2; }

.nav-social .fsNavLevel1 {
  font-size: 0;
  line-height: 1;
  display: -ms-flexbox;
  display: flex; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-social .fsNavLevel1 li:not(:last-child) {
    margin-right: 25px; }
    @media (min-width: 700px) {
      .nav-social .fsNavLevel1 li:not(:last-child) {
        margin-right: 48px; } }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    font-size: 1.6875rem; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    font-size: 1.75rem; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    font-size: 1.6875rem; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    font-size: 1.8125rem; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    font-size: 1.6875rem; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    font-size: 1.75rem; }
  .nav-social .fsNavLevel1 [href*='twitter']: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*='facebook']: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*='pinterest']: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*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
    color: #fff; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
    color: #fff; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
    color: #fff; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
    color: #fff; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
    color: #fff; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
    color: #fff; }
  .nav-social .fsNavLevel1 a {
    padding: 0; }
    .nav-social .fsNavLevel1 a:before {
      color: rgba(255, 255, 255, 0.8);
      transition: 0.3s all;
      display: block; }

.nav-social .fsNavLevel1 [href*='plus.google.com']:before {
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.nav-utility-header .fsNavLevel1 {
  display: -ms-flexbox;
  display: flex; }
  .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:not(:last-child) {
    margin-right: 26px; }
  .nav-utility-header .fsNavLevel1 > li.forward-icon > a:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    vertical-align: bottom;
    margin-left: 5px;
    position: relative;
    top: -1px; }
  .nav-utility-header .fsNavLevel1 > li.fsNavParentPage.menu-item-open > a, .nav-utility-header .fsNavLevel1 > li.fsNavParentPage:hover > a {
    color: #757575; }
    .nav-utility-header .fsNavLevel1 > li.fsNavParentPage.menu-item-open > a:before, .nav-utility-header .fsNavLevel1 > li.fsNavParentPage:hover > a:before {
      background: #C5B783; }
  .nav-utility-header .fsNavLevel1 > li.fsNavParentPage.menu-item-open > .fsNavPageInfo, .nav-utility-header .fsNavLevel1 > li.fsNavParentPage:hover > .fsNavPageInfo {
    opacity: 1;
    visibility: visible; }
  .nav-utility-header .fsNavLevel1 > li:not(.fsNavParentPage) > a {
    color: #757575; }
    .nav-utility-header .fsNavLevel1 > li:not(.fsNavParentPage) > a:hover, .nav-utility-header .fsNavLevel1 > li:not(.fsNavParentPage) > a:focus {
      color: #4A4A4A; }
    .nav-utility-header .fsNavLevel1 > li:not(.fsNavParentPage) > a:before {
      content: normal; }
  .nav-utility-header .fsNavLevel1 > li.button {
    z-index: 450; }
    .nav-utility-header .fsNavLevel1 > li.button > a {
      display: inline-block;
      margin: 0 0 10px;
      padding: 15px 20px;
      background: #00C7B1;
      border: 1px solid #00C7B1;
      color: #FFF;
      border-radius: 0;
      text-align: center;
      font-size: 0.8125rem;
      line-height: 1.1539;
      text-transform: uppercase;
      font-weight: 700;
      max-width: 300px;
      padding: 9px 14px;
      margin-bottom: 0; }
      .nav-utility-header .fsNavLevel1 > li.button > a:hover, .nav-utility-header .fsNavLevel1 > li.button > a:focus,
      .fsStateSelected .nav-utility-header .fsNavLevel1 > li.button > a {
        background: #FFF;
        color: #FFF; }
      .nav-utility-header .fsNavLevel1 > li.button > a:hover, .nav-utility-header .fsNavLevel1 > li.button > a:focus {
        color: #1D1D1D; }
    .nav-utility-header .fsNavLevel1 > li.button.hollow > a {
      background: transparent;
      border: 1px solid #00C7B1;
      color: #1D1D1D; }
      .nav-utility-header .fsNavLevel1 > li.button.hollow > a:hover, .nav-utility-header .fsNavLevel1 > li.button.hollow > a:focus {
        background: #00C7B1;
        color: #fff; }
  .nav-utility-header .fsNavLevel1 > li.mygate > a > span {
    color: #C5B783;
    text-transform: none; }
  .nav-utility-header .fsNavLevel1 > li > a {
    text-transform: uppercase;
    font-size: 0.8125rem;
    line-height: 1.154;
    font-weight: 700;
    color: #757575;
    position: relative;
    padding: 10px 0 7px;
    letter-spacing: 0.5px; }
    .nav-utility-header .fsNavLevel1 > li > a:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 20px;
      background: transparent;
      transition: all 0.3s;
      z-index: 410; }
    .nav-utility-header .fsNavLevel1 > li > a:focus:before {
      background: #C5B783; }

.nav-utility-header .fsNavPageInfo {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  background: #F7F4ED;
  z-index: 400;
  width: 370px;
  border-top: 12px solid #FFF;
  padding: 20px 30px; }

.nav-utility-header .fsNavLevel2 > li:not(:last-child) {
  border-bottom: 1px solid rgba(197, 183, 131, 0.5); }

.nav-utility-header .fsNavLevel2 > li > a {
  font-size: 0.9375rem;
  line-height: 1.2;
  padding: 10px 0; }
  .nav-utility-header .fsNavLevel2 > li > a:hover, .nav-utility-header .fsNavLevel2 > li > a:focus {
    color: #DAAA00; }

.nav-utility-footer.top {
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 600; }
  .nav-utility-footer.top .fsNavLevel1 li:not(:last-child) {
    margin-bottom: 10px; }

.nav-utility-footer.bottom {
  font-size: 0.875rem;
  line-height: 1.2143;
  font-weight: 600; }
  .nav-utility-footer.bottom .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .nav-utility-footer.bottom .fsNavLevel1 li {
      padding: 7px 0; }
      @media (min-width: 700px) {
        .nav-utility-footer.bottom .fsNavLevel1 li {
          padding: 0; } }
      .nav-utility-footer.bottom .fsNavLevel1 li:not(:last-child) {
        margin-right: 20px; }

.nav-utility-footer > header {
  margin-bottom: 15px; }
  .nav-utility-footer > header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #9B9B9B;
    font-family: "calluna-sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-bottom: 0;
    color: #00B5E2; }

.nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-utility-footer .fsNavLevel1 li {
  margin: 0;
  padding: 0; }

.nav-utility-footer .fsNavLevel1 li a {
  padding: 0;
  font-weight: 600; }

/*! structure - header v0.0.1 */
#fsHeader {
  background: #FFF; }
  #fsHeader .fsElement {
    margin-bottom: 0; }
  #fsHeader .fsBanner.microsite-header {
    border-bottom: 1px solid #D8D8D8; }
    @media (min-width: 700px) {
      #fsHeader .fsBanner.microsite-header {
        border-bottom: 0; } }
    @media (min-width: 700px) {
      #fsHeader .fsBanner.microsite-header .top-header {
        padding: 0 30px 20px; } }
    @media (min-width: 1000px) {
      #fsHeader .fsBanner.microsite-header .top-header {
        padding: 0 30px; } }
    #fsHeader .fsBanner.microsite-header .top-header > .fsElementContent {
      display: block;
      padding-bottom: 15px; }
      @media (min-width: 700px) {
        #fsHeader .fsBanner.microsite-header .top-header > .fsElementContent {
          display: -ms-flexbox;
          display: flex;
          padding-bottom: 0; } }
    @media (min-width: 1000px) {
      #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow {
        margin-top: -20px; } }
    #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .slick-slider {
      margin: 0;
      padding: 0; }
    #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .slick-arrow {
      width: 50px;
      height: 50px;
      position: absolute;
      top: auto;
      left: auto;
      bottom: 0;
      -ms-transform: none;
      transform: none;
      border: 0;
      padding: 0;
      background: #FFF;
      color: #4A4A4A;
      font-size: 0;
      line-height: 1;
      text-align: center;
      transition: 0.3s color;
      z-index: 50; }
      @media (min-width: 800px) {
        #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .slick-arrow {
          bottom: 20px; } }
      #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .slick-arrow:hover, #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .slick-arrow:focus {
        color: #407EC9; }
      #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .slick-arrow:before {
        position: static;
        -ms-transform: none;
        transform: none;
        color: inherit;
        font-size: 0.75rem;
        transition: none; }
    #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsPrevButton {
      right: 50px; }
      @media (min-width: 800px) {
        #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsPrevButton {
          right: 32.3%; } }
      #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsPrevButton:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsPrevButton:after {
        content: '';
        position: absolute;
        top: 10px;
        right: 0;
        width: 1px;
        height: 30px;
        background: #D8D8D8; }
    #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsNextButton {
      right: 0; }
      @media (min-width: 800px) {
        #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsNextButton {
          right: calc(32.3% - 50px); } }
      #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsNextButton:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    @media (min-width: 800px) {
      #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .slick-list {
        padding-right: 32.3%; } }
    #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsResource {
      padding: 0;
      position: relative; }
      #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsResource.slick-current figcaption {
        z-index: 1000;
        opacity: 1; }
      #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsResource picture {
        display: block; }
        #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsResource picture img {
          width: 100%; }
      #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsResource figcaption {
        border: 1px solid #FFF;
        background: #DAAA00;
        color: #FFF;
        padding: 20px 20px 70px;
        font-size: 1rem;
        line-height: 1.4375;
        font-family: "calluna-sans", sans-serif;
        margin: 0; }
        @media (min-width: 800px) {
          #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsResource figcaption {
            position: absolute;
            bottom: 70px;
            left: calc(100% - 50px);
            width: 300px;
            min-height: 265px;
            opacity: 0;
            padding: 30px; } }
        #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsResource figcaption .fsTitle {
          color: inherit;
          font-family: "calluna", serif;
          font-weight: 600;
          font-size: 1.375rem;
          line-height: 1.2273;
          margin-bottom: 15px; }
          #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsResource figcaption .fsTitle a {
            color: inherit;
            background: none;
            display: block;
            font-weight: inherit; }
        #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsResource figcaption p {
          margin-bottom: 12px; }
          #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsResource figcaption p:last-child {
            margin-bottom: 0; }
        #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsResource figcaption a {
          font-weight: 700;
          color: inherit;
          background-image: url("../images/link-underline-black20.png");
          background-position: 0 13px; }
          #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsResource figcaption a:hover, #fsHeader .fsBanner.microsite-header .microsite-hero-slideshow .fsResource figcaption a:focus {
            background-position: 0 17px; }
    @media (min-width: 1200px) {
      #fsHeader .fsBanner.microsite-header .site-search form {
        margin-left: calc(50% - 610px);
        margin-right: 0; } }
    #fsHeader .fsBanner.microsite-header .utility {
      padding-top: 16px;
      -ms-flex-order: 2;
      order: 2;
      text-align: center; }
      @media (min-width: 700px) {
        #fsHeader .fsBanner.microsite-header .utility {
          text-align: left;
          padding-top: 0; } }
      @media (min-width: 1000px) {
        #fsHeader .fsBanner.microsite-header .utility {
          -ms-flex-order: 1;
          order: 1;
          padding-top: 16px; } }
      @media (min-width: 700px) {
        #fsHeader .fsBanner.microsite-header .utility > .fsElementContent {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column; } }
    #fsHeader .fsBanner.microsite-header .logo {
      float: left;
      margin-bottom: 10px; }
      @media (min-width: 700px) {
        #fsHeader .fsBanner.microsite-header .logo {
          float: none;
          margin-bottom: 0; } }
      @media (min-width: 1000px) {
        #fsHeader .fsBanner.microsite-header .logo {
          -ms-flex-order: 2;
          order: 2; } }
    #fsHeader .fsBanner.microsite-header .util-top {
      padding-top: 0;
      margin-bottom: 0; }
      @media (min-width: 700px) {
        #fsHeader .fsBanner.microsite-header .util-top {
          -ms-flex-order: 2;
          order: 2; } }
      #fsHeader .fsBanner.microsite-header .util-top > .fsElementContent {
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media (min-width: 700px) {
          #fsHeader .fsBanner.microsite-header .util-top > .fsElementContent {
            -ms-flex-pack: start;
            justify-content: flex-start; } }
    #fsHeader .fsBanner.microsite-header .microsite-top-text {
      clear: both;
      font-size: 1.875rem;
      line-height: 1.211;
      font-family: "calluna", serif;
      color: #00205B; }
      @media (min-width: 400px) {
        #fsHeader .fsBanner.microsite-header .microsite-top-text {
          font-size: 2.375rem; } }
      @media (min-width: 700px) {
        #fsHeader .fsBanner.microsite-header .microsite-top-text {
          -ms-flex-order: 1;
          order: 1;
          text-align: right; } }
      @media (min-width: 1000px) {
        #fsHeader .fsBanner.microsite-header .microsite-top-text {
          text-align: left; } }
      #fsHeader .fsBanner.microsite-header .microsite-top-text a {
        background: none;
        color: inherit; }
  #fsHeader .skip-link a {
    position: absolute;
    top: -40px;
    left: 0px;
    color: #fff;
    padding: 6px;
    background: #00558C;
    transition: top 1s ease-out, background 1s linear;
    z-index: 9999; }
    #fsHeader .skip-link a:focus {
      left: 0px;
      top: 0px;
      background: #00558C;
      color: #FFF;
      transition: top .1s ease-in, background .5s linear; }
  #fsHeader .top-header {
    padding: 0 20px;
    position: relative; }
    @media (min-width: 700px) {
      #fsHeader .top-header {
        padding: 0 30px; } }
    #fsHeader .top-header > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem;
      position: static;
      transition: 0.43s padding 0.08s; }
      body.search-is-open #fsHeader .top-header > .fsElementContent {
        padding-top: 100px;
        transition: 0.4s padding; }
  #fsHeader .util-top {
    padding-top: 15px;
    margin-bottom: 9px; }
    #fsHeader .util-top > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-align: center;
      align-items: center; }
  #fsHeader .nav-utility-header {
    position: relative;
    display: none; }
    @media (min-width: 700px) {
      #fsHeader .nav-utility-header {
        display: block; } }
    #fsHeader .nav-utility-header .fsNavPageInfo {
      right: -40px; }
  #fsHeader .site-search {
    margin-right: 21px;
    margin-left: 26px; }
    @media (min-width: 1000px) {
      #fsHeader .site-search {
        margin-right: 0; } }
    #fsHeader .site-search > header .fsElementHeaderContent {
      margin: 0; }
      #fsHeader .site-search > header .fsElementHeaderContent .search-trigger {
        border: 0;
        background: none;
        margin: 0;
        padding: 0;
        font-size: 0;
        line-height: 1;
        display: block;
        color: #407EC9;
        transition: all 0.3s ease; }
        #fsHeader .site-search > header .fsElementHeaderContent .search-trigger:hover, #fsHeader .site-search > header .fsElementHeaderContent .search-trigger:focus {
          color: #4A4A4A; }
        #fsHeader .site-search > header .fsElementHeaderContent .search-trigger:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 0.9375rem;
          line-height: 35px; }
    #fsHeader .site-search > .fsElementContent {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 100px;
      height: 100px;
      display: none;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #D8D8D8;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      visibility: hidden; }
      #fsHeader .site-search > .fsElementContent.loaded {
        display: -ms-flexbox;
        display: flex;
        max-height: initial;
        overflow: visible;
        opacity: 1;
        visibility: visible; }
    #fsHeader .site-search form {
      position: relative;
      margin: 0 auto;
      max-width: 67.77778em;
      max-width: 76.25rem;
      padding: 0 20px;
      max-width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: relative;
      z-index: 1000; }
      @media (min-width: 700px) {
        #fsHeader .site-search form {
          max-width: 690px;
          margin-right: 0; } }
      @media (min-width: 1200px) {
        #fsHeader .site-search form {
          margin-right: calc(50% - 610px); } }
      #fsHeader .site-search form label {
        position: absolute;
        top: 0;
        left: 50px;
        z-index: -1;
        color: #4A4A4A; }
      #fsHeader .site-search form .fsSearchElementKeyword {
        margin-bottom: 0;
        width: 602px;
        background: #F7F4ED; }
        #fsHeader .site-search form .fsSearchElementKeyword input.fsStyleSearchField {
          border: 0;
          padding: 0;
          height: 48px;
          line-height: 48px;
          background: transparent;
          padding: 0 20px;
          font-family: "calluna-sans", sans-serif;
          border: 1px solid #D8D8D8;
          border-right: 0; }
      #fsHeader .site-search form .fsSearchElementSearchButton {
        display: inline-block;
        margin: 0 0 10px;
        padding: 15px 20px;
        background: #C4D600;
        border: 1px solid #C4D600;
        color: #1D1D1D;
        border-radius: 0;
        text-align: center;
        font-size: 0.8125rem;
        line-height: 1.1539;
        text-transform: uppercase;
        font-weight: 700;
        max-width: 300px;
        border: 1px solid #C4D600 !important;
        font-family: "calluna-sans", sans-serif;
        padding: 0;
        width: 88px;
        height: 50px;
        margin-bottom: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        #fsHeader .site-search form .fsSearchElementSearchButton:hover, #fsHeader .site-search form .fsSearchElementSearchButton:focus,
        .fsStateSelected #fsHeader .site-search form .fsSearchElementSearchButton {
          background: #FFF;
          color: #1D1D1D; }
        #fsHeader .site-search form .fsSearchElementSearchButton:hover, #fsHeader .site-search form .fsSearchElementSearchButton:focus {
          background: #FFF;
          color: #4A4A4A;
          border-color: #C4D600 !important; }
  #fsHeader .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 600;
    width: 140px; }
    @media (min-width: 700px) {
      #fsHeader .logo {
        width: 160px; } }
    @media (min-width: 1000px) {
      #fsHeader .logo {
        width: auto; } }
    #fsHeader .logo:before, #fsHeader .logo:after {
      content: '';
      position: absolute;
      bottom: calc(100% - 1px);
      width: 21px;
      height: 101px;
      background: #00558C;
      z-index: 500; }
      @media (min-width: 700px) {
        #fsHeader .logo:before, #fsHeader .logo:after {
          width: 24px; } }
      @media (min-width: 1000px) {
        #fsHeader .logo:before, #fsHeader .logo:after {
          width: 38px; } }
    #fsHeader .logo:before {
      left: 19px; }
      @media (min-width: 700px) {
        #fsHeader .logo:before {
          left: 22px; } }
      @media (min-width: 1000px) {
        #fsHeader .logo:before {
          left: 33px; } }
    #fsHeader .logo:after {
      right: 15px; }
      @media (min-width: 700px) {
        #fsHeader .logo:after {
          right: 17px; } }
      @media (min-width: 1000px) {
        #fsHeader .logo:after {
          right: 26px; } }
    #fsHeader .logo > .fsElementContent:before {
      content: '';
      position: absolute;
      left: 61px;
      bottom: calc(100% - 1px);
      width: 21px;
      height: 101px;
      background: #00558C;
      z-index: 500; }
      @media (min-width: 700px) {
        #fsHeader .logo > .fsElementContent:before {
          left: 70px;
          width: 24px; } }
      @media (min-width: 1000px) {
        #fsHeader .logo > .fsElementContent:before {
          left: 109px;
          width: 38px; } }
    #fsHeader .logo picture {
      display: block; }
      .drawer-is-active #fsHeader .logo picture {
        background: url("../images/logo-menuopen.png");
        background-size: cover; }
        .drawer-is-active #fsHeader .logo picture img {
          opacity: 0; }
    #fsHeader .logo a {
      background: none; }
    #fsHeader .logo img {
      display: block; }

#fsFooter {
  background: url("../images/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px 20px;
  color: rgba(255, 255, 255, 0.8); }
  @media (min-width: 700px) {
    #fsFooter {
      padding: 70px 30px 60px; } }
  #fsFooter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 85, 140, 0.9); }
  #fsFooter .fsElement {
    margin-bottom: 0; }
    #fsFooter .fsElement a {
      color: inherit;
      background-image: none; }
      #fsFooter .fsElement a:hover, #fsFooter .fsElement a:focus {
        color: #C4D600; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    position: static; }
    #fsFooter .fsBanner:after {
      content: normal; }
  #fsFooter .tagline {
    font-family: "calluna", serif;
    line-height: 1.5;
    color: #FFF;
    position: relative;
    margin-bottom: 30px; }
    @media (min-width: 700px) {
      #fsFooter .tagline {
        max-width: 496px;
        margin-bottom: 23px; } }
    @media (min-width: 1000px) {
      #fsFooter .tagline {
        max-width: 700px;
        margin-bottom: 50px; } }
    @media (min-width: 1100px) {
      #fsFooter .tagline {
        max-width: 780px; } }
  #fsFooter .footer-buttons {
    margin-bottom: 30px;
    position: relative; }
    @media (min-width: 700px) {
      #fsFooter .footer-buttons {
        margin-bottom: 50px; } }
    #fsFooter .footer-buttons p {
      display: -ms-flexbox;
      display: flex; }
    #fsFooter .footer-buttons .fs_style_30 {
      margin-bottom: 0;
      padding: 17px 20px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      color: #1D1D1D;
      width: calc(50% - 5px); }
      @media (min-width: 400px) {
        #fsFooter .footer-buttons .fs_style_30 {
          min-width: 160px;
          width: auto; } }
      #fsFooter .footer-buttons .fs_style_30 + a {
        margin-left: 10px; }
      #fsFooter .footer-buttons .fs_style_30:hover, #fsFooter .footer-buttons .fs_style_30:focus {
        background: transparent;
        color: #FFF; }
  #fsFooter .stay-connected {
    font-size: 1rem;
    line-height: 1.1875;
    font-weight: 600; }
    @media (min-width: 700px) {
      #fsFooter .stay-connected {
        width: 100%;
        margin-top: 28px; } }
    @media (min-width: 1000px) {
      #fsFooter .stay-connected {
        width: auto;
        margin-top: 0; } }
    #fsFooter .stay-connected > header {
      margin-bottom: 15px; }
      #fsFooter .stay-connected > header .fsElementTitle {
        margin-top: 0;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        color: #9B9B9B;
        font-family: "calluna-sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
        margin-bottom: 0;
        color: #00B5E2; }
    #fsFooter .stay-connected p {
      margin-bottom: 10px; }
      #fsFooter .stay-connected p:last-child {
        margin-bottom: 0; }
  #fsFooter .address-container {
    margin-bottom: 31px; }
    @media (min-width: 700px) {
      #fsFooter .address-container {
        margin-right: 30px;
        margin-bottom: 0;
        width: 39.594%; } }
    @media (min-width: 1000px) {
      #fsFooter .address-container {
        margin-right: 50px;
        width: auto; } }
    @media (min-width: 1100px) {
      #fsFooter .address-container {
        margin-right: 75px; } }
    @media (min-width: 1200px) {
      #fsFooter .address-container {
        margin-right: 100px; } }
    #fsFooter .address-container > header {
      margin-bottom: 15px; }
      #fsFooter .address-container > header .fsElementTitle {
        margin-top: 0;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        color: #9B9B9B;
        font-family: "calluna-sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
        margin-bottom: 0;
        color: #00B5E2; }
  #fsFooter .nav-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 25px;
    position: relative; }
    @media (min-width: 700px) {
      #fsFooter .nav-social {
        margin-bottom: 58px; } }
    @media (min-width: 1000px) {
      #fsFooter .nav-social {
        margin-bottom: 52px; } }
    #fsFooter .nav-social > header {
      width: 100%; }
    #fsFooter .nav-social > footer {
      font-size: 0.8125rem;
      line-height: 1.385;
      font-weight: 700;
      text-transform: uppercase;
      width: 100%;
      margin-top: 18px; }
      @media (min-width: 1000px) {
        #fsFooter .nav-social > footer {
          margin-top: 0;
          margin-left: 40px;
          position: relative;
          top: -4px;
          width: auto; } }
      #fsFooter .nav-social > footer .fsElementFooterContent {
        margin: 0; }
        #fsFooter .nav-social > footer .fsElementFooterContent a {
          display: block;
          letter-spacing: 1px; }
          #fsFooter .nav-social > footer .fsElementFooterContent a:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 0.625rem;
            line-height: 1;
            vertical-align: middle;
            position: relative;
            top: -1px;
            margin-left: 5px; }
  #fsFooter .nav-utility-footer {
    position: relative; }
    #fsFooter .nav-utility-footer.top {
      margin-bottom: 30px; }
      @media (min-width: 700px) {
        #fsFooter .nav-utility-footer.top {
          margin-bottom: 0; } }
      @media (min-width: 1000px) {
        #fsFooter .nav-utility-footer.top {
          margin-right: 50px; } }
      @media (min-width: 1100px) {
        #fsFooter .nav-utility-footer.top {
          margin-right: 125px; } }
      @media (min-width: 1200px) {
        #fsFooter .nav-utility-footer.top {
          margin-right: 174px; } }
      #fsFooter .nav-utility-footer.top a {
        color: rgba(255, 255, 255, 0.8); }
        #fsFooter .nav-utility-footer.top a:hover, #fsFooter .nav-utility-footer.top a:focus {
          color: #C4D600; }
    #fsFooter .nav-utility-footer.bottom {
      margin-bottom: 25px; }
      @media (min-width: 700px) {
        #fsFooter .nav-utility-footer.bottom {
          margin-bottom: 83px; } }
      @media (min-width: 1000px) {
        #fsFooter .nav-utility-footer.bottom {
          margin-bottom: 33px; } }
      #fsFooter .nav-utility-footer.bottom a {
        color: rgba(255, 255, 255, 0.7); }
        #fsFooter .nav-utility-footer.bottom a:hover, #fsFooter .nav-utility-footer.bottom a:focus {
          color: #C4D600; }
  #fsFooter .school-details-container {
    position: relative;
    font-size: 1rem;
    line-height: 1.4375;
    padding: 1px 0 1px 20px;
    margin-bottom: 21px; }
    #fsFooter .school-details-container:last-child {
      margin-bottom: 0; }
    #fsFooter .school-details-container:before {
      content: '';
      position: absolute;
      top: 3px;
      left: 0;
      width: 5px;
      height: calc(100% - 6px);
      background: rgba(255, 255, 255, 0.2); }
    #fsFooter .school-details-container [itemprop='name'] {
      font-size: 1.125rem;
      line-height: 1.2778;
      margin-bottom: 6px; }
    #fsFooter .school-details-container [itemprop='streetAddress'] {
      display: block; }
  #fsFooter .school-info {
    margin-bottom: 29px;
    position: relative; }
    @media (min-width: 700px) {
      #fsFooter .school-info {
        margin-bottom: 51px; } }
    #fsFooter .school-info > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 700px) {
        #fsFooter .school-info > .fsElementContent {
          -ms-flex-flow: row wrap;
          flex-flow: row wrap; } }
      @media (min-width: 1000px) {
        #fsFooter .school-info > .fsElementContent {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  #fsFooter .overlay-logo {
    position: absolute;
    bottom: 0;
    right: 49px;
    background: url("../images/footer-stripes.svg") repeat-y 25px 0;
    width: 188px;
    height: 100%;
    display: none;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media (min-width: 700px) {
      #fsFooter .overlay-logo {
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1000px) {
      #fsFooter .overlay-logo {
        right: 110px; } }
    #fsFooter .overlay-logo:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      bottom: 117px;
      right: 29px;
      color: #FFF; }
      @media (min-width: 1000px) {
        #fsFooter .overlay-logo:before {
          bottom: auto;
          top: 64px; } }
    #fsFooter .overlay-logo figure {
      margin-bottom: 61px; }
    #fsFooter .overlay-logo img {
      display: block; }

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

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

html {
  font-family: "calluna-sans", sans-serif;
  background: #407EC9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 18px;
  line-height: 29px;
  color: #4A4A4A; }

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

#fsPageBodyWrapper {
  padding: 30px 20px 45px;
  background: #fff; }
  @media (min-width: 600px) {
    #fsPageBodyWrapper {
      padding: 30px 20px 55px; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 280px;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

#fsPageContent {
  width: 100%; }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 290px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 400px); } }
  .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% - 490px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 680px); } }

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 290px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 100px;
      width: 400px;
      -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: 40px;
        width: 290px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 100px;
        width: 400px; } }

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

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

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

@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% - 290px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 400px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 40px;
      width: 290px;
      margin-top: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 100px;
      width: 400px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 280px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    margin-top: 0; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 490px); } }

.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: 40px;
      width: 290px;
      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: 40px;
        padding-right: 0;
        width: 290px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 100px;
        width: 400px; } }
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 290px);
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 400px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 40px;
      width: 290px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 100px;
      width: 400px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 290px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 400px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 290px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 400px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 40px;
    width: 290px;
    margin-top: 0; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 400px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
      padding-left: 40px;
      width: 290px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 290px); } }

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

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

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

#fsPoweredByFinalsite div {
  line-height: 22px; }

#fsPoweredByFinalsite a {
  background-image: none; }

/*! elements - constituent main */
/*! elements - constituent default layout */
.fsConstituent {
  word-break: break-word; }
  .fsConstituent .fsElementPagination {
    margin: 20px 0; }
  .fsConstituent .fsPhoto[style*="background-image"],
  .fsConstituent .fsProfileImage[style*="background-image"] {
    background-size: cover;
    background-position: center;
    display: inline-block; }
    .fsConstituent .fsPhoto[style*="background-image"] > img,
    .fsConstituent .fsProfileImage[style*="background-image"] > img {
      opacity: 0;
      visibility: hidden; }
  .fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
  .fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
    float: none;
    margin: 0; }
  .fsConstituent.fsThumbnailAlignLeft .fsPhoto,
  .fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
    float: left;
    padding-right: 0; }
  .fsConstituent.fsThumbnailAlignRight .fsPhoto,
  .fsConstituent.fsThumbnailAlignRight .fsProfileImage {
    float: right;
    padding-left: 0; }

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

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

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

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

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px; }
  .fsConstituentItem > h3,
  .fsConstituentItem > div {
    margin-bottom: 10px; }
    .fsConstituentItem > h3:last-child,
    .fsConstituentItem > div:last-child {
      margin-bottom: 0; }
  .fsConstituentItem > h3 a {
    background-position: 0 19px; }
    .fsConstituentItem > h3 a:hover, .fsConstituentItem > h3 a:focus {
      background-position: 0 23px; }
  .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 {
    margin: 0 0 1rem 0; }

.fsProfileSectionData {
  margin-bottom: 1em; }
  .fsProfileSectionData:last-child {
    margin-bottom: 0; }
  .fsProfileSectionData.fsTitle {
    font-weight: inherit;
    font-size: 18px;
    line-height: 29px; }
  .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 #bbbbbb;
    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 #bbbbbb;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 34px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

/*! elements - constituent default layout */
.fsConstituent.fsDialog .fsProfileImage:first-child {
  margin-top: 1em; }

.fsConstituent.fsDialog .fsProfileImage img {
  float: none;
  margin: 0; }

.fsConstituent .fsDialogContent {
  padding-top: 45px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel, .fsTabs .fsPanel {
  border-top: 1px solid #D8D8D8; }
  .fsAccordion .fsPanel + .fsPanel, .fsTabs .fsPanel + .fsPanel {
    margin-top: -1px; }
  .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
    cursor: pointer;
    border-left: 5px solid #FFF;
    border-bottom: 1px solid #D8D8D8;
    transition: .3s; }
    .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
      font-size: 1.125rem;
      line-height: 1.5;
      margin-bottom: 0;
      display: block;
      padding: 17px 20px;
      color: #1D1D1D;
      transition: .3s;
      position: relative; }
      .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
        transition: none;
        background: none; }
    .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
      border-left-color: #DAAA00;
      transition: .3s; }
      .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
        color: #1D1D1D;
        transition: .3s; }
  .fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
    border-left: 5px solid #D8D8D8;
    padding: 20px 25px 15px 20px; }
    .fsAccordion .fsPanel > .fsElementContent > a:first-child, .fsTabs .fsPanel > .fsElementContent > a:first-child {
      display: inline; }
  .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
    border-left-color: #00C7B1; }
    .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
      color: #1D1D1D; }
      .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
        content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 10px;
  width: 70px;
  height: calc(100% - 20px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "IcoMoon";
  color: #DAAA00;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: normal;
  content: ""; }

.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: 10px;
  width: 70px;
  height: calc(100% - 20px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "IcoMoon";
  color: #DAAA00;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: normal;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 90px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    left: 0;
    border-right: 1px solid #D8D8D8 !important; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 80px; }
  .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: 0;
    border-left: 1px solid #D8D8D8 !important; }

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: ''; }

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

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

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

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

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

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }

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

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

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

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

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

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

/*! elements - athletics events */
.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px; }
  .fsAthleticsEvent.fsEvent article > div:last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

/*! elements - athletics popup dialog box */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    color: #1D1D1D;
    font-family: "calluna", serif;
    font-weight: 600;
    margin-bottom: 20px; }
  .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: 30px;
  border-bottom: solid 1px #D8D8D8; }
  .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: 80px;
  min-height: 80px;
  padding-top: 4px; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 80px;
  width: 60px;
  color: #fff;
  background: #00205B;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 1.182;
  font-weight: 700; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsDay {
      font-family: "calluna", serif;
      font-size: 1.875rem;
      line-height: 1;
      font-weight: normal;
      color: #00B5E2;
      margin-bottom: 6px; }

.fsCalendar .fsLoadMoreButton {
  width: 100%;
  max-width: 100%; }

.fsCalendar article {
  padding-bottom: 0 !important;
  border-bottom: 0 !important; }
  .fsCalendar article .fsTitle {
    font-size: 1rem;
    line-height: 1.4375;
    font-family: "calluna", serif;
    color: #1D1D1D;
    font-weight: 600;
    margin-bottom: 17px; }
    .fsCalendar article .fsTitle > a {
      color: inherit;
      background-position: 0 13px; }
      .fsCalendar article .fsTitle > a:hover, .fsCalendar article .fsTitle > a:focus {
        background-position: 0 17px; }
  .fsCalendar article .fsTimeRange,
  .fsCalendar article .fsLocation,
  .fsCalendar article .fsAllDay {
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.215;
    color: #8C857B;
    margin-bottom: 5px; }
    .fsCalendar article .fsTimeRange:before,
    .fsCalendar article .fsLocation:before,
    .fsCalendar article .fsAllDay:before {
      vertical-align: bottom;
      position: relative; }
  .fsCalendar article .fsTimeRange:before,
  .fsCalendar article .fsAllDay:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-right: 6px; }
  .fsCalendar article .fsLocation:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    padding-left: 2px;
    margin-right: 11px; }
  .fsCalendar article .fsNotes, .fsCalendar article .fsDescription {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.4325;
    color: #4A4A4A; }
    .fsCalendar article .fsNotes p:last-child, .fsCalendar article .fsDescription p:last-child {
      margin-bottom: 0; }
  .fsCalendar article .fsReadMoreLink {
    margin-top: 10px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4375;
    background-position: 0 13px; }
    .fsCalendar article .fsReadMoreLink:hover, .fsCalendar article .fsReadMoreLink:focus {
      background-position: 0 17px; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar.fsList article {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #D8D8D8; }

.fsCalendar.fsList .fsListItems:last-of-type > article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.fsCalendar.fsList .fsListItems:last-of-type > .fsMonthContainer:last-child > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.fsCalendar.fsList .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.fsCalendar.fsList .fsListItems + button {
  margin-top: 30px; }

.fsCalendar.fsList article {
  min-height: 100px; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

@media (min-width: 800px) {
  .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .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.has-info {
        background: rgba(0, 0, 0, 0.1); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(64, 126, 201, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(64, 126, 201, 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(64, 126, 201, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(64, 126, 201, 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;
    margin: 0 0 10px;
    padding: 15px 20px;
    background: #FFF;
    border: 1px solid #FFF;
    color: #DAAA00;
    border-radius: 0;
    text-align: center;
    font-size: 0.8125rem;
    line-height: 1.1539;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 300px;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus,
    .fsStateSelected .scroll-up span {
      background: #FFF;
      color: #DAAA00; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px; }

.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0; }

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0; }
  @media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
      width: 49%; } }

.fsCalendar.fsGrid .fsCalendarLegend .fsElementEventColorIcon {
  vertical-align: baseline; }

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none; }

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

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

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! _dialog.scss - src/sass/modules/calendar/_dialog.scss - calendar dialog pop up */
/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input,
    .fsComposerFormEmbed form textarea,
    .fsComposerFormEmbed form select {
      font-family: "calluna-sans", sans-serif;
      font-size: 18px;
      line-height: 29px;
      color: #4A4A4A; }
    .fsComposerFormEmbed form input {
      border: solid 1px #bbbbbb; }
      .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 #bbbbbb; }
    .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: #4A4A4A;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #4A4A4A; }
    .fsComposerFormEmbed form .required {
      color: #407EC9; }
    .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: #4A4A4A;
        transition: .3s;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #4A4A4A;
          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 {
      margin: 0;
      padding: 15px 20px;
      background: #FFF;
      border: 1px solid #D8D8D8;
      color: #DAAA00;
      border-radius: 0;
      text-align: center;
      font-size: 0.8125rem;
      line-height: 1.1539;
      text-transform: uppercase;
      font-weight: 700;
      max-width: 300px;
      transition: all 0.3s ease; }
      .fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form .submitBtn:focus {
        background: #F7F7F7;
        color: #DAAA00; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "calluna-sans", 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(74, 74, 74, 0.5) !important; }

:-moz-placeholder {
  color: rgba(74, 74, 74, 0.5) !important; }

::-moz-placeholder {
  color: rgba(74, 74, 74, 0.5) !important; }

:-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.5) !important; }

/*! elements - login */
.fsAccount button:not(:last-of-type) {
  margin-right: 10px; }

.fsLoginForgotPasswordLink,
.fsLoginNewAccountLink {
  margin-bottom: 10px; }
  .fsLoginForgotPasswordLink:last-child,
  .fsLoginNewAccountLink:last-child {
    margin-bottom: 0; }

.fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsResetPasswordFields > div {
  margin-bottom: 20px; }
  .fsResetPasswordFields > div:last-child {
    margin-bottom: 0; }

.fsResetPasswordFields label > span {
  display: block; }

.fsResetPasswordFields label > input {
  margin-bottom: 20px; }

@media screen and (max-width: 599px) {
  .fsLoginForgotControls label,
  .fsLoginNewFields label,
  .fsResetPasswordFields label {
    display: block;
    margin-bottom: 3px; }
  .fsLoginForgotControls input,
  .fsLoginNewFields input,
  .fsResetPasswordFields input {
    display: block;
    width: 100%; } }

.fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLoginForgotSuccess .fsStyleDefaultButton {
  margin-top: 20px; }

.fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccountLinks {
  margin: 0; }
  .fsAccountLinks li:not(:first-child) {
    border-color: #eee; }

.fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccountLogout > .fsStyleUpdateButton:last-child {
    margin-bottom: 0; }

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px; }

.fsError {
  margin-bottom: 50px; }

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  margin: 0 0 10px;
  padding: 15px 20px;
  background: #FFF;
  border: 1px solid #FFF;
  color: #DAAA00;
  border-radius: 0;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.1539;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 300px; }
  .fsResetContinue:hover, .fsResetContinue:focus,
  .fsStateSelected .fsResetContinue,
  .fsResetCancel:hover,
  .fsResetCancel:focus,
  .fsStateSelected
  .fsResetCancel,
  .fsLoginNewSuccess > button:hover,
  .fsLoginNewSuccess > button:focus,
  .fsStateSelected
  .fsLoginNewSuccess > button {
    background: #FFF;
    color: #DAAA00; }

.fsLoginNewSuccess button {
  margin-top: 20px; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #4A4A4A;
  font-family: "calluna-sans", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

.fsCustomSlider .fsElement {
  margin-bottom: 0; }

.fsCustomSlider .slick-next, .fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2; }
  .fsCustomSlider .slick-next:before, .fsCustomSlider .slick-prev:before {
    color: #fff;
    display: block;
    font-size: 50px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }

.fsCustomSlider .slick-next {
  left: auto;
  right: 0; }
  .fsCustomSlider .slick-next:before {
    content: '\203A'; }

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto; }
  .fsCustomSlider .slick-prev:before {
    content: '\2039'; }

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #00B5E2;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px; }
  .fsCustomSlider .slider-play-btn:before {
    content: "";
    color: #fff;
    font-size: 18px;
    font-family: "calluna", serif; }

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block; }

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

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .fsCustomSlider .slick-dots, .fsCustomSlider .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsCustomSlider .slick-dots li {
    margin: 0;
    padding: 0; }
  .fsCustomSlider .slick-dots li {
    display: inline-block; }
  .fsCustomSlider .slick-dots li + li {
    margin-left: 6px; }
  .fsCustomSlider .slick-dots button {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 0; }
  .fsCustomSlider .slick-dots .slick-active button {
    background-color: #fff; }

.fsCustomSlider .caption-wrapper {
  font-family: "calluna-sans", sans-serif;
  font-size: 18px;
  line-height: 29px;
  width: 100%;
  background-color: #00B5E2;
  color: #fff; }
  .fsCustomSlider .caption-wrapper .caption-inner {
    padding: 10px 10px 30px; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-wrapper {
      padding: 30px 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 181, 226, 0.5); } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    color: #1D1D1D;
    font-family: "calluna", serif;
    margin-bottom: 20px;
    color: #fff;
    margin-bottom: 0; } }

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

.fsCustomSlider .caption-desc p:last-child {
  margin-bottom: 0; }

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

/*! _dialog.scss - src/sass/modules/news/_dialog.scss - news dialog pop up */
.fsPostElement .fsLoadMoreButton {
  width: 100%;
  max-width: 100%; }

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left;
      margin-right: 20px; } }

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
      float: right;
      margin-left: 20px; } }

.fsPostElement article .fsTags {
  margin: 0;
  color: #DAAA00;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1.364;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .fsPostElement article .fsTags li {
    background: transparent;
    font-size: inherit;
    margin: 0;
    padding: 0;
    letter-spacing: 0.846px; }
    .fsPostElement article .fsTags li:not(:last-child) {
      margin-right: 4px; }
      .fsPostElement article .fsTags li:not(:last-child):after {
        content: ','; }

.fsPostElement article .fsCategories {
  margin: 0 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .fsPostElement article .fsCategories li {
    border-radius: 11px;
    border: 1px solid #D8D8D8;
    background: #F7F7F7;
    font-size: 0.5625rem;
    line-height: 1.778;
    color: #DAAA00;
    font-weight: 700;
    padding: 2px 10px;
    margin: 0 0 5px 0; }
    .fsPostElement article .fsCategories li:not(:last-child) {
      margin-right: 5px; }

.fsPostElement article .fsThumbnail {
  margin-bottom: 22px;
  display: block; }
  .fsPostElement article .fsThumbnail img,
  .fsPostElement article .fsThumbnail .fsCroppedImage {
    display: block; }

.fsPostElement article .fsTitle {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "calluna", serif;
  color: #1D1D1D;
  font-weight: 600;
  margin-bottom: 7px; }
  .fsPostElement article .fsTitle ~ * {
    margin-bottom: 10px; }
    .fsPostElement article .fsTitle ~ *:last-child {
      margin-bottom: 0; }

.fsPostElement article .fsDateTime {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.215;
  color: #8C857B; }

.fsPostElement article .fsSummary {
  font-size: 1rem;
  line-height: 1.4375; }

.fsPostElement article .fsSummary p:last-child,
.fsPostElement article .fsBody p:last-child {
  margin-bottom: 0; }

.fsPostElement article .fsReadMoreLink {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  background-position: 0 13px; }
  .fsPostElement article .fsReadMoreLink:hover, .fsPostElement article .fsReadMoreLink:focus {
    background-position: 0 17px; }

.fsPostElement.fsList article {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #D8D8D8; }

.fsPostElement.fsList .fsListItems:last-of-type > article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.fsPostElement.fsList .fsListItems:last-of-type > .fsMonthContainer:last-child > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.fsPostElement.fsList .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.fsPostElement.fsList .fsListItems + button {
  margin-top: 30px; }

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */
/*! _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 form.gsc-search-box-tools {
  width: 400px; }
  .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: #00B5E2 !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #eee;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 18px;
        font-family: "calluna-sans", sans-serif; }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 50px;
    width: 75px;
    background: #407EC9;
    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: "Search";
      color: #fff;
      font-family: "calluna-sans", sans-serif;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 18px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: black;
      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; }

.fsSearch.site-search ::-webkit-input-placeholder {
  color: #eee; }

.fsSearch.site-search :-moz-placeholder {
  color: #eee; }

.fsSearch.site-search ::-moz-placeholder {
  color: #eee; }

.fsSearch.site-search :-ms-input-placeholder {
  color: #eee; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
    border: 0;
    height: 100%;
    border: solid 1px #4A4A4A; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
      background: #fff !important;
      background-image: none !important;
      width: 100%;
      height: 50px !important;
      color: #4A4A4A;
      padding-left: 10px !important;
      padding-right: 85px !important;
      margin: 0 !important;
      border-radius: 0 !important;
      font-size: 18px;
      font-family: "calluna-sans", sans-serif; }

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 75px;
  background: #4A4A4A;
  position: absolute;
  transition: .3s;
  right: 0;
  top: 0; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
    content: "Search";
    color: #fff;
    opacity: 1;
    display: block;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 50px;
    font-size: 18px;
    font-family: "calluna-sans", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
    background: black;
    transition: .3s; }
  .fsSearch:not(.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; }

/*! _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: "calluna-sans", sans-serif;
  font-size: 18px; }

.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: #4A4A4A; }
  .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: #00B5E2; }

.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: #4A4A4A !important; }
  .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: #4A4A4A !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: 18px; }

.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0; }

/*! elements - social main */
.j-paginate.juicer-button,
.juicer-feed .j-navigate a,
.juicer-feed ul.j-share a {
  background-image: none; }

/*! 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;
  margin: 0 0 10px;
  padding: 15px 20px;
  background: #FFF;
  border: 1px solid #FFF;
  color: #DAAA00;
  border-radius: 0;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.1539;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 300px;
  border-color: #D8D8D8; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus,
  .fsStateSelected .vimeo_view_link a {
    background: #FFF;
    color: #DAAA00; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #F7F7F7; }

/*! 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;
  margin: 0 0 10px;
  padding: 15px 20px;
  background: #FFF;
  border: 1px solid #FFF;
  color: #DAAA00;
  border-radius: 0;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.1539;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 300px;
  border-color: #D8D8D8; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus,
  .fsStateSelected .Youtube_view_link a {
    background: #FFF;
    color: #DAAA00; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #F7F7F7; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
    .fsTabs .fsTabsNav li {
      margin-right: 0;
      padding-left: 0; }
      .fsTabs .fsTabsNav li.fsStateSelected a:hover:after, .fsTabs .fsTabsNav li.fsStateSelected a:focus:after {
        background: transparent; }
      .fsTabs .fsTabsNav li a {
        display: block;
        font-size: 1.125rem;
        line-height: 1.5;
        margin-bottom: 0;
        display: block;
        padding: 17px 20px;
        color: #1D1D1D;
        transition: .3s;
        background: transparent;
        color: #1D1D1D;
        font-size: 1.0625rem;
        line-height: 1.3529;
        font-weight: 700;
        padding: 14px 20px;
        position: relative; }
        .fsTabs .fsTabsNav li a:hover, .fsTabs .fsTabsNav li a:focus {
          background: transparent;
          color: #1D1D1D; }
          .fsTabs .fsTabsNav li a:hover:after, .fsTabs .fsTabsNav li a:focus:after {
            background: #DAAA00; }
        .fsTabs .fsTabsNav li a:after {
          content: '';
          position: absolute;
          bottom: 0;
          width: calc(100% - 40px);
          height: 5px;
          left: 20px;
          background: transparent;
          transition: all 0.3s ease;
          opacity: 1; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #00C7B1;
        color: #FFF; }
  .fsTabs .fsPanel {
    margin-top: -1px; }
    .fsTabs .fsPanel > .fsElementContent {
      border: 0;
      padding: 40px 0 0; }

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block; }
  @media (min-width: 600px) {
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
      display: none; } }

/*! -main.scss - /sass/modules/tools  */
/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton, .fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto; }

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0; }

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2; }

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */
.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsBannerLeft .fsElementToolsSearch > div,
  .fsBannerRight .fsElementToolsSearch > div,
  .fsStyleOneThird .fsElementToolsSearch > div,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
    width: 100%; }
  .fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
  .fsBannerRight .fsElementToolsSearch .fsFieldContainer,
  .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
    width: 100%; }

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center; }

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px; }

.fsElementToolsSearchButton {
  margin: 10px 0 0; }

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsLegend .fsElementControls {
  margin-bottom: 5px; }
  .fsLegend .fsElementControls label input:checked + span {
    background: #333;
    color: white; }
  .fsLegend .fsElementControls label input + span {
    color: #333;
    background: #e6e6e6; }

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 300px; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    box-shadow: inset 0 -1px 0 0 #eee; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
    box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
    background: #e1e1e1;
    color: #4A4A4A;
    font-size: .875em;
    line-height: 1;
    padding: 10px 5px; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
      box-shadow: inset 0 -1px 0 0 #fff; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
      background: #c8c8c8;
      color: #4A4A4A; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
      background: #eee;
      color: #bbbbbb; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
      background: #a3c1e5;
      color: #fff; }

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #fff;
  background-color: #333; }

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */
/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
body.fsComposeMode .module .fsElementActionSection,
body.fsComposeMode .module .fsElementAddWrapper {
  position: relative;
  z-index: 1; }

.module > header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .module > header .fsElementTitle {
    color: inherit;
    margin-bottom: 12px;
    -ms-flex-order: 2;
    order: 2; }
  .module > header .fsElementHeaderContent {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0; }
    .module > header .fsElementHeaderContent img {
      width: 100%;
      display: block; }

.module > .fsElementContent {
  font-size: 1rem;
  line-height: 1.4375; }
  .module > .fsElementContent p {
    margin-bottom: 15px; }
    .module > .fsElementContent p:last-child {
      margin-bottom: 0; }

.module > footer .fsElementFooterContent {
  margin: 0; }
  .module > footer .fsElementFooterContent img {
    display: block;
    width: 100%; }

.module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
  color: inherit; }

.module a {
  color: inherit;
  font-weight: 700; }

.module.cornflower {
  background: #407EC9;
  color: #FFF;
  padding: 0px 20px 30px;
  border-top: 30px solid #FFF; }
  .fsPageContent .module.cornflower {
    padding: 0 30px 25px; }
    .fsPageContent .module.cornflower > header .fsElementTitle {
      margin-top: 3px;
      margin-bottom: 7px; }
  .module.cornflower > header .fsElementHeaderContent {
    position: relative;
    top: -30px;
    border: 1px solid #FFFFFF; }
  .module.cornflower > header .fsElementTitle {
    margin-top: -4px; }
  .module.cornflower a:not(.cke_button):not(.cke_combo_button) {
    background-image: url("../images/link-underline-wingateblue.png");
    background-position: 0 13px; }
    .module.cornflower a:not(.cke_button):not(.cke_combo_button):hover, .module.cornflower a:not(.cke_button):not(.cke_combo_button):focus {
      background-position: 0 17px; }

.module.navy {
  background: #00205B;
  color: #FFF;
  padding: 24px 20px 30px; }
  .fsPageContent .module.navy.image {
    overflow: hidden;
    padding: 0;
    background: transparent;
    position: relative; }
    .fsPageContent .module.navy.image:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50%;
      height: 100%;
      background: #00205B; }
    .fsPageContent .module.navy.image > footer {
      float: left;
      width: 50%;
      border-top: 20px solid #FFF; }
    .fsPageContent .module.navy.image > header,
    .fsPageContent .module.navy.image > .fsElementContent {
      float: right;
      clear: right;
      width: 50%;
      position: relative;
      z-index: 1; }
    .fsPageContent .module.navy.image > header {
      padding: 33px 20px 0; }
      .fsPageContent .fsPageContent .module.navy.image > header {
        padding: 33px 30px 0; }
    .fsPageContent .module.navy.image > .fsElementContent {
      padding: 0 20px 25px; }
      .fsPageContent .fsPageContent .module.navy.image > .fsElementContent {
        padding: 0 30px 25px; }
  .module.navy a:not(.cke_button):not(.cke_combo_button) {
    background-image: url("../images/link-underline-cornflower.png");
    background-position: 0 13px; }
    .module.navy a:not(.cke_button):not(.cke_combo_button):hover, .module.navy a:not(.cke_button):not(.cke_combo_button):focus {
      background-position: 0 17px; }

.module.eggshell {
  background: #F7F4ED;
  color: #4A4A4A;
  padding: 30px 20px 15px;
  border: 1px solid #D8D8D8;
  border-top: 5px solid #DAAA00; }
  .module.eggshell a:not(.cke_button):not(.cke_combo_button) {
    background-position: 0 13px; }
    .module.eggshell a:not(.cke_button):not(.cke_combo_button):hover, .module.eggshell a:not(.cke_button):not(.cke_combo_button):focus {
      background-position: 0 17px; }

.map-container {
  position: relative;
  overflow: hidden; }
  .map-container:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: .5s ease-in-out .3s;
    display: none; }
    @media (min-width: 900px) {
      .map-container:before {
        display: block; } }
  .map-container > header {
    position: relative; }
    body:not(.fsComposeMode) .map-container > header .fsElementTitle {
      display: none; }
    .map-container > header .fsElementHeaderContent {
      margin-bottom: 0; }
      .map-container > header .fsElementHeaderContent picture, .map-container > header .fsElementHeaderContent img {
        display: block;
        width: 100%; }
  body:not(.fsComposeMode) .map-container > .fsElementContent {
    margin: 0 auto;
    margin-bottom: 0;
    background-color: #fff;
    transform: translate3d(100%, 0, 0);
    transition: opacity .3s;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 540px;
    position: relative;
    max-height: 0; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .map-container > .fsElementContent {
        margin: 0;
        transition: .3s ease-in-out .3s;
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: none;
        z-index: 15; } }
  body:not(.fsComposeMode) .map-container.active:before {
    opacity: .7;
    visibility: visible;
    transition: .3s; }
  body:not(.fsComposeMode) .map-container.active > .fsElementContent {
    max-height: 100%;
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    visibility: visible;
    transition: transform .5s ease-in-out .3s;
    z-index: 20;
    margin-top: 30px; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .map-container.active > .fsElementContent {
        margin-top: 0; } }
  .point-plotter .map-container {
    z-index: 10; }
    .point-plotter .map-container > header {
      opacity: .5; }

.close-map {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  border: solid 2px #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  color: transparent;
  z-index: 30;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: .3s; }
  .close-map:before, .close-map:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #fff;
    transition: .3s; }
  .close-map:before {
    transform: translate3d(-50%, -50%, 0) rotate(45deg); }
  .close-map:after {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
  .close-map:hover, .close-map:focus {
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s; }
    .close-map:hover:before, .close-map:focus:before {
      transform: translate3d(-50%, -50%, 0) rotate(90deg);
      transition: .3s; }
    .close-map:hover:after, .close-map:focus:after {
      transform: translate3d(-50%, -50%, 0) rotate(-90deg);
      transition: .3s; }
  .active .close-map {
    opacity: 1;
    visibility: visible;
    transition: .5s; }

body:not(.fsComposeMode) .map-points {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0; }

.point-plotter .map-points {
  z-index: -1; }

body:not(.fsComposeMode) .map-points > header, body:not(.fsComposeMode) .map-points > footer {
  display: none; }

.map-points .fsStyleDefaultList {
  padding: 0;
  margin: 0; }
  .map-points .fsStyleDefaultList > li.fsListItem {
    border: none;
    padding: 0;
    position: absolute;
    margin: 0;
    display: block;
    counter-increment: li;
    z-index: 2;
    transform: translate3d(-12px, -12px, 0);
    opacity: 0;
    visibility: hidden; }
    .map-points .fsStyleDefaultList > li.fsListItem:hover, .map-points .fsStyleDefaultList > li.fsListItem:focus {
      z-index: 5; }
    .map-points .fsStyleDefaultList > li.fsListItem.active-point {
      opacity: 1;
      visibility: visible; }
    @media (min-width: 900px) {
      .map-points .fsStyleDefaultList > li.fsListItem {
        opacity: 1;
        visibility: visible; } }
    body.fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem {
      position: relative; }
    .map-points .fsStyleDefaultList > li.fsListItem > a {
      width: 24px;
      height: 24px;
      border-radius: 100%;
      border: none;
      box-shadow: 0 0 0 2px rgba(0, 181, 226, 0.3);
      background-color: #00B5E2;
      background-image: none;
      text-align: center;
      white-space: nowrap; }
      body.fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem > a {
        color: #4A4A4A; }
      .map-points .fsStyleDefaultList > li.fsListItem > a:before {
        display: none; }
      .map-points .fsStyleDefaultList > li.fsListItem > a:after {
        content: counter(li);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 1; }
      .map-points .fsStyleDefaultList > li.fsListItem > a > span {
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        display: block;
        bottom: 34px;
        border-radius: 2px;
        background-color: #00B5E2;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
        color: #fff;
        padding: 12px 18px;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.25;
        opacity: 0;
        visibility: hidden;
        transition: .3s; }
        .map-points .fsStyleDefaultList > li.fsListItem > a > span:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 6px 0 6px;
          border-color: #00B5E2 transparent transparent transparent;
          position: absolute;
          left: 50%;
          transform: translate3d(-50%, 0, 0);
          bottom: -7px; }
      .map-points .fsStyleDefaultList > li.fsListItem > a:hover, .map-points .fsStyleDefaultList > li.fsListItem > a:focus {
        background-color: #00B5E2;
        color: inherit; }
        .map-points .fsStyleDefaultList > li.fsListItem > a:hover > span, .map-points .fsStyleDefaultList > li.fsListItem > a:focus > span {
          opacity: 1;
          visibility: visible;
          transition: .5s; }

.map-slideshow-element {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  body:not(.fsComposeMode) .map-slideshow-element > header {
    display: none; }
  .map-slideshow-element > .fsElementContent {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out .5s;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .map-slideshow-element.show > .fsElementContent, .map-slideshow-element.empty > .fsElementContent {
    box-shadow: inset 0 0 0 1px #eee;
    opacity: 1;
    visibility: visible;
    transition: .3s; }
  .map-slideshow-element .fsElementEmpty {
    padding: 70px 30px 30px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #eee; }
  .map-slideshow-element .fsListItems {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s; }
    .map-slideshow-element .fsListItems.slick-initialized {
      opacity: 1;
      visibility: visible;
      transition: .5s ease-in-out .3; }
    .map-slideshow-element .fsListItems article {
      padding: 0 0 100px;
      margin: 0; }
      .map-slideshow-element .fsListItems article .fsTitle {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 20px 30px;
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-weight: normal;
        font-size: 18px;
        line-height: 29px; }
        .map-slideshow-element .fsListItems article .fsTitle > a {
          color: inherit;
          pointer-events: none;
          background-image: none; }
        .map-slideshow-element .fsListItems article .fsTitle.fsResourceName {
          display: none; }
      .map-slideshow-element .fsListItems article figure picture {
        display: block;
        position: relative; }
        .map-slideshow-element .fsListItems article figure picture img {
          width: 100%; }
      .map-slideshow-element .fsListItems article figcaption {
        margin: 0;
        padding: 30px 30px 0;
        font-style: normal;
        font-size: 18px;
        line-height: 29px;
        font-family: inherit; }
  .map-slideshow-element .slick-arrow {
    position: absolute;
    transform: translate3d(0, 0, 0);
    top: auto;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: #eee;
    transition: .3s;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    line-height: 0;
    z-index: 20;
    border: none; }
    .map-slideshow-element .slick-arrow:before {
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      left: 0;
      font-family: "IcoMoon";
      font-weight: normal;
      color: #fff;
      width: 100%;
      text-align: center;
      font-size: 30px;
      transition: .3s;
      display: inline-block;
      line-height: 1;
      height: auto; }
    .map-slideshow-element .slick-arrow:hover, .map-slideshow-element .slick-arrow:focus {
      background-color: #333;
      transition: .3s;
      outline: transparent; }
      .map-slideshow-element .slick-arrow:hover:before, .map-slideshow-element .slick-arrow:focus:before {
        color: #fff; }
    .map-slideshow-element .slick-arrow.fsPrevButton, .map-slideshow-element .slick-arrow.slick-prev {
      left: auto;
      right: 51px; }
      .map-slideshow-element .slick-arrow.fsPrevButton:before, .map-slideshow-element .slick-arrow.slick-prev:before {
        content: ""; }
    .map-slideshow-element .slick-arrow.slick-next:before {
      content: ""; }

.map-legend {
  position: relative; }
  .map-legend .fsStyleDefaultList {
    padding: 0;
    margin: 0; }
    @media (min-width: 600px) {
      .map-legend .fsStyleDefaultList {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -webkit-column-rule: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
    .map-legend .fsStyleDefaultList.small {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; }
    @media (min-width: 1000px) {
      .map-legend .fsStyleDefaultList.large {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4; } }
    .map-legend .fsStyleDefaultList > li.fsListItem {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid;
      border: none;
      position: relative;
      padding: 0;
      margin: 0 0 5px;
      display: block;
      counter-increment: li;
      font-family: "calluna-sans", sans-serif;
      font-size: 18px;
      line-height: 29px;
      font-weight: normal;
      color: #4A4A4A; }
      .map-legend .fsStyleDefaultList > li.fsListItem:before {
        content: counter(li);
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 700;
        color: #00B5E2;
        font-size: 16px;
        line-height: inherit; }
      .map-legend .fsStyleDefaultList > li.fsListItem > a {
        display: inline-block;
        color: inherit;
        font-weight: inherit;
        background-image: none;
        font-size: inherit;
        line-height: inherit;
        word-wrap: normal;
        word-break: normal;
        padding-left: 25px; }
        .map-legend .fsStyleDefaultList > li.fsListItem > a:hover, .map-legend .fsStyleDefaultList > li.fsListItem > a:focus {
          color: #00B5E2; }
        .map-legend .fsStyleDefaultList > li.fsListItem > a:before {
          display: none; }

.coordinates-popup {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 50;
  background-color: #fff;
  color: #4A4A4A;
  padding: 10px; }

@keyframes slideshow-transition {
  0% {
    opacity: 0;
    visibility: hidden; } }

@keyframes radiate-point-1 {
  50%, 100% {
    transform: translate3d(-50%, -50%, 0) scale(2);
    opacity: .8; } }

@keyframes radiate-point-2 {
  50%, 100% {
    transform: translate3d(-50%, -50%, 0) scale(3);
    opacity: 0;
    padding: 5px; } }

/*! pages - home v0.0.1 */
.home {
  padding-bottom: 60px; }

@keyframes fill-bar {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
  .home:not(.fsDraftMode):before, .home:not(.fsDraftMode):after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: #407EC9;
    transition: 0.3s all; }
  .home:not(.fsDraftMode):after {
    width: 0;
    height: 5px;
    background: #1D1D1D;
    animation: 3s fill-bar ease-in-out forwards; }
  .home:not(.fsDraftMode).is-loaded:before, .home:not(.fsDraftMode).is-loaded:after {
    opacity: 0;
    visibility: hidden; }
  .home .fsElement {
    margin-bottom: 0; }
  .home #fsPageBodyWrapper {
    padding: 0; }
    @media (min-width: 700px) {
      .home #fsPageBodyWrapper {
        background: url("../images/wingate-home-fixed-bg.jpg") top center no-repeat;
        background-attachment: fixed;
        background-size: cover; } }
  .home #fsPageBody {
    max-width: 100%;
    display: block; }
    .home #fsPageBody:after {
      content: normal; }
  .home #fsPageContent {
    margin: 0;
    padding: 0; }
  .home .fsPageLayout {
    margin: 0; }
    .home .fsPageLayout > .fsDiv {
      padding: 0;
      margin: 0;
      float: none;
      min-height: 0px; }
      .home .fsPageLayout > .fsDiv:after {
        content: normal; }
    .home .fsPageLayout:after {
      content: normal; }
  .home .hero-collage {
    padding: 0 20px;
    margin-bottom: 100px;
    max-width: 1440px; }
    @media (min-width: 700px) {
      .home .hero-collage {
        padding: 0 30px;
        border-top: 26px solid #FFF; } }
    @media (min-width: 1000px) {
      .home .hero-collage {
        padding: 0 50px;
        margin: -20px auto 200px;
        border-top: 0; } }
    .home .hero-collage > .fsElementContent {
      position: relative; }
    .home .hero-collage .fsPostElement .fsListItems {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 0 10px;
      overflow: hidden; }
      @media (min-width: 700px) {
        .home .hero-collage .fsPostElement .fsListItems {
          padding: 0 20px; } }
      @media (min-width: 1000px) {
        .home .hero-collage .fsPostElement .fsListItems {
          display: block;
          padding: 0;
          overflow: visible; } }
    .home .hero-collage .fsPostElement article {
      border: 1px solid #FFF !important;
      padding: 0;
      margin: 0;
      position: relative;
      color: #FFF; }
      .home .hero-collage .fsPostElement article:nth-child(1) {
        border: 0 !important;
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px; }
        @media (min-width: 700px) {
          .home .hero-collage .fsPostElement article:nth-child(1) {
            width: calc(100% + 40px);
            margin-left: -20px;
            margin-right: -20px; } }
        @media (min-width: 1000px) {
          .home .hero-collage .fsPostElement article:nth-child(1) {
            width: 64.18%;
            margin: 0; } }
        .home .hero-collage .fsPostElement article:nth-child(1) .content-overlay {
          padding: 20px; }
          @media (min-width: 700px) {
            .home .hero-collage .fsPostElement article:nth-child(1) .content-overlay {
              padding: 50px; } }
          @media (min-width: 1000px) {
            .home .hero-collage .fsPostElement article:nth-child(1) .content-overlay {
              padding: 100px; } }
      .home .hero-collage .fsPostElement article:nth-child(2) {
        width: 61.549%;
        margin-top: -20px; }
        @media (min-width: 700px) {
          .home .hero-collage .fsPostElement article:nth-child(2) {
            width: 62.875%;
            margin-top: -40px;
            z-index: 1; } }
        @media (min-width: 1000px) {
          .home .hero-collage .fsPostElement article:nth-child(2) {
            width: 23.881%;
            position: absolute;
            left: 64.18%;
            margin-left: 0;
            margin-top: 0; } }
        @media (min-width: 1400px) {
          .home .hero-collage .fsPostElement article:nth-child(2) {
            top: 379px !important; } }
        @media screen and (max-width: 999px) {
          .home .hero-collage .fsPostElement article:nth-child(2) {
            top: auto !important; } }
        .home .hero-collage .fsPostElement article:nth-child(2) .content-overlay {
          padding: 20px; }
          @media (min-width: 700px) {
            .home .hero-collage .fsPostElement article:nth-child(2) .content-overlay {
              padding: 30px; } }
        .home .hero-collage .fsPostElement article:nth-child(2) .fsTitle {
          margin-bottom: 0;
          font-size: 1.5rem;
          line-height: 1.20834; }
          .home .hero-collage .fsPostElement article:nth-child(2) .fsTitle a {
            background-position: 0 22px; }
            .home .hero-collage .fsPostElement article:nth-child(2) .fsTitle a:hover, .home .hero-collage .fsPostElement article:nth-child(2) .fsTitle a:focus {
              background-position: 0 26px; }
        .home .hero-collage .fsPostElement article:nth-child(2) .fsSummary {
          display: none; }
      .home .hero-collage .fsPostElement article:nth-child(3) {
        width: calc((100% - 61.549%) + 10px);
        margin-left: -10px; }
        .home .hero-collage .fsPostElement article:nth-child(3):before {
          content: '';
          position: absolute;
          top: calc(100% + 1px);
          right: -1px;
          width: 100%;
          height: 9999px;
          background: #DAAA00; }
        @media screen and (max-width: 449px) {
          .home .hero-collage .fsPostElement article:nth-child(3) .content-overlay {
            padding: 10px !important;
            font-size: 0;
            line-height: 1; }
          .home .hero-collage .fsPostElement article:nth-child(3) .fsSummary {
            font-size: 0; }
          .home .hero-collage .fsPostElement article:nth-child(3) .fsTitle {
            font-size: 0;
            line-height: 1; }
            .home .hero-collage .fsPostElement article:nth-child(3) .fsTitle a:after {
              content: "Read More...";
              font-size: 0.875rem;
              display: block; } }
        @media (min-width: 700px) {
          .home .hero-collage .fsPostElement article:nth-child(3) {
            width: calc((100% - 62.875%) + 22px);
            margin-left: -25px;
            z-index: 1; }
            .home .hero-collage .fsPostElement article:nth-child(3):before {
              content: normal; } }
        @media (min-width: 1000px) {
          .home .hero-collage .fsPostElement article:nth-child(3) {
            width: 35.821%;
            margin-top: -35px;
            margin-left: 80px; } }
        .home .hero-collage .fsPostElement article:nth-child(3) .content-overlay {
          padding: 20px; }
          @media (min-width: 700px) {
            .home .hero-collage .fsPostElement article:nth-child(3) .content-overlay {
              padding: 30px; } }
        .home .hero-collage .fsPostElement article:nth-child(3) .fsTitle:last-child {
          margin-bottom: 0; }
        @media (min-width: 700px) {
          .home .hero-collage .fsPostElement article:nth-child(3) .fsThumbnail .fsCroppedImage {
            padding-bottom: 77.038%; } }
        @media (min-width: 1000px) {
          .home .hero-collage .fsPostElement article:nth-child(3) .fsThumbnail .fsCroppedImage {
            padding-bottom: 66.28%; } }
      .home .hero-collage .fsPostElement article:hover .content-overlay, .home .hero-collage .fsPostElement article.engaged .content-overlay {
        opacity: 1;
        visibility: visible; }
      .home .hero-collage .fsPostElement article .fsThumbnail {
        display: block;
        background-image: none;
        margin-bottom: 0; }
        .home .hero-collage .fsPostElement article .fsThumbnail .fsCroppedImage {
          padding-bottom: 66.28%; }
      .home .hero-collage .fsPostElement article .content-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        background: rgba(0, 32, 91, 0.96);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all ease; }
      .home .hero-collage .fsPostElement article .fsTitle {
        font-size: 1.75rem;
        line-height: 1;
        color: inherit;
        font-weight: 600;
        margin-bottom: 28px; }
        .home .hero-collage .fsPostElement article .fsTitle a {
          color: inherit;
          background-image: url("../images/link-underline-wingateblue.png");
          background-position: 0 24px; }
          .home .hero-collage .fsPostElement article .fsTitle a:hover, .home .hero-collage .fsPostElement article .fsTitle a:focus {
            background-position: 0 28px; }
      .home .hero-collage .fsPostElement article .fsSummary {
        font-size: 1rem;
        line-height: 1.4375; }
    .home .hero-collage .fsResourceElement {
      display: none; }
      @media (min-width: 1000px) {
        .home .hero-collage .fsResourceElement {
          display: block;
          border: 1px solid #FFF;
          overflow: hidden;
          position: absolute;
          top: 50px;
          left: calc(64.18% - 20px); } }
      @media (min-width: 1400px) {
        .home .hero-collage .fsResourceElement {
          width: 500px;
          height: 330px;
          overflow: hidden; }
          .home .hero-collage .fsResourceElement video {
            max-width: 580px;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }
      .home .hero-collage .fsResourceElement video {
        display: block; }
    .home .hero-collage .hero-text {
      background: #DAAA00;
      border: 1px solid #FFF;
      color: #FFF;
      font-size: 1rem;
      line-height: 1.4375;
      padding: 33px 20px 28px;
      margin: -15px 10px 0; }
      @media (min-width: 700px) {
        .home .hero-collage .hero-text {
          width: 460px;
          margin: -10px 40px 0 auto;
          position: relative; }
          .home .hero-collage .hero-text:before {
            content: '';
            position: absolute;
            bottom: 100%;
            left: -1px;
            border-left: 1px solid #FFF;
            border-right: 1px solid #FFF;
            background: #DAAA00;
            width: calc(100% + 2px);
            height: 100px; } }
      @media screen and (max-width: 999px) {
        .home .hero-collage .hero-text {
          top: auto !important; } }
      @media (min-width: 1000px) {
        .home .hero-collage .hero-text {
          width: 37.314%;
          position: absolute;
          left: calc(35.821% + 79px);
          margin: 0;
          padding: 43px 50px 45px; }
          .home .hero-collage .hero-text:before {
            content: normal; } }
      .home .hero-collage .hero-text > header {
        margin-bottom: 15px; }
        .home .hero-collage .hero-text > header .fsElementTitle {
          font-size: 1.375rem;
          line-height: 1.2273;
          font-weight: 600;
          color: inherit;
          margin: 0; }
      .home .hero-collage .hero-text p {
        margin-bottom: 9px; }
        .home .hero-collage .hero-text p:last-child {
          margin-bottom: 0; }
      .home .hero-collage .hero-text a {
        font-weight: 700;
        color: inherit;
        background-image: url("../images/link-underline-black20.png");
        background-position: 0 13px; }
        .home .hero-collage .hero-text a:hover, .home .hero-collage .hero-text a:focus {
          background-position: 0 17px; }
  .home .find-program {
    margin: 0 20px 100px;
    background: #00558C; }
    @media (min-width: 700px) {
      .home .find-program {
        margin: 0 30px 100px; } }
    @media (min-width: 1000px) {
      .home .find-program {
        padding: 0 100px;
        position: relative;
        margin: 0 auto;
        max-width: 67.77778em;
        max-width: 76.25rem;
        margin-bottom: 120px;
        background: none; } }
    .home .find-program > header {
      background: #00558C;
      padding: 33px 0px 30px;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 700px) {
        .home .find-program > header {
          padding: 53px 50px 28px;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-align: start;
          align-items: flex-start; } }
      .home .find-program > header:after {
        content: '';
        display: block;
        width: 80px;
        height: 2px;
        margin: 6px auto 0;
        background: rgba(255, 255, 255, 0.2); }
        @media (min-width: 700px) {
          .home .find-program > header:after {
            position: absolute;
            top: 71px;
            left: 50px;
            width: calc(100% - 100px);
            margin: 0; } }
      .home .find-program > header .fsElementTitle {
        color: #FFF;
        margin: 0;
        background: #00558C;
        position: relative;
        z-index: 1; }
        @media (min-width: 700px) {
          .home .find-program > header .fsElementTitle {
            padding-right: 9px; } }
    .home .find-program .program-grid {
      margin-bottom: 30px; }
      @media (min-width: 700px) {
        .home .find-program .program-grid {
          margin-bottom: 0; } }
      @media (min-width: 1000px) {
        .home .find-program .program-grid {
          margin: 0 -80px; } }
      .home .find-program .program-grid > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 13.44444em;
        max-width: 15.125rem;
        padding: 0 22px; }
        @media (min-width: 600px) {
          .home .find-program .program-grid > .fsElementContent {
            max-width: 440px; } }
        @media (min-width: 768px) {
          .home .find-program .program-grid > .fsElementContent {
            max-width: 638px; } }
        @media (min-width: 1000px) {
          .home .find-program .program-grid > .fsElementContent {
            display: -ms-flexbox;
            display: flex;
            max-width: 100%; } }
      .home .find-program .program-grid .slick-arrow {
        border: 0;
        background: none;
        margin: 0;
        padding: 0;
        color: #FFF;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 0;
        line-height: 1; }
        .home .find-program .program-grid .slick-arrow:before {
          font-size: 0.75rem; }
        .home .find-program .program-grid .slick-arrow.slick-prev {
          left: 0; }
          .home .find-program .program-grid .slick-arrow.slick-prev:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        .home .find-program .program-grid .slick-arrow.slick-next {
          right: 0; }
          .home .find-program .program-grid .slick-arrow.slick-next:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
      .home .find-program .program-grid .fsElement.fsContent {
        background-size: 196px 160px;
        background-position: top center;
        background-repeat: no-repeat;
        min-height: 249px;
        padding: 176px 20px 20px;
        border-left: 0;
        position: relative;
        transition: 0.3s all ease;
        overflow: hidden; }
        @media (min-width: 1000px) {
          .home .find-program .program-grid .fsElement.fsContent {
            width: calc(100% / 6); } }
        .home .find-program .program-grid .fsElement.fsContent:hover {
          background-size: 206px 168px;
          background-position: center -4px; }
        .home .find-program .program-grid .fsElement.fsContent:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 160px;
          border-top: 1px solid #FFF;
          border-right: 1px solid #FFF; }
        .home .find-program .program-grid .fsElement.fsContent:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: calc(100% - 160px);
          border: 1px solid #D8D8D8;
          border-left: 0;
          background: #FFF; }
        .home .find-program .program-grid .fsElement.fsContent:nth-child(1):before {
          border-left: 1px solid #FFF; }
        .home .find-program .program-grid .fsElement.fsContent:nth-child(1):after {
          border-left: 1px solid #D8D8D8; }
        .home .find-program .program-grid .fsElement.fsContent a.overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 160px;
          opacity: 0; }
        .home .find-program .program-grid .fsElement.fsContent > header {
          margin-bottom: 5px;
          position: relative;
          z-index: 1; }
          .home .find-program .program-grid .fsElement.fsContent > header .fsElementHeaderContent {
            margin: 0;
            line-height: 1.5;
            color: #1D1D1D; }
            .home .find-program .program-grid .fsElement.fsContent > header .fsElementHeaderContent a {
              color: inherit; }
        .home .find-program .program-grid .fsElement.fsContent > .fsElementContent {
          margin-top: 0;
          font-weight: normal;
          font-size: 13px;
          line-height: 18px;
          color: #9B9B9B;
          font-family: "calluna-sans", sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          position: relative;
          z-index: 1; }
    .home .find-program .program-outro {
      background: #00558C;
      color: #FFF;
      font-size: 1rem;
      line-height: 1.4375;
      padding: 0px 20px 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 700px) {
        .home .find-program .program-outro {
          padding: 53px 50px 57px;
          -ms-flex-direction: row;
          flex-direction: row; } }
      .home .find-program .program-outro > footer {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 30px; }
        @media (min-width: 700px) {
          .home .find-program .program-outro > footer {
            margin-top: 0;
            margin-left: 30px;
            width: 330px; } }
        @media (min-width: 1000px) {
          .home .find-program .program-outro > footer {
            margin-left: 70px; } }
        .home .find-program .program-outro > footer .fsElementFooterContent {
          margin: 0;
          text-align: center; }
          @media (min-width: 700px) {
            .home .find-program .program-outro > footer .fsElementFooterContent {
              text-align: left; } }
          .home .find-program .program-outro > footer .fsElementFooterContent .fs_style_30 {
            margin-bottom: 0;
            width: calc(50% - 5px);
            padding: 17px 20px;
            max-width: 160px; }
            @media (min-width: 700px) {
              .home .find-program .program-outro > footer .fsElementFooterContent .fs_style_30 {
                width: 100%; } }
            .home .find-program .program-outro > footer .fsElementFooterContent .fs_style_30 + .fs_style_30 {
              margin-left: 10px; }
  .home .alumni-outcomes {
    background: #F7F4ED;
    padding: 33px 20px 0; }
    @media (min-width: 600px) {
      .home .alumni-outcomes {
        padding: 63px 30px; } }
    .home .alumni-outcomes > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem; }
    .home .alumni-outcomes .fsPostElement .fsListItems {
      margin: 0 -10px;
      padding-bottom: 20px; }
      @media (min-width: 800px) {
        .home .alumni-outcomes .fsPostElement .fsListItems {
          padding-bottom: 0; } }
    .home .alumni-outcomes .fsPostElement article {
      margin: 0 0 20px;
      padding: 0 10px;
      width: 50%; }
      @media (min-width: 800px) {
        .home .alumni-outcomes .fsPostElement article {
          width: 25%;
          margin-bottom: 0; } }
      .home .alumni-outcomes .fsPostElement article .fsThumbnail {
        margin: 0 0 16px;
        position: relative;
        overflow: hidden; }
        .home .alumni-outcomes .fsPostElement article .fsThumbnail:hover .fsCroppedImage, .home .alumni-outcomes .fsPostElement article .fsThumbnail:focus .fsCroppedImage {
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
        .home .alumni-outcomes .fsPostElement article .fsThumbnail:before {
          content: '';
          position: absolute;
          top: 10px;
          left: 10px;
          width: calc(100% - 20px);
          height: calc(100% - 20px);
          border: 1px solid rgba(255, 255, 255, 0.5);
          z-index: 1; }
        .home .alumni-outcomes .fsPostElement article .fsThumbnail .fsCroppedImage {
          padding-bottom: 114.2858%;
          transition: 0.3s all ease; }
      .home .alumni-outcomes .fsPostElement article .fsTitle {
        font-size: 1rem;
        line-height: 1.25;
        color: #000;
        margin-bottom: 0; }
        @media (min-width: 800px) {
          .home .alumni-outcomes .fsPostElement article .fsTitle {
            font-size: 1.375rem;
            line-height: 1.2273; } }
        .home .alumni-outcomes .fsPostElement article .fsTitle a {
          color: inherit;
          background-position: 0 13px; }
          @media (min-width: 800px) {
            .home .alumni-outcomes .fsPostElement article .fsTitle a {
              background-position: 0 19px; } }
          .home .alumni-outcomes .fsPostElement article .fsTitle a:hover, .home .alumni-outcomes .fsPostElement article .fsTitle a:focus {
            background-position: 0 17px; }
            @media (min-width: 800px) {
              .home .alumni-outcomes .fsPostElement article .fsTitle a:hover, .home .alumni-outcomes .fsPostElement article .fsTitle a:focus {
                background-position: 0 23px; } }
      .home .alumni-outcomes .fsPostElement article .fsSummary {
        margin-top: 12px;
        font-size: 0.875rem;
        line-height: 1.2143; }
        @media (min-width: 800px) {
          .home .alumni-outcomes .fsPostElement article .fsSummary {
            margin-top: 15px;
            font-size: 1rem;
            line-height: 1.4375; } }
    .home .alumni-outcomes .outcomes-intro {
      margin-bottom: 30px; }
      @media (min-width: 600px) {
        .home .alumni-outcomes .outcomes-intro {
          margin-bottom: 50px; } }
      .home .alumni-outcomes .outcomes-intro > header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        margin-bottom: 30px; }
        @media (min-width: 600px) {
          .home .alumni-outcomes .outcomes-intro > header {
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 14px; } }
        .home .alumni-outcomes .outcomes-intro > header:after {
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          height: 2px;
          background: rgba(197, 183, 131, 0.5); }
          @media (min-width: 600px) {
            .home .alumni-outcomes .outcomes-intro > header:after {
              content: ''; } }
        .home .alumni-outcomes .outcomes-intro > header .fsElementTitle {
          color: #00205B;
          margin: 0 0 30px;
          background: #F7F4ED;
          padding-right: 16px;
          position: relative;
          z-index: 1; }
          @media (min-width: 600px) {
            .home .alumni-outcomes .outcomes-intro > header .fsElementTitle {
              margin: 0;
              font-size: 2.5rem;
              line-height: 1.2; } }
          .home .alumni-outcomes .outcomes-intro > header .fsElementTitle:after {
            content: '';
            display: block;
            margin: 6px auto auto;
            width: 80px;
            height: 2px;
            background: rgba(197, 183, 131, 0.5); }
            @media (min-width: 600px) {
              .home .alumni-outcomes .outcomes-intro > header .fsElementTitle:after {
                content: normal; } }
        .home .alumni-outcomes .outcomes-intro > header .fsElementHeaderContent {
          margin: 0;
          position: relative;
          z-index: 1;
          background: #F7F4ED; }
          @media (min-width: 600px) {
            .home .alumni-outcomes .outcomes-intro > header .fsElementHeaderContent {
              padding-left: 20px;
              margin-left: auto; } }
          .home .alumni-outcomes .outcomes-intro > header .fsElementHeaderContent a {
            display: inline-block;
            margin: 0 0 10px;
            padding: 15px 20px;
            background: #FFF;
            border: 1px solid #FFF;
            color: #DAAA00;
            border-radius: 0;
            text-align: center;
            font-size: 0.8125rem;
            line-height: 1.1539;
            text-transform: uppercase;
            font-weight: 700;
            max-width: 300px;
            border-color: #D8D8D8;
            margin: 0;
            padding: 17px 20px; }
            .home .alumni-outcomes .outcomes-intro > header .fsElementHeaderContent a:hover, .home .alumni-outcomes .outcomes-intro > header .fsElementHeaderContent a:focus,
            .fsStateSelected .home .alumni-outcomes .outcomes-intro > header .fsElementHeaderContent a {
              background: #FFF;
              color: #DAAA00; }
            .home .alumni-outcomes .outcomes-intro > header .fsElementHeaderContent a:hover, .home .alumni-outcomes .outcomes-intro > header .fsElementHeaderContent a:focus {
              background: #F7F7F7; }
      .home .alumni-outcomes .outcomes-intro > .fsElementContent {
        font-size: 1rem;
        line-height: 1.4375;
        color: #8C857B; }
        @media (min-width: 600px) {
          .home .alumni-outcomes .outcomes-intro > .fsElementContent {
            font-size: 1.25rem;
            line-height: 1.3;
            max-width: 873px; } }
  .home .wu-life {
    padding: 100px 0; }
    @media (min-width: 700px) {
      .home .wu-life {
        padding: 120px 0 200px; } }
    .home .wu-life > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 700px) {
        .home .wu-life > .fsElementContent {
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-align: end;
          align-items: flex-end; } }
    .home .wu-life .social-intro {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      background: #00205B;
      padding: 34px 20px 80px; }
      @media (min-width: 700px) {
        .home .wu-life .social-intro {
          width: 30%;
          min-height: 320px;
          padding: 40px 30px; } }
      @media (min-width: 1000px) {
        .home .wu-life .social-intro {
          width: 22%; } }
      @media (min-width: 1200px) {
        .home .wu-life .social-intro {
          width: 16.667%; } }
      .home .wu-life .social-intro > header {
        margin-bottom: 22px; }
        .home .wu-life .social-intro > header .fsElementTitle {
          color: #FFF;
          margin: 0; }
      .home .wu-life .social-intro > .fsElementContent {
        color: #FFF;
        font-size: 1rem;
        line-height: 1.4375; }
      .home .wu-life .social-intro a {
        color: inherit;
        background-image: url("../images/link-underline-wingateblue.png");
        background-position: 0 13px; }
        .home .wu-life .social-intro a:hover, .home .wu-life .social-intro a:focus {
          background-position: 0 17px; }
    @media (min-width: 700px) {
      .home .wu-life .fsFeeds.fsSlideshow {
        width: 70%; } }
    @media (min-width: 1000px) {
      .home .wu-life .fsFeeds.fsSlideshow {
        width: 78%; } }
    @media (min-width: 1200px) {
      .home .wu-life .fsFeeds.fsSlideshow {
        width: calc(100% - 16.667%); } }
    .home .wu-life .fsFeeds.fsSlideshow .slick-list,
    .home .wu-life .fsFeeds.fsSlideshow .slick-track,
    .home .wu-life .fsFeeds.fsSlideshow .juicer-feed {
      overflow: visible; }
      @media (min-width: 700px) {
        .home .wu-life .fsFeeds.fsSlideshow .slick-list,
        .home .wu-life .fsFeeds.fsSlideshow .slick-track,
        .home .wu-life .fsFeeds.fsSlideshow .juicer-feed {
          overflow: hidden; } }
    .home .wu-life .fsFeeds.fsSlideshow .feed-item a {
      background-position: 0 13px; }
      .home .wu-life .fsFeeds.fsSlideshow .feed-item a:hover, .home .wu-life .fsFeeds.fsSlideshow .feed-item a:focus {
        background-position: 0 17px; }
    .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-instagram:hover .j-text {
      background: rgba(225, 82, 61, 0.9); }
    .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-instagram:hover .j-message,
    .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-instagram:hover .j-meta > ul {
      opacity: 1;
      visibility: visible; }
    .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-instagram .j-poster,
    .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-instagram .j-message,
    .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-instagram .j-meta > ul {
      transition: 0.3s all;
      opacity: 0;
      visibility: hidden; }
    .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-instagram .j-meta {
      width: calc(100% - 30px);
      padding: 0;
      left: 15px;
      bottom: 10px;
      margin-left: 0;
      margin-right: 0; }
      .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-instagram .j-meta nav {
        opacity: 0.5; }
        .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-instagram .j-meta nav a:before {
          margin-right: 0;
          font-size: 1.625rem; }
      .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-instagram .j-meta a {
        color: #FFF;
        background: none !important; }
    .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-instagram .j-message {
      vertical-align: top;
      text-align: left;
      max-height: 230px; }
    .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-instagram .j-text {
      background: none;
      font-size: 1rem;
      line-height: 1.4375;
      color: #FFF;
      padding: 30px 30px 40px;
      opacity: 1;
      visibility: visible;
      transition: all 0.3s; }
      .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-instagram .j-text p {
        color: inherit; }
      .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-instagram .j-text a {
        color: inherit;
        background-image: url("../images/link-underline-ruby.png"); }
    .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter.image-post:hover .j-image, .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter.j-video:hover .j-image {
      opacity: 1; }
    .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter.image-post:hover .j-text, .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter.j-video:hover .j-text {
      opacity: 0; }
    .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter {
      background: #F7F7F7;
      border: 1px solid #D8D8D8; }
      .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-meta {
        padding: 16px 30px 26px; }
        .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-meta a {
          color: #4A4A4A; }
          .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-meta a.j-twitter-reply {
            background-position: 0px -410px; }
          .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-meta a.j-twitter-retweet {
            background-position: 0px -477px; }
          .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-meta a.j-twitter-like {
            background-position: 0px -279px; }
          .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-meta a .j-date {
            color: inherit; }
      .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-text {
        background: inherit;
        padding: 30px; }
        .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-text .j-poster {
          color: #4A4A4A; }
          .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-text .j-poster .j-twitter-poster {
            max-width: calc(100% - 80px); }
          .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-text .j-poster .j-twitter-display-name,
          .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-text .j-poster .j-twitter-screen-name {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-text .j-poster > a {
            color: inherit; }
          .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-text .j-poster img {
            width: 36px !important;
            height: auto;
            margin-right: 10px; }
          .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-text .j-poster a.j-twitter-post-icon:before {
            color: #57AEE7; }
      .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-image,
      .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-text {
        transition: opacity 0.3s; }
      .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-message {
        font-size: 1rem;
        line-height: 1.4375;
        color: #4A4A4A;
        font-weight: 700;
        padding: 0 30px;
        max-height: 140px; }
        .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-message .j-retweet {
          color: #4A4A4A; }
          .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-message .j-retweet:before {
            background-position: 0px -543px; }
        .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-message p {
          color: #4A4A4A; }
        .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-message a {
          background-position: 0 13px;
          color: #4A4A4A; }
          .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-message a:hover, .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-message a:focus {
            background-position: 0 17px; }
      .home .wu-life .fsFeeds.fsSlideshow .feed-item.j-twitter .j-image {
        opacity: 0; }
    .home .wu-life .fsFeeds.fsSlideshow .slick-arrow {
      width: 50px;
      height: 50px;
      position: absolute;
      top: auto;
      left: auto;
      bottom: 100%;
      border: 0;
      padding: 0;
      background: #FFF;
      color: #4A4A4A;
      font-size: 0;
      line-height: 1;
      text-align: center;
      transition: 0.3s color;
      z-index: 50; }
      @media (min-width: 700px) {
        .home .wu-life .fsFeeds.fsSlideshow .slick-arrow {
          bottom: 0; } }
      .home .wu-life .fsFeeds.fsSlideshow .slick-arrow:hover, .home .wu-life .fsFeeds.fsSlideshow .slick-arrow:focus {
        color: #407EC9; }
      .home .wu-life .fsFeeds.fsSlideshow .slick-arrow:before {
        position: static;
        -ms-transform: none;
        transform: none;
        color: inherit;
        font-size: 0.75rem;
        transition: none; }
    .home .wu-life .fsFeeds.fsSlideshow .slick-prev {
      right: 50px; }
      .home .wu-life .fsFeeds.fsSlideshow .slick-prev:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .home .wu-life .fsFeeds.fsSlideshow .slick-prev:after {
        content: '';
        position: absolute;
        top: 10px;
        right: 0;
        width: 1px;
        height: 30px;
        background: #D8D8D8; }
    .home .wu-life .fsFeeds.fsSlideshow .slick-next {
      right: 0; }
      .home .wu-life .fsFeeds.fsSlideshow .slick-next:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
  .home .school-news {
    position: relative;
    padding-top: 35px;
    margin-bottom: 100px; }
    @media (min-width: 700px) {
      .home .school-news {
        padding: 0 30px;
        margin-bottom: 120px; } }
    @media (min-width: 1000px) {
      .home .school-news {
        padding: 0; } }
    .home .school-news > header {
      position: absolute;
      top: 0;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 30; }
      @media (min-width: 700px) {
        .home .school-news > header {
          top: 40px;
          left: 0;
          right: 0;
          -ms-transform: none;
          transform: none;
          max-width: 1180px;
          width: 100%;
          margin: 0 auto; } }
      .home .school-news > header .fsElementHeaderContent {
        margin: 0; }
        @media (min-width: 700px) {
          .home .school-news > header .fsElementHeaderContent {
            text-align: right;
            padding-right: 40px; } }
        .home .school-news > header .fsElementHeaderContent a {
          display: inline-block;
          margin: 0 0 10px;
          padding: 15px 20px;
          background: #407EC9;
          border: 1px solid #407EC9;
          color: #FFF;
          border-radius: 0;
          text-align: center;
          font-size: 0.8125rem;
          line-height: 1.1539;
          text-transform: uppercase;
          font-weight: 700;
          max-width: 300px;
          padding: 19px 20px;
          letter-spacing: 1px;
          margin-bottom: 0;
          white-space: nowrap; }
          .home .school-news > header .fsElementHeaderContent a:hover, .home .school-news > header .fsElementHeaderContent a:focus,
          .fsStateSelected .home .school-news > header .fsElementHeaderContent a {
            background: #FFF;
            color: #FFF; }
          .home .school-news > header .fsElementHeaderContent a:hover, .home .school-news > header .fsElementHeaderContent a:focus {
            color: #1D1D1D; }
    .home .school-news > footer {
      max-width: 1240px;
      width: 100%;
      margin: 30px auto 0;
      padding: 0 20px;
      text-align: center; }
      @media (min-width: 700px) {
        .home .school-news > footer {
          padding: 0;
          position: absolute;
          bottom: 0;
          left: 30px;
          margin-top: 0;
          width: auto;
          text-align: left; } }
      @media (min-width: 800px) {
        .home .school-news > footer {
          bottom: -10px; } }
      @media (min-width: 820px) {
        .home .school-news > footer {
          bottom: -20px; } }
      @media (min-width: 840px) {
        .home .school-news > footer {
          bottom: -30px; } }
      @media (min-width: 860px) {
        .home .school-news > footer {
          bottom: -40px; } }
      @media (min-width: 880px) {
        .home .school-news > footer {
          bottom: -50px; } }
      @media (min-width: 900px) {
        .home .school-news > footer {
          bottom: -60px; } }
      @media (min-width: 1200px) {
        .home .school-news > footer {
          bottom: 50px;
          left: 0;
          right: 0;
          width: 100%;
          padding: 0 30px; } }
      .home .school-news > footer .fsElementFooterContent {
        margin: 0; }
        @media (min-width: 1000px) {
          .home .school-news > footer .fsElementFooterContent {
            max-width: 550px;
            margin-left: auto; } }
        .home .school-news > footer .fsElementFooterContent .fs_style_29 {
          margin: 0;
          padding: 17px 20px;
          z-index: 50;
          position: relative; }
          .home .school-news > footer .fsElementFooterContent .fs_style_29 + .fs_style_29 {
            margin-left: 10px; }
    .home .school-news .arrows-container {
      position: absolute;
      bottom: 0;
      right: 19px;
      width: 100%;
      height: 50px;
      max-width: 1180px;
      margin: 0 auto; }
      @media (min-width: 700px) {
        .home .school-news .arrows-container {
          bottom: auto;
          right: 0; } }
      @media (min-width: 1000px) {
        .home .school-news .arrows-container {
          left: 0; } }
      @media screen and (max-width: 699px) {
        .home .school-news .arrows-container {
          top: auto !important; } }
    .home .school-news .slick-arrow {
      width: 50px;
      height: 50px;
      position: absolute;
      border: 0;
      padding: 0;
      background: #FFF;
      color: #4A4A4A;
      font-size: 0;
      line-height: 1;
      text-align: center;
      transition: 0.3s color;
      z-index: 50; }
      .home .school-news .slick-arrow:hover, .home .school-news .slick-arrow:focus {
        color: #407EC9; }
      .home .school-news .slick-arrow:before {
        position: static;
        -ms-transform: none;
        transform: none;
        color: inherit;
        font-size: 0.75rem;
        transition: none; }
    .home .school-news .slick-prev {
      right: 50px; }
      @media (min-width: 1000px) {
        .home .school-news .slick-prev {
          right: 70px; } }
      @media (min-width: 1200px) {
        .home .school-news .slick-prev {
          right: 50px; } }
      .home .school-news .slick-prev:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .home .school-news .slick-prev:after {
        content: '';
        position: absolute;
        top: 10px;
        right: 0;
        width: 1px;
        height: 30px;
        background: #D8D8D8; }
    .home .school-news .slick-next {
      right: 0; }
      @media (min-width: 1000px) {
        .home .school-news .slick-next {
          right: 20px; } }
      @media (min-width: 1200px) {
        .home .school-news .slick-next {
          right: 0; } }
      .home .school-news .slick-next:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .home .school-news .slick-slider {
      padding: 0;
      margin: 0;
      z-index: 20; }
    .home .school-news article {
      padding: 0;
      margin: 0;
      opacity: 0.3;
      transition: 0.3s opacity ease-in-out; }
      @media (min-width: 1000px) {
        .home .school-news article {
          margin: 0 30px; } }
      .home .school-news article.slick-active {
        opacity: 1; }
      .home .school-news article .fsThumbnail {
        margin: 0;
        position: relative; }
        @media (min-width: 700px) {
          .home .school-news article .fsThumbnail {
            float: left;
            width: 49.153%; } }
        .home .school-news article .fsThumbnail:before {
          content: '';
          position: absolute;
          top: 10px;
          left: 10px;
          width: calc(100% - 20px);
          height: calc(100% - 20px);
          border: 1px solid rgba(255, 255, 255, 0.5);
          z-index: 1; }
      .home .school-news article .content-overlay {
        position: relative;
        background: rgba(0, 32, 91, 0.96);
        z-index: 1;
        padding: 33px 20px 70px;
        color: #FFF;
        margin: -35px 20px 0; }
        @media (min-width: 700px) {
          .home .school-news article .content-overlay {
            float: left;
            width: calc((100% - 49.153%) + 30px);
            margin: 75px 0 0 -30px;
            padding: 50px;
            height: 355px; } }
      @media (min-width: 1000px) {
        .home .school-news article .fsSummary {
          max-height: 160px;
          overflow: hidden; } }
      .home .school-news article .fsTitle {
        color: inherit;
        font-size: 1.125rem;
        line-height: 1.5;
        margin-bottom: 17px; }
        @media (min-width: 700px) {
          .home .school-news article .fsTitle {
            font-size: 1.75rem;
            line-height: 1; } }
        .home .school-news article .fsTitle > a {
          color: inherit;
          background-image: url("../images/link-underline-wingateblue.png"); }
          @media (min-width: 700px) {
            .home .school-news article .fsTitle > a {
              background-position: 0 25px; } }
          @media (min-width: 700px) {
            .home .school-news article .fsTitle > a:hover, .home .school-news article .fsTitle > a:focus {
              background-position: 0 29px; } }
      .home .school-news article .fsDateTime {
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 0.875rem;
        line-height: 1.2143;
        color: inherit;
        margin-bottom: 33px; }
  .home .nav-hp-fixed {
    padding: 0 20px;
    margin-bottom: 100px; }
    @media (min-width: 600px) {
      .home .nav-hp-fixed {
        padding: 0 30px; } }
    @media (min-width: 800px) {
      .home .nav-hp-fixed {
        background: #00205B;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 5000;
        padding: 0;
        margin-bottom: 0; } }
    .home .nav-hp-fixed .fsNavLevel1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 800px) {
        .home .nav-hp-fixed .fsNavLevel1 {
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-pack: center;
          justify-content: center; } }
      .home .nav-hp-fixed .fsNavLevel1 > li {
        padding: 0;
        background: #00205B; }
        @media (min-width: 800px) {
          .home .nav-hp-fixed .fsNavLevel1 > li {
            border-right: 1px solid rgba(255, 255, 255, 0.2); } }
        .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(1) {
          margin-bottom: 10px; }
          @media (min-width: 800px) {
            .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(1) {
              margin-bottom: 0;
              border-left: 1px solid rgba(255, 255, 255, 0.2); } }
          .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(1).menu-item-open > a, .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(1):hover > a, .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(1).opened > a {
            background: #C4D600;
            color: #00205B; }
          .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(1) > a {
            color: #C4D600; }
            .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(1) > a:focus {
              background: #C4D600;
              color: #00205B; }
        .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(2).menu-item-open > a, .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(2):hover > a, .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(2).opened > a {
          background: #FF9E1B;
          color: #00205B; }
        .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(2) > a {
          color: #FF9E1B; }
          .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(2) > a:focus {
            background: #FF9E1B;
            color: #00205B; }
        .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(3) {
          display: none; }
          @media (min-width: 800px) {
            .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(3) {
              display: block; } }
          .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(3).menu-item-open > a, .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(3):hover > a {
            background: #00B5E2;
            color: #00205B; }
          .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(3) > a {
            color: #00B5E2; }
            .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(3) > a:focus {
              background: #00B5E2;
              color: #00205B; }
        .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(4) {
          display: none; }
          @media (min-width: 800px) {
            .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(4) {
              display: block; } }
          .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(4).menu-item-open > a, .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(4):hover > a {
            background: #DAAA00;
            color: #00205B; }
          .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(4) > a {
            color: #DAAA00; }
            .home .nav-hp-fixed .fsNavLevel1 > li:nth-child(4) > a:focus {
              background: #DAAA00;
              color: #00205B; }
        .home .nav-hp-fixed .fsNavLevel1 > li.fsNavParentPage.opened .toggle-sublist:after {
          content: "\e90d";
          color: rgba(0, 0, 0, 0.7); }
        @media (min-width: 800px) {
          .home .nav-hp-fixed .fsNavLevel1 > li.fsNavParentPage.menu-item-open .fsNavPageInfo, .home .nav-hp-fixed .fsNavLevel1 > li.fsNavParentPage:hover .fsNavPageInfo {
            opacity: 1;
            visibility: visible; } }
        .home .nav-hp-fixed .fsNavLevel1 > li.fsNavParentPage .toggle-sublist {
          border: 0;
          background: none;
          margin: 0;
          padding: 0;
          font-size: 0;
          line-height: 1;
          text-align: center;
          margin-left: 3px;
          width: 20px;
          position: relative;
          top: 5px;
          cursor: pointer; }
          .home .nav-hp-fixed .fsNavLevel1 > li.fsNavParentPage .toggle-sublist:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.75rem;
            line-height: 1.75;
            vertical-align: bottom; }
        .home .nav-hp-fixed .fsNavLevel1 > li > a {
          text-transform: uppercase;
          font-size: 0.8125rem;
          line-height: 60px;
          font-weight: 700;
          padding: 0 32px;
          text-align: center;
          letter-spacing: 0.042em; }
          .home .nav-hp-fixed .fsNavLevel1 > li > a:hover .toggle-sublist:after {
            color: rgba(0, 0, 0, 0.7); }
    .home .nav-hp-fixed .fsNavPageInfo {
      width: 100%;
      background: #F7F4ED;
      transition: all 0.3s ease;
      padding: 0 20px;
      display: none; }
      @media (min-width: 800px) {
        .home .nav-hp-fixed .fsNavPageInfo {
          display: block !important;
          position: absolute;
          bottom: 100%;
          left: 0;
          z-index: 5000;
          opacity: 0;
          visibility: hidden; } }
    .home .nav-hp-fixed .col-wrap {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 22px 0; }
      @media (min-width: 800px) {
        .home .nav-hp-fixed .col-wrap {
          -ms-flex-direction: row;
          flex-direction: row; } }
    @media (min-width: 800px) {
      .home .nav-hp-fixed .fsNavLevel2 {
        width: calc((100% / 3) - 20px); } }
    .home .nav-hp-fixed .fsNavLevel2 ~ .fsNavLevel2 {
      border-top: 1px solid rgba(197, 183, 131, 0.5); }
      @media (min-width: 800px) {
        .home .nav-hp-fixed .fsNavLevel2 ~ .fsNavLevel2 {
          border-top: 0;
          margin-left: 30px; } }
    .home .nav-hp-fixed .fsNavLevel2 li:not(:last-child) {
      border-bottom: 1px solid rgba(197, 183, 131, 0.5); }
    .home .nav-hp-fixed .fsNavLevel2 li a {
      font-weight: 600;
      font-size: 0.9375rem;
      line-height: 1.2;
      color: rgba(57, 57, 58, 0.7);
      padding: 10px 0; }
      .home .nav-hp-fixed .fsNavLevel2 li a:hover, .home .nav-hp-fixed .fsNavLevel2 li a:focus {
        color: #1D1D1D; }
  .home .j-overlay .j-gallery-nav {
    display: none; }
  .home .j-overlay a.j-close {
    background-size: auto;
    background-position: 0 14px;
    width: 14px; }
    .home .j-overlay a.j-close:hover, .home .j-overlay a.j-close:focus {
      background-position: 0 14px; }
  .home .j-overlay a:not(.j-close) {
    background-image: none; }
  .home dialog.fsElementDialog.fsPostElement {
    border-radius: 0;
    width: 880px; }
    .home dialog.fsElementDialog.fsPostElement .fsDialogContent {
      padding: 50px; }
    .home dialog.fsElementDialog.fsPostElement .fsDialogCloseButton {
      top: 30px;
      right: 30px;
      -ms-transform: none;
      transform: none;
      width: auto;
      height: auto;
      font-size: 0.875rem;
      line-height: 1;
      color: #E1523D; }
      .home dialog.fsElementDialog.fsPostElement .fsDialogCloseButton:hover:before, .home dialog.fsElementDialog.fsPostElement .fsDialogCloseButton:focus:before {
        -ms-transform: none;
        transform: none; }
      .home dialog.fsElementDialog.fsPostElement .fsDialogCloseButton:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: static;
        width: auto;
        height: auto;
        display: block;
        background: none;
        border-radius: none; }
      .home dialog.fsElementDialog.fsPostElement .fsDialogCloseButton:after {
        content: normal; }
    .home dialog.fsElementDialog.fsPostElement .fsTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 28px;
      line-height: 34px;
      color: #1D1D1D;
      font-family: "calluna", serif;
      margin-bottom: 20px;
      margin-bottom: 15px; }
      .home dialog.fsElementDialog.fsPostElement .fsTitle ~ * {
        margin-bottom: 20px; }
        .home dialog.fsElementDialog.fsPostElement .fsTitle ~ *:last-child {
          margin-bottom: 0; }

.home.fsComposeMode .hero-collage .fsResourceElement {
  top: 75px; }

.home.fsComposeMode .find-program .program-outro {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .home.fsComposeMode .find-program .program-outro .fsElementActionButtonContainer,
  .home.fsComposeMode .find-program .program-outro .fsElementAddWrapper {
    width: 100%; }
  .home.fsComposeMode .find-program .program-outro > footer {
    margin-left: 0;
    margin-top: 20px; }

.home.fsComposeMode .find-program .program-grid .fsElement.fsContent .fsElementAddWrapper,
.home.fsComposeMode .find-program .program-grid .fsElement.fsContent .fsElementActionSection {
  position: relative;
  z-index: 1; }

.landing .fsElement {
  margin-bottom: 70px; }
  .landing .fsElement:last-child {
    margin-bottom: 0; }

.landing p {
  margin-bottom: 30px; }
  .landing p:last-child {
    margin-bottom: 0; }

.landing .fsCalendar.fsSlideshowHorizontal {
  margin-bottom: 70px; }
  .landing .fsCalendar.fsSlideshowHorizontal:last-child {
    margin-bottom: 0; }
  .landing .fsCalendar.fsSlideshowHorizontal > header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    overflow: hidden; }
    @media (min-width: 600px) {
      .landing .fsCalendar.fsSlideshowHorizontal > header {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .landing .fsCalendar.fsSlideshowHorizontal > header .fsElementHeaderContent {
      margin: 20px 0 0;
      position: relative; }
      @media (min-width: 600px) {
        .landing .fsCalendar.fsSlideshowHorizontal > header .fsElementHeaderContent {
          margin-top: 0; } }
      .landing .fsCalendar.fsSlideshowHorizontal > header .fsElementHeaderContent:before {
        position: absolute;
        top: calc(50% - 3px);
        right: calc(100% + 20px);
        width: 1200px;
        height: 2px;
        background: rgba(197, 183, 131, 0.5); }
        @media (min-width: 600px) {
          .landing .fsCalendar.fsSlideshowHorizontal > header .fsElementHeaderContent:before {
            content: ''; } }
      .landing .fsCalendar.fsSlideshowHorizontal > header .fsElementHeaderContent .fs_style_29 {
        margin-bottom: 0;
        padding: 17px 20px; }
    .landing .fsCalendar.fsSlideshowHorizontal > header .fsElementTitle {
      margin-bottom: 0;
      background: #FFF;
      position: relative;
      z-index: 1; }
      @media (min-width: 600px) {
        .landing .fsCalendar.fsSlideshowHorizontal > header .fsElementTitle {
          padding-right: 20px;
          padding-top: 3px; } }
  .landing .fsCalendar.fsSlideshowHorizontal .slick-slider {
    margin-bottom: 0; }

.landing .fsPostElement.custom-post-grid {
  margin-bottom: 70px; }
  .landing .fsPostElement.custom-post-grid:last-child {
    margin-bottom: 0; }
  .landing .fsPostElement.custom-post-grid > header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    overflow: hidden; }
    @media (min-width: 600px) {
      .landing .fsPostElement.custom-post-grid > header {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .landing .fsPostElement.custom-post-grid > header .fsElementHeaderContent {
      margin: 20px 0 0;
      position: relative; }
      @media (min-width: 600px) {
        .landing .fsPostElement.custom-post-grid > header .fsElementHeaderContent {
          margin-top: 0; } }
      .landing .fsPostElement.custom-post-grid > header .fsElementHeaderContent:before {
        position: absolute;
        top: calc(50% - 3px);
        right: calc(100% + 20px);
        width: 1200px;
        height: 2px;
        background: rgba(197, 183, 131, 0.5); }
        @media (min-width: 600px) {
          .landing .fsPostElement.custom-post-grid > header .fsElementHeaderContent:before {
            content: ''; } }
      .landing .fsPostElement.custom-post-grid > header .fsElementHeaderContent .fs_style_29 {
        margin-bottom: 0;
        padding: 17px 20px; }
    .landing .fsPostElement.custom-post-grid > header .fsElementTitle {
      padding-top: 3px;
      margin-bottom: 0;
      background: #FFF;
      padding-right: 20px;
      position: relative;
      z-index: 1; }
  .landing .fsPostElement.custom-post-grid .fsListItems {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #407EC9;
    padding: 20px; }
    @media (min-width: 600px) {
      .landing .fsPostElement.custom-post-grid .fsListItems {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        border-top: 30px solid #FFF;
        padding: 0 30px; } }
  .landing .fsPostElement.custom-post-grid article {
    position: relative;
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
    border: 1px solid #FFF;
    border-right: 0; }
    @media (min-width: 600px) {
      .landing .fsPostElement.custom-post-grid article {
        width: calc(100% / 3);
        top: -30px;
        margin: 0; } }
    .landing .fsPostElement.custom-post-grid article:last-child {
      border-right: 1px solid #FFF;
      margin-bottom: 0; }
    .landing .fsPostElement.custom-post-grid article:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
      z-index: 1; }
    .landing .fsPostElement.custom-post-grid article .fsTitle {
      position: absolute;
      bottom: 19px;
      left: 0;
      width: 100%;
      margin: 0;
      padding: 0 20px;
      color: #FFF;
      z-index: 20; }
      .landing .fsPostElement.custom-post-grid article .fsTitle a {
        color: inherit;
        background: none;
        display: block; }
    .landing .fsPostElement.custom-post-grid article .fsThumbnail {
      margin-bottom: 0;
      overflow: hidden; }
      .landing .fsPostElement.custom-post-grid article .fsThumbnail:hover .fsCroppedImage, .landing .fsPostElement.custom-post-grid article .fsThumbnail:focus .fsCroppedImage {
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .landing .fsPostElement.custom-post-grid article .fsThumbnail .fsCroppedImage {
        transition: 0.3s all ease; }

.landing .where-to-next {
  margin-bottom: 50px; }
  .landing .where-to-next:last-child {
    margin-bottom: 0; }
  .landing .where-to-next.fsLayout > header:before {
    left: 10px;
    width: calc(100% - 20px); }
  .landing .where-to-next > header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 27px;
    overflow: hidden;
    position: relative; }
    .landing .where-to-next > header:before {
      content: '';
      position: absolute;
      top: calc(50% + 3px);
      left: 0;
      width: 100%;
      height: 2px;
      background: rgba(197, 183, 131, 0.5); }
    .landing .where-to-next > header .fsElementTitle {
      padding-top: 3px;
      margin-bottom: 0;
      background: #FFF;
      padding-right: 20px;
      position: relative;
      z-index: 1; }

.landing .wingate-pictures {
  position: relative;
  margin: 0 auto;
  max-width: 53.88889em;
  max-width: 60.625rem;
  margin-bottom: 70px; }
  .landing .wingate-pictures:last-child {
    margin-bottom: 0; }
  .landing .wingate-pictures > header {
    position: absolute;
    top: 10px;
    left: 0;
    background: #E1523D;
    z-index: 50; }
    .landing .wingate-pictures > header .fsElementTitle {
      margin: 0;
      color: #FFF;
      text-transform: uppercase;
      font-size: 0.8125rem;
      line-height: 1.3847;
      font-weight: 700;
      font-family: "calluna-sans", sans-serif;
      letter-spacing: 1px;
      padding: 19px 20px; }
  .landing .wingate-pictures:after {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% - 20px);
    width: 9999px;
    height: 150px;
    background-image: linear-gradient(to bottom, #00558C 50%, transparent 50%);
    background-size: 100% 60px; }
  .landing .wingate-pictures .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    -ms-transform: none;
    transform: none;
    border: 0;
    padding: 0;
    background: #FFF;
    color: #4A4A4A;
    font-size: 0;
    line-height: 1;
    text-align: center;
    transition: 0.3s color;
    z-index: 50; }
    .landing .wingate-pictures .slick-arrow:hover, .landing .wingate-pictures .slick-arrow:focus {
      color: #407EC9; }
    .landing .wingate-pictures .slick-arrow:before {
      position: static;
      -ms-transform: none;
      transform: none;
      color: inherit;
      font-size: 0.75rem;
      transition: none; }
  .landing .wingate-pictures .fsPrevButton {
    right: 50px; }
    .landing .wingate-pictures .fsPrevButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .landing .wingate-pictures .fsPrevButton:after {
      content: '';
      position: absolute;
      top: 10px;
      right: 0;
      width: 1px;
      height: 30px;
      background: #D8D8D8; }
  .landing .wingate-pictures .fsNextButton {
    right: 0; }
    .landing .wingate-pictures .fsNextButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .landing .wingate-pictures .slick-slider {
    margin: 0;
    padding: 0 0 0 10px; }
  .landing .wingate-pictures article {
    padding: 0;
    position: relative; }
    .landing .wingate-pictures article:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); }
    .landing .wingate-pictures article picture {
      display: block;
      background-size: cover;
      background-position: center; }
      @media (min-width: 600px) {
        .landing .wingate-pictures article picture {
          background: none !important; } }
      .landing .wingate-pictures article picture img {
        opacity: 0;
        min-height: 350px; }
        @media (min-width: 400px) {
          .landing .wingate-pictures article picture img {
            min-height: 300px; } }
        @media (min-width: 600px) {
          .landing .wingate-pictures article picture img {
            opacity: 1; } }
    .landing .wingate-pictures article figcaption {
      position: absolute;
      bottom: 30px;
      left: 30px;
      width: calc(100% - 100px);
      margin: 0;
      font-size: 1rem;
      line-height: 1.4375;
      font-family: "calluna-sans", sans-serif;
      color: #FFF; }
      @media (min-width: 600px) {
        .landing .wingate-pictures article figcaption {
          width: calc(100% - 200px); } }
      .landing .wingate-pictures article figcaption p {
        margin-bottom: 15px; }
        .landing .wingate-pictures article figcaption p:last-child {
          margin-bottom: 0; }
      .landing .wingate-pictures article figcaption a {
        color: #FFF;
        background-position: 0 13px;
        font-weight: 700; }
        .landing .wingate-pictures article figcaption a:hover, .landing .wingate-pictures article figcaption a:focus {
          background-position: 0 17px; }

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

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 21.05263%; }
    @media (min-width: 1180px) {
      .colors ol li {
        width: 15.78947%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #4A4A4A;
      color: #4A4A4A; }
      .colors ol li:nth-of-type(1):after {
        content: "#4A4A4A"; }
    .colors ol li:nth-of-type(2) {
      background: #407EC9;
      color: #407EC9; }
      .colors ol li:nth-of-type(2):after {
        content: "#407EC9"; }
    .colors ol li:nth-of-type(3) {
      background: #00B5E2;
      color: #00B5E2; }
      .colors ol li:nth-of-type(3):after {
        content: "#00B5E2"; }
    .colors ol li:nth-of-type(4) {
      background: #00558C;
      color: #00558C; }
      .colors ol li:nth-of-type(4):after {
        content: "#00558C"; }
    .colors ol li:nth-of-type(5) {
      background: #00205B;
      color: #00205B; }
      .colors ol li:nth-of-type(5):after {
        content: "#00205B"; }
    .colors ol li:nth-of-type(6) {
      background: #C4D600;
      color: #C4D600; }
      .colors ol li:nth-of-type(6):after {
        content: "#C4D600"; }
    .colors ol li:nth-of-type(7) {
      background: #00C7B1;
      color: #00C7B1; }
      .colors ol li:nth-of-type(7):after {
        content: "#00C7B1"; }
    .colors ol li:nth-of-type(8) {
      background: #DAAA00;
      color: #DAAA00; }
      .colors ol li:nth-of-type(8):after {
        content: "#DAAA00"; }
    .colors ol li:nth-of-type(9) {
      background: #C5B783;
      color: #C5B783; }
      .colors ol li:nth-of-type(9):after {
        content: "#C5B783"; }
    .colors ol li:nth-of-type(10) {
      background: #E1523D;
      color: #E1523D; }
      .colors ol li:nth-of-type(10):after {
        content: "#E1523D"; }
    .colors ol li:nth-of-type(11) {
      background: #F7F7F7;
      color: #F7F7F7; }
      .colors ol li:nth-of-type(11):after {
        content: "#F7F7F7"; }
    .colors ol li:nth-of-type(12) {
      background: #D8D8D8;
      color: #D8D8D8; }
      .colors ol li:nth-of-type(12):after {
        content: "#D8D8D8"; }
    .colors ol li:nth-of-type(13) {
      background: #F7F4ED;
      color: #F7F4ED; }
      .colors ol li:nth-of-type(13):after {
        content: "#F7F4ED"; }
    .colors ol li:nth-of-type(14) {
      background: #9B9B9B;
      color: #9B9B9B; }
      .colors ol li:nth-of-type(14):after {
        content: "#9B9B9B"; }
    .colors ol li:nth-of-type(15) {
      background: #1D1D1D;
      color: #1D1D1D; }
      .colors ol li:nth-of-type(15):after {
        content: "#1D1D1D"; }
    .colors ol li:nth-of-type(16) {
      background: #8C857B;
      color: #8C857B; }
      .colors ol li:nth-of-type(16):after {
        content: "#8C857B"; }
    .colors ol li:nth-of-type(17) {
      background: #9A3324;
      color: #9A3324; }
      .colors ol li:nth-of-type(17):after {
        content: "#9A3324"; }
    .colors ol li:nth-of-type(18) {
      background: #FF9E1B;
      color: #FF9E1B; }
      .colors ol li:nth-of-type(18):after {
        content: "#FF9E1B"; }
    .colors ol li:nth-of-type(19) {
      background: #595478;
      color: #595478; }
      .colors ol li:nth-of-type(19):after {
        content: "#595478"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.27778em;
    padding: 0.27778em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "calluna", serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "calluna, serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: "calluna-sans", sans-serif; }
      .fonts ol li:nth-of-type(2):after {
        content: "calluna-sans, sans-serif"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(3):after {
        content: "IcoMoon"; }

.headers h1:after {
  content: " size: 50px / line: 70px"; }

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

.headers h3:after {
  content: " size: 22px / line: 27px"; }

.headers h4:after {
  content: " size: 22px / line: 26px"; }

.headers h5:after {
  content: " size: 17px / line: 23px"; }

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

/*! enhancements - Image Button */
.fsLayout.has-image-button {
  margin-left: -10px;
  margin-right: -10px; }
  .fsLayout.has-image-button + .fsLayout.has-image-button {
    margin-top: -50px; }
  .fsLayout.has-image-button > header {
    padding: 0 10px; }
  .fsLayout.has-image-button > .fsDiv {
    padding: 0 10px; }

.image-button.fsElement.fsContent {
  min-height: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0; }
  body.fsComposeMode .image-button.fsElement.fsContent:before {
    content: normal; }
  body.fsComposeMode .image-button.fsElement.fsContent > .fsElementContent {
    display: block; }
  body.fsComposeMode .image-button.fsElement.fsContent > header {
    position: static;
    opacity: 1;
    visibility: visible; }
  body.fsComposeMode .image-button.fsElement.fsContent .wrapper {
    display: none; }
  .image-button.fsElement.fsContent:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    transition: all 0.3s ease; }
  .image-button.fsElement.fsContent:hover:before, .image-button.fsElement.fsContent.opened:before {
    opacity: 0;
    visibility: hidden; }
  .image-button.fsElement.fsContent:hover > header, .image-button.fsElement.fsContent.opened > header {
    opacity: 0;
    visibility: hidden; }
  .image-button.fsElement.fsContent:hover .wrapper, .image-button.fsElement.fsContent.opened .wrapper {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1);
    transform: scale(1); }
  .image-button.fsElement.fsContent > header {
    position: absolute;
    bottom: 36px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    transition: all 0.3s ease; }
    .image-button.fsElement.fsContent > header .fsElementTitle {
      font-size: 1.375rem;
      line-height: 1.2273;
      font-weight: 600;
      color: #FFF;
      margin: 0; }
  .image-button.fsElement.fsContent > .fsElementContent {
    display: none; }
  .image-button.fsElement.fsContent .wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 0;
    visibility: hidden;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: all 0.3s ease;
    border: 1px solid #FFF;
    background: rgba(0, 32, 91, 0.9);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 20px; }
    .image-button.fsElement.fsContent .wrapper > header {
      margin-bottom: 16px; }
      .image-button.fsElement.fsContent .wrapper > header .fsElementTitle {
        font-size: 1.375rem;
        line-height: 1.2273;
        font-weight: 600;
        color: #FFF;
        margin: 0; }
      .image-button.fsElement.fsContent .wrapper > header:after {
        content: '';
        background: #C4D600;
        display: block;
        width: 60px;
        height: 3px;
        margin: 10px auto 0; }
    .image-button.fsElement.fsContent .wrapper > .fsElementContent {
      color: #FFF;
      font-size: 1rem;
      line-height: 1.4375; }
      .image-button.fsElement.fsContent .wrapper > .fsElementContent p {
        margin-bottom: 15px; }
        .image-button.fsElement.fsContent .wrapper > .fsElementContent p:last-child {
          margin-bottom: 0; }
      .image-button.fsElement.fsContent .wrapper > .fsElementContent a {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 0.8125rem;
        line-heihgt: 1.154;
        display: inline-block;
        background: transparent;
        color: #FFF; }
        .image-button.fsElement.fsContent .wrapper > .fsElementContent a:hover, .image-button.fsElement.fsContent .wrapper > .fsElementContent a:focus {
          color: #C4D600; }

/*! enhancements - Infograph */
.infograph-container.fsContainer {
  margin-bottom: 70px; }
  .infograph-container.fsContainer:last-child {
    margin-bottom: 0; }
  .infograph-container.fsContainer > header {
    padding-left: 10px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 10; }
    .infograph-container.fsContainer > header .fsElementTitle {
      margin: 0;
      color: #FFF;
      background: #00205B;
      text-transform: uppercase;
      font-size: 0.8125rem;
      line-height: 1.385;
      font-weight: 700;
      font-family: "calluna-sans", sans-serif;
      letter-spacing: 1px;
      padding: 19px 18px; }
  .infograph-container.fsContainer > .fsElementContent {
    margin-top: -20px; }
  .infograph-container.fsContainer .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    border: 0;
    padding: 0;
    background: #FFF;
    color: #4A4A4A;
    font-size: 0;
    line-height: 1;
    text-align: center;
    transition: 0.3s color;
    z-index: 50; }
    .infograph-container.fsContainer .slick-arrow:hover, .infograph-container.fsContainer .slick-arrow:focus {
      color: #407EC9; }
    .infograph-container.fsContainer .slick-arrow:before {
      position: static;
      -ms-transform: none;
      transform: none;
      color: inherit;
      font-size: 0.75rem;
      transition: none; }
  .infograph-container.fsContainer .slick-prev {
    right: 50px; }
    .infograph-container.fsContainer .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .infograph-container.fsContainer .slick-prev:after {
      content: '';
      position: absolute;
      top: 10px;
      right: 0;
      width: 1px;
      height: 30px;
      background: #D8D8D8; }
  .infograph-container.fsContainer .slick-next {
    right: 0; }
    .infograph-container.fsContainer .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .infograph-container.fsContainer .stat-slide {
    margin: 0; }
    .infograph-container.fsContainer .stat-slide .fsElement.fsContent {
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      background-size: cover;
      background-position: center; }
      @media (min-width: 700px) {
        .infograph-container.fsContainer .stat-slide .fsElement.fsContent {
          -ms-flex-direction: row;
          flex-direction: row; }
          body.fsComposeMode .infograph-container.fsContainer .stat-slide .fsElement.fsContent {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            body.fsComposeMode .infograph-container.fsContainer .stat-slide .fsElement.fsContent .fsElementActionButtonContainer,
            body.fsComposeMode .infograph-container.fsContainer .stat-slide .fsElement.fsContent .fsElementAddWrapper {
              width: 100%; } }
      .infograph-container.fsContainer .stat-slide .fsElement.fsContent > header,
      .infograph-container.fsContainer .stat-slide .fsElement.fsContent > .fsElementContent {
        width: 100%; }
        @media (min-width: 700px) {
          .infograph-container.fsContainer .stat-slide .fsElement.fsContent > header,
          .infograph-container.fsContainer .stat-slide .fsElement.fsContent > .fsElementContent {
            width: 50%;
            -ms-flex-negative: 0;
            flex-shrink: 0; } }
      .infograph-container.fsContainer .stat-slide .fsElement.fsContent > header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; }
        .infograph-container.fsContainer .stat-slide .fsElement.fsContent > header .fsElementTitle {
          font-size: 3.75rem;
          line-height: 1;
          font-family: "calluna-sans", sans-serif;
          font-weight: 900;
          margin-bottom: 23px; }
        .infograph-container.fsContainer .stat-slide .fsElement.fsContent > header .fsElementHeaderContent {
          font-size: 1.125rem;
          line-height: 1.5;
          font-weight: 600;
          font-family: "calluna", serif;
          max-width: 100%; }
          .infograph-container.fsContainer .stat-slide .fsElement.fsContent > header .fsElementHeaderContent a {
            font-family: "calluna-sans", sans-serif; }
          .infograph-container.fsContainer .stat-slide .fsElement.fsContent > header .fsElementHeaderContent p {
            margin-bottom: 15px; }
            .infograph-container.fsContainer .stat-slide .fsElement.fsContent > header .fsElementHeaderContent p:last-child {
              margin-bottom: 0; }
      .infograph-container.fsContainer .stat-slide .fsElement.fsContent > .fsElementContent {
        font-size: 1rem;
        line-height: 1.4375; }
      .infograph-container.fsContainer .stat-slide .fsElement.fsContent a {
        font-weight: 700; }
      .infograph-container.fsContainer .stat-slide .fsElement.fsContent p {
        margin-bottom: 19px; }
        .infograph-container.fsContainer .stat-slide .fsElement.fsContent p:last-child {
          margin-bottom: 0; }
  @media (min-width: 700px) {
    .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent {
      min-height: 315px;
      height: 315px; } }
  .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(1) {
    background: #00558C;
    color: #FFF; }
    .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(1):after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg);
      font-size: 1.75rem;
      line-height: 1;
      color: #407EC9; }
      @media (min-width: 700px) {
        .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(1):after {
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
    .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(1) > header {
      padding: 20px; }
      @media (min-width: 700px) {
        .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(1) > header {
          padding: 20px 30px; } }
      .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(1) > header .fsElementTitle {
        color: #FFF; }
    .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(1) > .fsElementContent {
      padding: 20px;
      text-align: center; }
      @media (min-width: 700px) {
        .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(1) > .fsElementContent {
          padding: 20px 30px 20px 49px;
          text-align: left;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: center;
          justify-content: center; } }
      .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(1) > .fsElementContent a {
        color: #FFF;
        background-image: url("../images/link-underline-cornflower.png");
        background-position: 0 13px; }
        .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(1) > .fsElementContent a:hover, .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(1) > .fsElementContent a:focus {
          background-position: 0 17px; }
  .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(2) {
    background: #C5B783;
    color: #1D1D1D; }
    .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(2) > header {
      -ms-flex-order: 2;
      order: 2;
      padding: 20px 20px 70px; }
      @media (min-width: 700px) {
        .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(2) > header {
          padding: 20px 27px; } }
      .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(2) > header .fsElementHeaderContent {
        margin: 0; }
        .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(2) > header .fsElementHeaderContent a {
          background-image: url("../images/link-underline-white50.png");
          color: #1D1D1D;
          font-size: 1rem;
          line-height: 1.4375;
          background-position: 0 13px; }
          .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(2) > header .fsElementHeaderContent a:hover, .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(2) > header .fsElementHeaderContent a:focus {
            background-position: 0 17px; }
    .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(2) > .fsElementContent {
      -ms-flex-order: 1;
      order: 1;
      position: relative;
      background-size: cover;
      background-position: center; }
      .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(2) > .fsElementContent:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 50%;
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        border-bottom: 18px solid #C5B783;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent; }
        @media (min-width: 700px) {
          .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(2) > .fsElementContent:before {
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            bottom: auto;
            right: 0;
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
            border-right: 18px solid #C5B783;
            border-left: none; } }
      .infograph-container.fsContainer .stat-slide.large .fsElement.fsContent:nth-child(2) > .fsElementContent img {
        width: 100%;
        opacity: 0; }
  @media (min-width: 1000px) {
    .infograph-container.fsContainer .stat-slide.small {
      border-top: 20px solid #FFF;
      border-bottom: 20px solid #FFF; } }
  @media (min-width: 700px) {
    .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent {
      min-height: 295px; } }
  .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(1) {
    background: #C4D600; }
    .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(1) > header {
      padding: 20px;
      position: relative; }
      @media (min-width: 700px) {
        .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(1) > header {
          padding: 20px 27px; } }
      .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(1) > header:before {
        content: '';
        position: absolute;
        top: 100%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 18px solid #C4D600; }
        @media (min-width: 700px) {
          .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(1) > header:before {
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 100%;
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
            border-left: 18px solid #C4D600;
            border-right: none; } }
      .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(1) > header .fsElementHeaderContent a {
        background-image: url("../images/link-underline-white50.png");
        color: #1D1D1D;
        font-size: 1rem;
        line-height: 1.4375;
        background-position: 0 13px; }
        .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(1) > header .fsElementHeaderContent a:hover, .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(1) > header .fsElementHeaderContent a:focus {
          background-position: 0 17px; }
    .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(1) > .fsElementContent {
      background-size: cover;
      background-position: center; }
      .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(1) > .fsElementContent img {
        width: 100%;
        opacity: 0; }
  .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(2) {
    color: #FFF; }
    .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(2) > header {
      background: #E1523D;
      padding: 20px; }
      @media (min-width: 700px) {
        .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(2) > header {
          min-height: 295px;
          padding: 20px 30px; } }
      .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(2) > header .fsElementTitle {
        color: #FFF; }
      .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(2) > header .fsElementHeaderContent a {
        background-image: url("../images/link-underline-ruby.png");
        color: #FFF;
        font-size: 1rem;
        line-height: 1.4375;
        background-position: 0 13px; }
        .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(2) > header .fsElementHeaderContent a:hover, .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(2) > header .fsElementHeaderContent a:focus {
          background-position: 0 17px; }
    .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(2) > .fsElementContent {
      background: #00205B;
      padding: 20px 20px 70px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 700px) {
        .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(2) > .fsElementContent {
          min-height: 295px;
          padding: 20px 30px; } }
      .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(2) > .fsElementContent a {
        background-image: url("../images/link-underline-wingateblue.png");
        color: #FFF;
        font-size: 1rem;
        line-height: 1.4375;
        background-position: 0 13px; }
        .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(2) > .fsElementContent a:hover, .infograph-container.fsContainer .stat-slide.small .fsElement.fsContent:nth-child(2) > .fsElementContent a:focus {
          background-position: 0 17px; }

/*! enhancements - Link List */
.fsLayout.has-link-list {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 800px) {
    .fsLayout.has-link-list {
      -ms-flex-direction: row;
      flex-direction: row; }
      .fsLayout.has-link-list.fsTwoColumnLayout > .fsDiv {
        width: calc(100% / 2); }
      .fsLayout.has-link-list.fsThreeColumnLayout > .fsDiv {
        width: calc(100% / 3); }
      .fsLayout.has-link-list.fsFourColumnLayout > .fsDiv {
        width: calc(100% / 4); }
      body.fsComposeMode .fsLayout.has-link-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body.fsComposeMode .fsLayout.has-link-list .fsElementActionButtonContainer,
        body.fsComposeMode .fsLayout.has-link-list .fsElementAddWrapper {
          width: 100%; } }
  .fsLayout.has-link-list:last-child {
    margin-bottom: 0; }
  .fsLayout.has-link-list > header {
    padding: 0 10px; }
  .fsLayout.has-link-list > .fsDiv {
    padding: 0 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 100%; }
    .fsLayout.has-link-list > .fsDiv:before {
      content: '';
      position: absolute;
      top: 0;
      left: 10px;
      width: calc(100% - 20px);
      height: 100%;
      background: rgba(197, 183, 131, 0.15); }
    .fsLayout.has-link-list > .fsDiv > .link-list.fsElement {
      background: none; }

.link-list.fsElement {
  background: rgba(197, 183, 131, 0.15);
  border-top: 5px solid #DAAA00;
  padding: 18px 20px 30px;
  position: relative;
  margin-bottom: 70px; }
  .link-list.fsElement:last-child {
    margin-bottom: 0; }
  .link-list.fsElement > header {
    margin-bottom: 15px; }
    .link-list.fsElement > header .fsElementTitle {
      margin-bottom: 12px; }
    .link-list.fsElement > header .fsElementHeaderContent {
      margin-bottom: 0; }
      .link-list.fsElement > header .fsElementHeaderContent img {
        display: block;
        width: 100%; }
  .link-list.fsElement > .fsElementContent > ul, .link-list.fsElement > .fsElementContent > ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .link-list.fsElement > .fsElementContent > ul li {
    margin: 0;
    padding: 0; }
  .link-list.fsElement > .fsElementContent > ul > li:not(:last-child) {
    margin-bottom: 6px; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    margin-top: 0; }
  40% {
    margin-top: -5px; }
  60% {
    margin-top: 5px; } }
  .link-list.fsElement > .fsElementContent > ul > li > a {
    display: block;
    background: #FFF;
    font-size: 1rem;
    line-height: 2;
    color: #000;
    font-weight: 600;
    border: 1px solid #D8D8D8;
    padding: 8px 20px;
    position: relative; }
    .link-list.fsElement > .fsElementContent > ul > li > a:hover, .link-list.fsElement > .fsElementContent > ul > li > a:focus {
      color: #00C7B1; }
      .link-list.fsElement > .fsElementContent > ul > li > a:hover:after, .link-list.fsElement > .fsElementContent > ul > li > a:focus:after {
        animation: 0.75s bounce; }
    .link-list.fsElement > .fsElementContent > ul > li > a:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 50%;
      right: 20px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #00C7B1; }

/*! enhancements - Masthead Hero */
.masthead-hero.fsElement .slick-slider {
  margin: 0;
  padding: 0; }

.masthead-hero.fsElement .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  -ms-transform: none;
  transform: none;
  border: 0;
  padding: 0;
  background: #FFF;
  color: #4A4A4A;
  font-size: 0;
  line-height: 1;
  text-align: center;
  transition: 0.3s color;
  z-index: 50; }
  .masthead-hero.fsElement .slick-arrow:hover, .masthead-hero.fsElement .slick-arrow:focus {
    color: #407EC9; }
  .masthead-hero.fsElement .slick-arrow:before {
    position: static;
    -ms-transform: none;
    transform: none;
    color: inherit;
    font-size: 0.75rem;
    transition: none; }

.masthead-hero.fsElement .fsPrevButton {
  right: 50px; }
  .masthead-hero.fsElement .fsPrevButton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .masthead-hero.fsElement .fsPrevButton:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 30px;
    background: #D8D8D8; }

.masthead-hero.fsElement .fsNextButton {
  right: 0; }
  .masthead-hero.fsElement .fsNextButton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.masthead-hero.fsElement .fsResource {
  padding: 0; }
  .masthead-hero.fsElement .fsResource figure {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 1000px) {
      .masthead-hero.fsElement .fsResource figure {
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media (min-width: 1000px) {
      .masthead-hero.fsElement .fsResource figure picture {
        width: 67.7084%;
        background-size: cover;
        background-position: center; } }
    .masthead-hero.fsElement .fsResource figure picture img {
      width: 100%; }
      @media (min-width: 1000px) {
        .masthead-hero.fsElement .fsResource figure picture img {
          opacity: 0; } }
    .masthead-hero.fsElement .fsResource figure figcaption {
      margin-top: 0;
      background: #00205B;
      padding: 20px 20px 70px;
      font-family: "calluna-sans", sans-serif;
      color: #FFF;
      font-size: 1rem;
      line-height: 1.4375; }
      @media (min-width: 1000px) {
        .masthead-hero.fsElement .fsResource figure figcaption {
          width: calc((100% - 67.7084%) + 20px);
          margin-top: 20px;
          margin-left: -20px;
          background: rgba(0, 32, 91, 0.96);
          padding: 60px; } }
      .masthead-hero.fsElement .fsResource figure figcaption p {
        margin-bottom: 14px; }
        .masthead-hero.fsElement .fsResource figure figcaption p:last-child {
          margin-bottom: 0; }
      .masthead-hero.fsElement .fsResource figure figcaption a {
        color: inherit;
        background-image: url("../images/link-underline-wingateblue.png");
        background-position: 0 13px;
        font-weight: 700; }
        .masthead-hero.fsElement .fsResource figure figcaption a:hover, .masthead-hero.fsElement .fsResource figure figcaption a:focus {
          background-position: 0 17px; }
      .masthead-hero.fsElement .fsResource figure figcaption .fsTitle {
        font-size: 1.75rem;
        line-height: 1.2143;
        font-family: "calluna", serif;
        font-weight: normal;
        margin-bottom: 28px; }
        .masthead-hero.fsElement .fsResource figure figcaption .fsTitle a {
          background: none; }

/*! enhancements - Post Filter Grid */
.fsPostToolsElement.fsTagFilter {
  margin-bottom: 55px; }
  .fsPostToolsElement.fsTagFilter > header .fsElementTitle {
    font-size: 1.375rem;
    line-height: 1.2273;
    font-weight: 600;
    margin-bottom: 30px; }
  .fsPostToolsElement.fsTagFilter .fsToolsList li.fsStateSelected a {
    background: #008575;
    color: #FFF; }
  .fsPostToolsElement.fsTagFilter .fsToolsList li a {
    font-size: 0.8125rem;
    line-height: 1.154;
    padding: 15px 19px;
    margin-right: 8px; }

.post-filter-grid.fsPostElement {
  margin-bottom: 30px; }
  .post-filter-grid.fsPostElement:last-child {
    margin-bottom: 0; }
  .post-filter-grid.fsPostElement .fsListItems {
    margin: 0 -10px; }
  .post-filter-grid.fsPostElement article {
    margin-bottom: 40px;
    padding: 0 30px 30px;
    position: relative; }
    .post-filter-grid.fsPostElement article:before {
      content: '';
      position: absolute;
      top: 30px;
      left: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 30px);
      background: #F7F7F7;
      border: 1px solid #D8D8D8; }
    .post-filter-grid.fsPostElement article .fsTags {
      color: #8A6C00; }
    .post-filter-grid.fsPostElement article > * {
      position: relative; }
    .post-filter-grid.fsPostElement article .fsThumbnail {
      margin-bottom: 20px;
      max-width: 100%; }
      .post-filter-grid.fsPostElement article .fsThumbnail .fsCroppedImage {
        padding-bottom: 75%; }
    .post-filter-grid.fsPostElement article .fsReadMoreLink {
      display: inline-block;
      margin: 0 0 10px;
      padding: 15px 20px;
      background: #C4D600;
      border: 1px solid #C4D600;
      color: #1D1D1D;
      border-radius: 0;
      text-align: center;
      font-size: 0.8125rem;
      line-height: 1.1539;
      text-transform: uppercase;
      font-weight: 700;
      max-width: 300px;
      padding: 15px 21px;
      margin-bottom: 0; }
      .post-filter-grid.fsPostElement article .fsReadMoreLink:hover, .post-filter-grid.fsPostElement article .fsReadMoreLink:focus,
      .fsStateSelected .post-filter-grid.fsPostElement article .fsReadMoreLink {
        background: #FFF;
        color: #1D1D1D; }
    .post-filter-grid.fsPostElement article .fsSummary {
      margin-bottom: 30px; }
    .post-filter-grid.fsPostElement article .fsTags {
      margin-bottom: 28px; }
      .post-filter-grid.fsPostElement article .fsTags:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #9B9B9B;
        margin-right: 7px; }
    .post-filter-grid.fsPostElement article .fsTitle {
      font-size: 1.375rem;
      line-height: 1.2273;
      margin-bottom: 12px; }
      .post-filter-grid.fsPostElement article .fsTitle:first-child {
        padding-top: 50px; }
      .post-filter-grid.fsPostElement article .fsTitle a {
        background: none;
        display: block; }
        .post-filter-grid.fsPostElement article .fsTitle a:hover, .post-filter-grid.fsPostElement article .fsTitle a:focus {
          color: #407EC9; }

/*! enhancements - Social Hero */
body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 71px 20px 88px; }
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(218, 170, 0, 0.9); }
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero > header {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    margin-bottom: 20px; }
    body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero > header .fsElementTitle {
      color: #FFF;
      margin: 0;
      font-size: 1.375rem;
      line-height: 1.2273;
      font-weight: 600; }
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item a {
    background-position: 0 13px; }
    body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item a:hover, body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item a:focus {
      background-position: 0 17px; }
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-instagram:hover .j-text {
    background: rgba(225, 82, 61, 0.9); }
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-instagram:hover .j-message,
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-instagram:hover .j-meta > ul {
    opacity: 1;
    visibility: visible; }
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-instagram .j-poster,
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-instagram .j-message,
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-instagram .j-meta > ul {
    transition: 0.3s all;
    opacity: 0;
    visibility: hidden; }
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-instagram .j-meta {
    width: calc(100% - 30px);
    padding: 0;
    left: 15px;
    bottom: 10px;
    margin-left: 0;
    margin-right: 0; }
    body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-instagram .j-meta nav {
      opacity: 0.5; }
      body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-instagram .j-meta nav a:before {
        margin-right: 0;
        font-size: 1.625rem; }
    body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-instagram .j-meta a {
      color: #FFF;
      background: none !important; }
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-instagram .j-message {
    vertical-align: top;
    text-align: left;
    max-height: 230px; }
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-instagram .j-text {
    background: none;
    font-size: 1rem;
    line-height: 1.4375;
    color: #FFF;
    padding: 30px 30px 40px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s; }
    body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-instagram .j-text p {
      color: inherit; }
    body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-instagram .j-text a {
      color: inherit;
      background-image: url("../images/link-underline-ruby.png"); }
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter.image-post:hover .j-image, body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter.j-video:hover .j-image {
    opacity: 1; }
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter.image-post:hover .j-text, body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter.j-video:hover .j-text {
    opacity: 0; }
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter {
    background: #F7F7F7;
    border: 1px solid #D8D8D8; }
    body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-meta {
      padding: 16px 30px 26px; }
      body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-meta a {
        color: #4A4A4A; }
        body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-meta a.j-twitter-reply {
          background-position: 0px -410px; }
        body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-meta a.j-twitter-retweet {
          background-position: 0px -477px; }
        body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-meta a.j-twitter-like {
          background-position: 0px -279px; }
        body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-meta a .j-date {
          color: inherit; }
    body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-text {
      background: inherit;
      padding: 30px; }
      body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-text .j-poster {
        color: #4A4A4A; }
        body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-text .j-poster > a {
          color: inherit; }
        body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-text .j-poster img {
          width: 36px !important;
          height: auto;
          margin-right: 10px; }
        body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-text .j-poster a.j-twitter-post-icon:before {
          color: #57AEE7; }
    body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-image,
    body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-text {
      transition: opacity 0.3s; }
    body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-message {
      font-size: 1rem;
      line-height: 1.4375;
      color: #4A4A4A;
      font-weight: 700;
      padding: 0 30px;
      max-height: 140px; }
      body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-message .j-retweet {
        color: #4A4A4A; }
        body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-message .j-retweet:before {
          background-position: 0px -543px; }
      body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-message p {
        color: #4A4A4A; }
      body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-message a {
        background-position: 0 13px;
        color: #4A4A4A; }
        body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-message a:hover, body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-message a:focus {
          background-position: 0 17px; }
    body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .feed-item.j-twitter .j-image {
      opacity: 0; }
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    border: 0;
    padding: 0;
    background: #FFF;
    color: #4A4A4A;
    font-size: 0;
    line-height: 1;
    text-align: center;
    transition: 0.3s color;
    z-index: 50; }
    body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .slick-arrow:hover, body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .slick-arrow:focus {
      color: #407EC9; }
    body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .slick-arrow:before {
      position: static;
      -ms-transform: none;
      transform: none;
      color: inherit;
      font-size: 0.75rem;
      transition: none; }
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .slick-prev {
    right: 50px; }
    body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .slick-prev:after {
      content: '';
      position: absolute;
      top: 10px;
      right: 0;
      width: 1px;
      height: 30px;
      background: #D8D8D8; }
  body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .slick-next {
    right: 0; }
    body:not(.home) .fsFeeds.fsSlideshow.fsElement.social-hero .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

body:not(.fsComposeMode) .campus-community-spotlight {
  background: #F7F4ED;
  padding: 33px 20px 0; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .campus-community-spotlight {
      padding: 63px 30px; } }
  body:not(.fsComposeMode) .campus-community-spotlight > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  body:not(.fsComposeMode) .campus-community-spotlight .intro {
    margin-bottom: 30px; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .campus-community-spotlight .intro {
        margin-bottom: 50px; } }
    body:not(.fsComposeMode) .campus-community-spotlight .intro > header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      margin-bottom: 30px; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .campus-community-spotlight .intro > header {
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-bottom: 14px; } }
      body:not(.fsComposeMode) .campus-community-spotlight .intro > header:after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background: rgba(197, 183, 131, 0.5); }
        @media (min-width: 600px) {
          body:not(.fsComposeMode) .campus-community-spotlight .intro > header:after {
            content: ''; } }
      body:not(.fsComposeMode) .campus-community-spotlight .intro > header .fsElementTitle {
        color: #00205B;
        margin: 0 0 30px;
        background: #F7F4ED;
        padding-right: 16px;
        position: relative;
        z-index: 1; }
        @media (min-width: 600px) {
          body:not(.fsComposeMode) .campus-community-spotlight .intro > header .fsElementTitle {
            margin: 0;
            font-size: 2.5rem;
            line-height: 1.2; } }
        body:not(.fsComposeMode) .campus-community-spotlight .intro > header .fsElementTitle:after {
          content: '';
          display: block;
          margin: 6px auto auto;
          width: 80px;
          height: 2px;
          background: rgba(197, 183, 131, 0.5); }
          @media (min-width: 600px) {
            body:not(.fsComposeMode) .campus-community-spotlight .intro > header .fsElementTitle:after {
              content: normal; } }
      body:not(.fsComposeMode) .campus-community-spotlight .intro > header .fsElementHeaderContent {
        margin: 0;
        position: relative;
        z-index: 1;
        background: #F7F4ED; }
        @media (min-width: 600px) {
          body:not(.fsComposeMode) .campus-community-spotlight .intro > header .fsElementHeaderContent {
            padding-left: 20px;
            margin-left: auto; } }
        body:not(.fsComposeMode) .campus-community-spotlight .intro > header .fsElementHeaderContent a {
          display: inline-block;
          margin: 0 0 10px;
          padding: 15px 20px;
          background: #FFF;
          border: 1px solid #FFF;
          color: #DAAA00;
          border-radius: 0;
          text-align: center;
          font-size: 0.8125rem;
          line-height: 1.1539;
          text-transform: uppercase;
          font-weight: 700;
          max-width: 300px;
          border-color: #D8D8D8;
          margin: 0;
          padding: 17px 20px; }
          body:not(.fsComposeMode) .campus-community-spotlight .intro > header .fsElementHeaderContent a:hover, body:not(.fsComposeMode) .campus-community-spotlight .intro > header .fsElementHeaderContent a:focus,
          .fsStateSelected body:not(.fsComposeMode) .campus-community-spotlight .intro > header .fsElementHeaderContent a,
          body:not(.fsComposeMode) .fsStateSelected .campus-community-spotlight .intro > header .fsElementHeaderContent a {
            background: #FFF;
            color: #DAAA00; }
          body:not(.fsComposeMode) .campus-community-spotlight .intro > header .fsElementHeaderContent a:focus, body:not(.fsComposeMode) .campus-community-spotlight .intro > header .fsElementHeaderContent a:hover {
            background: #F7F7F7; }
    body:not(.fsComposeMode) .campus-community-spotlight .intro > .fsElementContent {
      font-size: 1rem;
      line-height: 1.4375;
      color: #8C857B; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .campus-community-spotlight .intro > .fsElementContent {
          font-size: 1.25rem;
          line-height: 1.3;
          max-width: 873px; } }

body:not(.fsComposeMode) .campus-community-spotlight-videos .fsListItems article.fsResource {
  position: relative; }
  body:not(.fsComposeMode) .campus-community-spotlight-videos .fsListItems article.fsResource > .fsResourceLink {
    background: none; }
    body:not(.fsComposeMode) .campus-community-spotlight-videos .fsListItems article.fsResource > .fsResourceLink .fsResourceThumbnail {
      border-radius: 50%;
      overflow: hidden;
      height: 0;
      padding-bottom: 100%; }
      body:not(.fsComposeMode) .campus-community-spotlight-videos .fsListItems article.fsResource > .fsResourceLink .fsResourceThumbnail:before {
        content: '';
        background: rgba(0, 0, 0, 0.25);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        transition: all 0.3s; }
      body:not(.fsComposeMode) .campus-community-spotlight-videos .fsListItems article.fsResource > .fsResourceLink .fsResourceThumbnail > img {
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      body:not(.fsComposeMode) .campus-community-spotlight-videos .fsListItems article.fsResource > .fsResourceLink .fsResourceThumbnail .fsPlayOverlay {
        visibility: hidden;
        opacity: 0; }
  body:not(.fsComposeMode) .campus-community-spotlight-videos .fsListItems article.fsResource .fsTitle {
    z-index: 1;
    width: 100%;
    text-align: center;
    font-size: 24px;
    transition: all 0.3s; }
    body:not(.fsComposeMode) .campus-community-spotlight-videos .fsListItems article.fsResource .fsTitle a {
      color: white;
      background: url("../images/link-underline-lime.png") repeat-x 0 20px; }
      body:not(.fsComposeMode) .campus-community-spotlight-videos .fsListItems article.fsResource .fsTitle a:before {
        border-bottom: 15px solid transparent;
        border-left: 20px solid white;
        border-radius: 4px;
        border-top: 15px solid transparent;
        height: 0;
        left: 5px;
        -moz-transform: scale(0.9999);
        transition: border ease 0.3s, left ease-in 0.1s;
        width: 0;
        content: '';
        color: white;
        margin-top: -40px;
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        transition: all 0.3s; }
  body:not(.fsComposeMode) .campus-community-spotlight-videos .fsListItems article.fsResource .fsDescription {
    color: white;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    top: 100%;
    width: 100%;
    text-align: center;
    max-height: 0;
    padding: 0 40px; }
  body:not(.fsComposeMode) .campus-community-spotlight-videos .fsListItems article.fsResource:hover > .fsResourceLink .fsResourceThumbnail:before {
    background: rgba(0, 0, 0, 0.6); }
  body:not(.fsComposeMode) .campus-community-spotlight-videos .fsListItems article.fsResource:hover .fsTitle a:before {
    opacity: 1; }
  body:not(.fsComposeMode) .campus-community-spotlight-videos .fsListItems article.fsResource:hover .fsDescription {
    opacity: 1;
    max-height: 500px; }

body:not(.fsComposeMode) .campus-community-spotlight-caption {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  justify-items: center;
  pointer-events: none; }

@media (max-width: 599px) {
  body:not(.fsComposeMode) .fsElementDialog.fsResourceElement.fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
    padding: 0 !important; }
  body:not(.fsComposeMode) .fsElementDialog.fsResourceElement.fsSlideshow article {
    padding: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
  body:not(.fsComposeMode) .fsElementDialog.fsResourceElement.fsSlideshow .fsLeftArrow,
  body:not(.fsComposeMode) .fsElementDialog.fsResourceElement.fsSlideshow .fsRightArrow {
    margin: 0 -30px; } }

@font-face {
  font-family: 'IcoMoon2';
  src: url("../fonts//BPA-publications-2/icomoon.eot");
  src: url("../fonts//BPA-publications-2/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//BPA-publications-2/icomoon.woff2") format("woff2"), url("../fonts//BPA-publications-2/icomoon.woff") format("woff"), url("../fonts//BPA-publications-2/icomoon.ttf") format("truetype"), url("../fonts//BPA-publications-2/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.pub-drawer-ribbon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 332px;
  max-width: 100%;
  z-index: 9000;
  margin: 0; }
  @media (min-width: 900px) {
    .pub-drawer-ribbon {
      display: none; } }
  .pub-drawer-ribbon .pub-drawer-trigger {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    padding-top: 10px;
    position: absolute;
    top: 0;
    right: 20px; }
    .pub-drawer-ribbon .pub-drawer-trigger:before {
      content: "";
      font-family: "IcoMoon2";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 36px;
      color: #fff;
      transition: color 0.3s; }
  .drawer-active .pub-drawer-ribbon {
    background: #00558C; }
    .drawer-active .pub-drawer-ribbon .pub-drawer-trigger:before {
      content: '\e901';
      color: rgba(255, 255, 255, 0.6); }

body:not(.fsComposeMode).publications-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #4A4A4A; }
  body:not(.fsComposeMode).publications-2 #fsPageWrapper {
    overflow: hidden; }
  body:not(.fsComposeMode).publications-2 a {
    background: none; }
  body:not(.fsComposeMode).publications-2 #fsHeader {
    background: none; }
  body:not(.fsComposeMode).publications-2 .fsElement {
    margin-bottom: 0; }
  body:not(.fsComposeMode).publications-2 .hideme {
    display: none !important; }
  body:not(.fsComposeMode).publications-2 .pub-skip-link {
    margin: 0; }
    body:not(.fsComposeMode).publications-2 .pub-skip-link p {
      margin: 0; }
    body:not(.fsComposeMode).publications-2 .pub-skip-link a {
      position: absolute;
      top: -150px;
      left: 0;
      color: #fff;
      padding: 2px 6px;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      background: transparent;
      transition: top 1s ease-out, background 1s linear;
      z-index: 9999;
      text-decoration: none; }
      body:not(.fsComposeMode).publications-2 .pub-skip-link a:after {
        content: "";
        font-family: "IcoMoon2";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 5px;
        font-size: 8px; }
      body:not(.fsComposeMode).publications-2 .pub-skip-link a:focus {
        left: 0;
        top: 0;
        background: #00205B;
        color: #FFF;
        transition: top 0.1s ease-in, background 0.5s linear; }
      body:not(.fsComposeMode).publications-2 .pub-skip-link a:hover {
        background: #fff;
        color: #00205B; }
  body:not(.fsComposeMode).publications-2 #fsHeader {
    position: relative;
    height: auto;
    overflow: visible; }
    body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section {
      background: #00558C;
      height: 50px;
      margin: 0; }
      body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 65.55556em;
        max-width: 73.75rem;
        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; }
        @media (max-width: 1220px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section > .fsElementContent {
            padding-right: 1.11111em;
            padding-left: 1.11111em; } }
      body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name {
        margin: 0;
        display: none; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name {
            display: block;
            text-align: center;
            width: 100%; } }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name {
            width: auto;
            text-align: left; } }
        body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name a {
          display: block;
          font-family: "calluna-sans", sans-serif;
          text-transform: uppercase;
          color: #fff;
          font-size: 14px;
          font-weight: bold;
          line-height: 18px;
          padding: 16px 0; }
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name a:hover {
            opacity: 0.8; }
      body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 {
        display: none; }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 {
            display: block; } }
        body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1, body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 ul {
          margin: 0;
          padding: 0;
          list-style: none; }
        body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li {
          margin: 0;
          padding: 0; }
        body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li {
          display: inline-block; }
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li a {
            display: block;
            font-family: "calluna-sans", sans-serif;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
            line-height: 18px;
            padding: 16px;
            color: rgba(255, 255, 255, 0.6); }
            body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li a:hover {
              color: #fff; }
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a {
            font-size: 0;
            color: transparent;
            width: 24px;
            position: relative;
            line-height: 1; }
            body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:before {
              content: "";
              font-family: "IcoMoon2";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              color: rgba(255, 255, 255, 0.6);
              font-size: 26px;
              line-height: 1;
              position: absolute;
              top: -2px;
              left: 0;
              transition: color 0.3s; }
            body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:hover:before {
              color: #00205B; }
            body:not(.fsComposeMode).publications-2.pub-search-active #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:before {
              content: '\e901';
              color: rgba(255, 255, 255, 0.8); }
            body:not(.fsComposeMode).publications-2.pub-search-active #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:hover:before {
              color: #00205B; }
    body:not(.fsComposeMode).publications-2 #fsHeader .masthead {
      background: #00205B;
      height: 100px;
      margin: 0; }
      body:not(.fsComposeMode).publications-2 #fsHeader .masthead > .fsElementContent {
        position: relative; }
        @media (max-width: 1220px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead > .fsElementContent {
            padding-right: 1.11111em;
            padding-left: 1.11111em; } }
      body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner {
        margin: 0; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent {
          position: relative;
          margin: 0 auto;
          max-width: 65.55556em;
          max-width: 73.75rem; }
          @media (min-width: 900px) {
            body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .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; } }
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent > .fsElement {
            height: 100px;
            margin: 0; }
            @media (min-width: 900px) {
              body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent > .fsElement {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                flex-direction: column;
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
                -ms-flex-pack: center;
                justify-content: center; } }
            body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent > .fsElement * {
              margin: 0; }
      body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse {
        width: 28%;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        cursor: pointer; }
        @media (max-width: 900px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse {
            display: none; } }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse > .fsElementContent:before {
          content: "";
          font-family: "IcoMoon2";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          height: 49px;
          width: 49px;
          border: 1px solid #fff;
          font-size: 26px;
          text-align: center;
          line-height: 49px;
          float: left;
          margin-right: 20px;
          color: #fff;
          transition: background 0.4s; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse > .fsElementContent:after {
          display: inline-block;
          content: 'Browse Issues';
          border: 0;
          background: none;
          margin: 0;
          padding: 0;
          color: #fff;
          font-family: "calluna-sans", sans-serif;
          font-size: 14px;
          font-weight: bold;
          line-height: 1;
          text-transform: uppercase;
          display: inline-block; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse:hover > .fsElementContent:before {
          background: #fff;
          color: #4A4A4A; }
        .issue-browser-open .pub-browse > .fsElementContent:before {
          background: #fff !important;
          color: #4A4A4A !important; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse .fsName,
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse .fsSubtitle {
          display: inline-block;
          font-family: "calluna", serif;
          color: #fff;
          font-size: 24px;
          font-weight: bold;
          line-height: 1;
          width: calc(100% - 70px); }
      body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name {
        text-align: center;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0; }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name {
            width: 44%;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            padding-top: 0; } }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name h1 {
          font-family: "calluna", serif;
          color: #fff;
          font-size: 60px;
          line-height: 1; }
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name h1 a {
            color: #fff; }
            body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name h1 a:hover {
              color: rgba(255, 255, 255, 0.9); }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name img {
          max-height: 25px; }
      body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle {
        width: 28%;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        cursor: pointer; }
        @media (max-width: 900px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle {
            display: none; } }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle > .fsElementContent {
          text-align: right; }
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle > .fsElementContent:after {
            content: "";
            font-family: "IcoMoon2";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            display: block;
            height: 49px;
            width: 49px;
            border: 1px solid #fff;
            font-size: 26px;
            text-align: center;
            line-height: 49px;
            float: right;
            margin-left: 20px;
            color: #fff;
            transition: background 0.4s; }
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle > .fsElementContent:hover:after {
            background: #fff;
            color: #4A4A4A; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle p {
          display: inline-block; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle button {
          border: 0;
          background: none;
          margin: 0;
          padding: 0;
          display: block;
          width: 100%;
          font-family: "calluna", serif;
          color: #fff;
          font-size: 24px;
          font-weight: bold;
          line-height: 34px;
          text-align: right; }
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle button em {
            display: block;
            font-style: normal;
            font-family: "calluna-sans", sans-serif;
            font-size: 14px;
            line-height: 18px;
            text-transform: uppercase; }
    body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser {
      display: none;
      background: #00558C;
      padding: 0 25px;
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
      z-index: 500;
      transition: all 0.3s; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser {
          display: block;
          max-height: 0;
          overflow: hidden; } }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).publications-2.issue-browser-open #fsHeader .fsSlideshow.issue-browser {
          max-height: 335px;
          overflow: visible; } }
      body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 65.55556em;
        max-width: 73.75rem;
        background: #fff;
        -ms-transform: translate(0, 25px);
        transform: translate(0, 25px);
        padding: calc(30px - 1em) calc(20px - 1em) 0 calc(20px - 1em); }
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsElementSlideshow {
          padding-bottom: 20px !important; }
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton,
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton {
          height: 50px;
          width: 50px;
          border-radius: 0;
          background: #40434E;
          transition: all 0.3s; }
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton:before,
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton:before {
            color: #fff;
            position: absolute;
            top: 0;
            right: auto;
            left: 50%;
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            line-height: 42px; }
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton:hover,
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton:hover {
            background: #00205B; }
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton {
          left: -25px; }
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton {
          right: -25px; }
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article {
          font-family: "calluna-sans", sans-serif;
          font-size: 14px;
          font-weight: bold;
          line-height: 18px;
          text-align: center; }
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article .fsIssueTitle {
            color: #9D9FA5;
            display: block;
            width: 100%;
            text-transform: uppercase; }
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article .fsThumbnail {
            margin: 0 auto 10px;
            border: 5px solid #E1E1E1; }
            body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article .fsThumbnail img {
              margin: 0; }
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article:hover .fsIssueTitle {
            color: #00558C; }
  body:not(.fsComposeMode).publications-2 .pub-categories {
    background: #00558C;
    padding: 0 20px;
    width: 330px;
    max-width: 100%;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 500;
    max-height: 0;
    overflow: hidden; }
    body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 {
      background: #fff;
      padding: 20px !important;
      -ms-transform: translate(0, 20px);
      transform: translate(0, 20px); }
      body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1, body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li {
        margin: 0;
        padding: 0; }
      body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li {
        text-transform: uppercase;
        font-size: 1.3em;
        padding-top: 10px;
        padding-bottom: 10px; }
        body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li:not(:last-child) {
          border-bottom: 2px solid #E1E1E1; }
        body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li a {
          color: #00558C; }
          body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li a:hover {
            color: #00205B; }
  body:not(.fsComposeMode).publications-2.category-menu-open .pub-categories {
    max-height: 1000px;
    overflow: visible; }
  .category-menu-open .cat-toggle > .fsElementContent:after {
    background: #fff !important;
    color: #4A4A4A !important; }
  body:not(.fsComposeMode).publications-2 .fsLoadMoreButton {
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 25px 40px;
    background: #ADAFB4;
    display: block;
    width: 288px;
    max-width: 100%;
    transition: background 0.3s; }
    body:not(.fsComposeMode).publications-2 .fsLoadMoreButton:hover {
      background: #00558C; }
  body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article {
    position: relative;
    padding-bottom: 28px; }
    body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article:before {
      display: block;
      content: '';
      width: calc(100% - 30px);
      position: absolute;
      bottom: 0;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      height: 2px;
      background: #E1E1E1; }
    body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsCategory,
    body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsDateTime {
      color: #00558C;
      font-family: "calluna-sans", sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 18px;
      text-transform: uppercase;
      text-decoration: underline;
      color: #9D9FA5;
      margin-bottom: 18px; }
    body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsTitle {
      font-family: "calluna", serif;
      font-size: 20px;
      font-weight: bold;
      line-height: 30px;
      margin-bottom: 10px; }
      body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsTitle a {
        color: #31333D; }
        body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsTitle a:hover {
          color: #00558C; }
    body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsReadMoreLink {
      color: #00558C;
      font-size: 16px;
      font-weight: bold;
      line-height: 26px; }
      body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsReadMoreLink:hover {
        color: #00205B; }
  body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid .fsLoadMoreButton {
    margin-top: 65px; }
  body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsTitle {
    color: #31333D;
    font-family: "calluna", serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 40px; }
  body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsAuthor,
  body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsDateTime {
    color: #9D9FA5;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px; }
  body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsAuthor {
    padding-right: 10px;
    border-right: 2px solid #E1E1E1; }
  body:not(.fsComposeMode).publications-2 .fsPostToolsElement.fsNavigation button {
    height: 50px;
    width: 150px;
    background: #ADAFB4; }
    body:not(.fsComposeMode).publications-2 .fsPostToolsElement.fsNavigation button.fsPreviousButton {
      margin-right: 10px; }
  body:not(.fsComposeMode).publications-2 .fsComments button.fsCommentCount {
    display: block;
    width: 100%;
    padding: 20px 0;
    background: transparent;
    color: #ADAFB4;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ADAFB4; }
    body:not(.fsComposeMode).publications-2 .fsComments button.fsCommentCount:hover {
      color: #00205B; }
  body:not(.fsComposeMode).publications-2 .fsComments .fsMyComment {
    margin-top: 20px; }
  body:not(.fsComposeMode).publications-2 .fsComments button.fsPostComment {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 12px;
    background-color: #ADAFB4;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold; }
    body:not(.fsComposeMode).publications-2 .fsComments button.fsPostComment:hover {
      background: #00558C; }
  body:not(.fsComposeMode).publications-2 .fsTags {
    margin: 50px 0; }
    body:not(.fsComposeMode).publications-2 .fsTags li {
      font-size: 14px;
      line-height: 18px;
      padding: 5px 12px;
      background-color: #ADAFB4;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      margin-right: 15px; }
  body:not(.fsComposeMode).publications-2 .related-articles {
    padding-top: 40px;
    border-top: 1px solid #E1E1E1; }
    body:not(.fsComposeMode).publications-2 .related-articles .fsElementTitle {
      color: #00558C;
      font-family: "calluna-sans", sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 18px;
      text-transform: uppercase;
      text-decoration: underline;
      margin-bottom: 40px; }
  body:not(.fsComposeMode).publications-2 .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: 50px;
    min-height: 100%;
    background: #40434E;
    z-index: 9000; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).publications-2 .fsMenu {
        max-width: 332px; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).publications-2 .fsMenu {
        display: none !important; } }
    body:not(.fsComposeMode).publications-2.drawer-active .fsMenu {
      pointer-events: auto;
      opacity: 1;
      visibility: visible;
      transform: translate3d(0, 0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow {
      background: #00205B; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow > header {
        padding-top: 30px; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsElementTitle {
        color: #00558C;
        font-family: "calluna-sans", sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        text-transform: uppercase;
        text-decoration: underline;
        color: #fff;
        text-align: center;
        margin-bottom: 10px; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article {
        font-family: "calluna-sans", sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        text-align: center; }
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsIssueTitle {
          color: #fff;
          display: block;
          width: 100%;
          text-transform: uppercase;
          margin-bottom: 40px !important; }
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsThumbnail {
          margin: 0 auto 10px;
          border: 5px solid #E1E1E1; }
          body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsThumbnail img {
            margin: 0; }
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article:hover .fsIssueTitle {
          opacity: 0.8; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton,
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton {
        height: 50px;
        width: 50px;
        border-radius: 0;
        background: #40434E;
        transition: all 0.3s; }
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton:before,
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton:before {
          color: #fff;
          position: absolute;
          top: 0;
          right: auto;
          left: 50%;
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          line-height: 42px; }
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton:hover,
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton:hover {
          background: #00558C; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton {
        left: 0; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton {
        right: 0; }
    body:not(.fsComposeMode).publications-2 .fsMenu .pub-mobile-categories > header {
      text-align: center;
      padding-top: 30px; }
      body:not(.fsComposeMode).publications-2 .fsMenu .pub-mobile-categories > header .fsElementTitle {
        color: #00558C;
        font-family: "calluna-sans", sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        text-transform: uppercase;
        text-decoration: underline;
        color: #fff; }
    body:not(.fsComposeMode).publications-2 .fsMenu .pub-mobile-categories .fsNavLevel1 li a {
      font-size: 24px;
      font-weight: 300;
      line-height: 34px;
      text-align: center;
      color: #fff;
      text-transform: uppercase; }
  body:not(.fsComposeMode).publications-2 .publication2-search {
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: -50px;
    margin: 0;
    width: calc(100% - 70px); }
    body:not(.fsComposeMode).publications-2 .publication2-search label {
      font-size: 0;
      color: transparent; }
    body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField {
      height: 50px;
      background: none;
      border: none;
      text-transform: uppercase;
      color: #fff;
      font-weight: bold;
      width: calc(100% - 50px);
      float: right; }
      body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        color: rgba(255, 255, 255, 0.5) !important; }
      body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField:-moz-placeholder {
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        color: rgba(255, 255, 255, 0.5) !important; }
      body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField::-moz-placeholder {
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        color: rgba(255, 255, 255, 0.5) !important; }
      body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField:-ms-input-placeholder {
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        color: rgba(255, 255, 255, 0.5) !important; }
    body:not(.fsComposeMode).publications-2 .publication2-search .fsElementToolsSearchButton {
      border: 0;
      background: none;
      margin: 0;
      padding: 0;
      font-size: 0;
      color: transparent;
      height: 50px;
      width: 50px;
      float: left; }
      body:not(.fsComposeMode).publications-2 .publication2-search .fsElementToolsSearchButton:before {
        content: "";
        font-family: "IcoMoon2";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #fff;
        font-size: 30px; }
    body:not(.fsComposeMode).publications-2 .publication2-search .fsButtonClear {
      display: none; }
    .fsMenu body:not(.fsComposeMode).publications-2 .publication2-search {
      top: -50px;
      left: 10px;
      width: calc(100% - 80px); }
    body:not(.fsComposeMode).publications-2 #fsHeader .publication2-search {
      width: 350px;
      top: -100px;
      right: 45px;
      background: #00558C;
      transition: all 0.3s; }
    body:not(.fsComposeMode).publications-2.pub-search-active #fsHeader .publication2-search {
      top: 0; }

body:not(.fsComposeMode).publications-2.post-page .fsPostToolsElement.fsSearch {
  margin-bottom: 20px; }

body:not(.fsComposeMode).publications-2.post-page .post-page-nav {
  margin-bottom: 20px; }
  body:not(.fsComposeMode).publications-2.post-page .post-page-nav > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    body:not(.fsComposeMode).publications-2.post-page .post-page-nav > .fsElementContent .fsElement {
      margin-bottom: 0; }

body:not(.fsComposeMode).publications-2.post-page .share-comment-box {
  display: inline-block;
  color: #9D9FA5;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  body:not(.fsComposeMode).publications-2.post-page .share-comment-box > .fsElementContent {
    text-align: right; }
    body:not(.fsComposeMode).publications-2.post-page .share-comment-box > .fsElementContent > div {
      display: inline-block;
      padding-top: 10px; }
  body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share {
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    transition: color 0.3s; }
    body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share:hover {
      color: #00558C; }
    body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share:before {
      content: "";
      font-family: "IcoMoon2";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-right: 5px; }
    body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share .fsSharingButtonsContainer {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden;
      transition: all 0.3s;
      z-index: 500; }
      body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share .fsSharingButtonsContainer .fsSharingButtons {
        margin: 0; }
        body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share .fsSharingButtonsContainer .fsSharingButtons a {
          display: block;
          width: 60px;
          margin-bottom: 1px; }
    body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share.open .fsSharingButtonsContainer {
      max-height: 100vh; }
  body:not(.fsComposeMode).publications-2.post-page .share-comment-box .comment-count:before {
    content: "";
    font-family: "IcoMoon2";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-right: 5px; }

body:not(.fsComposeMode).publications-2.post-page .fsPostToolsElement.fsNavigation {
  width: 310px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 40px; }
  body:not(.fsComposeMode).publications-2.post-page .fsPostToolsElement.fsNavigation button {
    margin-bottom: 0; }

body:not(.fsComposeMode).publications-2.post-page .fsCategories li.fsCategory {
  color: #00558C;
  font-family: "calluna-sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline; }

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.post-page .fsMyCommentName {
    margin-right: 20px; } }

body:not(.fsComposeMode).publications-2.pub2-home #fsPageBodyWrapper {
  margin: 0;
  padding: 0;
  background: none; }

body:not(.fsComposeMode).publications-2.pub2-home #fsPageBody {
  max-width: 100%;
  padding: 0;
  margin: 0; }

body:not(.fsComposeMode).publications-2.pub2-home #fsPageContent {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background: #fff; }

body:not(.fsComposeMode).publications-2.pub2-home .fsPageLayout {
  padding-bottom: 100px; }

body:not(.fsComposeMode).publications-2.pub2-home .fsLayout {
  margin-right: 0;
  margin-left: 0; }
  body:not(.fsComposeMode).publications-2.pub2-home .fsLayout .fsDiv {
    padding: 0;
    margin-bottom: 0; }
    body:not(.fsComposeMode).publications-2.pub2-home .fsLayout .fsDiv > .fsElement:not(.fsSlideshow) {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem; }

body:not(.fsComposeMode).publications-2.pub2-home #fsHeader {
  z-index: 8999;
  width: 100%; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode).publications-2.pub2-home #fsHeader {
      position: absolute;
      top: 0;
      left: 0; } }
  body:not(.fsComposeMode).publications-2.pub2-home #fsHeader .masthead {
    background: #00205B; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).publications-2.pub2-home #fsHeader .masthead {
        background: rgba(0, 32, 91, 0.5); } }

body:not(.fsComposeMode).publications-2.pub2-home .top-stories {
  background: #00205B; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode).publications-2.pub2-home .top-stories {
      margin-top: 50px; } }
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article {
    background-size: cover;
    height: auto;
    position: relative;
    padding: 0; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).publications-2.pub2-home .top-stories article {
        height: 570px;
        overflow: hidden; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).publications-2.pub2-home .top-stories article {
        height: 750px; } }
    body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail {
      margin: 0; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail {
          background-size: cover;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%; } }
      body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail:before {
        display: block;
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
      body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail img {
        position: relative;
        width: 100%;
        margin: 0; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail img {
            visibility: hidden; } }
    body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption {
      display: block;
      background: #40434E;
      color: #fff;
      position: relative;
      padding: 30px 20px 100px;
      text-align: center; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption {
          text-align: left;
          background: none;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          padding: 0; } }
      body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner {
        width: 100%;
        max-width: 1180px; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner {
            padding-right: 30px;
            position: absolute;
            bottom: 130px;
            left: 50%;
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
        @media (max-width: 1220px) {
          body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner {
            padding-right: 1.11111em;
            padding-left: 1.11111em; } }
        body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsTitle {
          color: #fff;
          font-family: "calluna", serif;
          font-size: 30px;
          font-weight: bold;
          line-height: 44px;
          margin-bottom: 20px; }
          body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsTitle:before {
            display: block;
            content: 'Top Stories';
            color: #00558C;
            font-family: "calluna-sans", sans-serif;
            font-size: 14px;
            font-weight: bold;
            line-height: 18px;
            text-transform: uppercase;
            text-decoration: underline;
            color: #fff;
            margin-bottom: 20px; }
          body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsTitle a {
            color: #fff; }
        body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsReadMoreLink {
          font-weight: bold;
          color: #fff; }
        @media (min-width: 1000px) {
          body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsReadMoreLink,
          body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsTitle {
            display: block;
            width: 580px;
            float: right;
            clear: both; } }

body:not(.fsComposeMode).publications-2.pub2-home .paging-wrapper {
  width: 100%;
  max-width: 1180px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @media (min-width: 700px) {
    body:not(.fsComposeMode).publications-2.pub2-home .paging-wrapper {
      bottom: 130px; } }

body:not(.fsComposeMode).publications-2.pub2-home .fsPager {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  margin: 0; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode).publications-2.pub2-home .fsPager {
      left: auto;
      bottom: 0;
      right: 20px;
      width: auto; } }
  @media (min-width: 1220px) {
    body:not(.fsComposeMode).publications-2.pub2-home .fsPager {
      right: 0; } }
  body:not(.fsComposeMode).publications-2.pub2-home .fsPager li {
    height: 16px;
    width: 16px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).publications-2.pub2-home .fsPager li {
        display: block;
        margin-bottom: 10px; } }
    body:not(.fsComposeMode).publications-2.pub2-home .fsPager li button {
      border: 1px solid transparent;
      border-radius: 100%;
      position: relative; }
      body:not(.fsComposeMode).publications-2.pub2-home .fsPager li button:before {
        background-color: #fff;
        height: calc(100% - 4px);
        width: calc(100% - 4px);
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    body:not(.fsComposeMode).publications-2.pub2-home .fsPager li.slick-active button {
      border-color: #fff; }

body:not(.fsComposeMode).publications-2.pub2-home .issue-description {
  display: block;
  zoom: 1;
  padding-bottom: 30px; }
  body:not(.fsComposeMode).publications-2.pub2-home .issue-description:after {
    display: table;
    clear: both;
    content: ''; }
  @media (max-width: 1220px) {
    body:not(.fsComposeMode).publications-2.pub2-home .issue-description {
      padding-right: 1.11111em;
      padding-left: 1.11111em; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode).publications-2.pub2-home .issue-description {
      margin-bottom: 50px !important;
      border-bottom: 2px solid #E1E1E1; } }
  body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsThumbnail {
    margin: 0 auto 20px;
    max-width: 258px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsThumbnail {
        float: left;
        margin: 0 50px 20px 0; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsThumbnail {
        -ms-transform: translate(0, -160px);
        transform: translate(0, -160px);
        margin-bottom: -160px; } }
    body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsThumbnail img {
      border: 10px solid #FFFFFF;
      box-shadow: inset 0 1px 1px 5px #000000, 0 0 0 2px #E1E1E1; }
  body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsDescription:before {
    display: block;
    content: 'About This Issue';
    text-transform: uppercase;
    color: #00558C;
    font-family: "calluna-sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 15px; }

@media (max-width: 1220px) {
  body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid {
    padding-right: 1.11111em;
    padding-left: 1.11111em; } }

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

body.fsComposeMode .redactor-toolbar li a,
body.fsComposeMode .redactor-dropdown a,
body.fsComposeMode a.cke_button,
body.fsComposeMode a.cke_path_item,
body.fsComposeMode a.cke_combo_button,
body.fsComposeMode .cke_panel_listItem a,
body.fsComposeMode #fsElementLibraryWrapper .fsTabContainer .fsTab a,
body.fsComposeMode .cke_panel_listItem a,
body.fsComposeMode #redactor-modal-tabber a,
body.cke_ltr .redactor-toolbar li a,
body.cke_ltr .redactor-dropdown a,
body.cke_ltr a.cke_button,
body.cke_ltr a.cke_path_item,
body.cke_ltr a.cke_combo_button,
body.cke_ltr .cke_panel_listItem a,
body.cke_ltr #fsElementLibraryWrapper .fsTabContainer .fsTab a,
body.cke_ltr .cke_panel_listItem a,
body.cke_ltr #redactor-modal-tabber a {
  background-image: none !important; }

body.fsComposeMode .cke_panel_listItem a span,
body.cke_ltr .cke_panel_listItem a span {
  margin: 0; }
