@charset "UTF-8";
 /**
 *
 * International School of Denver - redesign21
 * @link https://denver.finalsite.com
 * Site Template : newclientcustom
 * Built By: Keisha Croxton
 * Project Manager: Ralph Purificato
 * Designer: Keisha Croxton
 * ==== Git Info ====
 * Branch Name: clients/denver_redesign21
 * Build version: 3.2.6
 * Git Tag: Composer-Build-2.0-390-g97f69cb80d
 * Last build by: adam.cruse
 *
 **/

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,700|Barlow:400,700|Roboto:400,500,700&display=swap");
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  text-align: center;
  margin: 0 1em 1em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search:before {
  content: "\f002"; }

.icon-clock-o:before {
  content: "\f017"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-facebook-f:before {
  content: "\f09a"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-share-alt:before {
  content: "\f1e0"; }

.icon-icon-close:before {
  content: "\e900"; }

.icon-quotation-mark:before {
  content: "\e901"; }

.icon-icon-gradcap:before {
  content: "\e902"; }

.icon-icon-tools:before {
  content: "\e903"; }

.icon-icon-arrowdown:before {
  content: "\e904"; }

.icon-icon-books:before {
  content: "\e905"; }

.icon-icon-globe:before {
  content: "\e906"; }

.icon-icon-minus:before {
  content: "\e907"; }

.icon-icon-plus:before {
  content: "\e908"; }

.icon-icon-trophy:before {
  content: "\e909"; }

.icon-angle-down:before {
  content: "\f107"; }

/*! config-constants v0.0.1 */
/*! 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 */
.slick-prev {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

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

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

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

.fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #5F5F63; }
  .fsRosterName a, .fsTitle a, .fsFacebookFrom a, .fsVimeoTitle a, .fsYoutubeTitle a {
    color: #939598;
    transition: color 0.3s; }
  .fsRosterName a:hover, .fsTitle a:hover, .fsFacebookFrom a:hover, .fsVimeoTitle a:hover, .fsYoutubeTitle a:hover {
    color: #2D68C4; }

.alpha,
h1 {
  margin-top: 0;
  font-weight: 500;
  color: #5F5F63;
  font-size: 2.1875em;
  line-height: 1.14286em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 0.57143em;
  color: #2D68C4; }

.beta,
h2 {
  margin-top: 0;
  font-weight: 500;
  color: #5F5F63;
  font-size: 1.875em;
  line-height: 1.16667em;
  margin-bottom: 0.66667em;
  color: #0B2240; }
  .beta.fsElementTitle,
  h2.fsElementTitle {
    font-weight: bold; }

.gamma,
h3 {
  margin-top: 0;
  font-weight: 500;
  color: #5F5F63;
  font-size: 1.5625em;
  line-height: 1.2em;
  margin-bottom: 0.6em; }

.delta,
h4 {
  margin-top: 0;
  font-weight: 500;
  color: #5F5F63;
  font-size: 1.25em;
  line-height: 1.4em;
  margin-bottom: 0.5em; }

.epsilon,
h5 {
  margin-top: 0;
  font-weight: 500;
  color: #5F5F63;
  font-size: 1.125em;
  line-height: 1.33333em;
  margin-bottom: 0.55556em; }

.zeta,
h6 {
  margin-top: 0;
  font-weight: 500;
  color: #5F5F63;
  font-size: 0.875em;
  line-height: 1.42857em;
  margin-bottom: 0.71429em; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #2D68C4;
  font-weight: 500;
  transition: background 0.3s, color 0.3s; }
  a:hover {
    color: #0B2240; }

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

table.fs_style_28,
table.fs_style_29,
table.styled {
  margin-bottom: 1.25em;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px; }
  table.fs_style_28 td,
  table.fs_style_28 th,
  table.fs_style_29 td,
  table.fs_style_29 th,
  table.styled td,
  table.styled th {
    vertical-align: top; }
  table.fs_style_28 th,
  table.fs_style_29 th,
  table.styled th {
    padding: 0.6875em 1.25em;
    text-align: left;
    background: #2D68C4;
    color: #fff; }
  table.fs_style_28 td,
  table.fs_style_29 td,
  table.styled td {
    padding: 0.6875em 1.25em;
    background: #eaeaea;
    font-weight: normal; }
    table.styled tr:nth-of-type(odd) td {
      background-color: #fbfbfb; }
    table.fs_style_28 tr:nth-of-type(odd) td {
      background-color: #fbfbfb; }
    table.fs_style_29 tr:nth-of-type(odd) td {
      background-color: #fbfbfb; }

table.fs_style_29 tr:first-child td {
  padding: 0.625em 1.25em;
  text-align: left;
  background: #2D68C4;
  color: #fff; }

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 13px;
  padding: 15px 28px;
  background: #2D68C4;
  color: #fff;
  outline: 0;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  min-width: 200px;
  text-shadow: none; }
  .fsLoadMoreButton:hover, .fsLoadMoreButton:focus,
  .fsStateSelected .fsLoadMoreButton, .fsLoadMoreButton.on {
    background: #0B2240;
    color: #fff; }
  .fsLoadMoreButton em {
    display: block;
    font-style: normal; }
  .fsBannerRight .fsLoadMoreButton, .fsBannerLeft .fsLoadMoreButton, .fsStyleOneThird .fsLoadMoreButton {
    display: block;
    width: 100%; }

.button,
.fs_style_23 {
  display: inline-block;
  border: 0;
  margin: 0 0 13px;
  padding: 15px 28px;
  background: #2D68C4;
  color: #fff;
  outline: 0;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  min-width: 200px; }
  .button:hover, .button:focus,
  .fsStateSelected .button, .button.on,
  .fs_style_23:hover,
  .fs_style_23:focus,
  .fsStateSelected
  .fs_style_23,
  .fs_style_23.on {
    background: #0B2240;
    color: #fff; }
  .button em,
  .fs_style_23 em {
    display: block;
    font-style: normal; }
  .fsBannerRight .button, .fsBannerLeft .button, .fsStyleOneThird .button, .fsBannerRight
  .fs_style_23, .fsBannerLeft
  .fs_style_23, .fsStyleOneThird
  .fs_style_23 {
    display: block;
    width: 100%; }

.fs_style_25 {
  display: inline-block;
  border: 0;
  margin: 0 0 13px;
  padding: 15px 28px;
  background: #D0002C;
  color: #fff;
  outline: 0;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  min-width: 200px; }
  .fs_style_25:hover, .fs_style_25:focus,
  .fsStateSelected .fs_style_25, .fs_style_25.on {
    background: #930009;
    color: #fff; }
  .fs_style_25 em {
    display: block;
    font-style: normal; }
  .fsBannerRight .fs_style_25, .fsBannerLeft .fs_style_25, .fsStyleOneThird .fs_style_25 {
    display: block;
    width: 100%; }

.fs_style_26 {
  display: inline-block;
  border: 0;
  margin: 0 0 13px;
  padding: 15px 28px;
  background: #F8AE1B;
  color: #0B2240;
  outline: 0;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  min-width: 200px; }
  .fs_style_26:hover, .fs_style_26:focus,
  .fsStateSelected .fs_style_26, .fs_style_26.on {
    background: rgba(248, 174, 27, 0.5);
    color: #0B2240; }
  .fs_style_26 em {
    display: block;
    font-style: normal; }
  .fsBannerRight .fs_style_26, .fsBannerLeft .fs_style_26, .fsStyleOneThird .fs_style_26 {
    display: block;
    width: 100%; }

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 0 13px;
  padding: 15px 28px;
  background: #0B2240;
  color: #fff;
  outline: 0;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  min-width: 200px; }
  .fs_style_30:hover, .fs_style_30:focus,
  .fsStateSelected .fs_style_30, .fs_style_30.on {
    background: #2D68C4;
    color: #fff; }
  .fs_style_30 em {
    display: block;
    font-style: normal; }
  .fsBannerRight .fs_style_30, .fsBannerLeft .fs_style_30, .fsStyleOneThird .fs_style_30 {
    display: block;
    width: 100%; }

.fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 0 13px;
  padding: 15px 28px;
  background: #939598;
  color: #0B2240;
  outline: 0;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  min-width: 200px; }
  .fs_style_31:hover, .fs_style_31:focus,
  .fsStateSelected .fs_style_31, .fs_style_31.on {
    background: rgba(147, 149, 152, 0.5);
    color: #0B2240; }
  .fs_style_31 em {
    display: block;
    font-style: normal; }
  .fsBannerRight .fs_style_31, .fsBannerLeft .fs_style_31, .fsStyleOneThird .fs_style_31 {
    display: block;
    width: 100%; }

#fsBannerLeft .fs_style_23,
#fsBannerLeft .fs_style_25,
#fsBannerLeft .fs_style_26,
#fsBannerRight .fs_style_23,
#fsBannerRight .fs_style_25,
#fsBannerRight .fs_style_26 {
  display: block;
  width: 100%; }

body:not(.fsComposeMode) .slick-arrow {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
  width: 44px;
  height: 12px;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
  border-radius: 50%;
  background: transparent;
  transition: all .3s; }
  body:not(.fsComposeMode) .slick-arrow:before, body:not(.fsComposeMode) .slick-arrow:after {
    content: '';
    background-image: url("/uploaded/themes/redesign21/images/sprite-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 44px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s; }
  body:not(.fsComposeMode) .slick-arrow:before {
    background-position: 0 0;
    opacity: 1; }
  body:not(.fsComposeMode) .slick-arrow:after {
    background-position: -56px 0;
    opacity: 0; }
  body:not(.fsComposeMode) .slick-arrow:hover:before, body:not(.fsComposeMode) .slick-arrow:focus:before {
    opacity: 0; }
  body:not(.fsComposeMode) .slick-arrow:hover:after, body:not(.fsComposeMode) .slick-arrow:focus:after {
    opacity: 1; }

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_24 {
  margin-top: 0;
  font-weight: 500;
  color: #5F5F63;
  font-size: 1.125em;
  line-height: 1.33333em;
  margin-bottom: 0.55556em; }

blockquote,
.fs_style_27 {
  display: block;
  position: relative;
  margin: 20px 0;
  background: #2D68C4;
  padding: 66px 40px 28px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center; }
  blockquote:before,
  .fs_style_27:before {
    position: absolute;
    top: 21px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
    font-family: "icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #2D68C4;
    background: #fff;
    padding: 5px;
    border-radius: 100%;
    display: block;
    height: 37px;
    width: 37px;
    font-size: 16px;
    line-height: 1.5em; }
  blockquote p:last-of-type,
  .fs_style_27 p:last-of-type {
    margin: 0; }

cite {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-transform: uppercase;
  display: block;
  margin-top: 5px; }

.callout {
  padding: 20px;
  background: #F8AE1B;
  color: #fff; }
  .callout h1, .callout h2, .callout h3, .callout h4, .callout h5, .callout h6 {
    color: #ffffff; }
  .callout p:last-of-type {
    margin: 0; }
  .callout a {
    color: #ffffff; }
    .callout a:hover {
      color: #2D68C4; }
  .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%; } }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(45, 104, 196, 0.9);
  z-index: 500; }
  @media (max-width: 900px) {
    #fsHeader {
      position: static;
      height: 125px;
      padding: 0; } }
  #fsHeader .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 79.6875em;
    max-width: 79.6875rem;
    position: relative;
    height: 100%; }
    #fsHeader .fsBanner .utility-container {
      width: calc(100% - 251px);
      position: absolute;
      top: 15px;
      right: 0;
      margin-bottom: 0; }
      @media (max-width: 900px) {
        #fsHeader .fsBanner .utility-container {
          top: 4px;
          right: auto;
          left: 0;
          width: calc(100% - 50px);
          padding-left: 11px;
          z-index: 601; } }
      #fsHeader .fsBanner .utility-container > .fsElementContent {
        text-align: right; }
        #fsHeader .fsBanner .utility-container > .fsElementContent > .fsElement {
          display: inline-block;
          vertical-align: middle;
          margin-left: 20px;
          margin-bottom: 0; }
        @media (max-width: 900px) {
          #fsHeader .fsBanner .utility-container > .fsElementContent {
            text-align: left;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            align-items: center; } }
        #fsHeader .fsBanner .utility-container > .fsElementContent a {
          color: #ffffff;
          font-size: 11px;
          line-height: 13px;
          letter-spacing: 0.04em;
          font-weight: 500;
          text-transform: uppercase;
          display: -ms-flexbox;
          display: flex; }
          #fsHeader .fsBanner .utility-container > .fsElementContent a:hover {
            color: #ffffff;
            text-decoration: underline; }
        @media (max-width: 900px) {
          #fsHeader .fsBanner .utility-container > .fsElementContent .calendar-button {
            display: none; } }
        #fsHeader .fsBanner .utility-container > .fsElementContent .calendar-button a:before {
          content: '\f133';
          font-family: "fontAwesome";
          font-size: 11px;
          margin-right: 5px; }
        @media (max-width: 900px) {
          #fsHeader .fsBanner .utility-container > .fsElementContent .request-button {
            display: none; } }
        #fsHeader .fsBanner .utility-container > .fsElementContent .request-button a {
          font-weight: 500;
          font-size: 12px;
          line-height: 14px;
          letter-spacing: 0.02em;
          color: #0B2240;
          background: #F8AE1B;
          padding: 10px 15px;
          display: block;
          border-radius: 6px;
          min-width: 91px;
          text-align: center; }
          #fsHeader .fsBanner .utility-container > .fsElementContent .request-button a:hover {
            color: #ffffff;
            background-color: #0B2240;
            text-decoration: none; }
        #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount {
          z-index: 500;
          position: relative; }
          @media (max-width: 900px) {
            #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount {
              margin-left: 0; } }
          #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount form input {
            width: 100%; }
            #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount form input::-webkit-input-placeholder {
              color: #EAEAEA;
              font-size: 13px; }
            #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount form input::-moz-placeholder {
              color: #EAEAEA;
              font-size: 13px; }
            #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount form input:-ms-input-placeholder {
              color: #EAEAEA;
              font-size: 13px; }
            #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount form input::-ms-input-placeholder {
              color: #EAEAEA;
              font-size: 13px; }
          #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount .fsElementTitle {
            color: #ffffff;
            font-weight: 500;
            font-size: 11px;
            line-height: 13px;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            margin: 0;
            padding: 0; }
            #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount .fsElementTitle a:before {
              content: '\e90A';
              font-family: "icomoon";
              font-size: 12px;
              margin-right: 5px;
              transition: transform 0.6s; }
            #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount .fsElementTitle a:hover {
              cursor: pointer; }
          #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount .fsElementContent {
            display: none;
            width: 220px;
            background: #ffffff;
            text-align: left;
            padding: 20px;
            position: absolute;
            top: 100%;
            left: 50%;
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
            @media (max-width: 700px) {
              #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount .fsElementContent {
                left: 0;
                -ms-transform: none;
                transform: none; } }
            #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount .fsElementContent .fsLoginSubmit, #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount .fsElementContent .fsAccountLogout a {
              background: #2D68C4;
              padding: 10px 15px;
              width: 100%;
              text-align: center;
              transition: background .3s;
              font-size: 12px;
              letter-spacing: 0.05em;
              font-weight: 700;
              margin-bottom: 0; }
              #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount .fsElementContent .fsLoginSubmit:hover, #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount .fsElementContent .fsAccountLogout a:hover {
                background: #F8AE1B;
                color: #ffffff; }
            #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount .fsElementContent .fsLoginUsername span, #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount .fsElementContent .fsLoginPassword span {
              display: none; }
          #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount.active .fsElementTitle {
            color: #F8AE1B; }
            #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount.active .fsElementTitle:after {
              opacity: 1; }
            #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount.active .fsElementTitle:before {
              -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
          #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount.active .fsElementContent {
            display: block; }
          #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount .fsAccountLinks a,
          #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount .fsLoginForgotPasswordLink a {
            color: #2D68C4; }
            #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount .fsAccountLinks a:hover,
            #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount .fsLoginForgotPasswordLink a:hover {
              color: #F8AE1B; }
          #fsHeader .fsBanner .utility-container > .fsElementContent .fsAccount .fsAccountAvatar img {
            width: 100%; }
  #fsHeader .weglot-container {
    display: block; }
  #fsHeader .translation-container {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 14px !important;
    padding-left: 8px;
    padding-right: 2px !important;
    position: relative;
    top: 2px; }
    #fsHeader .translation-container > .fsElementContent {
      display: none; }
    #fsHeader .translation-container button {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      padding: 0;
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      line-height: 15px;
      text-transform: uppercase;
      display: block;
      cursor: pointer; }
    #fsHeader .translation-container .wg-default,
    #fsHeader .translation-container .wg-default .country-selector {
      position: relative;
      display: block;
      background: transparent;
      right: auto;
      bottom: auto;
      z-index: 2; }
    #fsHeader .translation-container .wg-default .country-selector .wgcurrent {
      border: 0; }
      #fsHeader .translation-container .wg-default .country-selector .wgcurrent:after {
        display: none; }
      #fsHeader .translation-container .wg-default .country-selector .wgcurrent a {
        padding: 0 10px 0 0;
        font-size: 12px;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        display: block;
        height: auto;
        cursor: pointer;
        width: 54px;
        line-height: 1;
        color: transparent;
        box-shadow: none !important;
        position: relative; }
        #fsHeader .translation-container .wg-default .country-selector .wgcurrent a img {
          margin: 0;
          display: inline-block;
          width: 30px;
          height: 22px;
          position: relative;
          transition: all .4s; }
        #fsHeader .translation-container .wg-default .country-selector .wgcurrent a::before {
          position: absolute;
          width: 32px;
          height: 24px;
          left: -1px;
          top: -1px;
          background: rgba(255, 255, 255, 0.3);
          opacity: 0;
          display: block;
          content: '';
          transition: opacity .4s;
          border: 1px solid #fff; }
        #fsHeader .translation-container .wg-default .country-selector .wgcurrent a::after {
          content: "\f107";
          font-family: "icomoon";
          display: block;
          position: absolute;
          right: 2px;
          top: 1px;
          color: #fff;
          font-size: 21px;
          font-weight: 400;
          transition: transform .4s; }
        #fsHeader .translation-container .wg-default .country-selector .wgcurrent a:hover::before {
          opacity: 1; }
        #fsHeader .translation-container .wg-default .country-selector .wgcurrent a:hover img {
          filter: brightness(150%); }
    #fsHeader .translation-container .wg-default .country-selector.open .wgcurrent a::after {
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    #fsHeader .translation-container .wg-default .country-selector ul {
      background: #0B2240;
      border-radius: 10px;
      padding: 19px 34px;
      text-align: left;
      margin-top: 10px;
      width: 330px;
      border: 0;
      right: -73px;
      overflow: visible;
      max-height: 1000px; }
      @media (max-width: 900px) {
        #fsHeader .translation-container .wg-default .country-selector ul {
          right: 0; } }
      #fsHeader .translation-container .wg-default .country-selector ul > li {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        #fsHeader .translation-container .wg-default .country-selector ul > li:last-child {
          border: 0; }
        #fsHeader .translation-container .wg-default .country-selector ul > li a {
          font-size: 14px;
          line-height: 25px;
          font-weight: 400;
          color: #fff;
          padding: 0;
          box-shadow: none;
          position: relative;
          display: block;
          height: auto; }
          #fsHeader .translation-container .wg-default .country-selector ul > li a:hover, #fsHeader .translation-container .wg-default .country-selector ul > li a:focus {
            color: #F8AE1B; }
          #fsHeader .translation-container .wg-default .country-selector ul > li a img {
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle; }

