@charset "UTF-8";
 /**
 *
 * St Thomas Episcopal School - default_17
 * @link https://stesorg.finalsite.com
 * Site Template : newclientcustom
 * Built By: EWOS
 * Project Manager: Michelle Walker
 * Designer: Manny Vargas
 * ==== Git Info ====
 * Branch Name: clients/stesorg
 * Build version: 3.2.7
 * Git Tag: v3.0-243-gf815d77e99
 * Last build by: Kosha Burnett
 *
 **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 48px;
  line-height: 61px;
  color: #6e1920;
  font-family: "Lora", Georgia, serif;
  font-family: 400;
  margin-bottom: 40px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #6e1920;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #6e1920;
  font-family: "Lora", Georgia, serif;
  font-weight: 700;
  margin-bottom: 20px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #6e1920;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #6e1920;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 20px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #474747;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px; }
  div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: 250px;
}

div.gallery img:hover {
 transform: scale(1.5);
}



p {
  margin: 0 0 30px 0; }
  p a {
    text-decoration: none;
    transition: background .3s,
 color .3s; }
    p a:visited {
      color: #6e1920; }
    p a:hover, p a:focus {
      text-decoration: none;
      color: #702E3E; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #6e1920;
  transition: background .3s,
 color .3s; }
  a:active, a:visited {
    color: #6e1920; }
  a:hover, a:focus {
    text-decoration: none;
    color: #702E3E; }

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

ol li, ul li {
  padding: 7px 0 7px 10px; }

#fsPageBody .fsContent ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 10px; }
  #fsPageBody .fsContent ol li {
    list-style-position: inside;
    padding-left: 5px; }

#fsPageBody .fsContent ul {
  list-style-position: inside;
  margin-left: 15px; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled, .fs_style_2 {
  margin-bottom: 20px;
  width: 100%;
  display: block; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td, .fs_style_2 td {
    padding: 13px;
    background: #fafafa;
    color: #474747;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px; }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  table.styled tr:nth-of-type(odd) td, .fs_style_2 tr:nth-of-type(odd) td {
    background: #e6e6e6; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td, .fs_style_2 th,
  .fs_style_2 td {
    vertical-align: top;
    border-bottom: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th, .fs_style_2 th {
    padding: 15px 13px;
    text-align: left;
    background: #6e1920;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px; }

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

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

.fsContent:not(.image-button) .fsElementContent p a:not(.fs_style_6),
.fsContent:not(.image-button) .fsElementContent ul li a {
  text-decoration: underline; }

/*! _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; }

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

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

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

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

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

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  overflow: hidden; }
  .fsSlideshow .fsNextButton:before,
  .fsSlideshow .fsPrevButton:before {
    color: #474747;
    font-size: 45px;
    transition: .3s;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
    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 .fsNextButton:focus:before,
  .fsSlideshow .fsPrevButton:hover:before,
  .fsSlideshow .fsPrevButton:focus:before {
    color: rgba(71, 71, 71, 0.5);
    transition: .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%;
      padding: 0;
      color: #474747; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: rgba(71, 71, 71, 0.25);
        transition: .3s;
        opacity: 1; }
      .fsSlideshow .fsPager li button:hover:before, .fsSlideshow .fsPager li button:focus:before {
        background-color: #474747;
        transition: .3s; }
      .fsSlideshow .fsPager li button:focus {
        outline: 1px dashed rgba(71, 71, 71, 0.25); }
    .fsSlideshow .fsPager li.slick-active button:before {
      opacity: 1;
      background-color: #474747; }

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

.fsElementDialog {
  color: #474747; }

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #702E3E;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .button:hover, .button:focus,
  .fsStateSelected .button {
    background: #be6077;
    color: #fff; }
  .button em {
    display: block;
    font-style: normal; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #6e1920;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .color-button:hover, .color-button:focus,
  .fsStateSelected .color-button {
    background: #4f54b6;
    color: #fff; }
  .color-button em {
    display: block;
    font-style: normal; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #6e1920;
  border-radius: 0;
  text-align: center;
  border: 0.2em solid #6e1920; }
  .hollow-button:hover, .hollow-button:focus,
  .fsStateSelected .hollow-button {
    background: rgba(64, 64, 64, 0);
    color: #6e1920; }
  .hollow-button em {
    display: block;
    font-style: normal; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #474747;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton {
    background: #878787;
    color: #fff; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }
  .fsStyleDefaultButton.fsSelectAll {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: .875em;
    line-height: 1.2; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #474747;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus,
  .fsStateSelected .fsStyleUpdateButton {
    background: #878787;
    color: #fff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }

.lead-in, .fs_style_1 {
  display: block;
  color: #474747;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px; }

blockquote {
  position: relative;
  margin: 40px 0;
  color: #6e1920;
  font-family: "Lora", Georgia, serif;
  font-size: 27px;
  font-style: italic;
  line-height: 38px;
  padding: 0px 50px 0 30px; }
  blockquote:before {
    position: absolute;
    left: -7px;
    top: -10px;
    content: '\201C';
    color: #BBBBBB;
    font-family: "Lora", Georgia, serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 92px; }
  blockquote:after {
    position: absolute;
    right: 20px;
    bottom: -10px;
    content: '\201d';
    color: #BBBBBB;
    font-family: "Lora", Georgia, serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 92px; }

.fsBannerleft blockquote, .fsBannerRight blockquote {
  position: relative;
  margin: 40px 0;
  color: #6e1920;
  font-family: "Lora", Georgia, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 26px;
  padding: 0px 16px 0 24px; }
  .fsBannerleft blockquote:before, .fsBannerRight blockquote:before {
    position: absolute;
    left: -7px;
    top: -13px;
    content: '\201C';
    color: #d8d8d8;
    font-family: "Lora", Georgia, serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 92px; }
  .fsBannerleft blockquote:after, .fsBannerRight blockquote:after {
    position: absolute;
    right: 0;
    bottom: -19px;
    content: '\201d';
    color: #d8d8d8;
    font-family: "Lora", Georgia, serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 92px; }

cite {
  display: block;
  margin: 20px 0 20px;
  color: #6e1920;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  font-style: normal; }
  cite:before {
    content: '- '; }

.callout, .fs_style_3 {
  display: block;
  color: #747B83;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px; }
  .callout.left, .fs_style_3.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left, .fs_style_3.left {
        width: 50%; } }
  .callout.right, .fs_style_3.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right, .fs_style_3.right {
        width: 50%; } }

.content-box-big {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 30px; }
  .content-box-big img {
    max-width: 100%;
    margin-bottom: 10px; }

.content-box-orange {
  padding: 42px 36px 6px 36px;
  background: #702E3E; }
  .content-box-orange p {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 29px; }

.content-box-left-image {
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px; }
  .content-box-left-image picture {
    width: 100%;
    margin: 0 0 20px 0; }
    @media (min-width: 700px) {
      .content-box-left-image picture {
        margin-bottom: 0;
        width: 282px;
        float: left;
        margin: 0 44px 0 0; } }

.content-box-right-image {
  overflow: hidden;
  margin-bottom: 30px;
  text-align: right;
  font-size: 14px;
  line-height: 22px; }
  .content-box-right-image picture {
    width: 100%;
    margin: 0 0 20px 0; }
    @media (min-width: 700px) {
      .content-box-right-image picture {
        margin-bottom: 0;
        width: 282px;
        float: right;
        margin: 0 0 0 44px; } }

.fs_style_5 {
  display: block;
  background: #ffffff;
  border: 1px solid #702E3E;
  color: #6e1920;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  max-width: 200px;
  cursor: pointer; }
  .fs_style_5:active, .fs_style_5:visited {
    color: #6e1920; }
  .fs_style_5:hover {
    color: #ffffff;
    background: #702E3E;
    border-color: #702E3E; }

.fs_style_6 {
  display: block;
  background: #6e1920;
  border: 1px solid #6e1920;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  max-width: 200px;
  cursor: pointer; }
  .fs_style_6:active, .fs_style_6:visited {
    color: #ffffff; }
  .fs_style_6:hover {
    color: #6e1920;
    background: #ffffff;
    border-color: #6e1920; }

.fs_style_7 {
  display: block;
  background: rgba(248, 191, 74, 0.65);
  border: 1px solid rgba(248, 191, 74, 0.65);
  color: #6e1920;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  max-width: 200px;
  cursor: pointer; }
  .fs_style_7:active, .fs_style_7:visited {
    color: #6e1920; }
  .fs_style_7:hover {
    color: #6e1920;
    background: #F8BF4A;
    border-color: #F8BF4A; }

.fs_style_8 {
  display: block;
  background: rgba(142, 180, 199, 0.4);
  border: 1px solid rgba(142, 180, 199, 0.4);
  color: #6e1920;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  max-width: 200px;
  cursor: pointer; }
  .fs_style_8:active, .fs_style_8:visited {
    color: #6e1920; }
  .fs_style_8:hover {
    color: #6e1920;
    background: #8EB4C7;
    border-color: #8EB4C7; }

input[type="submit"] {
  display: block;
  background: #6e1920;
  border: 1px solid #6e1920;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  max-width: 200px;
  cursor: pointer; }
  input[type="submit"]:active, input[type="submit"]:visited {
    color: #ffffff; }
  input[type="submit"]:hover {
    color: #6e1920;
    background: #ffffff;
    border-color: #6e1920; }
  input[type="submit"]:hover {
    border: 1px solid #6e1920; }

.fsStyleDefaultButton {
  display: block;
  background: #6e1920;
  border: 1px solid #6e1920;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  max-width: 200px;
  cursor: pointer; }
  .fsStyleDefaultButton:active, .fsStyleDefaultButton:visited {
    color: #ffffff; }
  .fsStyleDefaultButton:hover {
    color: #6e1920;
    background: #ffffff;
    border-color: #6e1920; }

.photo-description-box {
  width: 100%; }
  .photo-description-box figcaption {
    margin-top: -4px;
    padding: 15px 18px;
    background: #6e1920; }
    .photo-description-box figcaption p {
      color: #ffffff;
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: 700;
      line-height: 22px;
      margin: 0; }

.content-box-white {
  border: 1px solid rgba(39, 42, 94, 0.2); }
  .content-box-white h3 {
    color: #6e1920;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 20px; }
  .content-box-white p {
    padding: 0 20px;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px; }
    .content-box-white p a {
      color: #6e1920;
      font-weight: 400; }
      .content-box-white p a:hover {
        color: #702E3E;
        font-weight: 700; }
  .content-box-white a {
    color: #6e1920;
    font-weight: 400; }
    .content-box-white a:hover {
      color: #702E3E;
      font-weight: 700; }

.content-box-blue {
  background: #6e1920;
  padding-bottom: 20px; }
  .content-box-blue h3 {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 20px; }
  .content-box-blue p {
    padding: 0 20px;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px; }
    .content-box-blue p a {
      color: #ffffff;
      font-weight: 400; }
      .content-box-blue p a:hover {
        color: #ffffff;
        font-weight: 700; }
  .content-box-blue a {
    color: #6e1920;
    font-weight: 400; }
    .content-box-blue a:hover {
      color: #702E3E;
      font-weight: 700; }

.fs_style_9 {
  display: block;
  border: 1px solid #6e1920;
  background: #ffffff;
  width: 300px;
  color: #6e1920;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  padding: 12px 10px 12px 55px;
  position: relative; }
  .fs_style_9:before {
    content: '';
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    left: 23px;
    top: 23px;
    font-size: 14px;
    line-height: 14px;
    color: #F8BF4A; }
  .fs_style_9:hover {
    background: #6e1920;
    color: #ffffff; }
    .fs_style_9:hover:before {
      color: #F8BF4A; }

.fs_style_10 {
  display: block;
  border: 1px solid #6e1920;
  background: #ffffff;
  width: 300px;
  color: #6e1920;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  padding: 12px 10px 12px 55px;
  position: relative; }
  .fs_style_10:before {
    content: '';
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 14px;
    line-height: 14px;
    color: #F8BF4A;
    position: absolute;
    left: 23px;
    top: 23px; }
  .fs_style_10:hover {
    background: #6e1920;
    color: #ffffff; }
    .fs_style_10:hover:before {
      color: #F8BF4A; }

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

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

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

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

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

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

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

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #36c;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #039;
      background: #eee; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #702E3E;
    background: #d5d5d5; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #6e1920;
      background: #eee; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #eee; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #36c;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #36c;
        background: #eee; }

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

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

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

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

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

.nav-sub {
  display: none;
  margin-bottom: 40px; }
  @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: 18px;
        line-height: 23px;
        color: #6e1920;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        margin-bottom: 20px;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        padding: 10px 20px;
        color: #eee;
        background-color: #6e1920;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #b64e67;
          color: #eee; } }
    @media screen and (max-width: 599px) and (min-width: 600px) {
      .nav-sub > header .fsElementTitle {
        cursor: default; } }
  @media screen and (max-width: 599px) {
        .nav-sub > header .fsElementTitle:after {
          content: "+";
          line-height: 1;
          position: absolute;
          margin: 0;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 20px; }
    .nav-sub > .fsElementContent {
      position: relative;
      display: block;
      background-color: #eee; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #36c;
        background: transparent; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #039;
          background: white; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #039;
        background: #c8c8c8; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #6e1920;
          background: #bbbbbb; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #d5d5d5; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #36c;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #702E3E;
            background: #c8c8c8; }
      .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
        padding-left: 20px; }
      .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
        padding-left: 30px; }
      .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
        padding-left: 40px; }
      .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
        padding-left: 50px; }
      .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
        padding-left: 60px; }
    .nav-sub.active-nav > header .fsElementTitle {
      background-color: #6e1920;
      color: #eee; }
      .nav-sub.active-nav > header .fsElementTitle:after {
        content: "-"; } }
  @media (min-width: 600px) {
    .nav-sub {
      display: block; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    border: 1px solid rgba(151, 151, 151, 0.21); }
    @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 {
    color: #6e1920;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
    padding-left: 17px; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li {
      position: relative; }
      .nav-sub ul li a {
        display: block;
        padding: 0px 10px;
        color: #6e1920;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-right: 30px; }
        .nav-sub ul li a:hover, .nav-sub ul li a:focus {
          color: #702E3E;
          font-weight: 700; }
      .nav-sub ul li.fsNavCurrentPage > a {
        color: #2F3336;
        font-weight: 700; }
        .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
          color: #2F3336; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #6e1920;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #6e1920;
          background: #eee; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 599px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 0px;
        padding-bottom: 0px; } }
    .nav-sub .fsNavLevel1 > li {
      border-bottom: 1px solid #eee; }
      .nav-sub .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor {
        background: #e9f0f4; }
      .nav-sub .fsNavLevel1 > li:last-child {
        border-bottom: none; }
      .nav-sub .fsNavLevel1 > li > a {
        position: relative; }
      .nav-sub .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2 {
        display: block; }
      .nav-sub .fsNavLevel1 > li .subnav-toggle {
        border: 0;
        background: none;
        margin: 0;
        padding: 0;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 10px;
        top: 8px;
        overflow: hidden;
        color: transparent;
        transition: all 0.3s ease; }
        .nav-sub .fsNavLevel1 > li .subnav-toggle:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          position: absolute;
          right: 5px;
          top: 2px;
          font-size: 10px;
          color: #6e1920;
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          transition: all 0.3s ease; }
        .nav-sub .fsNavLevel1 > li .subnav-toggle.active:after {
          -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
  .nav-sub .fsNavLevel2 {
    display: none; }
    .nav-sub .fsNavLevel2 > li > a {
      padding-left: 20px; }
  .nav-sub .fsNavLevel3 > li {
    padding: 0; }
    .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 {
  padding-right: 0;
  margin-bottom: 0; }
  @media (min-width: 1200px) {
    .nav-main {
      padding-right: 30px; } }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 1200px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 {
      text-align: right;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; } }
  .nav-main .fsNavLevel1 > li {
    padding: 0; }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li {
        display: inline-block; } }
    .nav-main .fsNavLevel1 > li:hover > a {
      color: #ffffff;
      background: #6e1920; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #ffffff;
      background: #6e1920; }
    .nav-main .fsNavLevel1 > li > a {
      display: block;
      color: #6e1920;
      background: transparent;
      font-family: "Lora", Georgia, serif;
      font-size: 18px;
      line-height: 23px;
      font-weight: 700;
      padding: 20px; }
      @media (min-width: 1300px) {
        .nav-main .fsNavLevel1 > li > a {
          padding-left: 22px;
          padding-right: 22px; } }
      .nav-main .fsNavLevel1 > li > a:focus {
        color: #ffffff;
        background: #6e1920; }
    html.js .nav-main .fsNavLevel1 > li {
      position: relative; }
      html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: calc(100% - 1px);
        right: -120px;
        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: calc(100% - 1px);
        right: -120px;
        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 {
  width: 980px;
  position: relative;
  background: #F2F2F2;
  text-align: left;
  z-index: 300; }
  @media (min-width: 1200px) {
    .nav-main .fsNavPageInfo {
      width: 1180px; } }
  .nav-main .fsNavPageInfo:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 5;
    width: 100%;
    height: 9px;
    background: #6e1920; }
  .nav-main .fsNavPageInfo .menu-set-container {
    padding: 25px 17px 20px 20px;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .nav-main .fsNavPageInfo .menu-set-container {
        padding: 25px 17px 20px 32px; } }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: -295px !important;
    right: auto;
    -ms-transform: none;
    transform: none; }
    @media (min-width: 1200px) {
      .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
        left: -264px !important; } }
  .nav-main .fsNavLevel1 > li:nth-child(2) .fsNavPageInfo {
    left: -438px;
    right: auto;
    -ms-transform: none;
    transform: none; }
    @media (min-width: 1200px) {
      .nav-main .fsNavLevel1 > li:nth-child(2) .fsNavPageInfo {
        left: -407px !important; } }
  .nav-main .fsNavLevel1 > li:nth-child(3) .fsNavPageInfo {
    left: -572px;
    right: auto;
    -ms-transform: none;
    transform: none; }
    @media (min-width: 1200px) {
      .nav-main .fsNavLevel1 > li:nth-child(3) .fsNavPageInfo {
        left: -542px !important; } }
  .nav-main .fsNavLevel1 > li:nth-child(4) .fsNavPageInfo {
    left: -653px !important;
    right: auto;
    -ms-transform: none;
    transform: none; }
    @media (min-width: 1200px) {
      .nav-main .fsNavLevel1 > li:nth-child(4) .fsNavPageInfo {
        left: -623px !important; } }
  .nav-main .fsNavLevel1 > li:nth-child(5) .fsNavPageInfo {
    left: -774px !important;
    right: auto;
    -ms-transform: none;
    transform: none; }
    @media (min-width: 1200px) {
      .nav-main .fsNavLevel1 > li:nth-child(5) .fsNavPageInfo {
        left: -745px !important; } }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 1px !important;
    left: auto;
    -ms-transform: none;
    transform: none; }
    @media (min-width: 1200px) {
      .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
        right: -228px !important; } }

.nav-main .fsNavPageDescription {
  width: 220px; }
  @media (min-width: 1200px) {
    .nav-main .fsNavPageDescription {
      width: 250px; } }
  .nav-main .fsNavPageDescription h2 {
    font-family: "Lora", Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
    text-transform: none; }
  .nav-main .fsNavPageDescription p {
    color: #474747;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 22px; }
  .nav-main .fsNavPageDescription a {
    color: #702E3E;
    font-weight: 700; }

.nav-main .fsNavPageThumbnail {
  width: 180px;
  margin-right: 25px; }
  @media (min-width: 1200px) {
    .nav-main .fsNavPageThumbnail {
      width: 230px; } }

.nav-main .fsNavLevel2 {
  width: 400px;
  overflow: hidden;
  margin-right: 60px;
  border-right: 1px solid #b2422d;
  min-height: 230px; }
  @media (min-width: 1200px) {
    .nav-main .fsNavLevel2 {
      width: 530px; } }
  .nav-main .fsNavLevel2 > .column-list-0 {
    width: 185px;
    float: left;
    margin-right: 26px; }
    @media (min-width: 1200px) {
      .nav-main .fsNavLevel2 > .column-list-0 {
        width: 250px; } }
  .nav-main .fsNavLevel2 > .column-list-1 {
    width: 185px;
    float: left; }
    @media (min-width: 1200px) {
      .nav-main .fsNavLevel2 > .column-list-1 {
        width: 250px; } }
  .nav-main .fsNavLevel2 li {
    padding: 0; }
    .nav-main .fsNavLevel2 li a {
      font-family: "Lora", Georgia, serif;
      font-size: 16px;
      display: block;
      color: #6e1920;
      background: transparent;
      padding: 8px 0px; }
      .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
        color: #702E3E;
        background: transparent; }
    .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
      color: #702E3E;
      background: transparent; }

#fsMenu {
  width: 0;
  height: 100%;
  transition: all 0.4s ease-in;
  background-color: rgba(39, 42, 94, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  overflow: hidden;
  visibility: hidden; }
  #fsMenu.active {
    width: 100%;
    visibility: visible; }

.fsMenu {
  transition: all 0.3s ease;
  padding: 0;
  width: 0;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 30px;
  background: #6e1920;
  position: absolute;
  top: 0;
  right: 0px;
  opacity: 1; }

#fsMenu.active .fsMenu {
  width: 320px; }

.mobile-menu-top-container > .fsElement {
  margin: 0; }

.mobile-menu-top-container .mobile-menu-school-name {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 13px; }
  .mobile-menu-top-container .mobile-menu-school-name p {
    margin: 0;
    padding-top: 4px;
    color: #ffffff;
    font-family: "adelle", Georgia, serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px; }

.mobile-menu-top-container .mobile-menu-icon-section {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
  margin-bottom: 29px; }
  @media (min-width: 700px) {
    .mobile-menu-top-container .mobile-menu-icon-section {
      margin-bottom: 43px; } }
  .mobile-menu-top-container .mobile-menu-icon-section p {
    margin: 0; }
  .mobile-menu-top-container .mobile-menu-icon-section a {
    display: block;
    float: left;
    height: 60px;
    width: 45px; }
    .mobile-menu-top-container .mobile-menu-icon-section a:before {
      content: '';
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      vertical-align: middle;
      font-size: 45px;
      height: 55px;
      width: 45px;
      color: #ffffff;
      margin-top: 20px; }
  .mobile-menu-top-container .mobile-menu-icon-section .close {
    display: block;
    float: right;
    width: 45px; }
    .mobile-menu-top-container .mobile-menu-icon-section .close:before {
      content: '';
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      vertical-align: middle;
      font-size: 40px;
      height: 55px;
      width: 45px;
      color: #F8BF4A;
      margin-top: 25px; }

.mobile-search {
  display: none;
  width: 100%;
  height: 56px;
  position: absolute;
  background: #ffffff;
  top: 122px;
  left: 0px;
  padding: 12px 20px; }
  .mobile-search input {
    width: 240px;
    height: 25px;
    border: 0 none;
    background: #ffffff;
    font-family: "Lora", Georgia, serif;
    line-height: 25px;
    color: #6e1920;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-style: italic; }
  .mobile-search .close {
    position: absolute;
    right: 30px;
    top: 15px;
    background: transparent;
    outline: 0 none;
    border: 0 none;
    width: 30px;
    height: 30px;
    overflow: hidden;
    color: transparent;
    cursor: pointer; }
    .mobile-search .close:before {
      position: absolute;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #6e1920;
      font-size: 22px; }
  .mobile-search label {
    display: none; }
  .mobile-search button.submit-btn {
    display: none; }

.mobile-menu-login-search-section {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  min-height: 56px; }
  .mobile-menu-login-search-section > .fsElementContent {
    width: 240px;
    margin: 0 auto;
    overflow: hidden;
    padding: 17px 0; }
  .mobile-menu-login-search-section p {
    margin: 0; }
  .mobile-menu-login-search-section a {
    display: inline-block;
    color: #6e1920;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize; }
  .mobile-menu-login-search-section .login {
    border-right: 1px solid #F8BF4A;
    width: 110px;
    float: left; }
    .mobile-menu-login-search-section .login:before {
      content: '';
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      height: 20px;
      width: 20px;
      color: #6e1920;
      margin-right: 10px;
      margin-top: -3px; }
  .mobile-menu-login-search-section .search {
    float: right;
    width: 90px; }
    .mobile-menu-login-search-section .search:before {
      content: '';
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      height: 20px;
      width: 20px;
      color: #6e1920;
      margin-right: 10px;
      margin-top: -3px; }

.mobile-menu-main-nav {
  width: 100%;
  margin: 0 auto;
  margin: 0 0 10px 0;
  padding: 0 15px; }
  .mobile-menu-main-nav nav ul {
    width: 100%;
    padding: 0; }
    .mobile-menu-main-nav nav ul, .mobile-menu-main-nav nav ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .mobile-menu-main-nav nav ul li {
      margin: 0;
      padding: 0; }
  .mobile-menu-main-nav nav .fsNavLevel1 > li {
    position: relative;
    border-bottom: 1px solid #F8BF4A; }
    .mobile-menu-main-nav nav .fsNavLevel1 > li a {
      display: block;
      color: #ffffff;
      font-family: "Lora", Georgia, serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      padding: 21px 15px 21px 0; }
      .mobile-menu-main-nav nav .fsNavLevel1 > li a.mobile-sub-open {
        position: absolute;
        display: block;
        height: 50px;
        top: 3px;
        right: 0;
        border: 0;
        padding: 0;
        cursor: pointer;
        background: transparent; }
        .mobile-menu-main-nav nav .fsNavLevel1 > li a.mobile-sub-open:before {
          width: 60px;
          height: 50px;
          display: block;
          text-align: right;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 12px;
          font-weight: 300;
          line-height: 15px;
          margin-top: 23px;
          color: #ffffff;
          text-transform: capitalize; }
        .mobile-menu-main-nav nav .fsNavLevel1 > li a.mobile-sub-open.active:before {
          font-size: 8px;
          line-height: 11px;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #F8BF4A; }
        .mobile-menu-main-nav nav .fsNavLevel1 > li a.mobile-sub-open:hover {
          color: #ffffff;
          background: transparent; }
      .mobile-menu-main-nav nav .fsNavLevel1 > li a.active {
        border-bottom: none; }
      .mobile-menu-main-nav nav .fsNavLevel1 > li a:hover {
        color: #F8BF4A;
        text-decoration: none; }
    .mobile-menu-main-nav nav .fsNavLevel1 > li .fsNavLevel2 {
      display: none; }
    .mobile-menu-main-nav nav .fsNavLevel1 > li.fsNavCurrentPage, .mobile-menu-main-nav nav .fsNavLevel1 > li.fsNavCurrentPageAncestor {
      background: transparent; }
      .mobile-menu-main-nav nav .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2, .mobile-menu-main-nav nav .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2 {
        display: block;
        background: transparent; }
    .mobile-menu-main-nav nav .fsNavLevel1 > li.fsNavCurrentPage > a, .mobile-menu-main-nav nav .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
      color: #ffffff; }
      .mobile-menu-main-nav nav .fsNavLevel1 > li.fsNavCurrentPage > a.mobile-sub-open, .mobile-menu-main-nav nav .fsNavLevel1 > li.fsNavCurrentPageAncestor > a.mobile-sub-open {
        background: transparent; }
  .mobile-menu-main-nav nav .fsNavLevel2 {
    padding-left: 20px; }
    .mobile-menu-main-nav nav .fsNavLevel2 > li {
      position: relative; }
      .mobile-menu-main-nav nav .fsNavLevel2 > li > a {
        display: block;
        color: #ffffff;
        font-family: "Lora", Georgia, serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 33px;
        text-transform: capitalize;
        text-decoration: none;
        border-bottom: none;
        padding: 4px 0; }
        .mobile-menu-main-nav nav .fsNavLevel2 > li > a.mobile-sub-open {
          position: absolute;
          display: block;
          width: 60px;
          height: 40px;
          top: 3px;
          right: 0;
          border: 0;
          padding: 0;
          cursor: pointer;
          background: transparent; }
          .mobile-menu-main-nav nav .fsNavLevel2 > li > a.mobile-sub-open:before {
            width: 100%;
            height: 40px;
            display: block;
            text-align: right;
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 12px;
            font-weight: 300;
            line-height: 15px;
            position: absolute;
            top: -14px; }
          .mobile-menu-main-nav nav .fsNavLevel2 > li > a.mobile-sub-open.active:before {
            font-size: 8px;
            line-height: 11px;
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #F8BF4A; }
          .mobile-menu-main-nav nav .fsNavLevel2 > li > a.mobile-sub-open:hover {
            color: #ffffff;
            background: transparent; }
        .mobile-menu-main-nav nav .fsNavLevel2 > li > a.active {
          color: #ffffff; }
        .mobile-menu-main-nav nav .fsNavLevel2 > li > a:hover {
          color: #F8BF4A; }
      .mobile-menu-main-nav nav .fsNavLevel2 > li > .fsNavPageInfo ul {
        display: none; }
      .mobile-menu-main-nav nav .fsNavLevel2 > li:after {
        display: none; }
      .mobile-menu-main-nav nav .fsNavLevel2 > li.fsNavCurrentPage > a, .mobile-menu-main-nav nav .fsNavLevel2 > li.fsNavCurrentPageAncestor > a {
        color: #ffffff; }
        .mobile-menu-main-nav nav .fsNavLevel2 > li.fsNavCurrentPage > a.mobile-sub-open, .mobile-menu-main-nav nav .fsNavLevel2 > li.fsNavCurrentPageAncestor > a.mobile-sub-open {
          background: transparent; }
      .mobile-menu-main-nav nav .fsNavLevel2 > li:last-child {
        border-bottom: none; }
    .mobile-menu-main-nav nav .fsNavLevel2.fsNavCurrentPage > a, .mobile-menu-main-nav nav .fsNavLevel2.fsNavCurrentPageAncestor > a {
      color: #ffffff; }
      .mobile-menu-main-nav nav .fsNavLevel2.fsNavCurrentPage > a.mobile-sub-open, .mobile-menu-main-nav nav .fsNavLevel2.fsNavCurrentPageAncestor > a.mobile-sub-open {
        background: transparent; }
  .mobile-menu-main-nav nav .fsNavLevel3 {
    padding-left: 10px; }
    .mobile-menu-main-nav nav .fsNavLevel3 > li {
      position: relative; }
      .mobile-menu-main-nav nav .fsNavLevel3 > li > a {
        color: #ffffff;
        font-family: "Lora", Georgia, serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 33px;
        text-transform: capitalize;
        text-decoration: none;
        border-bottom: none;
        padding: 4px 0;
        text-decoration: none;
        border-bottom: none; }
        .mobile-menu-main-nav nav .fsNavLevel3 > li > a.mobile-sub-open {
          position: absolute;
          display: block;
          width: 60px;
          height: 50px;
          top: 3px;
          right: 0;
          border: 0;
          padding: 0;
          cursor: pointer;
          background: transparent; }
          .mobile-menu-main-nav nav .fsNavLevel3 > li > a.mobile-sub-open:before {
            width: 100%;
            height: 50px;
            display: block;
            text-align: right;
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 12px;
            font-weight: 300;
            line-height: 15px; }
          .mobile-menu-main-nav nav .fsNavLevel3 > li > a.mobile-sub-open.active:before {
            font-size: 8px;
            line-height: 11px;
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
          .mobile-menu-main-nav nav .fsNavLevel3 > li > a.mobile-sub-open:hover {
            color: #ffffff;
            background: transparent; }
        .mobile-menu-main-nav nav .fsNavLevel3 > li > a:hover {
          color: #ffffff; }
      .mobile-menu-main-nav nav .fsNavLevel3 > li > .fsNavPageInfo ul {
        display: none; }
      .mobile-menu-main-nav nav .fsNavLevel3 > li:after {
        display: none; }
    .mobile-menu-main-nav nav .fsNavLevel3.fsNavCurrentPage > a, .mobile-menu-main-nav nav .fsNavLevel3.fsNavCurrentPageAncestor > a {
      color: #ffffff; }
      .mobile-menu-main-nav nav .fsNavLevel3.fsNavCurrentPage > a.mobile-sub-open, .mobile-menu-main-nav nav .fsNavLevel3.fsNavCurrentPageAncestor > a.mobile-sub-open {
        background: transparent; }
  .mobile-menu-main-nav nav .fsNavLevel4 {
    padding-left: 10px; }
    .mobile-menu-main-nav nav .fsNavLevel4 > li {
      position: relative; }
      .mobile-menu-main-nav nav .fsNavLevel4 > li > a {
        color: #ffffff;
        font-family: "Lora", Georgia, serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 33px;
        text-transform: capitalize;
        text-decoration: none;
        border-bottom: none;
        padding: 4px 0;
        text-decoration: none;
        border-bottom: none; }
        .mobile-menu-main-nav nav .fsNavLevel4 > li > a.mobile-sub-open {
          position: absolute;
          display: block;
          width: 60px;
          height: 50px;
          top: 3px;
          right: 0;
          border: 0;
          padding: 0;
          cursor: pointer;
          background: transparent; }
          .mobile-menu-main-nav nav .fsNavLevel4 > li > a.mobile-sub-open:before {
            width: 100%;
            height: 50px;
            display: block;
            text-align: right;
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 12px;
            font-weight: 300;
            line-height: 15px; }
          .mobile-menu-main-nav nav .fsNavLevel4 > li > a.mobile-sub-open.active:before {
            font-size: 8px;
            line-height: 11px;
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
          .mobile-menu-main-nav nav .fsNavLevel4 > li > a.mobile-sub-open:hover {
            color: #ffffff;
            background: transparent; }
        .mobile-menu-main-nav nav .fsNavLevel4 > li > a:hover {
          color: #ffffff; }
      .mobile-menu-main-nav nav .fsNavLevel4 > li > .fsNavPageInfo ul {
        display: none; }
      .mobile-menu-main-nav nav .fsNavLevel4 > li:after {
        display: none; }
    .mobile-menu-main-nav nav .fsNavLevel4.fsNavCurrentPage a, .mobile-menu-main-nav nav .fsNavLevel4.fsNavCurrentPageAncestor a {
      color: #ffffff; }
      .mobile-menu-main-nav nav .fsNavLevel4.fsNavCurrentPage a.mobile-sub-open, .mobile-menu-main-nav nav .fsNavLevel4.fsNavCurrentPageAncestor a.mobile-sub-open {
        background: transparent; }
  .mobile-menu-main-nav nav .fsNavLevel5 {
    padding-left: 10px; }
    .mobile-menu-main-nav nav .fsNavLevel5 > li {
      position: relative; }
      .mobile-menu-main-nav nav .fsNavLevel5 > li > a {
        color: #ffffff;
        font-family: "Lora", Georgia, serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 33px;
        text-transform: capitalize;
        text-decoration: none;
        border-bottom: none;
        padding: 4px 0;
        text-decoration: none;
        border-bottom: none; }
        .mobile-menu-main-nav nav .fsNavLevel5 > li > a:hover {
          color: #ffffff; }
    .mobile-menu-main-nav nav .fsNavLevel5.fsNavCurrentPage a, .mobile-menu-main-nav nav .fsNavLevel5.fsNavCurrentPageAncestor a {
      color: #ffffff; }
      .mobile-menu-main-nav nav .fsNavLevel5.fsNavCurrentPage a.mobile-sub-open, .mobile-menu-main-nav nav .fsNavLevel5.fsNavCurrentPageAncestor a.mobile-sub-open {
        background: transparent; }

.mobile-menu-utility-nav {
  width: 100%;
  padding: 0 20px;
  margin-top: 15px; }
  .mobile-menu-utility-nav nav ul {
    overflow: hidden; }
    .mobile-menu-utility-nav nav ul, .mobile-menu-utility-nav nav ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .mobile-menu-utility-nav nav ul li {
      margin: 0;
      padding: 0; }
    .mobile-menu-utility-nav nav ul li {
      width: 50%;
      float: left; }
      .mobile-menu-utility-nav nav ul li a {
        color: #ffffff;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        line-height: 24px;
        padding: 0; }
        .mobile-menu-utility-nav nav ul li a:hover, .mobile-menu-utility-nav nav ul li a:focus {
          text-decoration: none;
          color: #F8BF4A; }

.mobile-menu-social-nav {
  margin-bottom: 30px;
  text-align: center; }
  .mobile-menu-social-nav nav ul {
    overflow: hidden;
    text-align: center; }
    .mobile-menu-social-nav nav ul, .mobile-menu-social-nav nav ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .mobile-menu-social-nav nav ul li {
      margin: 0;
      padding: 0; }
    .mobile-menu-social-nav nav ul li {
      display: inline-block;
      width: 38px;
      height: 38px;
      text-align: center;
      margin-right: 15px;
      overflow: hidden;
      margin-right: 18px; }
      .mobile-menu-social-nav nav ul li a {
        display: block;
        color: transparent;
        padding: 0;
        margin: 0;
        position: relative;
        width: 38px;
        height: 38px; }
        .mobile-menu-social-nav nav ul li a:before {
          content: '';
          display: inline-block;
          font-size: 24px;
          line-height: 24px;
          font-weight: 400;
          color: #ffffff;
          vertical-align: middle;
          margin-top: 7px; }
        .mobile-menu-social-nav nav ul li a[href*="facebook"]:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .mobile-menu-social-nav nav ul li a[href*="twitter"]:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .mobile-menu-social-nav nav ul li a[href*="instagram"]:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .mobile-menu-social-nav nav ul li a[href*="youtube"]:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .mobile-menu-social-nav nav ul li a:hover:before {
          color: #ffffff; }
      .mobile-menu-social-nav nav ul li:last-child {
        margin-right: 0; }

.external-link-mobile {
  padding: 0 15px;
  margin-top: 15px; }
  .external-link-mobile a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 53px;
    border: 1px solid #fff;
    padding: 5px;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #fff; }
    .external-link-mobile a:hover, .external-link-mobile a:focus {
      background: #FFF;
      color: #6e1920; }

.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*='googleplus']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='wechat']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='flickr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='wordpress']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover, .nav-social .fsNavLevel1 [href*='facebook']:focus {
    background: #3b5998;
    border-color: #3b5998; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover, .nav-social .fsNavLevel1 [href*='instagram']:focus {
    background: #3f729b;
    border-color: #3f729b; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover, .nav-social .fsNavLevel1 [href*='linkedin']:focus {
    background: #0077b5;
    border-color: #0077b5; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover, .nav-social .fsNavLevel1 [href*='pinterest']:focus {
    background: #cc2127;
    border-color: #cc2127; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover, .nav-social .fsNavLevel1 [href*='tumblr']:focus {
    background: #35465c;
    border-color: #35465c; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before, .nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover, .nav-social .fsNavLevel1 [href*='twitter']:focus {
    background: #55acee;
    border-color: #55acee; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover, .nav-social .fsNavLevel1 [href*='vimeo']:focus {
    background: #1ab7ea;
    border-color: #1ab7ea; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vine']:hover, .nav-social .fsNavLevel1 [href*='vine']:focus {
    background: #00b488;
    border-color: #00b488; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before, .nav-social .fsNavLevel1 [href*='vine']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover, .nav-social .fsNavLevel1 [href*='youtube']:focus {
    background: #cd201f;
    border-color: #cd201f; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='googleplus']:hover, .nav-social .fsNavLevel1 [href*='googleplus']:focus {
    background: #db4f46;
    border-color: #db4f46; }
    .nav-social .fsNavLevel1 [href*='googleplus']:hover:before, .nav-social .fsNavLevel1 [href*='googleplus']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='wechat']:hover, .nav-social .fsNavLevel1 [href*='wechat']:focus {
    background: #37bf21;
    border-color: #37bf21; }
    .nav-social .fsNavLevel1 [href*='wechat']:hover:before, .nav-social .fsNavLevel1 [href*='wechat']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='flickr']:hover, .nav-social .fsNavLevel1 [href*='flickr']:focus {
    background: #2090d9;
    border-color: #2090d9; }
    .nav-social .fsNavLevel1 [href*='flickr']:hover:before, .nav-social .fsNavLevel1 [href*='flickr']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='wordpress']:hover, .nav-social .fsNavLevel1 [href*='wordpress']:focus {
    background: #0f74a8;
    border-color: #0f74a8; }
    .nav-social .fsNavLevel1 [href*='wordpress']:hover:before, .nav-social .fsNavLevel1 [href*='wordpress']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='rss']:hover, .nav-social .fsNavLevel1 [href*='rss']:focus {
    background: #f26522;
    border-color: #f26522; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    border: 1px solid #6e1920;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #6e1920;
      font-size: 16px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

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

.nav-social .fsNavLevel1 [href*='plus.google.com']:hover, .nav-social .fsNavLevel1 [href*='plus.google.com']:focus {
  background: #db4f46;
  border-color: #db4f46; }
  .nav-social .fsNavLevel1 [href*='plus.google.com']:hover:before, .nav-social .fsNavLevel1 [href*='plus.google.com']:focus:before {
    color: #fff; }

body:not(.fsComposeMode) .sticky {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .sticky {
      bottom: auto;
      right: 0;
      top: 30%;
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -ms-transform-origin: calc(100% - 30px);
      transform-origin: calc(100% - 30px);
      width: auto; } }
  body:not(.fsComposeMode) .sticky .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    body:not(.fsComposeMode) .sticky .fsNavLevel1 a {
      display: block;
      background: rgba(39, 42, 94, 0.9);
      border: 1px solid #ffffff;
      color: #ffffff;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 19px;
      text-align: center;
      text-transform: uppercase;
      padding: 15px;
      max-width: 200px;
      cursor: pointer;
      text-decoration: none; }
      body:not(.fsComposeMode) .sticky .fsNavLevel1 a:active, body:not(.fsComposeMode) .sticky .fsNavLevel1 a:visited {
        color: #ffffff; }
      body:not(.fsComposeMode) .sticky .fsNavLevel1 a:hover {
        color: #F8BF4A;
        background: #6e1920;
        border-color: #F8BF4A; }

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

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

.site-info-container {
  left: 30px;
  width: 100%;
  max-width: 180px;
  top: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1; }
  .home .site-info-container {
    top: 25px; }
  .site-info-container a {
    display: block;
    width: 140px !important;
    height: 100px !important;
    background: url("../images/logo.png?1") no-repeat 0 50%;
    background-size: cover;
    color: transparent; }
    @media (min-width: 1000px) {
      .site-info-container a {
       width: 250px;
    height: 110px; } }
    .site-info-container a:hover {
      color: transparent; }

.header-top-area {
  width: 100%;
  display: none;
  background-color: #fff;
  margin: 0; }
  @media (min-width: 1000px) {
    .header-top-area {
      display: block; } }
  .header-top-area > .fsElementContent {
    height: 45px;
    padding: 5px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .header-top-area > .fsElementContent .top-util-nav {
      display: none;
      border-right: 1px solid #F8BF4A;
      padding-right: 30px;
      height: 33px; }
      @media (min-width: 1000px) {
        .header-top-area > .fsElementContent .top-util-nav {
          display: block; } }
      .header-top-area > .fsElementContent .top-util-nav .fsNavLevel1 {
        display: block;
        text-align: center; }
        .header-top-area > .fsElementContent .top-util-nav .fsNavLevel1 > li {
          display: inline-block;
          font-size: 12px;
          line-height: 12px;
          margin: 0px 9px;
          padding: 0; }
          .header-top-area > .fsElementContent .top-util-nav .fsNavLevel1 > li > a {
            padding: 0;
            color: #474747; }
            .header-top-area > .fsElementContent .top-util-nav .fsNavLevel1 > li > a:hover, .header-top-area > .fsElementContent .top-util-nav .fsNavLevel1 > li > a:focus {
              color: #702E3E; }
          .header-top-area > .fsElementContent .top-util-nav .fsNavLevel1 > li:last-child {
            margin-right: 0; }
          .header-top-area > .fsElementContent .top-util-nav .fsNavLevel1 > li.calendar {
            padding-left: 30px;
            margin-left: 30px;
            position: relative; }
            .header-top-area > .fsElementContent .top-util-nav .fsNavLevel1 > li.calendar:before {
              content: '';
              width: 1px;
              height: 33px;
              background-color: #F8BF4A;
              position: absolute;
              bottom: -10px;
              left: 0; }
            .header-top-area > .fsElementContent .top-util-nav .fsNavLevel1 > li.calendar > a {
              width: 18px;
              height: 18px;
              display: inline-block;
              color: transparent;
              position: relative; }
              .header-top-area > .fsElementContent .top-util-nav .fsNavLevel1 > li.calendar > a:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none;
                position: absolute;
                display: block;
                top: 0;
                left: 0;
                font-size: 18px;
                line-height: 18px;
                color: #232751;
                transition: all 0.3s ease; }
              .header-top-area > .fsElementContent .top-util-nav .fsNavLevel1 > li.calendar > a:hover:before, .header-top-area > .fsElementContent .top-util-nav .fsNavLevel1 > li.calendar > a:focus:before {
                color: #702E3E; }
    .header-top-area > .fsElementContent .top-social-nav {
      display: none;
      width: 160px;
      height: 33px;
      border-right: 1px solid #F8BF4A; }
      @media (min-width: 1000px) {
        .header-top-area > .fsElementContent .top-social-nav {
          display: block; } }
      .header-top-area > .fsElementContent .top-social-nav .fsNavLevel1 {
        display: block;
        text-align: center;
        padding-top: 6px; }
        .header-top-area > .fsElementContent .top-social-nav .fsNavLevel1 > li {
          display: inline-block;
          padding: 0;
          margin: 0px 5px; }
          .header-top-area > .fsElementContent .top-social-nav .fsNavLevel1 > li > a {
            width: 18px;
            height: 18px;
            display: inline-block;
            color: transparent;
            position: relative; }
            .header-top-area > .fsElementContent .top-social-nav .fsNavLevel1 > li > a:before {
              position: absolute;
              display: block;
              top: 0;
              left: 0;
              font-size: 18px;
              line-height: 18px;
              color: #232751;
              transition: all 0.3s ease; }
            .header-top-area > .fsElementContent .top-social-nav .fsNavLevel1 > li > a[href*="facebook"]:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            .header-top-area > .fsElementContent .top-social-nav .fsNavLevel1 > li > a[href*="twitter"]:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            .header-top-area > .fsElementContent .top-social-nav .fsNavLevel1 > li > a[href*="instagram"]:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            .header-top-area > .fsElementContent .top-social-nav .fsNavLevel1 > li > a[href*="youtube"]:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            .header-top-area > .fsElementContent .top-social-nav .fsNavLevel1 > li > a:hover:before, .header-top-area > .fsElementContent .top-social-nav .fsNavLevel1 > li > a:focus:before {
              color: #702E3E; }
    .header-top-area > .fsElementContent .top-search {
      display: none;
      width: 0px;
      height: 33px;
      overflow: hidden;
      transition: all 0.3s ease-in; }
      @media (min-width: 1000px) {
        .header-top-area > .fsElementContent .top-search {
          display: block; } }
      .header-top-area > .fsElementContent .top-search label {
        display: none; }
      .header-top-area > .fsElementContent .top-search input {
        width: 200px;
        background: transparent;
        outline: 0 none;
        border: 0 none;
        font-size: 14px;
        font-style: italic;
        line-height: 17px;
        color: #232751;
        height: 33px;
        float: left; }
      .header-top-area > .fsElementContent .top-search button {
        float: left;
        padding: 0;
        cursor: pointer;
        width: 20px;
        height: 33px;
        text-align: right;
        border: 0 none;
        outline: 0 none;
        position: relative;
        font-size: 14px;
        line-height: 17px;
        color: transparent;
        background: transparent; }
        .header-top-area > .fsElementContent .top-search button:before {
          left: 1px;
          top: 8px;
          position: absolute;
          color: #232751;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
      .header-top-area > .fsElementContent .top-search ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #232751; }
      .header-top-area > .fsElementContent .top-search ::-moz-placeholder {
        /* Firefox 19+ */
        color: #232751; }
      .header-top-area > .fsElementContent .top-search :-ms-input-placeholder {
        /* IE 10+ */
        color: #232751; }
      .header-top-area > .fsElementContent .top-search :-moz-placeholder {
        /* Firefox 18- */
        color: #232751; }
      .header-top-area > .fsElementContent .top-search.active {
        width: 256px; }
    .header-top-area > .fsElementContent .search-button {
      display: none;
      transition: all 0.3s ease-in;
      width: 105px;
      height: 33px;
      padding: 5px 0 0 26px;
      overflow: hidden; }
      @media (min-width: 1000px) {
        .header-top-area > .fsElementContent .search-button {
          display: block; } }
      .header-top-area > .fsElementContent .search-button .search-icon {
        cursor: pointer;
        width: 78px;
        text-align: right;
        padding: 0;
        border: 0 none;
        outline: 0 none;
        position: relative;
        font-size: 14px;
        line-height: 17px;
        color: #232751;
        text-transform: uppercase;
        background: transparent; }
        .header-top-area > .fsElementContent .search-button .search-icon:before {
          left: 1px;
          top: 0px;
          position: absolute;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .header-top-area > .fsElementContent .search-button .search-icon:focus {
          outline: 1px dotted #242A5B; }
      .header-top-area > .fsElementContent .search-button.active {
        width: 0; }

.header-bottom-container {
  margin: 0;
  width: 100%;
  background: #ffffff;
  position: relative; }
  .header-bottom-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    height: 106px; }
    @media (min-width: 700px) {
      .header-bottom-container > .fsElementContent {
        height: 98px; } }
  .header-bottom-container .external-link {
    display: none;
    width: 177px;
    right: 227px;
    top: 43px;
    position: absolute; }
    @media (min-width: 1200px) {
      .header-bottom-container .external-link {
        display: block; } }
    .header-bottom-container .external-link a {
      display: block;
      width: 100%;
      height: 53px;
      border: 1px solid #6e1920;
      padding: 5px;
      text-align: center;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      line-height: 21px;
      color: #6e1920; }
      .header-bottom-container .external-link a:hover, .header-bottom-container .external-link a:focus {
        background: #6e1920;
        color: #FFF; }
  .header-bottom-container .login-link {
    display: none;
    width: 177px;
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .header-bottom-container .login-link {
        display: block; } }
    .header-bottom-container .login-link a {
      display: block;
      width: 100%;
      height: 53px;
      background: #6e1920;
      border: 1px solid #6e1920;
      padding: 14px 0px;
      text-align: center;
      font-family: "Lato", sans-serif;
      font-size: 18px;
      line-height: 22px;
      color: #ffffff;
      visibility:hidden;
      outline: 0 none; }
      .header-bottom-container .login-link a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 18px;
        display: inline;
        margin-right: 12px;
        color: #F8BF4A;
        line-height: 22px; }
      .header-bottom-container .login-link a:hover, .header-bottom-container .login-link a:focus {
        background: #ffffff;
        color: #6e1920; }
  .header-bottom-container .mobile-menu {
    width: 138px;
    right: 35px; }
    @media (min-width: 1200px) {
      .header-bottom-container .mobile-menu {
        display: none; } }
    .header-bottom-container .mobile-menu button {
      width: 138px;
      height: 53px;
      background: #6e1920;
      border: 0 none;
      outline: 0 none;
      color: #ffffff;
      font-size: 18px;
      line-height: 20px;
      text-transform: uppercase;
      text-align: left;
      position: relative;
      padding: 15px 20px;
      cursor: pointer; }
      .header-bottom-container .mobile-menu button:after {
        top: 15px;
        right: 20px;
        font-size: 30px;
        position: absolute;
        color: #F8BF4A;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }

.mobile-school-title {
  width: 100%;
  font-size: 10px;
  line-height: 16px;
  font-family: "adelle", Georgia, serif;
  color: #ffffff;
  text-align: center;
  background-color: #6e1920;
  height: 16px;
  display: block;
  margin: 0; }
  .mobile-school-title > p {
    margin: 0; }
  @media (min-width: 700px) {
    .mobile-school-title {
      display: none; } }

.subpage-banner {
  height: 280px;
  width: 100%;
  margin: 0;
  clear: both;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 700px) {
    .subpage-banner {
      height: 350px;
      width: 100%; } }
  @media (min-width: 1000px) {
    .subpage-banner {
      height: 475px;
      width: 100%; } }

.skip-to-content {
  margin: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 0;
  height: 0; }
  .skip-to-content .skip-link {
    position: absolute;
    top: -100px;
    left: 0px;
    color: #fff;
    padding: 6px;
    display: inline-block;
    max-width: 200px;
    background: transparent;
    transition: top 1s ease-out, background 1s linear;
    z-index: 9999; }
    .skip-to-content .skip-link:focus {
      left: 0px;
      top: 0px;
      background: #6e1920;
      color: #FFF;
      transition: top .1s ease-in, background .5s linear; }

#fsFooter {
  padding: 0;
  color: #fff;
  background: #6e1920; }
  #fsFooter .fsBanner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 15px; }
    @media (min-width: 700px) {
      #fsFooter .fsBanner {
        padding: 0 35px; } }
    @media (min-width: 1000px) {
      #fsFooter .fsBanner {
        padding: 0 20px; } }
  #fsFooter .footer-top-container {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #F8BF4A;
    padding-bottom: 10px; }
    @media (min-width: 700px) {
      #fsFooter .footer-top-container {
        padding-bottom: 45px; } }
    @media (min-width: 1000px) {
      #fsFooter .footer-top-container {
        padding-bottom: 20px; } }
    #fsFooter .footer-top-container > .fsElementContent {
      overflow: hidden;
      padding-top: 55px; }
      @media (min-width: 1000px) {
        #fsFooter .footer-top-container > .fsElementContent {
          padding-top: 65px; } }
    #fsFooter .footer-top-container .ste-family {
      max-width: 500px;
      margin: 0 auto;
      margin-bottom: 30px; }
      @media (min-width: 1000px) {
        #fsFooter .footer-top-container .ste-family {
          float: left;
          padding-top: 5px;
          margin-bottom: 0; } }
      #fsFooter .footer-top-container .ste-family h3 {
        color: #ffffff;
        font-family: "Lora", Georgia, serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        font-style: italic;
        text-align: center; }
        @media (min-width: 700px) {
          #fsFooter .footer-top-container .ste-family h3 {
            font-size: 30px;
            line-height: 39px; } }
        @media (min-width: 1000px) {
          #fsFooter .footer-top-container .ste-family h3 {
            font-size: 28px;
            line-height: 39px;
            text-align: left;
            margin-top: -4px; } }
        @media (min-width: 1200px) {
          #fsFooter .footer-top-container .ste-family h3 {
            font-size: 35px;
            line-height: 46px; } }
    #fsFooter .footer-top-container .footer-utility-nav {
      max-width: 580px;
      margin: 0 auto;
      overflow: hidden; }
      @media (min-width: 1000px) {
        #fsFooter .footer-top-container .footer-utility-nav {
          float: right; } }
      #fsFooter .footer-top-container .footer-utility-nav nav ul, #fsFooter .footer-top-container .footer-utility-nav nav ul ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      #fsFooter .footer-top-container .footer-utility-nav nav ul li {
        margin: 0;
        padding: 0; }
      #fsFooter .footer-top-container .footer-utility-nav nav ul li {
        width: 180px;
        margin: 0 auto;
        margin-bottom: 21px; }
        @media (min-width: 700px) {
          #fsFooter .footer-top-container .footer-utility-nav nav ul li {
            float: left;
            margin-right: 20px;
            margin-bottom: 0; } }
        @media (min-width: 1000px) {
          #fsFooter .footer-top-container .footer-utility-nav nav ul li {
            margin-right: 10px; } }
        @media (min-width: 1200px) {
          #fsFooter .footer-top-container .footer-utility-nav nav ul li {
            margin-right: 20px; } }
        #fsFooter .footer-top-container .footer-utility-nav nav ul li a {
          display: inline-block;
          background: transparent;
          border: 1px solid #F8BF4A;
          color: #ffffff;
          font-family: "Lora", Georgia, serif;
          font-size: 20px;
          font-weight: 400;
          line-height: 25px;
          text-align: center;
          text-transform: uppercase;
          padding: 13px 15px;
          width: 178px;
          cursor: pointer; }
          #fsFooter .footer-top-container .footer-utility-nav nav ul li a:hover {
            color: #6e1920;
            background: #ffffff;
            border-color: #ffffff; }
        @media (min-width: 700px) {
          #fsFooter .footer-top-container .footer-utility-nav nav ul li:last-child {
            margin-right: 0; } }
  #fsFooter .footer-bottom-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 45px; }
    @media (min-width: 1000px) {
      #fsFooter .footer-bottom-container {
        padding-top: 30px; } }
    #fsFooter .footer-bottom-container .footer-contact-container {
      width: 100%;
      margin: 0 auto;
      overflow: hidden; }
      #fsFooter .footer-bottom-container .footer-contact-container .footer-address {
        max-width: 440px;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center; }
        @media (min-width: 1000px) {
          #fsFooter .footer-bottom-container .footer-contact-container .footer-address {
            float: left;
            text-align: left;
            margin-bottom: 0; } }
        #fsFooter .footer-bottom-container .footer-contact-container .footer-address h4 {
          color: #ffffff;
          font-family: "Lora", Georgia, serif;
          font-size: 18px;
          font-weight: 700;
          line-height: 23px;
          margin-bottom: 15px;
          text-transform: capitalize; }
          @media (min-width: 700px) {
            #fsFooter .footer-bottom-container .footer-contact-container .footer-address h4 {
              font-size: 24px;
              line-height: 31px;
              margin-bottom: 5px; } }
        #fsFooter .footer-bottom-container .footer-contact-container .footer-address a {
          color: inherit; }
        #fsFooter .footer-bottom-container .footer-contact-container .footer-address p {
          color: #ffffff;
          font-family: "Lato", sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 20px;
          margin-bottom: 8px; }
          @media (min-width: 700px) {
            #fsFooter .footer-bottom-container .footer-contact-container .footer-address p {
              font-size: 16px;
              line-height: 25px; } }
          #fsFooter .footer-bottom-container .footer-contact-container .footer-address p span {
            display: inline-block; }
            #fsFooter .footer-bottom-container .footer-contact-container .footer-address p span:first-child:after {
              content: '';
              background: #F8BF4A;
              width: 2px;
              height: 12px;
              display: inline-block;
              vertical-align: top;
              margin-left: 12px;
              margin-right: 12px;
              margin-top: 7px; }
      #fsFooter .footer-bottom-container .footer-contact-container .nav-utility-footer {
        margin-bottom: 20px; }
        @media (min-width: 1000px) {
          #fsFooter .footer-bottom-container .footer-contact-container .nav-utility-footer {
            margin-bottom: 0;
            float: right;
            clear: right; } }
        #fsFooter .footer-bottom-container .footer-contact-container .nav-utility-footer .fsNavLevel1 {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-align: center;
          align-items: center; }
          @media (min-width: 700px) {
            #fsFooter .footer-bottom-container .footer-contact-container .nav-utility-footer .fsNavLevel1 {
              -ms-flex-direction: row;
              flex-direction: row;
              -ms-flex-align: start;
              align-items: flex-start;
              -ms-flex-pack: center;
              justify-content: center; } }
          @media (min-width: 700px) {
            #fsFooter .footer-bottom-container .footer-contact-container .nav-utility-footer .fsNavLevel1 li:not(:last-child) {
              margin-right: 10px;
              padding-right: 9px;
              border-right: 1px solid #FFF; } }
          #fsFooter .footer-bottom-container .footer-contact-container .nav-utility-footer .fsNavLevel1 li a {
            color: #FFF;
            padding: 0; }
            #fsFooter .footer-bottom-container .footer-contact-container .nav-utility-footer .fsNavLevel1 li a:hover, #fsFooter .footer-bottom-container .footer-contact-container .nav-utility-footer .fsNavLevel1 li a:focus {
              color: #702E3E; }
      #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav {
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center; }
        @media (min-width: 1000px) {
          #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav {
            float: right;
            text-align: right;
            margin-bottom: 15px; } }
        #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav header {
          width: 100%; }
          #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav header h2 {
            width: 100%;
            color: #ffffff;
            font-family: "Lora", Georgia, serif;
            font-size: 18px;
            line-height: 25px;
            text-transform: capitalize;
            margin-bottom: 15px;
            text-align: center; }
            @media (min-width: 1000px) {
              #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav header h2 {
                text-align: right; } }
        #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav nav ul {
          overflow: hidden;
          text-align: center; }
          #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav nav ul, #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav nav ul ul {
            margin: 0;
            padding: 0;
            list-style: none; }
          #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav nav ul li {
            margin: 0;
            padding: 0; }
          #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav nav ul li {
            display: inline-block;
            width: 38px;
            height: 38px;
            text-align: center;
            margin-right: 15px;
            overflow: hidden;
            margin-right: 18px; }
            #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav nav ul li a {
              display: block;
              color: transparent;
              padding: 0;
              margin: 0;
              position: relative;
              width: 38px;
              height: 38px;
              background: #F8BF4A; }
              #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav nav ul li a:before {
                content: '';
                display: inline-block;
                font-size: 24px;
                line-height: 24px;
                font-weight: 400;
                color: #6e1920;
                vertical-align: middle;
                margin-top: 7px; }
              #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav nav ul li a[href*="facebook"]:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none; }
              #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav nav ul li a[href*="twitter"]:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none; }
              #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav nav ul li a[href*="instagram"]:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none; }
              #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav nav ul li a[href*="youtube"]:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none; }
              #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav nav ul li a:hover, #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav nav ul li a:focus {
                background: #ffffff; }
                #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav nav ul li a:hover:before, #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav nav ul li a:focus:before {
                  color: #6e1920; }
            #fsFooter .footer-bottom-container .footer-contact-container .footer-social-nav nav ul li:last-child {
              margin-right: 0; }
    #fsFooter .footer-bottom-container .footer-copyright-info-container {
      width: 100%;
      margin: 0 auto;
      overflow: hidden; }
      #fsFooter .footer-bottom-container .footer-copyright-info-container .footer-copyright {
        width: 280px;
        margin: 0 auto; }
        @media (min-width: 1000px) {
          #fsFooter .footer-bottom-container .footer-copyright-info-container .footer-copyright {
            float: left; } }
        #fsFooter .footer-bottom-container .footer-copyright-info-container .footer-copyright p {
          color: #ffffff;
          font-family: "Lato", sans-serif;
          font-size: 10px;
          font-weight: 400;
          line-height: 25px; }
  #fsFooter .nav-social {
    margin-bottom: 20px; }

