@charset "UTF-8";
 /**
 *
 * Santa Margarita Catholic High School - default_17
 * @link http://smhsorg.finalsite.com
 * Site Template : newclientcustom
 * Built By: Lindsey Noble
 * Project Manager: Mike Hartzler
 * Designer: Julianne Hamilton
 * ==== Git Info ====
 * Branch Name: clients/smhsorg
 * Build version: 3.2.3
 * Git Tag: 
 * Last build by: James Brettschneider
 *
 **/

@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px; }

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left; } }

@media (min-width: 900px) {
  .col-4 {
    width: 25%; } }

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.17647em;
  margin-left: 1.17647em; }

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon.eot");
  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; }

.wf-loading {
  visibility: hidden;
  opacity: 0; }

.wf-active, .wf-inactive {
  visibility: visible;
  opacity: 1; }

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 55px;
  line-height: 1.2;
  color: #0736a4;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2;
  color: #0736a4;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  margin-bottom: 20px; }

h3 {
  font-size: 24px;
  line-height: 1.2;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  color: #92999d;
  font-weight: 700;
  margin-bottom: 20px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.23;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 700;
  color: #b3a369;
  margin-bottom: 20px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 700;
  color: #0736a4;
  margin-bottom: 20px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #92999d;
  margin-bottom: 20px; }

p {
  margin: 0 0 20px; }
  p > a[class*="fs_style"]:last-child {
    margin-bottom: 0; }