body .weglot-container {
  display: none; }

.top-search {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  overflow: hidden; }
  @media (max-width: 900px) {
    .top-search {
      display: none !important; } }
  .top-search .icon-search {
    margin: 0; }
  .top-search .search-trigger {
    margin: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    border: 0;
    color: transparent;
    width: 20px;
    height: 20px;
    display: block; }
    .top-search .search-trigger:before {
      content: "\f002";
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      text-align: center;
      margin: 0 1em 1em;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      position: absolute;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff;
      transition: color .3s; }
    .top-search .search-trigger:hover:before, .top-search .search-trigger:focus:before {
      color: #F8AE1B; }
  .top-search form {
    display: none; }
  .top-search header {
    position: relative;
    font-size: 12px;
    cursor: pointer;
    color: #ffffff;
    transition: color 0.15s linear; }
    .top-search header:hover {
      color: #F8AE1B; }
    .top-search header .fsElementHeaderContent {
      margin: 0; }
  .top-search .search-wrapper {
    display: none;
    width: 175px; }
    @media (max-width: 1100px) {
      .top-search .search-wrapper {
        width: 150px; } }
  .top-search.active header {
    display: none; }
  .top-search.active .search-wrapper {
    display: inline-block; }
  .top-search.active form {
    display: inline-block; }
  .top-search form .fsFieldLabel {
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px; }
  .top-search form .fsSearchElementKeyword {
    margin: 0; }
  .top-search form input {
    border: 0;
    height: 34px;
    background: #F8AE1B;
    color: #0B2240;
    border-radius: 0px !important;
    -webkit-appearance: none !important;
    position: relative; }
    @media (max-width: 1100px) {
      .top-search form input {
        width: 150px; } }
  .top-search form .fsButtonClear {
    display: none; }
  .top-search form .fsSearchElementSearchButton {
    border: 0;
    padding: 0;
    margin: 0 !important;
    height: 34px;
    vertical-align: top;
    width: 25px;
    text-align: right;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    color: transparent; }
    .top-search form .fsSearchElementSearchButton:before {
      content: "\f002";
      font-family: "fontAwesome";
      color: #0B2240;
      font-size: 12px;
      display: block;
      z-index: 2;
      position: absolute;
      top: 50%;
      right: 50%;
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%); }

.site-info-container {
  padding: 0;
  white-space: nowrap;
  height: 97px;
  width: 251px;
  position: absolute;
  top: 2px;
  left: 0;
  margin-bottom: 0 !important; }
  @media (max-width: 900px) {
    .site-info-container {
      top: 28px; } }
  @media (max-width: 600px) {
    .site-info-container {
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  .site-info-container h1 {
    margin: 0; }
  .site-info-container a {
    display: block;
    padding: 0;
    color: transparent; }
    .site-info-container a:hover {
      color: transparent; }
    .site-info-container a img {
      width: 100%;
      height: auto; }

.hero, .portal-hero {
  width: 100%;
  background-size: cover;
  background-position: top center;
  height: 450px; }
  @media (max-width: 1100px) {
    .hero, .portal-hero {
      height: 320px; } }
  @media (max-width: 900px) {
    .hero, .portal-hero {
      height: 250px; } }
  @media (max-width: 700px) {
    .hero, .portal-hero {
      height: 200px; } }
  .hero .fsElementHeaderContent, .portal-hero .fsElementHeaderContent {
    margin: 0; }

.hasHero .hero, .hasHero .portal-hero {
  display: block; }

.hero-img-spacing {
  padding-top: 40px !important; }

body:not(.fsDraftMode).hasHero .hero:not(.fsStateEditable) img, body:not(.fsDraftMode).hasHero .portal-hero:not(.fsStateEditable) img {
  display: none; }

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  background: #2D68C4; }
  @media (min-width: 700px) {
    #fsFooter {
      text-align: left;
      padding: 15px 38px; } }
  @media (min-width: 1000px) {
    #fsFooter {
      padding: 15px 20px; } }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 63.125em;
    max-width: 63.125rem; }
  #fsFooter .top-footer {
    margin-bottom: 20px; }
    #fsFooter .top-footer a {
      color: #ffffff;
      font-weight: 500; }
      #fsFooter .top-footer a:hover {
        color: #ffffff;
        text-decoration: underline; }
    #fsFooter .top-footer ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (min-width: 700px) {
        #fsFooter .top-footer ul {
          max-width: 500px; } }
      @media (min-width: 1000px) {
        #fsFooter .top-footer ul {
          -ms-flex-pack: justify;
          justify-content: space-between;
          max-width: 100%; } }
      @media (max-width: 700px) {
        #fsFooter .top-footer ul {
          -ms-flex-pack: center;
          justify-content: center; } }
      #fsFooter .top-footer ul li {
        display: inline-block;
        position: relative;
        padding: 0 10px;
        text-align: center;
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 0.01em; }
        @media (min-width: 700px) {
          #fsFooter .top-footer ul li {
            text-align: left; } }
        #fsFooter .top-footer ul li:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          background-color: #fff;
          width: 1px;
          height: 10px;
          display: inline-block; }
          @media (max-width: 1100px) {
            #fsFooter .top-footer ul li:after {
              right: 0; } }
          @media (max-width: 700px) {
            #fsFooter .top-footer ul li:after {
              display: none; } }
        @media (max-width: 1100px) {
          #fsFooter .top-footer ul li {
            line-height: 23px; } }
        @media (max-width: 700px) {
          #fsFooter .top-footer ul li {
            width: 100%;
            display: block; } }
      #fsFooter .top-footer ul li.school-name {
        margin-bottom: 13px; }
        @media (min-width: 700px) {
          #fsFooter .top-footer ul li.school-name {
            width: 100%;
            margin-bottom: 9px; } }
        @media (min-width: 1000px) {
          #fsFooter .top-footer ul li.school-name {
            width: auto;
            margin-bottom: 0;
            padding-left: 0; } }
      #fsFooter .top-footer ul li.translate-page {
        padding-right: 0; }
        @media (max-width: 700px) {
          #fsFooter .top-footer ul li.translate-page {
            margin: 16px 0 11px 0; } }
        #fsFooter .top-footer ul li.translate-page:after {
          display: none; }
    #fsFooter .top-footer .school-name a {
      font-weight: bold;
      font-size: 15px;
      line-height: 18px;
      letter-spacing: 0.01em; }
      #fsFooter .top-footer .school-name a:hover {
        color: #ffffff; }
    #fsFooter .top-footer .school-name:after {
      display: none; }
  #fsFooter .bottom-footer {
    margin-bottom: 0; }
    @media (max-width: 1000px) {
      #fsFooter .bottom-footer {
        margin-bottom: 5px; } }

.translate-container {
  position: relative; }
  @media (min-width: 700px) {
    .translate-container {
      float: left; } }
  .translate-container .google-translate-toggle {
    cursor: pointer;
    display: inline-block;
    transition: 0.3s color; }
    .translate-container .google-translate-toggle:before {
      content: '\e906';
      font-family: "icomoon";
      font-size: 14px;
      display: inline-block;
      padding-right: 5px;
      vertical-align: middle; }
  .translate-container:hover {
    color: #D0002C; }
  .translate-container #google_translate_element {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 100%;
    opacity: 0; }
    .translate-container #google_translate_element * {
      height: 100%; }
  @media (max-width: 600px) {
    .translate-container {
      text-align: center;
      float: none; } }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: 500;
    color: #5F5F63;
    font-size: 1.25em;
    line-height: 1.4em;
    margin-bottom: 0.5em; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details [itemprop='telephone'] {
    display: inline-block; }
  .school-details [itemprop='fax'] {
    display: inline-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: "Roboto", sans-serif;
  background: #E1E1E1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

body {
  font-size: 1em;
  line-height: 1.375;
  color: #5F5F63; }

#fsPageWrapper {
  overflow: hidden;
  position: relative;
  background-color: #ffffff; }

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  padding-top: 188px; }
  @media (max-width: 900px) {
    #fsPageBodyWrapper {
      padding-top: 40px;
      padding-bottom: 40px; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 700px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 23.72881%; } }
  @media (max-width: 980px) {
    #fsBannerLeft {
      width: 33.33%;
      display: inline-block;
      vertical-align: top;
      padding-right: 30px; } }
  @media (max-width: 900px) {
    #fsBannerLeft {
      padding-right: 20px; } }
  @media (max-width: 700px) {
    #fsBannerLeft {
      width: 100% !important;
      float: none !important;
      padding-right: 0px;
      display: block; } }

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important; }
  @media (min-width: 700px) {
    #fsPageContent {
      float: left !important; } }
  @media (min-width: 700px) {
    .fsHasRightBanner #fsPageContent {
      width: 72.88136% !important; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner #fsPageContent {
      width: 66.66% !important; } }
  @media (max-width: 700px) {
    .fsHasLeftBanner #fsPageContent {
      width: 100% !important;
      float: none !important;
      padding-left: 0px;
      margin-left: 0px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 49.15254% !important; } }
  @media (max-width: 980px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 66.66% !important;
      display: inline-block;
      margin-left: -5px;
      vertical-align: top;
      float: none !important;
      padding-left: 20px; } }
  @media (max-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 100% !important;
      float: none !important;
      padding-left: 0px;
      margin-left: 0px; } }

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 700px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 27.11864%; } }
  @media (max-width: 980px) {
    #fsBannerRight {
      width: 66.66% !important;
      display: inline-block;
      margin-left: -5px;
      vertical-align: top;
      float: right !important;
      padding-left: 20px;
      clear: both; } }
  @media (max-width: 700px) {
    #fsBannerRight {
      width: 100% !important;
      float: none !important;
      padding-left: 0px;
      margin-left: 0px; } }

@media (max-width: 700px) {
  #fsPageBody:not(.fsStateEditable) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    #fsPageBody:not(.fsStateEditable) #fsBannerLeft {
      -ms-flex-order: 2;
      order: 2; }
    #fsPageBody:not(.fsStateEditable) #fsPageContent {
      -ms-flex-order: 1;
      order: 1; }
    #fsPageBody:not(.fsStateEditable) #fsBannerRight {
      -ms-flex-order: 3;
      order: 3; } }

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

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 700px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 700px) {
    .fsLayout .fsDiv {
      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 .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsLayout .fsStyleTwoThirds {
      width: 66.66667%; } }

.fsLayout .fsStyleOneThird {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsLayout .fsStyleOneThird {
      width: 33.33333%; } }

.banner-border {
  border: 2px solid #666;
  padding: 20px; }

#fsPoweredByFinalsite {
  position: absolute;
  right: 0;
  width: 132px;
  bottom: 0;
  padding-right: 1.25em;
  padding-left: 1.25em; }
  @media (max-width: 1000px) {
    #fsPoweredByFinalsite {
      position: relative;
      margin-left: auto; } }
  @media (min-width: 700px) {
    #fsPoweredByFinalsite {
      right: -28px; } }
  @media (min-width: 1000px) {
    #fsPoweredByFinalsite {
      right: 0; } }

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

.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - main v0.0.1 */
#fsHeader .nav-main {
  display: none; }
  @media (min-width: 900px) {
    #fsHeader .nav-main {
      display: block;
      width: calc(100% - 280px);
      position: absolute;
      bottom: 0;
      right: 0; } }

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

.nav-main li {
  margin: 0;
  padding: 0; }

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 44.6875em;
    max-width: 44.6875rem;
    margin: 0 0 0 auto;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .no-flexbox .nav-main .fsNavLevel1 {
      text-align: justify;
      font-size: 0.1px; }
      .no-flexbox .nav-main .fsNavLevel1 > li {
        display: inline-block; }
      .no-flexbox .nav-main .fsNavLevel1:after {
        content: "";
        display: inline-block;
        width: 100%; } }

.nav-main .fsNavLevel1 > li:hover > a:after {
  opacity: 1; }

.nav-main .fsNavLevel1 > li > a {
  padding: 14px 0;
  color: #ffffff;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.04em; }
  @media (min-width: 1100px) {
    .nav-main .fsNavLevel1 > li > a {
      font-size: 18px;
      line-height: 21px; } }
  .nav-main .fsNavLevel1 > li > a:hover {
    color: #ffffff; }
  .nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
    color: #ffffff; }
  .nav-main .fsNavLevel1 > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #ffffff;
    opacity: 0; }

.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 300; }

.nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
  color: #F8AE1B; }

html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden; }

.menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo, .menu-item-open
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px; }

html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px; }

html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open.menu-item-open > .fsNavPageInfo {
  max-height: 9999px; }

html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open:hover .fsNavPageInfo {
  max-height: 9999px; }

html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden; }

html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px; }

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

