 /**
 *
 * Lackland Independent School District - avon
 * @link http://lacklandisdnet.finalsite.com
 * Site Template : 
 * Built By: Josh Webb
 * Project Manager: Connie Cavallo
 * Designer: Keisha Croxton
 * ==== Git Info ====
 * Branch Name: clients/lacklandisdnet
 * Build version: 3.2.6
 * Git Tag: v3.0-211-g05ea00db1a
 * Last build by: Josh Webb
 *
 **/

@charset "UTF-8";
:root {
  --m1: 39, 63, 106;
  --m2: 92, 151, 49; }

/*! 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.eot");
  src: url("../fonts/icomoond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 16px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 16px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #36c;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #039; }

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

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.05); }
  .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 {
    background-color: rgba(0, 0, 0, 0.1); }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td {
    vertical-align: top;
    border-bottom: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th {
    padding: 10px 20px;
    text-align: left;
    background: #273f6a;
    color: #fff; }

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

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

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

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #1c1c1c; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #1c1c1c; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: black; }

.fsElementDialog {
  color: #1c1c1c; }

/*! 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: #1c1c1c;
    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%;
    -webkit-transform: translate3d(0, -50%, 0);
    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(28, 28, 28, 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: #1c1c1c; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: rgba(28, 28, 28, 0.25);
        transition: .3s;
        opacity: 1; }
      .fsSlideshow .fsPager li button:hover:before, .fsSlideshow .fsPager li button:focus:before {
        background-color: #1c1c1c;
        transition: .3s; }
      .fsSlideshow .fsPager li button:focus {
        outline: 1px dashed rgba(28, 28, 28, 0.25); }
    .fsSlideshow .fsPager li.slick-active button:before {
      opacity: 1;
      background-color: #1c1c1c; }

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #273f6a;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .button:hover, .button:focus,
  .fsStateSelected .button {
    background: rgba(255, 255, 255, 0.25);
    color: #fff; }
  .button em {
    display: block;
    font-style: normal; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #5C9731;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .color-button:hover, .color-button:focus,
  .fsStateSelected .color-button {
    background: rgba(255, 255, 255, 0.25);
    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: #5C9731;
  border-radius: 0;
  text-align: center;
  border: 0.2em solid #5C9731; }
  .hollow-button:hover, .hollow-button:focus,
  .fsStateSelected .hollow-button {
    background: rgba(255, 255, 255, 0.25);
    color: #5C9731; }
  .hollow-button em {
    display: block;
    font-style: normal; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton {
    background: rgba(255, 255, 255, 0.25);
    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: #1c1c1c;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus,
  .fsStateSelected .fsStyleUpdateButton {
    background: rgba(255, 255, 255, 0.25);
    color: #fff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }

.lead-in {
  font-size: 1.25em;
  line-height: 1.2em; }

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 1em;
  line-height: 1.2em; }
  blockquote:before {
    position: absolute;
    right: 100%;
    top: 0;
    content: '\201C'; }

cite {
  display: block;
  margin: 0 0 20px;
  font-style: normal; }
  cite:before {
    content: '- '; }

.callout {
  padding: 20px;
  background: #273f6a;
  color: #fff; }
  .callout.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left {
        width: 50%; } }
  .callout.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right {
        width: 50%; } }

/*! _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 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-rule: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map ul.fsNavLevel1 li {
          -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid-column; } }
    .nav-site-map ul.fsNavLevel1 > li > a {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map ul.fsNavLevel5 {
    list-style: disc; }

.nav-tier 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: #273f6a;
    background: #d5d5d5; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #5C9731;
      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; }
  @media screen and (max-width: 599px) {
    .nav-sub > header {
      display: block;
      position: relative; }
      .nav-sub > header .fsElementTitle {
        position: relative;
        margin-top: 0;
        font-weight: normal;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        padding: 10px 20px;
        color: #eee;
        background-color: #5C9731;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #273f6a;
          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%;
          -webkit-transform: translate3d(0, -50%, 0);
          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: #333; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #039;
        background: #eee; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #5C9731;
          background: #1c1c1c; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #1c1c1c; }
        .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: #273f6a;
            background: #1c1c1c; }
      .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: #5C9731;
      color: #eee; }
      .nav-sub.active-nav > header .fsElementTitle:after {
        content: "-"; } }
  @media (min-width: 600px) {
    .nav-sub {
      display: block; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .fsHeader .nav-sub {
    display: block; }
    @media (min-width: 600px) {
      .fsHeader .nav-sub {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      padding: 10px 10px;
      color: #36c;
      background: transparent; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #039;
        background: #eee; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #273f6a;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #5C9731;
        background: #eee; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: #f3f3f3; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #039;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #36c;
          background: #eee; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 599px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .nav-sub .fsNavLevel1 > li {
      border-bottom: 1px solid #eee; }
      .nav-sub .fsNavLevel1 > li:last-child {
        border-bottom: none; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 20px; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 30px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 40px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 50px; }

.nav-main {
  margin-bottom: 0; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 900px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 > li {
      -webkit-box-flex: 1;
      -ms-flex: 1 auto;
      flex: 1 auto; } }
  .nav-main .fsNavLevel1 > li:hover > a {
    color: #eee;
    background: #5C9731; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #eee;
    background: #5C9731; }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    color: #fff;
    background: transparent;
    padding: 1.25em; }
    .nav-main .fsNavLevel1 > li > a:focus {
      color: #eee;
      background: #5C9731; }
  html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden; }
  @media (min-width: 980px) {
    .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; } }
  @media (min-width: 980px) {
    html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; } }
  html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
    max-height: 9999px; }
  html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden; }
  @media (min-width: 980px) {
    html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; } }

@media (max-width: 599px) and (min-width: 980px) {
  html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px; } }

.nav-main .fsNavPageInfo {
  background: #273f6a;
  text-align: left;
  z-index: 300; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 0.625em; }
  .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
    color: #eee;
    background: #5C9731; }

.nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  color: #eee;
  background: transparent; }

.drawer-ribbon {
  position: relative;
  height: 50px; }
  @media (min-width: 900px) {
    .drawer-ribbon {
      display: none; } }

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

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
  -webkit-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 3.75em;
  min-height: 100%;
  max-width: 37.5em;
  background: #1c1c1c; }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

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

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

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap; }
  .site-info-container a {
    display: block;
    padding: 20px 0;
    color: transparent;
    background: url("../images/logo.png") no-repeat 0 50%; }
    .site-info-container a:hover {
      color: transparent; }

#fsFooter {
  padding: 20px;
  color: #fff; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  #fsFooter .nav-social {
    margin-bottom: 20px; }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px; }
  .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: #273f6a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

#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: -webkit-box;
  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: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

#fsBannerLeft {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 280px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -webkit-box-ordinal-group: 2;
      -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 {
      -webkit-box-ordinal-group: 2;
      -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 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 320px); } }
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 280px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -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 {
        -webkit-box-ordinal-group: 2;
        -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 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 320px;
      -webkit-box-ordinal-group: 2;
      -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 {
        -webkit-box-ordinal-group: 2;
        -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: -webkit-box;
      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: -webkit-box;
      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: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

/*! 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: -webkit-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .fsConstituentSearchForm > label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > select,
    .fsConstituentSearchForm > label > input {
      border: solid 1px #bbbbbb;
      -webkit-box-flex: 1;
      -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.fsElementDialog .fsProfileImage:first-child {
  margin-top: 1em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #273f6a;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 16px;
    margin-bottom: 2px;
    display: block;
    font-size: 21px;
    padding: 13.33333px;
    color: #eee;
    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: #273f6a;
    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: #5C9731; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #eee; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: "-"; }

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

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

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

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

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

/*! 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 modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

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

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

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

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #fff;
  background: #273f6a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block; }

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

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

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

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

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

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

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -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 {
        -webkit-box-ordinal-group: 4;
        -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.fsStateHasEvents {
        font-weight: 700; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(39, 63, 106, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(39, 63, 106, 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(39, 63, 106, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(39, 63, 106, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #1c1c1c;
    color: #fff;
    border-radius: 0;
    text-align: center;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus,
    .fsStateSelected .scroll-up span {
      background: rgba(255, 255, 255, 0.25);
      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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -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 */
/*! 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: #1c1c1c; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #36c;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #039; }
    .fsComposerFormEmbed form .required {
      color: #273f6a; }
    .fsComposerFormEmbed form .pageControls {
      padding: 10px 0 !important;
      margin-bottom: 10px; }
      .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .userConfirmation {
      margin-bottom: 20px; }
      .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px; }
      .fsComposerFormEmbed form .userConfirmation > label {
        display: block; }
    .fsComposerFormEmbed form .elementColumn {
      zoom: 1;
      margin-bottom: 20px;
      max-width: 100%; }
      .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ''; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementColumn {
          float: none !important;
          width: 100% !important; } }
      .fsComposerFormEmbed form .elementColumn .elementContainer {
        margin-bottom: 0; }
      .fsComposerFormEmbed form .elementColumn .elementBody > input {
        width: 100%; }
    .fsComposerFormEmbed form .pageBreak {
      zoom: 1; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #36c;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #039;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #273f6a !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #5C9731 !important; }
  .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(255, 255, 255, 0.5); }

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

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

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

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #1c1c1c;
    color: #fff;
    border-radius: 0;
    text-align: center; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsStateSelected .fsLogin .fsLoginMainView .fsLoginSubmit,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginMainView button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsLoginForgotView .fsLoginSubmit,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginForgotView button,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsLoginNewView .fsLoginSubmit,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginNewView button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsResetPasswordView .fsLoginSubmit,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus,
    .fsStateSelected
    .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsStateSelected .fsAccount .fsLoginMainView .fsLoginSubmit,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginMainView button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsLoginForgotView .fsLoginSubmit,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginForgotView button,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsLoginNewView .fsLoginSubmit,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginNewView button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsResetPasswordView .fsLoginSubmit,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus,
    .fsStateSelected
    .fsAccount .fsResetPasswordView button {
      background: rgba(255, 255, 255, 0.25);
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em,
    .fsLogin .fsLoginMainView button em,
    .fsLogin .fsLoginForgotView .fsLoginSubmit em,
    .fsLogin .fsLoginForgotView button em,
    .fsLogin .fsLoginNewView .fsLoginSubmit em,
    .fsLogin .fsLoginNewView button em,
    .fsLogin .fsResetPasswordView .fsLoginSubmit em,
    .fsLogin .fsResetPasswordView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em,
    .fsAccount .fsLoginMainView button em,
    .fsAccount .fsLoginForgotView .fsLoginSubmit em,
    .fsAccount .fsLoginForgotView button em,
    .fsAccount .fsLoginNewView .fsLoginSubmit em,
    .fsAccount .fsLoginNewView button em,
    .fsAccount .fsResetPasswordView .fsLoginSubmit em,
    .fsAccount .fsResetPasswordView button em {
      display: block;
      font-style: normal; }
    .fsLogin .fsLoginMainView .fsLoginSubmit + button,
    .fsLogin .fsLoginMainView button + button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit + button,
    .fsLogin .fsLoginForgotView button + button,
    .fsLogin .fsLoginNewView .fsLoginSubmit + button,
    .fsLogin .fsLoginNewView button + button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit + button,
    .fsLogin .fsResetPasswordView button + button, .fsAccount .fsLoginMainView .fsLoginSubmit + button,
    .fsAccount .fsLoginMainView button + button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit + button,
    .fsAccount .fsLoginForgotView button + button,
    .fsAccount .fsLoginNewView .fsLoginSubmit + button,
    .fsAccount .fsLoginNewView button + button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit + button,
    .fsAccount .fsResetPasswordView button + button {
      margin-left: 10px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginMainView .fsLoginNewAccountLink,
  .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginForgotView .fsLoginNewAccountLink,
  .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginNewView .fsLoginNewAccountLink,
  .fsLogin .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsLogin .fsResetPasswordView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginMainView .fsLoginNewAccountLink,
  .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginForgotView .fsLoginNewAccountLink,
  .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginNewView .fsLoginNewAccountLink,
  .fsAccount .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsAccount .fsResetPasswordView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

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

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

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

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

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

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

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

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #1c1c1c;
    color: #fff;
    border-radius: 0;
    text-align: center; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus,
    .fsStateSelected .fsAccount .fsAccountLogout a {
      background: rgba(255, 255, 255, 0.25);
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #1c1c1c;
  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%;
  -webkit-transform: translateY(-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: #5C9731;
  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: "Droid Serif", 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%;
  -webkit-transform: translateX(-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: #5C9731;
  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(92, 151, 49, 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: 32px;
    line-height: 34px;
    margin-bottom: 16px;
    color: #fff;
    margin-bottom: 0; } }

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

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

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

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

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

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

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

/*! _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: #5C9731 !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: #273f6a;
    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: #273f6a;
      transition: .3s; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) 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 #1c1c1c; }
    .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: #1c1c1c;
      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: #1c1c1c;
  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: #273f6a;
    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: #1c1c1c; }
  .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: #5C9731; }

.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: #1c1c1c;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus,
  .fsStateSelected .vimeo_view_link a {
    background: rgba(255, 255, 255, 0.25);
    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: #1c1c1c;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus,
  .fsStateSelected .Youtube_view_link a {
    background: rgba(255, 255, 255, 0.25);
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 16px;
        margin-bottom: 2px;
        display: block;
        font-size: 21px;
        padding: 13.33333px;
        color: #eee;
        transition: .3s;
        background: #273f6a;
        color: #eee; }
        .fsTabs .fsTabsNav li a:hover {
          background: #5C9731;
          color: #eee; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #5C9731;
        color: #eee; }

.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: -webkit-box;
  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: -webkit-box;
    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 {
      -webkit-box-flex: 1;
      -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: #1c1c1c;
    color: #1c1c1c;
    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: #333;
      color: #1c1c1c; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
      background: #eee;
      color: #333; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
      background: #5C9731;
      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: #273f6a; }

/*! pages - home v0.0.1 */
.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: 80%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 40%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 20%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #1c1c1c;
      color: #1c1c1c; }
      .colors ol li:nth-of-type(1):after {
        content: "#1c1c1c"; }
    .colors ol li:nth-of-type(2) {
      background: #273f6a;
      color: #273f6a; }
      .colors ol li:nth-of-type(2):after {
        content: "#273f6a"; }
    .colors ol li:nth-of-type(3) {
      background: #5C9731;
      color: #5C9731; }
      .colors ol li:nth-of-type(3):after {
        content: "#5C9731"; }
    .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"; }

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

.headers h1:after {
  content: " size: 36px / line: 38px"; }

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

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

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

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

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

@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;
    -webkit-transform: none !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; } }

:root {
  --m1: 3, 73, 154;
  --m2: 220, 32, 40; }

.fsTitle, .fsCalendar .fsTitle, .fsPostElement .fsTitle {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #03499A; }
  .fsTitle > a, .fsCalendar .fsTitle > a, .fsPostElement .fsTitle > a {
    color: #DC2028; }
    .fsTitle > a:hover, .fsCalendar .fsTitle > a:hover, .fsPostElement .fsTitle > a:hover, .fsTitle > a:focus, .fsCalendar .fsTitle > a:focus, .fsPostElement .fsTitle > a:focus {
      color: #6c6c6c; }

@-webkit-keyframes animate-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes animate-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.skip-link {
  margin: 0;
  pointer-events: none; }
  .skip-link a {
    position: absolute;
    top: -100%;
    left: 0;
    color: transparent;
    padding: 10px;
    background: transparent;
    transition: top 1s ease-out, background 1s linear;
    z-index: 9000; }
    .skip-link a:focus {
      top: 0px;
      background: rgba(0, 0, 0, 0.9);
      color: #fff;
      transition: top .1s ease-in, background .5s linear; }

html {
  background: #fff; }

body {
  font-size: 16px;
  line-height: 24px; }
  body.active-menu {
    pointer-events: none; }
    body.active-menu:after {
      content: '';
      opacity: 1;
      visibility: visible; }
  body:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 8999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none; }
    @media (min-width: 1000px) {
      body:after {
        display: none; } }

h1 {
  margin-bottom: 20px;
  font-family: "Poly", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: #03499A;
  text-transform: none; }

h2 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #666;
  text-transform: none; }

h3 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #484848;
  text-transform: uppercase; }

h4 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #03499A;
  text-transform: none; }

h5 {
  margin-bottom: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: #666;
  text-transform: uppercase; }

h6 {
  margin-bottom: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #484848;
  text-transform: uppercase; }