hr {
  margin: 20px auto;
  border: none;
  height: 2px;
  background: #E3E3E3; }

a {
  text-decoration: none;
  color: #1897d4;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #0736a4; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.17647em; }

body:not(.fsComposeMode) ul:last-child,
body:not(.fsComposeMode) ol:last-child,
body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
table.fs_style_34 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  color: #45464B;
  font-size: 15px;
  line-height: 1.2;
  display: block; }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  table.styled tr:nth-of-type(odd) td,
  table.fs_style_34 tr:nth-of-type(odd) td {
    background: rgba(7, 54, 164, 0.1); }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  table.fs_style_34 th,
  table.fs_style_34 td {
    vertical-align: top; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  table.fs_style_34 th {
    padding: 12px 20px;
    text-align: left;
    background: #0736a4;
    color: #fff;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3; }
    .fsAthleticsEvent.fsTable .fsElementTable th:first-child, .fsAthleticsRoster .fsElementTable th:first-child,
    table.styled th:first-child,
    table.fs_style_34 th:first-child {
      border-radius: 4px 0 0 0; }
    .fsAthleticsEvent.fsTable .fsElementTable th:last-child, .fsAthleticsRoster .fsElementTable th:last-child,
    table.styled th:last-child,
    table.fs_style_34 th:last-child {
      border-radius: 0 4px 0 0; }
  
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  table.fs_style_34 td {
    padding: 13px 18px;
    background: rgba(7, 54, 164, 0.2);
    border-bottom: 2px solid #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; }

.fsElementHeaderContent {
  margin-bottom: 25px; }

.fsElementFooterContent {
  margin-top: 25px; }
  .fsElementFooterContent a[class*="fs_style"] {
    margin-bottom: 0; }

.fsPanel {
  margin-bottom: 0; }

.fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  color: #0736a4;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.227;
  margin-bottom: 10px; }
  .fsTitle a, .fsFacebookFrom a, .fsVimeoTitle a, .fsYoutubeTitle a {
    color: inherit; }
    .fsTitle a:hover, .fsFacebookFrom a:hover, .fsVimeoTitle a:hover, .fsYoutubeTitle a:hover {
      color: #1897d4; }

.fsAuthor {
  color: #92999d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
  display: block; }

.fsReadMoreLink {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #45464B; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #45464B; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #141416; }

.fsElementDialog {
  color: #45464B;
  max-width: calc(100% - 40px);
  width: 700px;
  min-width: 240px;
  max-height: calc(100vh - 40px); }
  .touch .fsElementDialog {
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }

/*! 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 {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: solid 2px #E3E3E3; }

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

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

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

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

/*! elements - common - grid subtype v0.0.1 */
/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */
.fsGrid .fsListItems {
  margin-left: -10px;
  margin-right: -10px; }
  .fsGrid .fsListItems > article {
    padding-left: 10px;
    padding-right: 10px; }

/*! 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;
  padding-left: 30px;
  padding-right: 30px; }

.fsSlideshow.fsSlideshowHorizontal article {
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px; }

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  width: 40px; }
  .fsSlideshow .fsNextButton:before,
  .fsSlideshow .fsPrevButton:before {
    color: #c8c8c7;
    font-size: 24px;
    transition: opacity .3s;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
    opacity: .75;
    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 .fsPrevButton:hover:before {
    opacity: 1;
    transition: opacity .3s; }

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

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

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px; }
  .fsSlideshow .fsPager li {
    width: 10px;
    height: 10px;
    position: relative;
    vertical-align: middle;
    transition: .3s;
    transform: scale(1) translate3d(0, 0, 0);
    margin: 0 6px; }
    .fsSlideshow .fsPager li button {
      width: 100%;
      height: 100%; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #E3E3E3;
        transition: .3s;
        opacity: 1; }
      .fsSlideshow .fsPager li button:hover:before {
        transition: .3s;
        background-color: #c8c8c7; }
    .fsSlideshow .fsPager li.slick-active {
      transition: .3s;
      transform: scale(1.5) translate3d(0, 0, 0); }
      .fsSlideshow .fsPager li.slick-active button:before {
        background-color: #c8c8c7;
        opacity: 1; }

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: transparent;
  cursor: pointer;
  display: block;
  height: 40px;
  width: 40px;
  padding: 0;
  border: none;
  background: transparent;
  outline: transparent; }
  .slick-slider .slick-arrow:before {
    color: #c8c8c7;
    font-size: 24px;
    transition: opacity .3s;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
    opacity: .5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-family: "IcoMoon";
    font-weight: normal; }
  .slick-slider .slick-arrow.slick-prev {
    left: -12px; }
    .slick-slider .slick-arrow.slick-prev:before {
      content: ""; }
  .slick-slider .slick-arrow.slick-next {
    right: -12px; }
    .slick-slider .slick-arrow.slick-next:before {
      content: ""; }
  .slick-slider .slick-arrow:hover:before, .slick-slider .slick-arrow:focus:before {
    opacity: 1;
    transition: opacity .3s; }

.slick-slider .slick-dots {
  margin: 0;
  padding: 50px 0 0;
  list-style: none;
  text-align: center; }
  .slick-slider .slick-dots li {
    width: 10px;
    height: 10px;
    position: relative;
    vertical-align: middle;
    transition: .3s;
    transform: scale(1) translate3d(0, 0, 0);
    margin: 0 6px;
    display: inline-block; }
    .slick-slider .slick-dots li button {
      width: 100%;
      height: 100%;
      padding: 0;
      border: none;
      color: transparent;
      border-radius: 100%;
      overflow: hidden;
      outline: transparent;
      background: transparent;
      vertical-align: top; }
      .slick-slider .slick-dots li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: rgba(200, 200, 199, 0.5);
        transition: .3s;
        opacity: 1;
        position: absolute;
        left: 0;
        top: 0; }
      .slick-slider .slick-dots li button:hover:before {
        transition: .3s;
        background-color: #c8c8c7; }
    .slick-slider .slick-dots li.slick-active {
      transition: .3s;
      transform: scale(1.5) translate3d(0, 0, 0); }
      .slick-slider .slick-dots li.slick-active button:before {
        background-color: #c8c8c7;
        opacity: 1; }

@keyframes bounce {
  50% {
    transform: translate(3px, 0); } }

.fs_style_23,
stylename_button_small_blue {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 12px;
  background: #0736a4;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  transition: .3s; }
  .fs_style_23:hover, .fs_style_23:focus,
  stylename_button_small_blue:hover,
  stylename_button_small_blue:focus {
    background: #092f81;
    color: #fff;
    transition: .3s; }

.fs_style_27,
stylename_button_small_aqua {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 12px;
  background: #1897d4;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  transition: .3s; }
  .fs_style_27:hover, .fs_style_27:focus,
  stylename_button_small_aqua:hover,
  stylename_button_small_aqua:focus {
    background: #1c79a7;
    color: #fff;
    transition: .3s; }

.fs_style_28,
stylename_button_small_gold {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 12px;
  background: #b3a369;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  transition: .3s; }
  .fs_style_28:hover, .fs_style_28:focus,
  stylename_button_small_gold:hover,
  stylename_button_small_gold:focus {
    background: #8e8157;
    color: #fff;
    transition: .3s; }

.fs_style_32,
stylename_button_arrow {
  display: inline-block;
  border: 0;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #92999d;
  margin-bottom: 0;
  color: #202c5f;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.25; }
  .fs_style_32:after,
  stylename_button_arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #e2c457;
    display: block;
    margin-left: 7px;
    margin-top: 1px;
    transition: .3s; }
  .fs_style_32:focus,
  stylename_button_arrow:focus {
    color: #92999d; }
  .fs_style_32:hover,
  stylename_button_arrow:hover {
    color: #92999d; }
    .fs_style_32:hover:after,
    stylename_button_arrow:hover:after {
      transition: .4s;
      animation: bounce .4s 2; }

.fs_style_29,
stylename_button_large_blue {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 30px 13px;
  background: #0736a4;
  color: #fff;
  border-radius: 0;
  font-size: 30px;
  line-height: 1.2;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  text-align: center;
  max-width: 100%;
  position: relative;
  z-index: 2; }
  .fs_style_29:before,
  stylename_button_large_blue:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    background-color: #000;
    opacity: .2;
    transition: .3s;
    z-index: -1; }
  .fs_style_29:hover, .fs_style_29:focus,
  stylename_button_large_blue:hover,
  stylename_button_large_blue:focus {
    color: #fff; }
    .fs_style_29:hover:before, .fs_style_29:focus:before,
    stylename_button_large_blue:hover:before,
    stylename_button_large_blue:focus:before {
      height: 100%;
      transition: .3s; }
  .fs_style_29 em,
  stylename_button_large_blue em {
    display: block;
    font-style: normal; }

.fs_style_30,
stylename_button_large_aqua {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 30px 13px;
  background: #1897d4;
  color: #fff;
  border-radius: 0;
  font-size: 30px;
  line-height: 1.2;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  text-align: center;
  max-width: 100%;
  position: relative;
  z-index: 2; }
  .fs_style_30:before,
  stylename_button_large_aqua:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    background-color: #000;
    opacity: .2;
    transition: .3s;
    z-index: -1; }
  .fs_style_30:hover, .fs_style_30:focus,
  stylename_button_large_aqua:hover,
  stylename_button_large_aqua:focus {
    color: #fff; }
    .fs_style_30:hover:before, .fs_style_30:focus:before,
    stylename_button_large_aqua:hover:before,
    stylename_button_large_aqua:focus:before {
      height: 100%;
      transition: .3s; }
  .fs_style_30 em,
  stylename_button_large_aqua em {
    display: block;
    font-style: normal; }

.fs_style_31,
stylename_button_large_gold {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 30px 13px;
  background: #b3a369;
  color: #fff;
  border-radius: 0;
  font-size: 30px;
  line-height: 1.2;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  text-align: center;
  max-width: 100%;
  position: relative;
  z-index: 2; }
  .fs_style_31:before,
  stylename_button_large_gold:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    background-color: #000;
    opacity: .2;
    transition: .3s;
    z-index: -1; }
  .fs_style_31:hover, .fs_style_31:focus,
  stylename_button_large_gold:hover,
  stylename_button_large_gold:focus {
    color: #fff; }
    .fs_style_31:hover:before, .fs_style_31:focus:before,
    stylename_button_large_gold:hover:before,
    stylename_button_large_gold:focus:before {
      height: 100%;
      transition: .3s; }
  .fs_style_31 em,
  stylename_button_large_gold em {
    display: block;
    font-style: normal; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 12px;
  background: #0736a4;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  transition: .3s; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #092f81;
    color: #fff;
    transition: .3s; }
  .fsStateSelected a {
    background: #092f81;
    color: #fff; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 12px;
  background: #0736a4;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  transition: .3s; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #092f81;
    color: #fff;
    transition: .3s; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.fsBanner .fs_style_29,
.fsBanner .fs_style_30,
.fsBanner .fs_style_31,
.fsStyleOneThird .fs_style_29,
.fsStyleOneThird .fs_style_30,
.fsStyleOneThird .fs_style_31 {
  display: block; }

.custom-image-button,
.image-button-link {
  background-size: cover;
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  background-position: top center;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: "proxima-nova", sans-serif;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  min-height: 210px; }
  .fsComposeMode .custom-image-button, .fsComposeMode
  .image-button-link {
    display: block;
    overflow: visible; }
    .fsComposeMode .custom-image-button .fsElementHeaderContent, .fsComposeMode
    .image-button-link .fsElementHeaderContent {
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      visibility: visible;
      max-height: 100%; }
  .custom-image-button:before,
  .image-button-link:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: .7;
    z-index: 5; }
  .custom-image-button .fsElementTitle,
  .image-button-link .fsElementTitle {
    color: #fff;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0; }
    .custom-image-button .fsElementTitle:last-child,
    .image-button-link .fsElementTitle:last-child {
      padding-bottom: 7px; }
  .custom-image-button > header,
  .image-button-link > header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 10;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 20px 0; }
    .custom-image-button > header:after,
    .image-button-link > header:after {
      content: '';
      width: 40px;
      left: 0;
      height: 2px;
      background-color: #b3a369;
      bottom: 0;
      position: absolute;
      left: 50%;
      transform: translate3d(-50%, 0, 0); }
  .custom-image-button > footer,
  .image-button-link > footer {
    position: relative;
    color: rgba(255, 255, 255, 0.75);
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.222;
    margin-top: 7px;
    z-index: 10;
    padding-bottom: 15px; }
    .custom-image-button > footer a,
    .image-button-link > footer a {
      color: inherit; }
  .custom-image-button .fsElementHeaderContent,
  .image-button-link .fsElementHeaderContent {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: .3s; }
  .custom-image-button .fsElementFooterContent,
  .image-button-link .fsElementFooterContent {
    margin-top: 0; }
  .custom-image-button .fsElementContent,
  .image-button-link .fsElementContent {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    filter: none;
    filter: grayscale(0); }
  .custom-image-button.has-description,
  .image-button-link.has-description {
    padding-bottom: 0; }
  .custom-image-button.has-description:hover .fsElementHeaderContent, .custom-image-button.has-link:hover .fsElementHeaderContent,
  .image-button-link.has-description:hover .fsElementHeaderContent,
  .image-button-link.has-link:hover .fsElementHeaderContent {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1);
    transform: scale(1);
    max-height: 150px;
    transition: .3s; }
  .custom-image-button.has-link:hover .fsElementContent,
  .image-button-link.has-link:hover .fsElementContent {
    filter: gray;
    filter: grayscale(1); }

.custom-image-button:not(.has-link) > header {
  margin-bottom: 15px; }

.image-button-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff; }
  .image-button-link:before {
    display: none; }
  .image-button-link:hover {
    color: #fff; }
    .image-button-link:hover footer a {
      color: #b3a369; }

.custom-button-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px; }
  .custom-button-container > .fsDiv {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .custom-button-container > .fsDiv.fsStyleColumn {
      margin-bottom: 20px; }
      @media (min-width: 1000px) {
        .custom-button-container > .fsDiv.fsStyleColumn {
          margin-bottom: 0; } }
    .custom-button-container > .fsDiv.fsStyleColumn-last {
      margin-bottom: 0; }
  @media (min-width: 400px) {
    .custom-button-container.fsFourColumnLayout {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 400px) {
    .custom-button-container.fsFourColumnLayout > .fsDiv {
      width: 50%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 1000px) {
    .custom-button-container.fsFourColumnLayout > .fsDiv {
      width: 25%; } }
  @media (min-width: 400px) {
    .custom-button-container.fsFourColumnLayout > .fsDiv.fsStyleColumn-3 {
      margin-bottom: 0; } }
  @media (min-width: 400px) {
    .custom-button-container.fsThreeColumnLayout {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 400px) {
    .custom-button-container.fsThreeColumnLayout > .fsDiv {
      width: 50%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 900px) {
    .custom-button-container.fsThreeColumnLayout > .fsDiv {
      width: 33.33%;
      margin-bottom: 0; } }
  @media (min-width: 400px) {
    .custom-button-container.fsTwoColumnLayout {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 400px) {
    .custom-button-container.fsTwoColumnLayout > .fsDiv {
      width: 50%;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 0; } }

.lead-in,
.fs_style_24 {
  color: #92999d;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5; }

blockquote,
.fs_style_25 {
  color: #b3a369;
  font-size: 20px;
  font-style: italic;
  line-height: 1.2;
  padding: 35px 0 30px;
  margin: 50px 0;
  position: relative;
  border-top: solid 2px rgba(200, 200, 199, 0.5);
  border-bottom: solid 2px rgba(200, 200, 199, 0.5); }
  blockquote:before,
  .fs_style_25:before {
    position: absolute;
    top: -20px;
    color: #e2c457;
    font-size: 100px;
    line-height: .85;
    content: '“';
    background-color: #fff;
    display: block;
    width: 50px;
    height: 40px;
    font-style: normal;
    font-weight: normal; }
  body:not(.fsComposeMode) blockquote:last-child, body:not(.fsComposeMode)
  .fs_style_25:last-child {
    margin-bottom: 0; }

cite,
.fs_style_33 {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #92999d;
  margin-bottom: 0;
  display: block;
  font-style: normal;
  text-align: right;
  margin-top: 20px; }
  cite:last-child,
  .fs_style_33:last-child {
    margin-top: 10px;
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

.fs_style_26 {
  margin: 50px 0;
  padding-left: 28px;
  position: relative;
  color: rgba(7, 54, 164, 0.6);
  font-size: 22px;
  line-height: 1.2; }
  .fs_style_26:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0736a4; }

.fs_style_35,
stylename_header-style-option {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2;
  color: #0736a4;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 8px;
  position: relative; }
  .fs_style_35:after,
  stylename_header-style-option:after {
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    background-color: #e2c457; }

/*! structure - header v0.0.1 */
.fsHeader {
  padding: 0; }
  @media (min-width: 740px) {
    .fsHeader {
      border-bottom: solid 1px #E3E3E3; } }
  @media (min-width: 980px) {
    .fsHeader {
      border-bottom: solid 2px #E3E3E3; } }

.header-top-wrapper {
  margin-bottom: 0;
  color: #fff;
  border-bottom: solid 4px #b3a369;
  padding: 0 20px; }
  @media (min-width: 740px) {
    .header-top-wrapper {
      padding: 20px; } }
  @media (min-width: 980px) {
    .header-top-wrapper {
      padding: 0 20px; } }
  .header-top-wrapper > header {
    display: none; }
  .header-top-wrapper > .fsElementContent {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 740px) {
      .header-top-wrapper > .fsElementContent {
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative; } }
    @media (min-width: 980px) {
      .header-top-wrapper > .fsElementContent {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between; } }

.header-logo {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: calc(100% - 60px); }
  @media (min-width: 740px) {
    .header-logo {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      height: auto;
      max-width: 100%; } }
  @media (min-width: 980px) {
    .header-logo {
      padding: 20px 0;
      position: relative; } }
  .header-logo a {
    display: block;
    color: transparent;
    width: 234px;
    height: 50px;
    background-image: url("../images/logo.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    max-width: 100%; }
    @media (min-width: 740px) {
      .header-logo a {
        background-image: url("../images/logo.svg");
        height: 80px;
        padding: 20px 0;
        width: 350px; } }
    @media (min-width: 1000px) {
      .header-logo a {
        width: 370px; } }
    .header-logo a:hover {
      color: transparent; }
    .eagle-logo .header-logo a {
      background-image: url("../images/eagle-logo.jpg");
      background-size: contain;
      height: 50px; }
      @media (min-width: 740px) {
        .eagle-logo .header-logo a {
          height: 60px; } }
      @media (min-width: 1000px) {
        .eagle-logo .header-logo a {
          height: 90px; } }
  .header-logo.tagline .tagline {
    display: none; }
  @media (min-width: 900px) {
    .header-logo.tagline {
      margin-bottom: 10px; }
      .header-logo.tagline a {
        color: transparent;
        display: block;
        height: 11.2vw;
        margin-bottom: 10px;
        background-image: url("../images/text.svg");
        background-size: calc(100% - 17.333vw - 20px);
        background-repeat: no-repeat;
        background-position: calc(17.333vw + 20px) top;
        position: relative;
        padding-left: calc(17.333vw + 20px); } }
    @media (min-width: 900px) and (min-width: 500px) {
      .header-logo.tagline a {
        width: 380px;
        padding-left: 95px;
        background-position: right center;
        background-size: 285px 50px;
        height: 50px; } }
  @media (min-width: 900px) {
        .header-logo.tagline a:before {
          content: '';
          background-image: url("../images/seal.svg");
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: left center;
          position: absolute;
          width: 17.333vw;
          height: 20.266vw;
          left: 0;
          top: 0; } }
      @media (min-width: 900px) and (min-width: 500px) {
        .header-logo.tagline a:before {
          background-size: contain;
          width: 73px;
          height: 82px; } }
  @media (min-width: 900px) {
      .header-logo.tagline .tagline {
        color: #b3a369;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.3333;
        padding-left: calc(17.333vw + 20px);
        margin-bottom: 40px;
        text-align: left;
        display: inline-block; } }
    @media (min-width: 900px) and (min-width: 500px) {
      .header-logo.tagline .tagline {
        padding-left: 95px; } }
    @media (min-width: 900px) and (min-width: 1000px) {
      .header-logo.tagline .tagline {
        margin-bottom: 25px; } }

.header-utility-container {
  margin-bottom: 0; }
  @media (min-width: 980px) {
    .header-utility-container {
      width: calc(100% - 400px); } }
  .header-utility-container > header {
    display: none; }
  .header-utility-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.landing-hero {
  background-size: cover;
  background-position: center;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 20px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  display: none;
  min-height: 300px; }
  @media (min-width: 700px) {
    .landing-hero {
      min-height: 31.944vw;
      padding: 18.4027vw 20px 20px; } }
  .landing-hero:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: .7; }
  .fsHeader .landing-hero,
  .fsDraftMode .landing-hero {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; }
  .fsComposeMode .landing-hero {
    display: block; }
  .landing-hero > header {
    position: relative;
    max-width: 1180px;
    margin-bottom: 0; }
    @media (min-width: 700px) {
      .landing-hero > header {
        margin-bottom: 3.38983vw; } }
    @media (min-width: 1180px) {
      .landing-hero > header {
        margin-bottom: 40px; } }
    .landing-hero > header .fsElementTitle {
      color: rgba(255, 255, 255, 0.9);
      font-family: "proxima-nova", sans-serif;
      font-size: 24px;
      font-weight: 800;
      letter-spacing: 2px;
      line-height: 1.2;
      text-transform: uppercase;
      margin-bottom: 10px; }
      @media (min-width: 700px) {
        .landing-hero > header .fsElementTitle {
          font-size: 45px;
          margin-bottom: 15px; } }
      @media (min-width: 900px) {
        .landing-hero > header .fsElementTitle {
          font-size: 5vw; } }
      @media (min-width: 1180px) {
        .landing-hero > header .fsElementTitle {
          font-size: 60px; } }
      .landing-hero > header .fsElementTitle:last-child {
        margin-bottom: 0; }
    .landing-hero > header .fsElementHeaderContent {
      color: rgba(255, 255, 255, 0.8);
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5;
      margin: 0 auto;
      position: relative;
      padding-top: 15px;
      max-width: 900px; }
      @media (min-width: 700px) {
        .landing-hero > header .fsElementHeaderContent {
          font-size: 20px;
          padding-top: 20px; } }
      .landing-hero > header .fsElementHeaderContent:before {
        content: '';
        width: 40px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        top: 0; }
  .landing-hero > footer,
  .landing-hero .video-play {
    margin-bottom: 0; }
    @media (min-width: 700px) {
      .landing-hero > footer,
      .landing-hero .video-play {
        margin-bottom: 3.38983vw; } }
    @media (min-width: 1180px) {
      .landing-hero > footer,
      .landing-hero .video-play {
        margin-bottom: 40px; } }
    .landing-hero > footer .fsElementFooterContent,
    .landing-hero .video-play .fsElementFooterContent {
      margin-top: 0; }
  .landing-hero.no-gradient:before {
    background: none; }

.landing-hero.video {
  background-color: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 600px) {
    .landing-hero.video {
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .landing-hero.video:before {
    z-index: 20; }
  .landing-hero.video > header {
    z-index: 30;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      .landing-hero.video > header {
        margin-bottom: 3.38983vw; } }
    @media (min-width: 1180px) {
      .landing-hero.video > header {
        margin-bottom: 40px; } }
  .landing-hero.video .fsMediaCustomPlayer {
    position: static;
    display: -ms-flexbox;
    display: flex; }
  .landing-hero.video .fsElementContent {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    z-index: 10; }
  .landing-hero.video.play-video .fsElementContent {
    z-index: 90; }

.touch .video-hero.short-vid > video {
  display: none; }

.video-hero.short-vid {
  width: 100%;
  background-size: cover;
  background-position: center; }
  .video-hero.short-vid > video {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: none; }
    @media (min-width: 600px) {
      .video-hero.short-vid > video {
        display: block; } }

.video-hero.full-vid {
  display: block;
  position: fixed !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000 !important;
  z-index: 105;
  opacity: 0;
  visibility: hidden;
  transition: .3s; }
  .video-hero.full-vid.show {
    opacity: 1;
    visibility: visible;
    transition: .3s; }
  .video-hero.full-vid > video {
    max-height: calc(100% - 120px);
    margin-top: 60px; }

video.feature-vid::-webkit-media-controls-start-playback-background,
video.feature-vid::-webkit-media-controls-start-playback-tint,
video.feature-vid::-webkit-media-controls-start-playback-glyph {
  opacity: 0; }

.video-play {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 30px 13px;
  background: #1897d4;
  color: #fff;
  border-radius: 0;
  font-size: 30px;
  line-height: 1.2;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  text-align: center;
  max-width: 100%;
  position: relative;
  z-index: 2;
  -webkit-clip-path: none;
  -webkit-appearance: block;
  z-index: 30; }
  .video-play:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    background-color: #000;
    opacity: .2;
    transition: .3s;
    z-index: -1; }
  .video-play:hover, .video-play:focus {
    color: #fff; }
    .video-play:hover:before, .video-play:focus:before {
      height: 100%;
      transition: .3s; }
  .video-play em {
    display: block;
    font-style: normal; }

.video-close {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 12px;
  background: #b3a369;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  transition: .3s;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 110;
  display: none; }
  .video-close:hover, .video-close:focus {
    background: #8e8157;
    color: #fff;
    transition: .3s; }
  .video-close.show {
    display: block; }

.landing-hero.video.single .video-play {
  display: none; }

.attribute-template {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  position: relative;
  display: none;
  box-shadow: 0 2px 0 0 #fff; }
  .fsHeader .attribute-template,
  .fsDraftMode .attribute-template {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; }
  .fsComposeMode .attribute-template {
    display: block; }
    .fsComposeMode .attribute-template > .fsElementContent {
      height: auto; }
  body:not(.fsComposeMode) .attribute-template {
    background: #fff !important; }
  .attribute-template > .fsElementContent {
    height: 300px;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative; }
    @media (min-width: 700px) {
      .attribute-template > .fsElementContent {
        height: 31.944vw;
        max-height: 700px; } }
    .attribute-template > .fsElementContent:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
      opacity: .7; }
  .attribute-template > header {
    position: relative;
    width: 1180px;
    background-color: #0736a4;
    max-width: calc(100% - 40px);
    border: 4px solid rgba(0, 0, 0, 0.2);
    z-index: 5;
    margin: -40px auto 0;
    padding: 30px 20px; }
    @media (min-width: 500px) {
      .attribute-template > header {
        margin: -60px auto 0;
        padding: 50px 20px; } }
    .attribute-template > header .fsElementTitle {
      color: rgba(255, 255, 255, 0.9);
      font-family: "proxima-nova", sans-serif;
      font-size: 20px;
      font-weight: 800;
      letter-spacing: 2px;
      line-height: 1.2;
      text-transform: uppercase;
      margin-bottom: 10px; }
      @media (min-width: 500px) {
        .attribute-template > header .fsElementTitle {
          font-size: 24px; } }
      @media (min-width: 700px) {
        .attribute-template > header .fsElementTitle {
          font-size: 45px;
          margin-bottom: 15px; } }
      @media (min-width: 900px) {
        .attribute-template > header .fsElementTitle {
          font-size: 5vw; } }
      @media (min-width: 1180px) {
        .attribute-template > header .fsElementTitle {
          font-size: 60px; } }
      .attribute-template > header .fsElementTitle:last-child {
        margin-bottom: 0; }
    .attribute-template > header .fsElementHeaderContent {
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px;
      font-weight: 600;
      line-height: 1.5;
      margin: 0 auto;
      position: relative;
      padding-top: 15px;
      max-width: 900px; }
      @media (min-width: 500px) {
        .attribute-template > header .fsElementHeaderContent {
          font-size: 16px; } }
      @media (min-width: 700px) {
        .attribute-template > header .fsElementHeaderContent {
          font-size: 20px;
          padding-top: 20px; } }
      .attribute-template > header .fsElementHeaderContent:before {
        content: '';
        width: 40px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        top: 0; }
  .attribute-template > footer {
    margin-top: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #92999d;
    margin-bottom: 20px; }

.attribute-subtitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #92999d;
  margin-bottom: 20px; }
  .attribute-subtitle .fsElementFooterContent {
    margin-top: 0; }

.fsFooter {
  color: #fff; }

.footer-content-wrapper {
  width: 1180px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 35px; }
  @media (min-width: 600px) {
    .footer-content-wrapper {
      padding-top: 40px; } }
  @media (min-width: 1000px) {
    .footer-content-wrapper {
      padding-top: 60px;
      padding-bottom: 45px; } }
  .footer-content-wrapper > header {
    display: none; }
  .footer-content-wrapper > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 1000px) {
      .footer-content-wrapper > .fsElementContent {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch; } }

.footer-cta {
  width: 100%;
  margin-bottom: 0; }
  .footer-cta > header {
    background-color: #fff;
    text-align: center;
    padding-bottom: 35px; }
    .footer-cta > header .fsElementTitle {
      color: #92999d;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.2;
      display: inline-block;
      margin: 0 auto;
      padding: 0 15px;
      position: relative; }
      .footer-cta > header .fsElementTitle:before, .footer-cta > header .fsElementTitle:after {
        content: '';
        width: 80px;
        height: 2px;
        background-color: #E3E3E3;
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        max-width: 18vw; }
        @media (min-width: 800px) {
          .footer-cta > header .fsElementTitle:before, .footer-cta > header .fsElementTitle:after {
            width: 100px; } }
      .footer-cta > header .fsElementTitle:before {
        right: 100%; }
      .footer-cta > header .fsElementTitle:after {
        left: 100%; }
  .footer-cta .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer-cta .fsNavLevel1 li {
      width: 50%; }
      @media (min-width: 600px) {
        .footer-cta .fsNavLevel1 li {
          width: 25%; } }
      .footer-cta .fsNavLevel1 li a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 17px 30px 13px;
        background: #202c5f;
        color: #fff;
        border-radius: 0;
        font-size: 30px;
        line-height: 1.2;
        font-family: "proxima-nova-extra-condensed", sans-serif;
        text-align: center;
        max-width: 100%;
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        text-align: center;
        width: 100%; }
        .footer-cta .fsNavLevel1 li a:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          height: 4px;
          width: 100%;
          background-color: #000;
          opacity: .2;
          transition: .3s;
          z-index: -1; }
        .footer-cta .fsNavLevel1 li a:hover, .footer-cta .fsNavLevel1 li a:focus {
          color: #fff; }
          .footer-cta .fsNavLevel1 li a:hover:before, .footer-cta .fsNavLevel1 li a:focus:before {
            height: 100%;
            transition: .3s; }
        .footer-cta .fsNavLevel1 li a em {
          display: block;
          font-style: normal; }
      .footer-cta .fsNavLevel1 li:nth-child(2) a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 17px 30px 13px;
        background: #1897d4;
        color: #fff;
        border-radius: 0;
        font-size: 30px;
        line-height: 1.2;
        font-family: "proxima-nova-extra-condensed", sans-serif;
        text-align: center;
        max-width: 100%;
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        text-align: center;
        width: 100%; }
        .footer-cta .fsNavLevel1 li:nth-child(2) a:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          height: 4px;
          width: 100%;
          background-color: #000;
          opacity: .2;
          transition: .3s;
          z-index: -1; }
        .footer-cta .fsNavLevel1 li:nth-child(2) a:hover, .footer-cta .fsNavLevel1 li:nth-child(2) a:focus {
          color: #fff; }
          .footer-cta .fsNavLevel1 li:nth-child(2) a:hover:before, .footer-cta .fsNavLevel1 li:nth-child(2) a:focus:before {
            height: 100%;
            transition: .3s; }
        .footer-cta .fsNavLevel1 li:nth-child(2) a em {
          display: block;
          font-style: normal; }
      .footer-cta .fsNavLevel1 li:nth-child(3) a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 17px 30px 13px;
        background: #b3a369;
        color: #fff;
        border-radius: 0;
        font-size: 30px;
        line-height: 1.2;
        font-family: "proxima-nova-extra-condensed", sans-serif;
        text-align: center;
        max-width: 100%;
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        text-align: center;
        width: 100%; }
        .footer-cta .fsNavLevel1 li:nth-child(3) a:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          height: 4px;
          width: 100%;
          background-color: #000;
          opacity: .2;
          transition: .3s;
          z-index: -1; }
        .footer-cta .fsNavLevel1 li:nth-child(3) a:hover, .footer-cta .fsNavLevel1 li:nth-child(3) a:focus {
          color: #fff; }
          .footer-cta .fsNavLevel1 li:nth-child(3) a:hover:before, .footer-cta .fsNavLevel1 li:nth-child(3) a:focus:before {
            height: 100%;
            transition: .3s; }
        .footer-cta .fsNavLevel1 li:nth-child(3) a em {
          display: block;
          font-style: normal; }
      .footer-cta .fsNavLevel1 li:nth-child(4) a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 17px 30px 13px;
        background: #92999d;
        color: #fff;
        border-radius: 0;
        font-size: 30px;
        line-height: 1.2;
        font-family: "proxima-nova-extra-condensed", sans-serif;
        text-align: center;
        max-width: 100%;
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        text-align: center;
        width: 100%; }
        .footer-cta .fsNavLevel1 li:nth-child(4) a:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          height: 4px;
          width: 100%;
          background-color: #000;
          opacity: .2;
          transition: .3s;
          z-index: -1; }
        .footer-cta .fsNavLevel1 li:nth-child(4) a:hover, .footer-cta .fsNavLevel1 li:nth-child(4) a:focus {
          color: #fff; }
          .footer-cta .fsNavLevel1 li:nth-child(4) a:hover:before, .footer-cta .fsNavLevel1 li:nth-child(4) a:focus:before {
            height: 100%;
            transition: .3s; }
        .footer-cta .fsNavLevel1 li:nth-child(4) a em {
          display: block;
          font-style: normal; }

.school-details-container {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 40px;
  text-align: center; }
  @media (min-width: 1000px) {
    .school-details-container {
      margin-bottom: 0;
      text-align: left; } }
  .school-details-container a {
    color: rgba(255, 255, 255, 0.75); }
    .school-details-container a:hover {
      color: #fff; }

.school-details {
  margin-bottom: 10px; }
  .school-details [itemprop='name'] {
    color: #b3a369;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3333;
    margin-bottom: 40px;
    text-align: left;
    display: inline-block; }
    @media (min-width: 1000px) {
      .school-details [itemprop='name'] {
        margin-bottom: 25px; } }
    .school-details [itemprop='name'] a {
      color: transparent;
      display: block;
      height: 11.2vw;
      margin-bottom: 10px;
      background-image: url("../images/text.svg");
      background-size: calc(100% - 17.333vw - 20px);
      background-repeat: no-repeat;
      background-position: calc(17.333vw + 20px) top;
      position: relative;
      padding-left: calc(17.333vw + 20px); }
      @media (min-width: 500px) {
        .school-details [itemprop='name'] a {
          width: 380px;
          padding-left: 95px;
          background-position: right center;
          background-size: 285px 50px;
          height: 50px; } }
      .school-details [itemprop='name'] a:before {
        content: '';
        background-image: url("../images/seal.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left center;
        position: absolute;
        width: 17.333vw;
        height: 20.266vw;
        left: 0;
        top: 0; }
        @media (min-width: 500px) {
          .school-details [itemprop='name'] a:before {
            background-size: contain;
            width: 73px;
            height: 82px; } }
    .school-details [itemprop='name'] div {
      padding-left: calc(17.333vw + 20px); }
      @media (min-width: 500px) {
        .school-details [itemprop='name'] div {
          padding-left: 95px; } }

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

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

html {
  font-family: "proxima-nova", sans-serif;
  background: #0736a4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 17px;
  line-height: 1.529;
  color: #45464B; }

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

.fsPageBodyWrapper {
  padding: 20px 20px 40px;
  background: #fff; }
  @media (min-width: 740px) {
    .fsPageBodyWrapper {
      padding: 80px 20px 80px; } }

.fsPageBody {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 740px) {
    .fsPageBody {
      display: block; } }
  @media (min-width: 900px) {
    .fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }
  #fsBannerLeft + #fsPageContent {
    margin-top: 10px; }
    @media (min-width: 740px) {
      #fsBannerLeft + #fsPageContent {
        margin-top: 0; } }
  @media (min-width: 740px) {
    #fsBannerLeft {
      padding-right: 30px;
      width: 230px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    #fsBannerLeft {
      padding-right: 60px;
      width: 280px;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 740px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 30px;
      width: 230px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 60px;
      width: 280px; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 30px;
      width: 230px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 60px;
      width: 280px; } }

#fsPageContent {
  width: 100%; }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 740px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 290px); } }
    @media (min-width: 800px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 360px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 740px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 230px); } }
    @media (min-width: 800px) {
      .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: 740px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 230px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 280px); } }
    @media (min-width: 900px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 520px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 640px); } }

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 740px) {
    #fsBannerRight {
      padding-left: 50px;
      width: 290px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    #fsBannerRight {
      padding-left: 80px;
      width: 360px;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 740px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 230px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 280px); } }
    @media (min-width: 900px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 50px;
        width: 290px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 80px;
        width: 360px; } }

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

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

