@charset "UTF-8";
 /**
 *
 * Rutgers Prep School - default_17
 * @link https://rutgerspreporg.finalsite.com
 * Site Template : newclientcustom
 * Built By: Jim Peterman
 * Project Manager: Lisa Willsey
 * Designer: Akua Duah
 * ==== Git Info ====
 * Branch Name: clients/rutgerspreporg
 * Build version: 3.2.6
 * Git Tag: 
 * Last build by: Jon Brooks
 *
 **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../icomoon.html");
  src: url("../icomoond41d.html?#iefix") format("embedded-opentype"), url("../woff2/icomoon.woff2") format("woff2"), url("../woff/icomoon.woff") format("woff"), url("../ttf/icomoon.ttf") format("truetype"), url("../svg/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 55px;
  font-family: "ff-tisa-web-pro", Georgia, serif;
  color: #970b3f;
  margin-bottom: 16px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  font-family: "ff-tisa-web-pro", Georgia, serif;
  color: #333333;
  margin-bottom: 16px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  color: #666666;
  font-weight: 600;
  margin-bottom: 10px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  font-family: "ff-tisa-web-pro", Georgia, serif;
  color: #333333;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #666666;
  font-weight: 600;
  margin-bottom: 10px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #970b3f;
  transition: background .3s,
 color .3s; }
  a:hover, a:focus {
    color: #00ac89; }

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

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
.fs_style_32 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  .fs_style_32 th,
  .fs_style_32 td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  .fs_style_32 th {
    padding: 10px 20px;
    text-align: left;
    background: #970b3f;
    color: #fff; }
  
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  .fs_style_32 td {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.05); }
    table.styled tr:nth-of-type(odd) td {
      background-color: rgba(0, 0, 0, 0.1); }
    table.fs_style_32 tr:nth-of-type(even) td {
      background-color: rgba(0, 0, 0, 0.1); }

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

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

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

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

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

.fsElementDialog {
  color: #666666; }

/*! 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 15px 20px 0;
  padding: 10px 20px;
  background: #970b3f;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  min-width: 120px;
  max-width: 300px;
  text-align: center; }
  .button:hover, .button:focus {
    background: #60021d;
    color: #fff; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 15px 20px 0;
  padding: 10px 20px;
  background: #e2ab15;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  min-width: 120px;
  max-width: 300px;
  text-align: center; }
  .color-button:hover, .color-button:focus {
    background: #cb9913;
    color: #fff; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 15px 20px 0;
  padding: 10px 20px;
  background: transparent;
  color: #e2ab15;
  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  min-width: 120px;
  max-width: 300px;
  text-align: center;
  border: 0.2em solid #e2ab15; }
  .hollow-button:hover, .hollow-button:focus {
    background: rgba(0, 0, 0, 0);
    color: #e2ab15; }

.fs_style_23 {
  display: inline-block;
  border: 0;
  margin: 0 15px 20px 0;
  padding: 10px 20px;
  background: #970b3f;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  min-width: 120px;
  max-width: 300px;
  text-align: center; }
  .fs_style_23:hover, .fs_style_23:focus {
    background: #60021d;
    color: #fff; }

.fs_style_26 {
  display: inline-block;
  border: 0;
  margin: 0 15px 20px 0;
  padding: 10px 20px;
  background: #00ac89;
  color: #333333;
  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  min-width: 120px;
  max-width: 300px;
  text-align: center; }
  .fs_style_26:hover, .fs_style_26:focus {
    background: #009375;
    color: #333333; }

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 15px 20px 0;
  padding: 10px 20px;
  background: #666666;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  min-width: 120px;
  max-width: 300px;
  text-align: center; }
  .fs_style_27:hover, .fs_style_27:focus {
    background: #595959;
    color: #fff; }

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 15px 20px 0;
  padding: 20px;
  background: #970b3f;
  color: #fff;
  border-radius: 6px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  width: 300px;
  text-align: center; }
  .fs_style_28:hover, .fs_style_28:focus {
    background: #60021d;
    color: #fff; }
  .fs_style_28 em {
    display: block;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #dddddd;
    margin-top: 10px; }

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 15px 20px 0;
  padding: 20px;
  background: #00ac89;
  color: #333333;
  border-radius: 6px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  width: 300px;
  text-align: center; }
  .fs_style_29:hover, .fs_style_29:focus {
    background: #009375;
    color: #333333; }
  .fs_style_29 em {
    display: block;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #dddddd;
    margin-top: 10px; }
  .fs_style_29 em {
    color: #333333; }

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 15px 20px 0;
  padding: 20px;
  background: #666666;
  color: #fff;
  border-radius: 6px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  width: 300px;
  text-align: center; }
  .fs_style_30:hover, .fs_style_30:focus {
    background: #595959;
    color: #fff; }
  .fs_style_30 em {
    display: block;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #dddddd;
    margin-top: 10px; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 15px 20px 0;
  padding: 10px 20px;
  background: #666666;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  min-width: 120px;
  max-width: 300px;
  text-align: center; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #595959;
    color: #fff; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsManagePreferencesButton {
  display: none; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 15px 20px 0;
  padding: 10px 20px;
  background: #666666;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  min-width: 120px;
  max-width: 300px;
  text-align: center; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #595959;
    color: #fff; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in,
.fs_style_24 {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #333333; }

blockquote {
  display: block;
  margin: 20px 0;
  font-size: 18px;
  line-height: 28px;
  font-family: "ff-tisa-web-pro", Georgia, serif;
  font-style: italic;
  color: #666666;
  border: 1px solid #bbb5b5;
  padding: 30px 30px 25px; }

cite,
.fs_style_31 {
  display: block;
  margin: 20px 0 10px;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #970b3f;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase; }

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

.side-callout {
  background: #fff;
  border: 1px solid #cecece;
  padding: 20px 18px;
  border-radius: 5px; }
  .side-callout.grey-bg {
    background: #f7f7f7; }
  .side-callout h5 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 20px; }
  .side-callout img {
    display: block;
    width: 100%;
    margin-bottom: 18px; }

.landing-lead {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #4c2432;
  max-width: 1000px;
  margin: 0 auto 60px; }

body:not(.fsComposeMode) .box-container {
  padding: 10px;
  display: block;
  margin-bottom: 0; }

body:not(.fsComposeMode) .landing-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  body:not(.fsComposeMode) .landing-box:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    opacity: 0;
    transition: all 0.24s; }
  body:not(.fsComposeMode) .landing-box:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: url("../png/box-gradient.png");
    height: 93px;
    opacity: 1;
    transition: all 0.24s; }
  body:not(.fsComposeMode) .landing-box:hover > header {
    bottom: 50%;
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
  body:not(.fsComposeMode) .landing-box:hover:before {
    opacity: 1; }
  body:not(.fsComposeMode) .landing-box:hover:after {
    opacity: 0; }
  body:not(.fsComposeMode) .landing-box > header {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 5;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.24s; }
    body:not(.fsComposeMode) .landing-box > header .fsElementHeaderContent {
      color: #fff;
      font-size: 20px;
      line-height: 22px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 0;
      text-align: center;
      width: 75%;
      margin: 0 auto; }
  body:not(.fsComposeMode) .landing-box .fsElementContent {
    opacity: 0;
    visibility: hidden; }
    body:not(.fsComposeMode) .landing-box .fsElementContent img {
      display: block;
      width: 100%; }
  body:not(.fsComposeMode) .landing-box > footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
    body:not(.fsComposeMode) .landing-box > footer > .fsElementFooterContent {
      margin-top: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
      body:not(.fsComposeMode) .landing-box > footer > .fsElementFooterContent a {
        display: block;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }

.landing-sub-nav {
  margin-bottom: 20px; }
  .landing-sub-nav .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px;
    padding: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .landing-sub-nav .fsNavLevel1 {
        margin: 0 -10px; } }
    .landing-sub-nav .fsNavLevel1 > li {
      text-align: center;
      margin: 0 5px 10px;
      position: relative;
      width: 300px;
      height: 300px;
      overflow: hidden; }
      @media (min-width: 400px) {
        .landing-sub-nav .fsNavLevel1 > li {
          width: 300px;
          height: 300px;
          margin: 0 10px 20px; } }
      @media (min-width: 760px) {
        .landing-sub-nav .fsNavLevel1 > li {
          width: 300px;
          height: 300px; } }
      @media (min-width: 940px) {
        .landing-sub-nav .fsNavLevel1 > li {
          width: 250px;
          height: 250px; } }
      @media (min-width: 1080px) {
        .landing-sub-nav .fsNavLevel1 > li {
          width: 300px;
          height: 300px; } }
      @media (min-width: 1300px) {
        .landing-sub-nav .fsNavLevel1 > li {
          width: 380px;
          height: 380px; } }
      .landing-sub-nav .fsNavLevel1 > li > a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 30px;
        color: #fff;
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: end;
        align-items: flex-end;
        z-index: 3;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 5%, transparent 50%, transparent 100%);
        transition: .3s;
        word-wrap: break-word; }
        .landing-sub-nav .fsNavLevel1 > li > a:hover {
          color: #fff; }
      .landing-sub-nav .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center; }
        .landing-sub-nav .fsNavLevel1 > li > .fsNavPageInfo:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0px;
          top: 0px;
          background-color: #000;
          opacity: 0;
          visibility: hidden;
          transition: .3s; }
        .landing-sub-nav .fsNavLevel1 > li > .fsNavPageInfo img {
          opacity: 0;
          visibility: hidden; }
      .landing-sub-nav .fsNavLevel1 > li:hover a {
        background: none;
        height: auto;
        transition: .4s;
        bottom: 50%;
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        top: auto;
        display: block;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -ms-flex-align: center;
        align-items: center; }
      .landing-sub-nav .fsNavLevel1 > li:hover > .fsNavPageInfo:before {
        opacity: .7;
        visibility: visible;
        transition: .3s; }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0;
  position: relative; }
  #fsHeader .top-bar {
    padding: 0 20px;
    background: #970b3f;
    text-align: right;
    height: 50px;
    margin-bottom: 0; }
    @media (max-width: 1024px) {
      #fsHeader .top-bar {
        display: none !important; } }
    #fsHeader .top-bar > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem; }

body:not(.fsComposeMode) .top-bar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 990; }

body:not(.fsComposeMode).fsAccountBarVisible:not(.home) .top-bar {
  top: 45px; }

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  max-width: 1220px;
  padding: 0 20px; }
  .site-info-container > .fsElementContent {
    position: absolute;
    z-index: 900;
    padding: 0;
    top: 120px; }
    @media (max-width: 1024px) {
      .site-info-container > .fsElementContent {
        top: 30px; } }
  .site-info-container a {
    margin-top: 0;
    font-weight: normal;
    font-size: 40px;
    line-height: 55px;
    font-family: "ff-tisa-web-pro", Georgia, serif;
    color: #970b3f;
    margin-bottom: 16px;
    color: #fff;
    font-size: 48px;
    font-family: Georgia, serif; }
    @media (max-width: 600px) {
      .site-info-container a {
        font-size: 28px; } }
    .site-info-container a img {
      width: 150px;
      vertical-align: middle;
      margin-right: 15px; }
      @media (max-width: 600px) {
        .site-info-container a img {
          width: 42px; } }

.news-cal-button {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  margin-right: 15px; }
  .news-cal-button button {
    border: 0;
    background: none;
    font-size: 15px;
    line-height: 32px;
    color: #970b3f;
    background: #ccc;
    position: relative;
    font-weight: 600;
    padding: 9px; }
    .news-cal-button button:before {
      content: '\e911';
      font-family: "IcoMoon";
      padding-right: 5px;
      font-weight: 400;
      vertical-align: bottom; }

.parent-marker {
  margin-bottom: 0;
  width: 290px;
  position: absolute;
  bottom: 70px;
  z-index: 900;
  right: 0;
  text-align: center;
  background: rgba(0, 172, 137, 0.7); }
  .parent-marker .fsNavLevel1 > li {
    display: none; }
    .parent-marker .fsNavLevel1 > li.fsNavCurrentPage, .parent-marker .fsNavLevel1 > li.fsNavCurrentPageAncestor {
      display: block; }
  .parent-marker a {
    font-size: 36px;
    line-height: 36px;
    color: #fff !important;
    font-weight: 600;
    padding: 20px 10px 18px !important;
    cursor: default; }

.hero-container {
  position: relative;
  margin-bottom: 0; }

.hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0 !important; }
  .hero > .fsElementContent {
    position: relative;
    height: 540px; }
    @media (max-width: 480px) {
      .hero > .fsElementContent {
        height: 430px; } }
    .hero > .fsElementContent:before, .hero > .fsElementContent:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 269px;
      top: 0;
      left: 0;
      background-image: url("../png/top-gradient.png"); }
    .hero > .fsElementContent img {
      display: block;
      width: 100%;
      opacity: 0;
      visibility: hidden; }
    .hero > .fsElementContent:after {
      height: 162px;
      top: auto;
      bottom: 0;
      background-image: url("../png/bot-gradient.png"); }

.tier-2-nav {
  background: #f4f2f2; }
  .tier-2-nav .fsNavLevel1 > li {
    display: none; }
    .tier-2-nav .fsNavLevel1 > li.fsNavCurrentPageAncestor {
      display: block; }
      .tier-2-nav .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
        display: none; }
  .tier-2-nav .fsNavLevel2 {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    text-align: center;
    padding: 10px 20px; }
    .tier-2-nav .fsNavLevel2 > li {
      display: inline-block; }
      .tier-2-nav .fsNavLevel2 > li > a {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        color: #666666;
        padding: 8px 10px; }
        .tier-2-nav .fsNavLevel2 > li > a:hover {
          color: #970b3f; }
      .tier-2-nav .fsNavLevel2 > li.fsNavCurrentPage > a, .tier-2-nav .fsNavLevel2 > li.fsNavCurrentPageAncestor > a {
        color: #970b3f; }

.news-events-drop-container {
  display: block;
  width: 100%;
  background: #eeeeee;
  margin-bottom: 0;
  padding: 50px 20px 70px;
  position: fixed;
  overflow: scroll;
  height: 100vh;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  display: none; }
  .news-events-drop-container > .fsContainer > header,
  .news-events-drop-container > .fsContainer > footer,
  .news-events-drop-container > .fsContainer > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  .news-events-drop-container > .fsContainer > header > .fsElementHeaderContent {
    border-bottom: 1px solid #c9c9c9;
    position: relative;
    margin-bottom: 50px; }
    .news-events-drop-container > .fsContainer > header > .fsElementHeaderContent h4 {
      font-size: 36px;
      line-height: 36px;
      font-family: "ff-tisa-web-pro", Georgia, serif;
      color: #970b3f;
      margin-bottom: 10px; }
    .news-events-drop-container > .fsContainer > header > .fsElementHeaderContent button {
      position: absolute;
      top: 10px;
      right: 0;
      background: 0;
      font-size: 0;
      border: 0;
      padding: 0; }
      .news-events-drop-container > .fsContainer > header > .fsElementHeaderContent button:before {
        content: '\e912';
        font-family: "IcoMoon";
        font-size: 24px;
        color: #666666; }
  .news-events-drop-container > .fsContainer > footer > .fsElementFooterContent {
    text-align: right;
    margin-top: 55px; }
    @media (max-width: 1024px) {
      .news-events-drop-container > .fsContainer > footer > .fsElementFooterContent {
        text-align: left; } }
    @media (max-width: 750px) {
      .news-events-drop-container > .fsContainer > footer > .fsElementFooterContent {
        text-align: center; } }
    .news-events-drop-container > .fsContainer > footer > .fsElementFooterContent a {
      text-transform: uppercase;
      color: #970b3f;
      border: 1px solid #970b3f;
      font-size: 15px;
      line-height: 20px;
      display: inline-block;
      padding: 17px 15px 15px;
      margin-left: 10px;
      transition: all 0.25s; }
      @media (max-width: 750px) {
        .news-events-drop-container > .fsContainer > footer > .fsElementFooterContent a {
          display: block;
          max-width: 280px;
          margin: 0 auto 20px !important; } }
      .news-events-drop-container > .fsContainer > footer > .fsElementFooterContent a:first-child {
        margin-right: -4px;
        margin-left: 0; }
      .news-events-drop-container > .fsContainer > footer > .fsElementFooterContent a:hover {
        background: #970b3f;
        color: #fff; }
  .news-events-drop-container > .fsContainer .drop-posts,
  .news-events-drop-container > .fsContainer .drop-cal {
    display: inline-block;
    vertical-align: top;
    margin: 0 -3px; }
  .news-events-drop-container > .fsContainer .drop-posts {
    width: 75%; }
    @media (max-width: 1024px) {
      .news-events-drop-container > .fsContainer .drop-posts {
        width: 70%; } }
    @media (max-width: 750px) {
      .news-events-drop-container > .fsContainer .drop-posts {
        width: 100%; } }
    .news-events-drop-container > .fsContainer .drop-posts .drop-post-article {
      display: inline-block;
      vertical-align: top;
      margin: 0 -3px;
      width: 33.333%;
      padding: 10px 13px 10px 7px; }
      @media (max-width: 1024px) {
        .news-events-drop-container > .fsContainer .drop-posts .drop-post-article {
          width: 50%; } }
      @media (max-width: 750px) {
        .news-events-drop-container > .fsContainer .drop-posts .drop-post-article {
          width: 100%;
          margin: 0 auto;
          max-width: 280px;
          display: block;
          padding: 10px 0; } }
    .news-events-drop-container > .fsContainer .drop-posts .drop-post-inner {
      position: absolute;
      bottom: -35px;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      padding: 10px 20px;
      transition: all 0.2s; }
    .news-events-drop-container > .fsContainer .drop-posts article {
      display: block;
      border-bottom: 0 !important;
      margin-bottom: 0;
      height: 300px;
      width: 100%;
      position: relative;
      overflow: hidden;
      background-size: cover; }
      .news-events-drop-container > .fsContainer .drop-posts article:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: all 0.2s; }
      .news-events-drop-container > .fsContainer .drop-posts article .fsThumbnail {
        width: 100%;
        margin-bottom: 0;
        display: none; }
        .news-events-drop-container > .fsContainer .drop-posts article .fsThumbnail img {
          display: block; }
      .news-events-drop-container > .fsContainer .drop-posts article .fsTitle {
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        font-family: "ff-tisa-web-pro", Georgia, serif;
        font-weight: 400; }
      .news-events-drop-container > .fsContainer .drop-posts article a.fsPostLink {
        color: #fff; }
        .news-events-drop-container > .fsContainer .drop-posts article a.fsPostLink:hover {
          color: #e2ab15; }
        .news-events-drop-container > .fsContainer .drop-posts article a.fsPostLink.fsReadMoreLink {
          text-decoration: underline; }
      .news-events-drop-container > .fsContainer .drop-posts article:hover .drop-post-inner {
        bottom: 0;
        background: rgba(0, 0, 0, 0); }
      .news-events-drop-container > .fsContainer .drop-posts article:hover:before {
        opacity: 1; }
  .news-events-drop-container > .fsContainer .drop-cal {
    width: 25%;
    padding-top: 10px; }
    @media (max-width: 1024px) {
      .news-events-drop-container > .fsContainer .drop-cal {
        width: 30%; } }
    @media (max-width: 750px) {
      .news-events-drop-container > .fsContainer .drop-cal {
        width: 100%;
        display: block;
        max-width: 280px;
        margin: 0 auto; } }
    .news-events-drop-container > .fsContainer .drop-cal > .fsElementContent {
      background: #970b3f;
      height: 620px;
      padding: 30px 10px 20px; }
    .news-events-drop-container > .fsContainer .drop-cal article {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      padding: 10px 20px 30px 20px; }
      .news-events-drop-container > .fsContainer .drop-cal article .fsTitle,
      .news-events-drop-container > .fsContainer .drop-cal article a.fsCalendarEventLink {
        font-size: 18px;
        line-height: 20px;
        font-family: "ff-tisa-web-pro", Georgia, serif;
        font-weight: 400;
        color: #eeeeee; }
      .news-events-drop-container > .fsContainer .drop-cal article .fsTitle {
        margin-bottom: 15px;
        display: block; }
      .news-events-drop-container > .fsContainer .drop-cal article a.fsCalendarEventLink:hover {
        color: #e2ab15; }
      .news-events-drop-container > .fsContainer .drop-cal article .fsDate {
        font-size: 24px;
        line-height: 24px;
        font-weight: 700;
        font-family: "ff-tisa-web-pro", Georgia, serif;
        color: #eeeeee;
        margin-bottom: 20px;
        display: block; }
      .news-events-drop-container > .fsContainer .drop-cal article .fsTimeRange {
        font-size: 15px;
        line-height: 24px;
        color: #eeeeee; }
        .news-events-drop-container > .fsContainer .drop-cal article .fsTimeRange:before {
          content: '\e90a';
          font-family: "IcoMoon";
          font-size: 14px;
          padding-right: 2px;
          color: #bbb5b5; }
      .news-events-drop-container > .fsContainer .drop-cal article .fsAllDay {
        font-size: 15px;
        line-height: 24px;
        color: #eeeeee; }
      .news-events-drop-container > .fsContainer .drop-cal article .fsLocation {
        font-size: 15px;
        line-height: 24px;
        color: #eeeeee; }
        .news-events-drop-container > .fsContainer .drop-cal article .fsLocation:before {
          content: '\e90b';
          font-family: "IcoMoon";
          font-size: 14px;
          padding-left: 2px;
          padding-right: 7px;
          color: #bbb5b5; }

#fsFooter {
  padding: 45px 20px 60px;
  color: #fff;
  background-image: url("../png/rp-circle-logo-black-720x720-70percent.png");
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: center center; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 770px) {
      #fsFooter .fsBanner {
        display: block; } }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  #fsFooter .nav-social {
    margin-bottom: 20px; }
  #fsFooter .disclaimer {
    clear: both;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    text-align: justify; }
    @media (max-width: 769px) {
      #fsFooter .disclaimer {
        padding: 50px 10px 10px; } }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    font-family: "ff-tisa-web-pro", Georgia, serif;
    color: #333333;
    margin-bottom: 10px;
    color: #fff; }
  .school-details [itemprop='streetAddress'] {
    display: block;
    font-size: 15px;
    line-height: 24px; }
  .school-details [itemprop='telephone'] {
    font-size: 15px;
    line-height: 24px; }
  .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: #970b3f;
  -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% - 380px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 280px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 440px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 660px); } }

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

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

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      padding-right: 1.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% - 380px); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem; }

/*! _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: #00ac89;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #970b3f;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #00ac89;
      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: #970b3f;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #00ac89;
      background: #333333; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #970b3f;
    background: #1a1a1a; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #e2ab15;
      background: #333333; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #333333; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #970b3f;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #970b3f;
        background: #333333; }

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

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

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

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

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

.nav-sub {
  background: #f7f7f7;
  border: 1px solid #cecece;
  border-radius: 5px;
  padding: 20px 18px 25px;
  display: none; }
  @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;
        color: #666666;
        font-weight: 600;
        margin-bottom: 10px;
        margin-bottom: 0;
        display: block;
        font-size: 18px;
        padding: 10px 20px;
        color: #333333;
        background-color: #e2ab15;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #dd0444;
          color: #333333; } }
    @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: #333333; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #970b3f;
        background: transparent; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #00ac89;
          background: #666666; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #00ac89;
        background: #0d0d0d; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #e2ab15;
          background: black; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #1a1a1a; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #970b3f;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #970b3f;
            background: #0d0d0d; }
      .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: #e2ab15;
      color: #333333; }
      .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 header h2.fsElementTitle {
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    border-bottom: 1px solid #cecece;
    padding: 10px 4px;
    margin-bottom: 0; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      padding: 10px 10px;
      color: #666666;
      font-size: 15px;
      font-weight: 600;
      border-bottom: 1px solid #cecece;
      padding: 12px 4px 10px;
      margin-bottom: 0; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #970b3f; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #970b3f; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #970b3f; }
    .nav-sub ul li.fsNavCurrentPageAncestor > a {
      color: #970b3f; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
        color: #970b3f; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 599px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 10px;
        padding-bottom: 10px; } }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 20px; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 30px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 40px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 50px; }

.nav-main {
  margin-bottom: 0; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 1025px) {
      .fsHeader .nav-main {
        display: inline-block;
        vertical-align: top;
        float: left; } }
  @media (min-width: 1025px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem;
      text-align: left;
      display: block;
      position: static; } }
  .nav-main .fsNavLevel1 > li {
    display: inline-block;
    margin-right: 25px;
    position: static !important;
    padding-right: 10px; }
    .nav-main .fsNavLevel1 > li:last-child {
      margin-right: 0; }
    .nav-main .fsNavLevel1 > li:hover > a {
      color: #fff;
      background: transparent; }
      .nav-main .fsNavLevel1 > li:hover > a:after {
        opacity: 1; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #e2ab15;
      background: transparent; }
    .nav-main .fsNavLevel1 > li > a {
      display: block;
      color: #fff;
      background: transparent;
      font-size: 16px;
      line-height: 32px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 9px 0px 9px 0;
      position: relative; }
      .nav-main .fsNavLevel1 > li > a:after {
        content: '';
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: 10px;
        left: 0;
        background: #fff;
        opacity: 0;
        transition: opacity 0.3s; }
      .nav-main .fsNavLevel1 > li > a:focus {
        color: #e2ab15;
        background: transparent; }
        .nav-main .fsNavLevel1 > li > a:focus:after {
          opacity: 1; }
    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: #e0dadc;
  text-align: left;
  z-index: 300;
  width: 100%; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }

.nav-main .fsNavPageDescription {
  float: left;
  width: 34%;
  padding: 25px 20px;
  font-size: 16px;
  line-height: 26px;
  font-family: "ff-tisa-web-pro", Georgia, serif;
  font-style: italic;
  color: #5d5d5d; }
  .nav-main .fsNavPageDescription h4 {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    color: #970b3f;
    font-weight: 600; }
  .nav-main .fsNavPageDescription a {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    background: #970b3f;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 40px;
    margin-right: 15px; }
    .nav-main .fsNavPageDescription a:hover {
      background: #970b3f;
      color: #fff; }

.nav-main .fsNavPageThumbnail {
  float: left;
  width: 33%;
  padding: 30px 10px; }
  .nav-main .fsNavPageThumbnail img {
    display: block;
    padding: 4px;
    border: 1px solid #a1a1a1; }

.nav-main .pageInfoNav {
  float: left;
  width: 33%;
  padding: 30px 20px 30px 10px; }
  .nav-main .pageInfoNav .pageInfoNavInner {
    background: #970b3f;
    padding: 20px 15px; }
  .nav-main .pageInfoNav .fsNavLevel2 {
    display: inline-block;
    width: 50%;
    vertical-align: top; }
    .nav-main .pageInfoNav .fsNavLevel2 li a {
      display: block;
      color: #fff;
      background: transparent;
      padding: 5px 5px;
      font-size: 15px;
      line-height: 26px; }
      .nav-main .pageInfoNav .fsNavLevel2 li a:hover, .nav-main .pageInfoNav .fsNavLevel2 li a:focus {
        color: #e2ab15; }
    .nav-main .pageInfoNav .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
      color: #e2ab15;
      background: transparent; }

.drawer-ribbon {
  position: absolute;
  height: 50px;
  width: 50px;
  margin-bottom: 0;
  top: 60px;
  right: 40px;
  z-index: 20; }
  @media (max-width: 600px) {
    .drawer-ribbon {
      top: 35px;
      right: 10px; } }
  @media (min-width: 1025px) {
    .drawer-ribbon {
      display: none; } }

.close-off-canvas {
  text-align: right;
  padding: 30px 30px 0 0;
  margin-bottom: 0; }
  .close-off-canvas button {
    background: 0;
    font-size: 0;
    border: 0;
    padding: 0; }
    .close-off-canvas button:before {
      content: '\e912';
      font-family: "IcoMoon";
      font-size: 24px;
      color: #fff; }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 40px;
  font-size: 0; }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    width: 50%;
    content: '';
    background: #fff; }
  .drawer-trigger:before {
    margin-top: -7px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s,
 transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 7px 0 0 #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s,
 transform .3s; }
  .drawer-is-active .drawer-trigger:before {
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .drawer-is-active .drawer-trigger:after {
    box-shadow: none;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,
 visibility .3s,
 transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  top: 0em;
  min-height: 100%;
  max-width: 17.77778em;
  background: #970b3f;
  z-index: 999; }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .fsMenu .address-container {
    margin-top: 40px;
    padding: 0 20px; }
    .fsMenu .address-container .school-details-container {
      color: #fff; }
  .fsMenu .utility-container .nav-utility-footer .fsNavLevel1 {
    float: none;
    width: 100%;
    padding: 0 20px !important; }
  .fsMenu .mobile-search form {
    width: 320px;
    border-bottom: 1px solid #ddd;
    background: #970b3f; }
  .fsMenu .mobile-search input {
    height: 60px;
    margin-left: -5px;
    border: 0px;
    padding: 10px 10px;
    background: transparent;
    color: #fff; }
  .fsMenu .mobile-search button {
    height: 60px;
    display: inline-block;
    border: 0;
    padding: 0;
    width: 50px;
    background: transparent;
    font-size: 0;
    position: relative; }
    .fsMenu .mobile-search button:before {
      content: '\e901';
      font-family: "IcoMoon";
      color: #fff;
      font-size: 14px;
      top: 3px;
      right: 0px;
      position: relative; }
  .fsMenu .mobile-search {
    padding: 10px 20px 20px; }
    .fsMenu .mobile-search form {
      width: 260px;
      margin: 0 auto; }
    .fsMenu .mobile-search button {
      height: 40px;
      width: 30px; }
    .fsMenu .mobile-search input {
      height: 40px;
      color: #fff; }
  .fsMenu .top-buttons {
    margin-bottom: 0;
    display: block;
    padding: 0 30px; }
    .fsMenu .top-buttons p {
      margin-bottom: 0; }
    .fsMenu .top-buttons a {
      font-size: 15px;
      line-height: 32px;
      text-transform: uppercase;
      display: block;
      text-align: center;
      max-width: 100px;
      padding: 4px 15px;
      border-radius: 20px; }
    .fsMenu .top-buttons a:first-child {
      color: #2e2e2e;
      background: #00ac89;
      border: 1px solid #00ac89;
      margin-bottom: 20px; }
    .fsMenu .top-buttons a:last-child {
      color: #fff;
      background: transparent;
      border: 1px solid #fff; }
  .fsMenu .news-cal-buttons {
    margin-bottom: 0;
    display: block;
    padding: 0 30px;
    margin-top: 20px; }
    .fsMenu .news-cal-buttons a {
      text-transform: uppercase;
      color: #fff;
      border: 1px solid #fff;
      font-size: 15px;
      line-height: 20px;
      display: block;
      padding: 17px 15px 15px;
      transition: all 0.25s;
      width: 200px;
      text-align: center;
      margin-bottom: 20px; }
      .fsMenu .news-cal-buttons a:hover {
        background: #fff;
        color: #970b3f; }
  .fsMenu .quicklinks {
    display: block;
    padding: 0 30px; }
    .fsMenu .quicklinks .fsNavLevel1 > li {
      display: block;
      position: relative; }
      .fsMenu .quicklinks .fsNavLevel1 > li .fsNavPageInfo {
        position: relative; }
        .fsMenu .quicklinks .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 {
          padding-left: 20px; }
          .fsMenu .quicklinks .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 > li > a {
            padding: 5px 2px 10px;
            font-size: 14px;
            line-height: 18px;
            color: #fff; }
      .fsMenu .quicklinks .fsNavLevel1 > li.fsNavParentPage:hover .fsNavPageInfo {
        display: block; }
      .fsMenu .quicklinks .fsNavLevel1 > li > a {
        color: #fff;
        font-size: 15px;
        line-height: 42px;
        padding: 0;
        display: block; }
        .fsMenu .quicklinks .fsNavLevel1 > li > a:hover {
          color: #e2ab15; }
        .fsMenu .quicklinks .fsNavLevel1 > li > a:before {
          content: '';
          font-family: "IcoMoon";
          display: inline;
          color: #e2ab15;
          vertical-align: middle;
          padding-right: 4px; }
      .fsMenu .quicklinks .fsNavLevel1 > li:first-child > a {
        margin-left: 0; }
        .fsMenu .quicklinks .fsNavLevel1 > li:first-child > a:before {
          content: '\e909'; }
      .fsMenu .quicklinks .fsNavLevel1 > li:nth-child(2) > a:before {
        content: '\e90c';
        vertical-align: baseline; }
      .fsMenu .quicklinks .fsNavLevel1 > li:last-child > a:before {
        content: '\e908'; }

.mobile-main-nav {
  display: block;
  position: relative;
  margin-top: 0px; }
  .mobile-main-nav header > .fsElementHeaderContent a {
    padding: 11px 0 11px 18px;
    display: block;
    color: #fefefe;
    margin-right: 40px;
    font-size: 14px;
    font-weight: 600; }
  .mobile-main-nav ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px; }
    .mobile-main-nav ul li {
      padding: 0; }
      .mobile-main-nav ul li.fsNavParentPage {
        position: relative; }
        .mobile-main-nav ul li.fsNavParentPage .drop-trigger {
          color: #fff;
          cursor: pointer;
          width: 65px;
          height: 38px;
          padding-top: 8px;
          padding-right: 2px;
          position: absolute;
          right: 0;
          top: 0;
          text-align: left; }
          .mobile-main-nav ul li.fsNavParentPage .drop-trigger:before {
            content: '\e911';
            font-family: "IcoMoon";
            color: #fff;
            position: absolute;
            right: 35px;
            top: 7px; }
          .mobile-main-nav ul li.fsNavParentPage .drop-trigger.expanded:before {
            content: '\e910'; }
        .mobile-main-nav ul li.fsNavParentPage .fsNavPageInfo {
          display: none; }
        .mobile-main-nav ul li.fsNavParentPage > a {
          position: relative; }
          .mobile-main-nav ul li.fsNavParentPage > a:after {
            content: '';
            position: absolute;
            height: 100%;
            width: 1px;
            background: rgba(255, 255, 255, 0.2);
            right: 0px;
            top: 0; }
      .mobile-main-nav ul li.fsNavCurrentPage > .fsNavPageInfo, .mobile-main-nav ul li.fsNavCurrentPageAncestor > .fsNavPageInfo {
        display: block; }
      .mobile-main-nav ul li > a {
        padding: 11px 0 11px 18px;
        display: block;
        color: #fefefe;
        margin-right: 65px;
        font-size: 14px;
        font-weight: 600;
        font-family: "proxima-nova", sans-serif; }
  .mobile-main-nav ul.fsNavLevel1 > li > .drop-trigger {
    height: 46px; }
    .mobile-main-nav ul.fsNavLevel1 > li > .drop-trigger:before {
      top: 10px; }
  .mobile-main-nav ul.fsNavLevel1 > li > a {
    color: #fff !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    padding: 12px 10px 12px 30px; }
  .mobile-main-nav ul.fsNavLevel1 > li.active > a {
    color: #e2ab15 !important; }
  .mobile-main-nav ul.fsNavLevel2 {
    background: #610e27; }
    .mobile-main-nav ul.fsNavLevel2 > li > a {
      font-size: 16px;
      color: #fff;
      font-family: "proxima-nova", sans-serif;
      padding: 5px 10px 5px 30px;
      text-transform: none; }
    .mobile-main-nav ul.fsNavLevel2 > li.active > a {
      color: #e2ab15 !important; }
  .mobile-main-nav ul.fsNavLevel3 {
    background: #970b3f; }
    .mobile-main-nav ul.fsNavLevel3 > li {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .mobile-main-nav ul.fsNavLevel3 > li > a {
        font-size: 14px;
        color: #fff;
        font-family: "proxima-nova", sans-serif;
        padding: 5px 10px 5px 30px;
        text-transform: none; }
        .mobile-main-nav ul.fsNavLevel3 > li > a:after {
          background: rgba(255, 255, 255, 0.2); }
      .mobile-main-nav ul.fsNavLevel3 > li.active > a {
        color: #86a6c8 !important; }
  .mobile-main-nav ul.fsNavLevel4 {
    background: #e2ab15; }
    .mobile-main-nav ul.fsNavLevel4 > li {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .mobile-main-nav ul.fsNavLevel4 > li > a {
        font-size: 14px;
        color: #fff;
        font-family: "proxima-nova", sans-serif;
        padding: 5px 10px 5px 30px;
        text-transform: none; }
        .mobile-main-nav ul.fsNavLevel4 > li > a:after {
          background: rgba(255, 255, 255, 0.2); }
      .mobile-main-nav ul.fsNavLevel4 > li.active > a {
        color: #86a6c8 !important; }
  .mobile-main-nav ul.fsNavLevel5 {
    background: #970b3f; }
    .mobile-main-nav ul.fsNavLevel5 > li {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .mobile-main-nav ul.fsNavLevel5 > li > a {
        font-size: 14px;
        color: #fff;
        font-family: "proxima-nova", sans-serif;
        padding: 5px 10px 5px 30px;
        text-transform: none; }
        .mobile-main-nav ul.fsNavLevel5 > li > a:after {
          background: rgba(255, 255, 255, 0.2); }
      .mobile-main-nav ul.fsNavLevel5 > li.active > a {
        color: #86a6c8 !important; }

.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: #fff; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
      color: #970b3f; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover, .nav-social .fsNavLevel1 [href*='instagram']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
      color: #970b3f; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover, .nav-social .fsNavLevel1 [href*='linkedin']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
      color: #970b3f; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover, .nav-social .fsNavLevel1 [href*='pinterest']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
      color: #970b3f; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover, .nav-social .fsNavLevel1 [href*='tumblr']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before, .nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
      color: #970b3f; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover, .nav-social .fsNavLevel1 [href*='twitter']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
      color: #970b3f; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover, .nav-social .fsNavLevel1 [href*='vimeo']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
      color: #970b3f; }
  .nav-social .fsNavLevel1 [href*='vine']:hover, .nav-social .fsNavLevel1 [href*='vine']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before, .nav-social .fsNavLevel1 [href*='vine']:focus:before {
      color: #970b3f; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover, .nav-social .fsNavLevel1 [href*='youtube']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
      color: #970b3f; }
  .nav-social .fsNavLevel1 [href*='rss']:hover, .nav-social .fsNavLevel1 [href*='rss']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
      color: #970b3f; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    border: 1px solid #fff;
    background: transparent;
    height: 40px;
    width: 40px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #fff;
      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 {
  display: block;
  width: 50%;
  float: left;
  min-width: 220px;
  padding: 0 20px 0 40px !important; }
  .nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-utility-footer .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  @media (max-width: 770px) {
    .nav-utility-footer .fsNavLevel1 {
      padding: 0 20px 0 10px !important; } }
  .nav-utility-footer .fsNavLevel1:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
    @media (max-width: 770px) {
      .nav-utility-footer .fsNavLevel1:last-child {
        padding: 0 20px 0 40px !important; } }
    @media (max-width: 479px) {
      .nav-utility-footer .fsNavLevel1:last-child {
        padding: 0 20px 0 10px !important;
        border-left: 0; } }
  .nav-utility-footer .fsNavLevel1 li a {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 10px;
    display: block; }

/*! 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 black;
    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 black;
      -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; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    margin-bottom: 0px;
    display: block;
    padding: 14px 20px;
    color: #4e4e4e;
    transition: .3s;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #c3c1c1;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #333333;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #970b3f; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #fff; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::after,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::after {
  content: '';
  font-family: "IcoMoon";
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  font-family: "IcoMoon";
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  content: ""; }

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

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

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

.fsAccordion {
  margin-bottom: 20px; }
  .fsAccordion .fsPanel {
    margin-bottom: 10px; }
    .fsAccordion .fsPanel > .fsElementContent {
      padding: 15px 18px 20px;
      border: 1px solid #b6b5b4;
      font-size: 16px;
      line-height: 22px; }
      .fsAccordion .fsPanel > .fsElementContent p:last-child {
        margin-bottom: 0; }

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

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

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

.fsAthleticsEvent .fsTitle {
  display: inline-block;
  color: #970b3f;
  margin-bottom: 0; }

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

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

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

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

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

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

/*! elements - athletics events */
/*! elements - athletics events - table*/
@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable thead {
    display: none; } }

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

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

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

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

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar:not(.drop-cal) article {
  position: relative;
  padding-left: 110px;
  min-height: 90px;
  padding-top: 0; }
  .fsCalendar:not(.drop-cal) article .fsElementEventColorIcon {
    width: 14px;
    height: 14px; }