.fsContent a {
  text-decoration: none; }
  .fsContent a:hover {
    text-decoration: underline; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.table-styled,
table.fs_style_26 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.table-styled td,
  table.fs_style_26 td {
    padding: 10px 20px;
    background: #F5F5F5;
    color: #666; }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  table.table-styled tr:nth-of-type(odd) td,
  table.fs_style_26 tr:nth-of-type(odd) td {
    background: #fff; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.table-styled th,
  table.fs_style_26 th {
    padding: 10px 20px;
    background: #03499A;
    color: #fff; }

figure[class^="fsImage"], .fsResourceElement .fsResourceTypeImage {
  margin: 0 0 20px 0; }
  figure[class^="fsImage"] img, .fsResourceElement .fsResourceTypeImage img {
    display: inline-block; }
  figure[class^="fsImage"] figcaption, .fsResourceElement .fsResourceTypeImage figcaption {
    background: transparent;
    display: block;
    padding: 10px 0 0;
    margin: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6c6c6c;
    text-align: left; }
    figure[class^="fsImage"] figcaption p, .fsResourceElement .fsResourceTypeImage figcaption p {
      margin: 0 0 10px 0;
      padding: 0; }
      figure[class^="fsImage"] figcaption p:last-child, .fsResourceElement .fsResourceTypeImage figcaption p:last-child {
        margin-bottom: 0; }

@media (min-width: 500px) {
  figure[class^="fsImage"][style*=left], figure[class^="fsImage"].left {
    float: left;
    margin-right: 20px; } }

@media (min-width: 500px) {
  figure[class^="fsImage"][style*=right], figure[class^="fsImage"].right {
    float: right;
    margin-left: 20px; } }

#fsHeader {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #484848; }
  #fsHeader .fsBanner {
    background: rgba(3, 73, 154, 0.75);
    padding: 0;
    margin: 0 auto; }
    @media (min-width: 1220px) {
      #fsHeader .fsBanner {
        padding-right: 0;
        padding-left: 0; } }
  #fsHeader .header-top {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto;
    min-height: 50px; }
    @media (min-width: 700px) {
      #fsHeader .header-top {
        min-height: 85px; } }
    @media (min-width: 800px) {
      #fsHeader .header-top {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 1000px) {
      #fsHeader .header-top {
        min-height: 114px; } }
    #fsHeader .header-top .fsStyleColumn {
      float: none;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 100%;
      margin: 0;
      padding: 0; }
      #fsHeader .header-top .fsStyleColumn-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      #fsHeader .header-top .fsStyleColumn-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
  #fsHeader .site-info-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px; }
    @media (min-width: 1220px) {
      #fsHeader .site-info-container {
        padding-right: 0;
        padding-left: 0; } }
    #fsHeader .site-info-container > .fsElementContent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      height: 100%; }
      #fsHeader .site-info-container > .fsElementContent .fsImage {
        margin: 10px 0; }
      #fsHeader .site-info-container > .fsElementContent p {
        margin-bottom: 0; }
    #fsHeader .site-info-container a {
      margin: 0;
      padding: 0;
      background: none;
      color: inherit;
      text-decoration: none; }
    #fsHeader .site-info-container .fsImage {
      margin: 0 20px 0 0;
      padding: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -ms-flex-line-pack: center;
      align-content: center;
      width: auto;
      text-align: center; }
      #fsHeader .site-info-container .fsImage a {
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: auto; }
      #fsHeader .site-info-container .fsImage picture {
        display: block;
        margin: 0 auto;
        width: auto;
        height: auto; }
        #fsHeader .site-info-container .fsImage picture > img {
          display: block;
          width: 141px;
          height: 40px; }
          @media (min-width: 700px) {
            #fsHeader .site-info-container .fsImage picture > img {
              width: 177px;
              height: 50px; } }
          @media (min-width: 1000px) {
            #fsHeader .site-info-container .fsImage picture > img {
              width: 300px;
              height: 85px; } }
    #fsHeader .site-info-container .school-title {
      margin: 0 20px 0 0;
      padding: 0;
      display: inline-block;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      color: #fff;
      font-family: "Poly", serif;
      font-weight: 400;
      font-size: 25px;
      line-height: 25px;
      text-transform: none; }
      @media (min-width: 700px) {
        #fsHeader .site-info-container .school-title {
          font-size: 42px;
          line-height: 40px; } }
      @media (min-width: 1000px) {
        #fsHeader .site-info-container .school-title {
          font-size: 54px;
          line-height: 50px; } }

#fsFooter {
  padding: 30px 20px 20px 20px;
  color: #fff;
  background: #484848; }
  #fsFooter .fsBanner {
    display: block;
    text-align: center; }
    @media (min-width: 700px) {
      #fsFooter .fsBanner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left; } }
  #fsFooter .divider {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
    @media (min-width: 700px) {
      #fsFooter .divider {
        padding-top: 20px;
        padding-bottom: 20px; } }
    #fsFooter .divider > .fsElementContent hr {
      margin: 0;
      padding: 0;
      border: none;
      width: 100%;
      height: 1px;
      background: rgba(255, 255, 255, 0.25); }
  #fsFooter .school-details-container {
    display: block;
    margin: 0 0 20px 0;
    padding: 0; }
    @media (min-width: 700px) {
      #fsFooter .school-details-container {
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 50%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  #fsFooter .school-details {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.3em; }
    #fsFooter .school-details [itemprop='name'] {
      margin: 0 0 10px;
      padding: 0;
      display: inline-block;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      color: inherit;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 1.12em;
      line-height: 1.2em;
      text-transform: uppercase; }
    #fsFooter .school-details [itemprop='address'] {
      margin-bottom: 10px; }
    #fsFooter .school-details [itemprop='streetAddress'] {
      display: block; }
      @media (min-width: 700px) {
        #fsFooter .school-details [itemprop='streetAddress'] {
          display: inline-block; } }
    #fsFooter .school-details [itemprop='telephone']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      min-width: 14px;
      margin-right: 4px; }
    #fsFooter .school-details [itemprop='faxNumber']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      min-width: 14px;
      margin-right: 4px; }
    #fsFooter .school-details a {
      color: inherit;
      text-decoration: none; }

#fsPoweredByFinalsite {
  width: 132px;
  display: block; }
  @media (min-width: 700px) {
    #fsPoweredByFinalsite {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 132px;
      -ms-flex-item-align: end;
      align-self: flex-end; } }
  @media (min-width: 700px) {
    #fsPoweredByFinalsite {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 50%;
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; } }