.fsLayout .fsStyleColumn-last {
  margin-bottom: 0; }

.fsPageLayout > .fsDiv {
  margin-bottom: 0; }

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

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

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

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

@media (min-width: 800px) {
  .fsFourColumnLayout .fsStyleColumn-3 {
    margin-bottom: 0; } }

.fsLayout .fsStyleOneThird {
  float: none; }

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

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 740px) {
    .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: 740px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 30px;
        width: 230px;
        margin-bottom: 0; } }
    @media (min-width: 800px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 60px;
        width: 280px; } }
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 740px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 230px); } }
    @media (min-width: 800px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 280px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 290px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 360px); } }

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

@media (min-width: 740px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 30px;
    width: 230px; } }

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

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 30px;
    width: 230px; } }

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

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

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

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0; }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 30px;
      width: 230px; } }

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

@media (min-width: 740px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 30px;
    width: 230px; } }

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 30px;
    width: 230px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 740px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 230px); } }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 520px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 50px;
      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: 30px;
      width: 230px;
      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% - 230px); } }

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 740px) {
    .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: 740px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 50px;
        padding-right: 0;
        width: 290px;
        margin-bottom: 0; } }
    @media (min-width: 800px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 80px;
        width: 360px; } }
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 740px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 290px);
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 800px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 360px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 740px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 230px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 230px); } }
  @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: 740px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 30px;
      width: 230px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 60px;
      width: 280px; } }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 30px;
      width: 230px;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 60px;
      width: 280px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 50px;
      width: 290px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 80px;
      width: 360px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 900px) {
    .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% - 360px); } }

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

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 900px) {
    .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: 900px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 50px;
      width: 290px;
      margin-top: 0; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 740px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 230px); } }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 520px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 740px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 30px;
      width: 230px;
      margin-bottom: 0; } }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 30px;
      width: 230px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 50px;
      width: 290px; } }
  @media (min-width: 900px) {
    .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: 50px;
      width: 290px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 290px); } }
  @media (min-width: 900px) {
    .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); } }

.wide-right {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 740px) {
    .wide-right {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .wide-right > .fsStyleColumn-1 {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 740px) {
      .wide-right > .fsStyleColumn-1 {
        padding-left: 0;
        padding-right: 30px;
        width: 230px;
        margin-bottom: 0; } }
    @media (min-width: 800px) {
      .wide-right > .fsStyleColumn-1 {
        padding-right: 60px;
        width: 280px; } }
  .wide-right > .fsStyleColumn-2 {
    width: 100%; }
    @media (min-width: 740px) {
      .wide-right > .fsStyleColumn-2 {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 230px); } }
    @media (min-width: 800px) {
      .wide-right > .fsStyleColumn-2 {
        width: calc(100% - 280px); } }

.forty-sixty {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 740px) {
    .forty-sixty {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .forty-sixty > .fsStyleColumn-1 {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 800px) {
      .forty-sixty > .fsStyleColumn-1 {
        width: calc(100% - 60vw);
        margin-bottom: 0; } }
    @media (min-width: 1100px) {
      .forty-sixty > .fsStyleColumn-1 {
        width: calc(100% - 700px); } }
  .forty-sixty > .fsStyleColumn-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 800px) {
      .forty-sixty > .fsStyleColumn-2 {
        width: 60vw;
        padding-left: 20px; } }
    @media (min-width: 1000px) {
      .forty-sixty > .fsStyleColumn-2 {
        padding-left: 50px; } }
    @media (min-width: 1100px) {
      .forty-sixty > .fsStyleColumn-2 {
        width: 700px;
        padding-left: 80px; } }

#fsPoweredByFinalsite {
  margin: 0 auto; }
  @media (min-width: 1000px) {
    #fsPoweredByFinalsite {
      float: right; } }

/*! _main.scss - src/sass/navigation/ - main import */
.fsNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fsNavigation ul li a {
    display: inline-block;
    padding: 5px 0; }

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

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

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

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

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

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

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #1897d4;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #0736a4;
      background: #E3E3E3; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #0736a4;
    background: #cacaca; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #b3a369;
      background: #E3E3E3; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #E3E3E3; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #1897d4;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #1897d4;
        background: #E3E3E3; }

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

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

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

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

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

