@charset "UTF-8";
 /**
 *
 * Excellence Community Schools - default_17
 * @link http://bronxexcellenceorg.finalsite.com
 * Site Template : newclientcustom
 * Built By: EWOS
 * Project Manager: Lisa Willsey
 * Designer: Akua Duah
 * ==== Git Info ====
 * Branch Name: clients/bronxexcellenceorg
 * Build version: 3.2.6
 * Git Tag: v3.0-215-g87cdd01952
 * Last build by: Jonathan Brooks
 *
 **/

@charset "UTF-8";
.homepage-post .fsElementContent .slick-slider {
  margin-bottom: 0; }

.home-announcement .fsElementContent {
  text-align: center;
  padding: 20px; }
  .home-announcement .fsElementContent > * {
    margin: 0; }
  .home-announcement .fsElementContent a {
    color: #fff; }
    .home-announcement .fsElementContent a:hover {
      text-decoration: underline; }

.fsLocationElement .fsElementContent .fsLocationPhone:before {
  content: 'Phone: '; }

.fsLocationElement .fsElementContent .fsLocationFax:before {
  content: 'Fax: '; }

/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 42px;
  line-height: 55px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  color: #25297e;
  margin-bottom: 33px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: #25297e;
  margin-bottom: 17px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-weight: 300;
  color: #2b2926;
  margin-bottom: 22px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: #25297e;
  margin-bottom: 23px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: #2b2926;
  margin-bottom: 16px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #25297e;
  text-transform: uppercase;
  margin-bottom: 20px; }