.vimeo_view_link a, .fsLogin .fsLoginMainView .fsLoginSubmit,
.fsLogin .fsLoginMainView button,
.fsLogin .fsLoginForgotView .fsLoginSubmit,
.fsLogin .fsLoginForgotView button,
.fsLogin .fsLoginNewView .fsLoginSubmit,
.fsLogin .fsLoginNewView button,
.fsLogin .fsResetPasswordView .fsLoginSubmit,
.fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
.fsAccount .fsLoginMainView button,
.fsAccount .fsLoginForgotView .fsLoginSubmit,
.fsAccount .fsLoginForgotView button,
.fsAccount .fsLoginNewView .fsLoginSubmit,
.fsAccount .fsLoginNewView button,
.fsAccount .fsResetPasswordView .fsLoginSubmit,
.fsAccount .fsResetPasswordView button, .fsAccount .fsAccountLogout a,
.fsStyleDefaultButton,
.fsStyleUpdateButton,
.submitBtn,
.fsLoginSubmit,
.button,
.button-1,
.button-large-1,
.button-2,
.button-large-2,
.button-on-dark,
.fs_style_27,
.fs_style_28,
.fs_style_29,
.fs_style_30,
.fs_style_31 {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 175px;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  background: #03499A;
  color: #fff;
  outline: 0;
  box-shadow: 0;
  border: 1px solid #03499A;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  white-space: normal;
  transition: all 0.3s ease; }
  .vimeo_view_link a:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:hover,
  .fsLogin .fsLoginMainView button:hover,
  .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
  .fsLogin .fsLoginForgotView button:hover,
  .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
  .fsLogin .fsLoginNewView button:hover,
  .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
  .fsLogin .fsResetPasswordView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover,
  .fsAccount .fsLoginMainView button:hover,
  .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
  .fsAccount .fsLoginForgotView button:hover,
  .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
  .fsAccount .fsLoginNewView button:hover,
  .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
  .fsAccount .fsResetPasswordView button:hover, .fsAccount .fsAccountLogout a:hover, .vimeo_view_link a:active, .fsLogin .fsLoginMainView .fsLoginSubmit:active,
  .fsLogin .fsLoginMainView button:active,
  .fsLogin .fsLoginForgotView .fsLoginSubmit:active,
  .fsLogin .fsLoginForgotView button:active,
  .fsLogin .fsLoginNewView .fsLoginSubmit:active,
  .fsLogin .fsLoginNewView button:active,
  .fsLogin .fsResetPasswordView .fsLoginSubmit:active,
  .fsLogin .fsResetPasswordView button:active, .fsAccount .fsLoginMainView .fsLoginSubmit:active,
  .fsAccount .fsLoginMainView button:active,
  .fsAccount .fsLoginForgotView .fsLoginSubmit:active,
  .fsAccount .fsLoginForgotView button:active,
  .fsAccount .fsLoginNewView .fsLoginSubmit:active,
  .fsAccount .fsLoginNewView button:active,
  .fsAccount .fsResetPasswordView .fsLoginSubmit:active,
  .fsAccount .fsResetPasswordView button:active, .fsAccount .fsAccountLogout a:active, .vimeo_view_link a:focus, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
  .fsLogin .fsLoginMainView button:focus,
  .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
  .fsLogin .fsLoginForgotView button:focus,
  .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
  .fsLogin .fsLoginNewView button:focus,
  .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
  .fsLogin .fsResetPasswordView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
  .fsAccount .fsLoginMainView button:focus,
  .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
  .fsAccount .fsLoginForgotView button:focus,
  .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
  .fsAccount .fsLoginNewView button:focus,
  .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
  .fsAccount .fsResetPasswordView button:focus, .fsAccount .fsAccountLogout a:focus,
  .fsStyleDefaultButton:hover,
  .fsStyleDefaultButton:active,
  .fsStyleDefaultButton:focus,
  .fsStyleUpdateButton:hover,
  .fsStyleUpdateButton:active,
  .fsStyleUpdateButton:focus,
  .submitBtn:hover,
  .submitBtn:active,
  .submitBtn:focus,
  .fsLoginSubmit:hover,
  .fsLoginSubmit:active,
  .fsLoginSubmit:focus,
  .button:hover,
  .button:active,
  .button:focus,
  .button-1:hover,
  .button-1:active,
  .button-1:focus,
  .button-large-1:hover,
  .button-large-1:active,
  .button-large-1:focus,
  .button-2:hover,
  .button-2:active,
  .button-2:focus,
  .button-large-2:hover,
  .button-large-2:active,
  .button-large-2:focus,
  .button-on-dark:hover,
  .button-on-dark:active,
  .button-on-dark:focus,
  .fs_style_27:hover,
  .fs_style_27:active,
  .fs_style_27:focus,
  .fs_style_28:hover,
  .fs_style_28:active,
  .fs_style_28:focus,
  .fs_style_29:hover,
  .fs_style_29:active,
  .fs_style_29:focus,
  .fs_style_30:hover,
  .fs_style_30:active,
  .fs_style_30:focus,
  .fs_style_31:hover,
  .fs_style_31:active,
  .fs_style_31:focus {
    border-color: #484848;
    background: #484848;
    color: #fff;
    text-decoration: none; }
    .vimeo_view_link a:hover em, .fsLogin .fsLoginMainView .fsLoginSubmit:hover em,
    .fsLogin .fsLoginMainView button:hover em,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover em,
    .fsLogin .fsLoginForgotView button:hover em,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover em,
    .fsLogin .fsLoginNewView button:hover em,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover em,
    .fsLogin .fsResetPasswordView button:hover em, .fsAccount .fsLoginMainView .fsLoginSubmit:hover em,
    .fsAccount .fsLoginMainView button:hover em,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover em,
    .fsAccount .fsLoginForgotView button:hover em,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover em,
    .fsAccount .fsLoginNewView button:hover em,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover em,
    .fsAccount .fsResetPasswordView button:hover em, .fsAccount .fsAccountLogout a:hover em, .vimeo_view_link a:active em, .fsLogin .fsLoginMainView .fsLoginSubmit:active em,
    .fsLogin .fsLoginMainView button:active em,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:active em,
    .fsLogin .fsLoginForgotView button:active em,
    .fsLogin .fsLoginNewView .fsLoginSubmit:active em,
    .fsLogin .fsLoginNewView button:active em,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:active em,
    .fsLogin .fsResetPasswordView button:active em, .fsAccount .fsLoginMainView .fsLoginSubmit:active em,
    .fsAccount .fsLoginMainView button:active em,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:active em,
    .fsAccount .fsLoginForgotView button:active em,
    .fsAccount .fsLoginNewView .fsLoginSubmit:active em,
    .fsAccount .fsLoginNewView button:active em,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:active em,
    .fsAccount .fsResetPasswordView button:active em, .fsAccount .fsAccountLogout a:active em, .vimeo_view_link a:focus em, .fsLogin .fsLoginMainView .fsLoginSubmit:focus em,
    .fsLogin .fsLoginMainView button:focus em,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus em,
    .fsLogin .fsLoginForgotView button:focus em,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus em,
    .fsLogin .fsLoginNewView button:focus em,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus em,
    .fsLogin .fsResetPasswordView button:focus em, .fsAccount .fsLoginMainView .fsLoginSubmit:focus em,
    .fsAccount .fsLoginMainView button:focus em,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus em,
    .fsAccount .fsLoginForgotView button:focus em,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus em,
    .fsAccount .fsLoginNewView button:focus em,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus em,
    .fsAccount .fsResetPasswordView button:focus em, .fsAccount .fsAccountLogout a:focus em,
    .fsStyleDefaultButton:hover em,
    .fsStyleDefaultButton:active em,
    .fsStyleDefaultButton:focus em,
    .fsStyleUpdateButton:hover em,
    .fsStyleUpdateButton:active em,
    .fsStyleUpdateButton:focus em,
    .submitBtn:hover em,
    .submitBtn:active em,
    .submitBtn:focus em,
    .fsLoginSubmit:hover em,
    .fsLoginSubmit:active em,
    .fsLoginSubmit:focus em,
    .button:hover em,
    .button:active em,
    .button:focus em,
    .button-1:hover em,
    .button-1:active em,
    .button-1:focus em,
    .button-large-1:hover em,
    .button-large-1:active em,
    .button-large-1:focus em,
    .button-2:hover em,
    .button-2:active em,
    .button-2:focus em,
    .button-large-2:hover em,
    .button-large-2:active em,
    .button-large-2:focus em,
    .button-on-dark:hover em,
    .button-on-dark:active em,
    .button-on-dark:focus em,
    .fs_style_27:hover em,
    .fs_style_27:active em,
    .fs_style_27:focus em,
    .fs_style_28:hover em,
    .fs_style_28:active em,
    .fs_style_28:focus em,
    .fs_style_29:hover em,
    .fs_style_29:active em,
    .fs_style_29:focus em,
    .fs_style_30:hover em,
    .fs_style_30:active em,
    .fs_style_30:focus em,
    .fs_style_31:hover em,
    .fs_style_31:active em,
    .fs_style_31:focus em {
      color: #fff; }
  .vimeo_view_link a:focus, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
  .fsLogin .fsLoginMainView button:focus,
  .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
  .fsLogin .fsLoginForgotView button:focus,
  .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
  .fsLogin .fsLoginNewView button:focus,
  .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
  .fsLogin .fsResetPasswordView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
  .fsAccount .fsLoginMainView button:focus,
  .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
  .fsAccount .fsLoginForgotView button:focus,
  .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
  .fsAccount .fsLoginNewView button:focus,
  .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
  .fsAccount .fsResetPasswordView button:focus, .fsAccount .fsAccountLogout a:focus,
  .fsStyleDefaultButton:focus,
  .fsStyleUpdateButton:focus,
  .submitBtn:focus,
  .fsLoginSubmit:focus,
  .button:focus,
  .button-1:focus,
  .button-large-1:focus,
  .button-2:focus,
  .button-large-2:focus,
  .button-on-dark:focus,
  .fs_style_27:focus,
  .fs_style_28:focus,
  .fs_style_29:focus,
  .fs_style_30:focus,
  .fs_style_31:focus {
    outline: -webkit-focus-ring-color auto 5px; }
  .vimeo_view_link a em, .fsLogin .fsLoginMainView .fsLoginSubmit em,
  .fsLogin .fsLoginMainView button em,
  .fsLogin .fsLoginForgotView .fsLoginSubmit em,
  .fsLogin .fsLoginForgotView button em,
  .fsLogin .fsLoginNewView .fsLoginSubmit em,
  .fsLogin .fsLoginNewView button em,
  .fsLogin .fsResetPasswordView .fsLoginSubmit em,
  .fsLogin .fsResetPasswordView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em,
  .fsAccount .fsLoginMainView button em,
  .fsAccount .fsLoginForgotView .fsLoginSubmit em,
  .fsAccount .fsLoginForgotView button em,
  .fsAccount .fsLoginNewView .fsLoginSubmit em,
  .fsAccount .fsLoginNewView button em,
  .fsAccount .fsResetPasswordView .fsLoginSubmit em,
  .fsAccount .fsResetPasswordView button em, .fsAccount .fsAccountLogout a em,
  .fsStyleDefaultButton em,
  .fsStyleUpdateButton em,
  .submitBtn em,
  .fsLoginSubmit em,
  .button em,
  .button-1 em,
  .button-large-1 em,
  .button-2 em,
  .button-large-2 em,
  .button-on-dark em,
  .fs_style_27 em,
  .fs_style_28 em,
  .fs_style_29 em,
  .fs_style_30 em,
  .fs_style_31 em {
    display: block;
    margin-top: 5px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    color: #666;
    text-transform: none; }
  .fsContent .vimeo_view_link a, .vimeo_view_link .fsContent a, .fsContent .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView .fsContent .fsLoginSubmit, .fsContent
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginMainView .fsContent button, .fsContent
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView .fsContent .fsLoginSubmit, .fsContent
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginForgotView .fsContent button, .fsContent
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView .fsContent .fsLoginSubmit, .fsContent
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsLoginNewView .fsContent button, .fsContent
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView .fsContent .fsLoginSubmit, .fsContent
  .fsLogin .fsResetPasswordView button,
  .fsLogin .fsResetPasswordView .fsContent button, .fsContent .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsContent .fsLoginSubmit, .fsContent
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginMainView .fsContent button, .fsContent
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView .fsContent .fsLoginSubmit, .fsContent
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginForgotView .fsContent button, .fsContent
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView .fsContent .fsLoginSubmit, .fsContent
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsLoginNewView .fsContent button, .fsContent
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView .fsContent .fsLoginSubmit, .fsContent
  .fsAccount .fsResetPasswordView button,
  .fsAccount .fsResetPasswordView .fsContent button, .fsContent .fsAccount .fsAccountLogout a, .fsAccount .fsAccountLogout .fsContent a, .fsContent
  .fsStyleDefaultButton, .fsContent
  .fsStyleUpdateButton, .fsContent
  .submitBtn, .fsContent
  .fsLoginSubmit, .fsContent
  .button, .fsContent
  .button-1, .fsContent
  .button-large-1, .fsContent
  .button-2, .fsContent
  .button-large-2, .fsContent
  .button-on-dark, .fsContent
  .fs_style_27, .fsContent
  .fs_style_28, .fsContent
  .fs_style_29, .fsContent
  .fs_style_30, .fsContent
  .fs_style_31 {
    font-weight: 700;
    text-decoration: inherit; }
  .fsBannerLeft .vimeo_view_link a, .vimeo_view_link .fsBannerLeft a, .fsBannerLeft .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView .fsBannerLeft .fsLoginSubmit, .fsBannerLeft
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginMainView .fsBannerLeft button, .fsBannerLeft
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView .fsBannerLeft .fsLoginSubmit, .fsBannerLeft
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginForgotView .fsBannerLeft button, .fsBannerLeft
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView .fsBannerLeft .fsLoginSubmit, .fsBannerLeft
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsLoginNewView .fsBannerLeft button, .fsBannerLeft
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView .fsBannerLeft .fsLoginSubmit, .fsBannerLeft
  .fsLogin .fsResetPasswordView button,
  .fsLogin .fsResetPasswordView .fsBannerLeft button, .fsBannerLeft .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsBannerLeft .fsLoginSubmit, .fsBannerLeft
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginMainView .fsBannerLeft button, .fsBannerLeft
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView .fsBannerLeft .fsLoginSubmit, .fsBannerLeft
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginForgotView .fsBannerLeft button, .fsBannerLeft
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView .fsBannerLeft .fsLoginSubmit, .fsBannerLeft
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsLoginNewView .fsBannerLeft button, .fsBannerLeft
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView .fsBannerLeft .fsLoginSubmit, .fsBannerLeft
  .fsAccount .fsResetPasswordView button,
  .fsAccount .fsResetPasswordView .fsBannerLeft button, .fsBannerLeft .fsAccount .fsAccountLogout a, .fsAccount .fsAccountLogout .fsBannerLeft a,
  .fsBannerRight .vimeo_view_link a, .vimeo_view_link
  .fsBannerRight a,
  .fsBannerRight .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView
  .fsBannerRight .fsLoginSubmit,
  .fsBannerRight
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginMainView
  .fsBannerRight button,
  .fsBannerRight
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView
  .fsBannerRight .fsLoginSubmit,
  .fsBannerRight
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginForgotView
  .fsBannerRight button,
  .fsBannerRight
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView
  .fsBannerRight .fsLoginSubmit,
  .fsBannerRight
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsLoginNewView
  .fsBannerRight button,
  .fsBannerRight
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView
  .fsBannerRight .fsLoginSubmit,
  .fsBannerRight
  .fsLogin .fsResetPasswordView button,
  .fsLogin .fsResetPasswordView
  .fsBannerRight button,
  .fsBannerRight .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView
  .fsBannerRight .fsLoginSubmit,
  .fsBannerRight
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginMainView
  .fsBannerRight button,
  .fsBannerRight
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView
  .fsBannerRight .fsLoginSubmit,
  .fsBannerRight
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginForgotView
  .fsBannerRight button,
  .fsBannerRight
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView
  .fsBannerRight .fsLoginSubmit,
  .fsBannerRight
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsLoginNewView
  .fsBannerRight button,
  .fsBannerRight
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView
  .fsBannerRight .fsLoginSubmit,
  .fsBannerRight
  .fsAccount .fsResetPasswordView button,
  .fsAccount .fsResetPasswordView
  .fsBannerRight button,
  .fsBannerRight .fsAccount .fsAccountLogout a, .fsAccount .fsAccountLogout
  .fsBannerRight a, .fsBannerLeft
  .fsStyleDefaultButton,
  .fsBannerRight
  .fsStyleDefaultButton, .fsBannerLeft
  .fsStyleUpdateButton,
  .fsBannerRight
  .fsStyleUpdateButton, .fsBannerLeft
  .submitBtn,
  .fsBannerRight
  .submitBtn, .fsBannerLeft
  .fsLoginSubmit,
  .fsBannerRight
  .fsLoginSubmit, .fsBannerLeft
  .button,
  .fsBannerRight
  .button, .fsBannerLeft
  .button-1,
  .fsBannerRight
  .button-1, .fsBannerLeft
  .button-large-1,
  .fsBannerRight
  .button-large-1, .fsBannerLeft
  .button-2,
  .fsBannerRight
  .button-2, .fsBannerLeft
  .button-large-2,
  .fsBannerRight
  .button-large-2, .fsBannerLeft
  .button-on-dark,
  .fsBannerRight
  .button-on-dark, .fsBannerLeft
  .fs_style_27,
  .fsBannerRight
  .fs_style_27, .fsBannerLeft
  .fs_style_28,
  .fsBannerRight
  .fs_style_28, .fsBannerLeft
  .fs_style_29,
  .fsBannerRight
  .fs_style_29, .fsBannerLeft
  .fs_style_30,
  .fsBannerRight
  .fs_style_30, .fsBannerLeft
  .fs_style_31,
  .fsBannerRight
  .fs_style_31 {
    max-width: 100%; }
  body:not(.fsComposeMode) .vimeo_view_link a > a, .vimeo_view_link body:not(.fsComposeMode) a > a, body:not(.fsComposeMode) .fsLogin .fsLoginMainView .fsLoginSubmit > a, .fsLogin .fsLoginMainView body:not(.fsComposeMode) .fsLoginSubmit > a, body:not(.fsComposeMode)
  .fsLogin .fsLoginMainView button > a,
  .fsLogin .fsLoginMainView body:not(.fsComposeMode) button > a, body:not(.fsComposeMode)
  .fsLogin .fsLoginForgotView .fsLoginSubmit > a,
  .fsLogin .fsLoginForgotView body:not(.fsComposeMode) .fsLoginSubmit > a, body:not(.fsComposeMode)
  .fsLogin .fsLoginForgotView button > a,
  .fsLogin .fsLoginForgotView body:not(.fsComposeMode) button > a, body:not(.fsComposeMode)
  .fsLogin .fsLoginNewView .fsLoginSubmit > a,
  .fsLogin .fsLoginNewView body:not(.fsComposeMode) .fsLoginSubmit > a, body:not(.fsComposeMode)
  .fsLogin .fsLoginNewView button > a,
  .fsLogin .fsLoginNewView body:not(.fsComposeMode) button > a, body:not(.fsComposeMode)
  .fsLogin .fsResetPasswordView .fsLoginSubmit > a,
  .fsLogin .fsResetPasswordView body:not(.fsComposeMode) .fsLoginSubmit > a, body:not(.fsComposeMode)
  .fsLogin .fsResetPasswordView button > a,
  .fsLogin .fsResetPasswordView body:not(.fsComposeMode) button > a, body:not(.fsComposeMode) .fsAccount .fsLoginMainView .fsLoginSubmit > a, .fsAccount .fsLoginMainView body:not(.fsComposeMode) .fsLoginSubmit > a, body:not(.fsComposeMode)
  .fsAccount .fsLoginMainView button > a,
  .fsAccount .fsLoginMainView body:not(.fsComposeMode) button > a, body:not(.fsComposeMode)
  .fsAccount .fsLoginForgotView .fsLoginSubmit > a,
  .fsAccount .fsLoginForgotView body:not(.fsComposeMode) .fsLoginSubmit > a, body:not(.fsComposeMode)
  .fsAccount .fsLoginForgotView button > a,
  .fsAccount .fsLoginForgotView body:not(.fsComposeMode) button > a, body:not(.fsComposeMode)
  .fsAccount .fsLoginNewView .fsLoginSubmit > a,
  .fsAccount .fsLoginNewView body:not(.fsComposeMode) .fsLoginSubmit > a, body:not(.fsComposeMode)
  .fsAccount .fsLoginNewView button > a,
  .fsAccount .fsLoginNewView body:not(.fsComposeMode) button > a, body:not(.fsComposeMode)
  .fsAccount .fsResetPasswordView .fsLoginSubmit > a,
  .fsAccount .fsResetPasswordView body:not(.fsComposeMode) .fsLoginSubmit > a, body:not(.fsComposeMode)
  .fsAccount .fsResetPasswordView button > a,
  .fsAccount .fsResetPasswordView body:not(.fsComposeMode) button > a, body:not(.fsComposeMode) .fsAccount .fsAccountLogout a > a, .fsAccount .fsAccountLogout body:not(.fsComposeMode) a > a,
  .fsContent .vimeo_view_link a > a, .vimeo_view_link
  .fsContent a > a,
  .fsContent .fsLogin .fsLoginMainView .fsLoginSubmit > a, .fsLogin .fsLoginMainView
  .fsContent .fsLoginSubmit > a,
  .fsContent
  .fsLogin .fsLoginMainView button > a,
  .fsLogin .fsLoginMainView
  .fsContent button > a,
  .fsContent
  .fsLogin .fsLoginForgotView .fsLoginSubmit > a,
  .fsLogin .fsLoginForgotView
  .fsContent .fsLoginSubmit > a,
  .fsContent
  .fsLogin .fsLoginForgotView button > a,
  .fsLogin .fsLoginForgotView
  .fsContent button > a,
  .fsContent
  .fsLogin .fsLoginNewView .fsLoginSubmit > a,
  .fsLogin .fsLoginNewView
  .fsContent .fsLoginSubmit > a,
  .fsContent
  .fsLogin .fsLoginNewView button > a,
  .fsLogin .fsLoginNewView
  .fsContent button > a,
  .fsContent
  .fsLogin .fsResetPasswordView .fsLoginSubmit > a,
  .fsLogin .fsResetPasswordView
  .fsContent .fsLoginSubmit > a,
  .fsContent
  .fsLogin .fsResetPasswordView button > a,
  .fsLogin .fsResetPasswordView
  .fsContent button > a,
  .fsContent .fsAccount .fsLoginMainView .fsLoginSubmit > a, .fsAccount .fsLoginMainView
  .fsContent .fsLoginSubmit > a,
  .fsContent
  .fsAccount .fsLoginMainView button > a,
  .fsAccount .fsLoginMainView
  .fsContent button > a,
  .fsContent
  .fsAccount .fsLoginForgotView .fsLoginSubmit > a,
  .fsAccount .fsLoginForgotView
  .fsContent .fsLoginSubmit > a,
  .fsContent
  .fsAccount .fsLoginForgotView button > a,
  .fsAccount .fsLoginForgotView
  .fsContent button > a,
  .fsContent
  .fsAccount .fsLoginNewView .fsLoginSubmit > a,
  .fsAccount .fsLoginNewView
  .fsContent .fsLoginSubmit > a,
  .fsContent
  .fsAccount .fsLoginNewView button > a,
  .fsAccount .fsLoginNewView
  .fsContent button > a,
  .fsContent
  .fsAccount .fsResetPasswordView .fsLoginSubmit > a,
  .fsAccount .fsResetPasswordView
  .fsContent .fsLoginSubmit > a,
  .fsContent
  .fsAccount .fsResetPasswordView button > a,
  .fsAccount .fsResetPasswordView
  .fsContent button > a,
  .fsContent .fsAccount .fsAccountLogout a > a, .fsAccount .fsAccountLogout
  .fsContent a > a, body:not(.fsComposeMode)
  .fsStyleDefaultButton > a,
  .fsContent
  .fsStyleDefaultButton > a, body:not(.fsComposeMode)
  .fsStyleUpdateButton > a,
  .fsContent
  .fsStyleUpdateButton > a, body:not(.fsComposeMode)
  .submitBtn > a,
  .fsContent
  .submitBtn > a, body:not(.fsComposeMode)
  .fsLoginSubmit > a,
  .fsContent
  .fsLoginSubmit > a, body:not(.fsComposeMode)
  .button > a,
  .fsContent
  .button > a, body:not(.fsComposeMode)
  .button-1 > a,
  .fsContent
  .button-1 > a, body:not(.fsComposeMode)
  .button-large-1 > a,
  .fsContent
  .button-large-1 > a, body:not(.fsComposeMode)
  .button-2 > a,
  .fsContent
  .button-2 > a, body:not(.fsComposeMode)
  .button-large-2 > a,
  .fsContent
  .button-large-2 > a, body:not(.fsComposeMode)
  .button-on-dark > a,
  .fsContent
  .button-on-dark > a, body:not(.fsComposeMode)
  .fs_style_27 > a,
  .fsContent
  .fs_style_27 > a, body:not(.fsComposeMode)
  .fs_style_28 > a,
  .fsContent
  .fs_style_28 > a, body:not(.fsComposeMode)
  .fs_style_29 > a,
  .fsContent
  .fs_style_29 > a, body:not(.fsComposeMode)
  .fs_style_30 > a,
  .fsContent
  .fs_style_30 > a, body:not(.fsComposeMode)
  .fs_style_31 > a,
  .fsContent
  .fs_style_31 > a {
    color: inherit;
    text-decoration: inherit; }

.fsLoadMoreButton,
.button-2,
.button-large-2,
.fs_style_28,
.fs_style_30 {
  background: transparent;
  color: #6c6c6c;
  border-color: #6c6c6c; }
  .fsLoadMoreButton:hover, .fsLoadMoreButton:active, .fsLoadMoreButton:focus,
  .button-2:hover,
  .button-2:active,
  .button-2:focus,
  .button-large-2:hover,
  .button-large-2:active,
  .button-large-2:focus,
  .fs_style_28:hover,
  .fs_style_28:active,
  .fs_style_28:focus,
  .fs_style_30:hover,
  .fs_style_30:active,
  .fs_style_30:focus {
    border-color: #6c6c6c;
    background: #6c6c6c;
    color: #fff; }
    .fsLoadMoreButton:hover em, .fsLoadMoreButton:active em, .fsLoadMoreButton:focus em,
    .button-2:hover em,
    .button-2:active em,
    .button-2:focus em,
    .button-large-2:hover em,
    .button-large-2:active em,
    .button-large-2:focus em,
    .fs_style_28:hover em,
    .fs_style_28:active em,
    .fs_style_28:focus em,
    .fs_style_30:hover em,
    .fs_style_30:active em,
    .fs_style_30:focus em {
      color: inherit; }
  .fsLoadMoreButton em,
  .button-2 em,
  .button-large-2 em,
  .fs_style_28 em,
  .fs_style_30 em {
    color: inherit; }
  body:not(.fsComposeMode) .fsLoadMoreButton > a, body:not(.fsComposeMode)
  .button-2 > a, body:not(.fsComposeMode)
  .button-large-2 > a, body:not(.fsComposeMode)
  .fs_style_28 > a, body:not(.fsComposeMode)
  .fs_style_30 > a {
    color: inherit; }

.button-large-1,
.button-large-2,
.fs_style_29,
.fs_style_30 {
  padding: 25px 20px;
  width: 100%;
  max-width: 300px;
  font-family: "Poly", serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: none; }
  .button-large-1 em,
  .button-large-2 em,
  .fs_style_29 em,
  .fs_style_30 em {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit; }
  .fsContent .button-large-1, .fsContent
  .button-large-2, .fsContent
  .fs_style_29, .fsContent
  .fs_style_30 {
    font-weight: 400; }

.button-dark {
  padding: 30px;
  background: #484848; }
  .button-dark > header .fsElementTitle {
    color: #fff; }

.button-on-dark,
.fs_style_31 {
  background: transparent;
  color: #fff;
  border-color: #fff; }
  .button-on-dark:hover, .button-on-dark:active, .button-on-dark:focus,
  .fs_style_31:hover,
  .fs_style_31:active,
  .fs_style_31:focus {
    border-color: #fff;
    background: #fff;
    color: #03499A; }
    .button-on-dark:hover em, .button-on-dark:active em, .button-on-dark:focus em,
    .fs_style_31:hover em,
    .fs_style_31:active em,
    .fs_style_31:focus em {
      color: #03499A; }
  .button-on-dark em,
  .fs_style_31 em {
    color: #fff; }
  body:not(.fsComposeMode) .button-on-dark > a, body:not(.fsComposeMode)
  .fs_style_31 > a {
    color: inherit; }

.button-download,
.fs_style_33, .button-link,
.fs_style_32 {
  display: block;
  padding: 12px 25px;
  background: rgba(245, 245, 245, 0.4);
  box-shadow: inset 0 0 0 1px #F5F5F5;
  border-radius: 5px;
  color: #484848;
  font-weight: 700;
  text-decoration: none; }
  .button-download:before,
  .fs_style_33:before, .button-link:before,
  .fs_style_32:before {
    margin-right: 15px;
    font-weight: normal;
    color: #03499A; }
  .button-download > a,
  .fs_style_33 > a, .button-link > a,
  .fs_style_32 > a {
    text-decoration: inherit;
    color: #DC2028; }
    .button-download > a:hover,
    .fs_style_33 > a:hover, .button-link > a:hover,
    .fs_style_32 > a:hover {
      color: #03499A; }
  .fsContent .button-download, .fsContent
  .fs_style_33, .fsContent .button-link, .fsContent
  .fs_style_32 {
    font-weight: 700;
    text-decoration: inherit; }

.button-download:before,
.fs_style_33:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.button-link:before,
.fs_style_32:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.submitBtn {
  background: #03499A !important;
  color: #fff !important;
  border: 3px solid #03499A !important;
  border-radius: 0;
  transition: all 0.3s ease; }
  .submitBtn:hover {
    border-color: #484848;
    background: #484848 !important;
    color: #fff !important;
    text-decoration: none; }

.submitBtn {
  background: #03499A !important;
  color: #fff !important;
  border: 3px solid #03499A !important;
  border-radius: 0;
  transition: all 0.3s ease; }
  .submitBtn:hover {
    border-color: #484848;
    background: #484848 !important;
    color: #fff !important;
    text-decoration: none; }

#fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0);
  -webkit-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  transform: translate(0, -20%);
  left: auto;
  right: 0;
  width: 100%;
  max-width: 300px;
  height: 100%;
  background: #03499A;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9000; }
  @media (min-width: 1000px) {
    #fsMenu {
      display: none; } }
  .active-menu #fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
    .active-menu #fsMenu > .fsMenu {
      opacity: 1;
      visibility: visible; }
  #fsMenu > .fsMenu {
    position: relative;
    top: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: transparent;
    pointer-events: auto; }

.menu-trigger-container {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  max-width: 50px;
  height: 100%; }
  @media (min-width: 1000px) {
    .menu-trigger-container {
      display: none; } }
  #fsMenu .menu-trigger-container {
    height: auto;
    max-width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    #fsMenu .menu-trigger-container > .fsElementContent {
      min-height: 50px; }
      @media (min-width: 700px) {
        #fsMenu .menu-trigger-container > .fsElementContent {
          min-height: 85px; } }
  .menu-trigger-container > .fsElementContent {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: center; }

.menu-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border-radius: 0;
  width: auto;
  height: 100%;
  transition: background .3s, border .3s, color .3s; }
  .menu-trigger:hover {
    color: #6c6c6c; }
  .menu-trigger:focus {
    color: #6c6c6c;
    outline: -webkit-focus-ring-color auto 5px; }
  .menu-trigger span {
    font-size: 0;
    line-height: 20px;
    display: inline-block;
    margin: 0 auto;
    padding: 6px 5px;
    background: transparent;
    outline: 0;
    background: transparent;
    color: #fff;
    text-align: center;
    vertical-align: top;
    width: 100%;
    min-width: 50px;
    color: inherit; }
    @media (min-width: 1000px) {
      .menu-trigger span {
        min-width: 20px; } }
    .menu-trigger span:before {
      display: inline-block;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      vertical-align: center;
      float: left;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 15px;
      line-height: 1; }
      @media (min-width: 600px) {
        .menu-trigger span:before {
          font-size: 18px; } }
  .fsMenu .menu-trigger {
    min-height: 30px; }
  .active-menu .menu-trigger:hover {
    background: transparent; }
  .active-menu .menu-trigger span:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.nav-main {
  margin-bottom: 0; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 1000px) {
      .fsHeader .nav-main {
        display: block;
        background: #03499A; } }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 > li {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; } }
  .nav-main .fsNavLevel1 > li:hover > a {
    color: #03499A;
    background: #F5F5F5; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #fff;
    background: rgba(0, 0, 0, 0.4); }
  .nav-main .fsNavLevel1 > li > a {
    padding: 20px 25px;
    background: transparent;
    font-weight: 700;
    font-size: 0.75em;
    line-height: 1.33em;
    text-transform: uppercase; }
    .nav-main .fsNavLevel1 > li > a:focus {
      color: #03499A;
      background: #F5F5F5; }
  html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden; }
  @media (min-width: 1000px) {
    .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; } }
  @media (min-width: 1000px) {
    html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; } }
  html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
    max-height: 9999px; }
  html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden; }
  @media (min-width: 1000px) {
    html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; } }

@media (max-width: 599px) and (min-width: 1000px) {
  html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px; } }

.nav-main .fsNavPageInfo {
  background: #03499A;
  text-align: left;
  z-index: 300;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background: #F5F5F5;
  border: 1px solid #D3D3D3;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2.6px 4px rgba(0, 0, 0, 0.2); }

.nav-main .fsNavPageDescription {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 35%;
  padding: 0 30px;
  margin: 20px 0; }
  .nav-main .fsNavPageDescription p {
    margin-bottom: 0;
    color: #6c6c6c; }
  .nav-main .fsNavPageDescription a {
    margin: 0;
    padding: 0;
    font-size: 1.33em;
    color: #DC2028; }
    .nav-main .fsNavPageDescription a:hover {
      color: #6c6c6c; }
  .nav-main .fsNavPageDescription hr {
    margin: 15px 0;
    width: 100%;
    height: 1px;
    border: none;
    background: #D3D3D3; }

.nav-main .fsNavPageThumbnail {
  padding: 0 30px;
  margin: 20px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 28%;
  border-right: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3; }
  .nav-main .fsNavPageThumbnail > img {
    display: block;
    width: 100%;
    height: auto; }

.nav-main .col-wrap {
  padding: 0 30px;
  margin: 20px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .nav-main .col-wrap .menu-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%; }
    .nav-main .col-wrap .menu-col.column-1 {
      padding-right: 10px; }
    .nav-main .col-wrap .menu-col.column-2 {
      padding-left: 10px; }

.nav-main .fsNavLevel2 li {
  border-bottom: 1px solid #D3D3D3; }
  .nav-main .fsNavLevel2 li a {
    display: block;
    padding: 5px;
    color: #484848;
    background: transparent;
    font-size: 0.75em; }
    .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
      color: #6c6c6c;
      background: transparent; }
  .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
    color: #03499A;
    background: transparent; }

.nav-menu-main {
  margin: 0 0 30px 0;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%; }
  .nav-menu-main > header .fsElementHeaderContent {
    padding-right: 1.25em;
    padding-left: 1.25em;
    text-align: center; }
    .nav-menu-main > header .fsElementHeaderContent p {
      margin: 0; }
    .nav-menu-main > header .fsElementHeaderContent .fs_style_33 {
      margin: 0 auto;
      max-width: 100%;
      background: none;
      color: #fff; }
      .nav-menu-main > header .fsElementHeaderContent .fs_style_33:hover, .nav-menu-main > header .fsElementHeaderContent .fs_style_33:focus {
        background: #fff;
        color: #03499A; }
        .nav-menu-main > header .fsElementHeaderContent .fs_style_33:hover:before, .nav-menu-main > header .fsElementHeaderContent .fs_style_33:focus:before {
          color: #03499A; }
      .nav-menu-main > header .fsElementHeaderContent .fs_style_33:before {
        color: #fff; }
  .nav-menu-main ul li {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: none; }
    .nav-menu-main ul li.fsNavParentPage {
      position: relative; }
      .nav-menu-main ul li.fsNavParentPage > a {
        padding-right: 50px; }
      .nav-menu-main ul li.fsNavParentPage.active > .expand-navigation:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #fff; }
      .nav-menu-main ul li.fsNavParentPage.active > .fsNavPageInfo {
        max-height: 9999px;
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease; }
      .nav-menu-main ul li.fsNavParentPage > .expand-navigation {
        position: absolute;
        top: 5px;
        right: 20px;
        width: 30px;
        height: auto;
        z-index: 100;
        cursor: pointer;
        text-align: right;
        display: block;
        font-size: 0; }
        .nav-menu-main ul li.fsNavParentPage > .expand-navigation:hover:before {
          color: #03499A; }
        .nav-menu-main ul li.fsNavParentPage > .expand-navigation:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: inline-block;
          width: 100%;
          height: auto;
          vertical-align: middle;
          font-size: 15px;
          line-height: 15px;
          color: #fff;
          text-align: center;
          transition: -webkit-transform 0.3s linear;
          transition: transform 0.3s linear; }
      .nav-menu-main ul li.fsNavParentPage > .fsNavPageInfo {
        text-align: left;
        z-index: 300;
        overflow: hidden;
        height: auto;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease; }
    .nav-menu-main ul li > a {
      display: block; }
  @media (min-width: 1000px) {
    .nav-menu-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      text-align: left;
      display: block; } }
  .nav-menu-main .fsNavLevel1 > li {
    padding: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    box-shadow: inset 0 -1px 0 0 #fff; }
    .nav-menu-main .fsNavLevel1 > li:first-child {
      box-shadow: inset 0 -1px 0 0 #fff, inset 0 1px 0 0 #fff; }
    @media (min-width: 1000px) {
      .nav-menu-main .fsNavLevel1 > li {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; } }
    .nav-menu-main .fsNavLevel1 > li:hover > a {
      color: #03499A;
      background: #F5F5F5; }
    .nav-menu-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #fff;
      background: rgba(0, 0, 0, 0.4); }
    .nav-menu-main .fsNavLevel1 > li > a {
      display: block; }
    .nav-menu-main .fsNavLevel1 > li > a {
      display: block;
      color: #fff;
      background: transparent;
      padding: 10px 20px; }
      .nav-menu-main .fsNavLevel1 > li > a:focus {
        color: #03499A;
        background: #F5F5F5; }

.nav-menu-main .fsNavPageDescription {
  display: none; }

.nav-menu-main .fsNavPageThumbnail {
  display: none; }

.nav-menu-main .fsNavLevel2,
.nav-menu-main .fsNavLevel3,
.nav-menu-main .fsNavLevel4,
.nav-menu-main .fsNavLevel5 {
  padding-top: 0;
  padding-bottom: 10px; }
  .nav-menu-main .fsNavLevel2 li,
  .nav-menu-main .fsNavLevel3 li,
  .nav-menu-main .fsNavLevel4 li,
  .nav-menu-main .fsNavLevel5 li {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20px; }
    .nav-menu-main .fsNavLevel2 li a,
    .nav-menu-main .fsNavLevel3 li a,
    .nav-menu-main .fsNavLevel4 li a,
    .nav-menu-main .fsNavLevel5 li a {
      display: block;
      padding: 0 20px 0 0;
      color: #fff;
      background: transparent;
      font-weight: 400;
      font-size: 15px;
      line-height: 16px;
      text-transform: none; }
      .nav-menu-main .fsNavLevel2 li a:hover, .nav-menu-main .fsNavLevel2 li a:focus,
      .nav-menu-main .fsNavLevel3 li a:hover,
      .nav-menu-main .fsNavLevel3 li a:focus,
      .nav-menu-main .fsNavLevel4 li a:hover,
      .nav-menu-main .fsNavLevel4 li a:focus,
      .nav-menu-main .fsNavLevel5 li a:hover,
      .nav-menu-main .fsNavLevel5 li a:focus {
        color: rgba(255, 255, 255, 0.75);
        background: transparent; }
    .nav-menu-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a,
    .nav-menu-main .fsNavLevel3 li[class*="fsNavCurrentPage"] > a,
    .nav-menu-main .fsNavLevel4 li[class*="fsNavCurrentPage"] > a,
    .nav-menu-main .fsNavLevel5 li[class*="fsNavCurrentPage"] > a {
      color: #fff;
      background: transparent;
      text-decoration: underline; }

.nav-sub {
  display: none; }
  @media screen and (max-width: 599px) {
    .nav-sub > header {
      display: block;
      position: relative; }
      .nav-sub > header .fsElementTitle {
        position: relative;
        margin-bottom: 0;
        display: block;
        font-family: "Poly", serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        padding: 14px 20px;
        border-radius: 0;
        color: #eee;
        background-color: #5C9731;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #273f6a;
          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%;
          -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
          right: 20px; }
    .nav-sub > .fsElementContent {
      position: relative;
      display: block;
      padding: 0 20px;
      background-color: #DC2028; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 12px 0;
        color: #fff;
        background: transparent; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #D3D3D3;
          background: transparent; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #fff;
        background: transparent;
        text-decoration: underline; } }
    @media screen and (max-width: 599px) and (min-width: 600px) {
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #03499A; } }
  @media screen and (max-width: 599px) {
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #D3D3D3;
          background: transparent; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: transparent; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #fff;
          background: transparent;
          text-decoration: underline; } }
      @media screen and (max-width: 599px) and (min-width: 600px) {
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #03499A; } }
  @media screen and (max-width: 599px) {
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #D3D3D3;
            background: transparent; }
      .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
        padding-left: 0; }
      .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
        padding-left: 20px; }
      .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
        padding-left: 40px; }
      .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
        padding-left: 60px; }
      .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
        padding-left: 80px; }
    .nav-sub.active-nav > header .fsElementTitle {
      background-color: #5C9731;
      color: #eee; }
      .nav-sub.active-nav > header .fsElementTitle:after {
        content: "-";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
  @media (min-width: 600px) {
    .nav-sub {
      display: block; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  #fsHeader .nav-sub {
    position: relative;
    display: block;
    margin-bottom: 0;
    z-index: 8998; }
    @media (min-width: 600px) {
      #fsHeader .nav-sub {
        display: none; } }
  .fsBannerRight .nav-sub > header,
  .fsBannerLeft .nav-sub > header {
    display: none; }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li {
      font-weight: 700;
      font-size: 15px; }
      .nav-sub ul li a {
        display: block;
        padding: 12px 0;
        color: #DC2028;
        background: transparent;
        border-bottom: 1px solid #D3D3D3; }
        .nav-sub ul li a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          padding-right: 8px;
          font-weight: 400; }
        .nav-sub ul li a:hover, .nav-sub ul li a:focus {
          color: #6c6c6c;
          background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a {
        color: #03499A;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
          color: #6c6c6c;
          background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor {
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a {
          color: #03499A;
          background: transparent; }
          .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
            color: #6c6c6c;
            background: transparent; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 599px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 12px;
        padding-bottom: 12px; } }
    .nav-sub .fsNavLevel1 > li {
      border-bottom: none; }
      .nav-sub .fsNavLevel1 > li > a:before {
        display: none; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 20px; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 40px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 60px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 80px; }

.nav-utility-header {
  margin-bottom: 0;
  display: none;
  color: #fff; }
  @media (min-width: 1000px) {
    .nav-utility-header {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: auto; } }
  .nav-utility-header > .fsElementContent {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto; }
  .nav-utility-header footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto; }
    .nav-utility-header footer .fsElementFooterContent {
      margin-top: 0; }
      .nav-utility-header footer .fsElementFooterContent p,
      .nav-utility-header footer .fsElementFooterContent a {
        margin-bottom: 0; }
  .nav-utility-header .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .nav-utility-header .fsNavLevel1 > li {
      display: inline-block;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      font-weight: 700;
      font-size: 0.75em;
      line-height: 1.33em;
      text-transform: none;
      padding: 0; }
      .nav-utility-header .fsNavLevel1 > li:hover > a {
        color: #F5F5F5;
        background: transparent;
        opacity: .75;
        text-decoration: underline; }
      .nav-utility-header .fsNavLevel1 > li[class*="fsNavParentPage"] > a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 4px;
        line-height: 1; }
      .nav-utility-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
        color: #F5F5F5;
        background: transparent; }
      .nav-utility-header .fsNavLevel1 > li.quicklinks {
        display: none; }
      .nav-utility-header .fsNavLevel1 > li.search {
        display: none; }
        @media (min-width: 1000px) {
          .nav-utility-header .fsNavLevel1 > li.search {
            display: block;
            font-size: 0;
            line-height: 0; }
            .nav-utility-header .fsNavLevel1 > li.search > a:before {
              display: inline-block;
              vertical-align: middle;
              min-width: 18px;
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              font-size: 13px;
              line-height: 20px;
              color: inherit;
              padding: 8px 10px;
              background: transparent;
              color: #fff;
              border: 1px solid #fff;
              border-radius: 4px; }
            .nav-utility-header .fsNavLevel1 > li.search:hover > a:before {
              border-color: #fff;
              background: #fff;
              color: #03499A; } }
      .nav-utility-header .fsNavLevel1 > li > a {
        display: block;
        padding: 10px 5px;
        color: #fff;
        background: transparent; }
        .nav-utility-header .fsNavLevel1 > li > a:before {
          display: inline-block;
          margin: 0 10px 0;
          padding: 0;
          vertical-align: middle;
          min-width: 20px;
          font-size: 20px;
          line-height: 20px;
          color: inherit; }
        .nav-utility-header .fsNavLevel1 > li > a:focus {
          color: #F5F5F5;
          background: transparent; }
      html.js .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        overflow: hidden; }
      @media (min-width: 1000px) {
        .menu-item-open html.js .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
          max-height: 9999px;
          visibility: visible;
          opacity: 1; } }
      @media (min-width: 1000px) {
        html.js .nav-utility-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
          max-height: 9999px;
          visibility: visible;
          opacity: 1; } }
      html.js .nav-utility-header .fsNavLevel1 > li:hover .fsNavPageInfo {
        max-height: 9999px; }
      html:not(.js) .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        overflow: hidden; }
      @media (min-width: 1000px) {
        html:not(.js) .nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo {
          max-height: 9999px;
          visibility: visible;
          opacity: 1; } }

@media (max-width: 599px) and (min-width: 1000px) {
  html:not(.js) .nav-utility-header .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px; } }

.nav-utility-header li .fsNavPageInfo {
  display: block; }
  @media (min-width: 1000px) {
    .nav-utility-header li .fsNavPageInfo {
      width: 210px;
      background: #03499A;
      text-align: left;
      z-index: 9000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.nav-utility-header .fsNavPageInfo {
  display: none; }

.nav-utility-header .fsNavLevel2 {
  padding: 10px 0; }
  .nav-utility-header .fsNavLevel2 li {
    width: auto; }
    .nav-utility-header .fsNavLevel2 li a {
      display: block;
      color: #484848;
      background: transparent;
      padding: 0;
      font-size: 14px;
      line-height: 18px;
      text-transform: none; }
      .nav-utility-header .fsNavLevel2 li a:hover, .nav-utility-header .fsNavLevel2 li a:focus {
        color: #6c6c6c;
        background: transparent; }
    .nav-utility-header .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
      color: #03499A;
      background: transparent; }

.nav-utility-footer {
  color: #fff; }
  #fsFooter .nav-utility-footer {
    margin: 20px auto; }
    @media (min-width: 700px) {
      #fsFooter .nav-utility-footer {
        margin: 0; } }
  @media (min-width: 700px) {
    .nav-utility-footer {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 50%;
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; } }
  .nav-utility-footer .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: center;
    align-content: center; }
    @media (min-width: 700px) {
      .nav-utility-footer .fsNavLevel1 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .nav-utility-footer .fsNavLevel1 > li {
      margin: 0;
      padding: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: auto;
      font-weight: 400;
      font-size: 0.7em;
      line-height: 1.4em;
      text-transform: none; }
      .nav-utility-footer .fsNavLevel1 > li:hover > a {
        color: rgba(255, 255, 255, 0.6);
        background: transparent;
        text-decoration: underline; }
      .nav-utility-footer .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
        color: rgba(255, 255, 255, 0.6);
        background: transparent; }
      .nav-utility-footer .fsNavLevel1 > li > a {
        display: block;
        padding: 0 10px;
        color: #fff;
        background: transparent; }
        .nav-utility-footer .fsNavLevel1 > li > a:focus {
          color: rgba(255, 255, 255, 0.6);
          background: transparent; }

.nav-district {
  margin-bottom: 0;
  display: none;
  color: #fff; }
  @media (min-width: 1000px) {
    .nav-district {
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px; } }
  .nav-district .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .nav-district .fsNavLevel1 > li {
      display: inline-block;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      font-size: 0.75em;
      line-height: 1.33em;
      text-transform: none;
      padding: 0 10px; }
      .nav-district .fsNavLevel1 > li:first-child {
        padding-left: 0; }
      .nav-district .fsNavLevel1 > li:last-child {
        padding-right: 0; }
      .nav-district .fsNavLevel1 > li:focus-within > a {
        color: #F5F5F5;
        background: transparent;
        text-decoration: none; }
      .nav-district .fsNavLevel1 > li:hover > a, .nav-district .fsNavLevel1 > li:focus > a {
        color: #F5F5F5;
        background: transparent;
        text-decoration: none; }
      .nav-district .fsNavLevel1 > li[class*="fsNavParentPage"] > a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 4px;
        line-height: 1; }
      .nav-district .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
        color: #F5F5F5;
        background: transparent; }
      .nav-district .fsNavLevel1 > li.back {
        display: none; }
        @media (min-width: 1000px) {
          .nav-district .fsNavLevel1 > li.back {
            display: block; } }
      .nav-district .fsNavLevel1 > li > a {
        display: block;
        color: #fff;
        background: transparent; }
      .nav-district .fsNavLevel1 > li:hover > a,
      .nav-district .fsNavLevel1 > li:focus > a {
        color: #F5F5F5;
        background: transparent;
        text-decoration: underline; }
      html.js .nav-district .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        overflow: hidden; }
      @media (min-width: 1000px) {
        .menu-item-open html.js .nav-district .fsNavLevel1 > li > .fsNavPageInfo {
          max-height: 9999px;
          visibility: visible;
          opacity: 1; } }
      @media (min-width: 1000px) {
        html.js .nav-district .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
          max-height: 9999px;
          visibility: visible;
          opacity: 1; } }
      html.js .nav-district .fsNavLevel1 > li:hover .fsNavPageInfo, html.js .nav-district .fsNavLevel1 > li:focus .fsNavPageInfo {
        max-height: 9999px; }
      html:not(.js) .nav-district .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        overflow: hidden; }
      @media (min-width: 1000px) {
        html:not(.js) .nav-district .fsNavLevel1 > li:hover > .fsNavPageInfo {
          max-height: 9999px;
          visibility: visible;
          opacity: 1; } }

@media (max-width: 599px) and (min-width: 1000px) {
  html:not(.js) .nav-district .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px; } }

.nav-district li .fsNavPageInfo {
  display: block; }
  @media (min-width: 1000px) {
    .nav-district li .fsNavPageInfo {
      width: 210px;
      background: #03499A;
      text-align: left;
      z-index: 9000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      visibility: visible !important;
      opacity: 1 !important; } }

.nav-district .fsNavPageInfo {
  display: none; }

.nav-district .fsNavLevel2 {
  padding: 10px 0; }
  .nav-district .fsNavLevel2 li {
    width: auto; }
    .nav-district .fsNavLevel2 li a {
      display: block;
      color: #fff;
      background: transparent;
      padding: 10px 20px;
      font-size: 15px;
      line-height: 20px;
      text-transform: none; }
      .nav-district .fsNavLevel2 li a:hover, .nav-district .fsNavLevel2 li a:focus {
        color: rgba(255, 255, 255, 0.8);
        background: transparent;
        text-decoration: none; }
    .nav-district .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
      color: rgba(255, 255, 255, 0.8);
      background: transparent;
      text-decoration: none; }