.nav-sub {
  display: none; }
  .nav-sub > header .fsElementTitle {
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #202c5f;
    margin-bottom: 10px;
    text-transform: uppercase; }
  @media screen and (max-width: 739px) {
    .nav-sub > header {
      display: block;
      position: relative; }
      .nav-sub > header .fsElementTitle {
        position: relative;
        margin-bottom: 0;
        display: block;
        padding: 10px 20px;
        color: #E3E3E3;
        background-color: #202c5f;
        transition: .3s;
        font-family: "proxima-nova", sans-serif;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 27px;
        text-align: center;
        text-transform: uppercase;
        border-radius: 4px;
        z-index: 5;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #131a39;
          color: #E3E3E3; } }
    @media screen and (max-width: 739px) and (min-width: 740px) {
      .nav-sub > header .fsElementTitle {
        cursor: default; } }
  @media screen and (max-width: 739px) {
        .nav-sub > header .fsElementTitle:after {
          content: "";
          line-height: 1;
          position: absolute;
          margin: 0;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          font-family: "IcoMoon";
          color: #e2c457;
          margin-left: 5px;
          font-size: 12px;
          margin-top: -1px; }
    .nav-sub > .fsElementContent {
      position: relative;
      display: block;
      background-color: #fff;
      border: solid 2px #E3E3E3;
      margin-top: -2px;
      border-radius: 0 0 4px 4px; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 12px 20px;
        color: #45464B;
        background: transparent;
        font-size: 16px;
        line-height: 1.25;
        border-bottom: solid 1px #E3E3E3; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #0736a4;
          background: transparent; }
      .nav-sub > .fsElementContent ul li .fsNavPageInfo {
        display: none; }
      .nav-sub > .fsElementContent ul li.fsNavParentPage > a {
        position: relative; }
        .nav-sub > .fsElementContent ul li.fsNavParentPage > a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: inline-block;
          margin-right: 5px;
          color: #92999d;
          font-weight: normal;
          -ms-transform: translateY(1px);
          transform: translateY(1px); }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #0736a4;
        background: transparent; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #1897d4;
          background: transparent; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage .fsNavPageInfo {
        display: block; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: transparent; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #202c5f;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #0736a4;
            background: transparent; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor .fsNavPageInfo {
          display: block; }
      .nav-sub > .fsElementContent .fsNavLevel1 {
        padding-bottom: 0; }
        .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
          padding-left: 20px; }
        .nav-sub > .fsElementContent .fsNavLevel1 > li:last-child > a {
          border-bottom: none; }
        .nav-sub > .fsElementContent .fsNavLevel1 > li[class*="fsNavCurrentPage"]:last-child > a {
          border-bottom: solid 1px #E3E3E3; }
        .nav-sub > .fsElementContent .fsNavLevel1 > li[class*="fsNavCurrentPage"]:last-child li:last-child > a {
          border-bottom: none; }
      .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
        padding-left: 40px; }
      .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
        padding-left: 60px; }
      .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
        padding-left: 80px; }
      .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
        padding-left: 100px; }
    .nav-sub.active-nav > header .fsElementTitle {
      background-color: #202c5f;
      color: #E3E3E3; }
      .nav-sub.active-nav > header .fsElementTitle:after {
        content: ""; } }
  @media (min-width: 740px) {
    .nav-sub {
      display: block; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 740px) {
      .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;
    background-color: #fff;
    padding: 20px; }
    @media (min-width: 740px) {
      .fsHeader .nav-sub {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      padding: 3px 0;
      color: #45464B;
      background: transparent;
      font-weight: 600;
      font-size: 16px;
      line-height: 1.3; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #0736a4;
        background: transparent; }
    .nav-sub ul li .fsNavPageInfo {
      display: none; }
    .nav-sub ul li.fsNavParentPage > a {
      position: relative; }
      .nav-sub ul li.fsNavParentPage > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: inline-block;
        margin-right: 5px;
        color: #e2c457;
        font-weight: normal;
        -ms-transform: translateY(-1px);
        transform: translateY(-1px);
        width: 8px;
        font-size: 10px; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #0736a4;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #202c5f;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPage .fsNavPageInfo {
      display: block; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #45464B;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #0736a4;
          background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor .fsNavPageInfo {
        display: block; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 739px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 3px;
        padding-bottom: 3px; } }
    .nav-sub .fsNavLevel1 > li:last-child {
      border-bottom: none; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 20px; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 40px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 60px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 80px; }

.nav-main {
  margin-bottom: 0;
  background-color: #fff; }
  @media (min-width: 980px) {
    .nav-main {
      padding-left: 20px;
      padding-right: 20px; } }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 740px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 740px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  .nav-main .fsNavLevel1 > li {
    width: 25%;
    text-align: center;
    border-bottom: solid 1px #E3E3E3;
    box-shadow: 1px 0 0 0 #E3E3E3;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (min-width: 980px) {
      .nav-main .fsNavLevel1 > li {
        width: auto;
        border-bottom: none;
        box-shadow: none;
        -ms-flex-positive: 0;
        flex-grow: 0; } }
    .nav-main .fsNavLevel1 > li:hover > a {
      color: #0736a4;
      background: transparent; }
      .nav-main .fsNavLevel1 > li:hover > a:after {
        height: 8px;
        transition: .3s; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #202c5f;
      background: transparent; }
    .nav-main .fsNavLevel1 > li > a {
      display: block;
      color: #0736a4;
      background: transparent;
      padding: 20px 0;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 1.2;
      position: relative; }
      .nav-main .fsNavLevel1 > li > a:after {
        content: '';
        width: 100%;
        height: 0;
        background-color: #0736a4;
        opacity: .6;
        position: absolute;
        left: 0;
        top: calc(100% - 8px);
        transition: .3s; }
      .nav-main .fsNavLevel1 > li > a:focus {
        color: #0736a4;
        background: transparent; }
    html.js .nav-main .fsNavLevel1 > li {
      position: relative; }
      html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        max-height: 0;
        overflow: hidden; }
      .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
        max-height: 9999px;
        opacity: 1;
        visibility: visible;
        transition: .3s; }
    html:not(.js) .nav-main .fsNavLevel1 > li {
      position: relative; }
      html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        max-height: 0;
        overflow: hidden; }
      html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
        max-height: 9999px; }
      @media (max-width: 599px) {
        html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
          max-height: 9999px; } }

.nav-main .fsNavPageInfo,
.nav-main-fixed .fsNavPageInfo {
  background: #0736a4;
  text-align: left;
  z-index: 300;
  width: 280px;
  opacity: 0;
  visibility: hidden;
  display: none; }
  @media (min-width: 980px) {
    .nav-main .fsNavPageInfo,
    .nav-main-fixed .fsNavPageInfo {
      display: block; } }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:nth-child(n+5) .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }
  .nav-main-fixed .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main-fixed .fsNavLevel1 > li:nth-child(n+5) .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }

.nav-main .fsNavLevel2,
.nav-main-fixed .fsNavLevel2 {
  padding: 20px 0; }
  .nav-main .fsNavLevel2 li a,
  .nav-main-fixed .fsNavLevel2 li a {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    background: transparent;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.26666; }
    .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus,
    .nav-main-fixed .fsNavLevel2 li a:hover,
    .nav-main-fixed .fsNavLevel2 li a:focus {
      color: #e2c457;
      background: transparent; }
  .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a,
  .nav-main-fixed .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
    color: #e2c457;
    background: transparent; }

.nav-main-fixed {
  margin-bottom: 0;
  background-color: #0736a4;
  position: fixed;
  z-index: 50;
  width: 100%;
  top: 0;
  left: 0;
  transform: scaleY(0.5) translate3d(0, -60px, 0);
  opacity: 0;
  visibility: hidden;
  transition: transform .2s, opacity 0s ease-out .15s, visibility 0s ease-out .15s;
  display: none; }
  @media (min-width: 1180px) {
    .nav-main-fixed {
      display: block; } }
  .stick-header .nav-main-fixed {
    transform: scaleY(1) translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    transition: transform .3s; }
  .fsComposeMode .nav-main-fixed {
    display: none; }
  @media (min-width: 980px) {
    .nav-main-fixed {
      padding-left: 20px;
      padding-right: 20px; } }
  .nav-main-fixed .fsElementHeaderContent {
    width: 1180px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    position: relative; }
    .nav-main-fixed .fsElementHeaderContent a {
      background-image: url("../images/seal.svg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: left center;
      width: 34.5px;
      height: 40px;
      left: 0;
      position: absolute;
      top: 10px;
      color: transparent;
      z-index: 10; }
  .nav-main-fixed .fsNavLevel1 {
    position: relative; }
    .nav-main-fixed .fsNavLevel1:before {
      content: '';
      width: 34.5px;
      height: 40px; }
    @media (min-width: 740px) {
      .nav-main-fixed .fsNavLevel1 {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width: 1180px;
        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; }
        .no-flexbox .nav-main-fixed .fsNavLevel1 {
          text-align: justify;
          font-size: 0.1px; }
          .no-flexbox .nav-main-fixed .fsNavLevel1 > li {
            display: inline-block; }
          .no-flexbox .nav-main-fixed .fsNavLevel1:after {
            content: "";
            display: inline-block;
            width: 100%; } }
    .nav-main-fixed .fsNavLevel1 > li {
      width: 25%;
      text-align: center;
      border-bottom: solid 1px #E3E3E3;
      box-shadow: 1px 0 0 0 #E3E3E3; }
      @media (min-width: 980px) {
        .nav-main-fixed .fsNavLevel1 > li {
          width: auto;
          border-bottom: none;
          box-shadow: none; } }
      .nav-main-fixed .fsNavLevel1 > li:hover > a {
        color: #fff; }
        .nav-main-fixed .fsNavLevel1 > li:hover > a:after {
          height: 8px;
          transition: .3s; }
      .nav-main-fixed .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
        color: #b3a369; }
      .nav-main-fixed .fsNavLevel1 > li > a {
        display: block;
        color: #fff;
        padding: 21px 0;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1.2;
        position: relative; }
        .nav-main-fixed .fsNavLevel1 > li > a:after {
          content: '';
          width: 100%;
          height: 0;
          background-color: #fff;
          opacity: .6;
          position: absolute;
          left: 0;
          top: calc(100% - 8px);
          transition: .3s; }
        .nav-main-fixed .fsNavLevel1 > li > a:focus {
          color: #0736a4;
          background: transparent; }
      html.js .nav-main-fixed .fsNavLevel1 > li {
        position: relative; }
        html.js .nav-main-fixed .fsNavLevel1 > li > .fsNavPageInfo {
          position: absolute;
          top: 100%;
          max-height: 0;
          overflow: hidden; }
        .menu-item-open html.js .nav-main-fixed .fsNavLevel1 > li > .fsNavPageInfo {
          max-height: 9999px; }
        html.js .nav-main-fixed .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
          max-height: 9999px; }
        html.js .nav-main-fixed .fsNavLevel1 > li:hover .fsNavPageInfo {
          max-height: 9999px;
          opacity: 1;
          visibility: visible;
          transition: .3s; }
      html:not(.js) .nav-main-fixed .fsNavLevel1 > li {
        position: relative; }
        html:not(.js) .nav-main-fixed .fsNavLevel1 > li > .fsNavPageInfo {
          position: absolute;
          top: 100%;
          max-height: 0;
          overflow: hidden; }
        html:not(.js) .nav-main-fixed .fsNavLevel1 > li:hover > .fsNavPageInfo {
          max-height: 9999px; }
        @media (max-width: 599px) {
          html:not(.js) .nav-main-fixed .fsNavLevel1 > li:focus > .fsNavPageInfo {
            max-height: 9999px; } }

.drawer-trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 55px;
  cursor: pointer; }
  @media (min-width: 740px) {
    .drawer-trigger {
      display: none; } }
  .drawer-trigger > .fsElementContent {
    display: none; }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 20px;
    content: '';
    background: #fff; }
  .drawer-trigger:before {
    margin-top: -0.23529em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.23529em 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); }
  .drawer-is-active .drawer-trigger:after {
    box-shadow: none;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.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: 59px;
  max-width: 100%;
  background: #0736a4; }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    min-height: calc(100% - 59px); }
  @media (min-width: 740px) {
    .fsMenu {
      display: none; } }
  .fsMenu .header-search {
    display: block;
    margin-bottom: 0;
    padding: 40px 20px;
    height: auto; }
    .fsMenu .header-search > header {
      display: none; }
    .fsMenu .header-search > .fsElementContent {
      position: relative;
      width: 100%;
      opacity: 1;
      visibility: visible; }
    .fsMenu .header-search .search-form {
      background-color: #0736a4; }
      .fsMenu .header-search .search-form input {
        opacity: 1;
        visibility: visible;
        background-color: #0736a4; }
      .fsMenu .header-search .search-form button {
        background-color: #0736a4; }
  .fsMenu .nav-utility-header {
    display: block; }
    .fsMenu .nav-utility-header > .fsElementContent {
      display: block; }
    .fsMenu .nav-utility-header .fsNavLevel1 {
      display: block; }
      .fsMenu .nav-utility-header .fsNavLevel1 > li.inquire {
        -ms-flex-order: 5;
        order: 5;
        margin: 30px auto 0;
        width: calc(100% - 40px); }
        .fsMenu .nav-utility-header .fsNavLevel1 > li.inquire a {
          display: block;
          width: 100%;
          margin: 0;
          text-align: center; }
      .fsMenu .nav-utility-header .fsNavLevel1 > li > a {
        margin: 0;
        padding: 10px 20px; }
      .fsMenu .nav-utility-header .fsNavLevel1 > li:nth-child(4) {
        margin: 0; }

.nav-main-mobile {
  margin-bottom: 25px; }
  .nav-main-mobile > header {
    display: none; }
  .nav-main-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .nav-main-mobile ul li {
      position: relative;
      margin-bottom: 0; }
      .nav-main-mobile ul li.fsNavParentPage > a {
        width: calc(100% - 55px);
        border-right: solid 1px rgba(255, 255, 255, 0.5); }
      .nav-main-mobile ul li.fsNavCurrentPageAncestor > a, .nav-main-mobile ul li.fsNavCurrentPage > a {
        color: #b3a369; }
      .nav-main-mobile ul li a {
        display: block;
        font-weight: 600;
        font-size: 15px;
        line-height: 1.3;
        padding: 15px 20px;
        min-height: 50px;
        color: #fff; }
        .nav-main-mobile ul li a:hover {
          color: #b3a369; }
  .nav-main-mobile .fsNavPageInfo {
    display: none; }
  .nav-main-mobile .fsNavLevel1 {
    border-top: solid 1px rgba(255, 255, 255, 0.5); }
    .nav-main-mobile .fsNavLevel1 > li {
      border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
      .nav-main-mobile .fsNavLevel1 > li > a {
        font-size: 15px;
        line-height: 1.45;
        padding: 15px 20px;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .nav-main-mobile .fsNavLevel1 > li.alumni-nav > a, .nav-main-mobile .fsNavLevel1 > li.summer-nav > a {
        font-size: 13px;
        padding: 11px 20px; }
  .nav-main-mobile .fsNavLevel2 li.fsNavCurrentPage > a {
    font-weight: 700; }
  .nav-main-mobile .fsNavLevel2 > li > a {
    padding-left: 25px; }
  .nav-main-mobile .fsNavLevel3 > li > a {
    padding-left: 30px; }
  .nav-main-mobile .fsNavLevel4 > li > a {
    padding-left: 35px; }
  .nav-main-mobile .fsNavLevel5 > li > a {
    padding-left: 40px; }
  .nav-main-mobile .alumni-nav > a,
  .nav-main-mobile .summer-nav > a {
    font-size: 13px;
    text-transform: uppercase;
    color: #cccccc;
    letter-spacing: .05em; }
  .nav-main-mobile .summer-nav .fsNavPageInfo {
    padding-bottom: 8px; }
  .nav-main-mobile .open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before, .nav-main-mobile .fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before {
    content: ""; }
  .nav-main-mobile .open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo, .nav-main-mobile .fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo {
    display: block;
    background-color: #202c5f;
    border-top: solid 1px rgba(255, 255, 255, 0.5); }
    .nav-main-mobile .open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo li.fsNavParentPage, .nav-main-mobile .fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo li.fsNavParentPage {
      border-top: solid 1px rgba(255, 255, 255, 0.5);
      box-shadow: 0px 1px 0 0 #E3E3E3; }

.mobile-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: transparent; }
  .mobile-toggle:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    transition: .3s; }
  .fsNavLevel2 .mobile-toggle:before {
    font-size: 20px; }

.nav-social {
  margin-bottom: 28px; }
  @media (min-width: 600px) {
    .nav-social {
      margin-bottom: 40px; } }
  @media (min-width: 1000px) {
    .nav-social {
      margin-bottom: 55px; } }
  .nav-social .fsNavLevel1 {
    margin: 0 auto;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 340px; }
    @media (min-width: 600px) {
      .nav-social .fsNavLevel1 {
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%; } }
    .nav-social .fsNavLevel1 li {
      display: inline-block;
      margin-right: 6px;
      margin-left: 6px;
      margin-bottom: 12px; }
      @media (min-width: 600px) {
        .nav-social .fsNavLevel1 li {
          margin-bottom: 0; } }
      @media (min-width: 600px) {
        .nav-social .fsNavLevel1 li:last-child {
          margin-right: 0; } }
      @media (min-width: 600px) {
        .nav-social .fsNavLevel1 li:first-child {
          margin-left: 0; } }
    .nav-social .fsNavLevel1 [href*='facebook']:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='instagram']:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='linkedin']:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='twitter']:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='youtube']:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='blog']:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='flickr']:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 a {
      display: block;
      padding: 0;
      position: relative;
      background: rgba(0, 0, 0, 0.2);
      height: 16vw;
      width: 16vw;
      border-radius: 100%;
      white-space: nowrap;
      overflow: hidden;
      color: transparent; }
      @media (min-width: 375px) {
        .nav-social .fsNavLevel1 a {
          height: 60px;
          width: 60px; } }
      .nav-social .fsNavLevel1 a:before {
        content: '';
        width: 30px;
        height: 30px;
        border-radius: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.2);
        transition: .3s; }
      .nav-social .fsNavLevel1 a:after {
        color: #fff;
        font-size: 6.66vw;
        transition: 0.3s all;
        display: block;
        line-height: 1;
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0); }
        @media (min-width: 375px) {
          .nav-social .fsNavLevel1 a:after {
            font-size: 25px; } }
      .nav-social .fsNavLevel1 a:hover {
        color: transparent; }
        .nav-social .fsNavLevel1 a:hover:before {
          width: 60px;
          height: 60px;
          opacity: 1;
          visibility: visible;
          transition: .4s; }