p {
  margin: 0;
  margin-bottom: 26px !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #666666; }
  p a {
    text-decoration: none;
    color: #00a6d6;
    transition: background .3s, color .3s; }
    p a:hover, p a:focus {
      color: #25297e; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #00a6d6;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #25297e; }

ul,
ol {
  margin-top: 0;
  padding-left: 35px; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled, .fs_style_26 {
  margin-bottom: 50px;
  margin-top: 30px;
  width: 100%;
  overflow-x: auto;
  display: block; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td, .fs_style_26 td {
    padding: 9px 21px;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4e4e4e; }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(even) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(even) td,
  table.styled tr:nth-of-type(even) td, .fs_style_26 tr:nth-of-type(even) td {
    background-color: rgba(186, 191, 183, 0.1); }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td, .fs_style_26 th,
  .fs_style_26 td {
    vertical-align: top;
    border-bottom: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th, .fs_style_26 th {
    padding: 13px 21px;
    text-align: left;
    padding: 13px 21px;
    background: #25297e;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff; }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

/*! _main.scss - src/sass/modules/common/ - main common import */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement {
  margin-bottom: 20px; }
  .fsElement:last-child {
    margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #666666; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #666666; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #333333; }

.fsElementDialog {
  color: #666666; }

.fsPagePop {
  padding: 5px 25px; }
  .fsPagePop .fsPagePopTitle {
    width: 100%;
    text-align: center;
    font-size: 33px; }

/*! elements - common - list subtype v0.0.1 */
/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */
.fsList article {
  margin-bottom: 20px; }

/*! element - common - slideshow subtype v0.0.1 */
/* Contains generic styles that apply to every element slideshow subtype*/
.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
  padding-bottom: 0; }

.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
  padding-top: 0;
  padding-bottom: 0; }

.fsSlideshow.fsSlideshowHorizontal article {
  padding-bottom: 0; }

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #666666;
  font-size: 45px;
  transition: opacity .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  height: auto;
  opacity: .5;
  position: absolute; }

.fsSlideshow .fsNextButton.fsLeftArrow:before, .fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0); }

.fsSlideshow .fsNextButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before {
  left: 0; }

.fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  right: 0; }

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsPrevButton:hover:before {
  opacity: 1;
  transition: opacity .3s; }

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px; }
  .fsSlideshow .fsPager li {
    width: 12px;
    height: 12px;
    position: relative;
    vertical-align: middle; }
    .fsSlideshow .fsPager li button {
      width: 100%;
      height: 100%; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #666666;
        transition: .3s; }
      .fsSlideshow .fsPager li button:hover:before {
        transition: .3s; }

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #25297e;
  color: #fff;
  border-radius: 0; }
  .button:hover, .button:focus {
    background: #1f236a;
    color: #fff; }
  .button em {
    display: block;
    font-style: normal; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #2b2926;
  color: #fff;
  border-radius: 0; }
  .color-button:hover, .color-button:focus {
    background: #1d1c1a;
    color: #fff; }
  .color-button em {
    display: block;
    font-style: normal; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #2b2926;
  border-radius: 0;
  border: 0.2em solid #2b2926; }
  .hollow-button:hover, .hollow-button:focus {
    background: rgba(0, 0, 0, 0);
    color: #2b2926; }
  .hollow-button em {
    display: block;
    font-style: normal; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #666666;
  color: #fff;
  border-radius: 0; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #595959;
    color: #fff; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #666666;
  color: #fff;
  border-radius: 0; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #595959;
    color: #fff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in, .fs_style_24 {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin-bottom: 35px !important; }

blockquote {
  position: relative;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  color: #4e4e4e;
  margin: 30px 0;
  border-top: 3px solid #25297e;
  border-bottom: 3px solid #25297e;
  padding: 38px 57px 45px 29px; }
  blockquote:before {
    position: absolute;
    right: 100%;
    top: 0; }

cite, .fs_style_35 {
  display: block;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  font-style: normal;
  color: #25297e;
  text-transform: uppercase;
  padding-top: 17px; }

.callout, .fs_style_25 {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #25297e;
  margin: 30px 0;
  padding-left: 15px;
  border-left: 4px solid #25297e; }
  .callout.left, .fs_style_25.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left, .fs_style_25.left {
        width: 50%; } }
  .callout.right, .fs_style_25.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right, .fs_style_25.right {
        width: 50%; } }

.fs_style_27 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  background: #25297e;
  border-radius: 6px;
  padding: 21px 20px; }
  .fs_style_27:hover {
    color: #ffffff;
    background: #191c57; }

.fs_style_28 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #333;
  text-align: center;
  text-transform: capitalize;
  background: #00a6d6;
  border-radius: 6px;
  padding: 21px 20px; }
  .fs_style_28:hover {
    color: #333;
    background: #007ea3; }

.fs_style_29 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #2b2926;
  text-align: center;
  text-transform: capitalize;
  background: #c3c6cc;
  border-radius: 6px;
  padding: 21px 20px; }
  .fs_style_29:hover {
    color: #2b2926;
    background: #a7acb5; }

.fs_style_30 {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  background: #25297e;
  border-radius: 6px;
  padding: 38px 20px 40px 20px;
  max-width: 300px; }
  .fs_style_30 strong {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    padding-top: 10px; }
  .fs_style_30:hover {
    color: #ffffff;
    background: #191c57; }

.fs_style_31 {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
  text-align: center;
  text-transform: capitalize;
  background: #00a6d6;
  border-radius: 6px;
  padding: 38px 20px 40px 20px;
  max-width: 300px; }
  .fs_style_31 strong {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-transform: capitalize;
    padding-top: 10px; }
  .fs_style_31:hover {
    color: #333;
    background: #007ea3; }

.fs_style_32 {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: #2b2926;
  text-align: center;
  text-transform: capitalize;
  background: #c3c6cc;
  border-radius: 6px;
  padding: 38px 20px 40px 20px;
  max-width: 300px; }
  .fs_style_32 strong {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #2b2926;
    text-align: center;
    text-transform: capitalize;
    padding-top: 10px; }
  .fs_style_32:hover {
    color: #2b2926;
    background: #a7acb5; }

.fs_style_34 {
  max-width: 100% !important;
  display: block; }

.content-box {
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  margin-bottom: 40px !important;
  background-color: transparent; }
  .content-box > .fsElementContent {
    padding: 20px 18px 0 18px !important; }
  .content-box h5 {
    color: #2b2926;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px; }
  .content-box img {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .content-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #666666; }

.content-box-with-background {
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  margin-bottom: 40px !important;
  background-color: rgba(215, 215, 215, 0.2); }
  .content-box-with-background > .fsElementContent {
    padding: 20px 18px 0 18px !important; }
  .content-box-with-background h5 {
    color: #2b2926;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px; }
  .content-box-with-background img {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .content-box-with-background p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #666666; }

.home-callout-container {
  margin: 0 auto;
  margin-bottom: 70px !important;
  max-width: 100%;
  overflow: hidden; }
  .home-callout-container header {
    display: block;
    width: 100%;
    margin: 50px 0 64px;
    text-align: center;
    border-bottom: none;
    padding: 0; }
    .home-callout-container header h2 {
      position: relative;
      padding-bottom: 13px;
      display: inline-block;
      font-weight: 300;
      font-size: 36px;
      line-height: 36px;
      color: #25297e;
      text-transform: uppercase; }
      .home-callout-container header h2:after {
        content: '';
        display: inline-block;
        width: 60px;
        height: 3px;
        background: #00a6d6;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -30px; }
  .home-callout-container .slick-slider .slick-prev {
    display: block;
    width: 70px;
    height: 54px;
    line-height: 40px;
    position: absolute;
    top: 45%;
    right: auto;
    left: auto;
    bottom: 0;
    color: transparent;
    background: rgba(43, 41, 38, 0.8);
    outline: none !important;
    border: none;
    cursor: pointer;
    z-index: 500;
    transition: all 0.4s ease-in;
    -ms-transform: unset;
    transform: unset;
    overflow: hidden;
    padding-top: 3px;
    left: 0; }
    .home-callout-container .slick-slider .slick-prev:before {
      content: '';
      display: inline-block;
      position: relative;
      top: auto;
      left: auto;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 25px;
      color: #e4e4e4;
      vertical-align: middle; }
    @media (min-width: 400px) {
      .home-callout-container .slick-slider .slick-prev {
        top: 47%; } }
  .home-callout-container .slick-slider .slick-next {
    display: block;
    width: 70px;
    height: 54px;
    line-height: 40px;
    position: absolute;
    top: 45%;
    right: auto;
    left: auto;
    bottom: 0;
    color: transparent;
    background: rgba(43, 41, 38, 0.8);
    outline: none !important;
    border: none;
    cursor: pointer;
    z-index: 500;
    transition: all 0.4s ease-in;
    -ms-transform: unset;
    transform: unset;
    overflow: hidden;
    padding-top: 3px;
    right: 0; }
    .home-callout-container .slick-slider .slick-next:before {
      content: '';
      display: inline-block;
      position: relative;
      top: auto;
      left: auto;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 25px;
      color: #e4e4e4;
      vertical-align: middle; }
    @media (min-width: 400px) {
      .home-callout-container .slick-slider .slick-next {
        top: 47%; } }
    .home-callout-container .slick-slider .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home-callout-container .homepage-callout {
    width: 320px;
    height: 320px;
    margin: 0 auto;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s ease-in;
    background-repeat: no-repeat;
    background-size: 320px 320px;
    background-position: center; }
    @media (min-width: 400px) {
      .home-callout-container .homepage-callout {
        width: 360px;
        height: 360px;
        background-size: 360px 360px;
        float: left;
        margin-left: -14px;
        margin-right: 0; } }
    .home-callout-container .homepage-callout > .fsElementContent {
      width: 326px;
      height: 326px;
      border-radius: 50%;
      overflow: hidden;
      z-index: 5;
      left: -3px;
      top: -3px;
      background: rgba(0, 0, 0, 0.2);
      cursor: pointer;
      transition: all 0.5s ease-in;
      position: absolute; }
      @media (min-width: 400px) {
        .home-callout-container .homepage-callout > .fsElementContent {
          width: 366px;
          height: 366px; } }
      .home-callout-container .homepage-callout > .fsElementContent h3 {
        z-index: 10;
        width: 200px;
        margin: 0 auto;
        text-align: center;
        padding: 130px 0 20px 0;
        font-family: "proxima-nova", sans-serif;
        text-transform: capitalize;
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        color: #ffffff;
        transition: all 0.5s ease-in;
        opacity: 1; }
        @media (min-width: 400px) {
          .home-callout-container .homepage-callout > .fsElementContent h3 {
            padding: 160px 0 20px 0; } }
      .home-callout-container .homepage-callout > .fsElementContent p {
        opacity: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #222;
        text-align: center;
        height: 195px;
        overflow: hidden;
        width: 220px;
        margin: 0 auto;
        margin-bottom: 0 !important;
        position: absolute;
        left: calc(50% - 110px);
        top: 55px;
        transition: all 0.5s ease-in; }
        @media (min-width: 400px) {
          .home-callout-container .homepage-callout > .fsElementContent p {
            height: 210px;
            width: 260px;
            left: calc(50% - 130px);
            top: 70px; } }
    .home-callout-container .homepage-callout:nth-child(1) {
      z-index: 280; }
      @media (min-width: 400px) {
        .home-callout-container .homepage-callout:nth-child(1) {
          margin-left: 0; } }
    .home-callout-container .homepage-callout:nth-child(2) {
      z-index: 270; }
    .home-callout-container .homepage-callout:nth-child(3) {
      z-index: 260; }
    .home-callout-container .homepage-callout:nth-child(4) {
      z-index: 250; }
    .home-callout-container .homepage-callout:nth-child(5) {
      z-index: 240; }
    .home-callout-container .homepage-callout:nth-child(6) {
      z-index: 230; }
    .home-callout-container .homepage-callout:nth-child(7) {
      z-index: 220; }
    .home-callout-container .homepage-callout:nth-child(8) {
      z-index: 210; }
    .home-callout-container .homepage-callout:nth-child(9) {
      z-index: 200; }
    .home-callout-container .homepage-callout:hover {
      border: 4px solid rgba(0, 166, 214, 0.9); }
      .home-callout-container .homepage-callout:hover > .fsElementContent {
        background: rgba(0, 166, 214, 0.9); }
        .home-callout-container .homepage-callout:hover > .fsElementContent h3 {
          opacity: 0; }
        .home-callout-container .homepage-callout:hover > .fsElementContent p {
          opacity: 1; }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0; }

.fsElement {
  margin: 0;
  padding: 0; }

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  padding: 0;
  overflow: hidden;
  width: 165px;
  height: 80px;
  z-index: 200;
  padding-top: 12px; }
  @media (min-width: 900px) {
    .site-info-container {
      float: left; } }
  .site-info-container h1 {
    margin: 0;
    padding: 0; }
  .site-info-container a {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    color: transparent; }
    .site-info-container a img {
      width: 163px;
      max-height: 66px; }
    .site-info-container a:hover {
      color: transparent; }

.header-top-container {
  width: 100%;
  height: 100px; }
  .header-top-container > .fsElementContent {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px; }
  .header-top-container .mobile-menu-icon {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    float: right;
    margin-top: 12px;
    background: transparent;
    position: absolute;
    top: 10px;
    right: 20px; }
    @media (min-width: 900px) {
      .header-top-container .mobile-menu-icon {
        display: none; } }
    .header-top-container .mobile-menu-icon a {
      width: 20px;
      height: 20px;
      display: block;
      padding: 0;
      color: transparent;
      text-align: center; }
      .header-top-container .mobile-menu-icon a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        margin-top: -10px;
        color: #ffffff;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .header-top-container .mobile-menu-icon a.active:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
  .header-top-container .header-top-utility-search {
    max-width: 450px;
    float: right;
    margin-top: 39px;
    padding-right: 40px;
    display: none; }
    @media (min-width: 900px) {
      .header-top-container .header-top-utility-search {
        display: block;
        position: relative; } }
    .header-top-container .header-top-utility-search .back-to-district {
      position: absolute;
      top: 10px;
      left: 20px;
      float: left;
      display: inline-block;
      margin-right: 28px;
      margin-top: 2px; }
      @media (min-width: 900px) {
        .header-top-container .header-top-utility-search .back-to-district {
          position: relative;
          top: auto;
          left: auto; } }
      .header-top-container .header-top-utility-search .back-to-district a {
        display: block;
        padding: 0;
        padding-bottom: 8px;
        font-size: 18px;
        line-height: 20px;
        color: #25297e;
        text-transform: uppercase;
        font-weight: bold;
        font-family: "proxima-nova", sans-serif; }
        .header-top-container .header-top-utility-search .back-to-district a:hover {
          color: #3136a5; }
        .header-top-container .header-top-utility-search .back-to-district a:before {
          content: '';
          width: 100%;
          height: 4px;
          display: none;
          vertical-align: middle;
          position: absolute;
          bottom: 0;
          left: 0;
          background: #00a6d6;
          transition: all 0.4s ease-in; }
      .header-top-container .header-top-utility-search .back-to-district:hover a:before {
        display: inline-block; }
    .header-top-container .header-top-utility-search .parents-utility-container {
      position: relative;
      float: left;
      display: inline-block;
      margin-right: 19px;
      margin-top: 2px; }
      .header-top-container .header-top-utility-search .parents-utility-container .parents-utility-link {
        overflow: hidden; }
        .header-top-container .header-top-utility-search .parents-utility-container .parents-utility-link a {
          position: relative;
          display: block;
          padding-bottom: 8px;
          text-transform: uppercase;
          font-weight: bold;
          font-family: "proxima-nova", sans-serif;
          font-size: 18px;
          line-height: 20px;
          color: #d1d1d1;
          float: left; }
          .header-top-container .header-top-utility-search .parents-utility-container .parents-utility-link a:after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            margin-left: 3px;
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
          .header-top-container .header-top-utility-search .parents-utility-container .parents-utility-link a:before {
            content: '';
            width: 100%;
            height: 4px;
            display: none;
            vertical-align: middle;
            position: absolute;
            bottom: 0;
            left: 0;
            background: #00a6d6;
            transition: all 0.4s ease-in; }
      .header-top-container .header-top-utility-search .parents-utility-container .parents-utility-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 160px;
        text-align: left;
        padding: 12px 0;
        background: rgba(250, 250, 250, 0.95);
        display: none;
        transition: all 0.4s ease-in;
        z-index: 999; }
        .header-top-container .header-top-utility-search .parents-utility-container .parents-utility-nav nav ul {
          overflow: hidden; }
          .header-top-container .header-top-utility-search .parents-utility-container .parents-utility-nav nav ul, .header-top-container .header-top-utility-search .parents-utility-container .parents-utility-nav nav ul ul {
            margin: 0;
            padding: 0;
            list-style: none; }
          .header-top-container .header-top-utility-search .parents-utility-container .parents-utility-nav nav ul li {
            margin: 0;
            padding: 0; }
          .header-top-container .header-top-utility-search .parents-utility-container .parents-utility-nav nav ul li {
            display: block; }
            .header-top-container .header-top-utility-search .parents-utility-container .parents-utility-nav nav ul li a {
              display: block;
              padding: 6px 10px 7px 20px;
              margin: 0;
              font-weight: 600;
              font-size: 15px;
              line-height: 17px;
              color: #4a4a4a;
              text-transform: capitalize; }
              .header-top-container .header-top-utility-search .parents-utility-container .parents-utility-nav nav ul li a:hover {
                color: #000000; }
      .header-top-container .header-top-utility-search .parents-utility-container:hover .parents-utility-link a:before {
        display: inline-block; }
      .header-top-container .header-top-utility-search .parents-utility-container:hover .parents-utility-nav {
        display: block; }
    .header-top-container .header-top-utility-search .quicklinks-utility-container {
      position: relative;
      float: left;
      display: inline-block;
      margin-right: 19px;
      margin-top: 2px; }
      .header-top-container .header-top-utility-search .quicklinks-utility-container .quicklinks-link {
        overflow: hidden; }
        .header-top-container .header-top-utility-search .quicklinks-utility-container .quicklinks-link a {
          position: relative;
          display: block;
          text-transform: uppercase;
          font-weight: bold;
          font-family: "proxima-nova", sans-serif;
          font-size: 18px;
          line-height: 20px;
          color: #d1d1d1;
          float: left;
          padding-bottom: 8px; }
          .header-top-container .header-top-utility-search .quicklinks-utility-container .quicklinks-link a:after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            margin-left: 3px;
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
          .header-top-container .header-top-utility-search .quicklinks-utility-container .quicklinks-link a:before {
            content: '';
            width: 100%;
            height: 4px;
            display: none;
            vertical-align: middle;
            position: absolute;
            bottom: 0;
            left: 0;
            background: #00a6d6;
            transition: all 0.4s ease-in; }
      .header-top-container .header-top-utility-search .quicklinks-utility-container .quicklinks-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 160px;
        text-align: left;
        padding: 12px 0;
        background: rgba(250, 250, 250, 0.95);
        display: none;
        transition: all 0.4s ease-in;
        z-index: 999; }
        .header-top-container .header-top-utility-search .quicklinks-utility-container .quicklinks-nav nav ul {
          overflow: hidden; }
          .header-top-container .header-top-utility-search .quicklinks-utility-container .quicklinks-nav nav ul, .header-top-container .header-top-utility-search .quicklinks-utility-container .quicklinks-nav nav ul ul {
            margin: 0;
            padding: 0;
            list-style: none; }
          .header-top-container .header-top-utility-search .quicklinks-utility-container .quicklinks-nav nav ul li {
            margin: 0;
            padding: 0; }
          .header-top-container .header-top-utility-search .quicklinks-utility-container .quicklinks-nav nav ul li {
            display: block; }
            .header-top-container .header-top-utility-search .quicklinks-utility-container .quicklinks-nav nav ul li a {
              display: block;
              padding: 6px 10px 7px 20px;
              margin: 0;
              font-weight: 600;
              font-size: 15px;
              line-height: 17px;
              color: #4a4a4a;
              text-transform: capitalize; }
              .header-top-container .header-top-utility-search .quicklinks-utility-container .quicklinks-nav nav ul li a:hover {
                color: #000000; }
      .header-top-container .header-top-utility-search .quicklinks-utility-container:hover .quicklinks-link a:before {
        display: inline-block; }
      .header-top-container .header-top-utility-search .quicklinks-utility-container:hover .quicklinks-nav {
        display: block; }
    .header-top-container .header-top-utility-search .top-search {
      float: left;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 22px;
      transition: all 0.4s ease-in;
      z-index: 200;
      background: #25297e; }
      .header-top-container .header-top-utility-search .top-search form {
        position: relative;
        width: 100%;
        height: 30px;
        overflow: hidden;
        border-bottom: 1px solid rgba(255, 255, 255, 0); }
        .header-top-container .header-top-utility-search .top-search form .search-icon {
          width: 25px;
          height: 25px;
          color: transparent;
          display: block;
          padding: 0 0;
          background: transparent;
          border: none;
          border-radius: none;
          z-index: 200;
          float: left; }
          .header-top-container .header-top-utility-search .top-search form .search-icon:before {
            content: '';
            display: inline-block;
            color: #ffffff;
            font-size: 18px;
            margin-top: -1px;
            margin-left: 2px;
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        .header-top-container .header-top-utility-search .top-search form input {
          border: none;
          border-radius: none;
          float: left;
          width: calc(100% - 50px);
          height: 30px;
          font-family: "Lato", sans-serif;
          font-weight: 400;
          font-size: 18px;
          line-height: 22px;
          color: rgba(255, 255, 255, 0.5);
          background: transparent;
          padding: 0 0 0 11px;
          z-index: 999; }
        .header-top-container .header-top-utility-search .top-search form .search-close {
          width: 22px;
          height: 25px;
          color: transparent;
          display: block;
          padding: 0;
          z-index: 200;
          float: right; }
          .header-top-container .header-top-utility-search .top-search form .search-close:before {
            content: '';
            display: inline-block;
            color: #ffffff;
            font-size: 24px;
            margin-top: -2px;
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
      .header-top-container .header-top-utility-search .top-search.active {
        width: 100%; }
        .header-top-container .header-top-utility-search .top-search.active form {
          border-bottom: 1px solid white; }

.header-bottom-container {
  position: relative;
  width: 100%;
  min-height: 50px; }
  .header-bottom-container .header-bottom-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 300; }
    .header-bottom-container .header-bottom-inner > .fsElementContent {
      max-width: 1220px;
      margin: 0 auto;
      padding: 0 20px; }
  .header-bottom-container .our-school-link {
    text-align: center;
    max-width: 180px;
    margin: 0 auto; }
    @media (min-width: 900px) {
      .header-bottom-container .our-school-link {
        float: right;
        margin: 0;
        max-width: 220px; } }
    .header-bottom-container .our-school-link a {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 600;
      font-size: 18px;
      line-height: 18px;
      color: #616161;
      text-transform: uppercase;
      padding: 16px 0 14px; }
      .header-bottom-container .our-school-link a:before {
        content: '';
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
        margin-top: -2px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .header-bottom-container .our-school-link a.active a {
        color: #333; }
      .header-bottom-container .our-school-link a.active:before {
        font-size: 25px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .header-bottom-container .our-school-link:hover a {
      color: #333; }

.our-school-popup {
  display: block;
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(18, 18, 18, 0.9);
  z-index: 99999999;
  overflow: hidden; }
  .our-school-popup > .fsContainer > .fsElementContent,
  .our-school-popup > .fsElementContent {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px; }
  .our-school-popup .new-york-schools-container {
    width: 100%;
    position: relative;
    margin-bottom: 28px;
    clear: both;
    margin-top: 37px;
    overflow: hidden; }
    .our-school-popup .new-york-schools-container > header {
      width: 100%;
      margin-bottom: 20px;
      display: block;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .our-school-popup .new-york-schools-container > header h2 {
        margin: 0 0 11px;
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        color: #ffffff;
        text-transform: uppercase; }
    .our-school-popup .new-york-schools-container .fsContent {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .our-school-popup .new-york-schools-container .fsContent .fs_style_27 {
        padding: 21px 13px; }
    .our-school-popup .new-york-schools-container .new-york-content {
      width: 100%;
      margin-bottom: 22px;
      background: #00a6d6;
      border-radius: 5px;
      padding: 22px;
      opacity: 0;
      transition: all 0.2s ease-in; }
      @media (min-width: 600px) {
        .our-school-popup .new-york-schools-container .new-york-content {
          margin-right: 20px;
          float: left;
          width: calc(50% - 20px);
          height: 170px; } }
      @media (min-width: 900px) {
        .our-school-popup .new-york-schools-container .new-york-content {
          width: calc(33.33% - 20px); } }
      .our-school-popup .new-york-schools-container .new-york-content a {
        margin: 0 0 13px;
        display: block;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        color: #333; }
      .our-school-popup .new-york-schools-container .new-york-content p {
        margin: 0 0 20px !important;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #333; }
      .our-school-popup .new-york-schools-container .new-york-content:nth-child(1) {
        transition-delay: 0.1s; }
      .our-school-popup .new-york-schools-container .new-york-content:nth-child(2) {
        transition-delay: 0.2s; }
      .our-school-popup .new-york-schools-container .new-york-content:nth-child(3) {
        transition-delay: 0.3s; }
      .our-school-popup .new-york-schools-container .new-york-content:nth-child(4) {
        transition-delay: 0.4s; }
      .our-school-popup .new-york-schools-container .new-york-content:nth-child(5) {
        transition-delay: 0.5s; }
      .our-school-popup .new-york-schools-container .new-york-content:nth-child(6) {
        transition-delay: 0.6s; }
  .our-school-popup .connecticut-affiliate-schools-container {
    width: 100%;
    position: relative;
    margin-bottom: 28px;
    clear: both;
    overflow: hidden; }
    .our-school-popup .connecticut-affiliate-schools-container > header {
      width: 100%;
      margin-bottom: 20px;
      display: block;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .our-school-popup .connecticut-affiliate-schools-container > header h2 {
        margin: 0 0 11px;
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        color: #ffffff;
        text-transform: uppercase; }
    .our-school-popup .connecticut-affiliate-schools-container .fsContent {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .our-school-popup .connecticut-affiliate-schools-container .fsContent .fs_style_28 {
        padding: 21px 13px; }
    .our-school-popup .connecticut-affiliate-schools-container .connecticut-affiliate-content {
      padding: 22px;
      width: 100%;
      margin-bottom: 22px;
      background: #c3c6cc;
      border-radius: 5px;
      opacity: 0;
      transition: all 0.2s ease-in; }
      @media (min-width: 600px) {
        .our-school-popup .connecticut-affiliate-schools-container .connecticut-affiliate-content {
          margin-right: 20px;
          float: left;
          width: calc(50% - 20px);
          height: 170px; } }
      @media (min-width: 900px) {
        .our-school-popup .connecticut-affiliate-schools-container .connecticut-affiliate-content {
          width: calc(33.33% - 20px); } }
      .our-school-popup .connecticut-affiliate-schools-container .connecticut-affiliate-content a {
        margin: 0 0 13px;
        display: block;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        color: #333; }
      .our-school-popup .connecticut-affiliate-schools-container .connecticut-affiliate-content p {
        margin: 0 0 20px !important;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #333; }
      .our-school-popup .connecticut-affiliate-schools-container .connecticut-affiliate-content:nth-child(1) {
        transition-delay: 0.1s; }
      .our-school-popup .connecticut-affiliate-schools-container .connecticut-affiliate-content:nth-child(2) {
        transition-delay: 0.2s; }
      .our-school-popup .connecticut-affiliate-schools-container .connecticut-affiliate-content:nth-child(3) {
        transition-delay: 0.3s; }
      .our-school-popup .connecticut-affiliate-schools-container .connecticut-affiliate-content:nth-child(4) {
        transition-delay: 0.4s; }
      .our-school-popup .connecticut-affiliate-schools-container .connecticut-affiliate-content:nth-child(5) {
        transition-delay: 0.5s; }
      .our-school-popup .connecticut-affiliate-schools-container .connecticut-affiliate-content:nth-child(6) {
        transition-delay: 0.6s; }
  .our-school-popup.active {
    height: 100%; }
    .our-school-popup.active .new-york-content {
      opacity: 1; }
    .our-school-popup.active .connecticut-affiliate-content {
      opacity: 1; }

.innerpage-banner {
  width: 100%;
  height: 260px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  @media (min-width: 600px) {
    .innerpage-banner {
      height: 460px; } }

.school-header .header-top-container {
  background: #ffffff;
  height: 150px;
  padding-top: 30px; }
  @media (min-width: 900px) {
    .school-header .header-top-container {
      height: 100px;
      padding-top: 0; } }
  .school-header .header-top-container .header-top-utility-search {
    display: block; }
    .school-header .header-top-container .header-top-utility-search .parents-utility-container,
    .school-header .header-top-container .header-top-utility-search .quicklinks-utility-container,
    .school-header .header-top-container .header-top-utility-search .top-search {
      display: none; }
      @media (min-width: 900px) {
        .school-header .header-top-container .header-top-utility-search .parents-utility-container,
        .school-header .header-top-container .header-top-utility-search .quicklinks-utility-container,
        .school-header .header-top-container .header-top-utility-search .top-search {
          display: inline-block; } }
  .school-header .header-top-container .parents-utility-container .parents-utility-link a,
  .school-header .header-top-container .header-top-utility-search .quicklinks-link a {
    color: #25297e; }
  .school-header .header-top-container .top-search {
    background: #ffffff; }
    .school-header .header-top-container .top-search form .search-icon::before,
    .school-header .header-top-container .top-search form .search-close::before {
      color: #25297e; }
    .school-header .header-top-container .top-search.active {
      background: #ffffff;
      padding: 0 10px 8px; }
      .school-header .header-top-container .top-search.active form {
        border-bottom: 1px solid #25297e; }
        .school-header .header-top-container .top-search.active form input {
          color: rgba(37, 41, 126, 0.5); }
          .school-header .header-top-container .top-search.active form input::-moz-placeholder {
            color: rgba(37, 41, 126, 0.5); }
          .school-header .header-top-container .top-search.active form input:-ms-input-placeholder {
            color: rgba(37, 41, 126, 0.5); }
          .school-header .header-top-container .top-search.active form input::placeholder {
            color: rgba(37, 41, 126, 0.5); }
        .school-header .header-top-container .top-search.active form .search-icon::before,
        .school-header .header-top-container .top-search.active form .search-close::before {
          color: #25297e; }

.school-header .mobile-menu-icon {
  top: 0px; }
  .school-header .mobile-menu-icon a::before {
    color: #25297e; }

.school-header .header-bottom-container .header-bottom-inner {
  background: rgba(37, 41, 126, 0.9); }

.school-header .header-bottom-container .our-school-link a {
  color: #ffffff; }
  .school-header .header-bottom-container .our-school-link a:hover {
    color: #c3c6cc; }
  .school-header .header-bottom-container .our-school-link a.active {
    color: #c3c6cc; }

#fsFooter {
  padding: 0;
  color: #fff;
  background-color: #2b2926; }
  #fsFooter .fsBanner {
    width: 100%;
    margin: 0 auto; }
  #fsFooter .footer-top-container {
    width: 100%;
    margin: 0 auto;
    background-color: #2b2926; }
    #fsFooter .footer-top-container > .fsElementContent {
      max-width: 1220px;
      margin: 0 auto;
      padding: 35px;
      overflow: hidden; }
      @media (min-width: 900px) {
        #fsFooter .footer-top-container > .fsElementContent {
          padding: 35px 20px; } }
    #fsFooter .footer-top-container .footer-address-container {
      width: 100%;
      margin: 0 auto;
      margin-bottom: 30px; }
      @media (min-width: 900px) {
        #fsFooter .footer-top-container .footer-address-container {
          width: 55%;
          float: left; } }
      #fsFooter .footer-top-container .footer-address-container > .fsElementContent {
        overflow: hidden; }
      #fsFooter .footer-top-container .footer-address-container .footer-address-box {
        width: 100%;
        margin-bottom: 12px; }
        @media (min-width: 500px) {
          #fsFooter .footer-top-container .footer-address-container .footer-address-box {
            width: calc(33.33% - 20px);
            margin-right: 25px;
            float: left;
            margin-bottom: 0; } }
        @media (min-width: 700px) {
          #fsFooter .footer-top-container .footer-address-container .footer-address-box {
            width: calc(33.33% - 25px);
            margin-right: 25px; } }
        @media (min-width: 900px) {
          #fsFooter .footer-top-container .footer-address-container .footer-address-box {
            width: calc(33.33% - 15px);
            margin-right: 15px; } }
        @media (min-width: 1000px) {
          #fsFooter .footer-top-container .footer-address-container .footer-address-box {
            width: calc(33.33% - 25px);
            margin-right: 25px; } }
        #fsFooter .footer-top-container .footer-address-container .footer-address-box h3 {
          font-family: "proxima-nova", sans-serif;
          font-size: 15px;
          font-weight: 700;
          line-height: 24px;
          color: #ffffff;
          text-transform: uppercase;
          margin-bottom: 0;
          width: 100%; }
          @media (min-width: 500px) {
            #fsFooter .footer-top-container .footer-address-container .footer-address-box h3 {
              width: 230px;
              font-size: 12px;
              line-height: 21px;
              margin-bottom: 0; } }
          @media (min-width: 700px) {
            #fsFooter .footer-top-container .footer-address-container .footer-address-box h3 {
              width: 280px;
              font-size: 15px;
              line-height: 24px;
              margin-bottom: 0; } }
          @media (min-width: 900px) {
            #fsFooter .footer-top-container .footer-address-container .footer-address-box h3 {
              width: 230px;
              font-size: 13px;
              line-height: 22px;
              margin-bottom: 0; } }
          @media (min-width: 1000px) {
            #fsFooter .footer-top-container .footer-address-container .footer-address-box h3 {
              width: 280px;
              font-size: 15px;
              line-height: 24px;
              margin-bottom: 0; } }
        #fsFooter .footer-top-container .footer-address-container .footer-address-box p {
          font-size: 15px;
          font-weight: 400;
          line-height: 24px;
          color: #dfdfdf;
          margin-bottom: 0 !important;
          width: 185px; }
          @media (min-width: 500px) {
            #fsFooter .footer-top-container .footer-address-container .footer-address-box p {
              width: 150px;
              font-size: 12px;
              line-height: 21px; } }
          @media (min-width: 700px) {
            #fsFooter .footer-top-container .footer-address-container .footer-address-box p {
              width: 185px;
              font-size: 15px;
              line-height: 24px; } }
          @media (min-width: 900px) {
            #fsFooter .footer-top-container .footer-address-container .footer-address-box p {
              width: 150px;
              font-size: 13px;
              line-height: 22px; } }
          @media (min-width: 1000px) {
            #fsFooter .footer-top-container .footer-address-container .footer-address-box p {
              width: 165px;
              font-size: 15px;
              line-height: 24px; } }
          @media (min-width: 1100px) {
            #fsFooter .footer-top-container .footer-address-container .footer-address-box p {
              width: 185px; } }
        #fsFooter .footer-top-container .footer-address-container .footer-address-box:last-child {
          margin-right: 0; }
    #fsFooter .footer-top-container .footer-utility-nav {
      width: 100%;
      margin: 0 auto;
      margin-bottom: 40px; }
      @media (min-width: 500px) {
        #fsFooter .footer-top-container .footer-utility-nav {
          width: calc(50% - 20px);
          float: left;
          margin-right: 20px;
          margin-bottom: 0; } }
      @media (min-width: 900px) {
        #fsFooter .footer-top-container .footer-utility-nav {
          width: calc(25% - 20px); } }
      #fsFooter .footer-top-container .footer-utility-nav ul {
        overflow: hidden; }
        #fsFooter .footer-top-container .footer-utility-nav ul, #fsFooter .footer-top-container .footer-utility-nav ul ul {
          margin: 0;
          padding: 0;
          list-style: none; }
        #fsFooter .footer-top-container .footer-utility-nav ul li {
          margin: 0;
          padding: 0; }
        #fsFooter .footer-top-container .footer-utility-nav ul li {
          width: 50%;
          float: left; }
          #fsFooter .footer-top-container .footer-utility-nav ul li a {
            display: block;
            font-size: 15px;
            font-weight: 600;
            line-height: 24px;
            color: #ffffff;
            text-transform: capitalize;
            padding: 0;
            padding-bottom: 5px; }
            #fsFooter .footer-top-container .footer-utility-nav ul li a:hover {
              color: #00a6d6; }
    #fsFooter .footer-top-container .footer-utility-buttons {
      width: 100%;
      margin: 0 auto;
      overflow: hidden; }
      @media (min-width: 500px) {
        #fsFooter .footer-top-container .footer-utility-buttons {
          width: 50%;
          float: right; } }
      @media (min-width: 900px) {
        #fsFooter .footer-top-container .footer-utility-buttons {
          width: 20%;
          float: left; } }
      #fsFooter .footer-top-container .footer-utility-buttons > .fsElementContent {
        width: 100%;
        margin: 0 auto; }
        @media (min-width: 500px) {
          #fsFooter .footer-top-container .footer-utility-buttons > .fsElementContent {
            width: 190px;
            float: right; } }
        @media (min-width: 700px) {
          #fsFooter .footer-top-container .footer-utility-buttons > .fsElementContent {
            width: 220px; } }
        @media (min-width: 900px) {
          #fsFooter .footer-top-container .footer-utility-buttons > .fsElementContent {
            width: 100%; } }
      #fsFooter .footer-top-container .footer-utility-buttons .fs_style_33 {
        display: block;
        font-size: 15px;
        font-weight: 600;
        line-height: 15px;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        border-radius: 4px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 20px 15px;
        margin-bottom: 14px;
        width: 100%; }
        @media (min-width: 500px) {
          #fsFooter .footer-top-container .footer-utility-buttons .fs_style_33 {
            width: 190px; } }
        @media (min-width: 700px) {
          #fsFooter .footer-top-container .footer-utility-buttons .fs_style_33 {
            width: 220px; } }
        @media (min-width: 900px) {
          #fsFooter .footer-top-container .footer-utility-buttons .fs_style_33 {
            width: 100%;
            padding: 20px 15px;
            font-size: 13px;
            line-height: 13px; } }
        @media (min-width: 1000px) {
          #fsFooter .footer-top-container .footer-utility-buttons .fs_style_33 {
            padding: 20px 25px;
            font-size: 15px;
            line-height: 15px; } }
        @media (min-width: 1100px) {
          #fsFooter .footer-top-container .footer-utility-buttons .fs_style_33 {
            padding: 20px 40px; } }
        #fsFooter .footer-top-container .footer-utility-buttons .fs_style_33:hover {
          border: 1px solid #25297e;
          background: #25297e;
          color: #ffffff; }
  #fsFooter .footer-bottom-container {
    width: 100%;
    margin: 0 auto;
    background: #1b1a18;
    height: 58px; }
    #fsFooter .footer-bottom-container > .fsElementContent {
      max-width: 1220px;
      margin: 0 auto;
      padding: 7px 20px;
      overflow: hidden; }
    #fsFooter .footer-bottom-container .footer-social-nav {
      float: right; }
      #fsFooter .footer-bottom-container .footer-social-nav nav ul {
        overflow: hidden; }
        #fsFooter .footer-bottom-container .footer-social-nav nav ul, #fsFooter .footer-bottom-container .footer-social-nav nav ul ul {
          margin: 0;
          padding: 0;
          list-style: none; }
        #fsFooter .footer-bottom-container .footer-social-nav nav ul li {
          margin: 0;
          padding: 0; }
        #fsFooter .footer-bottom-container .footer-social-nav nav ul li {
          display: inline-block;
          width: 40px;
          height: 40px;
          text-align: center;
          margin-right: 11px;
          overflow: hidden; }
          #fsFooter .footer-bottom-container .footer-social-nav nav ul li a {
            display: block;
            color: transparent;
            padding: 0;
            margin: 0;
            position: relative;
            background: transparent;
            border: 2px solid #8f8f8f;
            border-radius: 50%;
            width: 40px;
            height: 40px; }
            #fsFooter .footer-bottom-container .footer-social-nav nav ul li a:before {
              content: '';
              display: inline-block;
              font-size: 18px;
              color: #ffffff;
              vertical-align: middle;
              margin-top: 4px; }
            #fsFooter .footer-bottom-container .footer-social-nav nav ul li a[href*="facebook"]:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            #fsFooter .footer-bottom-container .footer-social-nav nav ul li a[href*="twitter"]:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            #fsFooter .footer-bottom-container .footer-social-nav nav ul li a[href*="linkedin"]:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            #fsFooter .footer-bottom-container .footer-social-nav nav ul li a[href*="instagram"]:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            #fsFooter .footer-bottom-container .footer-social-nav nav ul li a[href*="youtube"]:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            #fsFooter .footer-bottom-container .footer-social-nav nav ul li a:hover {
              border-color: #25297e;
              background: #25297e; }
              #fsFooter .footer-bottom-container .footer-social-nav nav ul li a:hover:before {
                color: #ffffff; }
          #fsFooter .footer-bottom-container .footer-social-nav nav ul li:last-child {
            margin-right: 0; }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 20px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    color: #25297e;
    margin-bottom: 23px; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details a {
    color: inherit; }

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

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

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