.email-link {
  display: inline-block;
  color: transparent;
  width: 20px;
  position: relative;
  overflow: hidden;
  font-size: 0; }
  .email-link:hover {
    color: transparent; }
  .email-link:before {
    position: absolute;
    color: #ffffff;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 20px;
    display: block; }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #6e1920;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details a {
    color: inherit; }

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

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

html {
  font-family: "Lato", sans-serif;
  background: #702E3E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  line-height: 22px;
  color: #474747; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel, .fsTabs .fsPanel {
  border: 1px solid #6e1920;
  border-bottom: none; }
  .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
    cursor: pointer;
    background: #ffffff;
    transition: .3s; }
    .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
      margin-top: 0;
      font-weight: normal;
      font-size: 18px;
      line-height: 22px;
      color: #6e1920;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 20px;
      margin-bottom: 0;
      display: block;
      font-family: "Lato", sans-serif;
      font-size: 18px !important;
      font-weight: 700 !important;
      line-height: 23px !important;
      padding: 18px 13.33333px;
      color: #6e1920;
      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: #702E3E;
      transition: .3s; }
      .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
        color: #eee;
        transition: .3s; }
  .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
    background: #F8BF4A; }
    .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
      color: #6e1920; }
      .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }

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

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

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

.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 {
  border-bottom: 1px solid #6e1920; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup dialog box */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #6e1920;
    font-family: "Lora", Georgia, serif;
    font-weight: 700;
    margin-bottom: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

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

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

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar {
  margin-bottom: 30px; }
  .fsCalendar article {
    position: relative;
    padding-left: 75px;
    min-height: 50px;
    padding-top: 0; }
    .fsCalendar article .fsElementEventColorIcon {
      width: 12px;
      height: 12px; }
  .fsCalendar .fsDate {
    position: absolute;
    top: 6px;
    left: 0;
    text-align: center;
    height: 50px;
    width: 55px;
    color: #fff;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #F8BF4A; }
    .fsCalendar .fsDate > span {
      display: block; }
      .fsCalendar .fsDate > span.fsMonth {
        color: #6e1920;
        font-family: "Lato", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase; }
      .fsCalendar .fsDate > span.fsDay {
        color: #702E3E;
        font-family: "Lora", Georgia, serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 41px;
        text-align: center; }
  .fsCalendar header h2 {
    color: #0B233F;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize; }
  .fsCalendar article {
    margin-bottom: 40px; }
  .fsCalendar .fsTitle a {
    color: #6e1920;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px; }
  .fsCalendar .fsTimeRange, .fsCalendar .fsAllDay {
    color: rgba(0, 0, 0, 0.8);
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px; }
    .fsCalendar .fsTimeRange:before, .fsCalendar .fsAllDay:before {
      content: '';
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      vertical-align: middle;
      color: #F8BF4A;
      font-size: 12px;
      line-height: 12px;
      margin-right: 3px; }
  .fsCalendar .fsLocation {
    color: rgba(0, 0, 0, 0.8);
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px; }
    .fsCalendar .fsLocation:before {
      content: '';
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      vertical-align: middle;
      color: #702E3E;
      font-size: 12px;
      line-height: 12px;
      margin-left: 2px;
      margin-right: 7px; }
  .fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
    margin-bottom: 0; }
  .fsCalendar footer .fsElementFooterContent a {
    display: block;
    max-width: 300px; }

/*! _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) {
  .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

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

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #474747;
    color: #fff;
    border-radius: 0;
    text-align: center;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus,
    .fsStateSelected .scroll-up span {
      background: #878787;
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input,
    .fsComposerFormEmbed form textarea,
    .fsComposerFormEmbed form select {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      line-height: 22px;
      color: #474747; }
    .fsComposerFormEmbed form input {
      border: solid 1px #bbbbbb; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #bbbbbb; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #36c;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #039; }
    .fsComposerFormEmbed form .required {
      color: #702E3E; }
    .fsComposerFormEmbed form .pageControls {
      padding: 10px 0 !important;
      margin-bottom: 10px; }
      .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .userConfirmation {
      margin-bottom: 20px; }
      .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px; }
      .fsComposerFormEmbed form .userConfirmation > label {
        display: block; }
    .fsComposerFormEmbed form .elementColumn {
      zoom: 1;
      margin-bottom: 20px;
      max-width: 100%; }
      .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ''; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementColumn {
          float: none !important;
          width: 100% !important; } }
      .fsComposerFormEmbed form .elementColumn .elementContainer {
        margin-bottom: 0; }
      .fsComposerFormEmbed form .elementColumn .elementBody > input {
        width: 100%; }
    .fsComposerFormEmbed form .pageBreak {
      zoom: 1; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #36c;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #039;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      border-radius: 0;
      background: #702E3E;
      color: #fff;
      float: left;
      transition: .3s; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        background: #6e1920; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Lato", 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(71, 71, 71, 0.5); }

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

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

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

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

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

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

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

.fsResetPasswordFields label > span {
  display: block; }

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

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

.fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

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

.fsAccountGreeting {
  margin-bottom: 20px; }

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

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

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

.fsError {
  margin-bottom: 50px; }

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #474747;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .fsResetContinue:hover, .fsResetContinue:focus,
  .fsStateSelected .fsResetContinue,
  .fsResetCancel:hover,
  .fsResetCancel:focus,
  .fsStateSelected
  .fsResetCancel,
  .fsLoginNewSuccess > button:hover,
  .fsLoginNewSuccess > button:focus,
  .fsStateSelected
  .fsLoginNewSuccess > button {
    background: #878787;
    color: #fff; }
  .fsResetContinue em,
  .fsResetCancel em,
  .fsLoginNewSuccess > button em {
    display: block;
    font-style: normal; }

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

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #474747;
  font-family: "Lato", 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: #6e1920;
  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: 16px;
    font-family: "Lora", 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: "Lato", sans-serif;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  background-color: #6e1920;
  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(39, 42, 94, 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: 18px;
    line-height: 22px;
    color: #6e1920;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    margin-bottom: 0; } }

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

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

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

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

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

/*! _dialog.scss - src/sass/modules/news/_dialog.scss - news dialog pop up */
.fsPostElement header h2 {
  color: #0B233F;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize; }

.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 article {
  border-bottom: 1px solid #DCE0E9;
  margin-bottom: 30px;
  padding-bottom: 20px; }

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

.fsPostElement .fsTitle {
  margin-bottom: 4px; }
  .fsPostElement .fsTitle a {
    color: #6e1920;
    font-family: "Lora", Georgia, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px; }
    .fsPostElement .fsTitle a:hover {
      color: #702E3E; }

.fsPostElement .fsAuthor {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin: 0; }

.fsPostElement .fsDateTime {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  border-right: 1px solid #767679;
  padding-right: 10px;
  margin-right: 10px; }

.fsPostElement .fsSummary {
  margin-top: 10px;
  color: #474747;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; }

.fsPostElement .fsCategories {
  margin-left: 0;
  margin-bottom: 5px; }
  .fsPostElement .fsCategories .fsCategory {
    background: #702E3E;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 11px;
    text-align: center;
    padding: 8px 10px; }
    .fsPostElement .fsCategories .fsCategory:nth-child(even) {
      background: #6e1920; }

.fsPostElement .fsTags {
  margin-bottom: 13px; }
  .fsPostElement .fsTags .fsTag {
    border: 1px solid #6e1920;
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-transform: capitalize;
    text-align: center;
    margin-right: 4px; }

.fsPostElement .fsReadMoreLink {
  padding-top: 10px;
  color: #702E3E;
  font-family: "Lora", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px; }

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px; }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #6e1920 !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #eee;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "Lato", 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: #702E3E;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "Search";
      color: #fff;
      font-family: "Lato", sans-serif;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 16px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: black;
      transition: .3s; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

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

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

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

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

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

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

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

.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: #474747; }
  .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: #6e1920; }

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

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

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

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

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #474747;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus,
  .fsStateSelected .vimeo_view_link a {
    background: #878787;
    color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

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

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

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #474747;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus,
  .fsStateSelected .Youtube_view_link a {
    background: #878787;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
  border-top: 1px solid #6e1920;
  border-bottom: 1px solid #6e1920; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none;
    border-right: 1px solid #6e1920;
    border-left: 1px solid #6e1920; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .fsTabs .fsTabsNav li {
      margin-right: 0;
      border-right: 1px solid #6e1920;
      border-bottom: 1px solid #6e1920;
      padding: 0; }
      @media (min-width: 600px) {
        .fsTabs .fsTabsNav li {
          -ms-flex-positive: 1;
          flex-grow: 1; } }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        color: #6e1920;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 20px;
        margin-bottom: 0;
        display: block;
        font-family: "Lato", sans-serif;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 23px !important;
        padding: 18px 13.33333px;
        color: #6e1920;
        transition: .3s;
        background: #ffffff;
        color: #6e1920;
        padding: 15px 24px;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        text-align: center; }
        .fsTabs .fsTabsNav li a:hover {
          background: #702E3E;
          color: #eee; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #F8BF4A;
        color: #6e1920; }
      .fsTabs .fsTabsNav li:last-child {
        border-right: none; }
  .fsTabs .fsPanel {
    border-top: 0; }

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

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

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

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

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

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

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

.fsElementToolsSearchButton {
  margin: 10px 0 0; }

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

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

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

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */
/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.module {
  padding: 20px;
  color: #fff; }
  .module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
    color: inherit; }
  .module a {
    color: inherit; }

.module {
  background: #702E3E; }

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

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

.home .universal-slider {
  position: relative;
  background: #ffffff;
  margin: 0; }
  .home .universal-slider .fsElementSlideshow {
    padding: 0 !important;
    margin: 0; }
  .home .universal-slider .fsPager {
    display: none !important; }
  .home .universal-slider article {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    outline: 0 none !important;
    border: 0 none !important;
    line-height: 0; }
    .home .universal-slider article .fsTitle {
      display: none; }
    .home .universal-slider article figure, .home .universal-slider article video {
      width: 100%;
      z-index: 20;
      height: 274px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 402px; }
      @media (min-width: 700px) {
        .home .universal-slider article figure, .home .universal-slider article video {
          height: calc(100vh - 136px); } }
      @media (min-width: 1000px) {
        .home .universal-slider article figure, .home .universal-slider article video {
          height: calc(100vh - 196px); } }
      .home .universal-slider article figure img, .home .universal-slider article video img {
        display: none; }
    .home .universal-slider article video {
      -o-object-fit: cover;
      object-fit: cover; }
    .home .universal-slider article figcaption, .home .universal-slider article .fsDescription {
      z-index: 110;
      width: 100%;
      bottom: 0;
      padding: 15px 20px;
      color: #ffffff;
      font-size: 16px;
      line-height: 25px;
      font-weight: 400;
      position: absolute;
     
      background-color: rgb(86 155 57)}
      @media (min-width: 700px) {
        .home .universal-slider article figcaption, .home .universal-slider article .fsDescription {
          max-width: 350px;
          padding: 26px 60px 26px 37px;
          bottom: 41px;
          left: 0px; } }
      @media (min-width: 1000px) {
        .home .universal-slider article figcaption, .home .universal-slider article .fsDescription {
          padding: 26px 100px 26px 37px;
          max-width: 608px; } }
      .home .universal-slider article figcaption h2, .home .universal-slider article .fsDescription h2 {
        font-size: 22px;
        font-weight: 700;
        line-height: 38px;
        font-family: "Lora", Georgia, serif;
        color: #F8BF4A;
        text-transform: none;
        margin-bottom: 14px; }
        @media (min-width: 700px) {
          .home .universal-slider article figcaption h2, .home .universal-slider article .fsDescription h2 {
            font-size: 27px; } }
        @media (min-width: 1000px) {
          .home .universal-slider article figcaption h2, .home .universal-slider article .fsDescription h2 {
            font-size: 30px; } }
      .home .universal-slider article figcaption p, .home .universal-slider article .fsDescription p {
        margin: 0 0 5px 0; }
        .home .universal-slider article figcaption p em, .home .universal-slider article .fsDescription p em {
          font-style: normal;
          display: none; }
          @media (min-width: 1000px) {
            .home .universal-slider article figcaption p em, .home .universal-slider article .fsDescription p em {
              display: block; } }
      .home .universal-slider article figcaption a, .home .universal-slider article .fsDescription a {
        padding-top: 20px;
        color: #ffffff;
        display: block;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 22px; }
        @media (min-width: 1000px) {
          .home .universal-slider article figcaption a, .home .universal-slider article .fsDescription a {
            font-size: 18px; } }
        .home .universal-slider article figcaption a:hover, .home .universal-slider article .fsDescription a:hover {
          color: rgba(255, 255, 255, 0.5); }
    .home .universal-slider article.color-seq-3 figcaption {
      background-color: rgba(93, 93, 93, 0.95); }
    .home .universal-slider article.color-seq-2 figcaption {
      background-color: rgba(112, 46, 62, 0.95); }
    .home .universal-slider article.color-seq-1 figcaption {
     background-color: rgb(86 155 57);}
  .home .universal-slider .fsSlideshowPause, .home .universal-slider .fsSlideshowPlay {
    position: absolute;
    display: none;
    width: 36px;
    height: 36px;
    right: 56px;
    bottom: 20px;
    top: auto;
    background: transparent;
    line-height: 36px;
    text-align: center; }
    @media (min-width: 700px) {
      .home .universal-slider .fsSlideshowPause, .home .universal-slider .fsSlideshowPlay {
        display: block; } }
    .home .universal-slider .fsSlideshowPause span, .home .universal-slider .fsSlideshowPlay span {
      display: none; }
    .home .universal-slider .fsSlideshowPause:before, .home .universal-slider .fsSlideshowPlay:before {
      font-size: 38px;
      display: inline;
      color: #ffffff;
      background: none;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home .universal-slider .fsSlideshowPlay:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .home .universal-slider .fsPrevButton {
    position: absolute;
    width: 35px;
    height: 30px;
    top: auto;
    left: 225px;
    bottom: 2px;
    background: transparent;
    line-height: 35px;
    text-align: center;
    overflow: visible; }
    @media (min-width: 700px) {
      .home .universal-slider .fsPrevButton {
        left: 248px;
        bottom: 40px; } }
    @media (min-width: 1000px) {
      .home .universal-slider .fsPrevButton {
        left: 500px;
        bottom: 65px; } }
    .home .universal-slider .fsPrevButton span {
      display: none; }
    .home .universal-slider .fsPrevButton:before {
      position: absolute;
      color: #ffffff;
      background: none;
      font-size: 22px;
      top: 19px;
      left: 5px;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .universal-slider .fsPrevButton:after {
      left: 44px;
      top: 11px;
      display: block;
      position: absolute;
      height: 19px;
      width: 1px;
      content: '';
      background: #F8BF4A; }
    .home .universal-slider .fsPrevButton:hover:before {
      color: rgba(255, 255, 255, 0.5); }
  .home .universal-slider .fsNextButton {
    position: absolute;
    width: 35px;
    height: 30px;
    bottom: 65px;
    top: auto;
    left: 275px;
    bottom: 2px;
    background: transparent;
    line-height: 35px;
    text-align: center; }
    @media (min-width: 700px) {
      .home .universal-slider .fsNextButton {
        left: 298px;
        bottom: 40px; } }
    @media (min-width: 1000px) {
      .home .universal-slider .fsNextButton {
        left: 550px;
        bottom: 65px; } }
    .home .universal-slider .fsNextButton span {
      display: none; }
    .home .universal-slider .fsNextButton:before {
      position: absolute;
      color: #ffffff;
      background: none;
      font-size: 22px;
      top: 19px;
      left: 5px;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .universal-slider .fsNextButton:hover:before {
      color: rgba(255, 255, 255, 0.5); }

.home-calendar-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 30px; }
  .home-calendar-container .fsCalendar header {
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 40px; }
    @media (min-width: 500px) {
      .home-calendar-container .fsCalendar header {
        margin-bottom: 40px; } }
    .home-calendar-container .fsCalendar header h2 {
      width: 180px;
      margin: 0 auto;
      margin-bottom: 20px;
      color: #242A5B;
      font-family: "Lora", Georgia, serif;
      font-size: 36px;
      font-weight: normal;
      line-height: 46px; }
      @media (min-width: 500px) {
        .home-calendar-container .fsCalendar header h2 {
          margin: 0;
          float: left; } }
    .home-calendar-container .fsCalendar header .fsElementHeaderContent {
      width: 200px;
      margin: 0 auto; }
      @media (min-width: 500px) {
        .home-calendar-container .fsCalendar header .fsElementHeaderContent {
          margin: 0;
          float: right; } }
      .home-calendar-container .fsCalendar header .fsElementHeaderContent a {
        font-size: 18px;
        line-height: 22px;
        color: #6e1920; }
        .home-calendar-container .fsCalendar header .fsElementHeaderContent a:hover {
          color: #ffffff; }
  .home-calendar-container .fsCalendar > .fsElementContent {
    padding: 0; }
    .home-calendar-container .fsCalendar > .fsElementContent .fsElementSlideshow {
      padding: 0; }
    .home-calendar-container .fsCalendar > .fsElementContent article {
      position: relative;
      height: 280px;
      width: 33.33%;
      background: #ffffff;
      border: 1px solid rgba(151, 151, 151, 0.45);
      margin: 0 10px;
      padding: 30px 25px; }
      .home-calendar-container .fsCalendar > .fsElementContent article .fsDate {
        top: 37px;
        left: 20px;
        width: 60px; }
        .home-calendar-container .fsCalendar > .fsElementContent article .fsDate .fsMonth {
          color: #6e1920; }
        .home-calendar-container .fsCalendar > .fsElementContent article .fsDate .fsDay {
          line-height: 34px; }
      .home-calendar-container .fsCalendar > .fsElementContent article .fsTitle {
        height: 70px;
        overflow: hidden;
        padding-left: 65px; }
        .home-calendar-container .fsCalendar > .fsElementContent article .fsTitle a {
          color: #6e1920;
          font-family: "Lora", Georgia, serif;
          font-size: 18px;
          font-weight: 700;
          line-height: 25px; }
      .home-calendar-container .fsCalendar > .fsElementContent article .fsEventDetails {
        margin-top: 10px;
        margin-bottom: 25px;
        overflow: hidden; }
        .home-calendar-container .fsCalendar > .fsElementContent article .fsEventDetails .fsTimeRange, .home-calendar-container .fsCalendar > .fsElementContent article .fsEventDetails .fsAllDay, .home-calendar-container .fsCalendar > .fsElementContent article .fsEventDetails .fsLocation {
          color: #474747;
          font-family: "Lato", sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 22px;
          text-transform: none; }
          .home-calendar-container .fsCalendar > .fsElementContent article .fsEventDetails .fsTimeRange:before, .home-calendar-container .fsCalendar > .fsElementContent article .fsEventDetails .fsAllDay:before, .home-calendar-container .fsCalendar > .fsElementContent article .fsEventDetails .fsLocation:before {
            font-size: 18px;
            margin-top: -3px;
            line-height: 18px;
            color: #702E3E; }
        .home-calendar-container .fsCalendar > .fsElementContent article .fsEventDetails .fsTimeRange, .home-calendar-container .fsCalendar > .fsElementContent article .fsEventDetails .fsAllDay {
          margin-right: 20px; }
      .home-calendar-container .fsCalendar > .fsElementContent article .fsNotes {
        clear: both;
        padding-top: 8px; }
      .home-calendar-container .fsCalendar > .fsElementContent article .fsReadMoreLink {
        color: #702E3E;
        font-family: "Lato", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-transform: uppercase;
        position: absolute;
        left: 25px;
        bottom: 25px; }
        .home-calendar-container .fsCalendar > .fsElementContent article .fsReadMoreLink:hover {
          color: #F8BF4A; }
  .home-calendar-container .fsCalendar .fsPrevButton {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    position: absolute;
    color: transparent;
    background: transparent;
    outline: none !important;
    border: none;
    cursor: pointer;
    z-index: 200;
    transition: all 0.4s ease-in;
    overflow: hidden;
    top: 50%;
    left: -60px;
    margin-top: 0;
    display: none; }
    .home-calendar-container .fsCalendar .fsPrevButton:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 20px;
      left: 0;
      font-size: 38px;
      vertical-align: middle;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    @media (min-width: 1000px) {
      .home-calendar-container .fsCalendar .fsPrevButton {
        display: block; } }
    .home-calendar-container .fsCalendar .fsPrevButton:before {
      color: #702E3E;
      right: 0;
      left: auto; }
    .home-calendar-container .fsCalendar .fsPrevButton:hover:before {
      color: #702E3E; }
  .home-calendar-container .fsCalendar .fsNextButton {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    position: absolute;
    color: transparent;
    background: transparent;
    outline: none !important;
    border: none;
    cursor: pointer;
    z-index: 200;
    transition: all 0.4s ease-in;
    overflow: hidden;
    display: none;
    top: 50%;
    margin-top: 0;
    right: -60px; }
    .home-calendar-container .fsCalendar .fsNextButton:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 20px;
      left: 0;
      font-size: 38px;
      vertical-align: middle;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    @media (min-width: 1000px) {
      .home-calendar-container .fsCalendar .fsNextButton {
        display: block; } }
    .home-calendar-container .fsCalendar .fsNextButton:before {
      color: #702E3E;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      left: 0;
      right: auto; }
    .home-calendar-container .fsCalendar .fsNextButton:hover:before {
      color: #702E3E; }
  .home-calendar-container .fsPager li > button {
    height: 16px;
    width: 16px;
    border: 1px solid rgba(151, 151, 151, 0.45);
    background-color: #D8D8D8;
    border-radius: 0; }
    .home-calendar-container .fsPager li > button:before {
      display: none; }
  .home-calendar-container .fsPager li.slick-active > button {
    background-color: #702E3E;
    border-color: #702E3E; }
  .home-calendar-container .fsPager li:first-child {
    margin-left: 3px; }

.college-prep-area {
  width: 100%;
  padding: 50px 0px 0px 0px;
  overflow: hidden;
  background: #f0b94f;
  margin: 0 0 65px 0px; }
  @media (min-width: 1200px) {
    .college-prep-area {
      padding: 50px 0px 50px 0px; } }
  .college-prep-area > header {
    position: relative; }
    .college-prep-area > header h2 {
      text-transform: none;
      font-weight: normal;
      font-family: "Lora", Georgia, serif;
      font-size: 36px;
      line-height: 46px;
      text-align: center;
      color: #242A5B;
      margin: 0; }
  .college-prep-area > .fsElementContent {
    margin: 0 auto;
    max-width: 728px;
    padding: 20px 20px 0px 20px; }
    @media (min-width: 700px) {
      .college-prep-area > .fsElementContent {
        height: 405px;
        padding: 35px 20px; } }
    @media (min-width: 1200px) {
      .college-prep-area > .fsElementContent {
        height: 710px;
        max-width: 1220px; } }
  .college-prep-area .left-slider-area {
    width: 245px;
    margin: 0 auto;
    padding: 0px 10px 0px 10px; }
    @media (min-width: 700px) {
      .college-prep-area .left-slider-area {
        margin: 0;
        float: left;
        width: 266px;
        height: 320px;
        border-right: 1px solid #702E3E; } }
    @media (min-width: 1200px) {
      .college-prep-area .left-slider-area {
        width: 352px;
        height: 640px; } }
    @media (min-width: 1200px) {
      .college-prep-area .left-slider-area {
        padding: 0px 65px 0px 10px; } }
    .college-prep-area .left-slider-area .fact-slider {
      position: relative;
      margin: 0; }
      .college-prep-area .left-slider-area .fact-slider .slider-item {
        padding-top: 20px;
        height: 320px;
        text-align: center;
        font-size: 16px;
        line-height: 25px;
        color: #6e1920;
        margin: 0; }
        @media (min-width: 700px) {
          .college-prep-area .left-slider-area .fact-slider .slider-item {
            height: 360px;
            padding-top: 35px; } }
        @media (min-width: 1200px) {
          .college-prep-area .left-slider-area .fact-slider .slider-item {
            height: 320px;
            padding-top: 20px; } }
        .college-prep-area .left-slider-area .fact-slider .slider-item img {
          display: inline-block;
          max-height: 75px; }
        .college-prep-area .left-slider-area .fact-slider .slider-item h2 {
          font-weight: 700;
          font-size: 75px;
          line-height: 93px;
          text-align: center;
          color: #6e1920;
          font-family: "Lora", Georgia, serif;
          margin: 0; }
          @media (min-width: 1200px) {
            .college-prep-area .left-slider-area .fact-slider .slider-item h2 {
              font-size: 90px;
              line-height: 116px; } }
        .college-prep-area .left-slider-area .fact-slider .slider-item p {
          margin: 0; }
        @media (min-width: 1200px) {
          .college-prep-area .left-slider-area .fact-slider .slider-item.slick-current {
            border-bottom: 1px solid #702E3E; } }
      .college-prep-area .left-slider-area .fact-slider .slick-arrow {
        position: absolute;
        bottom: 0;
        left: 0;
        border: 0 none;
        outline: 0 none;
        background: transparent;
        width: 35px;
        height: 35px;
        color: transparent;
        cursor: pointer; }
      .college-prep-area .left-slider-area .fact-slider .slick-prev {
        left: -32px;
        top: 30%;
        bottom: auto;
        font-size: 30px; }
        @media (min-width: 700px) {
          .college-prep-area .left-slider-area .fact-slider .slick-prev {
            top: -30px;
            left: 110px; } }
        @media (min-width: 1200px) {
          .college-prep-area .left-slider-area .fact-slider .slick-prev {
            top: -30px;
            left: 122px; } }
        .college-prep-area .left-slider-area .fact-slider .slick-prev:before {
          color: #702E3E;
          width: 35px;
          height: 35px;
          position: absolute;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          top: 0;
          left: 0; }
          @media (min-width: 700px) {
            .college-prep-area .left-slider-area .fact-slider .slick-prev:before {
              -ms-transform: rotate(90deg);
              transform: rotate(90deg);
              left: -5px;
              top: 3px; } }
        .college-prep-area .left-slider-area .fact-slider .slick-prev:focus:before {
          outline: 1px dotted #ffffff; }
      .college-prep-area .left-slider-area .fact-slider .slick-next {
        right: -32px;
        top: 30%;
        bottom: auto;
        left: auto;
        font-size: 30px; }
        @media (min-width: 700px) {
          .college-prep-area .left-slider-area .fact-slider .slick-next {
            bottom: 0px;
            top: auto;
            left: 110px;
            right: auto; } }
        @media (min-width: 1200px) {
          .college-prep-area .left-slider-area .fact-slider .slick-next {
            left: 122px; } }
        @media (min-width: 1200px) {
          .college-prep-area .left-slider-area .fact-slider .slick-next {
            bottom: -20px; } }
        .college-prep-area .left-slider-area .fact-slider .slick-next:before {
          color: #702E3E;
          width: 35px;
          height: 35px;
          position: absolute;
          top: 0;
          left: 0;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
          @media (min-width: 700px) {
            .college-prep-area .left-slider-area .fact-slider .slick-next:before {
              -ms-transform: rotate(90deg);
              transform: rotate(90deg);
              left: -5px;
              top: -10px; } }
        .college-prep-area .left-slider-area .fact-slider .slick-next:focus:before {
          outline: 1px dotted #ffffff; }
  .college-prep-area .right-map-area {
    display: none;
    float: right; }
    @media (min-width: 700px) {
      .college-prep-area .right-map-area {
        display: block;
        width: 420px; } }
    @media (min-width: 1200px) {
      .college-prep-area .right-map-area {
        width: 750px; } }
    .college-prep-area .right-map-area .location-map {
      position: relative; }
      .college-prep-area .right-map-area .location-map .map-coords {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 5;
        margin: 0 !important; }
        .college-prep-area .right-map-area .location-map .map-coords li {
          display: block;
          width: 8px;
          height: 8px;
          line-height: 8px;
          margin-top: -4px !important;
          margin-left: -4px !important;
          position: absolute;
          z-index: 10;
          cursor: pointer; }
          @media (min-width: 1200px) {
            .college-prep-area .right-map-area .location-map .map-coords li {
              width: 10px;
              height: 10px;
              margin-top: -5px;
              margin-left: -5px;
              line-height: 10px; } }
          .college-prep-area .right-map-area .location-map .map-coords li:hover {
            z-index: 11; }
          .college-prep-area .right-map-area .location-map .map-coords li:before {
            transition: all 0.3s ease;
            position: absolute;
            top: -1px;
            left: 3px;
            font-size: 8px;
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #ffffff; }
            @media (min-width: 1200px) {
              .college-prep-area .right-map-area .location-map .map-coords li:before {
                font-size: 10px; } }
          .college-prep-area .right-map-area .location-map .map-coords li a {
            opacity: 0;
            transition: all 0.4s ease;
            max-width: 580px;
            padding: 3px;
            position: absolute;
            display: inline-block;
            top: -12px;
            border-radius: 3px;
            font-size: 10px;
            line-height: 12px;
            color: #ffffff;
            white-space: nowrap;
            background-color: #943d52;
            -ms-transform: scale(0) translate(-50%, 100%);
            transform: scale(0) translate(-50%, 100%); }
            .college-prep-area .right-map-area .location-map .map-coords li a:focus {
              opacity: 1;
              -ms-transform: scale(1) translate(-50%, -43%);
              transform: scale(1) translate(-50%, -43%); }
          .college-prep-area .right-map-area .location-map .map-coords li:hover:before, .college-prep-area .right-map-area .location-map .map-coords li:focus:before {
            color: #ffffff;
            font-size: 10px; }
            @media (min-width: 1200px) {
              .college-prep-area .right-map-area .location-map .map-coords li:hover:before, .college-prep-area .right-map-area .location-map .map-coords li:focus:before {
                font-size: 13px; } }
          .college-prep-area .right-map-area .location-map .map-coords li:hover a, .college-prep-area .right-map-area .location-map .map-coords li:focus a {
            opacity: 1;
            -ms-transform: scale(1) translate(-50%, -43%);
            transform: scale(1) translate(-50%, -43%); }
      .college-prep-area .right-map-area .location-map .coordinates-popup {
        position: absolute;
        background: #ffffff;
        color: #000000;
        padding: 9px 5px;
        margin-top: -87px;
        margin-left: -310px;
        z-index: 9000;
        width: 620px;
        height: 80px;
        text-align: center;
        border: 1px solid #000000; }
        .college-prep-area .right-map-area .location-map .coordinates-popup:after {
          content: '';
          display: block;
          position: absolute;
          top: 100%;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-top: 7px solid #ffffff; }
        .college-prep-area .right-map-area .location-map .coordinates-popup .html-markup {
          display: block;
          margin: 5px; }
  .college-prep-area body.fsComposeMode .coordinates-popup {
    display: none; }
  .college-prep-area footer {
    max-width: 1180px;
    position: relative;
    margin: 0 auto; }
    .college-prep-area footer > .fsElementFooterContent {
      width: 100%;
      text-align: center;
      padding: 27px;
      font-size: 16px;
      line-height: 25px;
      color: #ffffff;
      background: rgba(112, 46, 62, 0.95);
      position: relative; }
      @media (min-width: 700px) {
        .college-prep-area footer > .fsElementFooterContent {
          text-align: left;
          padding: 29px 300px 29px 35px;
          position: relative; } }
      @media (min-width: 1200px) {
        .college-prep-area footer > .fsElementFooterContent {
          position: absolute;
          top: -134px;
          right: 0;
          width: 784px;
          height: 111px;
          padding: 29px 216px 10px 25px; } }
      .college-prep-area footer > .fsElementFooterContent p {
        margin: 0; }
      .college-prep-area footer > .fsElementFooterContent a {
        margin-top: 12px;
        display: inline-block;
        width: 195px;
        height: 53px;
        right: 22px;
        top: 28px;
        line-height: 53px;
        font-size: 18px;
        color: #ffffff;
        text-transform: uppercase;
        background-color: #6e1920;
        text-align: center; }
        @media (min-width: 700px) {
          .college-prep-area footer > .fsElementFooterContent a {
            position: absolute;
            margin-top: 0; } }
        .college-prep-area footer > .fsElementFooterContent a span {
          display: none; }
        .college-prep-area footer > .fsElementFooterContent a:hover {
          background-color: #ffffff;
          color: #6e1920; }
      .college-prep-area footer > .fsElementFooterContent:after {
        content: '';
        left: 100%;
        top: 0px;
        position: absolute;
        width: 100000px;
        height: 111px;
        background: rgba(112, 46, 62, 0.95); }

.map-coordinates {
  overflow: hidden;
  position: relative;
  z-index: 4000;
  padding-bottom: 60px; }

body:not(.fsComposeMode) .map-coordinates {
  display: none; }

.homepage-callout-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition: 0.3s all; }
  @media (min-width: 800px) {
    .homepage-callout-container > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .homepage-callout-container .homepage-callout {
    margin: 0;
    width: 100%;
    height: 450px;
    background-size: cover;
    cursor: pointer;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media (min-width: 800px) {
      .homepage-callout-container .homepage-callout {
        width: 50%;
        height: 350px; } }
    @media (min-width: 1200px) {
      .homepage-callout-container .homepage-callout {
        width: 25%;
        height: 600px; } }
    .homepage-callout-container .homepage-callout > .fsElementContent {
      transition: 0.3s all;
      width: 100%;
      height: 100%;
      text-align: center;
      position: absolute;
      padding: 0 20px;
      bottom: 0;
      left: 0;
      background: rgba(39, 42, 94, 0.8);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 800px) {
        .homepage-callout-container .homepage-callout > .fsElementContent {
          background: rgba(255, 255, 255, 0.88);
          margin-bottom: 0; } }
    .homepage-callout-container .homepage-callout h2 {
      font-family: "Lora", Georgia, serif;
      font-size: 47px;
      font-weight: 400;
      line-height: 60px;
      text-align: center;
      text-transform: capitalize;
      color: #ffffff; }
      @media (min-width: 800px) {
        .homepage-callout-container .homepage-callout h2 {
          font-size: 25px;
          line-height: 32px;
          color: #6e1920; } }
      @media (min-width: 1200px) {
        .homepage-callout-container .homepage-callout h2 {
          font-size: 47px;
          font-weight: 400;
          line-height: 60px; } }
      .homepage-callout-container .homepage-callout h2:after {
        content: '';
        background: #F8BF4A;
        height: 4px;
        width: 50px;
        margin: 0 auto;
        display: block;
        vertical-align: bottom;
        margin-top: 10px; }
    .homepage-callout-container .homepage-callout h3 {
      font-family: "Lato", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 22px;
      text-align: center;
      text-transform: uppercase;
      color: #ffffff; }
      @media (min-width: 800px) {
        .homepage-callout-container .homepage-callout h3 {
          font-size: 14px;
          line-height: 17px;
          color: #6e1920;
          margin-bottom: 0; } }
      @media (min-width: 1200px) {
        .homepage-callout-container .homepage-callout h3 {
          font-size: 18px;
          font-weight: 400;
          line-height: 22px; } }
    .homepage-callout-container .homepage-callout p {
      font-family: "Lato", sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 25px;
      text-align: center;
      padding: 0 40px;
      color: #ffffff;
      opacity: 1; }
      @media (min-width: 800px) {
        .homepage-callout-container .homepage-callout p {
          font-size: 12px;
          line-height: 14px;
          opacity: 0;
          height: 0;
          margin-bottom: 0; } }
      @media (min-width: 1200px) {
        .homepage-callout-container .homepage-callout p {
          font-size: 15px;
          font-weight: 400;
          line-height: 25px; } }
    .homepage-callout-container .homepage-callout .callout-learn-more {
      display: block;
      width: 194px;
      background: transparent;
      border-color: #F8BF4A;
      color: #ffffff;
      opacity: 1;
      margin: auto; }
      .homepage-callout-container .homepage-callout .callout-learn-more span {
        display: none; }
      .homepage-callout-container .homepage-callout .callout-learn-more:hover, .homepage-callout-container .homepage-callout .callout-learn-more:focus {
        background-color: #ffffff;
        border-color: #ffffff !important;
        color: #6e1920 !important; }
      @media (min-width: 800px) {
        .homepage-callout-container .homepage-callout .callout-learn-more {
          width: 144px;
          opacity: 0;
          height: 0;
          padding: 0;
          border-width: 0; } }
      @media (min-width: 1200px) {
        .homepage-callout-container .homepage-callout .callout-learn-more {
          width: 194px; } }
    .homepage-callout-container .homepage-callout:hover > .fsElementContent, .homepage-callout-container .homepage-callout:focus > .fsElementContent, .homepage-callout-container .homepage-callout.hover > .fsElementContent {
      background-color: rgb(86 155 57); }
    .homepage-callout-container .homepage-callout:hover h2, .homepage-callout-container .homepage-callout:focus h2, .homepage-callout-container .homepage-callout.hover h2 {
      color: #ffffff; }
    .homepage-callout-container .homepage-callout:hover h3, .homepage-callout-container .homepage-callout:focus h3, .homepage-callout-container .homepage-callout.hover h3 {
      color: #ffffff;
      margin-bottom: 20px; }
    .homepage-callout-container .homepage-callout:hover p, .homepage-callout-container .homepage-callout:focus p, .homepage-callout-container .homepage-callout.hover p {
      color: #ffffff;
      opacity: 1;
      height: auto;
      margin-bottom: 20px; }
    .homepage-callout-container .homepage-callout:hover .callout-learn-more, .homepage-callout-container .homepage-callout:focus .callout-learn-more, .homepage-callout-container .homepage-callout.hover .callout-learn-more {
      border-color: #F8BF4A;
      color: #ffffff;
      opacity: 1;
      height: auto;
      padding: 15px;
      border-width: 1px; }

.fsComposeMode .homepage-callout .fsElementActionSection {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px; }

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

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 36.36364%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 18.18182%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 9.09091%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #474747;
      color: #474747; }
      .colors ol li:nth-of-type(1):after {
        content: "#474747"; }
    .colors ol li:nth-of-type(2) {
      background: #702E3E;
      color: #702E3E; }
      .colors ol li:nth-of-type(2):after {
        content: "#702E3E"; }
    .colors ol li:nth-of-type(3) {
      background: #6e1920;
      color: #6e1920; }
      .colors ol li:nth-of-type(3):after {
        content: "#6e1920"; }
    .colors ol li:nth-of-type(4) {
      background: #eee;
      color: #eee; }
      .colors ol li:nth-of-type(4):after {
        content: "#eee"; }
    .colors ol li:nth-of-type(5) {
      background: #333;
      color: #333; }
      .colors ol li:nth-of-type(5):after {
        content: "#333"; }
    .colors ol li:nth-of-type(6) {
      background: #747B83;
      color: #747B83; }
      .colors ol li:nth-of-type(6):after {
        content: "#747B83"; }
    .colors ol li:nth-of-type(7) {
      background: #F8BF4A;
      color: #F8BF4A; }
      .colors ol li:nth-of-type(7):after {
        content: "#F8BF4A"; }
    .colors ol li:nth-of-type(8) {
      background: #8EB4C7;
      color: #8EB4C7; }
      .colors ol li:nth-of-type(8):after {
        content: "#8EB4C7"; }
    .colors ol li:nth-of-type(9) {
      background: #767679;
      color: #767679; }
      .colors ol li:nth-of-type(9):after {
        content: "#767679"; }
    .colors ol li:nth-of-type(10) {
      background: #DCE0E9;
      color: #DCE0E9; }
      .colors ol li:nth-of-type(10):after {
        content: "#DCE0E9"; }
    .colors ol li:nth-of-type(11) {
      background: #2F3336;
      color: #2F3336; }
      .colors ol li:nth-of-type(11):after {
        content: "#2F3336"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Lora", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Lora, Georgia, serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: "adelle", Georgia, serif; }
      .fonts ol li:nth-of-type(2):after {
        content: "adelle, Georgia, serif"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Lato", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Lato, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "Roboto", sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "Roboto, sans-serif"; }
    .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: 48px / line: 61px"; }

.headers h2:after {
  content: " size: 18px / line: 22px"; }

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

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

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

.headers h6:after {
  content: " size: 14px / line: 22px"; }

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

.image-button {
  min-height: 280px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0; }
  body.fsComposeMode .image-button > header {
    position: static;
    opacity: 1;
    visibility: visible; }
  body.fsComposeMode .image-button > .fsElementContent {
    display: block; }
  body.fsComposeMode .image-button .overlay,
  body.fsComposeMode .image-button .wrapper {
    display: none; }
  .image-button:hover > header {
    opacity: 0;
    visibility: hidden; }
  .image-button:hover .wrapper {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1);
    transform: scale(1); }
  .image-button > header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border-top: 8px solid rgba(241, 186, 81, 0.84);
    background: rgba(31, 34, 72, 0.84);
    transition: all 0.3s ease; }
    .image-button > header .fsElementTitle {
      font-size: 1rem;
      line-height: 1.3125;
      font-weight: 700;
      color: #FFF;
      text-transform: none;
      margin: 0;
      padding: 19px 20px 20px; }
  .image-button > .fsElementContent {
    display: none; }
  .image-button .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50; }
  .image-button .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: all 0.3s ease;
    border: 1px solid #FFF;
    background: rgba(31, 34, 72, 0.84);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 20px 25px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #FFF;
    border-top: 8px solid rgba(241, 186, 81, 0.84); }
    .image-button .wrapper > header .fsElementTitle {
      font-size: 1rem;
      line-height: 1.3125;
      font-weight: 700;
      color: #FFF;
      text-transform: none;
      margin: 0 0 16px; }
    .image-button .wrapper > .fsElementContent p {
      margin-bottom: 25px; }
      .image-button .wrapper > .fsElementContent p:last-child {
        margin-bottom: 0; }
    .image-button .wrapper > .fsElementContent a {
      border: 1px solid #FFF;
      display: block;
      font-size: 1rem;
      line-height: 1.1875;
      text-transform: uppercase;
      max-width: 171px;
      text-align: center;
      margin: 0 auto;
      color: #FFF;
      padding: 13px 10px; }

body:not(.fsComposeMode):not(.fsHasLeftBanner):not(.fsHasRightBanner) .bpa-testimonials-2.dark {
  width: 100vw;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate3d(-50%, 0, 0);
  position: relative;
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

body:not(.fsComposeMode) .bpa-testimonials-2.dark {
  background-color: #6e1920; }
  body:not(.fsComposeMode) .bpa-testimonials-2.dark > .fsElementContent,
  body:not(.fsComposeMode) .bpa-testimonials-2.dark > header,
  body:not(.fsComposeMode) .bpa-testimonials-2.dark > footer {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  body:not(.fsComposeMode) .bpa-testimonials-2.dark .fsElementTitle {
    color: #fff; }
  body:not(.fsComposeMode) .bpa-testimonials-2.dark .fsElement > footer {
    background-color: #fff;
    color: #6e1920; }
    body:not(.fsComposeMode) .bpa-testimonials-2.dark .fsElement > footer:after {
      border-color: transparent transparent #fff transparent; }
  body:not(.fsComposeMode) .bpa-testimonials-2.dark .slick-dots button {
    background-color: rgba(39, 42, 94, 0.4); }
  body:not(.fsComposeMode) .bpa-testimonials-2.dark .slick-dots .slick-active button,
  body:not(.fsComposeMode) .bpa-testimonials-2.dark .slick-dots button:hover {
    background-color: rgba(39, 42, 94, 0.8); }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .bpa-testimonials-2.dark:not([class*=stacked]) .fsElement > footer:after {
      border-color: transparent #fff transparent transparent; } }

body:not(.fsComposeMode) .bpa-testimonials-2 .fsElement {
  margin-bottom: 0; }
  body:not(.fsComposeMode) .bpa-testimonials-2 .fsElement.testimonial-icon_apple .fsElementFooterContent:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 100px; }
  body:not(.fsComposeMode) .bpa-testimonials-2 .fsElement.testimonial-icon_backpack .fsElementFooterContent:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 100px; }
  body:not(.fsComposeMode) .bpa-testimonials-2 .fsElement.testimonial-icon_cap .fsElementFooterContent:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 100px; }
  body:not(.fsComposeMode) .bpa-testimonials-2 .fsElement.testimonial-icon_trophy .fsElementFooterContent:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 100px; }
  body:not(.fsComposeMode) .bpa-testimonials-2 .fsElement > .fsElementContent,
  body:not(.fsComposeMode) .bpa-testimonials-2 .fsElement > footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  body:not(.fsComposeMode) .bpa-testimonials-2 .fsElement > .fsElementContent {
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 40px;
    background-color: #F5F5F5;
    font-size: 1.125em;
    line-height: 1.6;
    text-align: center; }
    body:not(.fsComposeMode) .bpa-testimonials-2 .fsElement > .fsElementContent:before, body:not(.fsComposeMode) .bpa-testimonials-2 .fsElement > .fsElementContent:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      color: rgba(39, 42, 94, 0.15);
      font-size: 40px; }
    body:not(.fsComposeMode) .bpa-testimonials-2 .fsElement > .fsElementContent:before {
      left: 30px;
      top: 30px; }
    body:not(.fsComposeMode) .bpa-testimonials-2 .fsElement > .fsElementContent:after {
      right: 30px;
      bottom: 30px;
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  body:not(.fsComposeMode) .bpa-testimonials-2 .fsElement > footer {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #6e1920;
    color: #fff;
    padding: 40px 40px 80px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.875em; }
    body:not(.fsComposeMode) .bpa-testimonials-2 .fsElement > footer .fsElementFooterContent {
      margin-top: 0; }
    body:not(.fsComposeMode) .bpa-testimonials-2 .fsElement > footer p {
      margin-bottom: 0; }
    body:not(.fsComposeMode) .bpa-testimonials-2 .fsElement > footer strong {
      display: inline-block;
      font-family: "Lora", Georgia, serif;
      font-size: 1.286em;
      font-weight: 500;
      text-transform: capitalize;
      margin-bottom: 10px; }
    body:not(.fsComposeMode) .bpa-testimonials-2 .fsElement > footer:after {
      position: absolute;
      top: -17px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 17px 17px 17px;
      border-color: transparent transparent #6e1920 transparent; }

body:not(.fsComposeMode) .bpa-testimonials-2 .slick-dots {
  position: absolute;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  text-align: center; }
  body:not(.fsComposeMode) .bpa-testimonials-2 .slick-dots, body:not(.fsComposeMode) .bpa-testimonials-2 .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  body:not(.fsComposeMode) .bpa-testimonials-2 .slick-dots li {
    margin: 0;
    padding: 0; }
  body:not(.fsComposeMode) .bpa-testimonials-2 .slick-dots li {
    display: inline-block;
    margin-left: 6px; }
  body:not(.fsComposeMode) .bpa-testimonials-2 .slick-dots button {
    border: 0;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    font-size: 0;
    transition: .3s; }
  body:not(.fsComposeMode) .bpa-testimonials-2 .slick-dots .slick-active button,
  body:not(.fsComposeMode) .bpa-testimonials-2 .slick-dots button:hover {
    background-color: rgba(255, 255, 255, 0.8); }

@media (min-width: 600px) {
  body:not(.fsComposeMode) .bpa-testimonials-2:not([class*=stacked]) .fsElement {
    display: -ms-flexbox;
    display: flex; }
    body:not(.fsComposeMode) .bpa-testimonials-2:not([class*=stacked]) .fsElement > .fsElementContent {
      padding: 130px 40px;
      font-size: 1.375em;
      line-height: 1.5; }
      body:not(.fsComposeMode) .bpa-testimonials-2:not([class*=stacked]) .fsElement > .fsElementContent:before {
        left: 40px;
        top: 40px; }
      body:not(.fsComposeMode) .bpa-testimonials-2:not([class*=stacked]) .fsElement > .fsElementContent:after {
        right: 40px;
        bottom: 40px; }
    body:not(.fsComposeMode) .bpa-testimonials-2:not([class*=stacked]) .fsElement > footer {
      width: 32.2%;
      padding: 40px;
      font-size: 1em; }
      body:not(.fsComposeMode) .bpa-testimonials-2:not([class*=stacked]) .fsElement > footer strong {
        font-size: 1.4em; }
      body:not(.fsComposeMode) .bpa-testimonials-2:not([class*=stacked]) .fsElement > footer:after {
        top: auto;
        left: -17px;
        border-width: 17px 17px 17px 0;
        border-color: transparent #6e1920 transparent transparent; }
  body:not(.fsComposeMode) .bpa-testimonials-2:not([class*=stacked]) .slick-dots {
    width: 32.2%; } }

.bpa-thermometer-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  @media (max-width: 599px) {
    .bpa-thermometer-1 {
      -ms-flex-pack: center;
      justify-content: center; } }
  .fsBannerLeft .bpa-thermometer-1,
  .fsBannerRight .bpa-thermometer-1,
  .fsStyleOneThird .bpa-thermometer-1,
  .fsThreeColumnLayout > .fsDiv .bpa-thermometer-1,
  .fsFourColumnLayout > .fsDiv .bpa-thermometer-1 {
    -ms-flex-pack: center;
    justify-content: center; }
    .fsBannerLeft .bpa-thermometer-1 > .fsElementContent,
    .fsBannerRight .bpa-thermometer-1 > .fsElementContent,
    .fsStyleOneThird .bpa-thermometer-1 > .fsElementContent,
    .fsThreeColumnLayout > .fsDiv .bpa-thermometer-1 > .fsElementContent,
    .fsFourColumnLayout > .fsDiv .bpa-thermometer-1 > .fsElementContent {
      text-align: center; }
  .bpa-thermometer-1 > .fsElementContent {
    -ms-flex-order: 3;
    order: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    .bpa-thermometer-1 > .fsElementContent ul {
      list-style: none;
      padding: 0;
      margin: 0 0 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .bpa-thermometer-1 > .fsElementContent ul li {
        font-size: 16px;
        line-height: 22px;
        padding: 9px 0; }
        .bpa-thermometer-1 > .fsElementContent ul li:before {
          color: #6e1920;
          display: block;
          font-size: 18px;
          font-weight: 700;
          line-height: 24px; }
      .bpa-thermometer-1 > .fsElementContent ul li:first-of-type:before {
        content: "Total Raised"; }
      .bpa-thermometer-1 > .fsElementContent ul li:last-of-type:before {
        content: "Our Goal"; }
  .bpa-thermometer-1 .therm-wrapper {
    height: 360px;
    width: 95px;
    overflow: hidden;
    position: relative; }
    .bpa-thermometer-1 .therm-wrapper svg {
      display: block;
      z-index: 2;
      position: relative; }
      .bpa-thermometer-1 .therm-wrapper svg .filler {
        fill: #6e1920; }
      .bpa-thermometer-1 .therm-wrapper svg .inner-border {
        fill: #fff; }
      .bpa-thermometer-1 .therm-wrapper svg .outer-border {
        fill: #ddd; }
      .bpa-thermometer-1 .therm-wrapper svg .lines line {
        stroke: #ddd; }
      .bpa-thermometer-1 .therm-wrapper svg rect.inner-fill {
        fill: #eee;
        transition: height 0.5s; }
        .bpa-thermometer-1 .therm-wrapper svg rect.inner-fill.animate {
          transition: height 0.5s; }
    .bpa-thermometer-1 .therm-wrapper .percentage {
      color: #fff;
      font-size: 25px;
      font-weight: bold;
      line-height: 95px;
      position: absolute;
      bottom: 0;
      height: 95px;
      width: 95px;
      text-align: center;
      z-index: 5; }
  .bpa-thermometer-1.dark {
    background: #6e1920;
    padding: 15px;
    color: #fff; }
    .bpa-thermometer-1.dark h1, .bpa-thermometer-1.dark h2, .bpa-thermometer-1.dark h3, .bpa-thermometer-1.dark h4, .bpa-thermometer-1.dark h5, .bpa-thermometer-1.dark h6, .bpa-thermometer-1.dark a {
      color: inherit; }
    .bpa-thermometer-1.dark .percentage {
      color: #6e1920; }
    .bpa-thermometer-1.dark svg .filler {
      fill: #fff; }
    .bpa-thermometer-1.dark svg .inner-border {
      fill: #6e1920; }
    .bpa-thermometer-1.dark svg .outer-border {
      fill: #fff; }
    .bpa-thermometer-1.dark svg .lines line {
      stroke: #fff; }
    .bpa-thermometer-1.dark svg rect.inner-fill {
      fill: rgba(39, 42, 94, 0.7); }
    .bpa-thermometer-1.dark ul li {
      color: #fff; }
      .bpa-thermometer-1.dark ul li:before {
        color: #fff; }

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