.nav-utility-header {
  margin-bottom: 0;
  -ms-flex-align: center;
  align-items: center;
  display: none; }
  @media (min-width: 740px) {
    .nav-utility-header {
      display: -ms-flexbox;
      display: flex; } }
  .nav-utility-header > header {
    display: none; }
  .nav-utility-header > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .nav-utility-header .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (min-width: 980px) {
      .nav-utility-header .fsNavLevel1 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .nav-utility-header .fsNavLevel1 > li {
      -ms-flex-order: 5;
      order: 5; }
      .nav-utility-header .fsNavLevel1 > li > a {
        display: block;
        color: #fff;
        font-family: "proxima-nova-extra-condensed", sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 22px;
        margin: 0 15px; }
        .nav-utility-header .fsNavLevel1 > li > a:hover {
          color: rgba(255, 255, 255, 0.75); }
      .nav-utility-header .fsNavLevel1 > li:first-child > a {
        margin-left: 0; }
        @media (min-width: 980px) {
          .nav-utility-header .fsNavLevel1 > li:first-child > a {
            margin-left: 15px; } }
      .nav-utility-header .fsNavLevel1 > li.inquire {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        text-align: right;
        margin-bottom: 20px;
        margin-top: 2px; }
        @media (min-width: 980px) {
          .nav-utility-header .fsNavLevel1 > li.inquire {
            -ms-flex-order: 6;
            order: 6;
            width: auto;
            margin-bottom: 0;
            margin-top: 0; } }
        .nav-utility-header .fsNavLevel1 > li.inquire > a {
          padding: 12px 22px;
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
          border-radius: 4px;
          background-color: #fff;
          color: #0736a4;
          margin-right: 30px;
          display: inline-block; }
          .nav-utility-header .fsNavLevel1 > li.inquire > a:hover {
            background-color: #202c5f;
            color: #e2c457; }

.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 {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px; }
  @media (min-width: 600px) {
    .nav-utility-footer {
      line-height: 1.222; } }
  .nav-utility-footer a {
    color: rgba(255, 255, 255, 0.75); }
    .nav-utility-footer a:hover, .nav-utility-footer a:focus {
      color: #fff; }
  .nav-utility-footer .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 600px) {
      .nav-utility-footer .fsNavLevel1 {
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .nav-utility-footer .fsNavLevel1 > li {
      margin-left: 5vw;
      margin-right: 5vw; }
      @media (min-width: 375px) {
        .nav-utility-footer .fsNavLevel1 > li {
          margin-left: 20px;
          margin-right: 20px; } }
      @media (min-width: 600px) {
        .nav-utility-footer .fsNavLevel1 > li {
          margin: 0; } }
      @media (min-width: 600px) {
        .nav-utility-footer .fsNavLevel1 > li:last-child {
          margin-right: 0; } }
      @media (min-width: 600px) {
        .nav-utility-footer .fsNavLevel1 > li:first-child {
          margin-left: 0; } }
      .nav-utility-footer .fsNavLevel1 > li a {
        padding: 0; }

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

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

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

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

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

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

div[class^="fsConstituentColumnLayout"] {
  display: -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: 17px;
    line-height: 1.529; }
  .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 #b0b0b0;
    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 #b0b0b0;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 33px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

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

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

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

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

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3, .fsElementDialog .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-bottom: 2px solid rgba(200, 200, 199, 0.5); }
  .fsAccordion .fsPanel:first-of-type, .fsTabs .fsPanel:first-of-type {
    border-top: 2px solid rgba(200, 200, 199, 0.5); }
  .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
    cursor: pointer;
    background: transparent;
    transition: .3s; }
    .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
      margin-top: 0;
      font-weight: normal;
      font-size: 20px;
      line-height: 1.2;
      font-family: "proxima-nova-extra-condensed", sans-serif;
      font-weight: 700;
      color: #0736a4;
      margin-bottom: 0;
      display: block;
      line-height: 1.35;
      padding: 12px 15px 11px;
      color: #0736a4;
      transition: .3s;
      position: relative; }
      .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
        transition: none; }
    .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
      background: rgba(200, 200, 199, 0.2);
      transition: .3s; }
      .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
        color: #1897d4;
        transition: .3s; }
  .fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
    padding: 5px 15px 30px; }
  .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
    background: transparent; }
    .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
      color: #1897d4; }
      .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: 19px;
  font-family: "IcoMoon";
  font-size: 12px;
  line-height: 1;
  color: #1897d4;
  transition: .3s;
  transform: rotate(0deg) translate3d(0, 0, 0);
  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: 19px;
  font-family: "IcoMoon";
  font-size: 12px;
  line-height: 1;
  color: #1897d4;
  transition: .3s;
  transform: rotate(0deg) translate3d(0, 0, 0);
  content: "";
  transform: rotate(90deg) translate3d(0, 0, 0); }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    left: 17px; }

.fsPanelIconBefore.fsAccordion .fsPanel > header:hover h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header:hover h2:before {
  color: #0736a4;
  transition: .3s; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 17px; }

.fsPanelIconAfter.fsAccordion .fsPanel > header:hover h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header:hover h2:after {
  color: #0736a4;
  transition: .3s; }

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

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

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

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

.fsAthleticsEvent .fsTitle {
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 0; }

.fsAthleticsEvent div.fsTitle {
  display: inline-block;
  font-size: 17px;
  line-height: 1.529; }
  .fsAthleticsEvent div.fsTitle a {
    color: inherit; }
    .fsAthleticsEvent div.fsTitle a:hover {
      color: #1897d4; }

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsTitle {
  display: inline-block;
  margin-bottom: 0; }

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

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

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

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

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

.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 */
/*! elements - athletics events - table*/
.fsAthleticsEvent.fsTable .fsTitle {
  font-size: 15px;
  line-height: 1.2;
  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;
      color: #b3a369; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
      content: 'Team: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
      display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
        content: 'Opponent: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
      display: inline-block; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
      content: 'Date: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
      display: inline-block; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
      content: 'Time: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
      content: 'Location: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
      content: 'Advantage: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
      content: 'Type: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
      content: 'Details: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
      content: 'Result: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
      content: 'Score: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
      content: 'Alerts: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
      content: 'Dismissal: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
      content: 'Departure: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
      content: 'Return Time: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
      content: 'Pickup Time: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
      content: 'Recap: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
      content: 'Status: '; } }

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

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

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-weight: 700;
    color: #0736a4;
    margin-bottom: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    color: #b3a369;
    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;
  color: #b3a369; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsRosterList li {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: solid 2px #E3E3E3; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }
    .fsAthleticsRosterList li > div:last-child {
      margin-bottom: 0; }

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

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

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

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

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 60px;
  width: 60px;
  color: #92999d;
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .fsCalendar .fsDate > span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.222;
    text-transform: uppercase; }
    .fsCalendar .fsDate > span.fsDay {
      color: #0736a4;
      font-size: 40px;
      font-weight: 800;
      line-height: .85; }