body {
  font-size: 18px;
  line-height: 28px;
  color: #666666; }

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

#fsPageBodyWrapper {
  padding-right: 1.11111em;
  padding-left: 1.11111em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }

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

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

#fsPageContent {
  width: 100%; }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 320px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 280px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 440px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 600px); } }

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

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

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none; }

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

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideRightLayout,
    .fsElephantLeftLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 40px;
        width: 280px; } }
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 280px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 240px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 320px); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideLeftLayout,
    .fsElephantRightLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 20px;
        padding-right: 0;
        width: 240px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 40px;
        width: 320px; } }
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 240px);
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 320px); } }

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

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

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

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

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

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

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

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

#fsPoweredByFinalsite {
  width: 150px; }

/*! _main.scss - src/sass/navigation/ - main import */
.fsNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fsNavigation ul li.fsNavCurrentPage > a, .fsNavigation ul li.fsNavCurrentPageAncestor > a {
    color: #039;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #36c;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #039;
      background: transparent; }

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

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

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

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

.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: #36c;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #039;
      background: #eee; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #25297e;
    background: #d5d5d5; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #2b2926;
      background: #eee; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #eee; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #36c;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #36c;
        background: #eee; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #eee; }
    .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;
  position: relative;
  z-index: 9999;
  background: #ffffff;
  padding: 29px 19px 0 19px; }
  @media (min-width: 600px) {
    .nav-sub {
      border: 1px solid #d5d5d5;
      top: -72px;
      padding: 29px 19px; } }
  @media screen and (max-width: 599px) {
    .nav-sub > header {
      display: block;
      position: relative; }
      .nav-sub > header .fsElementTitle {
        position: relative;
        margin-top: 0;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        font-family: "proxima-nova", sans-serif;
        font-weight: 400;
        color: #2b2926;
        margin-bottom: 16px;
        margin-bottom: 0;
        display: block;
        font-size: 18px;
        padding: 10px 20px;
        color: #eee;
        background-color: #2b2926;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #4248c7;
          color: #eee; } }
    @media screen and (max-width: 599px) and (min-width: 600px) {
      .nav-sub > header .fsElementTitle {
        cursor: default; } }
  @media screen and (max-width: 599px) {
        .nav-sub > header .fsElementTitle:after {
          content: "+";
          line-height: 1;
          position: absolute;
          margin: 0;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 20px; }
    .nav-sub > .fsElementContent {
      position: relative;
      display: block;
      background-color: #eee; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #36c;
        background: transparent; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #039;
          background: white; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #039;
        background: #c8c8c8; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #2b2926;
          background: #bbbbbb; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #d5d5d5; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #36c;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #25297e;
            background: #c8c8c8; }
      .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
        padding-left: 20px; }
      .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
        padding-left: 30px; }
      .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
        padding-left: 40px; }
      .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
        padding-left: 50px; }
      .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
        padding-left: 60px; }
    .nav-sub.active-nav > header .fsElementTitle {
      background-color: #2b2926;
      color: #eee; }
      .nav-sub.active-nav > header .fsElementTitle:after {
        content: "-"; } }
  @media (min-width: 600px) {
    .nav-sub {
      display: block; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .fsHeader .nav-sub {
    display: block; }
    @media (min-width: 600px) {
      .fsHeader .nav-sub {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      padding: 10px 10px;
      color: #666666;
      background: transparent; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #00a6d6;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #25297e;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #25297e;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent;
      border-bottom: 1px solid #d5d5d5; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #25297e;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #25297e;
          background: transparent; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 599px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .nav-sub .fsNavLevel1 > li {
      border-bottom: 1px solid #d5d5d5; }
      .nav-sub .fsNavLevel1 > li:first-child {
        border-bottom: 1px solid #d5d5d5; }
      .nav-sub .fsNavLevel1 > li > a {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        padding: 15px 2px; }
      .nav-sub .fsNavLevel1 > li:first-child a {
        border-bottom: 1px solid #d5d5d5; }
  .nav-sub .fsNavLevel2 > li > a {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 22px;
    border-bottom: 1px solid #d5d5d5; }
  .nav-sub .fsNavLevel2 > li:last-child a {
    border-bottom: 0; }
  .nav-sub .fsNavLevel3 > li > a {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 10px 15px 35px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 40px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 50px; }
  .nav-sub header {
    padding: 0 4px 10px 4px;
    margin-top: -5px; }
    .nav-sub header h2 {
      margin-bottom: 0;
      font-family: "freight-sans-pro", sans-serif;
      font-weight: 600;
      font-size: 17px;
      line-height: 20px;
      text-transform: uppercase;
      color: #362f2f; }

.nav-main {
  margin-bottom: 0;
  max-width: 900px;
  float: left; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 900px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem;
      text-align: center;
      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%; } }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 > li {
      -ms-flex: 1 auto;
      flex: 1 auto; } }
  .nav-main .fsNavLevel1 > li:hover > a {
    color: #16add9;
    background: transparent; }
    .nav-main .fsNavLevel1 > li:hover > a:after {
      display: inline-block; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #16add9;
    background: transparent; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
      display: inline-block; }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    color: #333;
    background: transparent;
    padding-top: 18px;
    padding-bottom: 17px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase; }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li > a {
        font-size: 15px;
        padding-left: 6px;
        padding-right: 6px; } }
    @media (min-width: 1100px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 1.11111em;
        padding-top: 18px;
        padding-bottom: 17px; } }
    .nav-main .fsNavLevel1 > li > a:focus {
      color: #16add9;
      background: transparent; }
      .nav-main .fsNavLevel1 > li > a:focus:after {
        display: inline-block; }
    .nav-main .fsNavLevel1 > li > a:after {
      content: '';
      width: 100%;
      height: 4px;
      display: none;
      vertical-align: middle;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #00a6d6;
      transition: all 0.4s ease-in; }
  html.js .nav-main .fsNavLevel1 > li {
    position: relative; }
    html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
      max-height: 9999px; }
  html:not(.js) .nav-main .fsNavLevel1 > li {
    position: relative; }
    html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px; }
    @media (max-width: 599px) {
      html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px; } }

.nav-main .fsNavPageInfo {
  background: rgba(43, 41, 38, 0.9);
  width: 240px;
  text-align: left;
  z-index: 300; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }

.nav-main .fsNavLevel2 {
  padding: 21px 20px 10px; }
  .nav-main .fsNavLevel2 li a {
    display: block;
    color: #ffffff;
    background: transparent;
    padding: 0.55556em;
    padding: 10px 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
      color: #00a6d6;
      background: transparent; }
  .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
    color: #00a6d6;
    background: transparent; }
  .nav-main .fsNavLevel2 li:last-child a {
    border-bottom: none; }