.nav-menu-district {
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%; }
  .nav-menu-district ul li {
    padding: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase; }
    .nav-menu-district ul li.fsNavParentPage {
      position: relative; }
      .nav-menu-district ul li.fsNavParentPage > a {
        padding-right: 50px; }
      .nav-menu-district ul li.fsNavParentPage.active > .expand-navigation:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #F5F5F5; }
      .nav-menu-district ul li.fsNavParentPage.active > .fsNavPageInfo {
        max-height: 9999px;
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease; }
      .nav-menu-district ul li.fsNavParentPage > .expand-navigation {
        position: absolute;
        top: 5px;
        right: 20px;
        width: 30px;
        height: auto;
        z-index: 100;
        cursor: pointer;
        text-align: right;
        display: block;
        font-size: 0; }
        .nav-menu-district ul li.fsNavParentPage > .expand-navigation:hover:before {
          color: #6c6c6c; }
        .nav-menu-district ul li.fsNavParentPage > .expand-navigation:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: inline-block;
          width: 100%;
          height: auto;
          vertical-align: middle;
          font-size: 15px;
          line-height: 15px;
          color: #fff;
          text-align: center;
          transition: -webkit-transform 0.3s linear;
          transition: transform 0.3s linear; }
      .nav-menu-district ul li.fsNavParentPage > .fsNavPageInfo {
        text-align: left;
        z-index: 300;
        overflow: hidden;
        height: auto;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease; }
    .nav-menu-district ul li > a {
      display: block;
      color: #fff;
      background: transparent;
      padding: 10px 20px; }
  @media (min-width: 1000px) {
    .nav-menu-district .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      text-align: left;
      display: block; } }
  .nav-menu-district .fsNavLevel1 > li {
    box-shadow: inset 0 -1px 0 0 #fff; }
    .nav-menu-district .fsNavLevel1 > li:first-child {
      box-shadow: inset 0 -1px 0 0 #fff, inset 0 1px 0 0 #fff; }
    .nav-menu-district .fsNavLevel1 > li.fsNavParentPage > .expand-navigation {
      top: 10px; }
    @media (min-width: 1000px) {
      .nav-menu-district .fsNavLevel1 > li {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; } }
    .nav-menu-district .fsNavLevel1 > li:hover > a {
      color: #03499A;
      background: #F5F5F5; }
    .nav-menu-district .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #fff;
      background: rgba(0, 0, 0, 0.4); }
    .nav-menu-district .fsNavLevel1 > li > a {
      display: block;
      color: #fff;
      background: transparent; }
      .nav-menu-district .fsNavLevel1 > li > a:focus {
        color: #03499A;
        background: #F5F5F5; }

.nav-menu-district .fsNavPageDescription {
  display: none; }

.nav-menu-district .fsNavPageThumbnail {
  display: none; }

.nav-menu-district .fsNavLevel2,
.nav-menu-district .fsNavLevel3,
.nav-menu-district .fsNavLevel4,
.nav-menu-district .fsNavLevel5 {
  padding-top: 5px;
  padding-bottom: 5px; }
  .nav-menu-district .fsNavLevel2 li,
  .nav-menu-district .fsNavLevel3 li,
  .nav-menu-district .fsNavLevel4 li,
  .nav-menu-district .fsNavLevel5 li {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20px; }
    .nav-menu-district .fsNavLevel2 li a,
    .nav-menu-district .fsNavLevel3 li a,
    .nav-menu-district .fsNavLevel4 li a,
    .nav-menu-district .fsNavLevel5 li a {
      display: block;
      padding: 0;
      color: #fff;
      background: transparent;
      font-weight: 400;
      font-size: 15px;
      line-height: 16px;
      text-transform: none; }
      .nav-menu-district .fsNavLevel2 li a:hover, .nav-menu-district .fsNavLevel2 li a:focus,
      .nav-menu-district .fsNavLevel3 li a:hover,
      .nav-menu-district .fsNavLevel3 li a:focus,
      .nav-menu-district .fsNavLevel4 li a:hover,
      .nav-menu-district .fsNavLevel4 li a:focus,
      .nav-menu-district .fsNavLevel5 li a:hover,
      .nav-menu-district .fsNavLevel5 li a:focus {
        color: rgba(255, 255, 255, 0.75);
        background: transparent; }
    .nav-menu-district .fsNavLevel2 li[class*="fsNavCurrentPage"] > a,
    .nav-menu-district .fsNavLevel3 li[class*="fsNavCurrentPage"] > a,
    .nav-menu-district .fsNavLevel4 li[class*="fsNavCurrentPage"] > a,
    .nav-menu-district .fsNavLevel5 li[class*="fsNavCurrentPage"] > a {
      color: rgba(255, 255, 255, 0.75);
      background: transparent; }

.nav-menu-portal {
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%; }
  .nav-menu-portal ul li {
    padding: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: none; }
    .nav-menu-portal ul li.fsNavParentPage {
      position: relative; }
      .nav-menu-portal ul li.fsNavParentPage > a {
        padding-right: 50px; }
      .nav-menu-portal ul li.fsNavParentPage.active > .expand-navigation:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #03499A; }
      .nav-menu-portal ul li.fsNavParentPage.active > .fsNavPageInfo {
        max-height: 9999px;
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease; }
      .nav-menu-portal ul li.fsNavParentPage > .expand-navigation {
        position: absolute;
        top: 5px;
        right: 20px;
        width: 30px;
        height: auto;
        z-index: 100;
        cursor: pointer;
        text-align: right;
        display: block;
        font-size: 0; }
        .nav-menu-portal ul li.fsNavParentPage > .expand-navigation:hover:before {
          color: #03499A; }
        .nav-menu-portal ul li.fsNavParentPage > .expand-navigation:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: inline-block;
          width: 100%;
          height: auto;
          vertical-align: middle;
          font-size: 15px;
          line-height: 15px;
          color: #fff;
          text-align: center;
          transition: -webkit-transform 0.3s linear;
          transition: transform 0.3s linear; }
      .nav-menu-portal ul li.fsNavParentPage > .fsNavPageInfo {
        text-align: left;
        z-index: 300;
        overflow: hidden;
        height: auto;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease; }
    .nav-menu-portal ul li > a {
      display: block;
      color: #6c6c6c;
      background: transparent;
      padding: 10px 20px; }
  .nav-menu-portal .fsNavLevel1 {
    background: #fff; }
    @media (min-width: 1000px) {
      .nav-menu-portal .fsNavLevel1 {
        position: relative;
        margin: 0 auto;
        max-width: 73.75em;
        max-width: 73.75rem;
        text-align: left;
        display: block;
        background: transparent; } }
    .nav-menu-portal .fsNavLevel1 > li {
      box-shadow: inset 0 -1px 0 0 #6c6c6c; }
      .nav-menu-portal .fsNavLevel1 > li:first-child {
        box-shadow: inset 0 -1px 0 0 #6c6c6c, inset 0 1px 0 0 #6c6c6c; }
      .nav-menu-portal .fsNavLevel1 > li.fsNavParentPage > .expand-navigation {
        top: 10px; }
      .nav-menu-portal .fsNavLevel1 > li.search {
        display: none; }
      @media (min-width: 1000px) {
        .nav-menu-portal .fsNavLevel1 > li {
          -webkit-box-flex: 0;
          -ms-flex: none;
          flex: none; } }
      .nav-menu-portal .fsNavLevel1 > li:hover > a {
        color: #03499A;
        background: transparent; }
      .nav-menu-portal .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
        color: #6c6c6c;
        background: transparent; }
      .nav-menu-portal .fsNavLevel1 > li > a {
        display: block;
        color: #6c6c6c;
        background: transparent; }
        .nav-menu-portal .fsNavLevel1 > li > a:focus {
          color: #03499A;
          background: transparent; }

.nav-menu-portal .fsNavPageDescription {
  display: none; }

.nav-menu-portal .fsNavPageThumbnail {
  display: none; }

.nav-menu-portal .fsNavLevel2,
.nav-menu-portal .fsNavLevel3,
.nav-menu-portal .fsNavLevel4,
.nav-menu-portal .fsNavLevel5 {
  padding-top: 5px;
  padding-bottom: 5px; }
  .nav-menu-portal .fsNavLevel2 li,
  .nav-menu-portal .fsNavLevel3 li,
  .nav-menu-portal .fsNavLevel4 li,
  .nav-menu-portal .fsNavLevel5 li {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20px; }
    .nav-menu-portal .fsNavLevel2 li a,
    .nav-menu-portal .fsNavLevel3 li a,
    .nav-menu-portal .fsNavLevel4 li a,
    .nav-menu-portal .fsNavLevel5 li a {
      display: block;
      padding: 0;
      color: #484848;
      background: transparent;
      font-weight: 400;
      font-size: 15px;
      line-height: 16px;
      text-transform: none; }
      .nav-menu-portal .fsNavLevel2 li a:hover, .nav-menu-portal .fsNavLevel2 li a:focus,
      .nav-menu-portal .fsNavLevel3 li a:hover,
      .nav-menu-portal .fsNavLevel3 li a:focus,
      .nav-menu-portal .fsNavLevel4 li a:hover,
      .nav-menu-portal .fsNavLevel4 li a:focus,
      .nav-menu-portal .fsNavLevel5 li a:hover,
      .nav-menu-portal .fsNavLevel5 li a:focus {
        color: #6c6c6c;
        background: transparent; }
    .nav-menu-portal .fsNavLevel2 li[class*="fsNavCurrentPage"] > a,
    .nav-menu-portal .fsNavLevel3 li[class*="fsNavCurrentPage"] > a,
    .nav-menu-portal .fsNavLevel4 li[class*="fsNavCurrentPage"] > a,
    .nav-menu-portal .fsNavLevel5 li[class*="fsNavCurrentPage"] > a {
      color: #03499A;
      background: transparent; }

#fsFooter .nav-social {
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    #fsFooter .nav-social {
      margin-bottom: 0; } }

@media (min-width: 700px) {
  .nav-social {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

.nav-social .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff; }
  @media (min-width: 700px) {
    .nav-social .fsNavLevel1 {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .nav-social .fsNavLevel1 [href*='facebook']:hover, .nav-social .fsNavLevel1 [href*='facebook']:focus {
    background: #03499A;
    border-color: #03499A;
    color: #fff; }
    .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: #03499A;
    border-color: #03499A;
    color: #fff; }
    .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: #03499A;
    border-color: #03499A;
    color: #fff; }
    .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: #03499A;
    border-color: #03499A;
    color: #fff; }
    .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: #03499A;
    border-color: #03499A;
    color: #fff; }
    .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: #03499A;
    border-color: #03499A;
    color: #fff; }
    .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: #03499A;
    border-color: #03499A;
    color: #fff; }
    .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: #03499A;
    border-color: #03499A;
    color: #fff; }
    .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: #03499A;
    border-color: #03499A;
    color: #fff; }
    .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: #03499A;
    border-color: #03499A;
    color: #fff; }
    .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: #03499A;
    border-color: #03499A;
    color: #fff; }
    .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: #03499A;
    border-color: #03499A;
    color: #fff; }
    .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: #03499A;
    border-color: #03499A;
    color: #fff; }
    .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: #03499A;
    border-color: #03499A;
    color: #fff; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 a {
    display: block;
    text-decoration: none;
    border: 1px solid;
    background: transparent;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    color: #fff; }
    .nav-social .fsNavLevel1 a:before {
      color: inherit;
      font-size: 18px;
      line-height: 1; }

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

blockquote,
.blockquote {
  display: block;
  width: 100%;
  position: relative;
  margin: 40px auto 20px;
  padding: 45px 0 35px 0;
  font-family: "Poly", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #DC2028;
  text-align: center;
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5; }
  blockquote:before,
  .blockquote:before {
    content: '\0022';
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 60px;
    color: #03499A;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 10px solid #fff;
    border-radius: 100%;
    box-shadow: inset 0 0 0 1px #F5F5F5;
    text-align: center; }

cite {
  margin: 10px 0 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-style: normal;
  color: #6c6c6c;
  text-align: center; }

.callout-content,
.fs_style_25 {
  display: block;
  padding-left: 20px;
  background: transparent;
  color: #666;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  border-left: 4px solid #03499A; }

.fsBannerLeft .fsElement > header .fsElementTitle,
.fsBannerRight .fsElement > header .fsElementTitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase; }

body:not(.fsComposeMode) .callout-box-light, body:not(.fsComposeMode) .callout-box-dark, body:not(.fsComposeMode) .callout-box-school {
  display: block;
  background: #F5F5F5;
  color: #fff; }
  body:not(.fsComposeMode) .callout-box-light > header .fsElementHeaderContent, body:not(.fsComposeMode) .callout-box-dark > header .fsElementHeaderContent, body:not(.fsComposeMode) .callout-box-school > header .fsElementHeaderContent {
    margin-bottom: 0; }
  body:not(.fsComposeMode) .callout-box-light > header .fsImage picture, body:not(.fsComposeMode) .callout-box-dark > header .fsImage picture, body:not(.fsComposeMode) .callout-box-school > header .fsImage picture {
    display: block; }
  body:not(.fsComposeMode) .callout-box-light > header .fsImage img, body:not(.fsComposeMode) .callout-box-dark > header .fsImage img, body:not(.fsComposeMode) .callout-box-school > header .fsImage img {
    display: block;
    width: 100%;
    height: auto; }
  body:not(.fsComposeMode) .callout-box-light > .fsElementContent, body:not(.fsComposeMode) .callout-box-dark > .fsElementContent, body:not(.fsComposeMode) .callout-box-school > .fsElementContent {
    padding: 30px; }
    .fsBannerLeft body:not(.fsComposeMode) .callout-box-light > .fsElementContent, body:not(.fsComposeMode) .fsBannerLeft .callout-box-light > .fsElementContent, .fsBannerLeft body:not(.fsComposeMode) .callout-box-dark > .fsElementContent, body:not(.fsComposeMode) .fsBannerLeft .callout-box-dark > .fsElementContent, .fsBannerLeft body:not(.fsComposeMode) .callout-box-school > .fsElementContent, body:not(.fsComposeMode) .fsBannerLeft .callout-box-school > .fsElementContent,
    .fsBannerRight body:not(.fsComposeMode) .callout-box-light > .fsElementContent, body:not(.fsComposeMode)
    .fsBannerRight .callout-box-light > .fsElementContent,
    .fsBannerRight body:not(.fsComposeMode) .callout-box-dark > .fsElementContent, body:not(.fsComposeMode)
    .fsBannerRight .callout-box-dark > .fsElementContent,
    .fsBannerRight body:not(.fsComposeMode) .callout-box-school > .fsElementContent, body:not(.fsComposeMode)
    .fsBannerRight .callout-box-school > .fsElementContent {
      padding: 20px; }
    body:not(.fsComposeMode) .callout-box-light > .fsElementContent h2, body:not(.fsComposeMode) .callout-box-dark > .fsElementContent h2, body:not(.fsComposeMode) .callout-box-school > .fsElementContent h2 {
      margin-bottom: 5px;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 15px;
      line-height: 17px;
      color: #666;
      text-transform: uppercase;
      margin-bottom: 15px;
      font-weight: 700;
      font-size: 16px;
      line-height: 26px;
      color: inherit;
      text-transform: uppercase; }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .left.callout-box-light, body:not(.fsComposeMode) .left.callout-box-dark, body:not(.fsComposeMode) .left.callout-box-school, body:not(.fsComposeMode) .right.callout-box-light, body:not(.fsComposeMode) .right.callout-box-dark, body:not(.fsComposeMode) .right.callout-box-school {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .left.callout-box-light > header, body:not(.fsComposeMode) .left.callout-box-dark > header, body:not(.fsComposeMode) .left.callout-box-school > header, body:not(.fsComposeMode) .left.callout-box-light > .fsElementContent, body:not(.fsComposeMode) .left.callout-box-dark > .fsElementContent, body:not(.fsComposeMode) .left.callout-box-school > .fsElementContent, body:not(.fsComposeMode) .right.callout-box-light > header, body:not(.fsComposeMode) .right.callout-box-dark > header, body:not(.fsComposeMode) .right.callout-box-school > header, body:not(.fsComposeMode) .right.callout-box-light > .fsElementContent, body:not(.fsComposeMode) .right.callout-box-dark > .fsElementContent, body:not(.fsComposeMode) .right.callout-box-school > .fsElementContent {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 50%; } }
  body:not(.fsComposeMode) .left.callout-box-light > header, body:not(.fsComposeMode) .left.callout-box-dark > header, body:not(.fsComposeMode) .left.callout-box-school > header, body:not(.fsComposeMode) .right.callout-box-light > header, body:not(.fsComposeMode) .right.callout-box-dark > header, body:not(.fsComposeMode) .right.callout-box-school > header {
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit; }
    body:not(.fsComposeMode) .left.callout-box-light > header .fsImage, body:not(.fsComposeMode) .left.callout-box-dark > header .fsImage, body:not(.fsComposeMode) .left.callout-box-school > header .fsImage, body:not(.fsComposeMode) .right.callout-box-light > header .fsImage, body:not(.fsComposeMode) .right.callout-box-dark > header .fsImage, body:not(.fsComposeMode) .right.callout-box-school > header .fsImage {
      opacity: 0;
      visibility: hidden; }
  body:not(.fsComposeMode) .left.callout-box-light, body:not(.fsComposeMode) .left.callout-box-dark, body:not(.fsComposeMode) .left.callout-box-school {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  body:not(.fsComposeMode) .right.callout-box-light, body:not(.fsComposeMode) .right.callout-box-dark, body:not(.fsComposeMode) .right.callout-box-school {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

body:not(.fsComposeMode) .callout-box-light {
  background: #F5F5F5;
  color: #484848; }
  body:not(.fsComposeMode) .callout-box-light a {
    color: #03499A; }
    body:not(.fsComposeMode) .callout-box-light a:hover {
      color: #6c6c6c; }

body:not(.fsComposeMode) .callout-box-dark {
  background: #484848;
  color: #fff; }
  body:not(.fsComposeMode) .callout-box-dark a {
    color: #D3D3D3; }
    body:not(.fsComposeMode) .callout-box-dark a:hover {
      color: #fff; }

body:not(.fsComposeMode) .callout-box-school {
  background: #03499A;
  color: #fff; }
  body:not(.fsComposeMode) .callout-box-school a {
    color: #D3D3D3; }
    body:not(.fsComposeMode) .callout-box-school a:hover {
      color: #fff; }

.fsElement .fsReadMoreLink {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  text-transform: uppercase; }

.fsElement .slick-arrow.fsPrevButton, .fsElement .slick-arrow.fsNextButton {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .fsElement .slick-arrow.fsPrevButton:before, .fsElement .slick-arrow.fsNextButton:before {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.fsElement .slick-arrow.fsPrevButton {
  left: 0; }
  .fsElement .slick-arrow.fsPrevButton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.fsElement .slick-arrow.fsNextButton {
  right: 0; }
  .fsElement .slick-arrow.fsNextButton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.fsAccordion .fsPanel {
  border-bottom: 1px solid #6c6c6c; }
  .fsAccordion .fsPanel:first-of-type {
    border-top: 1px solid #6c6c6c; }
  .fsAccordion .fsPanel.fsStateOpen > header {
    background: transparent; }
    .fsAccordion .fsPanel.fsStateOpen > header:hover {
      background: transparent; }
    .fsAccordion .fsPanel.fsStateOpen > header h2 {
      color: #6c6c6c; }
  .fsAccordion .fsPanel > header {
    background: transparent; }
    .fsAccordion .fsPanel > header h2 {
      margin-bottom: 0;
      padding: 12px 15px;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      color: #666;
      text-transform: none; }
    .fsAccordion .fsPanel > header:hover {
      background: #F5F5F5; }
      .fsAccordion .fsPanel > header:hover h2 {
        color: #6c6c6c; }
        .fsAccordion .fsPanel > header:hover h2:before, .fsAccordion .fsPanel > header:hover h2:after {
          border-color: yellow; }

.fsAccordion.fsPanelIconBefore .fsPanel > header > h2 {
  padding-left: 45px; }
  .fsAccordion.fsPanelIconBefore .fsPanel > header > h2:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 16px;
    width: 18px !important;
    left: 15px !important;
    top: 10px !important;
    text-align: center; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header > h2:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsAccordion.fsPanelIconAfter .fsPanel > header > h2 {
  padding-right: 45px; }
  .fsAccordion.fsPanelIconAfter .fsPanel > header > h2:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 16px;
    width: 18px !important;
    right: 15px !important;
    top: 10px !important;
    text-align: center; }

.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header > h2:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

body.fsAccountBarVisible {
  margin-top: 45px; }

#fsAccountBar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #03499A;
  color: #fff;
  width: 100%;
  height: auto;
  min-height: 45px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 45px;
  z-index: 81009000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #fsAccountBar > ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    height: auto;
    min-height: 45px; }
    #fsAccountBar > ul:nth-of-type(1) {
      z-index: 9000; }
    #fsAccountBar > ul:nth-of-type(2) {
      z-index: 8999; }
    #fsAccountBar > ul > li {
      margin: 0;
      padding: 0 10px;
      height: auto;
      font-size: 12px;
      line-height: 45px; }
      #fsAccountBar > ul > li > span.fsAccountBarName {
        color: inherit; }
        #fsAccountBar > ul > li > span.fsAccountBarName:hover {
          color: #fff; }
      #fsAccountBar > ul > li > a > span:before {
        margin-right: 5px; }
      #fsAccountBar > ul > li > a.fsAccountBarLoginAsAdminUserButton > span:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      #fsAccountBar > ul > li > a.fsAccountBarEditPageButton > span:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      #fsAccountBar > ul > li > a.fsAccountBarLogoutButton > span {
        top: 10px; }
        #fsAccountBar > ul > li > a.fsAccountBarLogoutButton > span:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
  #fsAccountBar .fsAccountBarMenu {
    margin: 0;
    padding: 0 5px;
    background: #03499A;
    left: 20px;
    top: 100%;
    bottom: auto; }
  #fsAccountBar a {
    margin: 0;
    padding: 0;
    color: #fff; }
    #fsAccountBar a:hover {
      text-decoration: underline; }

.fsAthleticsEvent .fsElementEventIcon img {
  max-width: 50px; }

.fsCalendar article {
  padding-left: 75px; }

.fsCalendar .fsDate {
  background: none; }
  .fsCalendar .fsDate .fsDayName {
    font-size: 13px;
    color: #6c6c6c;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: bold; }
  .fsCalendar .fsDate .fsMonth {
    font-size: 13px;
    color: #6c6c6c;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    position: relative;
    top: 0px;
    font-weight: bold; }
  .fsCalendar .fsDate .fsDay {
    font-family: "Poly", serif;
    font-size: 60px;
    line-height: 1em;
    font-family: "Poly", serif;
    position: relative;
    top: -8px;
    color: #03499A; }
  .fsCalendar .fsDate .fsYear {
    font-size: 13px;
    color: #6c6c6c;
    font-family: "Lato", sans-serif;
    line-height: 1.5;
    position: relative;
    top: 0px; }

.fsCalendar .fsEventDetails .fsTimeRange {
  font-size: 14px;
  line-height: 1.42857;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal;
  color: #6c6c6c; }
  .fsCalendar .fsEventDetails .fsTimeRange:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    min-width: 14px;
    font-size: 14px;
    margin-right: 2px;
    color: #D3D3D3;
    text-align: center; }

.fsCalendar .fsEventDetails .fsLocation {
  font-size: 14px;
  line-height: 1.42857;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal;
  color: #6c6c6c; }
  .fsCalendar .fsEventDetails .fsLocation:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    min-width: 14px;
    font-size: 14px;
    margin-right: 4px;
    color: #D3D3D3;
    text-align: center; }

.fsCalendar.fsSlideshowVertical .fsElementSlideshow article {
  padding-left: 75px; }
  .fsCalendar.fsSlideshowVertical .fsElementSlideshow article .fsDate {
    margin-top: 5px; }

.fsCalendar.fsSlideshowHorizontal .fsAlertFeeds {
  float: none; }

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article {
  padding-left: 0; }
  .fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article .fsDate {
    position: relative;
    margin: 5px auto 20px; }

.fsCalendar.fsList article {
  margin-bottom: 30px; }

.fsLogin .fsLoginMainView .fsLoginSubmit,
.fsLogin .fsLoginMainView button,
.fsLogin .fsLoginForgotView .fsLoginSubmit,
.fsLogin .fsLoginForgotView button,
.fsLogin .fsLoginNewView .fsLoginSubmit,
.fsLogin .fsLoginNewView button,
.fsLogin .fsResetPasswordView .fsLoginSubmit,
.fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
.fsAccount .fsLoginMainView button,
.fsAccount .fsLoginForgotView .fsLoginSubmit,
.fsAccount .fsLoginForgotView button,
.fsAccount .fsLoginNewView .fsLoginSubmit,
.fsAccount .fsLoginNewView button,
.fsAccount .fsResetPasswordView .fsLoginSubmit,
.fsAccount .fsResetPasswordView button {
  display: block; }

.fsAccount .fsAccountLogout a {
  display: block; }

.fsTabs .fsTabsNav li {
  margin-right: 2px; }
  .fsTabs .fsTabsNav li a {
    position: relative;
    padding: 12px 15px;
    background: #D3D3D3;
    color: #484848;
    box-shadow: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: none; }
    .fsTabs .fsTabsNav li a:after {
      content: '';
      display: block;
      width: 25px;
      height: 20px;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      border-top: 10px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 12px solid transparent; }
    .fsTabs .fsTabsNav li a:hover {
      background: #F5F5F5;
      color: #666;
      box-shadow: none; }
      .fsTabs .fsTabsNav li a:hover:after {
        border-top-color: transparent; }
  .fsTabs .fsTabsNav li.fsStateSelected:hover > a {
    color: #fff; }
    .fsTabs .fsTabsNav li.fsStateSelected:hover > a:after {
      border-top-color: #03499A; }
  .fsTabs .fsTabsNav li.fsStateSelected a {
    background: #03499A;
    color: #fff;
    box-shadow: none; }
    .fsTabs .fsTabsNav li.fsStateSelected a:after {
      border-top: 7px solid #03499A; }

@media (min-width: 600px) {
  .fsTabs .fsPanel > .fsElementContent {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 599px) {
  .fsTabs.fsPanelIconBefore .fsPanel {
    border-bottom: 1px solid #6c6c6c; }
    .fsTabs.fsPanelIconBefore .fsPanel:first-of-type {
      border-top: 1px solid #6c6c6c; }
    .fsTabs.fsPanelIconBefore .fsPanel > header {
      background: transparent; }
      .fsTabs.fsPanelIconBefore .fsPanel > header > h2 {
        margin-bottom: 0;
        padding: 12px 15px 12px 45px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #666;
        text-transform: none; }
        .fsTabs.fsPanelIconBefore .fsPanel > header > h2:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 16px;
          width: 18px !important;
          left: 15px !important;
          top: 10px !important;
          text-align: center;
          color: #03499A; }
      .fsTabs.fsPanelIconBefore .fsPanel > header:hover {
        background: #F5F5F5; }
        .fsTabs.fsPanelIconBefore .fsPanel > header:hover > h2 {
          color: #6c6c6c; }
    .fsTabs.fsPanelIconBefore .fsPanel.fsStateOpen > header {
      background: transparent; }
      .fsTabs.fsPanelIconBefore .fsPanel.fsStateOpen > header > h2 {
        color: #6c6c6c; }
        .fsTabs.fsPanelIconBefore .fsPanel.fsStateOpen > header > h2:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }

.fsPostElement.fsList article {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5; }
  .fsPostElement.fsList article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.fsPostElement .fsTags {
  background: rgba(245, 245, 245, 0.5);
  box-shadow: inset 0 0 0 1px #F5F5F5;
  color: #484848; }

.fsMenu .fsSearchElement {
  margin: 0 auto;
  border: 1px solid #6c6c6c;
  border-radius: 4px; }

.fsSearchElement.fsSearchForm {
  position: relative;
  box-shadow: inset 0 0 0 1px #6c6c6c; }
  .fsSearchElement.fsSearchForm .fsElementTitle {
    display: none; }
  #fsHeader .fsSearchElement.fsSearchForm {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 4px;
    z-index: 9005;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #03499A;
    box-shadow: inset 0 0 0 1px #fff;
    border: none;
    border-radius: 4px; }
    .active-search #fsHeader .fsSearchElement.fsSearchForm {
      opacity: 1;
      visibility: visible;
      width: 365px; }
  .fsMenu .fsSearchElement.fsSearchForm {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    width: calc(100% - 40px);
    height: 40px;
    box-shadow: inset 0 0 0 1px #fff; }
  .fsSearchElement.fsSearchForm > .fsElementContent {
    width: auto;
    height: 40px; }
  .fsSearchElement.fsSearchForm .fsFieldLabel {
    display: none !important; }
  .fsSearchElement.fsSearchForm .fsStyleSearchField {
    border: 0;
    background: transparent;
    width: 100%;
    height: 40px;
    color: #6c6c6c;
    padding: 10px 40px 10px 20px;
    margin: 0;
    border-radius: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    text-transform: none; }
    #fsHeader .fsSearchElement.fsSearchForm .fsStyleSearchField,
    #fsMenu .fsSearchElement.fsSearchForm .fsStyleSearchField {
      color: #fff; }
  .fsSearchElement.fsSearchForm .fsButtonClear {
    margin-right: 20px; }
    #fsHeader .fsSearchElement.fsSearchForm .fsButtonClear:before,
    #fsMenu .fsSearchElement.fsSearchForm .fsButtonClear:before {
      color: #fff; }
  .fsSearchElement.fsSearchForm .fsSearchElementSearchButton {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border: 0;
    height: 40px;
    width: 30px;
    color: #6c6c6c;
    background: transparent;
    font-size: 0; }
    .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:hover, .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:focus {
      background: transparent;
      color: #6c6c6c; }
    .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #6c6c6c;
      font-size: 12px;
      line-height: 40px; }
    #fsHeader .fsSearchElement.fsSearchForm .fsSearchElementSearchButton,
    #fsMenu .fsSearchElement.fsSearchForm .fsSearchElementSearchButton {
      color: #fff; }
      #fsHeader .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:hover, #fsHeader .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:focus,
      #fsMenu .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:hover,
      #fsMenu .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:focus {
        color: #fff; }
      #fsHeader .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:after,
      #fsMenu .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:after {
        color: #fff; }

.fsSearchElement.fsList .fsSearchCustomResults {
  margin-bottom: 10px; }

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  color: #6c6c6c; }
  .fsSearchElement.fsList .fsSearchResultInfo .fsSearchResultTotal,
  .fsSearchElement.fsList .fsSearchResultInfo .fsSearchResultTiming {
    color: #03499A; }

.fsSearchElement.fsList .fsListItems, .fsSearchElement.fsList .fsListItems ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsSearchElement.fsList .fsListItems li {
  margin: 0;
  padding: 0; }

.fsSearchElement.fsList .fsListItems > li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5; }

.fsSearchElement.fsList .fsListItems > li .fsSearchResultURL {
  margin-bottom: 5px;
  font-weight: 400;
  color: #6c6c6c; }

.fsSearchElement.fsList .fsListItems > li .fsSummary {
  font-weight: 400;
  color: #484848; }
  .fsSearchElement.fsList .fsListItems > li .fsSummary .fsSearchResultMatch {
    font-weight: 700;
    color: #03499A; }

.home:not(.fsComposeMode) #fsPageBodyWrapper {
  padding: 0; }

.home:not(.fsComposeMode) #fsPageBody {
  width: 100%;
  max-width: 100%; }

.home:not(.fsComposeMode) .fsPageLayout {
  margin: 0; }
  .home:not(.fsComposeMode) .fsPageLayout > .fsDiv {
    position: relative;
    padding: 0;
    margin-bottom: 0; }

.home:not(.fsComposeMode) #fsHeader {
  position: relative;
  z-index: 1;
  background: #03499A; }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) #fsHeader {
      background: transparent; } }
  .home:not(.fsComposeMode) #fsHeader .nav-sub {
    display: none; }

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .fsHeader .nav-main {
    background: rgba(3, 73, 154, 0.75); } }

.home:not(.fsComposeMode) .slideshow {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 0; }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) .slideshow {
      margin-top: -173px; } }
  .home:not(.fsComposeMode) .slideshow .fsElementContent {
    background: #DC2028;
    position: relative; }
    .home:not(.fsComposeMode) .slideshow .fsElementContent:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      -webkit-animation: animate-spin 2s infinite linear;
      animation: animate-spin 2s infinite linear;
      width: auto;
      position: absolute;
      top: 35%;
      left: 50%;
      text-align: center;
      color: #fff;
      font-size: 60px;
      text-transform: uppercase;
      font-weight: 700;
      -webkit-transform: translate(-50%, -35%);
      -ms-transform: translate(-50%, -35%);
      transform: translate(-50%, -35%);
      z-index: 0; }
  .home:not(.fsComposeMode) .slideshow .fsElementSlideshow {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1; }
    .home:not(.fsComposeMode) .slideshow .fsElementSlideshow .fsElementSlideshowControls {
      position: absolute;
      top: 20px;
      left: 20px; }
      @media (min-width: 1000px) {
        .home:not(.fsComposeMode) .slideshow .fsElementSlideshow .fsElementSlideshowControls {
          top: 190px; } }
      .home:not(.fsComposeMode) .slideshow .fsElementSlideshow .fsElementSlideshowControls > button {
        position: relative;
        top: auto; }
  .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage {
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit; }
    .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage .fsResourceTitle {
      font-weight: 400;
      font-family: "Poly", serif;
      font-size: 18px;
      line-height: 1.2;
      margin-bottom: 8px;
      max-width: 600px;
      color: #fff; }
      @media (min-width: 800px) {
        .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage .fsResourceTitle {
          font-size: 36px;
          text-align: left; } }
      .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage .fsResourceTitle a {
        color: inherit; }
        .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage .fsResourceTitle a:hover {
          color: rgba(255, 255, 255, 0.85); }
    .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage figure picture:after {
      display: none; }
      @media (min-width: 800px) {
        .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage figure picture:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: linear-gradient(to bottom, transparent 50%, black 100%); } }
    .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage figure picture img {
      display: block;
      width: 100%;
      height: auto;
      opacity: 0;
      visibility: hidden;
      min-height: 320px; }
    .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage figure figcaption {
      padding: 0;
      margin: 0;
      font-style: normal;
      text-align: center; }
      @media (min-width: 800px) {
        .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage figure figcaption {
          text-align: left; } }
      .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage figure figcaption p a {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        opacity: 1;
        transition: opacity 0.33s;
        display: block;
        margin-top: 10px;
        color: #fff;
        font-family: "Lato", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1.41176; }
        .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage figure figcaption p a:hover, .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage figure figcaption p a:focus {
          opacity: 0.5; }
        .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage figure figcaption p a:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          padding-left: 10px;
          font-weight: normal; }
        @media (min-width: 800px) {
          .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage figure figcaption p a {
            font-size: 17px; } }
        .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage figure figcaption p a:hover {
          color: rgba(255, 255, 255, 0.85); }
    .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage figure .content {
      background: #DC2028;
      padding: 30px 50px 20px;
      text-align: center; }
      @media (min-width: 800px) {
        .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage figure .content {
          display: block;
          padding: 0 20px;
          z-index: 2;
          background: none;
          position: absolute;
          bottom: 100px;
          left: 0;
          width: 100%;
          text-align: left; } }
      .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage figure .content .inner {
        position: relative;
        margin: 0 auto;
        max-width: 43.75em;
        max-width: 43.75rem;
        padding-right: 1.25em;
        padding-left: 1.25em;
        text-shadow: 1px 1.5px 3px rgba(0, 0, 0, 0.2); }
        @media (min-width: 800px) {
          .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage figure .content .inner {
            position: relative;
            margin: 0 auto;
            max-width: 43.75em;
            max-width: 43.75rem;
            border-left: 5px solid #DC2028; } }
        @media (min-width: 1000px) {
          .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage figure .content .inner {
            position: relative;
            margin: 0 auto;
            max-width: 60em;
            max-width: 60rem; } }
        @media (min-width: 1180px) {
          .home:not(.fsComposeMode) .slideshow article.fsResourceTypeImage figure .content .inner {
            position: relative;
            margin: 0 auto;
            max-width: 73.75em;
            max-width: 73.75rem; } }
  .home:not(.fsComposeMode) .slideshow button.slick-arrow {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 80px;
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    font-size: 0; }
    @media (min-width: 800px) {
      .home:not(.fsComposeMode) .slideshow button.slick-arrow {
        border: 1px solid rgba(255, 255, 255, 0.75);
        background-color: rgba(0, 0, 0, 0.25); } }
    .home:not(.fsComposeMode) .slideshow button.slick-arrow:hover, .home:not(.fsComposeMode) .slideshow button.slick-arrow:focus {
      background-color: rgba(0, 0, 0, 0.5); }
    .home:not(.fsComposeMode) .slideshow button.slick-arrow:before {
      display: none; }
    .home:not(.fsComposeMode) .slideshow button.slick-arrow:after {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      text-indent: 0;
      font-size: 32px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 800px) {
        .home:not(.fsComposeMode) .slideshow button.slick-arrow:after {
          font-size: 26px; } }
    .home:not(.fsComposeMode) .slideshow button.slick-arrow.fsPrevButton {
      left: 0;
      right: auto;
      border-left: 0px;
      border-radius: 0px 40px 40px 0px; }
      .home:not(.fsComposeMode) .slideshow button.slick-arrow.fsPrevButton:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        left: -6px; }
    .home:not(.fsComposeMode) .slideshow button.slick-arrow.fsNextButton {
      left: auto;
      right: 0;
      border-right: 0px;
      border-radius: 40px 0px 0px 40px; }
      .home:not(.fsComposeMode) .slideshow button.slick-arrow.fsNextButton:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        left: 6px; }

.home:not(.fsComposeMode) .fsPostElement.fsGrid {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding-right: 30px;
  padding-left: 30px;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 800px) {
    .home:not(.fsComposeMode) .fsPostElement.fsGrid {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) .fsPostElement.fsGrid {
      padding-right: 0;
      padding-left: 0; } }
  .home:not(.fsComposeMode) .fsPostElement.fsGrid > header {
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0 0 20px; }
    @media (min-width: 800px) {
      .home:not(.fsComposeMode) .fsPostElement.fsGrid > header {
        margin-bottom: 40px; } }
    .home:not(.fsComposeMode) .fsPostElement.fsGrid > header .fsElementHeaderContent {
      float: none; }
      .home:not(.fsComposeMode) .fsPostElement.fsGrid > header .fsElementHeaderContent h2 {
        float: left;
        margin: 0; }
      .home:not(.fsComposeMode) .fsPostElement.fsGrid > header .fsElementHeaderContent h6 {
        float: right;
        margin-bottom: 0px;
        margin-top: 18px; }
        .home:not(.fsComposeMode) .fsPostElement.fsGrid > header .fsElementHeaderContent h6 a {
          color: #666;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 13px;
          opacity: 0.9;
          transition: opacity 0.33s; }
          .home:not(.fsComposeMode) .fsPostElement.fsGrid > header .fsElementHeaderContent h6 a:hover, .home:not(.fsComposeMode) .fsPostElement.fsGrid > header .fsElementHeaderContent h6 a:focus {
            opacity: 1; }
          .home:not(.fsComposeMode) .fsPostElement.fsGrid > header .fsElementHeaderContent h6 a:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            padding-left: 10px;
            font-weight: normal; }
  .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent {
    overflow: hidden; }
    .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article {
      width: 100%;
      height: 245px;
      background: #D3D3D3;
      border: 0px;
      border-radius: 4px;
      padding: 0;
      margin: 0 15px !important;
      position: relative;
      display: block;
      float: none;
      margin-bottom: 0 !important;
      margin-top: 20px !important; }
      .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article:nth-child(2), .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article:nth-child(3) {
        margin-left: 0 !important; }
      @media (min-width: 600px) {
        .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article {
          width: calc((100% / 3) - 20px); } }
      .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article:first-child {
        margin-top: 0 !important; }
        @media (min-width: 600px) {
          .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article:first-child {
            margin-top: 20px !important; } }
        @media (min-width: 800px) {
          .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article:first-child {
            margin-top: 0px !important; } }
      @media (min-width: 800px) {
        .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article {
          float: left;
          margin-top: 0 !important;
          margin-bottom: 0 !important; } }
      @media (min-width: 1000px) {
        .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article {
          display: block; } }
      @media (min-width: 600px) {
        .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article.hover .newsOverlay, .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article:hover .newsOverlay, .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article:focus .newsOverlay {
          top: 0; } }
      .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article.hover .newsOverlay .fsSummary,
      .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article.hover .newsOverlay .fsPostLink.fsReadMoreLink, .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article:hover .newsOverlay .fsSummary,
      .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article:hover .newsOverlay .fsPostLink.fsReadMoreLink, .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article:focus .newsOverlay .fsSummary,
      .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article:focus .newsOverlay .fsPostLink.fsReadMoreLink {
        display: block;
        opacity: 1; }
      .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article .fsThumbnail {
        max-width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: transparent;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: inherit;
        z-index: 0; }
        .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article .fsThumbnail > img {
          display: block;
          width: 100%;
          height: auto;
          opacity: 0;
          visibility: hidden; }
      .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article .newsOverlay {
        position: absolute;
        background: rgba(3, 73, 154, 0.95);
        width: 100%;
        top: auto;
        left: 0;
        bottom: 0;
        padding: 10px 30px;
        transition: top 0.25s linear;
        z-index: 1; }
        @media (min-width: 600px) {
          .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article .newsOverlay {
            top: 160px;
            bottom: auto;
            height: 100%; } }
        .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsTitle {
          margin-bottom: 10px; }
          .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsTitle > a {
            font-family: "Lato", sans-serif;
            font-weight: bold;
            font-size: 18px;
            line-height: 22px;
            color: #fff; }
            .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsTitle > a:hover, .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsTitle > a:focus {
              opacity: 0.7;
              color: #fff; }
        .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsSummary {
          display: none;
          font-family: "Lato", sans-serif;
          font-weight: 400;
          font-size: 15px;
          line-height: 18px;
          color: #fff;
          opacity: 0;
          transition: opacity 0.25s linear; }
          @media (min-width: 600px) {
            .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsSummary {
              display: block; } }
          .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsSummary p {
            margin: 0 0 5px 0; }
        .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsPostLink.fsReadMoreLink {
          color: #fff;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 13px;
          opacity: 1;
          transition: opacity 0.33s;
          display: none;
          font-family: "Lato", sans-serif;
          font-weight: 400;
          font-size: 13px;
          text-transform: uppercase;
          text-decoration: none;
          color: #fff; }
          .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsPostLink.fsReadMoreLink:hover, .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsPostLink.fsReadMoreLink:focus {
            opacity: 0.5; }
          .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsPostLink.fsReadMoreLink:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            padding-left: 10px;
            font-weight: normal; }
          .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsPostLink.fsReadMoreLink:hover, .home:not(.fsComposeMode) .fsPostElement.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsPostLink.fsReadMoreLink:focus {
            opacity: 0.7;
            color: #fff; }

.home:not(.fsComposeMode) .fsCalendar {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px; }
  .home:not(.fsComposeMode) .fsCalendar:not(.fsDialog):before {
    content: '';
    position: absolute;
    background: rgba(220, 32, 40, 0.75);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  @media (min-width: 800px) {
    .home:not(.fsComposeMode) .fsCalendar {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .home:not(.fsComposeMode) .fsCalendar > header {
    border: 0px;
    text-align: center;
    z-index: 2;
    position: relative; }
    .home:not(.fsComposeMode) .fsCalendar > header .fsElementTitle {
      position: relative;
      display: inline-block;
      width: auto;
      margin: 0 auto 10px;
      padding: 0;
      font-family: "Poly", serif;
      font-weight: 400;
      font-size: 36px;
      color: #fff;
      text-transform: none; }
      .home:not(.fsComposeMode) .fsCalendar > header .fsElementTitle:after {
        content: "";
        display: block;
        margin: 15px auto;
        width: 160px;
        height: 5px;
        background-color: rgba(255, 255, 255, 0.5); }
    .home:not(.fsComposeMode) .fsCalendar > header .fsElementHeaderContent {
      display: inline-block;
      float: none;
      position: relative;
      border: 2px solid lime; }
      @media (min-width: 800px) {
        .home:not(.fsComposeMode) .fsCalendar > header .fsElementHeaderContent {
          font-size: 48px; } }
      .home:not(.fsComposeMode) .fsCalendar > header .fsElementHeaderContent a:hover, .home:not(.fsComposeMode) .fsCalendar > header .fsElementHeaderContent a:focus {
        opacity: 0.7; }
      .home:not(.fsComposeMode) .fsCalendar > header .fsElementHeaderContent a:after {
        content: normal; }
      @media (min-width: 800px) {
        .home:not(.fsComposeMode) .fsCalendar > header .fsElementHeaderContent a {
          font-size: 48px; } }
  .home:not(.fsComposeMode) .fsCalendar .fsElementContent {
    z-index: 2; }
    .home:not(.fsComposeMode) .fsCalendar .fsElementContent article {
      border: 0px;
      padding: 0px;
      text-align: center;
      color: #fff;
      padding-top: 130px; }
      .home:not(.fsComposeMode) .fsCalendar .fsElementContent article .fsDate {
        position: absolute;
        top: 0;
        left: 50%;
        height: 110px;
        width: 110px;
        padding-top: 5px;
        text-align: center;
        background: transparent;
        border-radius: 100%;
        color: #484848;
        border: 5px solid #DC2028;
        border-color: rgba(255, 255, 255, 0.5);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        overflow: hidden; }
        .home:not(.fsComposeMode) .fsCalendar .fsElementContent article .fsDate:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 0;
          background: #fff; }
        .home:not(.fsComposeMode) .fsCalendar .fsElementContent article .fsDate .fsDayName,
        .home:not(.fsComposeMode) .fsCalendar .fsElementContent article .fsDate .fsDay,
        .home:not(.fsComposeMode) .fsCalendar .fsElementContent article .fsDate .fsMonth {
          position: relative;
          z-index: 1; }
        .home:not(.fsComposeMode) .fsCalendar .fsElementContent article .fsDate .fsDayName {
          margin-top: 5px;
          font-size: 13px;
          line-height: 1.15385;
          color: #484848;
          font-family: "Lato", sans-serif;
          text-transform: uppercase;
          font-weight: bold; }
        .home:not(.fsComposeMode) .fsCalendar .fsElementContent article .fsDate .fsMonth {
          font-size: 13px;
          line-height: 1.15385;
          color: #484848;
          font-family: "Lato", sans-serif;
          text-transform: uppercase;
          top: 0;
          font-weight: bold;
          margin-top: 0; }
        .home:not(.fsComposeMode) .fsCalendar .fsElementContent article .fsDate .fsDay {
          font-size: 60px;
          line-height: 0.75;
          font-family: "Poly", serif;
          color: #03499A;
          margin-top: 5px; }
      .home:not(.fsComposeMode) .fsCalendar .fsElementContent article .fsTitle {
        color: #fff; }
        .home:not(.fsComposeMode) .fsCalendar .fsElementContent article .fsTitle, .home:not(.fsComposeMode) .fsCalendar .fsElementContent article .fsTitle a {
          color: #fff !important; }
        .home:not(.fsComposeMode) .fsCalendar .fsElementContent article .fsTitle a:hover, .home:not(.fsComposeMode) .fsCalendar .fsElementContent article .fsTitle a:focus {
          opacity: 0.7; }
      .home:not(.fsComposeMode) .fsCalendar .fsElementContent article .fsEventDetails {
        color: #fff; }
      .home:not(.fsComposeMode) .fsCalendar .fsElementContent article .fsTimeRange {
        color: #fff; }
      .home:not(.fsComposeMode) .fsCalendar .fsElementContent article .fsLocation {
        margin-top: 0;
        color: #fff; }
  .home:not(.fsComposeMode) .fsCalendar .calOverlay {
    position: absolute;
    background: rgba(220, 32, 40, 0.75);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .home:not(.fsComposeMode) .fsCalendar .fsPrevButton:before,
  .home:not(.fsComposeMode) .fsCalendar .fsNextButton:before {
    color: rgba(255, 255, 255, 0.5); }
  .home:not(.fsComposeMode) .fsCalendar .fsPrevButton:hover:before,
  .home:not(.fsComposeMode) .fsCalendar .fsNextButton:hover:before,
  .home:not(.fsComposeMode) .fsCalendar .fsPrevButton:focus:before,
  .home:not(.fsComposeMode) .fsCalendar .fsNextButton:focus:before {
    color: rgba(255, 255, 255, 0.9); }

.home:not(.fsComposeMode) .stories {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 800px) {
    .home:not(.fsComposeMode) .stories {
      padding-right: 30px;
      padding-left: 30px;
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (min-width: 1180px) {
    .home:not(.fsComposeMode) .stories {
      padding-right: 0;
      padding-left: 0; } }
  .home:not(.fsComposeMode) .stories .fsDiv.fsStyleColumn {
    background-color: #F5F5F5;
    border: 1px solid #D3D3D3;
    margin-bottom: 0px;
    padding: 20px;
    border-radius: 5px !important; }
    .home:not(.fsComposeMode) .stories .fsDiv.fsStyleColumn .fsElementContent :last-child {
      margin-bottom: 0 !important; }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .stories .fsDiv.fsStyleColumn {
        height: 510px;
        border-radius: 0; } }
    .home:not(.fsComposeMode) .stories .fsDiv.fsStyleColumn.fsStyleColumn-1 {
      margin-right: -0.5px;
      margin-bottom: 30px; }
      @media (min-width: 800px) {
        .home:not(.fsComposeMode) .stories .fsDiv.fsStyleColumn.fsStyleColumn-1 {
          margin-bottom: 0;
          border-top-right-radius: 0 !important;
          border-bottom-right-radius: 0 !important; } }
    .home:not(.fsComposeMode) .stories .fsDiv.fsStyleColumn.fsStyleColumn-2 {
      margin-left: -0.5px; }
      @media (min-width: 800px) {
        .home:not(.fsComposeMode) .stories .fsDiv.fsStyleColumn.fsStyleColumn-2 {
          border-top-left-radius: 0 !important;
          border-bottom-left-radius: 0 !important; } }
    .home:not(.fsComposeMode) .stories .fsDiv.fsStyleColumn .fsElementContent img {
      width: 100%; }
    .home:not(.fsComposeMode) .stories .fsDiv.fsStyleColumn .fsElementContent h4 {
      font-size: 36px;
      font-family: "Poly", serif;
      margin-bottom: 10px; }
    .home:not(.fsComposeMode) .stories .fsDiv.fsStyleColumn .fsElementContent p {
      font-size: 14px; }
    .home:not(.fsComposeMode) .stories .fsDiv.fsStyleColumn .fsElementContent a {
      color: #DC2028;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px;
      opacity: 1;
      transition: opacity 0.33s;
      font-family: "Lato", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 13px;
      color: #DC2028; }
      .home:not(.fsComposeMode) .stories .fsDiv.fsStyleColumn .fsElementContent a:hover, .home:not(.fsComposeMode) .stories .fsDiv.fsStyleColumn .fsElementContent a:focus {
        opacity: 0.75; }
      .home:not(.fsComposeMode) .stories .fsDiv.fsStyleColumn .fsElementContent a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        padding-left: 10px;
        font-weight: normal; }

.fsGoogleTranslate {
  position: relative;
  display: inline-block;
  margin: 5px;
  padding: 0;
  width: auto;
  height: auto;
  max-height: 40px;
  background: transparent;
  color: #fff;
  text-align: left; }
  @media (min-width: 600px) {
    .fsGoogleTranslate {
      margin: 0 0 0 20px; } }
  @media (min-width: 1000px) {
    .fsGoogleTranslate {
      max-height: auto; } }
  .fsGoogleTranslate:hover {
    color: #F5F5F5; }
    .fsGoogleTranslate:hover:before, .fsGoogleTranslate:hover:after {
      color: #F5F5F5; }
  .fsGoogleTranslate .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    width: 100%;
    text-align: center;
    transition: color .3s; }
    @media (min-width: 600px) {
      .fsGoogleTranslate .fsElementContent {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; } }
    @media (min-width: 1000px) {
      .fsGoogleTranslate .fsElementContent {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .fsGoogleTranslate .fsElementContent:hover:before {
      border-color: #fff;
      background: #fff;
      color: #03499A; }
    .fsGoogleTranslate .fsElementContent:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      margin: 0 auto;
      padding: 7px 0;
      background: transparent;
      outline: 0;
      background: transparent;
      color: #fff;
      text-align: center;
      vertical-align: top;
      width: 100%;
      min-width: 50px;
      font-size: 13px;
      line-height: 20px;
      color: inherit; }
      @media (min-width: 600px) {
        .fsGoogleTranslate .fsElementContent:before {
          line-height: 20px; } }
      @media (min-width: 1000px) {
        .fsGoogleTranslate .fsElementContent:before {
          margin-right: 8px;
          border: 1px solid #fff;
          border-radius: 4px;
          min-width: 34px; } }
  .fsGoogleTranslate #google_translate_element,
  .fsGoogleTranslate #google_translate_element_select {
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 5px;
    color: #fff; }
    .fsGoogleTranslate #google_translate_element:hover,
    .fsGoogleTranslate #google_translate_element_select:hover {
      color: rgba(255, 255, 255, 0.75); }
      .fsGoogleTranslate #google_translate_element:hover .goog-te-gadget,
      .fsGoogleTranslate #google_translate_element_select:hover .goog-te-gadget {
        height: auto; }
    .fsGoogleTranslate #google_translate_element .goog-te-gadget,
    .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple,
    .fsGoogleTranslate #google_translate_element_select .goog-te-gadget,
    .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple {
      display: inline-block;
      vertical-align: middle;
      font-size: 0;
      background: transparent;
      border: 0;
      padding: 0;
      color: #fff; }
      .fsGoogleTranslate #google_translate_element .goog-te-gadget img,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget .goog-logo-link,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple img,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple .goog-logo-link,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget img,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget .goog-logo-link,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple img,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple .goog-logo-link {
        display: none; }
      .fsGoogleTranslate #google_translate_element .goog-te-gadget .goog-te-combo,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple .goog-te-combo,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget .goog-te-combo,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple .goog-te-combo {
        font-size: 0 !important;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        .fsGoogleTranslate #google_translate_element .goog-te-gadget .goog-te-combo:focus,
        .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple .goog-te-combo:focus,
        .fsGoogleTranslate #google_translate_element_select .goog-te-gadget .goog-te-combo:focus,
        .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple .goog-te-combo:focus {
          outline: -webkit-focus-ring-color auto 5px; }
      .fsGoogleTranslate #google_translate_element .goog-te-gadget select::-ms-expand,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple select::-ms-expand,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget select::-ms-expand,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple select::-ms-expand {
        display: none; }
      .fsGoogleTranslate #google_translate_element .goog-te-gadget > div,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple > div,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget > div,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple > div {
        display: inline-block;
        vertical-align: middle; }
        .fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select,
        .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple > div > select,
        .fsGoogleTranslate #google_translate_element_select .goog-te-gadget > div > select,
        .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple > div > select {
          width: 80px;
          height: 46px;
          margin: 0;
          padding: 0;
          cursor: pointer;
          background: transparent;
          border: none;
          color: transparent; }
          .fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select:focus,
          .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple > div > select:focus,
          .fsGoogleTranslate #google_translate_element_select .goog-te-gadget > div > select:focus,
          .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple > div > select:focus {
            outline: none; }
          .fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select option,
          .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple > div > select option,
          .fsGoogleTranslate #google_translate_element_select .goog-te-gadget > div > select option,
          .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple > div > select option {
            color: #000;
            background: #fff;
            font-size: 12px !important;
            line-height: 26px !important; }
      .fsGoogleTranslate #google_translate_element .goog-te-gadget .goog-te-menu-value,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple .goog-te-menu-value,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget .goog-te-menu-value,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple .goog-te-menu-value {
        width: 80px;
        height: 50px;
        display: block;
        margin: 0; }

iframe.goog-te-menu-frame {
  position: absolute;
  box-shadow: none !important;
  top: 55px !important;
  left: 20px !important;
  right: 20px !important; }
  iframe.goog-te-menu-frame html {
    background-color: red !important; }

.goog-te-menu2 {
  background-color: transparent;
  border: 0;
  padding: 0;
  padding-top: 5px; }
  .goog-te-menu2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #212529; }
  .goog-te-menu2 > table {
    background-color: #212529;
    padding: 40px; }

.goog-te-menu2-item div,
.goog-te-menu2-item:link div,
.goog-te-menu2-item:visited div,
.goog-te-menu2-item:active div,
.goog-te-menu2-item-selected div,
.goog-te-menu2-item-selected:link div,
.goog-te-menu2-item-selected:visited div,
.goog-te-menu2-item-selected:hover div,
.goog-te-menu2-item-selected:active div {
  background: #212529;
  color: #6c6c6c; }