.fsCalendar .fsTitle {
  font-size: 20px;
  color: #1897d4;
  margin-bottom: 5px; }
  .fsCalendar .fsTitle a:hover {
    color: #0736a4; }

.fsCalendar .fsEventDetails {
  font-size: 15px;
  line-height: 1.2; }
  .fsCalendar .fsEventDetails > div:last-child {
    margin-bottom: 0; }

.fsCalendar .fsTimeRange {
  margin-bottom: 3px; }

.fsCalendar .fsLocation {
  margin-bottom: 10px; }

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

.fsCalendar .fsReadMoreLink {
  margin-top: 12px;
  display: inline-block; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar.fsList .fsListItems + button {
  margin-top: 25px; }

/*! _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.2em;
  font-weight: bold;
  outline: 0;
  font-family: "proxima-nova-extra-condensed", sans-serif; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

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

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; }
    .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(7, 54, 164, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(7, 54, 164, 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(7, 54, 164, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(7, 54, 164, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 12px;
    background: #0736a4;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    transition: .3s;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #092f81;
      color: #fff;
      transition: .3s; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.module.blue, .module.navy {
  color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 30px; }
  .module.blue h1, .module.navy h1, .module.blue h2, .module.navy h2, .module.blue h3, .module.navy h3, .module.blue h4, .module.navy h4, .module.blue h5, .module.navy h5, .module.blue h6, .module.navy h6 {
    color: #fff; }
  .module.blue a, .module.navy a {
    color: rgba(255, 255, 255, 0.8); }
    .module.blue a:hover, .module.navy a:hover {
      color: #bfad6c; }
  .fsComposeMode .module.blue .fsElementContent a, .fsComposeMode .module.navy .fsElementContent a {
    color: #333; }

.module {
  position: relative; }
  .module.blue {
    background: #0736a4; }
  .module.navy {
    background: #202c5f; }
  .module.border-style {
    border: 2px solid #E3E3E3;
    border-radius: 0 0 4px 4px;
    padding: 28px; }
    .module.border-style:before {
      content: '';
      width: calc(100% + 4px);
      left: -2px;
      height: 4px;
      position: absolute;
      top: -2px;
      background-color: #b3a369; }
    .module.border-style.header-image:before {
      display: none; }
  .module.header-image {
    border-radius: 0 0 4px 4px; }
    .module.header-image > header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .module.header-image > header img {
        display: block;
        width: calc(100% + 60px);
        max-width: none;
        margin-left: -30px;
        margin-top: -30px; }

/*! 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: "proxima-nova", sans-serif;
      font-size: 17px;
      line-height: 1.529;
      color: #45464B; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #1897d4;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #0736a4; }
    .fsComposerFormEmbed form .required {
      color: #0736a4; }
    .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: #1897d4;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #0736a4;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 12px;
      outline: 0;
      background: #0736a4 !important;
      text-shadow: none;
      font-size: 11px;
      font-weight: 700;
      border: none !important;
      float: left;
      letter-spacing: 1px;
      line-height: 1.4;
      border-radius: 4px;
      text-transform: uppercase;
      color: #fff; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #092f81 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "proxima-nova", 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: #E3E3E3; }

:-moz-placeholder {
  color: #E3E3E3; }

::-moz-placeholder {
  color: #E3E3E3; }

:-ms-input-placeholder {
  color: #E3E3E3; }

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 12px;
    background: #0736a4;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    transition: .3s; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus {
      background: #092f81;
      color: #fff;
      transition: .3s; }
    .fsLogin .fsLoginMainView .fsLoginSubmit + button,
    .fsLogin .fsLoginMainView button + button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit + button,
    .fsLogin .fsLoginForgotView button + button,
    .fsLogin .fsLoginNewView .fsLoginSubmit + button,
    .fsLogin .fsLoginNewView button + button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit + button,
    .fsLogin .fsResetPasswordView button + button, .fsAccount .fsLoginMainView .fsLoginSubmit + button,
    .fsAccount .fsLoginMainView button + button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit + button,
    .fsAccount .fsLoginForgotView button + button,
    .fsAccount .fsLoginNewView .fsLoginSubmit + button,
    .fsAccount .fsLoginNewView button + button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit + button,
    .fsAccount .fsResetPasswordView button + button {
      margin-left: 10px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginMainView .fsLoginNewAccountLink,
  .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginForgotView .fsLoginNewAccountLink,
  .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginNewView .fsLoginNewAccountLink,
  .fsLogin .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsLogin .fsResetPasswordView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginMainView .fsLoginNewAccountLink,
  .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginForgotView .fsLoginNewAccountLink,
  .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginNewView .fsLoginNewAccountLink,
  .fsAccount .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsAccount .fsResetPasswordView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

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

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

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

.fsLogin .fsResetPasswordFields label > span, .fsAccount .fsResetPasswordFields label > span {
  display: block; }

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

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 12px;
    background: #0736a4;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    transition: .3s; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #092f81;
      color: #fff;
      transition: .3s; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #45464B;
  font-family: "proxima-nova", 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: #b3a369;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px; }
  .fsCustomSlider .slider-play-btn:before {
    content: "";
    color: #fff;
    font-size: 17px;
    font-family: "proxima-nova", sans-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 {
  padding: 0;
  position: absolute;
  max-width: calc(100% - 40px);
  width: 1180px;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  list-style: none;
  text-align: right; }
  @media (min-width: 800px) {
    .fsCustomSlider .slick-dots {
      bottom: 40px; } }
  .fsCustomSlider .slick-dots li {
    width: 10px;
    height: 10px;
    position: relative;
    vertical-align: middle;
    transition: .3s;
    transform: scale(1) translate3d(0, 0, 0);
    margin: 0 6px;
    display: inline-block; }
    .fsCustomSlider .slick-dots li:first-child {
      margin-left: 0; }
    .fsCustomSlider .slick-dots li:last-child {
      margin-right: 0; }
    .fsCustomSlider .slick-dots li button {
      width: 100%;
      height: 100%;
      padding: 0;
      border-radius: 100%;
      border: none;
      color: transparent;
      overflow: hidden;
      position: relative;
      outline: transparent;
      background: none; }
      .fsCustomSlider .slick-dots li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #E3E3E3;
        transition: .3s;
        opacity: 1;
        position: absolute;
        left: 0;
        top: 0; }
      .fsCustomSlider .slick-dots li button:hover:before {
        transition: .3s;
        background-color: #c8c8c7; }
    .fsCustomSlider .slick-dots li.slick-active {
      transition: .3s;
      transform: scale(1.5) translate3d(0, 0, 0); }
      .fsCustomSlider .slick-dots li.slick-active button:before {
        background-color: #c8c8c7;
        opacity: 1; }

.fsCustomSlider .caption-wrapper {
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  line-height: 1.529;
  width: calc(100% - 40px);
  max-width: 1180px;
  background: transparent;
  color: #fff;
  padding: 30px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto; }
  .fsCustomSlider .caption-wrapper .caption-inner {
    padding: 10px 10px 30px; }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.8); }
    .fsCustomSlider .caption-wrapper a:hover, .fsCustomSlider .caption-wrapper a:focus {
      color: #fff; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

.fsCustomSlider .caption-title {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2;
  color: #0736a4;
  font-family: "proxima-nova-extra-condensed", sans-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; }

.fiftyfiftySlider .slider-play-btn {
  display: none; }

.fiftyfiftySlider .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 350px;
  -ms-transform: none;
  transform: none;
  width: 50px;
  height: 50px;
  transition: 0.3s background;
  display: block !important;
  background: rgba(255, 255, 255, 0.3); }
  @media (min-width: 500px) {
    .fiftyfiftySlider .slick-arrow {
      bottom: 470px; } }
  @media (min-width: 700px) {
    .fiftyfiftySlider .slick-arrow {
      top: 1px;
      bottom: auto; } }
  .fiftyfiftySlider .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.6); }
  .fiftyfiftySlider .slick-arrow:before {
    display: block;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    -ms-transform: none;
    transform: none; }
  .fiftyfiftySlider .slick-arrow.slick-prev {
    left: 1px; }
    .fiftyfiftySlider .slick-arrow.slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .fiftyfiftySlider .slick-arrow.slick-next {
    right: 0; }
    @media (min-width: 500px) {
      .fiftyfiftySlider .slick-arrow.slick-next {
        left: 52px;
        right: auto; } }
    .fiftyfiftySlider .slick-arrow.slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.fiftyfiftySlider .bpa-slide {
  position: relative;
  background-color: #0736a4; }
  .fiftyfiftySlider .bpa-slide:focus {
    outline: 0; }
  @media (min-width: 700px) {
    .fiftyfiftySlider .bpa-slide {
      min-height: 480px; } }
  .fiftyfiftySlider .bpa-slide .caption-wrapper {
    position: static;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    -ms-transform: none;
    transform: none;
    text-align: center;
    padding: 65px 30px 65px;
    font-weight: normal;
    font-family: "proxima-nova", sans-serif;
    background: transparent; }
    @media (min-width: 700px) {
      .fiftyfiftySlider .bpa-slide .caption-wrapper {
        width: 50%;
        height: 100%;
        position: absolute;
        padding-bottom: 30px; } }
    .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title, .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc {
      text-align: center;
      text-shadow: none;
      font-size: 1.125rem;
      line-height: 1.2;
      display: block;
      color: #FFF; }
    .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title {
      margin-bottom: 10px;
      font-weight: bold;
      position: relative;
      padding-bottom: 18px; }
      .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.2);
        width: 30px;
        height: 2px;
        margin: auto;
        background: rgba(255, 255, 255, 0.6); }
    .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc h2 {
      color: #1cacc1;
      font-size: 1.875rem;
      line-height: 1.2;
      margin-bottom: 18px;
      color: #FFF; }
    .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc p {
      line-height: 1.4; }
  .fiftyfiftySlider .bpa-slide article {
    top: 0;
    right: 0;
    position: static;
    height: 350px;
    background-size: cover;
    background-position: center; }
    @media (min-width: 500px) {
      .fiftyfiftySlider .bpa-slide article {
        height: 470px; } }
    @media (min-width: 700px) {
      .fiftyfiftySlider .bpa-slide article {
        height: 100%;
        width: 50%;
        position: absolute; } }
    .fiftyfiftySlider .bpa-slide article img {
      opacity: 0;
      visibility: hidden; }

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

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

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

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

.fsPostElement article > div:last-child,
.fsPostElement article > ul:last-child {
  margin-bottom: 0; }

.fsPostElement .fsThumbnail {
  margin-bottom: 15px; }
  .fsPostElement .fsThumbnail:last-child {
    margin-bottom: 0; }

.fsPostElement .fsAuthor {
  display: block; }

.fsPostElement .fsDateTime {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #92999d;
  margin-bottom: 0;
  color: #45464B;
  display: block;
  margin-bottom: 15px; }

.fsPostElement .fsSummary {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.2; }

.fsPostElement .fsPostLink {
  display: inline-block; }

.fsPostElement .fsAlertsIcon {
  width: auto;
  height: auto;
  padding: 0 10px;
  margin-bottom: 8px; }
  .fsPostElement .fsAlertsIcon:before {
    content: 'Subscribe';
    width: auto;
    height: auto;
    color: #fff;
    background-image: none; }

/*! _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 */
.header-search {
  position: relative;
  height: 50px;
  display: none; }
  @media (min-width: 740px) {
    .header-search {
      display: block; } }
  .header-search > header {
    white-space: nowrap; }
    .header-search > header .fsElementTitle {
      margin-bottom: 0;
      width: 50px;
      height: 50px;
      overflow: hidden;
      border-radius: 100%;
      border: solid 2px rgba(255, 255, 255, 0.5);
      position: relative;
      cursor: pointer;
      color: transparent;
      transition: .3s; }
      .header-search > header .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        font-size: 16px;
        line-height: 1;
        color: #e2c457;
        width: 18px;
        text-align: center; }
      .header-search > header .fsElementTitle:hover {
        background-color: #202c5f;
        transition: .3s; }
  .header-search > .fsElementContent {
    position: absolute;
    width: 0;
    height: 50px;
    right: 0;
    top: 0;
    overflow: hidden;
    transition: .3s;
    opacity: 0;
    visibility: hidden; }
    .active-search .header-search > .fsElementContent {
      width: 550px;
      z-index: 5;
      transition: .3s;
      opacity: 1;
      visibility: visible; }
  .header-search .search-form {
    position: absolute;
    width: 100%;
    height: 50px;
    right: 0;
    top: 0;
    background-color: #202c5f;
    border-radius: 25px;
    border: solid 2px rgba(255, 255, 255, 0.5);
    overflow: hidden; }
    .header-search .search-form input {
      opacity: 0;
      visibility: hidden;
      transition: .15s; }
      .active-search .header-search .search-form input {
        opacity: 1;
        visibility: visible;
        transition: .3s ease-in-out .15s; }
    .header-search .search-form label {
      display: none; }
    .header-search .search-form button {
      width: 50px;
      height: 100%;
      position: absolute;
      right: -2px;
      top: 0;
      background-color: #202c5f;
      color: transparent;
      border: 0;
      padding: 0;
      transition: .3s; }
      .header-search .search-form button:hover {
        background-color: #131a39;
        transition: .3s; }
      .header-search .search-form button:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        font-size: 16px;
        line-height: 1;
        color: #e2c457;
        width: 18px;
        text-align: center; }
    .header-search .search-form input {
      width: calc(100% - 50px);
      height: 48px;
      background-color: #202c5f;
      color: #fff;
      border: 0;
      padding-left: 20px;
      font-family: "proxima-nova-extra-condensed", sans-serif;
      font-size: 20px;
      line-height: 22px;
      outline: transparent; }

#search-text:-webkit-autofill,
#search-text:-webkit-autofill:hover,
#search-text:-webkit-autofill:focus #search-text:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #202c5f inset;
  transition: background-color 5000s ease-in-out 0s;
  background-color: #202c5f;
  color: #fff; }

/*! _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 #202c5f; }
    .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: 48px !important;
      color: #45464B;
      padding-left: 10px !important;
      padding-right: 85px !important;
      margin: 0 !important;
      border-radius: 0 !important;
      font-size: 17px;
      font-family: "proxima-nova", 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: #202c5f;
  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: #e2c457;
    opacity: 1;
    display: block;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 48px;
    font-size: 22px;
    font-family: "proxima-nova-extra-condensed", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
    background: #131a39;
    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: "proxima-nova", sans-serif;
  font-size: 17px; }

.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%; }

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #45464B; }
  .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: #b3a369; }

.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: #1897d4 !important;
  outline: transparent; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #0736a4 !important; }

.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 17px; }

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

/*! elements - social main */
/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 20px; }

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

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

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }

.fsFacebookExtras {
  margin-top: 10px; }
  .fsFacebookExtras .fsFacebookThumb {
    margin-bottom: 10px;
    display: block; }
  .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; }

.fsFacebookFollow {
  margin-top: 20px; }

/*! elements - social twitter */
.fsTwitter {
  margin-bottom: 20px; }