.fsCalendar:not(.drop-cal) .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 90px;
  width: 90px;
  color: #fff;
  background: #970b3f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%; }
  .fsCalendar:not(.drop-cal) .fsDate > span {
    display: block; }
    .fsCalendar:not(.drop-cal) .fsDate > span.fsMonth {
      text-transform: uppercase;
      font-size: 12px;
      line-height: 24px; }
    .fsCalendar:not(.drop-cal) .fsDate > span.fsDay {
      font-size: 36px;
      line-height: 36px; }

.fsCalendar:not(.drop-cal) .fsTitle {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 12px; }
  .fsCalendar:not(.drop-cal) .fsTitle a.fsCalendarEventLink {
    color: #333333; }
    .fsCalendar:not(.drop-cal) .fsTitle a.fsCalendarEventLink:hover {
      color: #970b3f; }

.fsCalendar:not(.drop-cal) .fsTimeRange {
  font-size: 15px;
  line-height: 24px; }
  .fsCalendar:not(.drop-cal) .fsTimeRange:before {
    content: '\e90a';
    font-family: "IcoMoon";
    font-size: 14px;
    padding-right: 2px; }

.fsCalendar:not(.drop-cal) .fsLocation {
  font-size: 15px;
  line-height: 24px; }
  .fsCalendar:not(.drop-cal) .fsLocation:before {
    content: '\e90b';
    font-family: "IcoMoon";
    font-size: 14px;
    padding-left: 2px;
    padding-right: 7px; }

.fsCalendar:not(.drop-cal) .fsNotes, .fsCalendar:not(.drop-cal) .fsDescription {
  font-size: 15px;
  line-height: 24px; }
  .fsCalendar:not(.drop-cal) .fsNotes p:last-child, .fsCalendar:not(.drop-cal) .fsDescription p:last-child {
    margin-bottom: 0; }

.fsCalendar:not(.drop-cal) .fsDescription {
  margin-top: 10px; }

/*! _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(121, 2, 37, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(121, 2, 37, 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(121, 2, 37, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(121, 2, 37, 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 15px 20px 0;
    padding: 10px 20px;
    background: #666666;
    color: #fff;
    border-radius: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    min-width: 120px;
    max-width: 300px;
    text-align: center;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #595959;
      color: #fff; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input,
    .fsComposerFormEmbed form textarea,
    .fsComposerFormEmbed form select {
      font-family: "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: #970b3f;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #00ac89; }
    .fsComposerFormEmbed form .required {
      color: #970b3f; }
    .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: #970b3f;
        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: #00ac89;
          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: #970b3f !important;
      color: #fff;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #970b3f !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); }

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

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

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

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    display: inline-block;
    border: 0;
    margin: 0 15px 20px 0;
    padding: 10px 20px;
    background: #666666;
    color: #fff;
    border-radius: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    min-width: 120px;
    max-width: 300px;
    text-align: center; }
    .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 + 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 15px 20px 0;
    padding: 10px 20px;
    background: #666666;
    color: #fff;
    border-radius: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    min-width: 120px;
    max-width: 300px;
    text-align: center; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #595959;
      color: #fff; }

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

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

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

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

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

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

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

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

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

.fsCustomSlider .caption-wrapper {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  background-color: #e2ab15;
  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(226, 171, 21, 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: "ff-tisa-web-pro", Georgia, serif;
    color: #333333;
    margin-bottom: 16px;
    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 .fsTitle,
.fsPostElement .fsTitle .fsPostLink {
  font-size: 20px;
  line-height: 24px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600; }

.fsPostElement .fsTitle {
  margin-bottom: 10px; }

.fsPostElement .fsSummary {
  font-size: 16px;
  line-height: 24px; }

.fsPostElement.fsList article {
  border-bottom: 1px solid #bebaba; }
  .fsPostElement.fsList article:last-child {
    border-bottom: 0; }

.fsPostElement.fsList .fsThumbnail {
  width: 300px;
  margin-bottom: 10px; }

.fsPostElement.fsList .fsCroppedImage {
  padding-bottom: 160px;
  background-size: cover;
  background-position: top center; }

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top; }
  .fsSearch.site-search form.gsc-search-box-tools {
    width: 300px; }
    .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: #e0dadc !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #333333;
          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: #e0dadc;
      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: #333333;
        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: #e0dadc;
        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; }

::-webkit-input-placeholder {
  font-size: 16px !important;
  line-height: 32px;
  color: #333333; }

.top-search {
  display: inline-block;
  margin-bottom: 0 !important;
  height: 33px;
  position: relative; }
  .top-search > header {
    margin-left: 15px;
    padding-right: 5px; }
    .top-search > header .fsElementHeaderContent {
      margin-bottom: 0 !important; }
      .top-search > header .fsElementHeaderContent button {
        font-size: 0;
        border: 0;
        padding: 0;
        background: transparent;
        width: 17px;
        height: 50px; }
        .top-search > header .fsElementHeaderContent button:before {
          content: '\e901';
          font-family: "IcoMoon";
          font-size: 16px;
          color: rgba(255, 255, 255, 0.5);
          position: relative;
          top: 2px; }
        .top-search > header .fsElementHeaderContent button.open:before {
          content: '\e912';
          color: rgba(255, 255, 255, 0.9); }
  .top-search > .fsElementContent {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 51px;
    z-index: 999; }
  .top-search.opened > .fsElementContent {
    opacity: 1;
    visibility: visible; }
  .top-search form.gsc-search-box-tools {
    width: 300px !important;
    border: 1px solid #bbb5b5; }
    .top-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0; }
      .top-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .top-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: 60px !important;
          color: #666666;
          padding-left: 20px !important;
          padding-right: 50px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 16px;
          font-family: "proxima-nova", sans-serif; }
    .top-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 50px !important;
      width: 40px !important;
      background: #fff;
      position: absolute;
      right: 0;
      top: 0;
      transition: .3s; }
      .top-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: '\e901' !important;
        color: #666666;
        font-family: "IcoMoon" !important;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 16px !important; }
      .top-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: #fff;
        transition: .3s; }
      .top-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        border: 0;
        height: 50px !important;
        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: #333333;
      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: #e0dadc;
      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: #e2ab15; }

.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: #970b3f !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: #00ac89 !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 15px 20px 0;
  padding: 10px 20px;
  background: #666666;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  min-width: 120px;
  max-width: 300px;
  text-align: center; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #595959;
    color: #fff; }

/*! 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 15px 20px 0;
  padding: 10px 20px;
  background: #666666;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  min-width: 120px;
  max-width: 300px;
  text-align: center; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #595959;
    color: #fff; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 8px;
      border: 1px solid #bbb5b5;
      border-bottom: 0;
      position: relative; }
      .fsTabs .fsTabsNav li:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: transparent; }
      .fsTabs .fsTabsNav li:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 2px;
        background: transparent; }
      .fsTabs .fsTabsNav li a {
        display: block;
        font-size: 18px;
        line-height: 21px;
        font-weight: 600;
        font-family: "proxima-nova", sans-serif;
        margin-bottom: 0px;
        display: block;
        padding: 14px 20px;
        color: #4e4e4e;
        transition: .3s;
        background: #f7f7f7;
        color: #666666;
        padding: 18px 20px 12px; }
        .fsTabs .fsTabsNav li a:hover {
          background: #fff;
          color: #970b3f; }
      .fsTabs .fsTabsNav li.fsStateSelected:before {
        background: #970b3f; }
      .fsTabs .fsTabsNav li.fsStateSelected:after {
        background: #fff; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #fff;
        color: #970b3f; }
  .fsTabs .fsPanel {
    border: 1px solid #bbb5b5; }

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

.home #fsPageBody {
  max-width: 100%; }
  .home #fsPageBody.fixed {
    padding-top: 50px; }

.home #fsPageContent {
  margin-bottom: 0px; }
  .home #fsPageContent > .fsPageLayout.fsLayout > .fsDiv {
    margin-bottom: 0px; }

.home:not(.fsComposeMode) .top-bar {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 990; }
  .home:not(.fsComposeMode) .top-bar.fixed {
    position: fixed; }

.home .top-bar:not(.fixed) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  bottom: 100%;
  top: auto; }

.home .site-info-container > .fsElementContent {
  top: 30px; }

.quicklinks-container {
  margin-bottom: 0;
  padding: 0 20px;
  text-align: right;
  position: absolute;
  top: 30px;
  right: 0;
  width: 100%;
  z-index: 11; }
  @media (max-width: 1024px) {
    .quicklinks-container {
      display: none; } }
  .quicklinks-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  .quicklinks-container .top-buttons {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top; }
    .quicklinks-container .top-buttons p {
      margin-bottom: 0; }
    .quicklinks-container .top-buttons a {
      font-size: 15px;
      line-height: 32px;
      text-transform: uppercase;
      display: inline-block;
      padding: 4px 15px;
      border-radius: 20px; }
    .quicklinks-container .top-buttons a:first-child {
      color: #2e2e2e;
      background: #00ac89;
      border: 1px solid #00ac89;
      margin-right: 8px; }
      .quicklinks-container .top-buttons a:first-child:hover {
        background: #009375;
        border-color: #009375; }
    .quicklinks-container .top-buttons a:last-child {
      color: #fff;
      background: transparent;
      border: 1px solid #fff; }
      .quicklinks-container .top-buttons a:last-child:hover {
        background: #fff;
        color: #2e2e2e; }
  .quicklinks-container .quicklinks {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px; }
    .quicklinks-container .quicklinks .fsNavLevel1 > li {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .quicklinks-container .quicklinks .fsNavLevel1 > li .fsNavPageInfo {
        position: absolute;
        background: white;
        width: 160px;
        text-align: left;
        border: 1px solid #898b78;
        padding: 20px 20px 25px;
        top: 35px;
        z-index: 900;
        display: none; }
        .quicklinks-container .quicklinks .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 > li > a {
          padding: 5px 2px 10px;
          font-size: 14px;
          line-height: 18px;
          color: #333333; }
          .quicklinks-container .quicklinks .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 > li > a:hover {
            color: #970b3f; }
      .quicklinks-container .quicklinks .fsNavLevel1 > li.fsNavParentPage:hover .fsNavPageInfo {
        display: block; }
      .quicklinks-container .quicklinks .fsNavLevel1 > li > a {
        color: #fff;
        font-size: 15px;
        line-height: 42px;
        padding: 0;
        display: block;
        margin-left: 20px; }
        .quicklinks-container .quicklinks .fsNavLevel1 > li > a:hover {
          color: #e2ab15; }
        .quicklinks-container .quicklinks .fsNavLevel1 > li > a:before {
          content: '';
          font-family: "IcoMoon";
          display: inline;
          color: #e2ab15;
          vertical-align: middle;
          padding-right: 4px; }
      .quicklinks-container .quicklinks .fsNavLevel1 > li:first-child > a {
        margin-left: 0; }
        .quicklinks-container .quicklinks .fsNavLevel1 > li:first-child > a:before {
          content: '\e909'; }
      .quicklinks-container .quicklinks .fsNavLevel1 > li:nth-child(2) > a:before {
        content: '\e90c';
        vertical-align: baseline; }
      .quicklinks-container .quicklinks .fsNavLevel1 > li:last-child > a:before {
        content: '\e908'; }

.home-top-title {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  z-index: 5; }
  .home-top-title > .fsElementContent {
    display: inline-block;
    margin: 0 auto; }
  .home-top-title h2 {
    color: #fff;
    font-size: 48px;
    line-height: 52px;
    font-weight: 400;
    margin-bottom: 25px; }
    @media (max-width: 1024px) {
      .home-top-title h2 {
        font-size: 36px;
        line-height: 42px; } }
    .home-top-title h2 strong {
      color: #e2ab15;
      font-weight: 400; }
  .home-top-title h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
    font-family: "ff-tisa-web-pro", Georgia, serif;
    font-style: italic;
    font-weight: 400;
    display: inline-block;
    margin: 0 auto;
    position: relative; }
    .home-top-title h5:before {
      content: '';
      position: absolute;
      height: 1px;
      width: 60px;
      background: #fff;
      left: -75px;
      top: 50%; }
    .home-top-title h5:after {
      content: '';
      position: absolute;
      height: 1px;
      width: 60px;
      background: #fff;
      right: -70px;
      top: 50%; }

.home-arrow {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5; }
  .home-arrow button {
    border: 1px solid #fff;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    background: none;
    padding: 0;
    padding-top: 5px;
    font-size: 0;
    text-align: center;
    cursor: default; }
    .home-arrow button:before {
      content: '\e911';
      font-family: "IcoMoon";
      font-size: 20px;
      color: #fff; }

.home-top-image {
  display: none; }

.home-top-section {
  margin-bottom: 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: calc(100vh - 50px);
  min-height: 560px; }
  @media (max-width: 600px) {
    .home-top-section {
      height: 560px; } }
  .home-top-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background-image: url("../png/home-top-gradient.png");
    z-index: 10; }
  .home-top-section:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 338px;
    background-image: url("../png/home-bottom-gradient.png"); }

@media (min-width: 600px) {
  .fsAccountBarVisible .home-top-section {
    height: calc(100vh - 95px); } }

.quick-facts-container {
  padding: 60px 20px; }
  .quick-facts-container header {
    text-align: center;
    padding-bottom: 70px; }
    .quick-facts-container header > .fsElementHeaderContent {
      margin-bottom: 0; }
    .quick-facts-container header h2 {
      font-size: 36px;
      line-height: 40px;
      color: #666666;
      font-family: "ff-tisa-web-pro", Georgia, serif; }
      .quick-facts-container header h2 strong {
        color: #970b3f;
        font-weight: 400; }
  .quick-facts-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  .quick-facts-container .slick-dots {
    text-align: center;
    padding-top: 25px !important; }
    .quick-facts-container .slick-dots, .quick-facts-container .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .quick-facts-container .slick-dots li {
      margin: 0;
      padding: 0; }
    .quick-facts-container .slick-dots > li {
      display: inline-block; }
      .quick-facts-container .slick-dots > li button {
        font-size: 0;
        border: 2px solid #970b3f;
        background: #fff;
        height: 12px;
        width: 12px;
        border-radius: 100%;
        padding: 0;
        margin: 0 5px; }
      .quick-facts-container .slick-dots > li.slick-active button {
        background: #970b3f; }
  .quick-facts-container .info-box {
    margin-bottom: 0;
    padding: 0 20px; }
    .quick-facts-container .info-box > .fsElementContent {
      text-align: center;
      max-width: 200px;
      margin: 0 auto; }
    .quick-facts-container .info-box img {
      margin: 0 auto 20px; }
    .quick-facts-container .info-box h5 {
      font-size: 36px;
      line-height: 36px;
      color: #970b3f;
      font-family: "proxima-nova", sans-serif;
      font-weight: 500;
      margin-bottom: 15px; }
    .quick-facts-container .info-box h6 {
      font-size: 16px;
      line-height: 24px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      color: #4e4e4e; }

.embrace-video {
  position: relative;
  margin-bottom: 0px; }
  .embrace-video video {
    width: 100%;
    display: block; }
  .embrace-video > header {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 0 20px;
    z-index: 5;
    width: 100%; }
    @media (max-device-width: 600px) {
      .embrace-video > header {
        top: 10px;
        -ms-transform: none;
        transform: none; } }
    .embrace-video > header h2.fsElementTitle {
      margin-bottom: 0;
      color: #fff;
      font-size: 60px;
      line-height: 70px;
      font-family: "ff-tisa-web-pro", Georgia, serif;
      font-weight: 400;
      font-style: italic; }
      @media (max-width: 600px) {
        .embrace-video > header h2.fsElementTitle {
          font-size: 30px;
          line-height: 32px; } }
      @media (min-width: 1000px) {
        .fsThreeColumnLayout .embrace-video > header h2.fsElementTitle, .fsFourColumnLayout .embrace-video > header h2.fsElementTitle {
          font-size: 34px;
          line-height: 46px; } }
    .embrace-video > header > .fsElementHeaderContent {
      display: none; }
      @media (max-device-width: 1025px) {
        .embrace-video > header > .fsElementHeaderContent {
          display: block; } }
      .embrace-video > header > .fsElementHeaderContent button {
        display: inline-block;
        border: 0;
        margin: 0 15px 20px 0;
        padding: 10px 20px;
        background: transparent;
        color: #fff;
        border-radius: 40px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        min-width: 120px;
        max-width: 300px;
        text-align: center;
        border: 1px solid #fff;
        color: #fff;
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 15px;
        padding: 7px 15px;
        transition: all 0.3s; }
        .embrace-video > header > .fsElementHeaderContent button:hover, .embrace-video > header > .fsElementHeaderContent button:focus {
          background: rgba(0, 0, 0, 0);
          color: #fff; }
        .embrace-video > header > .fsElementHeaderContent button:hover {
          background: #fff;
          color: #970b3f; }
  .embrace-video > .fsElementContent {
    position: relative; }
    .embrace-video > .fsElementContent:before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 4;
      position: absolute;
      top: 0;
      left: 0; }
      @media (max-device-width: 600px) {
        .embrace-video > .fsElementContent:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 80px;
          background: none;
          background-position: bottom center;
          background-image: url(../png/home-top-gradient.png); } }
  @media (max-device-width: 600px) {
    .embrace-video .fsMediaContainer.fsMediaPlaylistVideo {
      height: 300px; }
      .embrace-video .fsMediaContainer.fsMediaPlaylistVideo .fsMediaView img {
        display: block !important; } }

.home:not(.fsComposeMode) .faculty-container {
  margin-bottom: 0px; }
  .home:not(.fsComposeMode) .faculty-container header {
    text-align: center;
    padding: 70px 20px 65px; }
    .home:not(.fsComposeMode) .faculty-container header > .fsElementHeaderContent {
      margin-bottom: 0; }
    .home:not(.fsComposeMode) .faculty-container header h2 {
      font-size: 36px;
      line-height: 40px;
      color: #666666;
      font-family: "ff-tisa-web-pro", Georgia, serif; }
      .home:not(.fsComposeMode) .faculty-container header h2 strong {
        color: #970b3f;
        font-weight: 400; }
  .home:not(.fsComposeMode) .faculty-container > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-1 {
    padding-right: 0 !important;
    position: relative;
    height: 600px; }
    @media (max-width: 1200px) {
      .home:not(.fsComposeMode) .faculty-container > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-1 {
        width: 40%; } }
    @media (max-width: 900px) {
      .home:not(.fsComposeMode) .faculty-container > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-1 {
        width: 100%;
        margin-bottom: 0; } }
    @media (max-width: 600px) {
      .home:not(.fsComposeMode) .faculty-container > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-1 {
        height: 350px; } }
    .home:not(.fsComposeMode) .faculty-container > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-1 .faculty-image {
      margin-bottom: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      opacity: 0;
      visibility: hidden;
      background-size: cover;
      background-position: top center; }
      .home:not(.fsComposeMode) .faculty-container > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-1 .faculty-image img {
        display: none; }
      .home:not(.fsComposeMode) .faculty-container > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-1 .faculty-image.active {
        opacity: 1;
        visibility: visible; }
  .home:not(.fsComposeMode) .faculty-container > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-2 {
    padding-left: 0 !important; }
    @media (max-width: 1200px) {
      .home:not(.fsComposeMode) .faculty-container > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-2 {
        width: 60%; } }
    @media (max-width: 900px) {
      .home:not(.fsComposeMode) .faculty-container > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-2 {
        width: 100%; } }
  .home:not(.fsComposeMode) .faculty-container > .fsElementContent .bio-container {
    margin-bottom: 0;
    background: #970b3f;
    padding: 0px 50px; }
    .home:not(.fsComposeMode) .faculty-container > .fsElementContent .bio-container > .fsElementContent {
      position: relative;
      height: 420px; }
      @media (max-width: 550px) {
        .home:not(.fsComposeMode) .faculty-container > .fsElementContent .bio-container > .fsElementContent {
          height: 600px; } }
    .home:not(.fsComposeMode) .faculty-container > .fsElementContent .bio-container .faculty-member-bio {
      margin-bottom: 0;
      position: absolute;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      padding: 20px 0;
      left: 0;
      width: 100%;
      height: auto;
      max-height: 100%;
      opacity: 0;
      visibility: hidden; }
      .home:not(.fsComposeMode) .faculty-container > .fsElementContent .bio-container .faculty-member-bio.active {
        opacity: 1;
        visibility: visible; }
      .home:not(.fsComposeMode) .faculty-container > .fsElementContent .bio-container .faculty-member-bio h3 {
        font-size: 30px;
        line-height: 32px;
        color: #fff;
        font-weight: 700;
        font-family: "ff-tisa-web-pro", Georgia, serif;
        margin-bottom: 20px; }
      .home:not(.fsComposeMode) .faculty-container > .fsElementContent .bio-container .faculty-member-bio h6 {
        font-size: 18px;
        line-height: 24px;
        color: #dddddd;
        font-family: "proxima-nova", sans-serif;
        font-weight: 400;
        margin-bottom: 30px; }
      .home:not(.fsComposeMode) .faculty-container > .fsElementContent .bio-container .faculty-member-bio p {
        font-size: 18px;
        line-height: 32px;
        color: #fff;
        font-family: "ff-tisa-web-pro", Georgia, serif; }
  .home:not(.fsComposeMode) .faculty-container > .fsElementContent .thumbnail-container > .fsElementContent {
    position: relative;
    height: 180px; }
  .home:not(.fsComposeMode) .faculty-container > .fsElementContent .thumbnail-container .faculty-member-thumb {
    display: inline-block;
    margin-bottom: 0;
    width: 25%;
    float: left;
    height: 180px;
    background-size: cover;
    background-position: top center;
    cursor: pointer;
    position: relative; }
    @media (max-width: 600px) {
      .home:not(.fsComposeMode) .faculty-container > .fsElementContent .thumbnail-container .faculty-member-thumb {
        width: 50%;
        height: 250px; } }
    @media (max-width: 450px) {
      .home:not(.fsComposeMode) .faculty-container > .fsElementContent .thumbnail-container .faculty-member-thumb {
        height: 200px; } }
    .home:not(.fsComposeMode) .faculty-container > .fsElementContent .thumbnail-container .faculty-member-thumb:before, .home:not(.fsComposeMode) .faculty-container > .fsElementContent .thumbnail-container .faculty-member-thumb:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: opacity 0.15s linear; }
    .home:not(.fsComposeMode) .faculty-container > .fsElementContent .thumbnail-container .faculty-member-thumb:before {
      z-index: 2;
      background: rgba(0, 0, 0, 0.5);
      opacity: 1; }
    .home:not(.fsComposeMode) .faculty-container > .fsElementContent .thumbnail-container .faculty-member-thumb:after {
      z-index: 3;
      border: 3px solid #fff;
      opacity: 0; }
    .home:not(.fsComposeMode) .faculty-container > .fsElementContent .thumbnail-container .faculty-member-thumb:hover:before {
      opacity: 0.65; }
    .home:not(.fsComposeMode) .faculty-container > .fsElementContent .thumbnail-container .faculty-member-thumb.active:before {
      opacity: 0; }
    .home:not(.fsComposeMode) .faculty-container > .fsElementContent .thumbnail-container .faculty-member-thumb.active:after {
      opacity: 1; }
    .home:not(.fsComposeMode) .faculty-container > .fsElementContent .thumbnail-container .faculty-member-thumb img {
      display: none; }

.programs-container > header {
  text-align: center;
  padding: 60px 20px 65px; }
  .programs-container > header > .fsElementHeaderContent {
    margin-bottom: 0; }
  .programs-container > header h2 {
    font-size: 36px;
    line-height: 40px;
    color: #666666;
    font-family: "ff-tisa-web-pro", Georgia, serif; }
    .programs-container > header h2 strong {
      color: #970b3f;
      font-weight: 400; }

.home:not(.fsComposeMode) .programs-container > .fsElementContent {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.home:not(.fsComposeMode) .programs-container .program-image {
  display: none; }

.home:not(.fsComposeMode) .programs-container .program-content {
  text-align: center;
  position: absolute;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 5;
  padding: 0 40px;
  bottom: 30px;
  transition: bottom 0.4s; }
  .home:not(.fsComposeMode) .programs-container .program-content h3 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .home:not(.fsComposeMode) .programs-container .program-content p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    font-family: "proxima-nova", sans-serif;
    color: #fff;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.4s; }
    .home:not(.fsComposeMode) .programs-container .program-content p a {
      display: inline-block;
      width: auto;
      margin-top: 25px;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-family: "proxima-nova", sans-serif;
      color: #fff;
      background: transparent;
      border: 1px solid #fff;
      border-radius: 20px;
      padding: 10px 20px 8px;
      transition: all 0.3s; }
      .home:not(.fsComposeMode) .programs-container .program-content p a:hover {
        background: #fff;
        color: #970b3f; }

.home:not(.fsComposeMode) .programs-container .program-box {
  display: inline-block;
  width: calc(100% * 0.33);
  height: 360px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: top center; }
  @media (max-width: 900px) {
    .home:not(.fsComposeMode) .programs-container .program-box {
      width: calc(100% * 0.5); } }
  @media (max-width: 475px) {
    .home:not(.fsComposeMode) .programs-container .program-box {
      width: calc(100% * 1); } }
  .home:not(.fsComposeMode) .programs-container .program-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../png/program-gradient.png);
    background-size: cover;
    background-position: bottom center;
    opacity: 1;
    transition: opacity 0.3s; }
  .home:not(.fsComposeMode) .programs-container .program-box:before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s; }
  .home:not(.fsComposeMode) .programs-container .program-box:hover .program-content {
    bottom: 50%;
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
    .home:not(.fsComposeMode) .programs-container .program-box:hover .program-content p {
      max-height: 400px; }
  .home:not(.fsComposeMode) .programs-container .program-box:hover:after {
    opacity: 0; }
  .home:not(.fsComposeMode) .programs-container .program-box:hover:before {
    opacity: 1; }

.uni-scroller {
  padding: 40px 20px 60px;
  margin: 0 !important; }
  .uni-scroller > header {
    text-align: center; }
    .uni-scroller > header h2.fsElementTitle {
      font-size: 18px;
      line-height: 24px;
      font-family: "ff-tisa-web-pro", Georgia, serif;
      font-weight: 400;
      font-style: italic;
      position: relative;
      display: inline-block;
      margin: 0 auto; }
      .uni-scroller > header h2.fsElementTitle:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 60px;
        background: rgba(0, 0, 0, 0.25);
        left: -75px;
        top: 50%; }
      .uni-scroller > header h2.fsElementTitle:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 60px;
        background: rgba(0, 0, 0, 0.25);
        right: -70px;
        top: 50%; }
  .uni-scroller > .fsElementContent {
    padding: 50px 100px; }
  .uni-scroller .uni-logo {
    margin-bottom: 0 !important;
    text-align: center;
    position: relative;
    height: 100px; }
    .uni-scroller .uni-logo img {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      opacity: 0.5;
      max-width: 85%; }
  .uni-scroller .slick-next, .uni-scroller .slick-prev {
    background: none;
    border: none;
    color: transparent;
    height: 40px;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 2; }
    .uni-scroller .slick-next:before, .uni-scroller .slick-prev:before {
      color: rgba(69, 69, 69, 0.3);
      display: block;
      font-size: 50px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      padding-top: 5px;
      font-family: "IcoMoon";
      transition: color 0.3s; }
    .uni-scroller .slick-next:hover:before, .uni-scroller .slick-prev:hover:before {
      color: rgba(69, 69, 69, 0.6); }
  .uni-scroller .slick-next {
    left: auto;
    right: 35px; }
    .uni-scroller .slick-next:before {
      content: '\e90f'; }
  .uni-scroller .slick-prev {
    left: 35px;
    right: auto; }
    .uni-scroller .slick-prev:before {
      content: '\e90e'; }

.home:not(.fsComposeMode) .passions-container > .fsElementContent {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 720px; }
  @media (max-width: 799px) {
    .home:not(.fsComposeMode) .passions-container > .fsElementContent {
      min-height: 920px; } }
  .home:not(.fsComposeMode) .passions-container > .fsElementContent:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%; }

.home:not(.fsComposeMode) .passions-container .passions-title {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center; }
  .home:not(.fsComposeMode) .passions-container .passions-title > header > .fsElementHeaderContent > h2 {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-family: "ff-tisa-web-pro", Georgia, serif;
    margin-bottom: 75px; }
    .home:not(.fsComposeMode) .passions-container .passions-title > header > .fsElementHeaderContent > h2 strong {
      color: #e2ab15;
      font-weight: 400; }
  .home:not(.fsComposeMode) .passions-container .passions-title > .fsElementContent a {
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
    border-radius: 40px; }
    .home:not(.fsComposeMode) .passions-container .passions-title > .fsElementContent a span {
      vertical-align: middle;
      padding-right: 18px; }

.home:not(.fsComposeMode) .passions-container .passions-image {
  display: inline-block;
  margin-bottom: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-size: cover;
  background-position: top center; }
  @media (max-width: 600px) {
    .home:not(.fsComposeMode) .passions-container .passions-image {
      display: none; }
      .home:not(.fsComposeMode) .passions-container .passions-image:nth-child(3) {
        display: block; } }
  .home:not(.fsComposeMode) .passions-container .passions-image img {
    opacity: 0; }

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

.athleticsBPT #fsPageBodyWrapper {
  padding: 0; }

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

.athleticsBPT #fsPageContent {
  margin: 0;
  padding-top: 30px;
  background: url("../home-stripes-bg.html") repeat; }
  @media (min-width: 600px) {
    .athleticsBPT #fsPageContent {
      padding-top: 40px; } }
  @media (min-width: 800px) {
    .athleticsBPT #fsPageContent {
      padding-top: 55px; } }
  .athleticsBPT #fsPageContent .fsPageLayout > .fsDiv {
    margin: 0; }

.athleticsBPT .athletics-twitter {
  font-family: "proxima-nova", sans-serif; }
  .athleticsBPT .athletics-twitter, .athleticsBPT .athletics-twitter ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .athleticsBPT .athletics-twitter li {
    margin: 0;
    padding: 0; }
  .athleticsBPT .athletics-twitter > header {
    margin-bottom: 20px; }
    .athleticsBPT .athletics-twitter > header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 40px;
      line-height: 55px;
      font-family: "ff-tisa-web-pro", Georgia, serif;
      color: #970b3f;
      margin-bottom: 16px;
      font-style: normal;
      margin: 0; }
  .athleticsBPT .athletics-twitter .tweets > li {
    position: relative;
    margin-bottom: 40px;
    word-break: break-all; }
    .athleticsBPT .athletics-twitter .tweets > li:last-child {
      margin-bottom: 0; }
    .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li {
      display: inline-block;
      margin-right: 20px; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li:last-child {
        margin-right: 0; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li ul[role=menu] li {
        display: none; }
        .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li ul[role=menu] li:first-child {
          display: block; }
          .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li ul[role=menu] li:first-child .timeline-ShareMenu-option {
            display: block;
            font-size: 0; }
            .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li ul[role=menu] li:first-child .timeline-ShareMenu-option:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              font-size: 18px;
              color: #970b3f;
              transition: 0.3s color; }
            .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li ul[role=menu] li:first-child .timeline-ShareMenu-option:hover:before {
              color: #e2ab15; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li .TweetAction--heart div:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 18px;
        color: #970b3f;
        transition: 0.3s color; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li .TweetAction--heart div:hover:before {
        color: #e2ab15; }
    .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-text {
      margin-bottom: 15px; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-text a {
        color: #e2ab15; }
        .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-text a:hover {
          color: #e2ab15; }
    .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-retweetCredit, .athleticsBPT .athletics-twitter .tweets > li .timeline-ShareMenu-title, .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-media {
      display: none; }
    .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-metadata {
      position: absolute;
      top: 0;
      right: 0; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-metadata a {
        color: #333333; }
    .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link:hover {
      color: #333333; }
    .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link .TweetAuthor-avatar, .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link .TweetAuthor-name, .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link .TweetAuthor-screenName {
      display: inline-block;
      vertical-align: top; }
    .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link .TweetAuthor-name {
      font-weight: 700;
      color: #e2ab15; }
    .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link .TweetAuthor-screenName {
      color: #333333; }

.athleticsBPT .news-and-media {
  margin-bottom: 40px; }
  @media (min-width: 600px) {
    .athleticsBPT .news-and-media {
      margin-bottom: 50px; } }
  @media (min-width: 800px) {
    .athleticsBPT .news-and-media {
      margin-bottom: 60px; } }
  .athleticsBPT .news-and-media > header {
    text-align: center;
    border-bottom: 1px solid #e2ab15; }
    .athleticsBPT .news-and-media > header .fsElementTitle {
      margin: 0;
      display: inline-block;
      background: #e2ab15;
      font-size: 1.0625rem;
      color: #FFF;
      padding: 10px 30px;
      font-weight: normal;
      font-style: normal; }
  .athleticsBPT .news-and-media > .fsElementContent {
    padding-top: 30px;
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
    @media (min-width: 600px) {
      .athleticsBPT .news-and-media > .fsElementContent {
        padding-top: 40px; } }
    .athleticsBPT .news-and-media > .fsElementContent > .fsTwoColumnLayout {
      margin: 0; }
    .athleticsBPT .news-and-media > .fsElementContent .fsDiv {
      margin-bottom: 0;
      padding: 0 20px; }
      @media (min-width: 800px) {
        .athleticsBPT .news-and-media > .fsElementContent .fsDiv.fsStyleColumn-1 {
          width: 33.33%; }
        .athleticsBPT .news-and-media > .fsElementContent .fsDiv.fsStyleColumn-2 {
          width: 66.67%; } }

.athleticsBPT .fsNews {
  margin: 0; }
  @media (min-width: 800px) {
    .athleticsBPT .fsNews {
      padding-top: 30px; } }
  @media (min-width: 600px) {
    .athleticsBPT .fsNews .fsListItems {
      display: -ms-flexbox;
      display: flex; } }
  .athleticsBPT .fsNews .fsListItems article {
    margin-bottom: 30px; }
    .athleticsBPT .fsNews .fsListItems article:last-child {
      margin-bottom: 0px; }
    @media (min-width: 600px) {
      .athleticsBPT .fsNews .fsListItems article {
        -ms-flex: 0 1 calc(50% - 10px);
        flex: 0 1 calc(50% - 10px);
        margin: 0; }
        .athleticsBPT .fsNews .fsListItems article:first-child {
          margin-right: 20px; } }

.athleticsBPT .fsAthleticsEvent {
  margin: 0;
  font-family: "proxima-nova", sans-serif; }
  .athleticsBPT .fsAthleticsEvent header {
    text-align: center; }
    .athleticsBPT .fsAthleticsEvent header .fsElementTitle {
      display: inline-block;
      background: #e2ab15;
      color: #FFF;
      font-size: 1.0625rem;
      padding: 13px 30px;
      margin: 0;
      font-weight: normal;
      font-style: normal; }
  .athleticsBPT .fsAthleticsEvent .fsListItems {
    background: #e2ab15;
    padding: 40px 45px 25px;
    color: #FFF; }
    .athleticsBPT .fsAthleticsEvent .fsListItems article {
      text-align: center;
      padding: 1px; }
      .athleticsBPT .fsAthleticsEvent .fsListItems article:focus {
        outline-color: #2e010e; }
      .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsResultWrapper {
        background: #e2ab15;
        margin-top: 10px;
        display: inline-block;
        color: #FFF;
        font-size: 0.75rem;
        padding: 5px 10px; }
        .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsResultWrapper .fsAthleticsResult {
          text-transform: uppercase;
          display: inline-block;
          vertical-align: middle;
          font-weight: 700;
          border-right: 1px solid #FFF;
          padding-right: 5px;
          line-height: 1; }
        .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsResultWrapper .fsAthleticsScore {
          padding-left: 5px;
          display: inline-block;
          vertical-align: middle; }
          .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsResultWrapper .fsAthleticsScore:before {
            content: "SCORE: "; }
      .athleticsBPT .fsAthleticsEvent .fsListItems article .fsTitle {
        display: block; }
        .athleticsBPT .fsAthleticsEvent .fsListItems article .fsTitle a {
          color: #FFF;
          font-weight: 600; }
          .athleticsBPT .fsAthleticsEvent .fsListItems article .fsTitle a:hover {
            color: #d9d9d9; }
      .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsOpponents {
        display: block; }
        .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsOpponents .fsAthleticsVs, .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: block; }
      .athleticsBPT .fsAthleticsEvent .fsListItems article .fsDateTime {
        color: #FFF;
        text-transform: uppercase;
        font-family: "proxima-nova", sans-serif;
        font-weight: 900;
        font-size: 24px; }
    .athleticsBPT .fsAthleticsEvent .fsListItems .slick-arrow {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 20px;
      font-size: 0;
      padding: 0;
      border: 0;
      background: none;
      line-height: 0.7; }
      .athleticsBPT .fsAthleticsEvent .fsListItems .slick-arrow:hover:before {
        color: #FFF; }
      .athleticsBPT .fsAthleticsEvent .fsListItems .slick-arrow:focus {
        outline-color: rgba(255, 255, 255, 0.3); }
      .athleticsBPT .fsAthleticsEvent .fsListItems .slick-arrow:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 3.125rem;
        color: rgba(255, 255, 255, 0.3);
        transition: 0.3s color;
        display: block; }
    .athleticsBPT .fsAthleticsEvent .fsListItems .slick-next {
      left: auto;
      right: 20px; }
      .athleticsBPT .fsAthleticsEvent .fsListItems .slick-next:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .athleticsBPT .fsAthleticsEvent .fsListItems .slick-list {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem; }

@media (min-width: 1025px) {
  .athleticsBPT #fsHeader {
    padding-top: 70px; } }

.athleticsBPT #fsHeader .site-info-container {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  border: 0; }
  .athleticsBPT #fsHeader .site-info-container .fsTwoColumnLayout {
    margin: 0; }
    @media (min-width: 800px) {
      .athleticsBPT #fsHeader .site-info-container .fsTwoColumnLayout {
        padding: 20px 0;
        text-align: justify;
        font-size: 0.1px; }
        .athleticsBPT #fsHeader .site-info-container .fsTwoColumnLayout:after {
          content: '';
          display: inline-block;
          width: 100%; } }
    @media (min-width: 800px) {
      .athleticsBPT #fsHeader .site-info-container .fsTwoColumnLayout > .fsDiv {
        float: none;
        display: inline-block;
        vertical-align: middle;
        padding: 0; } }

.athleticsBPT #fsHeader .athletics-masthead-slideshow {
  position: relative; }
  .athleticsBPT #fsHeader .athletics-masthead-slideshow .explore-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px 30px;
    font-size: 1.0625rem;
    display: none; }
    @media (min-width: 800px) {
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .explore-more {
        display: block; } }
    .athleticsBPT #fsHeader .athletics-masthead-slideshow .explore-more:hover {
      background: rgba(0, 0, 0, 0.8); }
  .athleticsBPT #fsHeader .athletics-masthead-slideshow article img {
    display: block;
    width: 100%;
    vertical-align: bottom;
    height: 330px; }
    @media (min-width: 600px) {
      .athleticsBPT #fsHeader .athletics-masthead-slideshow article img {
        width: auto;
        display: inline-block;
        height: auto; } }
  .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder {
    max-width: 775px;
    top: calc(50% + 20px);
    right: 0;
    left: auto;
    position: absolute;
    width: 100%;
    display: none; }
    @media (min-width: 600px) {
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder {
        display: block;
        min-height: 125px; } }
    @media (min-width: 800px) {
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder {
        min-height: 160px; } }
    .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder .slick-arrow {
      -ms-transform: none;
      transform: none;
      left: 0;
      right: auto;
      font-size: 0;
      width: 60px;
      height: 50%;
      text-align: center; }
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder .slick-arrow:before {
        color: #970b3f;
        transition: 0.3s color;
        font-size: 2.25rem;
        line-height: 2; }
        @media (min-width: 800px) {
          .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder .slick-arrow:before {
            line-height: 3; } }
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder .slick-arrow:hover:before {
        color: #FFF; }
    .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder .slick-prev {
      top: 0; }
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder .slick-prev:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder .slick-next {
      top: auto;
      bottom: 0; }
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder .slick-next:before {
        line-height: 1.5;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
  .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper {
    position: static;
    overflow: hidden;
    background: #00ac89;
    padding: 20px; }
    @media (min-width: 600px) {
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper {
        background: none;
        padding: 0 0 0 60px;
        position: absolute;
        max-width: 775px;
        top: calc(50% + 20px);
        min-height: 125px;
        right: 0;
        left: auto;
        bottom: auto;
        border: 1px solid #FFF;
        border-right: 0; }
        .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper:before {
          content: '';
          position: absolute;
          left: 60px;
          top: 0;
          width: 1px;
          bottom: 0;
          background: #FFF; }
        .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper:after {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: calc(50% - 30px);
          background: rgba(0, 0, 0, 0.4); } }
    @media (min-width: 800px) {
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper {
        min-height: 160px; } }
    .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc {
      display: block;
      text-align: center; }
      @media (min-width: 600px) {
        .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc {
          width: 100%;
          float: left;
          text-align: left; } }
      @media (min-width: 600px) {
        .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc .caption-desc-inner {
          width: 50%;
          height: 100%;
          float: left;
          padding: 20px;
          font-size: 0.875rem;
          position: relative;
          z-index: 1; } }
      @media (min-width: 800px) {
        .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc .caption-desc-inner {
          font-size: 1rem;
          padding: 30px; } }
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc h1 {
        font-family: "proxima-nova", sans-serif;
        text-transform: uppercase;
        line-height: 1;
        color: #FFF;
        margin: 0;
        font-size: 1.5625rem; }
        @media (min-width: 600px) {
          .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc h1 {
            font-size: 1.75rem;
            font-weight: 500;
            float: left;
            width: 50%;
            padding: 30px; }
            .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc h1 strong {
              display: block;
              font-size: 3.5625rem;
              line-height: 1; } }
        @media (min-width: 800px) {
          .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc h1 {
            font-size: 2.1875rem; }
            .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc h1 strong {
              font-size: 4.4375rem; } }
        .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc h1 strong {
          font-weight: 900; }

/*! 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: 44.44444%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 22.22222%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 11.11111%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #970b3f;
      color: #970b3f; }
      .colors ol li:nth-of-type(1):after {
        content: "#970b3f"; }
    .colors ol li:nth-of-type(2) {
      background: #970b3f;
      color: #970b3f; }
      .colors ol li:nth-of-type(2):after {
        content: "#970b3f"; }
    .colors ol li:nth-of-type(3) {
      background: #00ac89;
      color: #00ac89; }
      .colors ol li:nth-of-type(3):after {
        content: "#00ac89"; }
    .colors ol li:nth-of-type(4) {
      background: #e2ab15;
      color: #e2ab15; }
      .colors ol li:nth-of-type(4):after {
        content: "#e2ab15"; }
    .colors ol li:nth-of-type(5) {
      background: #f9d316;
      color: #f9d316; }
      .colors ol li:nth-of-type(5):after {
        content: "#f9d316"; }
    .colors ol li:nth-of-type(6) {
      background: #666666;
      color: #666666; }
      .colors ol li:nth-of-type(6):after {
        content: "#666666"; }
    .colors ol li:nth-of-type(7) {
      background: #4e4e4e;
      color: #4e4e4e; }
      .colors ol li:nth-of-type(7):after {
        content: "#4e4e4e"; }
    .colors ol li:nth-of-type(8) {
      background: #333333;
      color: #333333; }
      .colors ol li:nth-of-type(8):after {
        content: "#333333"; }
    .colors ol li:nth-of-type(9) {
      background: #bbb5b5;
      color: #bbb5b5; }
      .colors ol li:nth-of-type(9):after {
        content: "#bbb5b5"; }

.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: "ff-tisa-web-pro", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "ff-tisa-web-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(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 40px / 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: 30px"; }

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

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

.home-resources-slideshow.fsResourceElement .fsNextButton:before,
.home-resources-slideshow.fsResourceElement .fsPrevButton:before {
  color: white;
  font-size: 80px;
  padding: 20px; }

.home-resources-slideshow.fsResourceElement .fsElementSlideshow {
  padding: 0; }
  .home-resources-slideshow.fsResourceElement .fsElementSlideshow article {
    padding: 0;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 560px; }
    @media (min-width: 600px) {
      .home-resources-slideshow.fsResourceElement .fsElementSlideshow article {
        height: calc(100vh - 50px);
        min-height: 560px; } }
    .home-resources-slideshow.fsResourceElement .fsElementSlideshow article img {
      visibility: hidden; }
    .home-resources-slideshow.fsResourceElement .fsElementSlideshow article figcaption {
      position: absolute;
      bottom: 100px;
      left: 0;
      width: 100%;
      text-align: center;
      padding: 0 20px;
      z-index: 5; }
      .home-resources-slideshow.fsResourceElement .fsElementSlideshow article figcaption h2 {
        color: #fff;
        font-size: 48px;
        line-height: 52px;
        font-weight: 400;
        margin-bottom: 25px; }
        @media (max-width: 1024px) {
          .home-resources-slideshow.fsResourceElement .fsElementSlideshow article figcaption h2 {
            font-size: 36px;
            line-height: 42px; } }
        .home-resources-slideshow.fsResourceElement .fsElementSlideshow article figcaption h2 strong {
          color: #e2ab15;
          font-weight: 400; }
      .home-resources-slideshow.fsResourceElement .fsElementSlideshow article figcaption h5 {
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
        line-height: 32px;
        font-family: "ff-tisa-web-pro", Georgia, serif;
        font-style: italic;
        font-weight: 400;
        display: inline-block;
        margin: 0 auto;
        position: relative; }
        .home-resources-slideshow.fsResourceElement .fsElementSlideshow article figcaption h5:before {
          content: '';
          position: absolute;
          height: 1px;
          width: 60px;
          background: #fff;
          left: -75px;
          top: 50%; }
        .home-resources-slideshow.fsResourceElement .fsElementSlideshow article figcaption h5:after {
          content: '';
          position: absolute;
          height: 1px;
          width: 60px;
          background: #fff;
          right: -70px;
          top: 50%; }

@media (min-width: 600px) {
  .home.fsAccountBarVisible .home-resources-slideshow.fsResourceElement .fsElementSlideshow article {
    height: calc(100vh - 95px); } }

.drop-cal .slick-list {
  margin-top: 32.5px;
  max-height: 497.5px; }

.drop-cal .slick-prev {
  background-color: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 45px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 45px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 200;
  left: calc(50% - 18px);
  top: -47px; }
  .drop-cal .slick-prev:before {
    content: '\2039';
    text-align: center;
    color: #fff;
    font-size: 60px;
    transition: opacity .3s;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
    opacity: .5;
    margin-top: -12.5px; }

.drop-cal .slick-next {
  background-color: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 45px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 45px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 200;
  left: calc(50% - 18px); }
  .drop-cal .slick-next:before {
    content: '\203A';
    text-align: center;
    color: #fff;
    font-size: 60px;
    transition: opacity .3s;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
    opacity: .5;
    margin-top: -12.5px; }

#fsHeader .no-image {
  padding-bottom: 100px; }
  @media (min-width: 600px) {
    #fsHeader .no-image {
      padding-bottom: 200px; } }
  @media (min-width: 1024px) {
    #fsHeader .no-image {
      padding-bottom: 235px; } }
  #fsHeader .no-image .drawer-ribbon {
    top: 25px; }
    @media (min-width: 600px) {
      #fsHeader .no-image .drawer-ribbon {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  #fsHeader .no-image .site-info-container > .fsElementContent {
    top: 20px; }
    @media (min-width: 600px) {
      #fsHeader .no-image .site-info-container > .fsElementContent {
        top: 25px; } }
    @media (min-width: 1024px) {
      #fsHeader .no-image .site-info-container > .fsElementContent {
        top: 60px; } }

.wf-loading #fsHeader .no-image .tier-2-nav {
  visibility: hidden; }

.wf-active #fsHeader .no-image .tier-2-nav {
  visibility: visible; }

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