.nav-main .fsNavPageInfo {
  background: #ffffff;
  text-align: left;
  display: inline-block;
  width: 780px;
  position: absolute;
  right: 0;
  left: auto !important;
  -ms-transform: none;
  transform: none; }
  @media (min-width: 980px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: block; } }
  .nav-main .fsNavPageInfo .twoCol-list {
    float: left;
    width: 30%;
    padding-left: 20px;
    display: inline-block; }
    .nav-main .fsNavPageInfo .twoCol-list li {
      border-bottom: 1px solid #e1e1e1; }
      .nav-main .fsNavPageInfo .twoCol-list li:last-child {
        border-bottom: 0px; }
      .nav-main .fsNavPageInfo .twoCol-list li.fsNavCurrentPage > a {
        color: #2D68C4; }

.nav-main .fsNavPageDescription {
  color: #2D68C4;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  width: 40%;
  float: left; }
  .nav-main .fsNavPageDescription b, .nav-main .fsNavPageDescription strong {
    color: #2D68C4;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-top: 0.625em;
    font-family: "Roboto", sans-serif;
    display: block; }

.nav-main .fsNavLevel2 a {
  padding: 0.625em;
  color: #5F5F63;
  display: block;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .02em;
  font-weight: 600; }
  .nav-main .fsNavLevel2 a:hover, .nav-main .fsNavLevel2 a:focus {
    color: #D0002C; }

.meganav {
  padding: 20px 20px 40px;
  overflow: auto; }

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  height: 32px;
  z-index: 600;
  width: 100%;
  background: rgba(0, 0, 0, 0.2); }
  @media (min-width: 900px) {
    .drawer-ribbon {
      display: none; } }
  @media (max-width: 900px) {
    .drawer-ribbon {
      position: absolute; } }

#fsMenu {
  display: none; }

body.drawer-is-active:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 400; }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 38px;
  right: 0;
  left: auto;
  color: transparent;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  cursor: pointer; }
  .drawer-trigger:hover, .drawer-trigger:focus {
    background: rgba(0, 0, 0, 0.4); }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 16px;
    content: '';
    background: #ffffff; }
  .drawer-trigger:before {
    margin-top: -0.3125em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.3125em 0 0 #ffffff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, transform .3s; }
  .drawer-is-active .drawer-trigger {
    opacity: 0; }

.drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  top: 0;
  min-height: 100%;
  max-width: 20em;
  background: #2D68C4;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll; }
  .drawer-is-active .drawer {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 603; }
  .drawer a {
    font-weight: 400; }
  .drawer .top-search {
    margin: 0;
    display: block !important;
    top: 20px;
    left: 19px;
    position: absolute;
    width: 255px;
    margin: 0; }
    .drawer .top-search header {
      display: none; }
    .drawer .top-search form {
      display: block; }
      .drawer .top-search form input {
        width: 100%;
        position: relative;
        border-radius: 5px;
        background: #F8AE1B;
        border: 0;
        color: #0B2240;
        font-size: 14px;
        line-height: 16px;
        padding: 5px; }
      .drawer .top-search form .fsSearchElementSearchButton {
        margin: 0; }
        .drawer .top-search form .fsSearchElementSearchButton:hover, .drawer .top-search form .fsSearchElementSearchButton:focus {
          background-color: transparent; }
  .drawer .calendar-button {
    margin: 0 20px;
    border-bottom: 1px solid #EAEAEA;
    padding: 9px 0; }
    .drawer .calendar-button a {
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 11px;
      line-height: 13px;
      letter-spacing: 0.04em;
      padding: 5px 0; }
      .drawer .calendar-button a:before {
        content: '\f133';
        font-family: "fontAwesome";
        font-size: 11px;
        display: inline-block;
        margin-right: 5px; }
  .drawer .request-button {
    margin: 31px 13px;
    text-align: center; }
    .drawer .request-button a {
      background: #F8AE1B;
      padding: 7px 15px;
      display: block;
      border-radius: 6px;
      text-transform: uppercase;
      color: #0B2240;
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0.02em; }
      .drawer .request-button a:hover {
        color: #0B2240;
        background-color: rgba(248, 174, 27, 0.5); }
  .drawer .close-btn {
    position: absolute;
    top: 22px;
    right: 16px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 999; }
    .drawer .close-btn:before {
      content: '';
      width: 20px;
      height: 1.5px;
      background: #ffffff;
      position: absolute;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 50%;
      top: 50%;
      margin-left: -10px; }
    .drawer .close-btn:after {
      content: '';
      width: 20px;
      height: 1.5px;
      background: #ffffff;
      position: absolute;
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      left: 50%;
      top: 50%;
      margin-left: -10px; }
  .drawer #fsMenu {
    display: block; }
    .drawer #fsMenu .mobile-nav {
      display: block;
      position: relative;
      margin-top: 75px;
      padding: 0 16px; }
      .drawer #fsMenu .mobile-nav:before {
        content: '';
        display: block;
        border-bottom: 1px solid #EAEAEA; }
      .drawer #fsMenu .mobile-nav header {
        display: none; }
      .drawer #fsMenu .mobile-nav ul {
        padding-left: 0px;
        list-style: none;
        margin-bottom: 0px; }
        .drawer #fsMenu .mobile-nav ul li {
          padding: 4px 0; }
          .drawer #fsMenu .mobile-nav ul li.fsNavParentPage {
            position: relative; }
            .drawer #fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger {
              color: #0B2240;
              cursor: pointer;
              width: 38px;
              height: 38px;
              padding-right: 2px;
              position: absolute;
              right: 0;
              top: 0;
              text-align: left; }
              .drawer #fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger:after {
                content: '';
                width: 2px;
                height: 10px;
                background: #ffffff;
                display: block;
                position: absolute;
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
                right: 20px;
                top: 13px; }
              .drawer #fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger:before {
                content: '';
                width: 2px;
                height: 10px;
                background: #ffffff;
                display: block;
                position: absolute;
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
                right: 20px;
                top: 13px; }
              .drawer #fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger.expanded:after {
                display: none; }
            .drawer #fsMenu .mobile-nav ul li.fsNavParentPage .fsNavPageInfo {
              display: none; }
            .drawer #fsMenu .mobile-nav ul li.fsNavParentPage > a {
              position: relative; }
              .drawer #fsMenu .mobile-nav ul li.fsNavParentPage > a:after {
                content: '';
                position: absolute;
                height: 30px;
                width: 1px;
                background: #EAEAEA;
                right: 0px;
                top: 50%;
                -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
          .drawer #fsMenu .mobile-nav ul li.fsNavCurrentPage > a, .drawer #fsMenu .mobile-nav ul li.fsNavCurrentPageAncestor > a {
            color: #2D68C4 !important; }
          .drawer #fsMenu .mobile-nav ul li.fsNavCurrentPage > .fsNavPageInfo, .drawer #fsMenu .mobile-nav ul li.fsNavCurrentPageAncestor > .fsNavPageInfo {
            display: block; }
          .drawer #fsMenu .mobile-nav ul li > a {
            padding: 5px 0;
            display: block;
            color: #ffffff;
            margin-right: 45px; }
            .drawer #fsMenu .mobile-nav ul li > a:hover {
              color: #2D68C4; }
      .drawer #fsMenu .mobile-nav ul.fsNavLevel1 > li {
        border-bottom: 1px solid #EAEAEA; }
        .drawer #fsMenu .mobile-nav ul.fsNavLevel1 > li.active {
          background: rgba(0, 0, 0, 0.2); }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel1 > li.active:before {
            content: '';
            position: absolute;
            background: rgba(0, 0, 0, 0.2);
            width: 20px;
            height: 100%;
            left: -20px;
            top: 0px; }
            @media (max-width: 480px) {
              .drawer #fsMenu .mobile-nav ul.fsNavLevel1 > li.active:before {
                width: 30px;
                left: -30px; } }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel1 > li.active:after {
            content: '';
            position: absolute;
            background: rgba(0, 0, 0, 0.2);
            width: 40px;
            height: 100%;
            right: -40px;
            top: 0px; }
            @media (max-width: 480px) {
              .drawer #fsMenu .mobile-nav ul.fsNavLevel1 > li.active:after {
                width: 30px;
                right: -30px; } }
        .drawer #fsMenu .mobile-nav ul.fsNavLevel1 > li > a {
          padding: 5px 0;
          font-weight: 500;
          font-size: 16px;
          line-height: 19px;
          letter-spacing: 0.04em;
          color: #FFFFFF; }
      .drawer #fsMenu .mobile-nav ul.fsNavLevel2 {
        padding-left: 1.25em; }
        .drawer #fsMenu .mobile-nav ul.fsNavLevel2 > li {
          border-top: 1px solid #E1E1E1; }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel2 > li:first-child {
            border-top: 0px; }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel2 > li > a {
            font-size: 15px;
            color: #ffffff; }
            .drawer #fsMenu .mobile-nav ul.fsNavLevel2 > li > a:after {
              background: #E1E1E1; }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel2 > li .drop-trigger:before {
            background: #ffffff !important; }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel2 > li .drop-trigger:after {
            background: #ffffff !important; }
      .drawer #fsMenu .mobile-nav ul.fsNavLevel3 {
        padding-left: 1.25em; }
        .drawer #fsMenu .mobile-nav ul.fsNavLevel3 > li {
          border-top: 1px solid #E1E1E1; }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel3 > li:first-child {
            border-top: 0px; }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel3 > li > a {
            font-size: 15px;
            color: #ffffff; }
            .drawer #fsMenu .mobile-nav ul.fsNavLevel3 > li > a:after {
              background: #E1E1E1; }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel3 > li .drop-trigger:before {
            background: #ffffff !important; }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel3 > li .drop-trigger:after {
            background: #ffffff !important; }

/*! navigation - sub v0.0.1 */
.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-sub li {
  margin: 0;
  padding: 0; }

.nav-sub > .fsElementContent {
  background: rgba(196, 196, 196, 0.5);
  border-radius: 6px; }
  @media (max-width: 700px) {
    .nav-sub > .fsElementContent {
      display: none; } }
  .active-nav > .fsElementContent {
    display: block; }
  .nav-sub > .fsElementContent a {
    color: #0B2240;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em; }
    .nav-sub > .fsElementContent a:hover {
      color: #D0002C; }

.nav-sub .fsNavLevel1 {
  position: relative; }
  .nav-sub .fsNavLevel1 > li > a {
    padding: 0.625em 20px;
    border-bottom: 1px solid #ffffff;
    display: block; }
  .nav-sub .fsNavLevel1 > li:last-child > a {
    border-bottom: 0; }

.nav-sub li.fsNavCurrentPage > a,
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #2D68C4; }

.nav-sub .fsNavLevel2 {
  background-color: #e1e1e1; }
  .nav-sub .fsNavLevel2 > li > a {
    padding: 0.625em 20px 0.625em 2.5em;
    display: block; }

.nav-sub .fsNavLevel3 > li > a {
  padding: 0.625em 20px 0.625em 3.75em;
  display: block; }

.nav-sub > header {
  display: block; }
  @media (min-width: 800px) {
    .nav-sub > header {
      display: none; } }
  .nav-sub > header > .fsElementTitle {
    position: relative;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    background: #0B2240;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 800px) {
      .nav-sub > header > .fsElementTitle {
        cursor: default; } }
    @media (max-width: 799px) {
      .nav-sub > header > .fsElementTitle:after {
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 40px;
        line-height: 40px;
        text-align: center;
        margin-left: 8px;
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (max-width: 799px) {
      .active-nav > header > .fsElementTitle:after {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin-left: 15px; }
  .nav-social, .nav-social ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social li {
    margin: 0;
    padding: 0; }
  .nav-social li {
    display: inline-block;
    vertical-align: middle; }
  .nav-social .nav-social__item--facebook a {
    display: block; }
    .nav-social .nav-social__item--facebook a:before {
      content: ""; }
  .nav-social .nav-social__item--instagram a {
    display: block; }
    .nav-social .nav-social__item--instagram a:before {
      content: ""; }
  .nav-social .nav-social__item--linkedin a {
    display: block; }
    .nav-social .nav-social__item--linkedin a:before {
      content: ""; }
  .nav-social .nav-social__item--pinterest a {
    display: block; }
    .nav-social .nav-social__item--pinterest a:before {
      content: ""; }
  .nav-social .nav-social__item--tumblr a {
    display: block; }
    .nav-social .nav-social__item--tumblr a:before {
      content: ""; }
  .nav-social .nav-social__item--twitter a {
    display: block; }
    .nav-social .nav-social__item--twitter a:before {
      content: ""; }
  .nav-social .nav-social__item--vine a {
    display: block; }
    .nav-social .nav-social__item--vine a:before {
      content: ""; }
  .nav-social .nav-social__item--youtube a {
    display: block; }
    .nav-social .nav-social__item--youtube a:before {
      content: ""; }
  .nav-social .nav-social__item--facebook a:hover {
    color: #3b5998; }
  .nav-social .nav-social__item--instagram a:hover {
    color: #517fa4; }
  .nav-social .nav-social__item--linkedin a:hover {
    color: #007bb6; }
  .nav-social .nav-social__item--pinterest a:hover {
    color: #cb2027; }
  .nav-social .nav-social__item--tumblr a:hover {
    color: #32506d; }
  .nav-social .nav-social__item--twitter a:hover {
    color: #00aced; }
  .nav-social .nav-social__item--vine a:hover {
    color: #00a478; }
  .nav-social .nav-social__item--youtube a:hover {
    color: #b00; }
  .nav-social a {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    background: #2D68C4;
    color: #fff;
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 100%; }
    .nav-social a:before {
      font-family: "icomoon";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .nav-social span {
    display: none; }

/* Navigation - Utility Container v0.0.1 */
.nav-util, .nav-util ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-util li {
  margin: 0;
  padding: 0; }

.nav-util ul li a {
  padding: 0em 0em;
  display: block; }

.accreditations {
  margin-bottom: 0; }
  .accreditations .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex; }
    .accreditations .fsNavLevel1, .accreditations .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .accreditations .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    @media (max-width: 700px) {
      .accreditations .fsNavLevel1 {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .accreditations .fsNavLevel1 li {
      margin-left: 25px;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      height: 50px;
      cursor: pointer;
      transition: opacity .3s; }
      @media (max-width: 1000px) {
        .accreditations .fsNavLevel1 li {
          margin-left: 22px;
          margin-bottom: 5px; } }
      .accreditations .fsNavLevel1 li:first-child {
        margin-left: 0; }
      .accreditations .fsNavLevel1 li:hover, .accreditations .fsNavLevel1 li:focus-within {
        opacity: 0.8; }
      .accreditations .fsNavLevel1 li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: transparent;
        padding: 0;
        z-index: 1; }

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 700px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.25em; }
    @media (min-width: 700px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 700px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.625em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    border: 0;
    margin: 0 0 13px;
    padding: 15px 28px;
    background: #2D68C4;
    color: #fff;
    outline: 0;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.04em;
    min-width: 200px;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover, .fsConstituent.fsSearch .fsConstituentSearchButton:focus,
    .fsStateSelected .fsConstituent.fsSearch .fsConstituentSearchButton, .fsConstituent.fsSearch .fsConstituentSearchButton.on {
      background: #0B2240;
      color: #fff; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal; }
    .fsBannerRight .fsConstituent.fsSearch .fsConstituentSearchButton, .fsBannerLeft .fsConstituent.fsSearch .fsConstituentSearchButton, .fsStyleOneThird .fsConstituent.fsSearch .fsConstituentSearchButton {
      display: block;
      width: 100%; }

.fsConstituent .fsElementPagination {
  margin: 20px 0; }

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    color: #0B2240; }
  @media (min-width: 800px) {
    .fsConstituentProfile.fsHasPhoto > div, .fsConstituentProfile.fsHasPhoto > h3 {
      padding: 0;
      padding-left: calc(25% + 20px); } }
  @media (min-width: 600px) {
    .fsConstituentProfile.fsHasPhoto .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile.fsHasPhoto .fsProfileImage {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 25%;
      padding: 0;
      float: none; } }
  @media (min-width: 600px) {
    .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
      max-width: 25%; } }

.fsProfileSection {
  margin-bottom: 1.25em;
  font-size: 16px; }
  .fsProfileSection h4 {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #E1E1E1;
    margin: 0 0 .5em 0;
    padding: 0 0 .5em 0; }
  .fsProfileSection .fsProfileSectionData {
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .fsProfileSection .fsProfileSectionData.fsTitle {
      font-weight: normal;
      font-size: 1em; }

.fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
  width: auto;
  float: none; }
  @media (min-width: 800px) {
    .fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
      float: left; }
      .fsProfileSectionSpecialData > div:first-child, .fsProfileSpecialFieldName > div:first-child {
        width: 25%; }
      .fsProfileSectionSpecialData > div:last-child, .fsProfileSpecialFieldName > div:last-child {
        width: 75%; } }

.fsProfileSectionFieldName,
.fsProfileSectionFieldValue {
  width: auto;
  float: none; }

@media (min-width: 800px) {
  .fsProfileSectionFieldName {
    width: 25%;
    float: left; } }

@media (min-width: 800px) {
  .fsProfileSectionFieldValue {
    width: 75%;
    float: left; } }

@media (min-width: 800px) {
  .fsBiography .fsProfileSectionFieldName {
    font-weight: bold; }
  .fsBiography .fsProfileSectionFieldName,
  .fsBiography .fsProfileSectionFieldValue {
    float: none;
    width: 100%; } }

.fsProfileSectionData.fsEmployedSince {
  width: 100% !important; }

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  .fsDirectory .fsConstituentItem {
    padding: 20px 0;
    background-color: #f1f2f2; }
    .fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 10px;
      padding-top: 0; }
      .fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
        margin-bottom: 0; }
    .fsDirectory .fsConstituentItem h3.fsFullName {
      font-size: 1.2em; }
    .fsDirectory .fsConstituentItem .fsPhoto img {
      display: block;
      width: 100%; }

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_2 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; } }
  .fsConstituentColumnLayout_2 .fsConstituentItem:nth-child(2n+1) {
    clear: both; }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(50% - 20px);
      float: left;
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 1000px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(25% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
        clear: both; } }

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #2D68C4;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: 500;
    color: #5F5F63;
    font-size: 1.875em;
    line-height: 1.16667em;
    margin-bottom: 0.66667em;
    margin-bottom: 2px;
    display: block;
    font-size: 21px;
    padding: 13.33333px;
    color: #ffffff;
    transition: .3s;
    font-size: 16px;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      font-weight: 600; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #D0002C;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #ffffff;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #0B2240;
  position: relative;
  transition: .3s; }
  .fsAccordion .fsPanel.fsStateOpen > header:after, .fsTabs .fsPanel.fsStateOpen > header:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #0B2240;
    left: 23px;
    bottom: -12px;
    opacity: 1;
    transition: opacity; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #ffffff; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: ""; }

.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: "";
  font-family: "icomoon";
  font-size: 14px; }

.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: "";
  font-family: "icomoon";
  font-size: 14px; }

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

.fsAccordion {
  margin-bottom: 20px; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent .fsLoadMoreButton {
    display: inline-block;
    border: 0;
    margin: 0 0 13px;
    padding: 15px 28px;
    background: #2D68C4;
    color: #fff;
    outline: 0;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.04em;
    min-width: 200px;
    padding: 10px 20px; }
    .fsAthleticsEvent .fsLoadMoreButton:hover, .fsAthleticsEvent .fsLoadMoreButton:focus,
    .fsStateSelected .fsAthleticsEvent .fsLoadMoreButton, .fsAthleticsEvent .fsLoadMoreButton.on {
      background: #0B2240;
      color: #fff; }
    .fsAthleticsEvent .fsLoadMoreButton em {
      display: block;
      font-style: normal; }
    .fsBannerRight .fsAthleticsEvent .fsLoadMoreButton, .fsBannerLeft .fsAthleticsEvent .fsLoadMoreButton, .fsStyleOneThird .fsAthleticsEvent .fsLoadMoreButton {
      display: block;
      width: 100%; }
  .fsAthleticsEvent .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent .fsAthleticsOpponentNames {
    display: inline; }

/*! elements - athletics popup modal */
#fsAthleticsEventElementDialog .fsAthleticsEvent.fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

/*! elements - athletics roster */
.fsAthleticsRoster {
  margin-bottom: 20px; }

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

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

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

.fsAthleticsRosterList li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #939598; }
  .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; }

.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsRosterPosition:before {
  content: 'Position: '; }

.fsRosterHeight:before {
  content: 'Height: '; }

.fsRosterWeight:before {
  content: 'Weight: '; }

.fsRosterBio p:last-child {
  margin-bottom: 0; }

/*! elements - athletics teams */
.fsAthleticsTeam {
  margin-bottom: 20px; }

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar article {
  position: relative;
  padding-top: 0;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  text-align: center;
  color: #2D68C4;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate .date-wrap {
    margin-bottom: 12px; }
  .fsCalendar .fsDate > span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #0B2240; }
    .fsCalendar .fsDate > span.fsDay {
      font-family: "Barlow Condensed", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 55px;
      line-height: 66px;
      text-align: center;
      letter-spacing: 0.02em;
      color: #2D68C4; }

.fsCalendar article {
  padding: 15px 20px 35px 20px; }

.fsCalendar .fsTitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #0B2240;
  margin-bottom: 13px; }
  .fsCalendar .fsTitle .fsCalendarEventLink {
    color: #0B2240; }
    .fsCalendar .fsTitle .fsCalendarEventLink:hover, .fsCalendar .fsTitle .fsCalendarEventLink:focus {
      color: #2D68C4; }

.fsCalendar .fsEventDetails {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #0B2240; }

.fsCalendar .fsTimeRange:before {
  content: '\f017';
  font-family: "icomoon";
  font-size: 14px;
  margin-right: 5px;
  color: #D0002C;
  display: inline-block;
  vertical-align: bottom; }

.fsCalendar .fsLocation:before {
  content: '\f041';
  font-family: "icomoon";
  font-size: 14px;
  margin-right: 8px;
  color: #D0002C;
  display: inline-block;
  vertical-align: bottom; }

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

.fsDialog article {
  box-shadow: none; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarMonthBrowser button.fsCalendarPrevMonth:before {
  left: 37%; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 15px;
  font-weight: 600;
  outline: 0;
  color: #2D68C4; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle:hover {
    color: #D0002C; }

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

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; } }

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 13px;
    padding: 15px 28px;
    background: #2D68C4;
    color: #fff;
    outline: 0;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.04em;
    min-width: 200px;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus,
    .fsStateSelected .scroll-up span, .scroll-up span.on {
      background: #0B2240;
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
    .fsBannerRight .scroll-up span, .fsBannerLeft .scroll-up span, .fsStyleOneThird .scroll-up span {
      display: block;
      width: 100%; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

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

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

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement {
  margin-bottom: 60px; }
  .fsElement.fsLayout {
    margin-bottom: 60px; }
  .fsElement:last-child {
    margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsElementTitle p {
  margin-bottom: 0; }

.fsListItems article {
  margin-bottom: 20px; }

.module {
  margin-bottom: 1.25em;
  padding: 1.25em;
  color: #fff; }
  .module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
    color: inherit; }

.module {
  background: #0B2240; }

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .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: #2D68C4;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #0B2240; }
    .fsComposerFormEmbed form .required {
      color: #0B2240; }
    .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: #2D68C4;
        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: #0B2240;
          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: #0B2240 !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: #2D68C4 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Roboto", 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, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
    display: inline-block;
    border: 0;
    margin: 0 0 13px;
    padding: 15px 28px;
    background: #2D68C4;
    color: #fff;
    outline: 0;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.04em;
    min-width: 200px; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsStateSelected .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView .fsLoginSubmit.on, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginMainView button:focus,
    .fsStateSelected .fsLogin .fsLoginMainView button, .fsLogin .fsLoginMainView button.on, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsStateSelected .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit.on, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginForgotView button:focus,
    .fsStateSelected .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginForgotView button.on, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsStateSelected .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit.on, .fsLogin .fsLoginNewView button:hover, .fsLogin .fsLoginNewView button:focus,
    .fsStateSelected .fsLogin .fsLoginNewView button, .fsLogin .fsLoginNewView button.on, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsStateSelected .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit.on, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginMainView button:focus,
    .fsStateSelected .fsAccount .fsLoginMainView button, .fsAccount .fsLoginMainView button.on, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsStateSelected .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit.on, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginForgotView button:focus,
    .fsStateSelected .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginForgotView button.on, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsStateSelected .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit.on, .fsAccount .fsLoginNewView button:hover, .fsAccount .fsLoginNewView button:focus,
    .fsStateSelected .fsAccount .fsLoginNewView button, .fsAccount .fsLoginNewView button.on {
      background: #0B2240;
      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, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
      display: block;
      font-style: normal; }
    .fsBannerRight .fsLogin .fsLoginMainView .fsLoginSubmit, .fsBannerLeft .fsLogin .fsLoginMainView .fsLoginSubmit, .fsStyleOneThird .fsLogin .fsLoginMainView .fsLoginSubmit, .fsBannerRight .fsLogin .fsLoginMainView button, .fsBannerLeft .fsLogin .fsLoginMainView button, .fsStyleOneThird .fsLogin .fsLoginMainView button, .fsBannerRight .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsBannerLeft .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsStyleOneThird .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsBannerRight .fsLogin .fsLoginForgotView button, .fsBannerLeft .fsLogin .fsLoginForgotView button, .fsStyleOneThird .fsLogin .fsLoginForgotView button, .fsBannerRight .fsLogin .fsLoginNewView .fsLoginSubmit, .fsBannerLeft .fsLogin .fsLoginNewView .fsLoginSubmit, .fsStyleOneThird .fsLogin .fsLoginNewView .fsLoginSubmit, .fsBannerRight .fsLogin .fsLoginNewView button, .fsBannerLeft .fsLogin .fsLoginNewView button, .fsStyleOneThird .fsLogin .fsLoginNewView button, .fsBannerRight .fsAccount .fsLoginMainView .fsLoginSubmit, .fsBannerLeft .fsAccount .fsLoginMainView .fsLoginSubmit, .fsStyleOneThird .fsAccount .fsLoginMainView .fsLoginSubmit, .fsBannerRight .fsAccount .fsLoginMainView button, .fsBannerLeft .fsAccount .fsLoginMainView button, .fsStyleOneThird .fsAccount .fsLoginMainView button, .fsBannerRight .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsBannerLeft .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsStyleOneThird .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsBannerRight .fsAccount .fsLoginForgotView button, .fsBannerLeft .fsAccount .fsLoginForgotView button, .fsStyleOneThird .fsAccount .fsLoginForgotView button, .fsBannerRight .fsAccount .fsLoginNewView .fsLoginSubmit, .fsBannerLeft .fsAccount .fsLoginNewView .fsLoginSubmit, .fsStyleOneThird .fsAccount .fsLoginNewView .fsLoginSubmit, .fsBannerRight .fsAccount .fsLoginNewView button, .fsBannerLeft .fsAccount .fsLoginNewView button, .fsStyleOneThird .fsAccount .fsLoginNewView button {
      display: block;
      width: 100%; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

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

.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px; }

.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 .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px; }

.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 13px;
    padding: 15px 28px;
    background: #2D68C4;
    color: #fff;
    outline: 0;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.04em;
    min-width: 200px; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus,
    .fsStateSelected .fsAccount .fsAccountLogout a, .fsAccount .fsAccountLogout a.on {
      background: #0B2240;
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }
    .fsBannerRight .fsAccount .fsAccountLogout a, .fsBannerLeft .fsAccount .fsAccountLogout a, .fsStyleOneThird .fsAccount .fsAccountLogout a {
      display: block;
      width: 100%; }

.fsMediaCustomPlayer {
  background: none;
  position: relative; }
  .fsMediaCustomPlayer article {
    background-position: center;
    background-size: cover;
    outline: 0;
    position: relative; }
    .fsMediaCustomPlayer article img {
      opacity: 0;
      visibility: hidden; }
  .fsMediaCustomPlayer .caption-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    left: 0;
    line-height: 22px;
    padding: 10px;
    position: absolute;
    width: 100%; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-wrapper {
        padding: 20px; } }
    .fsMediaCustomPlayer .caption-wrapper a {
      color: rgba(255, 255, 255, 0.5); }
      .fsMediaCustomPlayer .caption-wrapper a:hover {
        text-decoration: underline; }
  @media (min-width: 800px) {
    .fsMediaCustomPlayer .caption-title {
      margin-top: 0;
      font-weight: 500;
      color: #5F5F63;
      font-size: 1.875em;
      line-height: 1.16667em;
      margin-bottom: 0.66667em;
      margin-bottom: 0; } }
  .fsMediaCustomPlayer .caption-desc {
    display: none; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-desc {
        display: block; } }
    .fsMediaCustomPlayer .caption-desc p:last-child {
      margin-bottom: 0; }
    .fsMediaCustomPlayer .caption-desc:empty {
      display: none; }
  .fsMediaCustomPlayer .slick-arrow {
    position: absolute;
    top: 187px;
    width: 75px;
    height: 60px;
    background: transparent;
    border-radius: 0;
    transition: all .3s; }
    @media (min-width: 700px) {
      .fsMediaCustomPlayer .slick-arrow {
        top: auto;
        bottom: -11px;
        background: rgba(248, 174, 27, 0.8);
        -ms-transform: scale(0.65);
        transform: scale(0.65); } }
    @media (min-width: 1000px) {
      .fsMediaCustomPlayer .slick-arrow {
        -ms-transform: scale(1);
        transform: scale(1);
        bottom: 0; } }
    .fsMediaCustomPlayer .slick-arrow:hover, .fsMediaCustomPlayer .slick-arrow:focus {
      background: rgba(0, 0, 0, 0.2); }
      @media (min-width: 700px) {
        .fsMediaCustomPlayer .slick-arrow:hover, .fsMediaCustomPlayer .slick-arrow:focus {
          background: #f8ae1b; } }
    @media (max-width: 700px) {
      .fsMediaCustomPlayer .slick-arrow:before {
        background-position: -112px 0; } }
    .fsMediaCustomPlayer .slick-arrow:after {
      background-position: -112px 0; }
      @media (min-width: 700px) {
        .fsMediaCustomPlayer .slick-arrow:after {
          background-position: 0 0; } }
  .fsMediaCustomPlayer .slick-prev {
    left: 0;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media (min-width: 700px) {
      .fsMediaCustomPlayer .slick-prev {
        left: auto;
        right: 37px;
        -ms-transform: rotate(180deg) scale(0.65);
        transform: rotate(180deg) scale(0.65); } }
    @media (min-width: 1000px) {
      .fsMediaCustomPlayer .slick-prev {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        right: 76px; } }
  .fsMediaCustomPlayer .slick-next {
    right: 0; }
    @media (min-width: 700px) {
      .fsMediaCustomPlayer .slick-next {
        right: -13px; } }
    @media (min-width: 1000px) {
      .fsMediaCustomPlayer .slick-next {
        right: 0; } }

/*! elements - news v0.0.1 */
.fsNews article {
  background-repeat: no-repeat; }
  .fsNews article .fsReadMoreLink {
    position: relative;
    padding-right: 63px;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2D68C4;
    margin-top: 0.625em;
    display: block; }
    .fsNews article .fsReadMoreLink:after, .fsNews article .fsReadMoreLink:before {
      content: '';
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      display: inline-block;
      background-repeat: no-repeat;
      background-image: url("/uploaded/themes/redesign21/images/sprite-arrow.svg");
      width: 44px;
      height: 12px;
      transition: opacity 0.3s; }
    .fsNews article .fsReadMoreLink:before {
      background-position: -56px 0;
      opacity: 1; }
    .fsNews article .fsReadMoreLink:after {
      background-position: 0 0;
      opacity: 0; }
    .fsNews article .fsReadMoreLink:focus, .fsNews article .fsReadMoreLink:hover {
      color: #0B2240;
      text-decoration: none; }
      .fsNews article .fsReadMoreLink:focus:before, .fsNews article .fsReadMoreLink:hover:before {
        opacity: 0; }
      .fsNews article .fsReadMoreLink:focus:after, .fsNews article .fsReadMoreLink:hover:after {
        opacity: 1; }

.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.625em; }
  .fsNews .fsThumbnail img {
    display: block; }

.fsNews .fsListItems article {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px; }
  .fsNews .fsListItems article:last-of-type {
    border-bottom: 0;
    padding-bottom: 0; }

.fsNews.fsGrid .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px; }

.fsNews.fsGrid article {
  background-repeat: no-repeat;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
  border: 0; }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%; } }

@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%; } }

.no-flexbox .fsNews.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1; }
  .no-flexbox .fsNews.fsGrid .fsListItems:after {
    display: table;
    clear: both;
    content: ''; }
  .no-flexbox .fsNews.fsGrid .fsListItems article {
    margin: 0 0 20px;
    width: 100%;
    padding: 0 15px; }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both; }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 1200px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
      clear: both; } }

/*! _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; }
  .fsSearch form.gsc-search-box-tools td.gsib_a {
    padding: 0; }
  .fsSearch form.gsc-search-box-tools td.gsib_b {
    display: none !important; }
  .fsSearch form.gsc-search-box-tools table.gsc-branding {
    display: none; }

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

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%;
      border: solid 1px #F8AE1B; }
      .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: #5F5F63;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "Roboto", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 50px;
    width: 75px;
    background: #F8AE1B;
    position: relative;
    transition: .3s; }
    .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: "Roboto", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: #2D68C4;
      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: "Roboto", 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: #5F5F63; }
  .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: #2D68C4; }

.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: #2D68C4 !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: #0B2240 !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 feeds custom - optional partial*/
body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed-slider {
  width: 100%;
  display: block;
  margin: 0; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed-slider {
      display: none; } }
  body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed-slider > header {
    display: none; }
  body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed-slider .slick-arrow {
    position: absolute;
    bottom: 15px;
    background: transparent;
    transition: all .3s; }
    body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed-slider .slick-arrow:before, body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed-slider .slick-arrow:after {
      background-position: -112px 0; }
  body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed-slider .slick-prev {
    left: 15px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed-slider .slick-next {
    right: 15px; }

body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed {
  margin-bottom: 0;
  display: none; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed {
      display: block; } }
  body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed > header {
    display: none; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed .news-post {
    display: none; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed .news-post {
        display: block; } }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed .news-post:nth-child(2) {
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff; } }
    @media (min-width: 1200px) {
      body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed .news-post:nth-child(2) {
        border: 0; } }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed .news-post:nth-child(5) {
        border-top: 3px solid #fff; } }
    @media (min-width: 1200px) {
      body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed .news-post:nth-child(5) {
        border-top: 0; } }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed .fsFeeds-post {
      width: 50%;
      padding: 25px 28px; } }
  @media (min-width: 1200px) {
    body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed .fsFeeds-post {
      width: calc((100% / 3) - 100px); } }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed .fsFeeds-post:nth-child(1) {
      border-right: 3px solid #fff;
      border-bottom: 3px solid #fff; } }
  @media (min-width: 1200px) {
    body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed .fsFeeds-post:nth-child(1) {
      border: 0; } }
  body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed .fsFeeds-post:nth-child(3) {
    background: #2D68C4; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed .fsFeeds-post:nth-child(3) {
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        border-top: 3px solid #fff; } }
    @media (min-width: 1200px) {
      body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed .fsFeeds-post:nth-child(3) {
        border: 0; } }
  body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed .fsFeeds-post:nth-child(4) {
    background: #D0002C;
    margin-left: auto; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed .fsFeeds-post:nth-child(4) {
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
        border-top: 3px solid #fff; } }
    @media (min-width: 1200px) {
      body:not(.fsComposeMode) .fsFeeds.fsCustom.news-feed .fsFeeds-post:nth-child(4) {
        border: 0; } }

body:not(.fsComposeMode) .fsFeeds-post {
  position: relative;
  width: 100%;
  height: 380px;
  background: #0B2240;
  padding: 25px 28px 46px;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  body:not(.fsComposeMode) .fsFeeds-post:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.16%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
    opacity: 0;
    transition: all .5s; }
  body:not(.fsComposeMode) .fsFeeds-post .post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .5s; }
    body:not(.fsComposeMode) .fsFeeds-post .post-image a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3; }
    body:not(.fsComposeMode) .fsFeeds-post .post-image img {
      display: block;
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      white-space: nowrap;
      width: 1px; }
  body:not(.fsComposeMode) .fsFeeds-post .post-content {
    z-index: 1;
    opacity: 1;
    transition: opacity .5s; }
    body:not(.fsComposeMode) .fsFeeds-post .post-content .post-description {
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      line-height: 27px;
      color: #FFFFFF; }
      body:not(.fsComposeMode) .fsFeeds-post .post-content .post-description a {
        color: #FFFFFF; }
        body:not(.fsComposeMode) .fsFeeds-post .post-content .post-description a:hover, body:not(.fsComposeMode) .fsFeeds-post .post-content .post-description a:focus {
          color: #FFFFFF;
          text-decoration: underline; }
  body:not(.fsComposeMode) .fsFeeds-post .poster-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px;
    z-index: 1; }
    body:not(.fsComposeMode) .fsFeeds-post .poster-info .poster-name {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      body:not(.fsComposeMode) .fsFeeds-post .poster-info .poster-name .poster-icon {
        margin-right: 8px;
        display: -ms-flexbox;
        display: flex; }
      body:not(.fsComposeMode) .fsFeeds-post .poster-info .poster-name h2 {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
        text-align: left;
        text-transform: none;
        margin: 0;
        padding: 0; }
        body:not(.fsComposeMode) .fsFeeds-post .poster-info .poster-name h2 span {
          display: block;
          font-weight: normal;
          font-size: 13px;
          line-height: 21px; }
    body:not(.fsComposeMode) .fsFeeds-post .poster-info .post-date {
      margin-left: auto;
      font-weight: normal;
      font-size: 14px;
      line-height: 19px;
      color: #FFFFFF;
      display: none; }
      @media (min-width: 1400px) {
        body:not(.fsComposeMode) .fsFeeds-post .poster-info .post-date {
          display: block; } }
  body:not(.fsComposeMode) .fsFeeds-post .post-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    z-index: 1; }
    body:not(.fsComposeMode) .fsFeeds-post .post-footer .comment-count, body:not(.fsComposeMode) .fsFeeds-post .post-footer .like-count {
      position: relative;
      font-weight: normal;
      font-size: 14px;
      line-height: 14px;
      color: #fff; }
      body:not(.fsComposeMode) .fsFeeds-post .post-footer .comment-count:before, body:not(.fsComposeMode) .fsFeeds-post .post-footer .like-count:before {
        content: '';
        margin-right: 5px;
        display: inline-block;
        vertical-align: bottom;
        background-repeat: no-repeat; }
    body:not(.fsComposeMode) .fsFeeds-post .post-footer .comment-count:before {
      background-image: url("/uploaded/themes/redesign21/images/facebook_comment.svg");
      width: 18px;
      height: 15px; }
    body:not(.fsComposeMode) .fsFeeds-post .post-footer .like-count {
      margin-left: 15px; }
      body:not(.fsComposeMode) .fsFeeds-post .post-footer .like-count:before {
        background-image: url("/uploaded/themes/redesign21/images/facebook_like.svg");
        width: 16px;
        height: 17px; }
    body:not(.fsComposeMode) .fsFeeds-post .post-footer .facebook-link {
      position: relative;
      margin-left: auto;
      width: 25px;
      height: 25px;
      overflow: hidden;
      color: transparent; }
      body:not(.fsComposeMode) .fsFeeds-post .post-footer .facebook-link:before {
        content: '';
        display: inline-block;
        background-repeat: no-repeat;
        background-image: url("/uploaded/themes/redesign21/images/fb-icon.svg");
        width: 25px;
        height: 25px;
        transition: all .5s; }
      body:not(.fsComposeMode) .fsFeeds-post .post-footer .facebook-link:hover:before, body:not(.fsComposeMode) .fsFeeds-post .post-footer .facebook-link:focus:before {
        opacity: 0.8; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .fsFeeds-post:hover:before, body:not(.fsComposeMode) .fsFeeds-post:focus:before {
      opacity: 1; }
    body:not(.fsComposeMode) .fsFeeds-post:hover .post-image, body:not(.fsComposeMode) .fsFeeds-post:focus .post-image {
      opacity: 1; }
    body:not(.fsComposeMode) .fsFeeds-post:hover .post-content, body:not(.fsComposeMode) .fsFeeds-post:focus .post-content {
      opacity: 0; }
    body:not(.fsComposeMode) .fsFeeds-post:hover .poster-info, body:not(.fsComposeMode) .fsFeeds-post:focus .poster-info {
      opacity: 0; } }

/*! 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; }
  .fsFacebookList .fsFacebookListItem a {
    word-wrap: break-word; }

.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; }
  .fsFacebookExtras .fsFacebookCaption {
    display: none; }
  .fsFacebookExtras .fsFacebookDesc {
    display: none; }
  .fsFacebookExtras .fsFacebookLikes {
    display: none; }

.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 13px;
  padding: 15px 28px;
  background: #2D68C4;
  color: #fff;
  outline: 0;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  min-width: 200px; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus,
  .fsStateSelected .vimeo_view_link a, .vimeo_view_link a.on {
    background: #0B2240;
    color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }
  .fsBannerRight .vimeo_view_link a, .fsBannerLeft .vimeo_view_link a, .fsStyleOneThird .vimeo_view_link a {
    display: block;
    width: 100%; }

/*! 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 13px;
  padding: 15px 28px;
  background: #2D68C4;
  color: #fff;
  outline: 0;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  min-width: 200px; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus,
  .fsStateSelected .Youtube_view_link a, .Youtube_view_link a.on {
    background: #0B2240;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }
  .fsBannerRight .Youtube_view_link a, .fsBannerLeft .Youtube_view_link a, .fsStyleOneThird .Youtube_view_link a {
    display: block;
    width: 100%; }

/*! 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: 500;
        color: #5F5F63;
        font-size: 1.875em;
        line-height: 1.16667em;
        margin-bottom: 0.66667em;
        margin-bottom: 2px;
        display: block;
        font-size: 21px;
        padding: 13.33333px;
        color: #ffffff;
        transition: .3s;
        font-size: 16px;
        background: #2D68C4;
        color: #ffffff;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        border-radius: 5px 5px 0 0; }
        .fsTabs .fsTabsNav li a:hover {
          background: #D0002C;
          color: #ffffff; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #0B2240;
        color: #ffffff; }

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

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

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

.home:not(.fsComposeMode) #fsPageContent {
  margin-bottom: 0px; }
  .home:not(.fsComposeMode) #fsPageContent > .fsPageLayout > .fsDiv {
    margin-bottom: 0px; }

.home:not(.fsComposeMode) .infographic-container {
  height: 627px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 11px;
  padding-bottom: 45px;
  margin: 0; }
  .home:not(.fsComposeMode) .infographic-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 90em;
    max-width: 90rem;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home:not(.fsComposeMode) .infographic-container h2 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #0B2240;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding: 0 20px; }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .infographic-container h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 60px;
        padding: 0; } }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .infographic-container h2 {
        font-size: 55px;
        line-height: 64px;
        margin-bottom: 90px; } }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) .infographic-container {
      padding-top: 56px;
      padding-bottom: 113px; } }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) .infographic-container {
      height: 627px;
      margin-bottom: 36px;
      padding: 0; } }
  .home:not(.fsComposeMode) .infographic-container > .fsElementContent {
    padding: 0 56px;
    margin-top: 6px;
    z-index: 1;
    display: block; }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .infographic-container > .fsElementContent {
        padding: 0 115px;
        margin-top: 6px; } }
  .home:not(.fsComposeMode) .infographic-container > footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 0; }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .infographic-container > footer {
        -ms-transform: scale(1);
        transform: scale(1); } }
    .home:not(.fsComposeMode) .infographic-container > footer .fsElementFooterContent {
      margin: 0;
      width: 100%;
      height: 100%; }
    .home:not(.fsComposeMode) .infographic-container > footer .fsImage {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      .home:not(.fsComposeMode) .infographic-container > footer .fsImage img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%; }
  .home:not(.fsComposeMode) .infographic-container .slick-arrow {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .home:not(.fsComposeMode) .infographic-container .slick-prev {
    left: 14px;
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  .home:not(.fsComposeMode) .infographic-container .slick-next {
    right: 14px; }
  .home:not(.fsComposeMode) .infographic-container .infographic-stat {
    width: 25%;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #0B2240;
    text-align: center;
    padding: 0 10px;
    margin: 0; }
    .home:not(.fsComposeMode) .infographic-container .infographic-stat h4 {
      font-family: "Barlow Condensed", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 65px;
      line-height: 78px;
      text-align: center;
      letter-spacing: 0.02em;
      color: #D0002C;
      transition: color 0.3s;
      margin: 0; }
    .home:not(.fsComposeMode) .infographic-container .infographic-stat header {
      width: 100px;
      height: 100px;
      border-radius: 100%;
      background: #0B2240;
      margin: 0 auto;
      position: relative;
      transition: background 0.15s; }
      @media (min-width: 700px) {
        .home:not(.fsComposeMode) .infographic-container .infographic-stat header {
          width: 117px;
          height: 117px; } }
      .home:not(.fsComposeMode) .infographic-container .infographic-stat header .fsElementHeaderContent {
        margin: 0; }
      .home:not(.fsComposeMode) .infographic-container .infographic-stat header a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .home:not(.fsComposeMode) .infographic-container .infographic-stat header img {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: opacity 0.3s;
        opacity: 1; }
      .home:not(.fsComposeMode) .infographic-container .infographic-stat header:after {
        content: 'Learn More';
        font-family: "Barlow Condensed", sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        text-transform: uppercase;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: opacity 0.3s;
        opacity: 0; }
    .home:not(.fsComposeMode) .infographic-container .infographic-stat > .fsElementContent {
      max-width: 249px;
      margin: 0 auto; }
    .home:not(.fsComposeMode) .infographic-container .infographic-stat:hover header, .home:not(.fsComposeMode) .infographic-container .infographic-stat:focus-within header {
      background: #D0002C;
      box-shadow: 0 0 0 3px #fff; }
      .home:not(.fsComposeMode) .infographic-container .infographic-stat:hover header img, .home:not(.fsComposeMode) .infographic-container .infographic-stat:focus-within header img {
        opacity: 0; }
      .home:not(.fsComposeMode) .infographic-container .infographic-stat:hover header footer, .home:not(.fsComposeMode) .infographic-container .infographic-stat:focus-within header footer {
        opacity: 1; }
      .home:not(.fsComposeMode) .infographic-container .infographic-stat:hover header:after, .home:not(.fsComposeMode) .infographic-container .infographic-stat:focus-within header:after {
        opacity: 1; }
    .home:not(.fsComposeMode) .infographic-container .infographic-stat:hover h4, .home:not(.fsComposeMode) .infographic-container .infographic-stat:focus-within h4 {
      color: #0B2240;
      text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #555; }

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .news-container {
    height: 627px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    margin-bottom: 0; }
    .home:not(.fsComposeMode) .news-container > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 90em;
      max-width: 90rem;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .home:not(.fsComposeMode) .news-container h2 {
      text-align: center;
      font-style: normal;
      font-weight: normal;
      font-size: 30px;
      line-height: 35px;
      text-align: center;
      letter-spacing: 0.02em;
      color: #0B2240;
      text-transform: uppercase;
      margin-bottom: 25px;
      padding: 0 20px; } }
    @media (min-width: 700px) and (min-width: 700px) {
      .home:not(.fsComposeMode) .news-container h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 60px;
        padding: 0; } }
    @media (min-width: 700px) and (min-width: 1000px) {
      .home:not(.fsComposeMode) .news-container h2 {
        font-size: 55px;
        line-height: 64px;
        margin-bottom: 90px; } }

.home:not(.fsComposeMode) .news-container h2 {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #0B2240;
  text-transform: uppercase;
  margin-bottom: 7px;
  padding: 0 20px; }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) .news-container h2 {
      font-size: 40px;
      line-height: 47px;
      margin-bottom: 10px;
      padding: 0; } }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) .news-container h2 {
      font-size: 55px;
      line-height: 64px; } }

.home:not(.fsComposeMode) .news-container .fsElementHeaderContent {
  margin-bottom: 34px;
  text-align: center; }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) .news-container .fsElementHeaderContent {
      margin-bottom: 36px; } }
  .home:not(.fsComposeMode) .news-container .fsElementHeaderContent a {
    position: relative;
    padding-right: 63px;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2D68C4; }
    .home:not(.fsComposeMode) .news-container .fsElementHeaderContent a:after, .home:not(.fsComposeMode) .news-container .fsElementHeaderContent a:before {
      content: '';
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      display: inline-block;
      background-repeat: no-repeat;
      background-image: url("/uploaded/themes/redesign21/images/sprite-arrow.svg");
      width: 44px;
      height: 12px;
      transition: opacity 0.3s; }
    .home:not(.fsComposeMode) .news-container .fsElementHeaderContent a:before {
      background-position: -56px 0;
      opacity: 1; }
    .home:not(.fsComposeMode) .news-container .fsElementHeaderContent a:after {
      background-position: 0 0;
      opacity: 0; }
    .home:not(.fsComposeMode) .news-container .fsElementHeaderContent a:focus, .home:not(.fsComposeMode) .news-container .fsElementHeaderContent a:hover {
      color: #0B2240;
      text-decoration: none; }
      .home:not(.fsComposeMode) .news-container .fsElementHeaderContent a:focus:before, .home:not(.fsComposeMode) .news-container .fsElementHeaderContent a:hover:before {
        opacity: 0; }
      .home:not(.fsComposeMode) .news-container .fsElementHeaderContent a:focus:after, .home:not(.fsComposeMode) .news-container .fsElementHeaderContent a:hover:after {
        opacity: 1; }

.home:not(.fsComposeMode) .news-container .fsPostElement.news-post {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  margin: 0; }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) .news-container .fsPostElement.news-post {
      width: 50%; } }
  @media (min-width: 1200px) {
    .home:not(.fsComposeMode) .news-container .fsPostElement.news-post {
      width: calc((100% / 3) - 100px); } }
  .home:not(.fsComposeMode) .news-container .fsPostElement.news-post.featured {
    width: 100%; }
    @media (min-width: 1200px) {
      .home:not(.fsComposeMode) .news-container .fsPostElement.news-post.featured {
        width: calc((100% / 3) * 2 - 100px); } }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .news-container .fsPostElement.news-post.featured article > .fsTitle {
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        padding: 0 39px; } }
  .home:not(.fsComposeMode) .news-container .fsPostElement.news-post > .fsElementContent {
    height: 100%; }
  .home:not(.fsComposeMode) .news-container .fsPostElement.news-post .fsListItems {
    margin: 0;
    height: 100%; }
  .home:not(.fsComposeMode) .news-container .fsPostElement.news-post .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    transition: opacity .5s; }
    .home:not(.fsComposeMode) .news-container .fsPostElement.news-post .inner > .fsTitle {
      font-weight: bold;
      font-size: 14px;
      line-height: 20px;
      color: #fff;
      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); }
      .home:not(.fsComposeMode) .news-container .fsPostElement.news-post .inner > .fsTitle a {
        color: #fff; }
        .home:not(.fsComposeMode) .news-container .fsPostElement.news-post .inner > .fsTitle a:hover, .home:not(.fsComposeMode) .news-container .fsPostElement.news-post .inner > .fsTitle a:focus {
          text-decoration: underline; }
  .home:not(.fsComposeMode) .news-container .fsPostElement.news-post article {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%; }
    .home:not(.fsComposeMode) .news-container .fsPostElement.news-post article:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.29%, rgba(0, 0, 0, 0.7) 100%);
      opacity: 1;
      transition: all .5s; }
    .home:not(.fsComposeMode) .news-container .fsPostElement.news-post article > .fsTitle {
      position: absolute;
      bottom: 36px;
      left: 0;
      padding: 0 30px;
      font-weight: bold;
      font-size: 14px;
      line-height: 20px;
      color: #fff;
      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
      opacity: 1;
      visibility: visible;
      transition: all .5s; }
      @media (min-width: 700px) {
        .home:not(.fsComposeMode) .news-container .fsPostElement.news-post article > .fsTitle {
          bottom: 26px; } }
      .home:not(.fsComposeMode) .news-container .fsPostElement.news-post article > .fsTitle a {
        color: #fff; }
        .home:not(.fsComposeMode) .news-container .fsPostElement.news-post article > .fsTitle a:hover, .home:not(.fsComposeMode) .news-container .fsPostElement.news-post article > .fsTitle a:focus {
          text-decoration: underline; }
    .home:not(.fsComposeMode) .news-container .fsPostElement.news-post article .fsThumbnail {
      width: 100%;
      height: 100%; }
      .home:not(.fsComposeMode) .news-container .fsPostElement.news-post article .fsThumbnail img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .home:not(.fsComposeMode) .news-container .fsPostElement.news-post article .fsSummary {
      color: #fff;
      font-weight: normal;
      font-size: 14px;
      line-height: 23px; }
    .home:not(.fsComposeMode) .news-container .fsPostElement.news-post article .fsReadMoreLink {
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      line-height: 20px;
      color: #fff;
      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); }
      .home:not(.fsComposeMode) .news-container .fsPostElement.news-post article .fsReadMoreLink:hover, .home:not(.fsComposeMode) .news-container .fsPostElement.news-post article .fsReadMoreLink:focus {
        text-decoration: underline; }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) .news-container .fsPostElement.news-post:hover article:before, .home:not(.fsComposeMode) .news-container .fsPostElement.news-post:focus-within article:before {
      opacity: 0; }
    .home:not(.fsComposeMode) .news-container .fsPostElement.news-post:hover article > .fsTitle, .home:not(.fsComposeMode) .news-container .fsPostElement.news-post:focus-within article > .fsTitle {
      opacity: 0;
      visibility: hidden; }
    .home:not(.fsComposeMode) .news-container .fsPostElement.news-post:hover .inner, .home:not(.fsComposeMode) .news-container .fsPostElement.news-post:focus-within .inner {
      opacity: 1; } }

.home:not(.fsComposeMode) .news-post-container, .home:not(.fsComposeMode) .news-post-slider {
  display: none;
  position: relative;
  margin-bottom: 7px; }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) .news-post-container, .home:not(.fsComposeMode) .news-post-slider {
      display: none; } }
  .home:not(.fsComposeMode) .news-post-container > header, .home:not(.fsComposeMode) .news-post-slider > header {
    display: none; }
  .home:not(.fsComposeMode) .news-post-container .slick-arrow, .home:not(.fsComposeMode) .news-post-slider .slick-arrow {
    position: absolute;
    bottom: 15px;
    background: transparent;
    transition: all .3s; }
    .home:not(.fsComposeMode) .news-post-container .slick-arrow:before, .home:not(.fsComposeMode) .news-post-container .slick-arrow:after, .home:not(.fsComposeMode) .news-post-slider .slick-arrow:before, .home:not(.fsComposeMode) .news-post-slider .slick-arrow:after {
      background-position: -112px 0; }
  .home:not(.fsComposeMode) .news-post-container .slick-prev, .home:not(.fsComposeMode) .news-post-slider .slick-prev {
    left: 15px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .home:not(.fsComposeMode) .news-post-container .slick-next, .home:not(.fsComposeMode) .news-post-slider .slick-next {
    right: 15px; }

.home:not(.fsComposeMode) .news-post-slider {
  display: block; }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) .news-post-slider {
      display: none; } }

.home:not(.fsComposeMode) .social-links {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .home:not(.fsComposeMode) .social-links {
      position: absolute;
      top: 0;
      right: 0;
      width: 300px; } }
  .home:not(.fsComposeMode) .social-links > header {
    margin-top: 20px; }
    @media (min-width: 1200px) {
      .home:not(.fsComposeMode) .social-links > header {
        margin-top: 47px; } }
    .home:not(.fsComposeMode) .social-links > header .fsElementTitle {
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      text-align: center;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #0B2240;
      margin-bottom: 6px; }
  .home:not(.fsComposeMode) .social-links > footer {
    position: absolute;
    top: -87px;
    right: -31px;
    display: none;
    z-index: -1; }
    @media (min-width: 1200px) {
      .home:not(.fsComposeMode) .social-links > footer {
        display: block; } }
    .home:not(.fsComposeMode) .social-links > footer .fsElementFooterContent {
      margin: 0; }
  .home:not(.fsComposeMode) .social-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 25px; }
    .home:not(.fsComposeMode) .social-links ul li {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 7px;
      width: auto; }
      .home:not(.fsComposeMode) .social-links ul li:last-child {
        margin-right: 0; }
      .home:not(.fsComposeMode) .social-links ul li > a {
        font-size: 0;
        background: #fff;
        width: 25px;
        height: 25px;
        display: block;
        position: relative;
        opacity: 1;
        border-radius: 100%;
        text-align: center; }
        .home:not(.fsComposeMode) .social-links ul li > a:hover:before, .home:not(.fsComposeMode) .social-links ul li > a:focus:before {
          color: #0B2240; }
        .home:not(.fsComposeMode) .social-links ul li > a:before {
          content: '';
          font-family: "icomoon";
          font-size: 24px;
          color: #D0002C;
          position: absolute;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          top: 50%;
          left: 0;
          transition: color 0.3s; }
    .home:not(.fsComposeMode) .social-links ul li.fb > a:before {
      content: "\e90b"; }
    .home:not(.fsComposeMode) .social-links ul li.vm > a:before {
      content: "\f27d"; }
    .home:not(.fsComposeMode) .social-links ul li.tw > a:before {
      content: "\f099"; }
    .home:not(.fsComposeMode) .social-links ul li.ln > a:before {
      content: "\f0e1"; }
    .home:not(.fsComposeMode) .social-links ul li.ig > a:before {
      content: "\f16d";
      font-size: 28px; }
    .home:not(.fsComposeMode) .social-links ul li.yt > a:before {
      content: "\f167"; }
    .home:not(.fsComposeMode) .social-links ul li.az > a:before {
      content: "\f270"; }
    .home:not(.fsComposeMode) .social-links ul li.gp > a:before {
      content: "\f0d5"; }
    .home:not(.fsComposeMode) .social-links ul li.pt > a:before {
      content: "\f231"; }
    @media (max-width: 600px) {
      .home:not(.fsComposeMode) .social-links ul {
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-flexbox;
        display: flex; } }

.home:not(.fsComposeMode) .calendar-container {
  position: relative;
  height: 510px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  z-index: 0;
  overflow: hidden; }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) .calendar-container {
      padding-top: 84px;
      height: 618px; } }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) .calendar-container {
      padding-top: 109px;
      height: 849px; } }
  @media (max-width: 375px) {
    .home:not(.fsComposeMode) .calendar-container {
      background-image: none !important; } }
  .home:not(.fsComposeMode) .calendar-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 106.42%);
    opacity: 0.8;
    z-index: -1; }
  .home:not(.fsComposeMode) .calendar-container h2 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #0B2240;
    text-transform: uppercase;
    margin-bottom: 7px;
    padding: 0 20px; }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .calendar-container h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 10px;
        padding: 0; } }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .calendar-container h2 {
        font-size: 55px;
        line-height: 64px; } }
  .home:not(.fsComposeMode) .calendar-container .fsElementHeaderContent {
    margin-bottom: 59px;
    text-align: center; }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .calendar-container .fsElementHeaderContent {
        margin-bottom: 50px; } }
    .home:not(.fsComposeMode) .calendar-container .fsElementHeaderContent a {
      position: relative;
      padding-right: 63px;
      font-family: "Barlow", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 17px;
      text-align: center;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #2D68C4; }
      .home:not(.fsComposeMode) .calendar-container .fsElementHeaderContent a:after, .home:not(.fsComposeMode) .calendar-container .fsElementHeaderContent a:before {
        content: '';
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        display: inline-block;
        background-repeat: no-repeat;
        background-image: url("/uploaded/themes/redesign21/images/sprite-arrow.svg");
        width: 44px;
        height: 12px;
        transition: opacity 0.3s; }
      .home:not(.fsComposeMode) .calendar-container .fsElementHeaderContent a:before {
        background-position: -56px 0;
        opacity: 1; }
      .home:not(.fsComposeMode) .calendar-container .fsElementHeaderContent a:after {
        background-position: 0 0;
        opacity: 0; }
      .home:not(.fsComposeMode) .calendar-container .fsElementHeaderContent a:focus, .home:not(.fsComposeMode) .calendar-container .fsElementHeaderContent a:hover {
        color: #0B2240;
        text-decoration: none; }
        .home:not(.fsComposeMode) .calendar-container .fsElementHeaderContent a:focus:before, .home:not(.fsComposeMode) .calendar-container .fsElementHeaderContent a:hover:before {
          opacity: 0; }
        .home:not(.fsComposeMode) .calendar-container .fsElementHeaderContent a:focus:after, .home:not(.fsComposeMode) .calendar-container .fsElementHeaderContent a:hover:after {
          opacity: 1; }
  .home:not(.fsComposeMode) .calendar-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 90em;
    max-width: 90rem; }
  .home:not(.fsComposeMode) .calendar-container > footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -2; }
    .home:not(.fsComposeMode) .calendar-container > footer .fsElementFooterContent {
      margin: 0;
      line-height: 0; }
    .home:not(.fsComposeMode) .calendar-container > footer .fsImage img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 644px; }
      @media (min-width: 400px) {
        .home:not(.fsComposeMode) .calendar-container > footer .fsImage img {
          height: 100%; } }
  .home:not(.fsComposeMode) .calendar-container .slick-slider {
    width: 100%;
    background-color: transparent; }
    .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-track {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      height: 331px;
      -ms-flex-pack: center;
      justify-content: center; }
    .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-slide {
      position: relative;
      float: none;
      width: 270px;
      height: 215px;
      display: inline-block;
      vertical-align: middle;
      padding: 10px 0;
      margin: 5px;
      transition: all 0.3s ease;
      text-align: center;
      margin: 5px;
      background: transparent;
      box-shadow: none; }
      .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-slide .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0; }
        .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-slide .inner.animate {
          opacity: 1;
          transition: all 1s ease-in; }
      .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-slide .inner-clone {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1; }
        .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-slide .inner-clone.animate {
          opacity: 0; }
      .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-slide.slick-current, .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-slide.slick-center {
        width: 460px;
        height: 311px;
        margin: 5px; }
        @media (min-width: 700px) {
          .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-slide.slick-current, .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-slide.slick-center {
            height: 331px; } }
        .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-slide.slick-current .fsDate, .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-slide.slick-center .fsDate {
          width: 144px;
          height: 144px;
          border: 1px solid #2D68C4;
          margin: 0 auto 18px auto; }
          .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-slide.slick-current .fsDate .date-wrap, .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-slide.slick-center .fsDate .date-wrap {
            margin-bottom: 12px; }
          .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-slide.slick-current .fsDate > span, .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-slide.slick-center .fsDate > span {
            display: block;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            text-align: center;
            letter-spacing: 0.02em;
            color: #0B2240; }
            .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-slide.slick-current .fsDate > span.fsDay, .home:not(.fsComposeMode) .calendar-container .slick-slider .slick-slide.slick-center .fsDate > span.fsDay {
              font-family: "Barlow Condensed", sans-serif;
              font-style: normal;
              font-weight: bold;
              font-size: 55px;
              line-height: 66px;
              text-align: center;
              letter-spacing: 0.02em;
              color: #2D68C4; }
  .home:not(.fsComposeMode) .calendar-container .calendar-slider > .fsElementContent {
    position: relative;
    z-index: 0; }
  .home:not(.fsComposeMode) .calendar-container .calendar-slider .box-bg {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 55px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1; }
    .home:not(.fsComposeMode) .calendar-container .calendar-slider .box-bg li {
      width: 270px;
      height: 215px;
      margin: 5px;
      background: rgba(255, 255, 255, 0.6);
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
      .home:not(.fsComposeMode) .calendar-container .calendar-slider .box-bg li.center {
        width: 460px;
        height: 311px;
        background: #fff;
        margin-top: -55px; }
        @media (min-width: 700px) {
          .home:not(.fsComposeMode) .calendar-container .calendar-slider .box-bg li.center {
            height: 331px; } }
  .home:not(.fsComposeMode) .calendar-container .calendar-slider .fsTimeRange:before, .home:not(.fsComposeMode) .calendar-container .calendar-slider .fsLocation:before {
    display: none; }
  .home:not(.fsComposeMode) .calendar-container .calendar-slider .slick-arrow {
    position: absolute;
    bottom: 40px; }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .calendar-container .calendar-slider .slick-arrow {
        bottom: 75px; } }
  .home:not(.fsComposeMode) .calendar-container .calendar-slider .slick-prev {
    left: 13px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media (min-width: 460px) {
      .home:not(.fsComposeMode) .calendar-container .calendar-slider .slick-prev {
        left: calc(50% - 200px); } }
  .home:not(.fsComposeMode) .calendar-container .calendar-slider .slick-next {
    right: 13px; }
    @media (min-width: 460px) {
      .home:not(.fsComposeMode) .calendar-container .calendar-slider .slick-next {
        right: calc(50% - 200px); } }

.home:not(.fsComposeMode) .quicklinks-container {
  height: 627px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  padding: 50px 60px;
  background-color: #0B2240;
  position: relative; }
  .home:not(.fsComposeMode) .quicklinks-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 90em;
    max-width: 90rem;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home:not(.fsComposeMode) .quicklinks-container h2 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #0B2240;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding: 0 20px; }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .quicklinks-container h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 60px;
        padding: 0; } }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .quicklinks-container h2 {
        font-size: 55px;
        line-height: 64px;
        margin-bottom: 90px; } }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) .quicklinks-container {
      overflow: hidden; } }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) .quicklinks-container {
      padding: 69px 75px 50px 75px; } }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) .quicklinks-container {
      padding: 69px 20px; } }
  @media (min-width: 1200px) {
    .home:not(.fsComposeMode) .quicklinks-container {
      padding: 84px 115px; } }
  .home:not(.fsComposeMode) .quicklinks-container .crest {
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .quicklinks-container .crest {
        top: -5px;
        left: 35px; } }
    .home:not(.fsComposeMode) .quicklinks-container .crest:before {
      content: '';
      position: absolute;
      top: 0;
      left: 26px;
      display: inline-block;
      background-repeat: no-repeat;
      background-image: url("/uploaded/themes/redesign21/images/watermark-mobile.svg");
      background-size: contain;
      width: 697px;
      height: 747px;
      transition: opacity .3s; }
      @media (min-width: 700px) {
        .home:not(.fsComposeMode) .quicklinks-container .crest:before {
          left: -70px; } }
      @media (min-width: 1200px) {
        .home:not(.fsComposeMode) .quicklinks-container .crest:before {
          background-image: url("/uploaded/themes/redesign21/images/watermark.svg");
          background-size: contain;
          width: 697px;
          height: 499px;
          left: 0; } }

.home:not(.fsComposeMode) .quicklink {
  position: relative;
  width: 100%; }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) .quicklink {
      height: 184px;
      width: calc(50% - 30px);
      margin: 0 15px 38px 15px; } }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) .quicklink {
      width: calc(25% - 20px);
      margin: 0 10px; } }
  @media (min-width: 1200px) {
    .home:not(.fsComposeMode) .quicklink {
      width: calc(25% - 30px);
      margin: 0 15px; } }
  .home:not(.fsComposeMode) .quicklink > header {
    height: 100%;
    display: none; }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .quicklink > header {
        display: block; } }
    .home:not(.fsComposeMode) .quicklink > header .fsElementHeaderContent {
      height: 100%;
      -ms-transform: scale(1);
      transform: scale(1);
      transition: all .5s;
      margin: 0; }
      .home:not(.fsComposeMode) .quicklink > header .fsElementHeaderContent .fsImage {
        height: 100%; }
        .home:not(.fsComposeMode) .quicklink > header .fsElementHeaderContent .fsImage img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
  .home:not(.fsComposeMode) .quicklink:hover > header .fsElementHeaderContent, .home:not(.fsComposeMode) .quicklink:focus-within > header .fsElementHeaderContent {
    -ms-transform: scale(1.07);
    transform: scale(1.07); }
  .home:not(.fsComposeMode) .quicklink:hover span, .home:not(.fsComposeMode) .quicklink:focus-within span {
    width: 231px;
    height: 50px;
    bottom: -24px; }
    .home:not(.fsComposeMode) .quicklink:hover span:after, .home:not(.fsComposeMode) .quicklink:focus-within span:after {
      margin-left: 30px; }
  .home:not(.fsComposeMode) .quicklink p {
    margin: 0; }
  .home:not(.fsComposeMode) .quicklink a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0; }
  .home:not(.fsComposeMode) .quicklink span {
    display: inline-block;
    border: 0;
    margin: 0 0 13px;
    padding: 15px 28px;
    background: #F8AE1B;
    color: #0B2240;
    outline: 0;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.04em;
    min-width: 200px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    margin: 0;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 10px 11.5px 10px 20px;
    width: 200px;
    height: 36px;
    transition: all .5s; }
    .home:not(.fsComposeMode) .quicklink span:hover, .home:not(.fsComposeMode) .quicklink span:focus,
    .fsStateSelected .home:not(.fsComposeMode) .quicklink span, .home:not(.fsComposeMode) .quicklink span.on {
      background: #F8AE1B;
      color: #0B2240; }
    .home:not(.fsComposeMode) .quicklink span em {
      display: block;
      font-style: normal; }
    .fsBannerRight .home:not(.fsComposeMode) .quicklink span, .fsBannerLeft .home:not(.fsComposeMode) .quicklink span, .fsStyleOneThird .home:not(.fsComposeMode) .quicklink span {
      display: block;
      width: 100%; }
    .home:not(.fsComposeMode) .quicklink span:after {
      content: '';
      margin-left: 10px;
      background-repeat: no-repeat;
      background-image: url("/uploaded/themes/redesign21/images/sprite-arrow.svg");
      background-position: 0 0;
      width: 44px;
      height: 12px;
      transition: all .5s; }

.home:not(.fsComposeMode) .slider-container {
  margin: 0; }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) .slider-container {
      margin-bottom: 100px; } }

.home:not(.fsComposeMode) .home-slider h2 {
  display: none; }

.home:not(.fsComposeMode) .home-slider .universal-slide {
  height: 100vh; }
  @media (max-width: 900px) {
    .home:not(.fsComposeMode) .home-slider .universal-slide {
      background: none !important;
      height: auto; } }

.home:not(.fsComposeMode) .home-slider .universal-img {
  -o-object-fit: cover;
  object-fit: cover; }
  @media (max-width: 900px) {
    .home:not(.fsComposeMode) .home-slider .universal-img {
      vertical-align: bottom;
      width: 100%;
      visibility: visible;
      opacity: 1;
      height: 454px; } }
  @media (max-width: 600px) {
    .home:not(.fsComposeMode) .home-slider .universal-img {
      height: 247px; } }

.home:not(.fsComposeMode) .home-slider article {
  position: relative; }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) .home-slider article:before {
      content: '';
      background: linear-gradient(260.68deg, rgba(0, 0, 0, 0) 9.7%, rgba(0, 0, 0, 0.74) 96.27%);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

.home:not(.fsComposeMode) .home-slider .caption-wrapper {
  position: absolute;
  bottom: 80px;
  left: 62px;
  max-width: 452px;
  background: transparent;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #FFFFFF; }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) .home-slider .caption-wrapper {
      font-size: 16px;
      line-height: 20px; } }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) .home-slider .caption-wrapper {
      font-size: 18px;
      line-height: 23px; } }
  @media (max-width: 700px) {
    .home:not(.fsComposeMode) .home-slider .caption-wrapper {
      width: 100%;
      position: static;
      background: #2d68c4;
      padding: 20px 25px;
      max-width: 100%; } }

.home:not(.fsComposeMode) .home-slider .caption-desc {
  display: block;
  max-width: 282px; }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) .home-slider .caption-desc {
      max-width: 273px; } }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) .home-slider .caption-desc {
      max-width: 100%; } }
  .home:not(.fsComposeMode) .home-slider .caption-desc p {
    margin: 0; }
  .home:not(.fsComposeMode) .home-slider .caption-desc a {
    display: inline-block;
    border: 0;
    margin: 0 0 13px;
    padding: 15px 28px;
    background: #F8AE1B;
    color: #0B2240;
    outline: 0;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.04em;
    min-width: 200px;
    position: relative;
    border-radius: 8px;
    margin: 10px 0 0 0;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 10px 86px 10px 25px; }
    .home:not(.fsComposeMode) .home-slider .caption-desc a:hover, .home:not(.fsComposeMode) .home-slider .caption-desc a:focus,
    .fsStateSelected .home:not(.fsComposeMode) .home-slider .caption-desc a, .home:not(.fsComposeMode) .home-slider .caption-desc a.on {
      background: #2D68C4;
      color: #fff; }
    .home:not(.fsComposeMode) .home-slider .caption-desc a em {
      display: block;
      font-style: normal; }
    .fsBannerRight .home:not(.fsComposeMode) .home-slider .caption-desc a, .fsBannerLeft .home:not(.fsComposeMode) .home-slider .caption-desc a, .fsStyleOneThird .home:not(.fsComposeMode) .home-slider .caption-desc a {
      display: block;
      width: 100%; }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .home-slider .caption-desc a {
        margin: 15px 0 0 0; } }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .home-slider .caption-desc a {
        margin: 30px 0 0 0; } }
    .home:not(.fsComposeMode) .home-slider .caption-desc a:before, .home:not(.fsComposeMode) .home-slider .caption-desc a:after {
      content: '';
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 25px;
      display: inline-block;
      background-repeat: no-repeat;
      background-image: url("/uploaded/themes/redesign21/images/sprite-arrow.svg");
      width: 44px;
      height: 12px;
      transition: opacity .3s; }
    .home:not(.fsComposeMode) .home-slider .caption-desc a:before {
      background-position: 0 0;
      opacity: 1; }
    .home:not(.fsComposeMode) .home-slider .caption-desc a:after {
      background-position: -112px 0;
      opacity: 0; }
    .home:not(.fsComposeMode) .home-slider .caption-desc a:hover, .home:not(.fsComposeMode) .home-slider .caption-desc a:focus {
      text-decoration: none; }
      .home:not(.fsComposeMode) .home-slider .caption-desc a:hover:before, .home:not(.fsComposeMode) .home-slider .caption-desc a:focus:before {
        opacity: 0; }
      .home:not(.fsComposeMode) .home-slider .caption-desc a:hover:after, .home:not(.fsComposeMode) .home-slider .caption-desc a:focus:after {
        opacity: 1; }

.home:not(.fsComposeMode) .home-slider .caption-title {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 7px;
  max-width: 144px; }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) .home-slider .caption-title {
      font-size: 40px;
      line-height: 48px;
      margin-bottom: 11px;
      max-width: 239px; } }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) .home-slider .caption-title {
      font-size: 65px;
      line-height: 78px;
      margin-bottom: 23px;
      max-width: 100%; } }

.home:not(.fsComposeMode) .home-slider .slick-dots {
  position: absolute;
  left: 5%;
  bottom: 100px;
  width: 30%;
  text-align: center; }
  @media (max-width: 700px) {
    .home:not(.fsComposeMode) .home-slider .slick-dots {
      width: 100%;
      left: 0;
      bottom: 20px; } }
  .home:not(.fsComposeMode) .home-slider .slick-dots li {
    background: rgba(255, 255, 255, 0.5);
    margin-right: 8px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: 0.3s background;
    display: inline-block;
    vertical-align: top; }
    .home:not(.fsComposeMode) .home-slider .slick-dots li button {
      font-size: 0;
      width: 100%;
      height: 100%;
      vertical-align: top;
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0; }
    .home:not(.fsComposeMode) .home-slider .slick-dots li:last-child {
      margin-right: 0; }
    .home:not(.fsComposeMode) .home-slider .slick-dots li:hover {
      background: #F8AE1B; }
    .home:not(.fsComposeMode) .home-slider .slick-dots li.slick-active {
      background: white; }

.home:not(.fsComposeMode) .fsSlideshow.custom-hero {
  margin: 0; }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) .fsSlideshow.custom-hero {
      margin-bottom: 100px; } }
  .home:not(.fsComposeMode) .fsSlideshow.custom-hero > header {
    display: none; }
  .home:not(.fsComposeMode) .fsSlideshow.custom-hero .fsElementSlideshow {
    padding: 0; }
  .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    z-index: 2;
    width: 44px;
    height: 12px;
    overflow: hidden;
    color: transparent;
    cursor: pointer;
    border-radius: 50%;
    background: transparent;
    transition: all .3s;
    position: absolute;
    top: 187px;
    width: 75px;
    height: 60px;
    background: transparent;
    border-radius: 0;
    -ms-transform: none;
    transform: none;
    transition: all .3s; }
    .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow:before, .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow:after {
      content: '';
      background-image: url("/uploaded/themes/redesign21/images/sprite-arrow.svg");
      background-repeat: no-repeat;
      background-position: center center;
      width: 44px;
      height: 12px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: all .3s; }
    .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow:before {
      background-position: 0 0;
      opacity: 1; }
    .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow:after {
      background-position: -56px 0;
      opacity: 0; }
    .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow:hover:before, .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow:focus:before {
      opacity: 0; }
    .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow:hover:after, .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow:focus:after {
      opacity: 1; }
    @media (min-width: 600px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow {
        top: 394px; } }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow {
        top: auto;
        bottom: -11px;
        background: rgba(248, 174, 27, 0.8);
        -ms-transform: scale(0.65);
        transform: scale(0.65); } }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow {
        -ms-transform: scale(1);
        transform: scale(1);
        bottom: 0; } }
    .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow:hover, .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow:focus {
      background: rgba(0, 0, 0, 0.2); }
      @media (min-width: 700px) {
        .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow:hover, .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow:focus {
          background: #f8ae1b; } }
    @media (max-width: 700px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow:before {
        background-position: -112px 0; } }
    .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow:after {
      background-position: -112px 0; }
      @media (min-width: 700px) {
        .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-arrow:after {
          background-position: 0 0; } }
  .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-prev, .home:not(.fsComposeMode) .fsSlideshow.custom-hero .fsPrevButton {
    left: 0;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-prev, .home:not(.fsComposeMode) .fsSlideshow.custom-hero .fsPrevButton {
        left: auto;
        right: 37px;
        -ms-transform: rotate(180deg) scale(0.65);
        transform: rotate(180deg) scale(0.65); } }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-prev, .home:not(.fsComposeMode) .fsSlideshow.custom-hero .fsPrevButton {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        right: 76px; } }
  .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-next, .home:not(.fsComposeMode) .fsSlideshow.custom-hero .fsNextButton {
    right: 0; }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-next, .home:not(.fsComposeMode) .fsSlideshow.custom-hero .fsNextButton {
        right: -13px; } }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero .slick-next, .home:not(.fsComposeMode) .fsSlideshow.custom-hero .fsNextButton {
        right: 0; } }
  .home:not(.fsComposeMode) .fsSlideshow.custom-hero article {
    position: relative;
    height: 100vh;
    padding: 0;
    z-index: 0; }
    @media (max-width: 900px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero article {
        background: none !important;
        height: auto; } }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero article:before {
        content: '';
        background: linear-gradient(260.68deg, rgba(0, 0, 0, 0) 9.7%, rgba(0, 0, 0, 0.74) 96.27%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; } }
    .home:not(.fsComposeMode) .fsSlideshow.custom-hero article figure {
      width: 100%;
      height: 100%; }
    .home:not(.fsComposeMode) .fsSlideshow.custom-hero article picture {
      position: relative;
      width: 100%;
      height: 100%;
      display: block; }
      @media (max-width: 700px) {
        .home:not(.fsComposeMode) .fsSlideshow.custom-hero article picture:before {
          content: '';
          background: linear-gradient(180.56deg, rgba(0, 0, 0, 0) 46.48%, rgba(0, 0, 0, 0.74) 106.62%);
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
    .home:not(.fsComposeMode) .fsSlideshow.custom-hero article img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; }
      @media (max-width: 900px) {
        .home:not(.fsComposeMode) .fsSlideshow.custom-hero article img {
          vertical-align: bottom;
          width: 100%;
          visibility: visible;
          opacity: 1;
          height: 454px; } }
      @media (max-width: 600px) {
        .home:not(.fsComposeMode) .fsSlideshow.custom-hero article img {
          height: 247px; } }
  .home:not(.fsComposeMode) .fsSlideshow.custom-hero figcaption {
    position: absolute;
    bottom: 45px;
    left: 62px;
    max-width: 600px;
    background: transparent;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    z-index: 2; }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero figcaption {
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero figcaption {
        font-size: 18px;
        line-height: 23px;
        bottom: 80px; } }
    @media (max-width: 700px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero figcaption {
        width: 100%;
        position: static;
        background: #24539d;
        padding: 20px 25px;
        max-width: 100%; } }
  .home:not(.fsComposeMode) .fsSlideshow.custom-hero p {
    margin: 0;
    display: block;
    max-width: 282px; }
    @media (min-width: 400px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero p {
        max-width: 100%; } }
  .home:not(.fsComposeMode) .fsSlideshow.custom-hero a {
    display: inline-block;
    border: 0;
    margin: 0 0 13px;
    padding: 15px 28px;
    background: #F8AE1B;
    color: #0B2240;
    outline: 0;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.04em;
    min-width: 200px;
    position: relative;
    border-radius: 8px;
    margin: 10px 0 0 0;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 10px 86px 10px 25px; }
    .home:not(.fsComposeMode) .fsSlideshow.custom-hero a:hover, .home:not(.fsComposeMode) .fsSlideshow.custom-hero a:focus,
    .fsStateSelected .home:not(.fsComposeMode) .fsSlideshow.custom-hero a, .home:not(.fsComposeMode) .fsSlideshow.custom-hero a.on {
      background: #2D68C4;
      color: #fff; }
    .home:not(.fsComposeMode) .fsSlideshow.custom-hero a em {
      display: block;
      font-style: normal; }
    .fsBannerRight .home:not(.fsComposeMode) .fsSlideshow.custom-hero a, .fsBannerLeft .home:not(.fsComposeMode) .fsSlideshow.custom-hero a, .fsStyleOneThird .home:not(.fsComposeMode) .fsSlideshow.custom-hero a {
      display: block;
      width: 100%; }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero a {
        margin: 15px 0 0 0; } }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero a {
        margin: 30px 0 0 0; } }
    .home:not(.fsComposeMode) .fsSlideshow.custom-hero a:before, .home:not(.fsComposeMode) .fsSlideshow.custom-hero a:after {
      content: '';
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 25px;
      display: inline-block;
      background-repeat: no-repeat;
      background-image: url("/uploaded/themes/redesign21/images/sprite-arrow.svg");
      width: 44px;
      height: 12px;
      transition: opacity .3s; }
    .home:not(.fsComposeMode) .fsSlideshow.custom-hero a:before {
      background-position: 0 0;
      opacity: 1; }
    .home:not(.fsComposeMode) .fsSlideshow.custom-hero a:after {
      background-position: -112px 0;
      opacity: 0; }
    .home:not(.fsComposeMode) .fsSlideshow.custom-hero a:hover, .home:not(.fsComposeMode) .fsSlideshow.custom-hero a:focus {
      text-decoration: none; }
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero a:hover:before, .home:not(.fsComposeMode) .fsSlideshow.custom-hero a:focus:before {
        opacity: 0; }
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero a:hover:after, .home:not(.fsComposeMode) .fsSlideshow.custom-hero a:focus:after {
        opacity: 1; }
  .home:not(.fsComposeMode) .fsSlideshow.custom-hero .fsTitle {
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 7px;
    max-width: 144px; }
    @media (min-width: 400px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero .fsTitle {
        max-width: 100%; } }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero .fsTitle {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 11px; } }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero .fsTitle {
        font-size: 50px;
        line-height: 58px;
        margin-bottom: 15px; } }
    @media (min-width: 1400px) {
      .home:not(.fsComposeMode) .fsSlideshow.custom-hero .fsTitle {
        font-size: 65px;
        line-height: 78px;
        margin-bottom: 23px; } }

body:not(.fsComposeMode) .fsPostElement.news-post > header {
  display: none; }

body.fsComposeMode .calendar-container {
  background-repeat: no-repeat; }

body.fsComposeMode .calendar-container {
  background-repeat: no-repeat; }

body.fsAccountBarVisible {
  margin-top: 35px; }
  body.fsAccountBarVisible #fsHeader {
    top: 40px; }

.portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a, .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent a, .portal:not(.fsComposeMode) .portal-directory .fsElementPagination a, .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsEmail a {
  color: #0B2240; }
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a:hover, .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent a:hover, .portal:not(.fsComposeMode) .portal-directory .fsElementPagination a:hover, .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsEmail a:hover {
    color: #2D68C4; }

.portal:not(.fsComposeMode) .portal-news .fsPrevButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPrevButton::before {
  content: "";
  font-family: "icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede; }

.portal:not(.fsComposeMode) .portal-news .fsNextButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsNextButton::before {
  content: "";
  font-family: "icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede; }

.portal:not(.fsComposeMode) .portal-news .fsPager, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager {
  padding-top: 20px; }
  .portal:not(.fsComposeMode) .portal-news .fsPager li button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li button:before {
    color: #dedede; }
  .portal:not(.fsComposeMode) .portal-news .fsPager li.slick-active button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li.slick-active button:before {
    color: #dedede; }

#fsAccountBar {
  background: #D0002C;
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  height: 40px; }
  #fsAccountBar > ul > li {
    height: 40px;
    padding: 10px 12px 8px; }
  #fsAccountBar a {
    color: #ffffff;
    font-size: 16px;
    font-family: "Roboto", sans-serif; }
    #fsAccountBar a:hover {
      color: #0B2240; }
  #fsAccountBar .fsAccountBarAvatar {
    height: 40px; }
  #fsAccountBar .fsAccountBarMenu a {
    color: #5F5F63;
    font-size: 16px;
    font-family: "Roboto", sans-serif; }
    #fsAccountBar .fsAccountBarMenu a:hover {
      color: #0B2240; }

.portal a.files:before {
  content: "";
  font-family: "icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px; }

.portal a.pops:before {
  content: "";
  font-family: "icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px; }

.portal #fsBannerLeft .fsCalendar.fsList article {
  padding-left: 0px;
  font-size: 16px; }

.portal #fsBannerLeft .fsCalendar.fsList .fsDate {
  position: relative;
  top: 0;
  background: none;
  color: initial;
  width: auto;
  height: auto;
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2D68C4; }
  .portal #fsBannerLeft .fsCalendar.fsList .fsDate span {
    display: inline; }

.portal #fsBannerLeft .fsCalendar.fsList .fsDescription p {
  margin-bottom: 2px; }

@media (max-width: 799px) {
  .portal:not(.fsComposeMode) #fsPageBody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .portal:not(.fsComposeMode) #fsBannerLeft {
    -ms-flex-order: 2;
    order: 2; }
  .portal:not(.fsComposeMode) #fsPageContent {
    -ms-flex-order: 1;
    order: 1; } }

.portal:not(.fsComposeMode) .portal-hero {
  height: 310px;
  position: relative; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-hero {
      height: 200px; } }
  .portal:not(.fsComposeMode) .portal-hero header {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0; }
  .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
    position: absolute;
    right: 0;
    bottom: 40px;
    margin-bottom: 0px;
    text-align: right;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 62px; }
    @media (max-width: 1200px) {
      .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
        padding: 0 20px; } }
    @media (max-width: 799px) {
      .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
        font-size: 42px;
        left: 0;
        text-align: center; } }

.portal:not(.fsComposeMode) #fsPageBodyWrapper {
  /*header h2.fsElementTitle {
				font-family: $sans-serif;
				font-weight: 400;
				font-size: 32px;
				color: $default-header-color;
			}*/ }
  .portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement {
    margin-bottom: 30px; }
    .portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement > header h2.fsElementTitle {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #5F5F63;
      text-transform: none; }

.portal:not(.fsComposeMode) .portal-news {
  position: relative; }
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
        position: absolute;
        right: 0;
        top: 10px;
        margin-bottom: 0px; } }
  .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
    width: 300px;
    height: 240px;
    margin-right: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 599px) {
      .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
        display: block;
        float: none; } }
    .portal:not(.fsComposeMode) .portal-news a.fsThumbnail img {
      display: none; }
  .portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink {
    font-family: "Roboto", sans-serif;
    color: #2D68C4;
    font-size: 24px;
    display: block;
    font-weight: 400;
    margin-bottom: 20px; }
    .portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink:hover {
      color: #0B2240; }
  .portal:not(.fsComposeMode) .portal-news .fsDateTime {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #5F5F63; }
  .portal:not(.fsComposeMode) .portal-news .fsSummary {
    font-size: 16px;
    color: #5F5F63;
    line-height: 22px; }
  .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink {
    position: relative;
    padding-right: 63px;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2D68C4;
    display: inline-block;
    color: #ffffff;
    background: #F8AE1B;
    border-radius: 5px;
    padding: 8px 15px; }
    .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:after, .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:before {
      content: '';
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      display: inline-block;
      background-repeat: no-repeat;
      background-image: url("/uploaded/themes/redesign21/images/sprite-arrow.svg");
      width: 44px;
      height: 12px;
      transition: opacity 0.3s; }
    .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:before {
      background-position: -56px 0;
      opacity: 1; }
    .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:after {
      background-position: 0 0;
      opacity: 0; }
    .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:focus, .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:hover {
      color: #0B2240;
      text-decoration: none; }
      .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:focus:before, .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:hover:before {
        opacity: 0; }
      .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:focus:after, .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:hover:after {
        opacity: 1; }
    .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:hover {
      background: #D0002C; }
  .portal:not(.fsComposeMode) .portal-news article {
    max-width: 100%;
    border: 0px; }
    @media (max-width: 480px) {
      .portal:not(.fsComposeMode) .portal-news article {
        padding: 0px !important; } }

.portal:not(.fsComposeMode) .portal-cal {
  margin-bottom: 55px;
  position: relative; }
  @media (min-width: 600px) {
    .portal:not(.fsComposeMode) .portal-cal .fsElementControls {
      position: absolute;
      right: 0;
      top: 12px; } }
  .portal:not(.fsComposeMode) .portal-cal > .fsElementContent > .fsListItems {
    border: 1px solid #ebebeb;
    padding: 40px 15px 20px; }
  .portal:not(.fsComposeMode) .portal-cal .fsDayContainer {
    display: inline; }
  .portal:not(.fsComposeMode) .portal-cal article {
    width: 25%;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 0px;
    text-align: center;
    padding: 0 10px;
    vertical-align: top;
    border: 0; }
    @media (max-width: 599px) {
      .portal:not(.fsComposeMode) .portal-cal article {
        width: 100%;
        margin-bottom: 40px; } }
    .portal:not(.fsComposeMode) .portal-cal article .fsDate {
      position: relative;
      top: initial;
      width: 85px;
      height: 85px;
      border-radius: 100%;
      display: block;
      margin: 0 auto;
      background: #D0002C;
      color: #ffffff;
      padding-top: 22px;
      margin-bottom: 30px; }
      .portal:not(.fsComposeMode) .portal-cal article .fsDate .fsDay {
        font-size: 29px;
        font-weight: 400;
        line-height: 35px;
        display: block; }
      .portal:not(.fsComposeMode) .portal-cal article .fsDate .fsMonth {
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.035em;
        font-size: 14px;
        line-height: 14px; }
    .portal:not(.fsComposeMode) .portal-cal article .fsTitle {
      font-size: 16px;
      color: #5F5F63;
      line-height: 24px;
      margin-bottom: 10px; }
      .portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink {
        color: #5F5F63; }
        .portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink:hover {
          color: #0B2240; }
    .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 400;
      font-size: 15px;
      color: #424242; }
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsTimeRange:before,
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsAllDay:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-family: FontAwesome;
        font-size: 15px;
        color: #D0002C;
        margin-right: 2px;
        position: relative; }
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsLocation:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-family: FontAwesome;
        font-size: 15px;
        color: #D0002C;
        margin-right: 5px;
        position: relative; }
  .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent {
    text-align: center; }

.portal:not(.fsComposeMode) .portal-directory-search {
  border-bottom: 0px; }
  .portal:not(.fsComposeMode) .portal-directory-search form label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #5F5F63;
    display: block; }
    .portal:not(.fsComposeMode) .portal-directory-search form label > span {
      display: inline-block;
      min-width: 100px;
      text-align: right; }
    .portal:not(.fsComposeMode) .portal-directory-search form label > input,
    .portal:not(.fsComposeMode) .portal-directory-search form label > select {
      display: inline-block;
      max-width: 190px;
      height: 30px;
      padding: 2px;
      margin-left: 10px; }
  .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton {
    position: relative;
    padding-right: 63px;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2D68C4;
    color: #ffffff;
    background: #F8AE1B;
    padding: 8px 15px;
    min-width: 190px;
    margin-left: 125px;
    transition: background 0.15s linear; }
    .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:after, .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:before {
      content: '';
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      display: inline-block;
      background-repeat: no-repeat;
      background-image: url("/uploaded/themes/redesign21/images/sprite-arrow.svg");
      width: 44px;
      height: 12px;
      transition: opacity 0.3s; }
    .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:before {
      background-position: -56px 0;
      opacity: 1; }
    .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:after {
      background-position: 0 0;
      opacity: 0; }
    .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:focus, .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:hover {
      color: #0B2240;
      text-decoration: none; }
      .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:focus:before, .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:hover:before {
        opacity: 0; }
      .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:focus:after, .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:hover:after {
        opacity: 1; }
    .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:hover {
      background: #D0002C; }

.portal:not(.fsComposeMode) .portal-directory .fsElementPagination {
  text-align: center; }

.portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
      max-width: 600px;
      margin: 0 auto; } }

.portal:not(.fsComposeMode) .portal-directory .fsPhoto {
  width: 280px;
  height: 215px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px !important; }
  .portal:not(.fsComposeMode) .portal-directory .fsPhoto img {
    display: none; }

.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
  background: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5F5F63; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
      max-width: 280px;
      display: block;
      float: none; } }
  @media (max-width: 599px) {
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
      margin: 0 auto; } }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem strong {
    font-weight: 600; }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem > div {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px; }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName {
    font-size: 24px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px; }
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a {
      color: #2D68C4;
      font-weight: 400; }
      .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a:hover {
        color: #2D68C4; }

.portal:not(.fsComposeMode) #fsBannerLeft > .fsBanner > .fsElement {
  margin-bottom: 70px; }

.portal:not(.fsComposeMode) .portal-sub-nav, .portal:not(.fsComposeMode) .portal-sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.portal:not(.fsComposeMode) .portal-sub-nav li {
  margin: 0;
  padding: 0; }

.portal:not(.fsComposeMode) .portal-sub-nav a {
  color: #EAEAEA;
  font-size: 14px;
  letter-spacing: 0.035em;
  font-weight: 700; }
  .portal:not(.fsComposeMode) .portal-sub-nav a:hover {
    color: #D0002C; }

@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav {
    display: none; } }

.portal:not(.fsComposeMode) .portal-sub-nav > .fsElementContent {
  background-color: #eaeaea;
  border-radius: 0 0 5px 5px; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-sub-nav > .fsElementContent {
      background: transparent; } }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-sub-nav > .fsElementContent {
      display: none; } }
  .active-nav > .fsElementContent {
    display: block; }

.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 {
  position: relative; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 > li {
      padding: 0 20px; } }
  .portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 > li > a {
    padding: 0.625em 20px;
    border-bottom: 1px solid #ffffff;
    display: block; }
  .portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 > li:last-child > a {
    border-bottom: 0; }

.portal:not(.fsComposeMode) .portal-sub-nav li.fsNavCurrentPage > a,
.portal:not(.fsComposeMode) .portal-sub-nav li.fsNavCurrentPageAncestor > a {
  color: #2D68C4; }

.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 {
  background-color: #e1e1e1; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 {
      background: transparent; } }
  .portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li > a {
    padding: 0.625em 20px 0.625em 2.5em;
    display: block; }

.portal:not(.fsComposeMode) .portal-sub-nav > header {
  display: block;
  background: #eaeaea;
  border-radius: 5px 5px 0 0;
  padding: 0.625em 20px 0; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-sub-nav > header {
      background: transparent; } }
  @media (min-width: 800px) {
    .portal:not(.fsComposeMode) .portal-sub-nav > header {
      display: none; } }
  @media (min-width: 800px) {
    .portal:not(.fsComposeMode) .portal-sub-nav > header {
      display: block; } }
  .portal:not(.fsComposeMode) .portal-sub-nav > header a {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 8px; }
  .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
    position: relative;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    background: #0B2240;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 800px) {
      .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
        cursor: default; } }
    @media (max-width: 799px) {
      .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle:after {
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 40px;
        line-height: 40px;
        text-align: center;
        margin-left: 8px;
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (max-width: 799px) {
      .active-nav > header > .fsElementTitle:after {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }

.portal:not(.fsComposeMode) .portal-sub-mobile {
  display: block;
  max-height: 40px;
  overflow: hidden;
  height: 40px;
  transition: max-height 0.15s linear;
  padding: 0px 20px 20px;
  background: #2D68C4; }
  .portal:not(.fsComposeMode) .portal-sub-mobile a {
    color: #ffffff !important; }
  .portal:not(.fsComposeMode) .portal-sub-mobile header,
  .portal:not(.fsComposeMode) .portal-sub-mobile > .fsElementContent {
    max-width: 480px;
    margin: 0 auto;
    display: block !important; }
  @media (min-width: 800px) {
    .portal:not(.fsComposeMode) .portal-sub-mobile {
      display: none; } }
  .portal:not(.fsComposeMode) .portal-sub-mobile.active {
    height: auto;
    max-height: 900px; }
  .portal:not(.fsComposeMode) .portal-sub-mobile .fsNavLevel1 > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .portal:not(.fsComposeMode) .portal-sub-mobile .sub-trigger {
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0; }

.portal:not(.fsComposeMode) .rsrc-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px; }
  .portal:not(.fsComposeMode) .rsrc-box ul li {
    display: block; }

.portal:not(.fsComposeMode) .rsrc-box.qls ul li {
  display: inline-block;
  max-width: 50px;
  margin-right: 5px; }

.portal:not(.fsComposeMode) .portal-student-announcements {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
  width: 100%; }
  .portal:not(.fsComposeMode) .portal-student-announcements header {
    text-align: center; }
  .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow {
    margin-bottom: 0px;
    padding-bottom: 10px; }
    .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
      color: #6c6c6c;
      font-size: 16px;
      max-width: 100%;
      border: 0px; }
      @media (min-width: 600px) {
        .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
          padding-left: 30px; }
          .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article:nth-child(odd) {
            border-right: 1px solid #ebebeb; } }
      .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a {
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: #5F5F63; }
        .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a:hover {
          color: #0B2240; }

.portal:not(.fsComposeMode) .portal-photos {
  background: #d0d6dc;
  text-align: center;
  padding: 30px 0 55px; }
  .portal:not(.fsComposeMode) .portal-photos header h2.fsElementTitle {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 32px; }
  .portal:not(.fsComposeMode) .portal-photos ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .portal:not(.fsComposeMode) .portal-photos ul li {
      display: inline-block;
      width: 20%;
      margin-left: -2px;
      margin-right: -2px;
      padding: 0 4px; }
      @media (max-width: 599px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 33.33%; } }
      @media (max-width: 480px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 50%; } }
      @media (max-width: 320px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 100%; } }

/*! pages - style-guide v0.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: 50%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 25%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 12.5%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #0B2240;
      color: #0B2240; }
      .colors ol li:nth-of-type(1):after {
        content: "#0B2240"; }
    .colors ol li:nth-of-type(2) {
      background: #2D68C4;
      color: #2D68C4; }
      .colors ol li:nth-of-type(2):after {
        content: "#2D68C4"; }
    .colors ol li:nth-of-type(3) {
      background: #F8AE1B;
      color: #F8AE1B; }
      .colors ol li:nth-of-type(3):after {
        content: "#F8AE1B"; }
    .colors ol li:nth-of-type(4) {
      background: #D0002C;
      color: #D0002C; }
      .colors ol li:nth-of-type(4):after {
        content: "#D0002C"; }
    .colors ol li:nth-of-type(5) {
      background: #5F5F63;
      color: #5F5F63; }
      .colors ol li:nth-of-type(5):after {
        content: "#5F5F63"; }
    .colors ol li:nth-of-type(6) {
      background: #939598;
      color: #939598; }
      .colors ol li:nth-of-type(6):after {
        content: "#939598"; }
    .colors ol li:nth-of-type(7) {
      background: #E1E1E1;
      color: #E1E1E1; }
      .colors ol li:nth-of-type(7):after {
        content: "#E1E1E1"; }
    .colors ol li:nth-of-type(8) {
      background: #EAEAEA;
      color: #EAEAEA; }
      .colors ol li:nth-of-type(8):after {
        content: "#EAEAEA"; }

.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: "Roboto", sans-serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Roboto, sans-serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: "Barlow Condensed", sans-serif; }
      .fonts ol li:nth-of-type(2):after {
        content: "Barlow Condensed, sans-serif"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "icomoon"; }
      .fonts ol li:nth-of-type(3):after {
        content: "icomoon"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "fontAwesome"; }
      .fonts ol li:nth-of-type(4):after {
        content: "fontAwesome"; }
    .fonts ol li:nth-of-type(5) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(5):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 35px / line: 40px"; }

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

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

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

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

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

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  -ms-transform: scale(0.6);
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

.fsThumbnailAlignLeft .fsThumbnail {
  max-width: 50%; }

.fsThumbnailAlignRight .fsThumbnail {
  max-width: 50%; }