/*! elements - social vimeo */
.fsVimeo {
  margin-bottom: 20px; }
  .fsVimeo iframe.fsSocialVideoFrame {
    margin-bottom: 20px; }

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

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

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer; }
  .fsVimeoList .fsVimeoListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsVimeoList .fsVimeoListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsVimeoList .fsVimeoListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px; }
  @media (min-width: 600px) {
    .fsVimeoThumb {
      float: left;
      margin-bottom: 0; } }

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 12px;
  background: #0736a4;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  transition: .3s; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #092f81;
    color: #fff;
    transition: .3s; }

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px; }
  .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px; }

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

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

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6; }
  .fsYoutubeList .fsYoutubeListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsYoutubeList .fsYoutubeListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsYoutubeList .fsYoutubeListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none; }
  @media (min-width: 600px) {
    .fsYoutubeThumb {
      float: left;
      margin-bottom: 0; } }

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 12px;
  background: #0736a4;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  transition: .3s; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #092f81;
    color: #fff;
    transition: .3s; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none;
    border-bottom: 2px solid rgba(200, 200, 199, 0.5); }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 28px;
      position: relative; }
      .fsTabs .fsTabsNav li:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        background-color: #0736a4;
        transition: .3s;
        left: 0;
        top: 100%; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 20px;
        line-height: 1.2;
        font-family: "proxima-nova-extra-condensed", sans-serif;
        font-weight: 700;
        color: #0736a4;
        margin-bottom: 0;
        display: block;
        line-height: 1.35;
        padding: 12px 15px 11px;
        color: #0736a4;
        transition: .3s;
        padding: 7px 0;
        background: transparent;
        color: #1897d4; }
        .fsTabs .fsTabsNav li a:hover {
          background: transparent;
          color: #0736a4; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: transparent;
        color: #0736a4; }
      .fsTabs .fsTabsNav li.fsStateSelected:after {
        height: 6px;
        transition: .3s; }
  @media (min-width: 600px) {
    .fsTabs .fsPanel {
      border: none; } }
  @media (min-width: 600px) {
    .fsTabs .fsPanel:first-of-type {
      border: none; } }
  @media (min-width: 600px) {
    .fsTabs .fsPanel > .fsElementContent {
      padding: 35px 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 */
.fsToolsElement.fsCategoryFilter .fsElementContent button, .fsToolsElement.fsCategoryFilter .fsElementContent .fsStyleUpdateButton, .fsToolsElement.fsSearch .fsElementContent .fsElementToolsSearchButton, .fsToolsElement.fsLegend .fsElementContent .fsElementControls label input + span, .fsToolsElement.fsLegend .fsElementContent .fsCalendarGroups div button, .fsToolsElement.fsLegend .fsElementContent .fsUpdateFilters, .fsToolsElement.fsCategoryFilter .fsToolsList li a, .fsToolsElement.fsTagFilter .fsToolsList li a {
  margin: 0 5px 0 0;
  width: auto; }

.fsToolsElement {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400; }

/*! _filter.scss - src/sass/modules/tools/posts - News Tools Elements */
.fsToolsElement.fsCategoryFilter .fsElementContent button:hover, .fsToolsElement.fsCategoryFilter .fsElementContent button:focus {
  background: #0736a4; }

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */
.fsToolsElement.fsSearch .fsElementContent .fsElementToolsKeyword {
  margin-bottom: 5px; }

.fsToolsElement.fsSearch .fsElementContent .fsElementToolsDateRange {
  margin-bottom: 5px; }

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

.fsToolsElement.fsLegend .fsElementContent .fsCalendarGroups div.fsStyleExpandableContainer {
  padding: 0; }

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsToolsElement.fsMiniGrid .fsElementContent .fsCalendarGridShowMonthPickerButton {
  font-size: 24px;
  line-height: 1.2;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  color: #92999d;
  font-weight: 700;
  margin-bottom: 20px; }

.fsToolsElement.fsMiniGrid .fsElementContent .fsCalendarEventGrid .fsCalendarWeekdays {
  box-shadow: inset 0 -1px 0 0 #0736a4; }

.fsToolsElement.fsMiniGrid .fsElementContent .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
  box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
  background: #E3E3E3;
  color: #333; }
  .fsToolsElement.fsMiniGrid .fsElementContent .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
    box-shadow: inset 0 -1px 0 0 #fff; }
  .fsToolsElement.fsMiniGrid .fsElementContent .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
    background: #b3a369;
    color: #fff; }
  .fsToolsElement.fsMiniGrid .fsElementContent .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
    background: #fff;
    color: #333; }
  .fsToolsElement.fsMiniGrid .fsElementContent .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
    background: #0736a4;
    color: #fff; }

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */
.fsToolsElement.fsCategoryFilter .fsToolsList li {
  padding: 0; }
  .fsToolsElement.fsCategoryFilter .fsToolsList li a {
    margin-bottom: 5px; }

.fsPostElement .fsCategory {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #92999d;
  margin-bottom: 20px;
  margin: 1px 0; }

/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */
.fsToolsElement.fsTagFilter .fsToolsList li {
  padding: 0; }
  .fsToolsElement.fsTagFilter .fsToolsList li a {
    margin-bottom: 5px; }

.fsTags .fsTag {
  color: #202c5f; }

/*! pages - home v0.0.1 */
.publication-page .fsPageBodyWrapper {
  padding: 0; }

.publication-page .fsPageBody {
  max-width: 100%; }

.pub-top-container {
  background-color: #f8f8f8;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .pub-top-container > .fsStyleColumn-1 {
    padding: 50px; }

.pub-body-container {
  max-width: 1180px;
  margin: 0 auto; }

/*! pages - home v0.0.1 */
.home .fsPageBodyWrapper {
  padding: 0 0 35px; }
  @media (min-width: 900px) {
    .home .fsPageBodyWrapper {
      padding: 0 0 75px; } }

.home .fsPageBody {
  max-width: 100%; }

.hp-hero-slideshow {
  margin-bottom: 60px; }
  body:not(.fsComposeMode) .hp-hero-slideshow > header {
    display: none; }
  .hp-hero-slideshow .slick-dots li button:before {
    background-color: #fff;
    opacity: .5; }
  .hp-hero-slideshow .slick-dots li button:hover:before, .hp-hero-slideshow .slick-dots li button:active:before {
    background-color: #fff;
    opacity: 1; }
  .hp-hero-slideshow .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #fff; }
  .hp-hero-slideshow .slider-play-btn {
    display: none; }

.hp-hero-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 375px; }
  .hp-hero-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: .7; }
  .hp-hero-slide .hp-hero-img {
    opacity: 0;
    width: 100%; }
  .hp-hero-slide .caption-wrapper {
    padding: 20px 0 0;
    bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .hp-hero-slide .caption-title {
    color: rgba(255, 255, 255, 0.9);
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.2;
    font-size: 30px;
    position: relative; }
    @media (min-width: 500px) {
      .hp-hero-slide .caption-title {
        font-size: 6vw; } }
    @media (min-width: 700px) {
      .hp-hero-slide .caption-title {
        max-width: 75vw; } }
    @media (min-width: 980px) {
      .hp-hero-slide .caption-title {
        max-width: 730px;
        font-size: 60px; } }
  .hp-hero-slide .caption-desc {
    position: relative;
    margin-top: 5px;
    padding-left: 20px; }
    @media (min-width: 800px) {
      .hp-hero-slide .caption-desc {
        padding-left: 40px; } }
    .hp-hero-slide .caption-desc:before {
      content: '';
      background-image: url("../images/find-it-here_gold.png");
      background-size: 100%;
      background-repeat: no-repeat;
      width: 130px;
      height: 30px;
      display: inline-block;
      margin-right: 20px;
      vertical-align: middle; }
      @media (min-width: 800px) {
        .hp-hero-slide .caption-desc:before {
          width: 174px;
          height: 40px; } }
    .hp-hero-slide .caption-desc:empty {
      margin-top: 0; }
    .hp-hero-slide .caption-desc a {
      display: inline-block;
      border: 0;
      margin-top: 0;
      font-weight: normal;
      font-size: 12px;
      line-height: 1.25;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #92999d;
      margin-bottom: 0;
      color: #202c5f;
      position: relative;
      display: -ms-inline-flexbox;
      display: inline-flex;
      line-height: 1.25;
      color: rgba(255, 255, 255, 0.8);
      position: relative; }
      .hp-hero-slide .caption-desc a:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #e2c457;
        display: block;
        margin-left: 7px;
        margin-top: 1px;
        transition: .3s; }
      .hp-hero-slide .caption-desc a:focus {
        color: #92999d; }
      .hp-hero-slide .caption-desc a:hover {
        color: #92999d; }
        .hp-hero-slide .caption-desc a:hover:after {
          transition: .4s;
          animation: bounce .4s 2; }
      .hp-hero-slide .caption-desc a:hover, .hp-hero-slide .caption-desc a:focus {
        color: #fff; }

.hp-header-style > header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 40px;
  position: relative;
  width: 100%; }
  .hp-header-style > header:before, .hp-header-style > header:after {
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .hp-header-style > header:before {
    width: 100%;
    background-color: #c8c8c7;
    opacity: .5; }
  .hp-header-style > header:after {
    width: 70px;
    background-color: #e2c457; }
  .hp-header-style > header .fsElementTitle {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 10px;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .hp-header-style > header .fsElementHeaderContent {
    margin-bottom: 0; }
    .hp-header-style > header .fsElementHeaderContent a {
      display: inline-block;
      border: 0;
      margin-top: 0;
      font-weight: normal;
      font-size: 12px;
      line-height: 1.25;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #92999d;
      margin-bottom: 0;
      color: #202c5f;
      position: relative;
      display: -ms-inline-flexbox;
      display: inline-flex;
      line-height: 1.25; }
      .hp-header-style > header .fsElementHeaderContent a:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #e2c457;
        display: block;
        margin-left: 7px;
        margin-top: 1px;
        transition: .3s; }
      .hp-header-style > header .fsElementHeaderContent a:focus {
        color: #92999d; }
      .hp-header-style > header .fsElementHeaderContent a:hover {
        color: #92999d; }
        .hp-header-style > header .fsElementHeaderContent a:hover:after {
          transition: .4s;
          animation: bounce .4s 2; }

.hp-panel {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto; }
  .home .hp-panel {
    width: calc(100% - 40px); }

.posts-panel {
  margin-bottom: 40px; }
  @media (min-width: 600px) {
    .posts-panel {
      margin-bottom: 60px; } }
  .posts-panel .fsListItems {
    -ms-flex-pack: center;
    justify-content: center; }
    .posts-panel .fsListItems > article {
      min-height: 260px;
      position: relative;
      padding: 0;
      border-radius: 4px;
      overflow: hidden;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin: 0 10px 20px; }
      @media (min-width: 600px) {
        .posts-panel .fsListItems > article {
          width: calc(50% - 20px);
          margin: 0 10px 20px; } }
      @media (min-width: 800px) {
        .posts-panel .fsListItems > article {
          width: calc(33.33% - 20px); } }
      @media (min-width: 800px) {
        .four .posts-panel .fsListItems > article {
          width: calc(25% - 20px); } }
      .posts-panel .fsListItems > article .fsTitle {
        margin-bottom: 0;
        color: #fff;
        position: relative; }
        .posts-panel .fsListItems > article .fsTitle:hover {
          color: #fff; }
      .posts-panel .fsListItems > article .fsReadMoreLink {
        display: inline-block;
        border: 0;
        margin-top: 0;
        font-weight: normal;
        font-size: 12px;
        line-height: 1.25;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #92999d;
        margin-bottom: 0;
        color: #202c5f;
        position: relative;
        display: -ms-inline-flexbox;
        display: inline-flex;
        line-height: 1.25;
        color: rgba(255, 255, 255, 0.8); }
        .posts-panel .fsListItems > article .fsReadMoreLink:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 0 6px 8px;
          border-color: transparent transparent transparent #e2c457;
          display: block;
          margin-left: 7px;
          margin-top: 1px;
          transition: .3s; }
        .posts-panel .fsListItems > article .fsReadMoreLink:focus {
          color: #92999d; }
        .posts-panel .fsListItems > article .fsReadMoreLink:hover {
          color: #92999d; }
          .posts-panel .fsListItems > article .fsReadMoreLink:hover:after {
            transition: .4s;
            animation: bounce .4s 2; }
        .posts-panel .fsListItems > article .fsReadMoreLink:hover, .posts-panel .fsListItems > article .fsReadMoreLink:focus {
          color: #fff; }
      .posts-panel .fsListItems > article .fsSummary {
        max-height: 36px;
        overflow: hidden; }
      .posts-panel .fsListItems > article:hover .post-inner-wrapper {
        transform: translate3d(0, 0, 0);
        transition: .3s ease-in .1s; }
      .posts-panel .fsListItems > article:hover .fsTitle,
      .posts-panel .fsListItems > article:hover .fsSummary,
      .posts-panel .fsListItems > article:hover .fsReadMoreLink {
        opacity: 1;
        visibility: visible; }
      .posts-panel .fsListItems > article:hover .fsTitle {
        transition: .3s ease-in 0s; }
      .posts-panel .fsListItems > article:hover .fsSummary {
        transition: .3s ease-in .4s; }
      .posts-panel .fsListItems > article:hover .fsReadMoreLink {
        transition: .3s ease-in .5s; }
      .posts-panel .fsListItems > article:hover .fsTitle.post-title {
        opacity: 0;
        visibility: hidden;
        transition: .2s; }
  .posts-panel .fsThumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
    margin-bottom: 0;
    max-width: 100%; }
    .posts-panel .fsThumbnail img {
      opacity: 0;
      visibility: hidden; }
  @media (min-width: 1000px) {
    .posts-panel.quarters .fsListItems > article {
      width: calc(25% - 20px); } }
  .posts-panel.square .fsListItems > article {
    width: 260px;
    height: 260px; }

.post-inner-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translate3d(0, 100%, 0);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 25px 30px;
  transition: .3s; }
  .post-inner-wrapper .fsTitle {
    padding-bottom: 10px; }
  .post-inner-wrapper .fsTitle,
  .post-inner-wrapper .fsSummary,
  .post-inner-wrapper .fsReadMoreLink {
    opacity: 0;
    visibility: hidden; }

.post-title {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px; }

.events-panel {
  margin-bottom: 40px; }
  @media (min-width: 600px) {
    .events-panel {
      margin-bottom: 60px; } }
  @media (min-width: 800px) {
    .events-panel {
      margin-bottom: 75px; } }
  @media (min-width: 800px) {
    .events-panel .forty-sixty > .fsStyleColumn-2 {
      padding-left: 20px;
      padding-top: 30px; } }
  @media (min-width: 1000px) {
    .events-panel .forty-sixty > .fsStyleColumn-2 {
      padding-left: 30px;
      padding-top: 45px; } }
  @media (min-width: 1100px) {
    .events-panel .forty-sixty > .fsStyleColumn-2 {
      padding-left: 70px;
      padding-top: 65px; } }

.hp-feature-post {
  max-width: 480px; }
  .hp-feature-post .fsThumbnail {
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    overflow: hidden; }
    .hp-feature-post .fsThumbnail img {
      opacity: 0;
      visibility: hidden; }
  .hp-feature-post .fsTitle {
    margin-bottom: 5px; }
  .hp-feature-post .fsReadMoreLink {
    display: inline-block;
    border: 0;
    margin-top: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #92999d;
    margin-bottom: 0;
    color: #202c5f;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1.25; }
    .hp-feature-post .fsReadMoreLink:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 8px;
      border-color: transparent transparent transparent #e2c457;
      display: block;
      margin-left: 7px;
      margin-top: 1px;
      transition: .3s; }
    .hp-feature-post .fsReadMoreLink:focus {
      color: #92999d; }
    .hp-feature-post .fsReadMoreLink:hover {
      color: #92999d; }
      .hp-feature-post .fsReadMoreLink:hover:after {
        transition: .4s;
        animation: bounce .4s 2; }

.hp-calendar-slideshow article {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }
  @media (min-width: 500px) {
    .hp-calendar-slideshow article {
      padding-right: 20px;
      width: 50%; } }
  @media (min-width: 800px) {
    .hp-calendar-slideshow article {
      padding-left: 10px;
      padding-right: 10px;
      width: 33.33%; } }
  @media (min-width: 1000px) {
    .hp-calendar-slideshow article {
      padding-right: 30px; } }
  .hp-calendar-slideshow article a {
    outline: transparent; }

.hp-calendar-slideshow .fsDate {
  position: relative;
  text-align: left;
  height: auto;
  width: auto;
  margin-bottom: 8px; }

.hp-calendar-slideshow .fsMonth {
  line-height: .8; }

.hp-calendar-slideshow .fsDay {
  line-height: 49px; }

.infographic-panel {
  text-align: center;
  background-size: cover;
  background-position: center top;
  position: relative;
  padding: 35px 20px 85px;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .infographic-panel {
      padding: 60px 30px 95px; } }
  @media (min-width: 800px) {
    .infographic-panel {
      padding: 80px 30px 115px; } }
  .infographic-panel:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0736a4;
    opacity: .8; }
  .infographic-panel > header,
  .infographic-panel > footer,
  .infographic-panel > .fsElementContent {
    position: relative; }
  .infographic-panel > header .fsElementTitle {
    color: rgba(255, 255, 255, 0.5);
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-size: 45px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media (min-width: 600px) {
      .infographic-panel > header .fsElementTitle {
        font-size: 55px;
        letter-spacing: 4px;
        margin-bottom: 40px; } }
  .infographic-panel > .fsElementContent {
    padding-left: 30px;
    padding-right: 30px; }
  .infographic-panel .slick-list {
    max-width: 1200px;
    margin: 0 auto; }

.hp-infographic {
  color: #fff;
  margin-bottom: 0;
  padding: 0 10px; }
  .hp-infographic > header .fsElementTitle {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.225;
    margin-bottom: 0; }
  .hp-infographic > header .fsElementHeaderContent {
    opacity: 0.8;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0; }

.hp-college-panel {
  background-color: #fafafa;
  padding: 55px 20px 50px;
  border-bottom: solid 2px #c8c8c7;
  margin-bottom: 45px; }
  @media (min-width: 600px) {
    .hp-college-panel {
      margin-bottom: 60px;
      padding: 55px 30px 50px; } }
  .hp-college-panel > header {
    text-align: center; }
    .hp-college-panel > header .fsElementTitle {
      opacity: 0.6;
      color: #0736a4;
      font-family: "proxima-nova-extra-condensed", sans-serif;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 8px; }
    .hp-college-panel > header .fsElementHeaderContent {
      margin-bottom: 0;
      color: #92999d;
      font-size: 15px;
      font-weight: 600;
      line-height: 1.2; }
  .hp-college-panel > footer {
    text-align: center; }
    .hp-college-panel > footer .fsElementFooterContent {
      margin-top: 0; }
    .hp-college-panel > footer a {
      color: #92999d; }
      .hp-college-panel > footer a:hover {
        color: #45464B; }

.hp-college-slideshow {
  padding: 60px 0 40px;
  position: relative; }
  .hp-college-slideshow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(to right, #fafafa, rgba(250, 250, 250, 0));
    z-index: 9; }
  .hp-college-slideshow:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(to left, #fafafa, rgba(250, 250, 250, 0));
    z-index: 9; }
  @media (max-width: 600px) {
    .hp-college-slideshow:before, .hp-college-slideshow:after {
      display: none; } }
  .hp-college-slideshow .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: baseline;
    align-content: baseline; }
  .hp-college-slideshow .slick-slide {
    margin-right: 10px;
    position: relative;
    height: 100px; }
    .hp-college-slideshow .slick-slide img {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 10px 20px;
      max-width: 100%;
      max-height: 90px;
      -o-object-fit: contain;
      object-fit: contain;
      width: 100%;
      opacity: .3; }
  .hp-college-slideshow .slider-play-btn {
    display: none; }

.faces-panel > .fsElementContent,
.faces-panel > .fsContainer > .fsElementContent {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body:not(.fsComposeMode) .faces-panel > .fsElementContent, body:not(.fsComposeMode)
  .faces-panel > .fsContainer > .fsElementContent {
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 500px) {
      body:not(.fsComposeMode) .faces-panel > .fsElementContent, body:not(.fsComposeMode)
      .faces-panel > .fsContainer > .fsElementContent {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .faces-panel > .fsElementContent, body:not(.fsComposeMode)
      .faces-panel > .fsContainer > .fsElementContent {
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .faces-panel > .fsElementContent, body:not(.fsComposeMode)
      .faces-panel > .fsContainer > .fsElementContent {
        margin-left: -10px;
        margin-right: -10px; } }

.faces-panel .hp-faces-video {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 500px) {
    .faces-panel .hp-faces-video {
      width: calc(50% - 20px);
      margin: 0 10px 20px; } }
  @media (min-width: 700px) {
    .faces-panel .hp-faces-video {
      margin: 0 20px 40px;
      width: calc(50% - 40px); } }
  @media (min-width: 900px) {
    .faces-panel .hp-faces-video {
      width: calc(25% - 20px);
      margin: 0 10px; } }

.hp-faces-video {
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  transform: translate3d(0, 0, 0);
  padding: 0 30px 25px;
  min-height: 340px; }
  @media (min-width: 600px) {
    .hp-faces-video {
      min-height: 53.54vw; } }
  @media (min-width: 700px) {
    .hp-faces-video {
      min-height: 55.333vw;
      padding: 0 40px 35px; } }
  @media (min-width: 900px) {
    .hp-faces-video {
      min-height: 28.8vw;
      padding: 0 20px 15px; } }
  @media (min-width: 1180px) {
    .hp-faces-video {
      padding: 0 30px 25px;
      min-height: 340px; } }
  body:not(.fsComposeMode) .hp-faces-video {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
  .hp-faces-video > header {
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 7px;
    z-index: 3;
    -ms-flex-order: 5;
    order: 5; }
    .hp-faces-video > header:after {
      content: '';
      width: 40px;
      height: 2px;
      background-color: #b3a369;
      position: absolute;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      bottom: 0; }
    .hp-faces-video > header .fsElementTitle {
      color: #FFFFFF;
      font-family: "proxima-nova-extra-condensed", sans-serif;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.3;
      margin-bottom: 0;
      transition: .3s ease-in .15s; }
    .hp-faces-video > header .fsElementHeaderContent {
      margin-bottom: 0;
      opacity: 0.75;
      color: #FFFFFF;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 1.25;
      text-transform: uppercase;
      transition: .3s ease-in .15s; }
  .hp-faces-video > footer {
    -ms-flex-order: 10;
    order: 10; }
    .hp-faces-video > footer .fsElementFooterContent {
      margin-top: 0;
      opacity: 0.75;
      color: #FFFFFF;
      font-family: "proxima-nova-extra-condensed", sans-serif;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.222;
      transition: .3s; }
  .hp-faces-video > .fsElementContent {
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .hp-faces-video .fsMediaCustomPlayer {
    position: static; }
  .hp-faces-video:hover .hp-faces-content {
    filter: gray;
    filter: grayscale(1);
    transition: .3s; }
    .hp-faces-video:hover .hp-faces-content:before {
      background-color: rgba(0, 0, 0, 0.5);
      transition: .5s; }
  .hp-faces-video:hover > header .fsElementTitle {
    opacity: 0;
    visibility: hidden;
    transition: .3s; }
  .hp-faces-video:hover > header .fsElementHeaderContent {
    opacity: 0;
    visibility: hidden;
    transition: .3s; }
  .hp-faces-video:hover > footer .fsElementFooterContent {
    color: #e2c457;
    transition: .3s; }
  .hp-faces-video:hover .hp-faces-caption blockquote:after {
    width: calc(100% - 45px);
    transition: .3s ease-in-out .3s; }
  .hp-faces-video:hover .hp-faces-caption blockquote:before {
    -ms-transform: scale(1);
    transform: scale(1);
    transition: .3s ease-in-out .45s; }
  .hp-faces-video:hover .hp-faces-caption blockquote > .inner-caption {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: .75s ease-in-out .15s; }

.hp-faces-content {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  filter: none;
  filter: grayscale(0);
  transition: .3s;
  border-radius: 4px;
  overflow: hidden;
  transform: translate3d(0, 0, 0); }
  .hp-faces-content:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    transition: .5s; }
  .hp-faces-content img {
    opacity: 0;
    visibility: hidden; }

.hp-faces-caption blockquote {
  margin: 38px 0 0;
  padding: 25px 0 0;
  color: #fff;
  border: none; }
  @media (min-width: 500px) {
    .hp-faces-caption blockquote {
      font-size: 15px; } }
  @media (min-width: 600px) {
    .hp-faces-caption blockquote {
      font-size: 2.857vw; } }
  @media (min-width: 700px) {
    .hp-faces-caption blockquote {
      font-size: 20px;
      margin: 48px 0 0; } }
  @media (min-width: 900px) {
    .hp-faces-caption blockquote {
      font-size: 1.6vw;
      margin: 28px 0 0; } }
  @media (min-width: 1080px) {
    .hp-faces-caption blockquote {
      font-size: 20px; } }
  @media (min-width: 1180px) {
    .hp-faces-caption blockquote {
      margin: 38px 0 0; } }
  .hp-faces-caption blockquote:before {
    background: transparent;
    width: 40px;
    top: -15px;
    -ms-transform: scale(0);
    transform: scale(0); }
  .hp-faces-caption blockquote:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background-color: #b3a369; }
  .hp-faces-caption blockquote > .inner-caption {
    opacity: 0;
    visibility: hidden;
    display: block;
    -ms-transform: scale(0.75);
    transform: scale(0.75); }

.video-lightbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 105;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  text-align: center; }
  .video-lightbox.show {
    opacity: 1;
    visibility: visible;
    transition: .3s; }
    .video-lightbox.show .video-close {
      display: block; }
  .video-lightbox video {
    max-height: calc(100vh - 40px);
    width: 711px;
    max-width: calc(100% - 20px);
    display: block;
    margin: 0 auto; }
    @media (min-width: 800px) {
      .video-lightbox video {
        max-width: calc(100% - 120px); } }

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

/*! pages - style-guide v0.0.1 */
.colors ol {
  zoom: 1;
  margin-bottom: 2.35294em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    width: 50%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 20%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 10%; } }
    .colors ol li:after {
      display: block;
      margin-top: 4em;
      background: #fff;
      padding-bottom: 20px; }
    .colors ol li:nth-of-type(1) {
      background: #45464B;
      color: #45464B; }
      .colors ol li:nth-of-type(1):after {
        content: "#45464B"; }
    .colors ol li:nth-of-type(2) {
      background: #0736a4;
      color: #0736a4; }
      .colors ol li:nth-of-type(2):after {
        content: "#0736a4"; }
    .colors ol li:nth-of-type(3) {
      background: #b3a369;
      color: #b3a369; }
      .colors ol li:nth-of-type(3):after {
        content: "#b3a369"; }
    .colors ol li:nth-of-type(4) {
      background: #1897d4;
      color: #1897d4; }
      .colors ol li:nth-of-type(4):after {
        content: "#1897d4"; }
    .colors ol li:nth-of-type(5) {
      background: #e2c457;
      color: #e2c457; }
      .colors ol li:nth-of-type(5):after {
        content: "#e2c457"; }
    .colors ol li:nth-of-type(6) {
      background: #202c5f;
      color: #202c5f; }
      .colors ol li:nth-of-type(6):after {
        content: "#202c5f"; }
    .colors ol li:nth-of-type(7) {
      background: #92999d;
      color: #92999d; }
      .colors ol li:nth-of-type(7):after {
        content: "#92999d"; }
    .colors ol li:nth-of-type(8) {
      background: #cccccc;
      color: #cccccc; }
      .colors ol li:nth-of-type(8):after {
        content: "#cccccc"; }
    .colors ol li:nth-of-type(9) {
      background: #c8c8c7;
      color: #c8c8c7; }
      .colors ol li:nth-of-type(9):after {
        content: "#c8c8c7"; }
    .colors ol li:nth-of-type(10) {
      background: #E3E3E3;
      color: #E3E3E3; }
      .colors ol li:nth-of-type(10):after {
        content: "#E3E3E3"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.35294em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li:nth-of-type(1) {
    font-family: "proxima-nova", sans-serif; }
    .fonts ol li:nth-of-type(1):after {
      content: "proxima-nova, sans-serif";
      display: block;
      margin-bottom: 10px; }
  .fonts ol li:nth-of-type(2) {
    font-family: "proxima-nova-extra-condensed", sans-serif; }
    .fonts ol li:nth-of-type(2):after {
      content: "proxima-nova-extra-condensed, sans-serif";
      display: block;
      margin-bottom: 10px; }
  .fonts ol li:nth-of-type(3) {
    font-family: "IcoMoon"; }
    .fonts ol li:nth-of-type(3):after {
      content: "IcoMoon";
      display: block;
      margin-bottom: 10px; }

.headers h1:after {
  content: " size: 55px / line: 1.2"; }

.headers h2:after {
  content: " size: 30px / line: 1.2"; }

.headers h3:after {
  content: " size: 24px / line: 1.2"; }

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

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

.headers h6:after {
  content: " size: 12px / line: 1.25"; }

.fsAllDay {
  display: none; }

@media (min-width: 900px) {
  .home .fsCalendar.fsSlideshowHorizontal .fsElementSlideshow[data-slides-to-show="5"] {
    padding-left: 10px;
    padding-right: 10px; } }

.home .fsCalendar.fsSlideshowHorizontal .fsElementSlideshow[data-slides-to-show="5"] article {
  padding-left: 10px; }

.home .fsCalendar.fsSlideshowHorizontal .fsElementSlideshow[data-slides-to-show="4"] article {
  padding-left: 25px; }

@media (min-width: 800px) {
  .summer .fsPageLayout > .fsDiv > .fsTwoColumnLayout > .fsStyleColumn {
    width: 49%; }
    .summer .fsPageLayout > .fsDiv > .fsTwoColumnLayout > .fsStyleColumn:first-child {
      margin-right: 2%; } }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  #fsHeader {
    border-bottom: 2px solid #000; }
    #fsHeader .site-name {
      margin-top: 0;
      font-weight: normal;
      font-size: 55px;
      line-height: 1.2;
      color: #0736a4;
      font-family: "proxima-nova-extra-condensed", sans-serif;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 20px; }
  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important; }
  a, a:visited {
    text-decoration: underline; }
  dl dd {
    margin-left: 0; }
  div, dl, li {
    height: auto !important;
    height: 1%; }
  thead {
    display: table-header-group; }
  tr, img, h2, h3, pre, blockquote {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; } }