.school-header .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] a {
  color: #ffffff; }

.school-header .nav-main .fsNavLevel1 > li > a {
  color: #ffffff; }
  .school-header .nav-main .fsNavLevel1 > li > a:hover, .school-header .nav-main .fsNavLevel1 > li > a:focus {
    color: #ffffff !important; }

#fsMenu {
  height: 100%;
  width: 0;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 30000;
  transition: all 0.1s ease-in;
  opacity: 0;
  overflow: hidden; }
  #fsMenu.active {
    width: 100%;
    opacity: 1; }

.fsMenu {
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  z-index: 3000;
  right: 0;
  padding: 0;
  opacity: 1;
  transition: all 0.4s ease-in; }
  @media (min-width: 500px) {
    .fsMenu {
      width: 480px; } }

.mobile-menu-top-container {
  width: 100%;
  height: 50px;
  background: #ffffff; }

.mobile-menu-search {
  padding: 11px 18px 0 18px; }
  .mobile-menu-search form {
    overflow: hidden;
    background: #ced1d5;
    border-radius: 36px; }
    .mobile-menu-search form input {
      background: transparent;
      border: none;
      float: right;
      width: calc(100% - 40px);
      height: 26px;
      font-family: "proxima-nova", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 14px;
      color: #666666;
      padding: 5px 20px 5px 5px; }
    .mobile-menu-search form button {
      background: transparent;
      border: none;
      float: left;
      width: 40px;
      height: 28px;
      position: relative;
      background: transparent; }
      .mobile-menu-search form button:before {
        position: absolute;
        left: 15px;
        top: 0;
        font-size: 17px;
        content: '';
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #212325; }

.mobile-menu-main-nav {
  padding-top: 11px;
  margin-bottom: 30px; }
  .mobile-menu-main-nav nav ul {
    width: 100%;
    padding: 0; }
    .mobile-menu-main-nav nav ul, .mobile-menu-main-nav nav ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .mobile-menu-main-nav nav ul li {
      margin: 0;
      padding: 0; }
  .mobile-menu-main-nav nav .fsNavLevel1 > li {
    position: relative; }
    .mobile-menu-main-nav nav .fsNavLevel1 > li a {
      display: block;
      font-size: 18px;
      font-weight: 600;
      line-height: 18px;
      color: #ffffff;
      text-transform: uppercase;
      padding: 14px 20px 14px 35px; }
      .mobile-menu-main-nav nav .fsNavLevel1 > li a.mobile-sub-open {
        position: absolute;
        display: block;
        width: 60px;
        height: 50px;
        top: 0;
        right: 6px;
        border: 0;
        padding: 0;
        cursor: pointer;
        background: transparent; }
        .mobile-menu-main-nav nav .fsNavLevel1 > li a.mobile-sub-open:before {
          width: 100%;
          height: 50px;
          line-height: 20px;
          text-align: center;
          display: block;
          text-align: center;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 18px;
          font-weight: 300;
          margin-top: 10px; }
        .mobile-menu-main-nav nav .fsNavLevel1 > li a.mobile-sub-open.active:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .mobile-menu-main-nav nav .fsNavLevel1 > li a.mobile-sub-open:hover {
          background: transparent; }
      .mobile-menu-main-nav nav .fsNavLevel1 > li a:hover {
        color: #00a6d6; }
      @media (min-width: 500px) {
        .mobile-menu-main-nav nav .fsNavLevel1 > li a {
          padding: 14px 20px 14px 44px; } }
    .mobile-menu-main-nav nav .fsNavLevel1 > li:after {
      content: '';
      position: absolute;
      top: 0;
      right: 66px;
      border-right: 1px solid #b8bdc7;
      height: 46px;
      width: 1px;
      display: inline-block; }
  .mobile-menu-main-nav nav .fsNavLevel1 .fsNavLevel2 {
    display: none; }
  .mobile-menu-main-nav nav .fsNavLevel1.fsNavCurrentPage .fsNavLevel2, .mobile-menu-main-nav nav .fsNavLevel1.fsNavCurrentPageAncestor .fsNavLevel2 {
    display: block; }
  .mobile-menu-main-nav nav .fsNavLevel1.fsNavCurrentPage a, .mobile-menu-main-nav nav .fsNavLevel1.fsNavCurrentPageAncestor a {
    color: #00a6d6; }
    .mobile-menu-main-nav nav .fsNavLevel1.fsNavCurrentPage a.mobile-sub-open, .mobile-menu-main-nav nav .fsNavLevel1.fsNavCurrentPageAncestor a.mobile-sub-open {
      background: transparent; }
  .mobile-menu-main-nav nav .fsNavLevel2 {
    background: #565252;
    padding: 15px 0; }
    .mobile-menu-main-nav nav .fsNavLevel2 > li {
      position: relative; }
      .mobile-menu-main-nav nav .fsNavLevel2 > li > a {
        display: block;
        font-family: "proxima-nova", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        text-transform: capitalize;
        letter-spacing: 1px;
        padding: 10px 80px 10px 38px;
        text-decoration: none; }
        .mobile-menu-main-nav nav .fsNavLevel2 > li > a.mobile-sub-open {
          position: absolute;
          display: block;
          width: 60px;
          height: 50px;
          top: 0;
          right: 6px;
          border: 0;
          padding: 0;
          cursor: pointer;
          background: transparent; }
          .mobile-menu-main-nav nav .fsNavLevel2 > li > a.mobile-sub-open:before {
            width: 100%;
            height: 50px;
            line-height: 20px;
            text-align: center;
            display: block;
            text-align: center;
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 18px;
            font-weight: 300;
            margin-top: 10px; }
          .mobile-menu-main-nav nav .fsNavLevel2 > li > a.mobile-sub-open.active:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
          .mobile-menu-main-nav nav .fsNavLevel2 > li > a.mobile-sub-open:hover {
            background: transparent; }
        @media (min-width: 500px) {
          .mobile-menu-main-nav nav .fsNavLevel2 > li > a {
            padding: 10px 80px 10px 46px; } }
        .mobile-menu-main-nav nav .fsNavLevel2 > li > a:hover {
          color: #00a6d6; }
      .mobile-menu-main-nav nav .fsNavLevel2 > li > .fsNavPageInfo ul {
        display: none; }
      .mobile-menu-main-nav nav .fsNavLevel2 > li:after {
        display: none; }
  .mobile-menu-main-nav nav .fsNavLevel3 {
    padding: 10px 0; }
    .mobile-menu-main-nav nav .fsNavLevel3 > li {
      position: relative; }
      .mobile-menu-main-nav nav .fsNavLevel3 > li > a {
        display: block;
        font-family: "proxima-nova", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        text-transform: capitalize;
        letter-spacing: 1px;
        padding: 5px 80px 5px 48px;
        text-decoration: none; }
        .mobile-menu-main-nav nav .fsNavLevel3 > li > a.mobile-sub-open {
          position: absolute;
          display: block;
          width: 60px;
          height: 50px;
          top: 0;
          right: 6px;
          border: 0;
          padding: 0;
          cursor: pointer;
          background: transparent; }
          .mobile-menu-main-nav nav .fsNavLevel3 > li > a.mobile-sub-open:before {
            width: 100%;
            height: 50px;
            line-height: 20px;
            text-align: center;
            display: block;
            text-align: center;
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 18px;
            font-weight: 300;
            margin-top: 10px; }
          .mobile-menu-main-nav nav .fsNavLevel3 > li > a.mobile-sub-open.active:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
          .mobile-menu-main-nav nav .fsNavLevel3 > li > a.mobile-sub-open:hover {
            background: transparent; }
        @media (min-width: 500px) {
          .mobile-menu-main-nav nav .fsNavLevel3 > li > a {
            padding: 5px 80px 5px 56px; } }
        .mobile-menu-main-nav nav .fsNavLevel3 > li > a:hover {
          color: #00a6d6; }
      .mobile-menu-main-nav nav .fsNavLevel3 > li > .fsNavPageInfo ul {
        display: none; }
      .mobile-menu-main-nav nav .fsNavLevel3 > li:after {
        display: none; }
  .mobile-menu-main-nav nav .fsNavLevel4 {
    padding: 10px 0; }
    .mobile-menu-main-nav nav .fsNavLevel4 > li {
      position: relative; }
      .mobile-menu-main-nav nav .fsNavLevel4 > li > a {
        display: block;
        font-family: "proxima-nova", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        text-transform: capitalize;
        letter-spacing: 1px;
        padding: 5px 80px 5px 68px;
        text-decoration: none; }
        .mobile-menu-main-nav nav .fsNavLevel4 > li > a.mobile-sub-open {
          position: absolute;
          display: block;
          width: 60px;
          height: 50px;
          top: 0;
          right: 6px;
          border: 0;
          padding: 0;
          cursor: pointer;
          background: transparent; }
          .mobile-menu-main-nav nav .fsNavLevel4 > li > a.mobile-sub-open:before {
            width: 100%;
            height: 50px;
            line-height: 20px;
            text-align: center;
            display: block;
            text-align: center;
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 18px;
            font-weight: 300;
            margin-top: 10px; }
          .mobile-menu-main-nav nav .fsNavLevel4 > li > a.mobile-sub-open.active:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
          .mobile-menu-main-nav nav .fsNavLevel4 > li > a.mobile-sub-open:hover {
            background: transparent; }
        @media (min-width: 500px) {
          .mobile-menu-main-nav nav .fsNavLevel4 > li > a {
            padding: 5px 80px 5px 68px; } }
        .mobile-menu-main-nav nav .fsNavLevel4 > li > a:hover {
          color: #00a6d6; }
      .mobile-menu-main-nav nav .fsNavLevel4 > li > .fsNavPageInfo ul {
        display: none; }
      .mobile-menu-main-nav nav .fsNavLevel4 > li:after {
        display: none; }
  .mobile-menu-main-nav nav .fsNavLevel5 {
    padding: 10px 0; }
    .mobile-menu-main-nav nav .fsNavLevel5 > li {
      position: relative; }
      .mobile-menu-main-nav nav .fsNavLevel5 > li > a {
        display: block;
        font-family: "proxima-nova", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        text-transform: capitalize;
        letter-spacing: 1px;
        padding: 5px 80px 5px 48px;
        text-decoration: none; }
        @media (min-width: 500px) {
          .mobile-menu-main-nav nav .fsNavLevel5 > li > a {
            padding: 5px 80px 5px 56px; } }
        .mobile-menu-main-nav nav .fsNavLevel5 > li > a:hover {
          color: #00a6d6; }
      .mobile-menu-main-nav nav .fsNavLevel5 > li > .fsNavPageInfo ul {
        display: none; }
      .mobile-menu-main-nav nav .fsNavLevel5 > li:after {
        display: none; }

.mobile-menu-utility-nav {
  padding: 0 0 0 34px;
  margin-bottom: 30px;
  height: auto;
  overflow: hidden;
  opacity: 1;
  transition: all 0.4s ease; }
  @media (min-width: 500px) {
    .mobile-menu-utility-nav {
      padding: 0 0 0 44px; } }
  .mobile-menu-utility-nav header > .fsElementHeaderContent {
    margin-bottom: 5px; }
    .mobile-menu-utility-nav header > .fsElementHeaderContent a {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      line-height: 18px;
      font-weight: bold;
      color: #dfdfdf;
      text-transform: uppercase; }
      .mobile-menu-utility-nav header > .fsElementHeaderContent a:after {
        display: inline-block;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        vertical-align: middle;
        margin-left: 5px; }
  .mobile-menu-utility-nav > .fsElementContent {
    padding-left: 16px; }
  .mobile-menu-utility-nav nav ul, .mobile-menu-utility-nav nav ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mobile-menu-utility-nav nav ul li {
    margin: 0;
    padding: 0; }
  .mobile-menu-utility-nav nav ul li a {
    padding: 7px 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #dfdfdf;
    text-transform: capitalize; }
    .mobile-menu-utility-nav nav ul li a:hover {
      color: #ffffff; }
  .mobile-menu-utility-nav.active {
    height: auto;
    opacity: 1; }

.nav-social .fsNavLevel1 {
  font-size: 0; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-social .fsNavLevel1 li {
    display: inline-block; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 10px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='tumblr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vine']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover, .nav-social .fsNavLevel1 [href*='facebook']:focus {
    background: #3b5998;
    border-color: #3b5998; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover, .nav-social .fsNavLevel1 [href*='instagram']:focus {
    background: #3f729b;
    border-color: #3f729b; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover, .nav-social .fsNavLevel1 [href*='linkedin']:focus {
    background: #0077b5;
    border-color: #0077b5; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover, .nav-social .fsNavLevel1 [href*='pinterest']:focus {
    background: #cc2127;
    border-color: #cc2127; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover, .nav-social .fsNavLevel1 [href*='tumblr']:focus {
    background: #35465c;
    border-color: #35465c; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before, .nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover, .nav-social .fsNavLevel1 [href*='twitter']:focus {
    background: #55acee;
    border-color: #55acee; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover, .nav-social .fsNavLevel1 [href*='vimeo']:focus {
    background: #1ab7ea;
    border-color: #1ab7ea; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vine']:hover, .nav-social .fsNavLevel1 [href*='vine']:focus {
    background: #00b488;
    border-color: #00b488; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before, .nav-social .fsNavLevel1 [href*='vine']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover, .nav-social .fsNavLevel1 [href*='youtube']:focus {
    background: #cd201f;
    border-color: #cd201f; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='rss']:hover, .nav-social .fsNavLevel1 [href*='rss']:focus {
    background: #f26522;
    border-color: #f26522; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    border: 1px solid #2b2926;
    background: #FFF;
    height: 30px;
    width: 30px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #2b2926;
      font-size: 18px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

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

/*! 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: 18px;
    line-height: 28px; }
  .fsProfileSectionData > div {
    width: auto;
    float: none;
    display: block; }
  .fsProfileSectionData.fsStyleHalf {
    width: 100%; }
    @media (min-width: 600px) {
      .fsProfileSectionData.fsStyleHalf {
        width: 50%; } }

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

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

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

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px #bbbbbb;
    margin-top: 20px;
    padding-top: 20px; }

.fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .fsConstituentSearchForm > label {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > select,
    .fsConstituentSearchForm > label > input {
      border: solid 1px #bbbbbb;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 34px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #f1f0f0;
  transition: .3s;
  border: 1px solid #b6b5b4; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 36px;
    line-height: 46px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    color: #25297e;
    margin-bottom: 17px;
    margin-bottom: 8px;
    display: block;
    font-size: 23px;
    padding: 13.33333px;
    color: #4a4a4a;
    transition: .3s;
    position: relative;
    padding: 14px 21px 10px 21px !important;
    line-height: 0; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none;
      font-family: "freight-sans-pro", sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 20px; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #c3c6cc;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #333;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #25297e;
  border: 1px solid #25297e; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #ffffff; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 27px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 27px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

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

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

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

.fsAccordion {
  margin-bottom: 50px; }
  .fsAccordion .fsPanel {
    margin-bottom: 8px; }
    .fsAccordion .fsPanel .fsElementContent {
      border: 1px solid #b6b5b4;
      padding: 0 !important; }
      .fsAccordion .fsPanel .fsElementContent p {
        padding: 10px 20px 0 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-weight: 300;
    color: #2b2926;
    margin-bottom: 22px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

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

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

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

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 90px;
  width: 90px;
  color: #fff;
  background: #25297e;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsMonth {
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 12px;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 8px;
      padding-top: 9px; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 36px;
      font-weight: 400;
      line-height: 36px;
      color: #ffffff; }

.fsCalendar header {
  margin-bottom: 28px; }
  .fsCalendar header h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #25297e;
    text-transform: capitalize; }

.fsCalendar .fsTitle {
  margin-bottom: 12px; }
  .fsCalendar .fsTitle a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #333; }
    .fsCalendar .fsTitle a:hover {
      color: #25297e; }

.fsCalendar .fsDate {
  top: 6px; }

.fsCalendar .fsTimeRange {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #666666; }
  .fsCalendar .fsTimeRange:before {
    content: '';
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    vertical-align: middle;
    margin-right: 0;
    margin-top: -2px;
    display: inline-block; }

.fsCalendar .fsLocation {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #666666; }
  .fsCalendar .fsLocation:before {
    content: '';
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    vertical-align: middle;
    margin-right: 0;
    margin-left: -2px;
    margin-top: -2px;
    display: inline-block;
    font-size: 17px; }

.fsCalendar .fsNotes p, .fsCalendar .fsDescription p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  margin-bottom: 20px !important; }

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

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

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

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

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

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

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

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(37, 41, 126, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(37, 41, 126, 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(37, 41, 126, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(37, 41, 126, 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 20px;
    background: #666666;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #595959;
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
.fsCalendar.fsEvent article {
  padding-left: 0; }

.fsCalendar.fsEvent .fsDate {
  display: none; }

.fsCalendar.fsEvent .fsTitle {
  color: #333;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  cursor: pointer; }
  .fsCalendar.fsEvent .fsTitle .fsElementEventColorIcon {
    display: none; }
  .fsCalendar.fsEvent .fsTitle .fsAlertIcon {
    display: none; }
  .fsCalendar.fsEvent .fsTitle:hover {
    color: #25297e; }

.fsCalendar.fsEvent .fsEventDetails .fsTimeRange:before, .fsCalendar.fsEvent .fsEventDetails .fsLocation:before {
  color: #bbb5b5; }

/*! 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: 18px;
      line-height: 28px;
      color: #666666; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #36c;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #039; }
    .fsComposerFormEmbed form .required {
      color: #25297e; }
    .fsComposerFormEmbed form .pageControls {
      padding: 10px 0 !important;
      margin-bottom: 10px; }
      .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .userConfirmation {
      margin-bottom: 20px; }
      .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px; }
      .fsComposerFormEmbed form .userConfirmation > label {
        display: block; }
    .fsComposerFormEmbed form .elementColumn {
      zoom: 1;
      margin-bottom: 20px;
      max-width: 100%; }
      .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ''; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementColumn {
          float: none !important;
          width: 100% !important; } }
      .fsComposerFormEmbed form .elementColumn .elementContainer {
        margin-bottom: 0; }
      .fsComposerFormEmbed form .elementColumn .elementBody > input {
        width: 100%; }
    .fsComposerFormEmbed form .pageBreak {
      zoom: 1; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #36c;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #039;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #25297e !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1;
      color: #ffffff !important; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #ffffff !important;
        background: #2b2926 !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: rgba(255, 255, 255, 0.5);
  opacity: 1; }

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

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

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1; }

/*! 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 20px;
    background: #666666;
    color: #fff;
    border-radius: 0; }
    .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: #595959;
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em,
    .fsLogin .fsLoginMainView button em,
    .fsLogin .fsLoginForgotView .fsLoginSubmit em,
    .fsLogin .fsLoginForgotView button em,
    .fsLogin .fsLoginNewView .fsLoginSubmit em,
    .fsLogin .fsLoginNewView button em,
    .fsLogin .fsResetPasswordView .fsLoginSubmit em,
    .fsLogin .fsResetPasswordView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em,
    .fsAccount .fsLoginMainView button em,
    .fsAccount .fsLoginForgotView .fsLoginSubmit em,
    .fsAccount .fsLoginForgotView button em,
    .fsAccount .fsLoginNewView .fsLoginSubmit em,
    .fsAccount .fsLoginNewView button em,
    .fsAccount .fsResetPasswordView .fsLoginSubmit em,
    .fsAccount .fsResetPasswordView button em {
      display: block;
      font-style: normal; }
    .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 20px;
    background: #666666;
    color: #fff;
    border-radius: 0; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #595959;
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #666666;
  font-family: "proxima-nova", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

@media (max-width: 899px) {
  .home .fsMediaCustomPlayer {
    margin-top: 50px; } }

.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%;
  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: #2b2926;
  font-size: 0;
  width: 70px;
  height: 40px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 40px; }
  .fsCustomSlider .slider-play-btn:before {
    content: "";
    color: #2b2926;
    font-size: 18px;
    font-family: "adobe-garamond-pro", Georgia, serif; }

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-left: 13px solid #2b2926;
  border-bottom: 9px 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: transparent;
  display: inline-block;
  margin: 12px 2px 0;
  background: #2b2926; }

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

.fsCustomSlider .caption-wrapper {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  background-color: #2b2926;
  color: #fff; }
  .fsCustomSlider .caption-wrapper .caption-inner {
    padding: 10px 10px 30px; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-wrapper {
      padding: 30px 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(43, 41, 38, 0.5); } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 36px;
    line-height: 46px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    color: #25297e;
    margin-bottom: 17px;
    color: #fff;
    margin-bottom: 0; } }

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

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

.fsCustomSlider .caption-desc:empty {
  display: none; }

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

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

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

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

.fsPostElement header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0;
  margin-bottom: 28px; }
  .fsPostElement header h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #25297e;
    text-transform: capitalize; }

.fsPostElement article {
  border-bottom: 1px solid #bebaba;
  margin-bottom: 40px; }
  .fsPostElement article:last-child {
    border-bottom: none; }

.fsPostElement .fsThumbnail {
  margin-bottom: 7px;
  width: 100%; }

.fsPostElement .fsTitle {
  margin-bottom: 12px; }
  .fsPostElement .fsTitle a {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    color: #2b2926; }

/*! _main.scss - src/sass/modules/search/ - main search import */
.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit; }
  .fsSearch form.gsc-search-box-tools table {
    border: 0; }
  .fsSearch form.gsc-search-box-tools > table.gsc-search-box {
    margin-bottom: 0;
    position: relative; }
  .fsSearch form.gsc-search-box-tools td.gsib_a {
    padding: 0; }
  .fsSearch form.gsc-search-box-tools td.gsib_b {
    display: none !important; }
  .fsSearch form.gsc-search-box-tools table.gsc-branding {
    display: none; }

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  margin-bottom: 20px; }
  .fsSearch.site-search form.gsc-search-box-tools {
    width: 400px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #2b2926 !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #eee;
          padding-left: 10px !important;
          padding-right: 85px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 18px;
          font-family: "proxima-nova", sans-serif; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 50px;
      width: 75px;
      background: #25297e;
      position: absolute;
      right: 0;
      top: 0;
      transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: "Search";
        color: #fff;
        font-family: "proxima-nova", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 18px; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: black;
        transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        border: 0;
        height: 100%;
        width: 100%;
        color: transparent;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px; }
  .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 #666666; }
      .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #fff !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #666666;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 18px;
        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: #666666;
    position: absolute;
    transition: .3s;
    right: 0;
    top: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "Search";
      color: #fff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 18px;
      font-family: "proxima-nova", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: black;
      transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px; }

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

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

.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0; }

.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px; }

.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #36c !important;
  outline: transparent; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #039 !important; }

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

.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 20px;
  background: #666666;
  color: #fff;
  border-radius: 0; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #595959;
    color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

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

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

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #666666;
  color: #fff;
  border-radius: 0; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #595959;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 50px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 8px;
      border: 1px solid #dadad9;
      border-bottom: none; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 36px;
        line-height: 46px;
        font-family: "proxima-nova", sans-serif;
        font-weight: 400;
        color: #25297e;
        margin-bottom: 17px;
        margin-bottom: 8px;
        display: block;
        font-size: 23px;
        padding: 13.33333px;
        color: #4a4a4a;
        transition: .3s;
        background: #f3f4f5;
        font-family: "freight-sans-pro", sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
        color: #2b2926;
        padding: 15px 22px;
        margin-bottom: 0; }
        .fsTabs .fsTabsNav li a:hover {
          background: #e1e2e5;
          color: #25297e; }
      .fsTabs .fsTabsNav li.fsStateSelected {
        border: 1px solid #b6b5b4;
        border-bottom: 1px solid #ffffff; }
        .fsTabs .fsTabsNav li.fsStateSelected a {
          background: transparent;
          color: #25297e; }
  .fsTabs .fsPanel > .fsElementContent {
    border: 1px solid #b6b5b4;
    padding: 10px 20px 0 20px;
    margin-top: -1px; }

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

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0; }

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

.universal-slider {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%; }
  @media (min-width: 700px) {
    .universal-slider {
      min-height: 650px; } }
  .universal-slider > header {
    display: none; }
  .universal-slider .slider-play-btn {
    display: block;
    width: 70px;
    height: 40px;
    line-height: 42px;
    position: absolute;
    outline: none;
    top: auto;
    left: 50%;
    bottom: 0;
    margin-left: -35px;
    background: #ffffff;
    z-index: 500; }
    .universal-slider .slider-play-btn:before {
      content: '';
      color: #2b2926;
      font-size: 25px;
      margin-top: -11px;
      margin-left: 0px;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .universal-slider .slider-paused .slider-play-btn {
    line-height: 56px;
    padding-top: 10px; }
    .universal-slider .slider-paused .slider-play-btn:before {
      content: '';
      color: #2b2926;
      margin-top: 3px;
      margin-left: 9px;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .universal-slider .slick-prev {
    display: block;
    width: 70px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: auto;
    right: auto;
    left: auto;
    bottom: 0;
    color: transparent;
    background: #ffffff;
    outline: none !important;
    border: none;
    border-radius: 5px 0 0 0;
    cursor: pointer;
    z-index: 500;
    transition: all 0.4s ease-in;
    -ms-transform: unset;
    transform: unset;
    overflow: hidden;
    padding-top: 3px;
    outline: none;
    left: 50%;
    margin-left: -104px; }
    .universal-slider .slick-prev:before {
      content: '';
      display: inline-block;
      position: relative;
      top: auto;
      left: auto;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 25px;
      color: #2b2926;
      vertical-align: middle; }
  .universal-slider .slick-next {
    display: block;
    width: 70px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: auto;
    right: auto;
    left: auto;
    bottom: 0;
    color: transparent;
    background: #ffffff;
    outline: none !important;
    border: none;
    border-radius: 5px 0 0 0;
    cursor: pointer;
    z-index: 500;
    transition: all 0.4s ease-in;
    -ms-transform: unset;
    transform: unset;
    overflow: hidden;
    padding-top: 3px;
    outline: none;
    right: 50%;
    margin-right: -105px;
    border-radius: 0 5px 0 0; }
    .universal-slider .slick-next:before {
      content: '';
      display: inline-block;
      position: relative;
      top: auto;
      left: auto;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 25px;
      color: #2b2926;
      vertical-align: middle; }
    .universal-slider .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .universal-slider article {
    position: relative;
    height: 262px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
    @media (min-width: 700px) {
      .universal-slider article {
        height: 650px; } }
    .universal-slider article .caption-wrapper {
      background: transparent;
      position: absolute;
      top: auto;
      left: 0;
      bottom: 68px;
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      text-align: center; }
      .universal-slider article .caption-wrapper .caption-title {
        position: relative;
        margin: 0 0 13px;
        font-family: "adobe-garamond-pro", Georgia, serif;
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
        color: #ffffff;
        z-index: 200; }
        @media (min-width: 400px) {
          .universal-slider article .caption-wrapper .caption-title {
            font-size: 40px; } }
      .universal-slider article .caption-wrapper .caption-desc {
        position: relative; }
        .universal-slider article .caption-wrapper .caption-desc p {
          position: relative;
          margin: 0 !important;
          font-weight: 700;
          font-size: 15px;
          line-height: 15px;
          color: #c3c6cc;
          text-transform: uppercase;
          z-index: 200; }
    .universal-slider article:after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 310px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 50%, rgba(0, 0, 0, 0.3) 100%); }

body[data-pageid='621'] .universal-slider .caption-wrapper {
  display: none; }

.homepage-post {
  max-width: 360px;
  margin: 43px auto 15px !important;
  padding: 0 20px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 700px) {
    .homepage-post {
      max-width: 1220px; } }
  .homepage-post > header {
    display: block;
    width: 100%;
    margin: 0 0 44px;
    text-align: center;
    border-bottom: none;
    padding: 0; }
    .homepage-post > header h2 {
      position: relative;
      padding-bottom: 13px;
      display: inline-block;
      font-weight: 300;
      font-size: 36px;
      line-height: 36px;
      color: #25297e;
      text-transform: uppercase; }
      .homepage-post > header h2:after {
        content: '';
        display: inline-block;
        width: 60px;
        height: 3px;
        background: #00a6d6;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -30px; }
  .homepage-post article {
    width: 100%; }
    .homepage-post article .fsThumbnail {
      position: relative;
      width: 280px;
      height: 360px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
      overflow: hidden;
      margin: 6px auto 24px; }
      @media (min-width: 700px) {
        .homepage-post article .fsThumbnail {
          width: 330px;
          float: left;
          margin: 6px 41px 24px 0; } }
      @media (min-width: 900px) {
        .homepage-post article .fsThumbnail {
          width: 580px; } }
      .homepage-post article .fsThumbnail img {
        display: none; }
      .homepage-post article .fsThumbnail:before {
        content: '';
        display: inline-block;
        border: 5px solid rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    .homepage-post article .fsTitle {
      margin: 0 0 20px;
      padding: 0 30px; }
      @media (min-width: 700px) {
        .homepage-post article .fsTitle {
          padding: 0; } }
      .homepage-post article .fsTitle a {
        margin: 0;
        display: block;
        font-family: "adobe-garamond-pro", Georgia, serif;
        font-weight: 400;
        font-size: 30px;
        line-height: 36px;
        color: #2b2926; }
    .homepage-post article .fsBody, .homepage-post article .fsBody p {
      margin: 0 !important;
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      color: #4e4e4e; }
    .homepage-post article .fsBody {
      margin: 0 0 19px !important;
      padding: 0 30px; }
      @media (min-width: 700px) {
        .homepage-post article .fsBody {
          padding: 0; } }
    .homepage-post article .fsReadMoreLink {
      margin: 0 30px 10px;
      font-weight: 600;
      font-size: 15px;
      line-height: 15px;
      color: #25297e;
      text-transform: uppercase; }
      @media (min-width: 700px) {
        .homepage-post article .fsReadMoreLink {
          margin: 0 0 10px; } }
      .homepage-post article .fsReadMoreLink:hover {
        color: #4248c7; }
  .homepage-post > footer {
    display: block;
    width: 120px;
    margin: 0;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 46px;
    left: 50%;
    margin-left: -60px; }
    .homepage-post > footer a {
      display: inline-block;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 15px;
      color: #333;
      text-transform: uppercase; }

.homepage-quick-facts-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #25297e;
  padding-bottom: 30px;
  margin-bottom: 47px; }
  .homepage-quick-facts-container .quick-facts-content {
    max-width: 1020px;
    margin: 58px auto 53px !important;
    padding: 0 20px;
    text-align: center; }
    .homepage-quick-facts-container .quick-facts-content > header {
      display: block;
      width: 100%;
      margin: 0 0 17px;
      text-align: center;
      padding: 0; }
      .homepage-quick-facts-container .quick-facts-content > header h2 {
        position: relative;
        margin: 0;
        padding: 0 0 13px;
        display: inline-block;
        font-weight: 300;
        font-size: 36px;
        line-height: 46px;
        color: #ffffff;
        text-transform: uppercase; }
        .homepage-quick-facts-container .quick-facts-content > header h2:after {
          content: '';
          display: inline-block;
          width: 60px;
          height: 3px;
          background: #00a6d6;
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -30px; }
    .homepage-quick-facts-container .quick-facts-content p {
      margin: 0 !important;
      font-family: "adobe-garamond-pro", Georgia, serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 32px;
      color: #d1d1d1; }
  .homepage-quick-facts-container .quick-facts-slider {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px; }
    .homepage-quick-facts-container .quick-facts-slider .slick-prev {
      display: block;
      width: 70px;
      height: 40px;
      line-height: 40px;
      position: absolute;
      top: auto;
      right: auto;
      left: auto;
      bottom: 0;
      color: transparent;
      background: #ffffff;
      outline: none !important;
      border: none;
      border-radius: 5px 0 0 0;
      cursor: pointer;
      z-index: 500;
      transition: all 0.4s ease-in;
      -ms-transform: unset;
      transform: unset;
      overflow: hidden;
      padding-top: 3px;
      top: 50px;
      bottom: auto;
      width: 40px;
      height: 40px;
      background: transparent;
      left: -10px;
      border-radius: 0; }
      .homepage-quick-facts-container .quick-facts-slider .slick-prev:before {
        content: '';
        display: inline-block;
        position: relative;
        top: auto;
        left: auto;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 25px;
        color: #2b2926;
        vertical-align: middle; }
      @media (min-width: 1300px) {
        .homepage-quick-facts-container .quick-facts-slider .slick-prev {
          left: -40px; } }
      @media (min-width: 1400px) {
        .homepage-quick-facts-container .quick-facts-slider .slick-prev {
          left: -100px; } }
      .homepage-quick-facts-container .quick-facts-slider .slick-prev:before {
        color: rgba(255, 255, 255, 0.5);
        font-size: 30px; }
    .homepage-quick-facts-container .quick-facts-slider .slick-next {
      display: block;
      width: 70px;
      height: 40px;
      line-height: 40px;
      position: absolute;
      top: auto;
      right: auto;
      left: auto;
      bottom: 0;
      color: transparent;
      background: #ffffff;
      outline: none !important;
      border: none;
      border-radius: 5px 0 0 0;
      cursor: pointer;
      z-index: 500;
      transition: all 0.4s ease-in;
      -ms-transform: unset;
      transform: unset;
      overflow: hidden;
      padding-top: 3px;
      top: 50px;
      bottom: auto;
      width: 40px;
      height: 40px;
      background: transparent;
      right: -5px;
      border-radius: 0; }
      .homepage-quick-facts-container .quick-facts-slider .slick-next:before {
        content: '';
        display: inline-block;
        position: relative;
        top: auto;
        left: auto;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 25px;
        color: #2b2926;
        vertical-align: middle; }
      @media (min-width: 1300px) {
        .homepage-quick-facts-container .quick-facts-slider .slick-next {
          right: -40px; } }
      @media (min-width: 1400px) {
        .homepage-quick-facts-container .quick-facts-slider .slick-next {
          right: -100px; } }
      .homepage-quick-facts-container .quick-facts-slider .slick-next:before {
        color: rgba(255, 255, 255, 0.5);
        font-size: 30px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .homepage-quick-facts-container .quick-facts-slider .quick-facts-slider-content {
      width: 25%;
      float: left;
      padding: 118px 20px 0;
      text-align: center;
      display: block;
      position: relative; }
      .homepage-quick-facts-container .quick-facts-slider .quick-facts-slider-content img {
        margin-bottom: 0;
        width: 73px;
        opacity: 0.5;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -36px; }
      .homepage-quick-facts-container .quick-facts-slider .quick-facts-slider-content h2 {
        margin: 0 0 14px;
        font-weight: 400;
        font-size: 40px;
        line-height: 40px;
        color: #ffffff; }
      .homepage-quick-facts-container .quick-facts-slider .quick-facts-slider-content p {
        margin: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #ffffff; }
      .homepage-quick-facts-container .quick-facts-slider .quick-facts-slider-content:nth-child(3) img {
        width: 58px; }

.our-community-slider {
  width: 100%; }
  .our-community-slider > header {
    max-width: 1220px;
    margin: 0 auto 21px;
    padding: 0 20px;
    display: block;
    text-align: center; }
    .our-community-slider > header h2 {
      position: relative;
      margin: 0;
      padding: 0 0 13px;
      display: inline-block;
      font-weight: 300;
      font-size: 36px;
      line-height: 36px;
      color: #25297e;
      text-transform: uppercase; }
      .our-community-slider > header h2:after {
        content: '';
        display: inline-block;
        width: 60px;
        height: 3px;
        background: #00a6d6;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -30px; }
  .our-community-slider .slider-play-btn {
    display: none !important; }
  .our-community-slider .slick-list {
    margin: 0 auto;
    max-width: 1180px; }
    .our-community-slider .slick-list .slick-track article {
      width: 100%;
      margin-bottom: 20px;
      overflow: hidden; }
      .our-community-slider .slick-list .slick-track article .slider-image {
        position: relative;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        margin: 12px auto 48px;
        overflow: hidden; }
        @media (min-width: 700px) {
          .our-community-slider .slick-list .slick-track article .slider-image {
            width: 360px;
            height: 360px;
            float: left;
            margin: 12px 0 40px 20px; } }
        .our-community-slider .slick-list .slick-track article .slider-image:before {
          content: '';
          display: inline-block;
          background: rgba(0, 0, 0, 0.3);
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          border-radius: 50%; }
        .our-community-slider .slick-list .slick-track article .slider-image:after {
          content: '';
          display: inline-block;
          border: 5px solid rgba(255, 255, 255, 0.5);
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          border-radius: 50%; }
      .our-community-slider .slick-list .slick-track article .caption-wrapper {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        width: 100%;
        background: transparent;
        padding: 0 20px; }
        @media (min-width: 700px) {
          .our-community-slider .slick-list .slick-track article .caption-wrapper {
            float: left;
            width: calc(100% - 420px);
            padding: 8px 30px 0 26px; } }
        @media (min-width: 1200px) {
          .our-community-slider .slick-list .slick-track article .caption-wrapper {
            padding: 64px 30px 0 58px; } }
        @media (min-width: 1400px) {
          .our-community-slider .slick-list .slick-track article .caption-wrapper {
            padding: 64px 20px 0 58px; } }
        .our-community-slider .slick-list .slick-track article .caption-wrapper .caption-title {
          display: none; }
        .our-community-slider .slick-list .slick-track article .caption-wrapper .caption-desc h2 {
          margin: 0 0 23px;
          font-family: "adobe-garamond-pro", Georgia, serif;
          font-size: 30px;
          font-weight: 400;
          line-height: 30px;
          color: #2b2926; }
        .our-community-slider .slick-list .slick-track article .caption-wrapper .caption-desc p {
          margin: 0 0 19px !important;
          font-size: 16px;
          font-weight: 400;
          line-height: 28px;
          color: #4e4e4e; }
        .our-community-slider .slick-list .slick-track article .caption-wrapper .caption-desc a {
          margin: 0;
          font-size: 15px;
          font-weight: 600;
          line-height: 15px;
          color: #25297e;
          text-transform: uppercase; }
  .our-community-slider .slick-prev {
    display: block;
    width: 70px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: auto;
    right: auto;
    left: auto;
    bottom: 0;
    color: transparent;
    background: #ffffff;
    outline: none !important;
    border: none;
    border-radius: 5px 0 0 0;
    cursor: pointer;
    z-index: 500;
    transition: all 0.4s ease-in;
    -ms-transform: unset;
    transform: unset;
    overflow: hidden;
    padding-top: 3px;
    width: 68px;
    height: 54px;
    left: 0;
    top: 108px;
    bottom: auto;
    padding-top: 10px;
    background: #2b2926;
    border-radius: 0 !important; }
    .our-community-slider .slick-prev:before {
      content: '';
      display: inline-block;
      position: relative;
      top: auto;
      left: auto;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 25px;
      color: #2b2926;
      vertical-align: middle; }
    @media (min-width: 700px) {
      .our-community-slider .slick-prev {
        top: 172px; } }
    @media (min-width: 1200px) {
      .our-community-slider .slick-prev {
        top: 50%;
        margin-top: -27px; } }
    .our-community-slider .slick-prev:before {
      color: #ffffff;
      font-size: 26px; }
  .our-community-slider .slick-next {
    display: block;
    width: 70px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: auto;
    right: auto;
    left: auto;
    bottom: 0;
    color: transparent;
    background: #ffffff;
    outline: none !important;
    border: none;
    border-radius: 5px 0 0 0;
    cursor: pointer;
    z-index: 500;
    transition: all 0.4s ease-in;
    -ms-transform: unset;
    transform: unset;
    overflow: hidden;
    padding-top: 3px;
    width: 68px;
    height: 54px;
    right: 0;
    top: 108px;
    bottom: auto;
    padding-top: 10px;
    background: #2b2926;
    border-radius: 0 !important; }
    .our-community-slider .slick-next:before {
      content: '';
      display: inline-block;
      position: relative;
      top: auto;
      left: auto;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 25px;
      color: #2b2926;
      vertical-align: middle; }
    @media (min-width: 700px) {
      .our-community-slider .slick-next {
        top: 172px; } }
    @media (min-width: 1200px) {
      .our-community-slider .slick-next {
        top: 50%;
        margin-top: -27px; } }
    .our-community-slider .slick-next:before {
      color: #ffffff;
      font-size: 26px;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

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

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 16%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 8%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 4%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #666666;
      color: #666666; }
      .colors ol li:nth-of-type(1):after {
        content: "#666666"; }
    .colors ol li:nth-of-type(2) {
      background: #25297e;
      color: #25297e; }
      .colors ol li:nth-of-type(2):after {
        content: "#25297e"; }
    .colors ol li:nth-of-type(3) {
      background: #2b2926;
      color: #2b2926; }
      .colors ol li:nth-of-type(3):after {
        content: "#2b2926"; }
    .colors ol li:nth-of-type(4) {
      background: #eee;
      color: #eee; }
      .colors ol li:nth-of-type(4):after {
        content: "#eee"; }
    .colors ol li:nth-of-type(5) {
      background: #333;
      color: #333; }
      .colors ol li:nth-of-type(5):after {
        content: "#333"; }
    .colors ol li:nth-of-type(6) {
      background: #00a6d6;
      color: #00a6d6; }
      .colors ol li:nth-of-type(6):after {
        content: "#00a6d6"; }
    .colors ol li:nth-of-type(7) {
      background: #c3c6cc;
      color: #c3c6cc; }
      .colors ol li:nth-of-type(7):after {
        content: "#c3c6cc"; }
    .colors ol li:nth-of-type(8) {
      background: #f3f4f5;
      color: #f3f4f5; }
      .colors ol li:nth-of-type(8):after {
        content: "#f3f4f5"; }
    .colors ol li:nth-of-type(9) {
      background: #1b1a18;
      color: #1b1a18; }
      .colors ol li:nth-of-type(9):after {
        content: "#1b1a18"; }
    .colors ol li:nth-of-type(10) {
      background: #f1f0f0;
      color: #f1f0f0; }
      .colors ol li:nth-of-type(10):after {
        content: "#f1f0f0"; }
    .colors ol li:nth-of-type(11) {
      background: #babfb7;
      color: #babfb7; }
      .colors ol li:nth-of-type(11):after {
        content: "#babfb7"; }
    .colors ol li:nth-of-type(12) {
      background: #4e4e4e;
      color: #4e4e4e; }
      .colors ol li:nth-of-type(12):after {
        content: "#4e4e4e"; }
    .colors ol li:nth-of-type(13) {
      background: #16add9;
      color: #16add9; }
      .colors ol li:nth-of-type(13):after {
        content: "#16add9"; }
    .colors ol li:nth-of-type(14) {
      background: #b6b5b4;
      color: #b6b5b4; }
      .colors ol li:nth-of-type(14):after {
        content: "#b6b5b4"; }
    .colors ol li:nth-of-type(15) {
      background: #e1e2e5;
      color: #e1e2e5; }
      .colors ol li:nth-of-type(15):after {
        content: "#e1e2e5"; }
    .colors ol li:nth-of-type(16) {
      background: #dadad9;
      color: #dadad9; }
      .colors ol li:nth-of-type(16):after {
        content: "#dadad9"; }
    .colors ol li:nth-of-type(17) {
      background: #bebaba;
      color: #bebaba; }
      .colors ol li:nth-of-type(17):after {
        content: "#bebaba"; }
    .colors ol li:nth-of-type(18) {
      background: #bbb5b5;
      color: #bbb5b5; }
      .colors ol li:nth-of-type(18):after {
        content: "#bbb5b5"; }
    .colors ol li:nth-of-type(19) {
      background: #ced1d5;
      color: #ced1d5; }
      .colors ol li:nth-of-type(19):after {
        content: "#ced1d5"; }
    .colors ol li:nth-of-type(20) {
      background: #212325;
      color: #212325; }
      .colors ol li:nth-of-type(20):after {
        content: "#212325"; }
    .colors ol li:nth-of-type(21) {
      background: #b8bdc7;
      color: #b8bdc7; }
      .colors ol li:nth-of-type(21):after {
        content: "#b8bdc7"; }
    .colors ol li:nth-of-type(22) {
      background: #565252;
      color: #565252; }
      .colors ol li:nth-of-type(22):after {
        content: "#565252"; }
    .colors ol li:nth-of-type(23) {
      background: #362f2f;
      color: #362f2f; }
      .colors ol li:nth-of-type(23):after {
        content: "#362f2f"; }
    .colors ol li:nth-of-type(24) {
      background: #ffffff;
      color: #ffffff; }
      .colors ol li:nth-of-type(24):after {
        content: "#ffffff"; }
    .colors ol li:nth-of-type(25) {
      background: #000000;
      color: #000000; }
      .colors ol li:nth-of-type(25):after {
        content: "#000000"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.27778em;
    padding: 0.27778em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "adobe-garamond-pro", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "adobe-garamond-pro, Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "proxima-nova", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "proxima-nova, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "freight-sans-pro", sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "freight-sans-pro, sans-serif"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "Open Sans", sans-serif; }
      .fonts ol li:nth-of-type(5):after {
        content: "Open Sans, sans-serif"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "Lato", sans-serif; }
      .fonts ol li:nth-of-type(6):after {
        content: "Lato, sans-serif"; }
    .fonts ol li:nth-of-type(7) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(7):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(8) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(8):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(9) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(9):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

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

.headers h2:after {
  content: " size: 36px / line: 46px"; }

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

.headers h4:after {
  content: " size: 24px / line: 20px"; }

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

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

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