@charset "UTF-8";
 /**
 *
 * Iolani School - build
 * @link http://www.iolani.org
 * Site Template : newclientcustom
 * Built By: Josh Webb
 * Project Manager: Mike Hartzler
 * Designer: Ologie (Agency)
 * ==== Git Info ====
 * Branch Name: clients/iolani
 * Build version: 3.2.7
 * Git Tag: Composer-Build-2.0-451-g293aec2e20
 * Last build by: James Brettschneider
 *
 **/

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 90.76923em;
  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.53846em;
  margin-left: 1.53846em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsEvent.fsTable thead th, .fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

h1, .fsNews.fsPost .fsTitle, .fsPostElement.fsPost .fsTitle {
  margin-top: 0;
  font-weight: normal;
  color: #4d4d4d;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 16px;
  font-weight: 800; }

h2 {
  margin-top: 0;
  font-weight: normal;
  color: #4d4d4d;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 16px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  color: #4d4d4d;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  color: #4d4d4d;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 10px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px;
  position: relative;
  background: #f7f7f7; }
  hr:before {
    display: block;
    content: '';
    border-top: 1px dotted rgba(100, 101, 105, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  hr.small-hr {
    width: 60px;
    background: #646569; }
    hr.small-hr:before {
      display: none; }

a {
  outline: 0;
  text-decoration: none;
  color: #cf0a2c;
  transition: background .3s, color .3s; }
  a:hover {
    color: #000; }

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

#fsPageContent .fsLayout .fsElement ul,
#fsPageContent .fsLayout .fsElement ol {
  margin-left: 30px; }

table.styled,
table.fs_style_32,
table.fs_style_33 {
  margin-bottom: 1.53846em;
  width: 100%; }
  table.styled th,
  table.styled td,
  table.fs_style_32 th,
  table.fs_style_32 td,
  table.fs_style_33 th,
  table.fs_style_33 td {
    vertical-align: top; }
  table.styled th,
  table.fs_style_32 th,
  table.fs_style_33 th {
    padding: 0.76923em 1.53846em;
    text-align: left;
    background: #cf0a2c;
    color: #fff; }
  table.styled td,
  table.fs_style_32 td,
  table.fs_style_33 td {
    padding: 0.76923em 1.53846em;
    background-color: #fff; }
    table.styled tr:nth-of-type(odd) td {
      background-color: #f7f7f7; }
    table.fs_style_32 tr:nth-of-type(odd) td {
      background-color: #f7f7f7; }
    table.fs_style_33 tr:nth-of-type(odd) td {
      background-color: #f7f7f7; }
    table.fs_style_33 tr:first-child td {
      padding: 0.76923em 1.53846em;
      text-align: left;
      background: #cf0a2c;
      color: #fff; }

table.fs_style_34 {
  margin-bottom: 1.53846em;
  width: 100%; }
  table.fs_style_34 th,
  table.fs_style_34 td {
    vertical-align: top; }
  table.fs_style_34 th {
    padding: 0.76923em 1.53846em;
    text-align: left; }
  table.fs_style_34 td {
    padding: 0.76923em 1.53846em;
    background: #fff;
    border-bottom: 1px dotted #646569; }

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

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

/*! content - buttons v0.0.1 */
.fs_style_37 {
  position: relative;
  padding-left: 2.1em; }
  .fs_style_37:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #cf0a2c;
    font-size: 2em;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all .3s linear; }
  .fs_style_37:hover:before {
    color: #000; }

.fsLoadMoreButton {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 6.66667px 30px;
  background: #fff;
  color: #cf0a2c;
  outline: 0;
  border: 1px solid #cf0a2c;
  border-radius: 0;
  transition: all .3s linear;
  text-shadow: none; }
  .fsLoadMoreButton:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 8px;
    color: #cf0a2c;
    margin-left: 5px;
    transition: all .3s linear; }
  .fsLoadMoreButton:hover {
    background: #cf0a2c;
    color: #fff; }
    .fsLoadMoreButton:hover:after {
      color: #fff; }
  .fsLoadMoreButton em {
    display: block;
    font-style: normal; }

.button {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 6.66667px 30px;
  background: #000;
  color: #cf0a2c;
  outline: 0;
  border: 1px solid #cf0a2c;
  border-radius: 0;
  transition: all .3s linear; }
  .button:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 8px;
    color: #cf0a2c;
    margin-left: 5px;
    transition: all .3s linear; }
  .button:hover {
    background: #cf0a2c;
    color: #fff; }
    .button:hover:after {
      color: #fff; }
  .button em {
    display: block;
    font-style: normal; }

.fs_style_28, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .fsReadMoreLink {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 6.66667px 30px;
  background: #fff;
  color: #cf0a2c;
  outline: 0;
  border: 1px solid #cf0a2c;
  border-radius: 0;
  transition: all .3s linear; }
  .fs_style_28:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .fsReadMoreLink:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .fsReadMoreLink:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 8px;
    color: #cf0a2c;
    margin-left: 5px;
    transition: all .3s linear; }
  .fs_style_28:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .fsReadMoreLink:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .fsReadMoreLink:hover {
    background: #cf0a2c;
    color: #fff; }
    .fs_style_28:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .fsReadMoreLink:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .fsReadMoreLink:hover:after {
      color: #fff; }
  .fs_style_28 em, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .fsReadMoreLink em, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .fsReadMoreLink em {
    display: block;
    font-style: normal; }
  .red .fs_style_28:hover, .red .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .fsReadMoreLink:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .red .fsReadMoreLink:hover, .red .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .fsReadMoreLink:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .red .fsReadMoreLink:hover {
    background: #000;
    border-color: #fff; }

.fs_style_29, .fsCalendar.fsList footer a, .fsNews.fsList footer a {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 6.66667px 30px;
  background: #cf0a2c;
  color: #fff;
  outline: 0;
  border: 1px solid #cf0a2c;
  border-radius: 0;
  transition: all .3s linear; }
  .fs_style_29:after, .fsCalendar.fsList footer a:after, .fsNews.fsList footer a:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 8px;
    color: #fff;
    margin-left: 5px;
    transition: all .3s linear; }
  .fs_style_29:hover, .fsCalendar.fsList footer a:hover, .fsNews.fsList footer a:hover {
    background: #cf0a2c;
    color: #fff; }
    .fs_style_29:hover:after, .fsCalendar.fsList footer a:hover:after, .fsNews.fsList footer a:hover:after {
      color: #fff; }
  .fs_style_29 em, .fsCalendar.fsList footer a em, .fsNews.fsList footer a em {
    display: block;
    font-style: normal; }
  .fs_style_29:hover, .fsCalendar.fsList footer a:hover, .fsNews.fsList footer a:hover {
    border-color: #000;
    background: #000; }

.fs_style_30, .fsReadMoreLink, body:not(.fsComposeMode) .featurelinks ul li a, .admission:not(.fsComposeMode) .admission-grid .fsElement footer a, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent a, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer a {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 6.66667px 30px;
  background: transparent;
  color: #cf0a2c;
  outline: 0;
  border: 1px solid #cf0a2c;
  border-radius: 0;
  transition: all .3s linear;
  padding: 0;
  border: 0; }
  .fs_style_30:after, .fsReadMoreLink:after, body:not(.fsComposeMode) .featurelinks ul li a:after, .admission:not(.fsComposeMode) .admission-grid .fsElement footer a:after, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent a:after, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer a:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 8px;
    color: #cf0a2c;
    margin-left: 5px;
    transition: all .3s linear; }
  .fs_style_30:hover, .fsReadMoreLink:hover, body:not(.fsComposeMode) .featurelinks ul li a:hover, .admission:not(.fsComposeMode) .admission-grid .fsElement footer a:hover, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent a:hover, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer a:hover {
    background: #cf0a2c;
    color: #fff; }
    .fs_style_30:hover:after, .fsReadMoreLink:hover:after, body:not(.fsComposeMode) .featurelinks ul li a:hover:after, .admission:not(.fsComposeMode) .admission-grid .fsElement footer a:hover:after, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent a:hover:after, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer a:hover:after {
      color: #fff; }
  .fs_style_30 em, .fsReadMoreLink em, body:not(.fsComposeMode) .featurelinks ul li a em, .admission:not(.fsComposeMode) .admission-grid .fsElement footer a em, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent a em, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer a em {
    display: block;
    font-style: normal; }
  .fs_style_30:hover, .fsReadMoreLink:hover, body:not(.fsComposeMode) .featurelinks ul li a:hover, .admission:not(.fsComposeMode) .admission-grid .fsElement footer a:hover, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent a:hover, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer a:hover {
    background: none;
    color: #000; }
    .fs_style_30:hover:after, .fsReadMoreLink:hover:after, body:not(.fsComposeMode) .featurelinks ul li a:hover:after, .admission:not(.fsComposeMode) .admission-grid .fsElement footer a:hover:after, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent a:hover:after, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer a:hover:after {
      color: #000; }

#fsBannerLeft .fs_style_28, #fsBannerLeft .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article #fsBannerLeft .fsReadMoreLink, #fsBannerLeft .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article #fsBannerLeft .fsReadMoreLink,
#fsBannerRight .fs_style_28,
#fsBannerRight .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article
#fsBannerRight .fsReadMoreLink,
#fsBannerRight .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article
#fsBannerRight .fsReadMoreLink,
#fsBannerLeft
.fs_style_29,
#fsBannerLeft .fsCalendar.fsList footer a,
.fsCalendar.fsList footer #fsBannerLeft a,
#fsBannerLeft .fsNews.fsList footer a,
.fsNews.fsList footer #fsBannerLeft a,
#fsBannerRight
.fs_style_29,
#fsBannerRight .fsCalendar.fsList footer a,
.fsCalendar.fsList footer
#fsBannerRight a,
#fsBannerRight .fsNews.fsList footer a,
.fsNews.fsList footer
#fsBannerRight a {
  display: block;
  width: 100%;
  text-align: center; }

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_26 {
  font-size: 1.30769em;
  line-height: 1.41176em;
  font-family: "Times New Roman", "Times Regular", serif;
  color: #000; }

blockquote,
.fs_style_27 {
  margin: 20px 40px;
  font-size: 22px;
  line-height: 27px;
  font-family: "Times New Roman", "Times Regular", serif;
  position: relative;
  color: #cf0a2c;
  padding: 5px 25px 35px;
  font-style: italic; }
  #fsBannerRight blockquote,
  #fsBannerLeft blockquote, #fsBannerRight
  .fs_style_27,
  #fsBannerLeft
  .fs_style_27 {
    margin: 20px 0; }
  blockquote:before,
  .fs_style_27:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: .7em;
    vertical-align: top;
    font-style: normal; }
  blockquote:after,
  .fs_style_27:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: .7em;
    margin-left: 10px;
    vertical-align: top;
    font-style: normal; }
  blockquote em,
  .fs_style_27 em {
    display: block;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-size: 14px;
    color: #646569;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 25px; }

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

.gray-background {
  background: #f7f7f7;
  margin: 20px 0;
  padding: 20px 0;
  position: relative;
  z-index: 1; }
  .gray-background:before, .gray-background:after {
    display: block;
    content: '';
    background: #f7f7f7;
    height: 100%;
    width: 500%;
    position: absolute;
    top: 0;
    z-index: -1; }
  .gray-background:before {
    left: -100%; }
  .gray-background:after {
    right: 0; }

.slick-next, .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 30px;
  width: 30px;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  transition: all .3s linear; }
  .slick-next:before, .slick-prev:before {
    color: #646569;
    display: block;
    font-size: 25px;
    font-weight: normal;
    left: 50%;
    top: 50%;
    line-height: 1em;
    position: absolute;
    text-align: center;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s linear; }
  .slick-next:hover:before, .slick-prev:hover:before {
    color: #cf0a2c; }

.slick-next {
  left: auto;
  right: 0; }
  .slick-next:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-top: -1px; }

.slick-prev {
  left: 0;
  right: auto; }
  .slick-prev:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-left: -2px;
    margin-top: -1px; }

.slick-dots {
  list-style: none;
  margin: 0 0 10px !important;
  padding: 0;
  text-align: center; }

.slick-dots li {
  margin: 0 5px;
  line-height: 10px;
  font-size: 10px;
  display: inline-block; }

.slick-dots li button {
  border: 0;
  padding: 0;
  background: #929293;
  color: transparent;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  overflow: hidden;
  transition: all .3s linear; }

.slick-dots li.slick-active button {
  background: #000; }

.slick-dots li:hover button {
  background: #cf0a2c; }

.slick-active {
  outline: none; }

body:not(.fsComposeMode) .custom-slider article {
  background-size: cover;
  position: relative; }
  body:not(.fsComposeMode) .custom-slider article:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%; }
  body:not(.fsComposeMode) .custom-slider article > article {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

body:not(.fsComposeMode) .custom-slider .caption {
  padding: 20px 20px 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  line-height: 1.2em;
  position: absolute;
  bottom: 0;
  width: 100%; }
  body:not(.fsComposeMode) .custom-slider .caption p {
    margin: 0; }
  body:not(.fsComposeMode) .custom-slider .caption a {
    color: #fff; }
  body:not(.fsComposeMode) .custom-slider .caption .fs_style_30, body:not(.fsComposeMode) .custom-slider .caption .fsReadMoreLink, body:not(.fsComposeMode) .custom-slider .caption .featurelinks ul li a, body:not(.fsComposeMode) .featurelinks ul li .custom-slider .caption a, body:not(.fsComposeMode) .custom-slider .caption .admission:not(.fsComposeMode) .admission-grid .fsElement footer a, .admission:not(.fsComposeMode) .admission-grid .fsElement footer body:not(.fsComposeMode) .custom-slider .caption a, body.alumni:not(.fsComposeMode) .custom-slider .caption .alumni-grid .alumni-profile-box > .fsElementContent a, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent .custom-slider .caption a, body.alumni:not(.fsComposeMode) .custom-slider .caption .alumni-grid .alumni-profile-box footer a, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer .custom-slider .caption a {
    margin-left: 10px; }
    body:not(.fsComposeMode) .custom-slider .caption .fs_style_30:after, body:not(.fsComposeMode) .custom-slider .caption .fsReadMoreLink:after, body:not(.fsComposeMode) .custom-slider .caption .featurelinks ul li a:after, body:not(.fsComposeMode) .featurelinks ul li .custom-slider .caption a:after, body:not(.fsComposeMode) .custom-slider .caption .admission:not(.fsComposeMode) .admission-grid .fsElement footer a:after, .admission:not(.fsComposeMode) .admission-grid .fsElement footer body:not(.fsComposeMode) .custom-slider .caption a:after, body.alumni:not(.fsComposeMode) .custom-slider .caption .alumni-grid .alumni-profile-box > .fsElementContent a:after, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent .custom-slider .caption a:after, body.alumni:not(.fsComposeMode) .custom-slider .caption .alumni-grid .alumni-profile-box footer a:after, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer .custom-slider .caption a:after {
      color: #fff; }
    body:not(.fsComposeMode) .custom-slider .caption .fs_style_30:hover, body:not(.fsComposeMode) .custom-slider .caption .fsReadMoreLink:hover, body:not(.fsComposeMode) .custom-slider .caption .featurelinks ul li a:hover, body:not(.fsComposeMode) .featurelinks ul li .custom-slider .caption a:hover, body:not(.fsComposeMode) .custom-slider .caption .admission:not(.fsComposeMode) .admission-grid .fsElement footer a:hover, .admission:not(.fsComposeMode) .admission-grid .fsElement footer body:not(.fsComposeMode) .custom-slider .caption a:hover, body.alumni:not(.fsComposeMode) .custom-slider .caption .alumni-grid .alumni-profile-box > .fsElementContent a:hover, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent .custom-slider .caption a:hover, body.alumni:not(.fsComposeMode) .custom-slider .caption .alumni-grid .alumni-profile-box footer a:hover, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer .custom-slider .caption a:hover {
      color: #cf0a2c; }
      body:not(.fsComposeMode) .custom-slider .caption .fs_style_30:hover:after, body:not(.fsComposeMode) .custom-slider .caption .fsReadMoreLink:hover:after, body:not(.fsComposeMode) .custom-slider .caption .featurelinks ul li a:hover:after, body:not(.fsComposeMode) .featurelinks ul li .custom-slider .caption a:hover:after, body:not(.fsComposeMode) .custom-slider .caption .admission:not(.fsComposeMode) .admission-grid .fsElement footer a:hover:after, .admission:not(.fsComposeMode) .admission-grid .fsElement footer body:not(.fsComposeMode) .custom-slider .caption a:hover:after, body.alumni:not(.fsComposeMode) .custom-slider .caption .alumni-grid .alumni-profile-box > .fsElementContent a:hover:after, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent .custom-slider .caption a:hover:after, body.alumni:not(.fsComposeMode) .custom-slider .caption .alumni-grid .alumni-profile-box footer a:hover:after, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer .custom-slider .caption a:hover:after {
        color: #cf0a2c; }

body:not(.fsComposeMode) .custom-slider .slick-next, body:not(.fsComposeMode) .custom-slider .slick-prev {
  background: #fff;
  border-radius: 100%; }
  body:not(.fsComposeMode) .custom-slider .slick-next:hover, body:not(.fsComposeMode) .custom-slider .slick-prev:hover {
    background: #cf0a2c; }
    body:not(.fsComposeMode) .custom-slider .slick-next:hover:before, body:not(.fsComposeMode) .custom-slider .slick-prev:hover:before {
      color: #fff; }

body:not(.fsComposeMode) .custom-slider .slick-next {
  right: 10px; }

body:not(.fsComposeMode) .custom-slider .slick-prev {
  left: 10px; }

body:not(.fsComposeMode) .cal-slider-offscreen {
  background: #f7f7f7;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
  max-height: 550px;
  transition: all .3s linear;
  padding: 40px 20px; }
  @media (min-width: 1180px) {
    body:not(.fsComposeMode) .cal-slider-offscreen {
      padding: 40px 0; } }
  body:not(.fsComposeMode) .cal-slider-offscreen:before, body:not(.fsComposeMode) .cal-slider-offscreen:after {
    display: block;
    content: '';
    height: 100%;
    width: 200%;
    background: #f7f7f7;
    position: absolute;
    top: 0;
    z-index: -1; }
  body:not(.fsComposeMode) .cal-slider-offscreen:before {
    left: -200%; }
  body:not(.fsComposeMode) .cal-slider-offscreen:after {
    right: -200%; }
  body:not(.fsComposeMode) .cal-slider-offscreen > .fsElementContent {
    margin-bottom: 20px;
    width: 2000px;
    position: relative; }
  body:not(.fsComposeMode) .cal-slider-offscreen footer {
    text-align: center;
    padding: 0 20px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .cal-slider-offscreen footer {
        text-align: right; } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .cal-slider-offscreen footer {
        padding: 0; } }
  body:not(.fsComposeMode) .cal-slider-offscreen .slick-track {
    padding-top: 10px;
    margin-left: 10px; }
  body:not(.fsComposeMode) .cal-slider-offscreen .slick-next, body:not(.fsComposeMode) .cal-slider-offscreen .slick-prev {
    background: rgba(207, 10, 44, 0.8);
    border-radius: 100%;
    top: 55%; }
    body:not(.fsComposeMode) .cal-slider-offscreen .slick-next:before, body:not(.fsComposeMode) .cal-slider-offscreen .slick-prev:before {
      color: #fff; }
    body:not(.fsComposeMode) .cal-slider-offscreen .slick-next:hover, body:not(.fsComposeMode) .cal-slider-offscreen .slick-prev:hover {
      background: #cf0a2c; }
  body:not(.fsComposeMode) .cal-slider-offscreen .slick-next {
    right: 0; }
  body:not(.fsComposeMode) .cal-slider-offscreen .slick-prev {
    left: 0; }
  body:not(.fsComposeMode) .cal-slider-offscreen article {
    margin: 0 0 20px 20px;
    padding: 30px;
    background: #fff;
    box-shadow: 2px 2px 12px rgba(51, 51, 51, 0.5);
    width: 260px;
    height: 260px;
    opacity: 0;
    transition: all .3s linear; }
    body:not(.fsComposeMode) .cal-slider-offscreen article .fsDate {
      height: auto;
      width: auto;
      background: none;
      position: relative;
      border: 0;
      padding: 0;
      top: 0;
      left: 0;
      text-align: left;
      display: block; }
      body:not(.fsComposeMode) .cal-slider-offscreen article .fsDate span {
        display: inline;
        color: #000;
        font-size: 21px;
        font-weight: normal;
        text-transform: none; }
    body:not(.fsComposeMode) .cal-slider-offscreen article .fsTitle {
      font-size: 26px;
      font-weight: 800;
      line-height: 23px;
      margin-bottom: .6em; }
    body:not(.fsComposeMode) .cal-slider-offscreen article .fsReadMoreLink {
      position: absolute;
      bottom: 0px;
      left: 30px;
      width: 100%;
      font-size: 1.1em; }

body:not(.fsComposeMode) .landing-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  max-width: 1180px;
  margin: 0 auto;
  display: none; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .landing-image {
      padding: 80px 0 40px; } }
  body:not(.fsComposeMode) .landing-image > .fsElementContent {
    height: 100%;
    position: relative; }
    body:not(.fsComposeMode) .landing-image > .fsElementContent p {
      text-transform: uppercase;
      font-size: 50px;
      color: #fff;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      text-align: center;
      width: 100%;
      opacity: 1;
      transition: opacity .3s linear;
      line-height: 1em;
      display: block; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .landing-image > .fsElementContent p {
          font-size: 70px; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .landing-image > .fsElementContent p {
          font-size: 80px; } }
      body:not(.fsComposeMode) .landing-image > .fsElementContent p strong {
        font-weight: 800;
        display: block; }
        @media (min-width: 1000px) {
          body:not(.fsComposeMode) .landing-image > .fsElementContent p strong {
            display: inline; } }
    body:not(.fsComposeMode) .landing-image > .fsElementContent .fs_style_35 {
      margin: 0 0 20px !important; }

.fs_style_35 {
  display: inline-block;
  border: 0;
  margin: 20px 0 !important;
  padding: 0;
  outline: 0;
  position: relative;
  text-align: center;
  z-index: 10;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500; }

.fs_style_35:before, .fs_style_35:after {
  height: 50%;
  width: 65%;
  display: block;
  background: transparent;
  content: '';
  position: absolute;
  z-index: -1; }

.fs_style_35:before {
  -ms-transform: skewX(14deg);
  transform: skewX(14deg);
  top: 0;
  left: 0; }

.fs_style_35:after {
  -ms-transform: skewX(-14deg);
  transform: skewX(-14deg);
  top: 0;
  right: 0; }

.fs_style_35 span {
  color: #fff;
  display: block;
  padding: 8px 24px !important;
  line-height: 1em; }

.fs_style_35 span:before, .fs_style_35 span:after {
  height: 50%;
  width: 65%;
  display: block;
  background: transparent;
  z-index: -1;
  content: '';
  position: absolute;
  bottom: 0; }

.fs_style_35 span:before {
  -ms-transform: skewX(-14deg);
  transform: skewX(-14deg);
  left: 0; }

.fs_style_35 span:after {
  -ms-transform: skewX(14deg);
  transform: skewX(14deg);
  right: 0; }

.fs_style_35:before {
  border-left: 1px solid #fff; }

.fs_style_35:after {
  border-right: 1px solid #fff; }

.fs_style_35 span {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 4px 20px; }

.fs_style_35 span:before {
  border-left: 1px solid #fff; }

.fs_style_35 span:after {
  border-right: 1px solid #fff; }

.fs_style_36, .admission:not(.fsComposeMode) .admission-grid > header .fsElementTitle, body.alumni:not(.fsComposeMode) .cal-slider-offscreen .fsElementTitle, body.alumni:not(.fsComposeMode) .alumni-grid > header .fsElementTitle, body.alumni:not(.fsComposeMode) .latest-news .fsElementTitle {
  color: #fff;
  background: #000;
  display: inline-block;
  padding: .4em 1em;
  line-height: 1em;
  position: relative;
  font-size: 21px;
  font-family: "Times New Roman", "Times Regular", serif;
  font-style: italic;
  text-transform: none;
  margin: 30px 0 10px; }
  @media (min-width: 700px) {
    .fs_style_36, .admission:not(.fsComposeMode) .admission-grid > header .fsElementTitle, body.alumni:not(.fsComposeMode) .cal-slider-offscreen .fsElementTitle, body.alumni:not(.fsComposeMode) .alumni-grid > header .fsElementTitle, body.alumni:not(.fsComposeMode) .latest-news .fsElementTitle {
      padding: .5em 3.1em;
      font-size: 29px;
      height: 56px; } }
  .fs_style_36:after, .admission:not(.fsComposeMode) .admission-grid > header .fsElementTitle:after, body.alumni:not(.fsComposeMode) .cal-slider-offscreen .fsElementTitle:after, body.alumni:not(.fsComposeMode) .alumni-grid > header .fsElementTitle:after, body.alumni:not(.fsComposeMode) .latest-news .fsElementTitle:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    border-top: 19px solid #000;
    border-left: 15px solid #000;
    border-bottom: 19px solid #000;
    border-right: 15px solid transparent;
    right: -15px; }
    @media (min-width: 700px) {
      .fs_style_36:after, .admission:not(.fsComposeMode) .admission-grid > header .fsElementTitle:after, body.alumni:not(.fsComposeMode) .cal-slider-offscreen .fsElementTitle:after, body.alumni:not(.fsComposeMode) .alumni-grid > header .fsElementTitle:after, body.alumni:not(.fsComposeMode) .latest-news .fsElementTitle:after {
        border-top: 28px solid #000;
        border-left: 15px solid #000;
        border-bottom: 28px solid #000;
        border-right: 15px solid transparent;
        right: -15px; } }
  .fs_style_36:hover, .admission:not(.fsComposeMode) .admission-grid > header .fsElementTitle:hover, body.alumni:not(.fsComposeMode) .cal-slider-offscreen .fsElementTitle:hover, body.alumni:not(.fsComposeMode) .alumni-grid > header .fsElementTitle:hover, body.alumni:not(.fsComposeMode) .latest-news .fsElementTitle:hover {
    color: #fff; }

body:not(.fsComposeMode) .button-slider {
  position: relative;
  zoom: 1;
  margin: 40px 0; }
  body:not(.fsComposeMode) .button-slider:after {
    display: table;
    clear: both;
    content: ''; }
  @media (max-width: 1180px) {
    body:not(.fsComposeMode) .button-slider:after {
      display: block;
      height: 100%;
      width: 70px;
      content: '';
      position: absolute;
      top: -1px;
      right: -1px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 84%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); } }
  body:not(.fsComposeMode) .button-slider .fsElementContent {
    border-top: 10px solid #cf0a2c;
    zoom: 1;
    display: block;
    height: 90px;
    padding: 0;
    position: relative; }
    body:not(.fsComposeMode) .button-slider .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .button-slider .fsElementContent:before, body:not(.fsComposeMode) .button-slider .fsElementContent:after {
        display: block;
        content: '';
        background: #f7f7f7;
        height: 72px;
        width: 100%;
        position: absolute;
        top: -10px;
        border-top: 10px solid #cf0a2c; }
      body:not(.fsComposeMode) .button-slider .fsElementContent:before {
        left: -100%; }
      body:not(.fsComposeMode) .button-slider .fsElementContent:after {
        left: 100%; } }
    @media (max-width: 1180px) {
      body:not(.fsComposeMode) .button-slider .fsElementContent {
        -webkit-user-select: none;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll; } }
    body:not(.fsComposeMode) .button-slider .fsElementContent ul {
      margin: 0 !important;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      white-space: nowrap; }
      body:not(.fsComposeMode) .button-slider .fsElementContent ul, body:not(.fsComposeMode) .button-slider .fsElementContent ul ul {
        margin: 0;
        margin-left: 0 !important;
        padding: 0;
        list-style: none; }
      body:not(.fsComposeMode) .button-slider .fsElementContent ul li {
        margin: 0;
        padding: 0; }
      body:not(.fsComposeMode) .button-slider .fsElementContent ul li {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin: 0 1px;
        text-align: center;
        white-space: nowrap; }
        body:not(.fsComposeMode) .button-slider .fsElementContent ul li:first-child {
          margin-left: 0; }
        body:not(.fsComposeMode) .button-slider .fsElementContent ul li:last-child {
          margin-right: 0; }
        body:not(.fsComposeMode) .button-slider .fsElementContent ul li a {
          background: #f7f7f7;
          font-size: 11px;
          text-transform: uppercase;
          display: block;
          padding: 1.9em 1em;
          height: 62px;
          color: #000;
          position: relative; }
          body:not(.fsComposeMode) .button-slider .fsElementContent ul li a:hover {
            background: #cf0a2c;
            color: #fff;
            font-weight: 500; }
            body:not(.fsComposeMode) .button-slider .fsElementContent ul li a:hover:after {
              content: '';
              position: absolute;
              display: block;
              top: 0;
              border-top: 31px solid #cf0a2c;
              border-left: 15px solid #cf0a2c;
              border-bottom: 31px solid #cf0a2c;
              border-right: 15px solid transparent;
              right: -20px;
              z-index: 2; }

body:not(.fsComposeMode) .testimonial-slider {
  zoom: 1;
  display: block; }
  body:not(.fsComposeMode) .testimonial-slider:after {
    display: table;
    clear: both;
    content: ''; }
  body:not(.fsComposeMode) .testimonial-slider .fsElement {
    background-size: 251px 273px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: auto;
    padding: 273px 0 0 0;
    position: relative; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .testimonial-slider .fsElement {
        background-position: 16px 0;
        background-size: 238px 260px;
        height: 273px;
        padding: 0 0 0 273px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .testimonial-slider .fsElement {
        height: 420px;
        background-size: 338px 338px;
        background-position: 61px 29px;
        padding: 0 0 0 420px; } }
    body:not(.fsComposeMode) .testimonial-slider .fsElement:before {
      display: block;
      content: '';
      background: url("/uploaded/themes/build/images/shield-overlay.png") 0 0 no-repeat;
      position: absolute;
      top: 0;
      left: 50%;
      height: 273px;
      width: 273px;
      z-index: 1;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background-size: cover; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .testimonial-slider .fsElement:before {
          left: 0;
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .testimonial-slider .fsElement:before {
          height: 420px;
          width: 420px; } }
    body:not(.fsComposeMode) .testimonial-slider .fsElement .fsElementContent {
      font-family: "Times New Roman", "Times Regular", serif;
      color: #cf0a2c;
      font-size: 28px;
      line-height: 32px;
      padding: 0 20px;
      text-align: center; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .testimonial-slider .fsElement .fsElementContent {
          padding: 40px 40px 0 0;
          text-align: left; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .testimonial-slider .fsElement .fsElementContent {
          font-size: 40px;
          line-height: 54px; } }
    body:not(.fsComposeMode) .testimonial-slider .fsElement footer {
      color: #000;
      font-size: 11px;
      text-align: center;
      font-weight: 800; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .testimonial-slider .fsElement footer {
          font-size: 18px;
          text-align: left; } }

@media (min-width: 700px) {
  body:not(.fsComposeMode) .infopanel > .fsDiv:last-child {
    border-left: 1px solid #929293; } }

body:not(.fsComposeMode) .infopanel > .fsDiv:last-child img {
  width: 100%;
  clear: both;
  float: none;
  margin: 0 0 1em; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .infopanel > .fsDiv:last-child img {
      float: right;
      width: auto;
      clear: none;
      margin: 0 0 1em 1em;
      max-width: 70%; } }

body:not(.fsComposeMode) .infopanel ul {
  margin-left: 0 !important; }
  body:not(.fsComposeMode) .infopanel ul, body:not(.fsComposeMode) .infopanel ul ul {
    margin: 0;
    margin-left: 0 !important;
    padding: 0;
    list-style: none; }
  body:not(.fsComposeMode) .infopanel ul li {
    margin: 0;
    padding: 0; }
  body:not(.fsComposeMode) .infopanel ul li {
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 15px;
    font-weight: 500; }
  body:not(.fsComposeMode) .infopanel ul a {
    border-bottom: 1px dotted #cf0a2c; }

.featurelinks {
  scrollbar-track-color: #cf0a2c;
  scrollbar-base-color: #cf0a2c;
  scrollbar-3dlight-color: #cf0a2c;
  scrollbar-highlight-color: #cf0a2c;
  scrollbar-track-color: #cf0a2c;
  scrollbar-arrow-color: #cf0a2c;
  scrollbar-shadow-color: #cf0a2c;
  scrollbar-dark-shadow-color: #cf0a2c; }
  .featurelinks ::-webkit-scrollbar {
    background: #cf0a2c; }

body:not(.fsComposeMode) .featurelinks {
  padding: 10px 20px;
  background: #cf0a2c;
  position: relative;
  zoom: 1;
  max-width: 1180px;
  margin: 0 auto; }
  body:not(.fsComposeMode) .featurelinks:after {
    display: table;
    clear: both;
    content: ''; }
  @media (max-width: 1180px) {
    body:not(.fsComposeMode) .featurelinks:after {
      display: block;
      height: 100%;
      width: 70px;
      content: '';
      position: absolute;
      top: -1px;
      right: -1px;
      background: linear-gradient(to right, rgba(207, 10, 44, 0) 0%, #cf0a2c 84%); } }
  body:not(.fsComposeMode) .featurelinks > .fsElementContent {
    display: block;
    padding: 0;
    position: relative; }
    @media (max-width: 1180px) {
      body:not(.fsComposeMode) .featurelinks > .fsElementContent {
        -webkit-user-select: none;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll; } }
  body:not(.fsComposeMode) .featurelinks ul {
    margin: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    background: #cf0a2c; }
    body:not(.fsComposeMode) .featurelinks ul, body:not(.fsComposeMode) .featurelinks ul ul {
      margin: 0;
      margin-left: 0 !important;
      padding: 0;
      list-style: none; }
    body:not(.fsComposeMode) .featurelinks ul li {
      margin: 0;
      padding: 0; }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .featurelinks ul {
        -ms-flex-pack: center;
        justify-content: center; } }
    body:not(.fsComposeMode) .featurelinks ul li {
      font-size: 15px;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      margin: 0 1em;
      text-align: center;
      white-space: nowrap; }
      @media (min-width: 1180px) {
        body:not(.fsComposeMode) .featurelinks ul li {
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; } }
      body:not(.fsComposeMode) .featurelinks ul li:first-child {
        margin-left: 0; }
      body:not(.fsComposeMode) .featurelinks ul li a {
        margin: 0;
        color: #fff; }
        body:not(.fsComposeMode) .featurelinks ul li a:after {
          color: #fff; }
        body:not(.fsComposeMode) .featurelinks ul li a:hover {
          color: #000; }

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsPrevButton:hover:before {
  color: #cf0a2c; }

body.fsHasFooter .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) {
  border-radius: 0 !important;
  border: none !important;
  max-width: 100vw;
  background: none; }
  body.fsHasFooter .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) .ui-widget-content {
    background: white; }

body.fsHasFooter .ui-widget-header:not(.ui-tabs-nav) {
  background: #cf0a2c;
  color: #fff;
  font-weight: 800;
  border-radius: 0 !important; }

body.fsHasFooter .ui-dialog .ui-dialog-titlebar-close {
  background: none !important;
  border-top-right-radius: 0 !important;
  right: 10px; }
  body.fsHasFooter .ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
    background: none !important; }
  body.fsHasFooter .ui-dialog .ui-dialog-titlebar-close:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    transition: color .3s linear; }
  body.fsHasFooter .ui-dialog .ui-dialog-titlebar-close:hover:before {
    color: #fff; }

#fsMediaPlayerDialogCloseButton::after,
#fsMediaPlayerDialogCloseButton::before {
  background: #fff; }

#fsMediaPlayerDialogCloseButton:hover::after,
#fsMediaPlayerDialogCloseButton:hover::before {
  background: #fff; }

dialog::backdrop, dialog + .fsDialogBackdrop {
  background: rgba(0, 0, 0, 0.8); }

.sitemap-nav ul {
  margin-left: 10px !important; }

.sitemap-nav .fsNavLevel1 {
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0 !important; }
  @media (min-width: 600px) {
    .sitemap-nav .fsNavLevel1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .sitemap-nav .fsNavLevel1 > li {
    margin: 0 10px 10px;
    background: #f1f1f1;
    padding: 20px;
    width: 100%;
    display: block;
    border: 1px solid #ddd; }
    .sitemap-nav .fsNavLevel1 > li > a {
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .5px; }
    @media (min-width: 600px) {
      .sitemap-nav .fsNavLevel1 > li {
        width: auto;
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px); } }
    @media (min-width: 900px) {
      .sitemap-nav .fsNavLevel1 > li {
        -ms-flex: 0 0 calc(33.33% - 20px);
        flex: 0 0 calc(33.33% - 20px); } }
    @media (min-width: 1000px) {
      .sitemap-nav .fsNavLevel1 > li {
        -ms-flex: 0 0 calc(25% - 20px);
        flex: 0 0 calc(25% - 20px); } }
    .sitemap-nav .fsNavLevel1 > li .fsNavLevel2 {
      margin: 20px 0 0 20px; }

/*! structure - header v0.0.1 */
.top-section-toggle {
  z-index: 8999;
  cursor: pointer;
  height: 80px;
  width: 40px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: 0; }
  @media (min-width: 900px) {
    .top-section-toggle {
      width: 1260px;
      right: auto;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      max-width: 100%;
      height: 35px; } }
  .drawer-is-active .top-section-toggle {
    display: none; }
  .topsection-closed .top-section-toggle {
    max-width: calc(100% - 55px);
    z-index: 9000;
    right: 60px; }
  .top-section-toggle > .fsElementContent {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 30px;
    width: 30px; }
    @media (min-width: 900px) {
      .top-section-toggle > .fsElementContent {
        top: 3px;
        right: 0; } }
    .top-section-toggle > .fsElementContent:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 16px;
      transition: color .3s linear; }
    .top-section-toggle > .fsElementContent:hover:before {
      color: #000; }
    .topsection-closed .top-section-toggle > .fsElementContent {
      position: absolute;
      top: 0;
      right: 0; }
      .topsection-closed .top-section-toggle > .fsElementContent:before {
        display: block;
        content: '';
        border: 18px solid #f7f7f7;
        border-top-width: 26px;
        border-bottom-width: 10px;
        border-bottom-color: transparent; }
      .topsection-closed .top-section-toggle > .fsElementContent:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #000;
        font-size: 5px;
        position: absolute;
        top: 14px;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      .topsection-closed .top-section-toggle > .fsElementContent:hover:after {
        color: #000; }
    .topsection-closed.fsAccountBarVisible .top-section-toggle {
      top: 8px; }

.top-section {
  background: #f7f7f7;
  padding: 5px 40px 5px 20px;
  height: 80px;
  overflow: hidden;
  transition: height .4s ease-in-out; }
  @media (min-width: 700px) {
    .top-section {
      height: auto; } }
  @media (min-width: 900px) {
    .top-section {
      height: 35px;
      padding: 5px 40px 5px 20px; } }
  @media (min-width: 1180px) {
    .top-section {
      padding-left: 0; } }
  .topsection-closed .top-section {
    height: 0;
    padding: 0; }
  .top-section > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 90.76923em;
    max-width: 73.75rem;
    position: relative; }
    @media (min-width: 900px) {
      .top-section > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .top-section .calendar-links {
    z-index: 500;
    width: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
    .top-section .calendar-links, .top-section .calendar-links ul {
      margin: 0;
      margin-left: 0 !important;
      padding: 0;
      list-style: none; }
    .top-section .calendar-links li {
      margin: 0;
      padding: 0; }
    @media (min-width: 900px) {
      .top-section .calendar-links {
        width: 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%; } }
    @media (min-width: 900px) {
      .top-section .calendar-links {
        -ms-flex: 1 1 46%;
        flex: 1 1 46%; } }
    .top-section .calendar-links li {
      display: inline-block;
      font-size: 10px;
      line-height: 1em; }
      .top-section .calendar-links li:not(:last-child) {
        margin-right: 5px;
        padding-right: 10px;
        border-right: 1px solid #929293; }
      .top-section .calendar-links li:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 8px;
        color: #cf0a2c;
        margin-left: 5px; }
      .top-section .calendar-links li a {
        color: #646569; }
        .top-section .calendar-links li a:hover {
          color: #cf0a2c; }
  .top-section .news-alerts {
    width: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
    @media (min-width: 900px) {
      .top-section .news-alerts {
        width: 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%; } }
    @media (min-width: 900px) {
      .top-section .news-alerts {
        width: 28%;
        -ms-flex: 1 1 28%;
        flex: 1 1 28%;
        text-align: right;
        z-index: 500; } }
    .top-section .news-alerts article {
      padding: 0;
      margin: 0;
      display: block; }
      .top-section .news-alerts article .fsTitle {
        font-size: 10px;
        line-height: 1.5em;
        padding: 5px 0;
        margin: 0; }
        .top-section .news-alerts article .fsTitle:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 8px;
          color: #cf0a2c;
          margin-left: 5px; }
        .top-section .news-alerts article .fsTitle a {
          color: #929293; }
          .top-section .news-alerts article .fsTitle a:hover {
            color: #cf0a2c; }

#fsHeader {
  padding: 0;
  background: #fff; }

.bot-section {
  border-bottom: 10px solid #000;
  position: relative;
  width: 100%; }
  .bot-section > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 90.76923em;
    max-width: 73.75rem; }
    @media (min-width: 700px) {
      .bot-section > .fsElementContent {
        height: 108px; } }
    @media (min-width: 900px) {
      .bot-section > .fsElementContent {
        height: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center; } }
    @media (min-width: 1100px) {
      .bot-section > .fsElementContent {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.site-info-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 66px;
  width: 100%;
  overflow: hidden;
  margin-left: 10px; }
  @media (min-width: 700px) {
    .site-info-container {
      height: 110px; } }
  @media (min-width: 900px) {
    .site-info-container {
      width: 25%;
      height: 66px; } }
  .site-info-container h1, .site-info-container .fsNews.fsPost .fsTitle, .fsNews.fsPost .site-info-container .fsTitle, .site-info-container .fsPostElement.fsPost .fsTitle, .fsPostElement.fsPost .site-info-container .fsTitle {
    margin: 0;
    line-height: 1em; }
  .site-info-container a {
    display: block;
    height: 66px;
    width: 203px;
    color: transparent;
    background: url("../images/logo.svg") no-repeat 0 50%; }
    .site-info-container a:hover {
      color: transparent; }

.bell-schedule {
  display: none;
  text-align: right;
  margin: 0;
  z-index: 9000; }
  @media (min-width: 900px) {
    .bell-schedule {
      display: block;
      -ms-flex: 0 1 25%;
      flex: 0 1 25%; } }
  .bell-schedule .fsTitle {
    font-size: 10px;
    padding-top: 3px; }
    .bell-schedule .fsTitle a {
      color: #929293; }
      .bell-schedule .fsTitle a:hover {
        color: #cf0a2c !important; }
  .bell-schedule article {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important; }
  .bell-schedule .fsDate {
    display: none !important; }

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 40px 0 0;
  text-align: center;
  color: #fff;
  background: #000; }
  @media (min-width: 900px) {
    #fsFooter {
      text-align: left; } }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 90.76923em;
    max-width: 73.75rem;
    padding: 0 20px; }
    @media (min-width: 1180px) {
      #fsFooter .fsBanner {
        padding: 0; } }
    @media (min-width: 900px) {
      #fsFooter .fsBanner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%; } }

body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
  display: none; }

@media (min-width: 900px) {
  .address-social-container {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; } }

.school-details {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-left: 85px;
  max-width: 320px;
  margin: 0 auto 30px; }
  @media (min-width: 900px) {
    .school-details {
      margin: 0 0 30px;
      max-width: 100%; } }
  @media (min-width: 900px) {
    .school-details {
      padding-left: 170px; } }
  .school-details .footer-logo {
    display: block;
    height: 65px;
    width: 65px;
    background: url("/uploaded/themes/build/images/crest.svg") 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 900px) {
      .school-details .footer-logo {
        height: 150px;
        width: 150px; } }
  .school-details [itemprop='name'] {
    font-size: 26px;
    display: block;
    font-weight: 800;
    margin-bottom: 10px; }
  .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; }

.resources-nav {
  margin-bottom: 50px; }
  @media (min-width: 900px) {
    .resources-nav {
      padding-left: 20px;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      margin: 0 0 30px;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%; } }
  .resources-nav .fsElementTitle {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1em; }
  .resources-nav ul, .resources-nav ul ul {
    margin: 0;
    margin-left: 0 !important;
    padding: 0;
    list-style: none; }
  .resources-nav ul li {
    margin: 0;
    padding: 0; }
  .resources-nav ul li {
    font-size: 13px;
    font-weight: 500; }
    .resources-nav ul li a {
      color: #fff;
      border-bottom: 1px dotted rgba(255, 255, 255, 0.5); }
      .resources-nav ul li a:hover {
        color: #cf0a2c; }

.red-band {
  background: #cf0a2c;
  color: #fff;
  font-size: 12px; }
  .red-band > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 90.76923em;
    max-width: 73.75rem;
    padding: 20px 20px; }
    @media (min-width: 700px) {
      .red-band > .fsElementContent {
        text-align: center; } }
    @media (min-width: 1180px) {
      .red-band > .fsElementContent {
        padding: 20px 0; } }
  @media (min-width: 700px) {
    .red-band .copyright {
      display: inline-block;
      line-height: 1em;
      margin-right: 15px;
      padding-right: 15px;
      border-right: 1px solid #fff; } }
  .red-band a {
    color: #fff; }
    .red-band a:hover {
      color: #000; }
  .red-band ul, .red-band ul ul {
    margin: 0;
    margin-left: 0 !important;
    padding: 0;
    list-style: none; }
  .red-band ul li {
    margin: 0;
    padding: 0; }
  @media (min-width: 700px) {
    .red-band ul {
      display: inline-block; } }
  .red-band ul li {
    display: inline-block;
    line-height: 1em; }
    .red-band ul li:not(:last-child) {
      padding-right: 15px;
      margin-right: 15px;
      border-right: 1px solid #fff; }
    .red-band ul li a {
      border-bottom: 1px dotted rgba(255, 255, 255, 0.5); }

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

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

html {
  font-family: "Gotham A", "Gotham B", sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html:not(.fsComposerFormEmbed) {
  min-height: 100%;
  height: 100%; }

body {
  font-size: 0.8125em;
  line-height: 1.76923;
  color: #000;
  height: 100%; }

#fsPageWrapper {
  position: relative;
  overflow: hidden;
  max-width: 100vw; }
  .drawer-is-active #fsPageWrapper {
    position: static;
    min-height: 100%;
    height: 100%; }

#fsPageBodyWrapper {
  padding-right: 1.53846em;
  padding-left: 1.53846em;
  background: #fff; }

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

.fsPageTitle {
  background: #000;
  text-transform: uppercase;
  color: #fff !important;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s linear;
  margin: 0; }
  .fsPageTitle.ptloaded {
    max-height: 100vh;
    margin-bottom: 10px; }
  .fsPageTitle > .pageTitleInner {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 90.76923em;
    max-width: 73.75rem;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff; }
    @media (max-width: 1180px) {
      .fsPageTitle > .pageTitleInner {
        padding-right: 20px;
        padding-left: 20px; } }

body:not(.fsComposeMode) .alt-pagetitle {
  background: #000;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s linear;
  margin: 0; }
  body:not(.fsComposeMode) .alt-pagetitle.ptloaded {
    max-height: 100vh; }
  body:not(.fsComposeMode) .alt-pagetitle h1, body:not(.fsComposeMode) .alt-pagetitle .fsNews.fsPost .fsTitle, .fsNews.fsPost body:not(.fsComposeMode) .alt-pagetitle .fsTitle, body:not(.fsComposeMode) .alt-pagetitle .fsPostElement.fsPost .fsTitle, .fsPostElement.fsPost body:not(.fsComposeMode) .alt-pagetitle .fsTitle {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px; }
  body:not(.fsComposeMode) .alt-pagetitle > .fsElementContent {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 90.76923em;
    max-width: 73.75rem;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff; }
    @media (max-width: 1180px) {
      body:not(.fsComposeMode) .alt-pagetitle > .fsElementContent {
        padding-right: 20px;
        padding-left: 20px; } }

#fsBannerLeft {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  float: none; }
  @media (min-width: 700px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 23.72881%; } }
  .fsHasLeftBanner #fsBannerLeft {
    padding-right: 0; }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsBannerLeft {
        padding-right: 40px;
        width: 36.5%; } }
    @media (min-width: 900px) {
      .fsHasLeftBanner #fsBannerLeft {
        padding-right: 40px;
        width: 23.72881%; } }

#fsPageContent {
  margin-bottom: 10px;
  margin-top: 10px;
  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: 76.27119% !important; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner #fsPageContent {
      width: 63.5% !important;
      float: right; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner #fsPageContent {
      width: 76.27119% !important;
      float: left; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 49.15254% !important; } }

#fsBannerRight {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  float: none; }
  @media (min-width: 700px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 27.11864%; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
      padding-left: 0;
      width: 63.5%;
      float: right; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
      padding-left: 40px;
      width: 27.11864%; } }

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

.fsLayout .fsDiv {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  float: none; }
  @media (min-width: 700px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 700px) {
    .fsLayout .fsDiv {
      padding-right: 1.53846em;
      padding-left: 1.53846em; } }
  @media (max-width: 999px) {
    .fsLayout .fsDiv {
      margin: 0; } }

@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%; } }

#fsPoweredByFinalsite {
  margin: 0 auto 20px; }
  @media (min-width: 700px) {
    #fsPoweredByFinalsite {
      position: absolute;
      bottom: 10px;
      left: 20px; } }
  @media (min-width: 1180px) {
    #fsPoweredByFinalsite {
      left: 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;
  transition: opacity .4s linear;
  z-index: 500; }
  @media (min-width: 900px) {
    #fsHeader .nav-main {
      display: block;
      width: calc(100% - 84px); }
      .search-active #fsHeader .nav-main {
        opacity: 0; } }

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

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

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: 100%; }
    .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 {
  font-size: 13px; }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 > li {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; } }
  .nav-main .fsNavLevel1 > li > a {
    padding: 12px 0 9px;
    margin: 0px 12px 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1em;
    border-bottom: 4px solid transparent;
    transition: all .3s linear; }
    @media (min-width: 900px) {
      .nav-main .fsNavLevel1 > li > a {
        margin: 18px 12px; } }
    .nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
      color: #000;
      border-bottom: 4px solid black; }
      .nav-main .fsNavLevel1 > .fsNavCurrentPage > a:after {
        background: black !important; }
    .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
      color: #000;
      border-bottom: 4px solid black; }
      .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a:after {
        background: black !important; }
  .nav-main .fsNavLevel1 > li:hover > a {
    border-bottom: 4px solid black; }
  .nav-main .fsNavLevel1 > li.give:hover > a {
    border-bottom: 4px solid #cf0a2c; }
    .nav-main .fsNavLevel1 > li.give:hover > a:after {
      background: black; }
  .nav-main .fsNavLevel1 > li.give > a {
    color: #fff;
    z-index: 1;
    position: relative;
    background: #cf0a2c;
    padding-right: 15px;
    padding-left: 15px; }
    .nav-main .fsNavLevel1 > li.give > a:before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      height: calc(100% + 4px);
      border-top: 18px solid #cf0a2c;
      border-right: 18px solid #cf0a2c;
      border-bottom: 18px solid #cf0a2c;
      border-left: 10px solid transparent;
      z-index: -1;
      left: -10px; }
    .nav-main .fsNavLevel1 > li.give > a:after {
      display: block;
      content: '';
      height: 4px;
      background: transparent;
      position: absolute;
      bottom: -4px;
      right: 0;
      z-index: 1;
      width: calc(100% + 8px);
      transition: all .3s linear; }

.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 114px;
  left: 0;
  max-height: 0;
  overflow: hidden; }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      top: 72px; } }

.nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px; }

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

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

.nav-main .fsNavPageInfo {
  background: #000;
  text-align: left;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2; }
  .nav-main .fsNavPageInfo:before, .nav-main .fsNavPageInfo:after {
    display: block;
    content: '';
    height: 100%;
    width: 200%;
    background: #000;
    position: absolute;
    top: 0;
    z-index: 1; }
  .nav-main .fsNavPageInfo:before {
    left: -200%; }
  .nav-main .fsNavPageInfo:after {
    right: -200%; }
  @media (min-width: 900px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: block;
      overflow: visible;
      padding: 30px 20px 40px; } }

.nav-main .fsNavLevel2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .nav-main .fsNavLevel2 li {
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    padding: 0 20px;
    line-height: 1.2em; }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel2 li {
        -ms-flex: 0 1 25%;
        flex: 0 1 25%; } }
  .nav-main .fsNavLevel2 a {
    padding: 0.76923em 0 0;
    color: #fff;
    display: inline-block;
    border-bottom: 1px dotted #fff; }
    .nav-main .fsNavLevel2 a:hover {
      color: #cf0a2c; }

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  height: 66px;
  width: 55px;
  background: none;
  z-index: 9000;
  position: absolute;
  top: 80px;
  right: 0; }
  .topsection-closed .drawer-ribbon {
    top: 0; }
  .drawer-is-active.fsAccountBarVisible .drawer-ribbon {
    top: 40px; }
  @media (min-width: 700px) {
    .drawer-ribbon {
      height: 110px; } }
  .drawer-is-active .drawer-ribbon {
    width: 100%;
    background: #000 url("/uploaded/themes/build/images/off-canvas-logo.svg") 20px 20px no-repeat;
    background-size: 167px auto; }
  @media (min-width: 900px) {
    .drawer-ribbon {
      display: none; } }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (min-width: 700px) {
    .drawer-trigger {
      width: 41px;
      height: 41px; } }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    width: 22px;
    content: '';
    background: #cf0a2c;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .drawer-trigger:before {
    margin-top: -7px;
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 7px 0 0 #cf0a2c;
    transition: box-shadow .3s, transform .3s; }
  .drawer-is-active .drawer-trigger {
    color: #fff;
    right: 0px;
    left: auto; }
    .drawer-is-active .drawer-trigger:before, .drawer-is-active .drawer-trigger:after {
      background: #fff; }
    .drawer-is-active .drawer-trigger:before {
      margin-top: 0;
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    .drawer-is-active .drawer-trigger:after {
      box-shadow: none;
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }

#fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.37, 0.11, 0.68, 0.94);
  top: 0;
  right: 0;
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  top: 126px;
  min-height: 100%;
  width: 378px;
  max-width: 100%;
  background: #000;
  z-index: 9000; }
  .topsection-closed #fsMenu {
    top: 70px; }
  .fsAccountBarVisible #fsMenu {
    top: 106px; }
  .drawer-is-active #fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
    @media (min-width: 900px) {
      .drawer-is-active #fsMenu {
        display: none; } }
  #fsMenu .nav-mobile {
    position: relative;
    top: 0;
    margin-bottom: 30px !important;
    padding: 20px 0 10px;
    zoom: 1; }
    #fsMenu .nav-mobile, #fsMenu .nav-mobile ul {
      margin: 0;
      margin-left: 0 !important;
      padding: 0;
      list-style: none; }
    #fsMenu .nav-mobile li {
      margin: 0;
      padding: 0; }
    #fsMenu .nav-mobile:after {
      display: table;
      clear: both;
      content: ''; }
    #fsMenu .nav-mobile .fsElementTitle {
      padding: 0 30px;
      font-size: 12px;
      text-transform: uppercase;
      color: #000;
      margin-bottom: 20px;
      font-weight: 700;
      letter-spacing: 1px; }
    #fsMenu .nav-mobile ul.fsNavLevel1 {
      display: block;
      margin: 0;
      padding: 0; }
      #fsMenu .nav-mobile ul.fsNavLevel1 > li {
        text-transform: uppercase;
        border-bottom: 1px solid #666;
        margin: 0 40px; }
      #fsMenu .nav-mobile ul.fsNavLevel1 li {
        display: block;
        position: relative;
        font-size: 20px;
        padding: 0;
        text-align: center; }
        #fsMenu .nav-mobile ul.fsNavLevel1 li.active {
          padding-bottom: 4px;
          margin-bottom: -1px; }
        #fsMenu .nav-mobile ul.fsNavLevel1 li:last-child {
          padding-bottom: 0;
          margin-bottom: 0; }
        #fsMenu .nav-mobile ul.fsNavLevel1 li.fsNavCurrentPage > a,
        #fsMenu .nav-mobile ul.fsNavLevel1 li.fsNavCurrentPageAncestor > a {
          color: #929293;
          background: none; }
        #fsMenu .nav-mobile ul.fsNavLevel1 li span.sub-trigger {
          position: relative;
          display: inline-block;
          height: 1em;
          width: 1em;
          text-align: center;
          cursor: pointer;
          top: 3px; }
          #fsMenu .nav-mobile ul.fsNavLevel1 li span.sub-trigger:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #cf0a2c;
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-weight: normal;
            font-size: 14px;
            line-height: 1em; }
          #fsMenu .nav-mobile ul.fsNavLevel1 li span.sub-trigger:hover:after {
            color: #fff; }
          #fsMenu .nav-mobile ul.fsNavLevel1 > li.active > span.sub-trigger:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
          #fsMenu .nav-mobile ul.fsNavLevel2 > li.active > span.sub-trigger:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
          #fsMenu .nav-mobile ul.fsNavLevel3 > li.active > span.sub-trigger:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        #fsMenu .nav-mobile ul.fsNavLevel1 li a {
          display: inline-block;
          color: #fff;
          padding: 9px 0;
          font-weight: 800; }
          #fsMenu .nav-mobile ul.fsNavLevel1 > li > a {
            margin: 0 10px; }
          #fsMenu .nav-mobile li.fsNavCurrentPage > a {
            color: #cf0a2c !important; }
          #fsMenu .nav-mobile li.fsNavCurrentPageAncestor > a {
            color: #cf0a2c !important; }
          #fsMenu .nav-mobile ul.fsNavLevel1 li a:hover {
            color: #cf0a2c;
            text-decoration: none; }
    #fsMenu .nav-mobile ul.fsNavLevel2 {
      margin: 0;
      padding: 0; }
      #fsMenu .nav-mobile ul.fsNavLevel2 li {
        margin: 0 0 4px;
        padding: 0;
        text-transform: none;
        font-size: 18px; }
        #fsMenu .nav-mobile ul.fsNavLevel2 li > a {
          padding: 0;
          color: #929293;
          border-bottom: 1px dotted #666;
          font-weight: normal; }
        #fsMenu .nav-mobile ul.fsNavLevel2 li:last-child > a {
          border: none;
          padding-bottom: 20px; }
    #fsMenu .nav-mobile .fsNavPageInfo {
      position: relative;
      width: 100%;
      top: 0;
      left: 0;
      -ms-transform: none;
      transform: none;
      background: none;
      overflow: visible;
      max-height: 100%;
      display: none; }
    #fsMenu .nav-mobile ul.fsNavLevel3 li {
      font-size: 16px; }
      #fsMenu .nav-mobile ul.fsNavLevel3 li a {
        padding-left: 50px; }
    #fsMenu .nav-mobile ul.fsNavLevel4 li a {
      padding-left: 60px; }

/*! navigation - sub v0.0.1 */
.nav-sub {
  background: #f7f7f7;
  padding: 40px !important;
  padding: 20px !important; }
  .nav-sub, .nav-sub ul {
    margin: 0;
    margin-left: 0 !important;
    padding: 0;
    list-style: none; }
  .nav-sub li {
    margin: 0;
    padding: 0; }
  .nav-sub.black {
    background: #000; }
  @media (min-width: 900px) {
    .nav-sub {
      padding: 40px !important; } }
  @media (max-width: 899px) {
    .nav-sub > .fsElementContent {
      display: none; } }
  .nav-sub .fsNavLevel1 {
    position: relative; }
    .nav-sub .fsNavLevel1 > li > a {
      padding: 0.51282em 0 0 0;
      margin: 0 0 0.51282em 0;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
      display: block;
      color: #000; }
      .nav-sub.black .fsNavLevel1 > li > a {
        color: #fff;
        border-color: #fff; }
      .nav-sub .fsNavLevel1 > li > a:hover {
        color: #cf0a2c; }
  .nav-sub li.fsNavCurrentPage > a,
  .nav-sub li.fsNavCurrentPageAncestor > a {
    color: #cf0a2c !important; }
    .nav-sub li.fsNavCurrentPage > a:hover,
    .nav-sub li.fsNavCurrentPageAncestor > a:hover {
      color: #000 !important; }
  .nav-sub .fsNavLevel2 {
    display: none; }
    .nav-sub .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2 {
      display: block; }
    .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2 {
      display: block; }
    .nav-sub.lower-level .fsNavLevel2 {
      display: block; }
    .nav-sub .fsNavLevel2 > li > a {
      padding: 0.51282em 0 0 0.76923em;
      margin: 0 0 0.51282em 0;
      display: block;
      color: #000; }
      .nav-sub .fsNavLevel2 > li > a:hover {
        color: #cf0a2c; }
      .nav-sub.black .fsNavLevel2 > li > a {
        color: #fff; }
        .nav-sub.black .fsNavLevel2 > li > a:hover {
          color: #cf0a2c; }
  .nav-sub .fsNavLevel3 {
    display: none; }
    .nav-sub .fsNavLevel2 > li.fsNavCurrentPage .fsNavLevel3 {
      display: block; }
    .nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel3 {
      display: block; }
    .nav-sub .fsNavLevel3 > li > a {
      padding: 0.51282em 0 0 1.53846em;
      margin: 0 0 0.51282em 0;
      display: block; }
  .nav-sub .fsNavLevel4 {
    display: none; }
    .nav-sub .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4 {
      display: block; }
    .nav-sub .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4 {
      display: block; }
    .nav-sub .fsNavLevel4 > li > a {
      padding: 0.51282em 0 0 3.07692em;
      margin: 0 0 0.51282em 0;
      display: block; }
  .nav-sub > header {
    display: block; }
    .nav-sub > header > .fsElementTitle {
      position: relative;
      margin: 0;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 18px;
      color: #000; }
      .nav-sub.black > header > .fsElementTitle {
        color: #fff; }
      @media (min-width: 900px) {
        .nav-sub > header > .fsElementTitle {
          cursor: default; } }
      @media (max-width: 899px) {
        .nav-sub > header > .fsElementTitle:after {
          position: absolute;
          top: 50%;
          right: 0px;
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          width: 40px;
          line-height: 40px;
          text-align: center;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }
      @media (max-width: 899px) {
        .nav-sub.active-nav > header > .fsElementTitle:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }

/*! Navigation - Social */
.nav-social {
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .nav-social {
      -ms-flex: 1 1 30%;
      flex: 1 1 30%; } }
  .nav-social .fsNavLevel1 {
    font-size: 0;
    zoom: 1; }
    .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
      margin: 0;
      margin-left: 0 !important;
      padding: 0;
      list-style: none; }
    .nav-social .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    .nav-social .fsNavLevel1:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 900px) {
      .nav-social .fsNavLevel1 {
        text-align: right; } }
    .nav-social .fsNavLevel1 li {
      display: inline-block;
      margin-right: 10px; }
    .nav-social .fsNavLevel1 [href*='facebook']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='instagram']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='linkedin']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='pinterest']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='tumblr']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='twitter']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='vimeo']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='vine']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='youtube']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='rss']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='facebook']:hover:before {
        color: #cf0a2c; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='instagram']:hover:before {
        color: #cf0a2c; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
        color: #cf0a2c; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
        color: #cf0a2c; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
        color: #cf0a2c; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='twitter']:hover:before {
        color: #cf0a2c; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
        color: #cf0a2c; }
    .nav-social .fsNavLevel1 [href*='vine']:hover {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='vine']:hover:before {
        color: #cf0a2c; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='youtube']:hover:before {
        color: #cf0a2c; }
    .nav-social .fsNavLevel1 [href*='rss']:hover {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 [href*='rss']:hover:before {
        color: #cf0a2c; }
    .nav-social .fsNavLevel1 a {
      display: block;
      position: relative;
      color: #fff;
      border: 2px solid #fff;
      height: 32px;
      width: 32px;
      border-radius: 100%; }
      .nav-social .fsNavLevel1 a:before {
        color: #000;
        font-size: 18px;
        transition: 0.3s all;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

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

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

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

.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.53846em; }
    @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.76923em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 6.66667px 30px;
    background: #fff;
    color: #cf0a2c;
    outline: 0;
    border: 1px solid #cf0a2c;
    border-radius: 0;
    transition: all .3s linear;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 8px;
      color: #cf0a2c;
      margin-left: 5px;
      transition: all .3s linear; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: #cf0a2c;
      color: #fff; }
      .fsConstituent.fsSearch .fsConstituentSearchButton:hover:after {
        color: #fff; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal; }

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

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile a {
    color: #cf0a2c; }
    .fsConstituentProfile a:hover {
      color: #000; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    color: #000; }
  @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.53846em;
  font-size: 16px; }
  .fsProfileSection h4 {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #929293;
    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: 35%; }
      .fsProfileSectionSpecialData > div:last-child, .fsProfileSpecialFieldName > div:last-child {
        width: 65%; } }

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

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

@media (min-width: 800px) {
  .fsProfileSectionFieldValue {
    width: 65%;
    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.fsFullName {
      font-size: 18px;
      font-weight: 500; }
    .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 .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: #fff;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    color: #4d4d4d;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 13.33333px;
    color: #cf0a2c;
    transition: .3s;
    position: relative;
    border-top: 1px dotted #000; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #fff;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #000;
      transition: .3s; }

.fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
  padding: 0 13.33333px 20px; }

.fsAccordion .fsPanel.fsStateOpen:last-child, .fsTabs .fsPanel.fsStateOpen:last-child {
  border-bottom: 1px dotted #000; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #fff; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #cf0a2c; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

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

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

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    left: 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.fsList .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent.fsList .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent.fsList .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent.fsList .fsDateTime {
    font-weight: 700;
    color: #4d4d4d; }
  .fsAthleticsEvent.fsList .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent.fsList .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent.fsList .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent.fsList .fsLoadMoreButton {
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 6.66667px 30px;
    background: #fff;
    color: #cf0a2c;
    outline: 0;
    border: 1px solid #cf0a2c;
    border-radius: 0;
    transition: all .3s linear;
    padding: 10px 20px; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 8px;
      color: #cf0a2c;
      margin-left: 5px;
      transition: all .3s linear; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
      background: #cf0a2c;
      color: #fff; }
      .fsAthleticsEvent.fsList .fsLoadMoreButton:hover:after {
        color: #fff; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton em {
      display: block;
      font-style: normal; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
    display: inline; }
  .fsAthleticsEvent.fsTable {
    overflow-x: auto; }
    .fsAthleticsEvent.fsTable .fsEventTable td, .fsAthleticsEvent.fsTable table.fsTable td {
      padding: 10px; }

/*! 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;
  margin-left: 0 !important;
  padding: 0;
  list-style: none; }

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

.fsAthleticsRosterList li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #f7f7f7; }
  .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;
    margin-left: 0 !important;
    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 {
  margin-bottom: 20px; }
  .fsCalendar article {
    position: relative;
    padding-left: 60px;
    min-height: 40px;
    padding-top: 0; }
    .fsCalendar article .fsElementEventColorIcon {
      width: 12px;
      height: 12px; }
  .fsCalendar .fsDate {
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    height: 40px;
    width: 40px;
    color: #fff;
    background: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff; }
    .fsCalendar .fsDate > span {
      display: block;
      font-size: 12px;
      line-height: 1em; }
      .fsCalendar .fsDate > span.fsMonth {
        font-size: 11px;
        padding-top: 3px;
        font-weight: 700;
        text-transform: uppercase; }
  .fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
    margin-bottom: 0; }

#fsBannerRight .fsCalendar.fsList,
#fsBannerLeft .fsCalendar.fsList,
.fsStyleOneThird .fsCalendar.fsList {
  background: #000;
  color: #fff;
  padding: 20px; }
  #fsBannerRight .fsCalendar.fsList .fsElementTitle,
  #fsBannerLeft .fsCalendar.fsList .fsElementTitle,
  .fsStyleOneThird .fsCalendar.fsList .fsElementTitle {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px; }
  #fsBannerRight .fsCalendar.fsList .fsTitle,
  #fsBannerLeft .fsCalendar.fsList .fsTitle,
  .fsStyleOneThird .fsCalendar.fsList .fsTitle {
    margin-bottom: 10px; }
    #fsBannerRight .fsCalendar.fsList .fsTitle a,
    #fsBannerLeft .fsCalendar.fsList .fsTitle a,
    .fsStyleOneThird .fsCalendar.fsList .fsTitle a {
      color: #fff;
      border-bottom: 1px #fff dotted; }
      #fsBannerRight .fsCalendar.fsList .fsTitle a:hover,
      #fsBannerLeft .fsCalendar.fsList .fsTitle a:hover,
      .fsStyleOneThird .fsCalendar.fsList .fsTitle a:hover {
        color: #cf0a2c; }

.fsCalendar.fsList footer a {
  margin-bottom: 0; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarMonthBrowser button:hover:before {
  color: #cf0a2c !important; }

.fsCalendarEventGrid .fsCalendarWeekdays > span {
  font-weight: 800; }

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

.fsCalendarEventGrid .fsCalendarDaybox .fsAlertIcon {
  margin-bottom: -3px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  outline: 0;
  color: #000; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle:hover {
    color: #cf0a2c; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

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

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

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%; }
    .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation ul {
      margin-left: 0 !important; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; } }
    .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser button:hover:before {
      color: #cf0a2c !important; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.has-info {
        background: #cf0a2c;
        color: #fff; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.has-info:hover {
          background: #f4183e; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(0, 0, 0, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(0, 0, 0, 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(0, 0, 0, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(0, 0, 0, 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: 12px;
    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;
    margin: 0 0 20px 0;
    padding: 6.66667px 30px;
    background: #fff;
    color: #cf0a2c;
    outline: 0;
    border: 1px solid #cf0a2c;
    border-radius: 0;
    transition: all .3s linear;
    padding: 10px 20px; }
    .scroll-up span:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 8px;
      color: #cf0a2c;
      margin-left: 5px;
      transition: all .3s linear; }
    .scroll-up span:hover {
      background: #cf0a2c;
      color: #fff; }
      .scroll-up span:hover:after {
        color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  margin-left: 0 !important;
  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 */
.fsElementTitle {
  text-transform: uppercase;
  font-size: 20px; }
  .fsElementTitle p {
    margin-bottom: 0; }

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

.module {
  margin-bottom: 1.53846em;
  padding: 1.53846em;
  color: #fff; }
  .module h1, .module .fsNews.fsPost .fsTitle, .fsNews.fsPost .module .fsTitle, .module .fsPostElement.fsPost .fsTitle, .fsPostElement.fsPost .module .fsTitle, .module h2, .module h3, .module h4, .module h5, .module h6 {
    color: inherit; }

.module {
  background: #000; }

/*! 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: #cf0a2c;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #000; }
    .fsComposerFormEmbed form .required {
      color: #000; }
    .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: #cf0a2c;
        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: #000;
          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: #000 !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: #cf0a2c !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Gotham A", "Gotham B", 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;
    margin: 0 0 20px 0;
    padding: 6.66667px 30px;
    background: #fff;
    color: #cf0a2c;
    outline: 0;
    border: 1px solid #cf0a2c;
    border-radius: 0;
    transition: all .3s linear; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:after, .fsLogin .fsLoginMainView button:after, .fsLogin .fsLoginForgotView .fsLoginSubmit:after, .fsLogin .fsLoginForgotView button:after, .fsLogin .fsLoginNewView .fsLoginSubmit:after, .fsLogin .fsLoginNewView button:after, .fsAccount .fsLoginMainView .fsLoginSubmit:after, .fsAccount .fsLoginMainView button:after, .fsAccount .fsLoginForgotView .fsLoginSubmit:after, .fsAccount .fsLoginForgotView button:after, .fsAccount .fsLoginNewView .fsLoginSubmit:after, .fsAccount .fsLoginNewView button:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 8px;
      color: #cf0a2c;
      margin-left: 5px;
      transition: all .3s linear; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
      background: #cf0a2c;
      color: #fff; }
      .fsLogin .fsLoginMainView .fsLoginSubmit:hover:after, .fsLogin .fsLoginMainView button:hover:after, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover:after, .fsLogin .fsLoginForgotView button:hover:after, .fsLogin .fsLoginNewView .fsLoginSubmit:hover:after, .fsLogin .fsLoginNewView button:hover:after, .fsAccount .fsLoginMainView .fsLoginSubmit:hover:after, .fsAccount .fsLoginMainView button:hover:after, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover:after, .fsAccount .fsLoginForgotView button:hover:after, .fsAccount .fsLoginNewView .fsLoginSubmit:hover:after, .fsAccount .fsLoginNewView button:hover:after {
        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; }
  .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;
    margin: 0 0 20px 0;
    padding: 6.66667px 30px;
    background: #fff;
    color: #cf0a2c;
    outline: 0;
    border: 1px solid #cf0a2c;
    border-radius: 0;
    transition: all .3s linear; }
    .fsAccount .fsAccountLogout a:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 8px;
      color: #cf0a2c;
      margin-left: 5px;
      transition: all .3s linear; }
    .fsAccount .fsAccountLogout a:hover {
      background: #cf0a2c;
      color: #fff; }
      .fsAccount .fsAccountLogout a:hover:after {
        color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.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: "Gotham A", "Gotham B", sans-serif;
    font-size: 13px;
    left: 0;
    line-height: 23px;
    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: normal;
      color: #4d4d4d;
      font-size: 32px;
      line-height: 38px;
      margin-bottom: 16px;
      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; }

/*! elements - news v0.0.1 */
.fsNews article {
  background-repeat: no-repeat; }

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

.fsNews .fsSummary {
  margin-bottom: 1.5em; }
  .fsNews .fsSummary p {
    margin: 0; }

.fsNews.fsList {
  margin-bottom: 20px; }
  #fsBannerRight .fsNews.fsList,
  #fsBannerLeft .fsNews.fsList,
  .fsStyleOneThird .fsNews.fsList {
    background: #000;
    color: #fff;
    padding: 20px; }
    #fsBannerRight .fsNews.fsList .fsElementTitle,
    #fsBannerLeft .fsNews.fsList .fsElementTitle,
    .fsStyleOneThird .fsNews.fsList .fsElementTitle {
      color: #fff;
      text-transform: uppercase;
      font-size: 17px; }
    #fsBannerRight .fsNews.fsList .fsTitle,
    #fsBannerLeft .fsNews.fsList .fsTitle,
    .fsStyleOneThird .fsNews.fsList .fsTitle {
      margin-bottom: 10px; }
      #fsBannerRight .fsNews.fsList .fsTitle a,
      #fsBannerLeft .fsNews.fsList .fsTitle a,
      .fsStyleOneThird .fsNews.fsList .fsTitle a {
        color: #fff;
        border-bottom: 1px #fff dotted; }
        #fsBannerRight .fsNews.fsList .fsTitle a:hover,
        #fsBannerLeft .fsNews.fsList .fsTitle a:hover,
        .fsStyleOneThird .fsNews.fsList .fsTitle a:hover {
          color: #cf0a2c; }
    #fsBannerRight .fsNews.fsList article .fsThumbnail,
    #fsBannerLeft .fsNews.fsList article .fsThumbnail,
    .fsStyleOneThird .fsNews.fsList article .fsThumbnail {
      width: 80px;
      height: 80px;
      border-radius: 100%;
      overflow: hidden; }
  .fsNews.fsList footer a {
    margin-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%; }

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

.fsNews.fsSlideshow article .fsThumbnail {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden; }

.fsNews.fsPost .fsThumbnail, .fsPostElement.fsPost .fsThumbnail {
  float: right;
  margin: 0 0 1.5em 1.5em; }

/*! _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: #cf0a2c !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #f7f7f7;
          padding-left: 10px !important;
          padding-right: 10px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 13px;
          font-family: "Gotham A", "Gotham B", 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: #000;
      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: "Gotham A", "Gotham B", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 13px; }
      .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; }

.top-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: none; }
  @media (min-width: 900px) {
    .top-search {
      display: block;
      width: 50px;
      height: 42px;
      z-index: 500;
      position: absolute;
      overflow: hidden;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      position: relative;
      bottom: auto;
      right: 20px;
      top: 5px; } }
  .search-active .top-search {
    overflow: visible; }
  .top-search .search-trigger {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    color: transparent;
    overflow: hidden;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 1; }
    @media (min-width: 700px) {
      .top-search .search-trigger {
        top: 0;
        right: 1px; } }
    .search-active .top-search .search-trigger {
      display: none; }
    .top-search .search-trigger:hover {
      color: transparent; }
    .top-search .search-trigger:focus {
      color: transparent; }
    .top-search .search-trigger:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #cf0a2c;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 22px;
      transition: color .3s linear; }
    .top-search .search-trigger:hover:before {
      color: #000; }

.top-search form {
  height: 42px;
  position: absolute;
  top: -5px;
  right: 0;
  transition: all .5s ease-in-out;
  opacity: 0;
  z-index: 0; }
  @media (min-width: 700px) {
    .top-search form {
      width: 350px; } }
  .search-active .top-search form {
    opacity: 1; }

.top-search form,
.off-canvas-search form {
  height: 42px; }
  .top-search form input[type="text"],
  .off-canvas-search form input[type="text"] {
    background: #fff;
    color: #cf0a2c;
    border: 1px solid #cf0a2c;
    border-right: 0;
    margin: 0;
    height: 40px;
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
    border-radius: 0 !important; }
    .top-search form input[type="text"]:focus,
    .off-canvas-search form input[type="text"]:focus {
      outline: none;
      box-shadow: 0 0 6px rgba(146, 146, 147, 0.5) inset; }
  .top-search form button[type="submit"],
  .off-canvas-search form button[type="submit"] {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    color: transparent;
    overflow: hidden;
    height: 40px;
    width: 30px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #cf0a2c;
    border-left: 0; }
    .top-search form button[type="submit"]:before,
    .off-canvas-search form button[type="submit"]:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #cf0a2c;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 20px; }
    .top-search form button[type="submit"]:hover:before,
    .off-canvas-search form button[type="submit"]:hover:before {
      color: #000; }

.off-canvas-search {
  position: relative;
  top: 20px; }
  .off-canvas-search form {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 20px 20px; }

/*! _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 #000; }
      .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: #000;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 13px;
        font-family: "Gotham A", "Gotham B", 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: #000;
    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: 13px;
      font-family: "Gotham A", "Gotham B", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: black;
      transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

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

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 13px; }

.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: #000; }
  .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: #cf0a2c; }

.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: #cf0a2c !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: #000 !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: 13px; }

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

.fsVimeoList, .fsVimeoList ul {
  margin: 0;
  margin-left: 0 !important;
  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;
  margin: 0 0 20px 0;
  padding: 6.66667px 30px;
  background: #fff;
  color: #cf0a2c;
  outline: 0;
  border: 1px solid #cf0a2c;
  border-radius: 0;
  transition: all .3s linear; }
  .vimeo_view_link a:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 8px;
    color: #cf0a2c;
    margin-left: 5px;
    transition: all .3s linear; }
  .vimeo_view_link a:hover {
    background: #cf0a2c;
    color: #fff; }
    .vimeo_view_link a:hover:after {
      color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

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

.fsYoutubeList, .fsYoutubeList ul {
  margin: 0;
  margin-left: 0 !important;
  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;
  margin: 0 0 20px 0;
  padding: 6.66667px 30px;
  background: #fff;
  color: #cf0a2c;
  outline: 0;
  border: 1px solid #cf0a2c;
  border-radius: 0;
  transition: all .3s linear; }
  .Youtube_view_link a:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 8px;
    color: #cf0a2c;
    margin-left: 5px;
    transition: all .3s linear; }
  .Youtube_view_link a:hover {
    background: #cf0a2c;
    color: #fff; }
    .Youtube_view_link a:hover:after {
      color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

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

#fsAccountBar {
  z-index: 1200;
  background-color: #000 !important;
  color: #fff; }
  #fsAccountBar a {
    color: #fff; }
    #fsAccountBar a:hover {
      color: #cf0a2c !important; }
  #fsAccountBar > ul {
    display: block !important; }

@media screen and (max-width: 414px) {
  #fsAccountBar .fsAccountBarEditPageButton, #fsAccountBar .fsAccountBarLoginAsAdminUserButton {
    display: none; } }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        color: #4d4d4d;
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 16px;
        text-transform: uppercase;
        margin-bottom: 0;
        display: block;
        font-size: 18px;
        line-height: 24px;
        padding: 13.33333px;
        color: #cf0a2c;
        transition: .3s;
        background: #cf0a2c;
        color: #fff;
        padding: 15px 10px;
        line-height: 1em; }
        .fsTabs .fsTabsNav li a:hover {
          background: #f4183e;
          color: #fff; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #000;
        color: #fff; }
  .fsTabs .fsPanel > .fsElementContent {
    padding: 20px 0; }
  .fsTabs .fsPanel.fsStateOpen:last-child {
    border: 0; }

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

@media (min-width: 600px) {
  .special-tabs {
    border-top: 10px solid #cf0a2c;
    position: relative; }
    .special-tabs .fsTabsNav {
      background: #f7f7f7;
      padding: 0;
      margin: 0 !important;
      min-height: 62px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }
      .special-tabs .fsTabsNav li {
        margin: 0 1px 0 0 !important;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center; }
        .special-tabs .fsTabsNav li a {
          font-size: 11px;
          font-weight: 800;
          background: #f7f7f7;
          color: #000 !important;
          padding: 2.3em .5em;
          position: relative; }
          .special-tabs .fsTabsNav li a:hover {
            background: #cf0a2c;
            color: #fff !important; }
            .special-tabs .fsTabsNav li a:hover:after {
              content: '';
              position: absolute;
              display: block;
              top: 0;
              border-top: 31px solid #cf0a2c;
              border-left: 15px solid #cf0a2c;
              border-bottom: 31px solid #cf0a2c;
              border-right: 15px solid transparent;
              right: -20px;
              z-index: 2; }
        .special-tabs .fsTabsNav li.fsStateSelected a {
          background: #cf0a2c;
          color: #fff !important; }
          .special-tabs .fsTabsNav li.fsStateSelected a:after {
            content: '';
            position: absolute;
            display: block;
            top: 0;
            border-top: 31px solid #cf0a2c;
            border-left: 15px solid #cf0a2c;
            border-bottom: 31px solid #cf0a2c;
            border-right: 15px solid transparent;
            right: -20px;
            z-index: 2; }
      .special-tabs .fsTabsNav:before, .special-tabs .fsTabsNav:after {
        display: block;
        content: '';
        background: #f7f7f7;
        height: 72px;
        width: 100%;
        position: absolute;
        top: -10px;
        border-top: 10px solid #cf0a2c; }
      .special-tabs .fsTabsNav:before {
        left: -100%; }
      .special-tabs .fsTabsNav:after {
        left: 100%; } }

.fsEmbed.fsGoogleTranslate {
  display: none;
  margin-left: 10px; }
  @media (min-width: 700px) {
    .fsEmbed.fsGoogleTranslate {
      display: inline-block;
      position: absolute;
      top: auto;
      bottom: 0;
      right: 20px; } }
  @media (min-width: 900px) {
    .fsEmbed.fsGoogleTranslate {
      position: relative; } }
  .fsEmbed.fsGoogleTranslate ul {
    padding: 0; }
  .fsEmbed.fsGoogleTranslate .headerGoogleTranslate {
    list-style: none;
    position: relative;
    top: 3px; }
    .fsEmbed.fsGoogleTranslate .headerGoogleTranslate > a {
      font-size: 0; }
      .fsEmbed.fsGoogleTranslate .headerGoogleTranslate > a:before {
        content: '\f0ac';
        font-family: icomoon;
        font-size: 20px;
        color: #cf0a2c; }
    .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget {
      color: transparent;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 7px; }
      .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget .goog-logo-link {
        display: none; }

.fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget select.goog-te-combo {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  margin-right: 2px;
  margin-left: 2px;
  font-size: 15px;
  line-height: 1.2;
  color: transparent;
  font-family: "lato", sans-serif;
  font-weight: 600;
  text-align: center;
  opacity: 1; }
  .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget select.goog-te-combo option {
    color: black; }

.fsEmbed.translate-mobile .goog-te-gadget {
  text-align: center;
  font-size: 0; }
  .fsEmbed.translate-mobile .goog-te-gadget:nth-child(2) {
    display: none; }
  .fsEmbed.translate-mobile .goog-te-gadget span[style="white-space:nowrap"] {
    display: none; }
  .fsEmbed.translate-mobile .goog-te-gadget .goog-te-combo {
    background-color: #fff; }
    .fsEmbed.translate-mobile .goog-te-gadget .goog-te-combo:nth-child(2) {
      display: none; }

/*! pages - home v0.0.1 */
.home.fsComposeMode .fsElement {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 50px 50px; }

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

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

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .fsMediaView video {
    -o-object-fit: cover;
    object-fit: cover; } }

.home:not(.fsComposeMode) #fsMediaPlayerDialog .fsMediaFullscreen {
  display: none !important; }

.home:not(.fsComposeMode) #fsMediaPlayerDialog {
  box-shadow: none;
  border: 0; }

.home:not(.fsComposeMode) #fsMediaPlayerDialog,
.home:not(.fsComposeMode) #fsMediaPlayerDialog .fsMediaPlaylistVideo {
  height: 166px;
  width: 295px; }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) #fsMediaPlayerDialog,
    .home:not(.fsComposeMode) #fsMediaPlayerDialog .fsMediaPlaylistVideo {
      height: 222px;
      width: 395px; } }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) #fsMediaPlayerDialog,
    .home:not(.fsComposeMode) #fsMediaPlayerDialog .fsMediaPlaylistVideo {
      height: 332px;
      width: 590px; } }
  @media (min-width: 1300px) {
    .home:not(.fsComposeMode) #fsMediaPlayerDialog,
    .home:not(.fsComposeMode) #fsMediaPlayerDialog .fsMediaPlaylistVideo {
      height: 450px;
      width: 800px; } }
  @media (min-width: 1400px) {
    .home:not(.fsComposeMode) #fsMediaPlayerDialog,
    .home:not(.fsComposeMode) #fsMediaPlayerDialog .fsMediaPlaylistVideo {
      height: 562.50px;
      width: 1000px; } }

.home:not(.fsComposeMode) .main-homepage-video {
  position: relative;
  border-bottom: 10px solid #cf0a2c;
  min-height: 217px;
  background-size: cover; }
  @media (min-width: 1180px) {
    .home:not(.fsComposeMode) .main-homepage-video {
      height: 572px; } }
  .home:not(.fsComposeMode) .main-homepage-video > .fsElementContent > .fsMediaPlaylistVideo {
    display: none; }
    @media (min-width: 500px) {
      .home:not(.fsComposeMode) .main-homepage-video > .fsElementContent > .fsMediaPlaylistVideo {
        display: block; } }
  .home:not(.fsComposeMode) .main-homepage-video video {
    -o-object-fit: cover;
    object-fit: cover; }
  .home:not(.fsComposeMode) .main-homepage-video header {
    z-index: 300;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 10px #000;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 0;
    transition: opacity .5s linear;
    line-height: 1em; }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .main-homepage-video header {
        font-size: 70px; } }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .main-homepage-video header {
        font-size: 120px; } }
  .home:not(.fsComposeMode) .main-homepage-video footer a {
    position: absolute;
    top: 70%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 52px;
    width: 52px;
    color: transparent !important; }
    @media (min-width: 500px) {
      .home:not(.fsComposeMode) .main-homepage-video footer a {
        top: 60%; } }
    .home:not(.fsComposeMode) .main-homepage-video footer a:hover {
      color: transparent !important; }
      .home:not(.fsComposeMode) .main-homepage-video footer a:hover:before {
        text-shadow: 0 0 10px black; }
    .home:not(.fsComposeMode) .main-homepage-video footer a:before {
      color: #fff;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 60px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .home:not(.fsComposeMode) .main-homepage-video .fsMediaControlsTop {
    display: none; }
  .home:not(.fsComposeMode) .main-homepage-video .fsMediaContainer {
    max-height: 570px; }
  .home:not(.fsComposeMode) .main-homepage-video .fsMediaPlayOverlay:before, .home:not(.fsComposeMode) .main-homepage-video .fsMediaPlayOverlay:after {
    top: 80px; }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) .main-homepage-video .fsMediaPlayOverlay:before, .home:not(.fsComposeMode) .main-homepage-video .fsMediaPlayOverlay:after {
      top: 100px; } }

.home:not(.fsComposeMode) .hero.textright {
  background-position: top left; }

.home:not(.fsComposeMode) .hero .fs_style_28, .home:not(.fsComposeMode) .hero .grid-container > .fsElementContent .fsNews article .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .hero .fsReadMoreLink, .home:not(.fsComposeMode) .hero .grid-container > .fsElementContent .fsPostElement article .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .hero .fsReadMoreLink {
  margin-right: 20px; }

.home:not(.fsComposeMode) .hero > .fsContainer {
  background-position: top right;
  background-repeat: repeat !important;
  background-size: auto 356px;
  padding-bottom: 20px;
  zoom: 1; }
  .home:not(.fsComposeMode) .hero > .fsContainer:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) .hero > .fsContainer {
      padding: 0;
      background-size: cover;
      background-repeat: no-repeat; } }
  .home:not(.fsComposeMode) .hero > .fsContainer > .fsElementContent {
    padding: 356px 0 0 0; }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .hero > .fsContainer > .fsElementContent {
        padding: 0; } }
    .home:not(.fsComposeMode) .hero > .fsContainer > .fsElementContent > .fsContent {
      background: white;
      width: 100%;
      padding: 20px;
      position: relative;
      color: #000; }
      @media (min-width: 700px) {
        .home:not(.fsComposeMode) .hero > .fsContainer > .fsElementContent > .fsContent {
          width: 45%;
          float: left;
          margin: 40px 0; }
          .home .hero.textright > .fsContainer > .fsElementContent > .fsContent {
            float: right; } }
      @media (min-width: 1000px) {
        .home:not(.fsComposeMode) .hero > .fsContainer > .fsElementContent > .fsContent {
          width: 472px;
          margin: 80px 0 80px 100px; }
          .home .hero.textright > .fsContainer > .fsElementContent > .fsContent {
            margin: 80px 100px 80px 0; } }
      .home:not(.fsComposeMode) .hero > .fsContainer > .fsElementContent > .fsContent:before {
        display: block;
        content: '';
        height: 20px;
        width: 60%;
        background: #cf0a2c;
        position: absolute;
        top: -10px;
        left: 20px; }
      .home:not(.fsComposeMode) .hero > .fsContainer > .fsElementContent > .fsContent:after {
        display: block;
        content: '';
        width: 40%;
        height: 10px;
        background: #cf0a2c;
        position: absolute;
        bottom: -5px;
        right: 0; }
  .home:not(.fsComposeMode) .hero > .fsContainer h2 {
    font-family: "Times New Roman", "Times Regular", serif;
    color: #cf0a2c;
    font-size: 26px;
    line-height: 29px;
    font-weight: normal; }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .hero > .fsContainer h2 {
        font-size: 26px;
        line-height: 29px; } }

.home:not(.fsComposeMode) .main-slideshow {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  background: none;
  height: 220px !important; }
  @media (min-width: 900px) {
    .home:not(.fsComposeMode) .main-slideshow {
      height: 525px !important; } }
  .home:not(.fsComposeMode) .main-slideshow .slick-next, .home:not(.fsComposeMode) .main-slideshow .slick-prev {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 100%; }
    .home:not(.fsComposeMode) .main-slideshow .slick-next:hover, .home:not(.fsComposeMode) .main-slideshow .slick-prev:hover {
      background: #cf0a2c; }
      .home:not(.fsComposeMode) .main-slideshow .slick-next:hover:before, .home:not(.fsComposeMode) .main-slideshow .slick-prev:hover:before {
        color: #fff; }
  .home:not(.fsComposeMode) .main-slideshow .slick-next {
    right: 10px; }
  .home:not(.fsComposeMode) .main-slideshow .slick-prev {
    left: 10px; }
  .home:not(.fsComposeMode) .main-slideshow .fsMediaContainer {
    padding: 0 !important;
    background: #000;
    position: relative; }
  .home:not(.fsComposeMode) .main-slideshow article {
    width: 100%;
    font-family: "Gotham A", "Gotham B", sans-serif;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 220px;
    position: relative; }
    @media (min-width: 900px) {
      .home:not(.fsComposeMode) .main-slideshow article {
        height: 525px; } }

.home:not(.fsComposeMode) .grid-container > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .home:not(.fsComposeMode) .grid-container > .fsElementContent > .fsElement {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background-size: cover; }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .grid-container > .fsElementContent > .fsElement {
        height: 393.33333333333333px;
        -ms-flex: 1 1 33.333%;
        flex: 1 1 33.333%;
        overflow: hidden; } }
  .home:not(.fsComposeMode) .grid-container > .fsElementContent > .fsElement.custom-slider {
    -ms-flex: 1 1 66.666%;
    flex: 1 1 66.666%;
    overflow: hidden;
    background: black; }
    .home:not(.fsComposeMode) .grid-container > .fsElementContent > .fsElement.custom-slider article {
      height: 393.33333333333333px;
      background-size: cover; }
  .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement {
    background: #000;
    margin: 0; }
    .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews .fsElementContent, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement .fsElementContent {
      height: 100%; }
    .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews .fsListItems, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement .fsListItems {
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
    .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article {
      text-align: center;
      color: #fff;
      padding: 20px;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .fsTitle, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .fsTitle {
        font-family: "Times New Roman", "Times Regular", serif;
        font-size: 26px;
        line-height: 29px;
        font-weight: normal;
        margin-bottom: 10px; }
        .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .fsTitle a, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .fsTitle a {
          color: #fff; }
      .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .fsReadMoreLink {
        color: #fff;
        border-color: #fff;
        background: none; }
        .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .fsReadMoreLink:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .fsReadMoreLink:hover {
          border-color: #000; }
        .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .fsReadMoreLink:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .fsReadMoreLink:after {
          color: #fff; }
      .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .fsThumbnail, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .fsThumbnail {
        height: 132px;
        width: 132px;
        border-radius: 100%;
        overflow: hidden;
        margin: 0 auto 10px; }
        .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .fsThumbnail .fsCroppedImage, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .fsThumbnail .fsCroppedImage {
          border-radius: 100%;
          box-shadow: inset 0px 0px 2px #000; }
        .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .fsThumbnail img, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .fsThumbnail img {
          min-height: 132px;
          min-width: 132px; }
  .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box img {
    margin-bottom: 12px; }
  .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box .fsElementContent {
    padding: 20px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box .fsElementContent h2, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box .fsElementContent h3, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box .fsElementContent h4, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box .fsElementContent h5, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box .fsElementContent h6 {
      text-transform: uppercase;
      font-weight: 800;
      color: #000; }
  .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.white {
    background-color: #fff;
    color: #cf0a2c; }
    .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.white .fs_style_28, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.white .fsNews article .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .grid-box.white .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.white .fsPostElement article .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .grid-box.white .fsReadMoreLink {
      background: none; }
      .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.white .fs_style_28:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.white .fsNews article .fsReadMoreLink:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .grid-box.white .fsReadMoreLink:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.white .fsPostElement article .fsReadMoreLink:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .grid-box.white .fsReadMoreLink:hover {
        background: #cf0a2c;
        color: #fff; }
        .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.white .fs_style_28:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.white .fsNews article .fsReadMoreLink:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .grid-box.white .fsReadMoreLink:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.white .fsPostElement article .fsReadMoreLink:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .grid-box.white .fsReadMoreLink:hover:after {
          color: #fff; }
  .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red {
    background-color: #cf0a2c;
    color: #fff; }
    .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red h2, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red h3, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red h4, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red h5, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red h6 {
      color: #fff; }
    .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red .fs_style_28, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red .fsNews article .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .grid-box.red .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red .fsPostElement article .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .grid-box.red .fsReadMoreLink {
      background: none;
      border-color: #fff;
      color: #fff; }
      .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red .fs_style_28:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red .fsNews article .fsReadMoreLink:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .grid-box.red .fsReadMoreLink:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red .fsPostElement article .fsReadMoreLink:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .grid-box.red .fsReadMoreLink:after {
        color: #fff; }
      .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red .fs_style_28:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red .fsNews article .fsReadMoreLink:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .grid-box.red .fsReadMoreLink:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red .fsPostElement article .fsReadMoreLink:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .grid-box.red .fsReadMoreLink:hover {
        background: #fff;
        color: #cf0a2c; }
        .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red .fs_style_28:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red .fsNews article .fsReadMoreLink:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .grid-box.red .fsReadMoreLink:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.red .fsPostElement article .fsReadMoreLink:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .grid-box.red .fsReadMoreLink:hover:after {
          color: #cf0a2c; }
  .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black {
    background-color: #000;
    color: #fff; }
    .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black h2, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black h3, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black h4, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black h5, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black h6 {
      color: #fff; }
    .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black .fs_style_28, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black .fsNews article .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .grid-box.black .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black .fsPostElement article .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .grid-box.black .fsReadMoreLink {
      background: none;
      border-color: #fff;
      color: #fff; }
      .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black .fs_style_28:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black .fsNews article .fsReadMoreLink:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .grid-box.black .fsReadMoreLink:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black .fsPostElement article .fsReadMoreLink:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .grid-box.black .fsReadMoreLink:after {
        color: #fff; }
      .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black .fs_style_28:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black .fsNews article .fsReadMoreLink:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .grid-box.black .fsReadMoreLink:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black .fsPostElement article .fsReadMoreLink:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .grid-box.black .fsReadMoreLink:hover {
        background: #fff;
        color: #cf0a2c; }
        .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black .fs_style_28:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black .fsNews article .fsReadMoreLink:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsNews article .grid-box.black .fsReadMoreLink:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .grid-box.black .fsPostElement article .fsReadMoreLink:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .fsPostElement article .grid-box.black .fsReadMoreLink:hover:after {
          color: #cf0a2c; }
  .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox {
    position: relative;
    overflow: hidden; }
    @media (max-width: 700px) {
      .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox {
        height: 360px; } }
    .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent {
      padding: 40px;
      opacity: 0;
      transition: all .5s ease-in-out;
      display: block;
      background: rgba(75, 1, 23, 0.9);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
      color: #cf0a2c;
      font-size: 22px;
      line-height: 26px;
      font-family: "Times New Roman", "Times Regular", serif;
      height: 101%;
      width: 101%;
      position: absolute;
      top: 0;
      left: 50%;
      -ms-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%);
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
      .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent p {
        width: 100%; }
      .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent * {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
      .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent .fs_style_30, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent .fsReadMoreLink, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent body:not(.fsComposeMode) .featurelinks ul li a, body:not(.fsComposeMode) .featurelinks ul li .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent a, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent .admission:not(.fsComposeMode) .admission-grid .fsElement footer a, .admission:not(.fsComposeMode) .admission-grid .fsElement footer .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent a, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent a, body.alumni:not(.fsComposeMode) .alumni-grid .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .alumni-profile-box > .fsElementContent a, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer a, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent a {
        color: #fff;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-size: 14px; }
        .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent .fs_style_30:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent .fsReadMoreLink:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent body:not(.fsComposeMode) .featurelinks ul li a:after, body:not(.fsComposeMode) .featurelinks ul li .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent a:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent .admission:not(.fsComposeMode) .admission-grid .fsElement footer a:after, .admission:not(.fsComposeMode) .admission-grid .fsElement footer .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent a:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent a:after, body.alumni:not(.fsComposeMode) .alumni-grid .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .alumni-profile-box > .fsElementContent a:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer a:after, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent a:after {
          color: #fff; }
        .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent .fs_style_30:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent .fsReadMoreLink:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent body:not(.fsComposeMode) .featurelinks ul li a:hover, body:not(.fsComposeMode) .featurelinks ul li .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent a:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent .admission:not(.fsComposeMode) .admission-grid .fsElement footer a:hover, .admission:not(.fsComposeMode) .admission-grid .fsElement footer .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent a:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent a:hover, body.alumni:not(.fsComposeMode) .alumni-grid .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .alumni-profile-box > .fsElementContent a:hover, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer a:hover, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent a:hover {
          color: #cf0a2c; }
          .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent .fs_style_30:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent .fsReadMoreLink:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent body:not(.fsComposeMode) .featurelinks ul li a:hover:after, body:not(.fsComposeMode) .featurelinks ul li .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent a:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent .admission:not(.fsComposeMode) .admission-grid .fsElement footer a:hover:after, .admission:not(.fsComposeMode) .admission-grid .fsElement footer .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent a:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent a:hover:after, body.alumni:not(.fsComposeMode) .alumni-grid .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .alumni-profile-box > .fsElementContent a:hover:after, .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer a:hover:after, body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox .fsElementContent a:hover:after {
            color: #cf0a2c; }
    .home:not(.fsComposeMode) .grid-container > .fsElementContent .hoverbox:hover .fsElementContent {
      opacity: 1;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

.home:not(.fsComposeMode) .grid-container .cal-slider-offscreen {
  margin-bottom: 0; }

.home:not(.fsComposeMode) .instagram-box > .fsElementContent {
  padding: 0 !important; }

.home:not(.fsComposeMode) .instagram-box .juicer-feed {
  padding: 0; }

.home:not(.fsComposeMode) .instagram-box .juicer-feed .slick-track,
.home:not(.fsComposeMode) .instagram-box .juicer-feed .slick-track li.feed-item {
  width: 100% !important;
  height: 100% !important; }

.home:not(.fsComposeMode) .instagram-box .juicer-feed .slick-track li.feed-item a.j-image img {
  margin-bottom: 0;
  height: 393px !important; }

.home:not(.fsComposeMode) #fsPageContent .fsElementTitle {
  color: #fff;
  background: #000;
  display: inline-block;
  padding: .4em 3.1em;
  height: 55px;
  position: relative;
  font-size: 21px;
  font-family: "Times New Roman", "Times Regular", serif;
  font-style: italic;
  text-transform: none;
  margin: 0 0 30px; }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) #fsPageContent .fsElementTitle {
      padding: .5em 3.1em;
      font-size: 29px;
      height: 66px; } }
  @media (max-width: 1180px) {
    .home:not(.fsComposeMode) #fsPageContent .fsElementTitle {
      margin-left: -20px; } }
  .home:not(.fsComposeMode) #fsPageContent .fsElementTitle:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    border-top: 28px solid #000;
    border-left: 15px solid #000;
    border-bottom: 27px solid #000;
    border-right: 15px solid transparent;
    right: -15px; }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) #fsPageContent .fsElementTitle:after {
        border-top: 33px solid #000;
        border-left: 15px solid #000;
        border-bottom: 33px solid #000;
        border-right: 15px solid transparent;
        right: -15px; } }

.latest-news {
  border-top: 10px solid #000;
  padding: 40px 20px; }
  @media (min-width: 1180px) {
    .latest-news {
      padding: 40px 0; } }
  @media (min-width: 1000px) {
    .latest-news .fsListItems {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .latest-news article {
    padding: 0 20px;
    text-align: center; }
    @media (min-width: 700px) {
      .latest-news article {
        padding: 0;
        text-align: left;
        width: 80%;
        margin: 0 auto 1em; } }
    @media (min-width: 1000px) {
      .latest-news article {
        width: 48%;
        margin: 0 0 1em; } }
    .latest-news article .fsThumbnail {
      max-width: 136px !important;
      float: none;
      margin: 0 auto 1em; }
      @media (min-width: 700px) {
        .latest-news article .fsThumbnail {
          float: left;
          margin: 0 2em 3em; } }
      .latest-news article .fsThumbnail .fsCroppedImage {
        width: 136px !important;
        height: 136px !important;
        background-size: cover;
        border-radius: 100%;
        overflow: hidden;
        box-shadow: 0 12px 15px rgba(51, 51, 51, 0.5); }
    .latest-news article .fsTitle {
      font-size: 20px;
      line-height: 25px;
      font-weight: normal;
      margin-bottom: 1em; }
      .latest-news article .fsTitle a {
        color: #000; }
        .latest-news article .fsTitle a:hover {
          color: #cf0a2c; }
  .latest-news footer {
    text-align: center;
    padding: 0 20px; }
    @media (min-width: 700px) {
      .latest-news footer {
        text-align: right; } }
    @media (min-width: 1180px) {
      .latest-news footer {
        padding: 0; } }

.portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a, .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent a {
  color: #000; }
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a:hover, .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent a:hover {
    color: #cf0a2c; }

#fsAccountBar {
  background: #182f50;
  color: #fff;
  font-size: 13px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  height: 40px; }
  #fsAccountBar > ul > li {
    height: 40px;
    padding: 10px 12px 8px; }
  #fsAccountBar a {
    color: #fff;
    font-size: 13px;
    font-family: "Gotham A", "Gotham B", sans-serif; }
    #fsAccountBar a:hover {
      color: #000; }
  #fsAccountBar .fsAccountBarAvatar {
    height: 40px; }
  #fsAccountBar .fsAccountBarMenu a {
    color: #000;
    font-size: 13px;
    font-family: "Gotham A", "Gotham B", sans-serif; }
    #fsAccountBar .fsAccountBarMenu a:hover {
      color: #000; }

.portal a.files:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  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;
  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: #cf0a2c; }
  .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: 90.76923em;
    max-width: 73.75rem;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0; }

.portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement {
  margin-bottom: 30px; }

.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: "Gotham A", "Gotham B", sans-serif;
    font-weight: 600;
    color: #162f50;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px; }
    .portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink:hover {
      color: #000; }
  .portal:not(.fsComposeMode) .portal-news .fsDateTime {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000; }
  .portal:not(.fsComposeMode) .portal-news .fsSummary {
    font-size: 13px;
    color: #000;
    line-height: 23px; }
  .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink {
    display: inline-block;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: #c83eab;
    padding: 8px 15px; }
    .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:hover {
      background: #149bc7; }
  .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: 135px;
      height: 135px;
      border-radius: 100%;
      display: block;
      margin: 0 auto;
      background: #149bc7;
      color: #fff;
      padding-top: 22px;
      margin-bottom: 30px; }
      .portal:not(.fsComposeMode) .portal-cal article .fsDate .fsDay {
        font-size: 56px;
        font-weight: 400;
        line-height: 1em;
        display: block; }
      .portal:not(.fsComposeMode) .portal-cal article .fsDate .fsMonth {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 400;
        display: block; }
    .portal:not(.fsComposeMode) .portal-cal article .fsTitle {
      font-weight: bold;
      font-size: 20px;
      color: #162f50;
      line-height: 1em;
      margin-bottom: 5px; }
      .portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink {
        color: #162f50; }
        .portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink:hover {
          color: #000; }
    .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
      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-size: 15px;
        color: #c83eab;
        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-size: 15px;
        color: #c83eab;
        margin-right: 5px;
        position: relative; }
  .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent {
    text-align: center; }

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

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

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

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

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

.portal-sub-nav.active-nav > .fsElementContent {
  display: block; }

.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 {
  position: relative; }
  .portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 > li > a {
    padding: 0.76923em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: block; }

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

.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li > a {
  padding: 0.76923em 1.53846em;
  display: block; }

.portal:not(.fsComposeMode) .portal-sub-nav > header {
  display: block; }
  @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: "Gotham A", "Gotham B", sans-serif;
    font-weight: 600;
    font-size: 13px;
    display: block;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 8px; }
  .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
    position: relative;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    background: #000;
    color: #fff;
    font-family: "Gotham A", "Gotham B", 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) {
      .portal-sub-nav.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: #4c4c4c; }
  .portal:not(.fsComposeMode) .portal-sub-mobile a {
    color: #fff !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 #b7b7b7; }
  .portal:not(.fsComposeMode) .portal-sub-mobile .sub-trigger {
    height: 40px;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    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: 13px;
      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: "Gotham A", "Gotham B", sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: #162f50; }
        .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a:hover {
          color: #000; }

.portal:not(.fsComposeMode) .portal-photos {
  background: #d0d6dc;
  text-align: center;
  padding: 30px 0 55px; }
  .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%; } }

.admission:not(.fsComposeMode) #fsPageContent {
  margin-top: 0; }
  .admission:not(.fsComposeMode) #fsPageContent > .fsLayout > .fsDiv {
    margin-top: 0; }

.admission:not(.fsComposeMode) .admission-grid {
  margin: 0;
  position: relative;
  width: 100%;
  min-height: 2120px;
  zoom: 1; }
  .admission:not(.fsComposeMode) .admission-grid:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 700px) {
    .admission:not(.fsComposeMode) .admission-grid {
      min-height: 0;
      height: 2120px; } }
  @media (min-width: 1000px) {
    .admission:not(.fsComposeMode) .admission-grid {
      height: 1550px; } }
  @media (min-width: 1200px) {
    .admission:not(.fsComposeMode) .admission-grid {
      height: 1300px; } }
  .admission:not(.fsComposeMode) .admission-grid .fsElement {
    width: 272px;
    margin: 0 0 20px;
    overflow: visible;
    z-index: 300; }
    @media (min-width: 700px) {
      .admission:not(.fsComposeMode) .admission-grid .fsElement {
        float: none;
        position: absolute; } }
    .admission:not(.fsComposeMode) .admission-grid .fsElement footer {
      position: relative;
      padding: 20px 0;
      display: block;
      clear: both;
      background: rgba(255, 255, 255, 0.9);
      line-height: 1.3em; }
      .admission:not(.fsComposeMode) .admission-grid .fsElement footer:before {
        display: block;
        content: '';
        position: absolute; }
      .admission:not(.fsComposeMode) .admission-grid .fsElement footer:after {
        display: block;
        content: '';
        position: absolute; }
      .admission:not(.fsComposeMode) .admission-grid .fsElement footer a {
        margin-bottom: 0; }
    .admission:not(.fsComposeMode) .admission-grid .fsElement.landing-intro {
      padding: 20px; }
      @media (min-width: 700px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement.landing-intro {
          width: 360px;
          position: absolute;
          top: 110px;
          left: 50px; } }
    .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(2) {
      display: block !important;
      float: right;
      width: 241px; }
      @media (min-width: 700px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(2) {
          top: 20px;
          left: calc(100% - 261px) !important; } }
      @media (min-width: 1000px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(2) {
          top: 50px;
          left: 470px !important; } }
      @media (min-width: 1200px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(2) {
          top: 100px; } }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(2) header {
        position: relative;
        z-index: 2; }
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(2) header img {
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5); }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(2) footer {
        z-index: 0; }
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(2) footer:before {
          background: #cf0a2c;
          height: 24px;
          width: calc(100% + 20px);
          top: -12px;
          left: -25px; }
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(2) footer:after {
          background: #000;
          height: 5px;
          width: calc(100% - 20px);
          bottom: 0px;
          left: 20px; }
    .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(3) {
      float: left;
      width: 220px; }
      @media (min-width: 700px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(3) {
          top: 400px;
          left: 20px !important; } }
      @media (min-width: 1000px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(3) {
          top: 50px;
          left: calc(100% - 220px) !important; } }
      @media (min-width: 1200px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(3) {
          top: 70px;
          left: calc(100% - 270px) !important; } }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(3) img {
        float: left; }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(3) footer:before {
        background: #000;
        height: 24px;
        width: 100%;
        top: -24px;
        left: 20px; }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(3) footer:after {
        background: #000;
        height: 5px;
        width: 100%;
        bottom: 0px;
        left: 20px; }
    .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(4) {
      float: right;
      width: 220px; }
      @media (min-width: 700px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(4) {
          top: 370px;
          left: 400px !important; } }
      @media (min-width: 1000px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(4) {
          top: 460px;
          left: 0 !important; } }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(4) header {
        z-index: 2;
        position: relative; }
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(4) header img {
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5); }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(4) footer {
        z-index: 0; }
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(4) footer:before {
          background: #cf0a2c;
          height: 26px;
          width: 100%;
          top: -16px;
          left: 30px; }
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(4) footer:after {
          background: #000;
          height: 5px;
          width: 100%;
          bottom: 0px;
          left: 30px; }
    .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(5) {
      width: 311px;
      float: left; }
      @media (min-width: 700px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(5) {
          top: 690px;
          left: calc(100% - 361px) !important; } }
      @media (min-width: 1000px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(5) {
          top: 800px;
          left: 100px !important; } }
      @media (min-width: 1200px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(5) {
          top: 560px;
          left: 250px !important; } }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(5) header img {
        box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5); }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(5) footer:before {
        background: #000;
        height: 36px;
        width: 90%;
        top: -18px;
        left: -10px; }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(5) footer:after {
        background: #cf0a2c;
        height: 5px;
        width: 90%;
        bottom: 0px;
        left: 10%; }
    .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(6) {
      float: left;
      width: 272px; }
      @media (min-width: 700px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(6) {
          top: 730px;
          left: 30px !important; } }
      @media (min-width: 1000px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(6) {
          top: 460px;
          left: calc(50% - 100px) !important; } }
      @media (min-width: 1200px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(6) {
          left: 50% !important; } }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(6) footer:before {
        background: #cf0a2c;
        height: 16px;
        width: 90%;
        top: -10px;
        left: -20px; }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(6) footer:after {
        background: #cf0a2c;
        height: 5px;
        width: calc(100% - 20px);
        bottom: 0px;
        right: 0; }
    .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(7) {
      float: right;
      width: 256px; }
      @media (min-width: 700px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(7) {
          top: 1100px;
          left: calc(100% - 256px) !important; } }
      @media (min-width: 1000px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(7) {
          top: 420px;
          left: calc(100% - 256px) !important; } }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(7) img {
        box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5); }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(7) footer:before {
        background: #cf0a2c;
        height: 26px;
        width: 90%;
        top: -13px;
        left: -30px; }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(7) footer:after {
        background: #cf0a2c;
        height: 5px;
        width: calc(100% - 30px);
        bottom: 0px;
        right: 0; }
    .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(8) {
      float: left;
      width: 221px; }
      @media (min-width: 700px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(8) {
          top: 1120px;
          left: 150px !important; } }
      @media (min-width: 1000px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(8) {
          top: 780px;
          left: calc(100% - 256px) !important; } }
      @media (min-width: 1200px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(8) {
          left: calc(100% - 221px) !important; } }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(8) footer:before {
        background: #000;
        height: 26px;
        width: 100%;
        top: -26px;
        left: -20px; }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(8) footer:after {
        background: #cf0a2c;
        height: 5px;
        width: calc(100% - 20px);
        bottom: 0px;
        left: 20px; }
    .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(9) {
      float: left;
      width: 215px; }
      @media (min-width: 700px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(9) {
          top: 1450px;
          left: calc(100% - 240px) !important; } }
      @media (min-width: 1000px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(9) {
          top: 1020px;
          left: calc(50% - 20px) !important; } }
      @media (min-width: 1200px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(9) {
          left: 30% !important;
          top: 980px; } }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(9) footer:before {
        background: #cf0a2c;
        height: 26px;
        width: 100%;
        top: -13px;
        left: -30px; }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(9) footer:after {
        background: #cf0a2c;
        height: 5px;
        width: 100%;
        bottom: 0px;
        right: 0; }
    .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(10) {
      float: left;
      width: 215px; }
      @media (min-width: 700px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(10) {
          top: 1480px;
          left: 0 !important; } }
      @media (min-width: 1000px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(10) {
          top: 1190px;
          left: 20px !important; } }
      @media (min-width: 1200px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(10) {
          top: 890px; } }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(10) footer:before {
        background: #000;
        height: 16px;
        width: 110%;
        top: -8px;
        left: 20px; }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:nth-child(10) footer:after {
        background: #cf0a2c;
        height: 5px;
        width: 110%;
        bottom: 0px;
        left: 20px; }
    .admission:not(.fsComposeMode) .admission-grid .fsElement:last-child {
      width: 269px;
      float: right; }
      @media (min-width: 700px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:last-child {
          top: 1780px;
          left: calc(100% - 389px) !important; } }
      @media (min-width: 1000px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:last-child {
          top: 1220px;
          left: calc(100% - 269px) !important; } }
      @media (min-width: 1200px) {
        .admission:not(.fsComposeMode) .admission-grid .fsElement:last-child {
          top: 930px;
          left: calc(100% - 329px) !important; } }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:last-child header img {
        box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5); }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:last-child footer:before {
        background: #cf0a2c;
        height: 16px;
        width: calc(100% + 30px);
        top: -16px;
        left: -30px; }
      .admission:not(.fsComposeMode) .admission-grid .fsElement:last-child footer:after {
        background: #000;
        height: 5px;
        width: 90%;
        bottom: 0px;
        right: 0px; }

.admission:not(.fsComposeMode) .custom-slider {
  border-top: 10px solid #000; }
  .admission:not(.fsComposeMode) .custom-slider article {
    max-height: 698px; }

body.alumni:not(.fsComposeMode) #fsPageContent {
  margin-top: 0; }
  body.alumni:not(.fsComposeMode) #fsPageContent > .fsLayout > .fsDiv {
    margin-top: 0; }

body.alumni:not(.fsComposeMode) .cal-slider-offscreen .fsElementTitle {
  margin: 0 0 30px; }

body.alumni:not(.fsComposeMode) .landing-intro {
  padding: 20px; }
  @media (min-width: 700px) {
    body.alumni:not(.fsComposeMode) .landing-intro {
      width: 360px;
      position: absolute;
      top: 110px;
      left: 50px; } }

body.alumni:not(.fsComposeMode) .alumni-grid {
  margin: 0;
  position: relative;
  width: 100%;
  min-height: 2120px; }
  @media (min-width: 700px) {
    body.alumni:not(.fsComposeMode) .alumni-grid {
      min-height: 0;
      height: 2120px; } }
  @media (min-width: 1000px) {
    body.alumni:not(.fsComposeMode) .alumni-grid {
      height: 1550px; } }
  @media (min-width: 1200px) {
    body.alumni:not(.fsComposeMode) .alumni-grid {
      height: 1400px; } }
  body.alumni:not(.fsComposeMode) .alumni-grid .grid-featured-news {
    background: #cf0a2c;
    padding: 20px;
    text-align: center;
    color: #fff;
    clear: both; }
    @media (min-width: 700px) {
      body.alumni:not(.fsComposeMode) .alumni-grid .grid-featured-news {
        float: none;
        position: absolute;
        top: 890px;
        left: calc(100% - 434px) !important;
        width: 354px;
        height: 354px;
        box-shadow: 0 12px 15px rgba(51, 51, 51, 0.5);
        z-index: 10; } }
    @media (min-width: 1000px) {
      body.alumni:not(.fsComposeMode) .alumni-grid .grid-featured-news {
        top: 460px;
        left: calc(100% - 354px) !important; } }
    body.alumni:not(.fsComposeMode) .alumni-grid .grid-featured-news article {
      text-align: center; }
      @media (min-width: 700px) {
        body.alumni:not(.fsComposeMode) .alumni-grid .grid-featured-news article {
          padding: 0; } }
      body.alumni:not(.fsComposeMode) .alumni-grid .grid-featured-news article .fsThumbnail {
        max-width: 136px !important;
        float: none;
        margin: 0 auto 1em; }
        body.alumni:not(.fsComposeMode) .alumni-grid .grid-featured-news article .fsThumbnail .fsCroppedImage {
          width: 136px !important;
          height: 136px !important;
          background-size: cover;
          border-radius: 100%;
          overflow: hidden;
          box-shadow: 0 12px 15px rgba(51, 51, 51, 0.5); }
      body.alumni:not(.fsComposeMode) .alumni-grid .grid-featured-news article .fsTitle {
        font-size: 28px;
        line-height: 35px;
        font-weight: normal;
        margin-bottom: .5em;
        font-family: "Times New Roman", "Times Regular", serif; }
        @media (min-width: 700px) {
          body.alumni:not(.fsComposeMode) .alumni-grid .grid-featured-news article .fsTitle {
            font-size: 24px;
            line-height: 28px; } }
        body.alumni:not(.fsComposeMode) .alumni-grid .grid-featured-news article .fsTitle a {
          color: #fff; }
          body.alumni:not(.fsComposeMode) .alumni-grid .grid-featured-news article .fsTitle a:hover {
            color: #000; }
      body.alumni:not(.fsComposeMode) .alumni-grid .grid-featured-news article .fsReadMoreLink {
        color: #000; }
        body.alumni:not(.fsComposeMode) .alumni-grid .grid-featured-news article .fsReadMoreLink:after {
          color: #000; }
    body.alumni:not(.fsComposeMode) .alumni-grid .grid-featured-news footer {
      text-align: center;
      padding: 0 20px; }
      @media (min-width: 700px) {
        body.alumni:not(.fsComposeMode) .alumni-grid .grid-featured-news footer {
          text-align: right; } }
      @media (min-width: 1180px) {
        body.alumni:not(.fsComposeMode) .alumni-grid .grid-featured-news footer {
          padding: 0; } }
  body.alumni:not(.fsComposeMode) .alumni-grid .fsCalendar.fsList {
    clear: both;
    background: #000;
    color: #fff;
    padding: 20px;
    width: 286px;
    height: 262px;
    float: right;
    margin-bottom: 40px; }
    @media (min-width: 700px) {
      body.alumni:not(.fsComposeMode) .alumni-grid .fsCalendar.fsList {
        float: none;
        position: absolute;
        top: 1300px;
        left: calc(100% - 326px) !important; } }
    @media (min-width: 1000px) {
      body.alumni:not(.fsComposeMode) .alumni-grid .fsCalendar.fsList {
        top: 1030px;
        left: calc(100% - 486px) !important;
        z-index: 20; } }
    @media (min-width: 1200px) {
      body.alumni:not(.fsComposeMode) .alumni-grid .fsCalendar.fsList {
        left: 250px !important;
        top: 800px; } }
    body.alumni:not(.fsComposeMode) .alumni-grid .fsCalendar.fsList .fsElementTitle {
      color: #fff;
      font-size: 15px;
      line-height: 1em;
      margin: 0 0 1em; }
    body.alumni:not(.fsComposeMode) .alumni-grid .fsCalendar.fsList article {
      padding-left: 0; }
      body.alumni:not(.fsComposeMode) .alumni-grid .fsCalendar.fsList article .fsTitle {
        font-weight: 800;
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 5px; }
        body.alumni:not(.fsComposeMode) .alumni-grid .fsCalendar.fsList article .fsTitle a {
          color: #fff; }
          body.alumni:not(.fsComposeMode) .alumni-grid .fsCalendar.fsList article .fsTitle a:hover {
            color: #cf0a2c; }
      body.alumni:not(.fsComposeMode) .alumni-grid .fsCalendar.fsList article .fsDate {
        height: auto;
        width: auto;
        background: none;
        position: relative;
        border: 0;
        padding: 0;
        top: 0;
        left: 0;
        text-align: left;
        display: block; }
        body.alumni:not(.fsComposeMode) .alumni-grid .fsCalendar.fsList article .fsDate span {
          display: inline;
          color: #cf0a2c;
          font-size: 21px;
          font-weight: normal;
          text-transform: none; }
    body.alumni:not(.fsComposeMode) .alumni-grid .fsCalendar.fsList footer a {
      padding: 0;
      background: none;
      border: 0; }
      body.alumni:not(.fsComposeMode) .alumni-grid .fsCalendar.fsList footer a:hover {
        color: #cf0a2c; }
        body.alumni:not(.fsComposeMode) .alumni-grid .fsCalendar.fsList footer a:hover:after {
          color: #cf0a2c; }
  body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box {
    margin: 0 20px 20px;
    position: relative;
    clear: both;
    transition: opacity 1s linear; }
    @media (min-width: 1180px) {
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box {
        opacity: 0; } }
    @media (max-width: 700px) {
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box {
        position: relative !important;
        top: 0 !important;
        left: 0 !important; } }
    @media (min-width: 700px) {
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box {
        margin: 0;
        position: absolute !important; } }
    body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box header img {
      width: 100%; }
    body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent {
      z-index: 2;
      position: absolute;
      top: 0;
      left: 0;
      padding: 30px;
      opacity: 0;
      transition: all .3s linear;
      display: block;
      background: rgba(75, 1, 23, 0.9);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
      color: #cf0a2c;
      font-size: 22px;
      line-height: 26px;
      font-family: "Times New Roman", "Times Regular", serif; }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent a {
        font-size: 12px;
        font-family: "Gotham A", "Gotham B", sans-serif;
        color: #fff; }
        body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box > .fsElementContent a:after {
          color: #fff; }
    body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:hover > .fsElementContent {
      opacity: 1; }
    body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer {
      position: relative;
      padding: 20px;
      display: block;
      clear: both;
      z-index: 3;
      background: rgba(255, 255, 255, 0.9); }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer:before {
        display: block;
        content: '';
        position: absolute; }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer:after {
        display: block;
        content: '';
        position: absolute; }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box footer a {
        margin-bottom: 0; }
    body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(2) {
      width: 268px;
      float: right; }
      @media (min-width: 700px) {
        body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(2) {
          float: none;
          position: absolute;
          top: 170px;
          left: calc(100% - 298px) !important; } }
      @media (min-width: 1000px) {
        body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(2) {
          left: calc(100% - 558px) !important; } }
      @media (min-width: 1180px) {
        body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(2) {
          left: calc(50% - 150px) !important; } }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(2) > .fsElementContent {
        width: 268px;
        height: 228px;
        top: 0;
        left: auto;
        right: 0; }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(2) footer:before {
        background: #000;
        height: 30px;
        width: 90%;
        top: -15px;
        left: -30px; }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(2) footer:after {
        background: #cf0a2c;
        height: 5px;
        width: 100%;
        bottom: 0px;
        right: 0; }
    body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(3) {
      width: 284px;
      float: left; }
      @media (min-width: 700px) {
        body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(3) {
          float: none;
          position: absolute;
          top: 460px;
          left: 20px !important; } }
      @media (min-width: 1000px) {
        body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(3) {
          top: 60px;
          left: calc(100% - 304px) !important; } }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(3) header {
        z-index: 4; }
        body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(3) header img {
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5); }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(3) > .fsElementContent {
        width: 284px;
        height: 248px;
        top: 0;
        left: auto;
        right: 0; }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(3) footer {
        z-index: 0; }
        body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(3) footer:before {
          background: #cf0a2c;
          height: 15px;
          width: 90%;
          top: -10px;
          left: -20px; }
        body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(3) footer:after {
          background: #cf0a2c;
          height: 5px;
          width: 100%;
          bottom: 0px;
          right: 0; }
    body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(4) {
      width: 268px;
      float: right; }
      @media (min-width: 700px) {
        body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(4) {
          float: none;
          position: absolute;
          top: 560px;
          left: calc(100% - 268px) !important; } }
      @media (min-width: 1000px) {
        body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(4) {
          top: 500px;
          left: 0 !important; } }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(4) > .fsElementContent {
        width: 268px;
        height: 228px;
        top: 0;
        left: auto;
        right: 0; }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(4) footer:before {
        background: #cf0a2c;
        height: 20px;
        width: 100%;
        top: -15px;
        left: -30px; }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(4) footer:after {
        background: #000;
        height: 5px;
        width: 100%;
        bottom: 0px;
        right: 0; }
    body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(5) {
      width: 286px;
      float: left; }
      @media (min-width: 700px) {
        body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(5) {
          float: none;
          position: absolute;
          top: 830px;
          left: 30px !important; } }
      @media (min-width: 1000px) {
        body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(5) {
          top: 520px;
          left: 350px !important; } }
      @media (min-width: 1200px) {
        body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(5) {
          top: 590px;
          left: 540px !important; } }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(5) > .fsElementContent {
        width: 286px;
        height: 250px;
        top: 0;
        left: auto;
        right: 0; }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(5) footer:before {
        background: #000;
        height: 15px;
        width: 100%;
        top: -5px;
        right: -20px; }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(5) footer:after {
        background: #cf0a2c;
        height: 5px;
        width: 100%;
        bottom: 0px;
        right: -20px; }
    body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(7) {
      width: 220px;
      float: left; }
      @media (min-width: 700px) {
        body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(7) {
          float: none;
          position: absolute;
          top: 1230px;
          left: 40px !important; } }
      @media (min-width: 1000px) {
        body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(7) {
          top: 680px;
          left: 100px !important; } }
      @media (min-width: 1200px) {
        body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(7) {
          top: 780px;
          left: 0 !important; } }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(7) > .fsElementContent {
        width: 220px;
        height: 187px;
        top: 0;
        left: auto;
        right: 0;
        font-size: 15px; }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(7) footer:before {
        background: #000;
        height: 15px;
        width: 100%;
        top: -5px;
        right: -20px; }
      body.alumni:not(.fsComposeMode) .alumni-grid .alumni-profile-box:nth-child(7) footer:after {
        background: #cf0a2c;
        height: 5px;
        width: 100%;
        bottom: 0px;
        right: -20px; }

@media (min-width: 700px) {
  body.alumni:not(.fsComposeMode) .custom-slider {
    float: none;
    position: absolute;
    top: 1600px;
    width: 100%;
    left: 0px; } }

@media (min-width: 1000px) {
  body.alumni:not(.fsComposeMode) .custom-slider {
    top: 1150px;
    width: 787px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    body.alumni:not(.fsComposeMode) .custom-slider article {
      height: 370px; } }

@media (min-width: 1200px) {
  body.alumni:not(.fsComposeMode) .custom-slider {
    top: 1000px;
    -ms-transform: none;
    transform: none;
    left: auto;
    right: 0; } }

body.alumni:not(.fsComposeMode) .latest-news {
  clear: both; }
  body.alumni:not(.fsComposeMode) .latest-news .fsElementTitle {
    margin: 0 0 30px; }

@font-face {
  font-family: 'plan-icons';
  src: url("/uploaded/themes/build/fonts/icons.eot?25706266");
  src: url("/uploaded/themes/build/fonts/icons.eot?25706266#iefix") format("embedded-opentype"), url("/uploaded/themes/build/fonts/icons.woff?25706266") format("woff"), url("/uploaded/themes/build/fonts/icons.ttf?25706266") format("truetype"), url("/uploaded/themes/build/fonts/icons.svg?25706266#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * Gotham regular, light and bold
 */
@font-face {
  font-family: 'iolanibold';
  src: url("/uploaded/themes/build/fonts/iolani-bold-webfont.eot");
  src: url("/uploaded/themes/build/fonts/iolani-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/build/fonts/iolani-bold-webfont.woff2") format("woff2"), url("/uploaded/themes/build/fonts/iolani-bold-webfont.woff") format("woff"), url("/uploaded/themes/build/fonts/iolani-bold-webfont.ttf") format("truetype"), url("uploaded/themes/build/fonts/iolani-bold-webfont.svg#iolanibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'iolanibook';
  src: url("/uploaded/themes/build/fonts/iolani-book-webfont.eot");
  src: url("/uploaded/themes/build/fonts/iolani-book-webfont.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/build/fonts/iolani-book-webfont.woff2") format("woff2"), url("/uploaded/themes/build/fonts/iolani-book-webfont.woff") format("woff"), url("/uploaded/themes/build/fonts/iolani-book-webfont.ttf") format("truetype"), url("/uploaded/themes/build/fonts/iolani-book-webfont.svg#iolanibook") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'iolanilight';
  src: url("/uploaded/themes/build/fonts/iolani-light-webfont.eot");
  src: url("/uploaded/themes/build/fonts/iolani-light-webfont.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/build/fonts/iolani-light-webfont.woff2") format("woff2"), url("/uploaded/themes/build/fonts/iolani-light-webfont.woff") format("woff"), url("/uploaded/themes/build/fonts/iolani-light-webfont.ttf") format("truetype"), url("/uploaded/themes/build/fonts/iolani-light-webfont.svg#iolani_lightregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.strategic-plan:not(.fsComposeMode) {
  font-family: iolanibook;
  font-weight: normal;
  font-size: 16px;
  background-color: #CE0F2E;
  background: linear-gradient(270deg, #ce0f2e, #d4a643);
  background-size: 400% 400%;
  animation: backgroundanimation 15s ease infinite;
  /* line 20, ../../sass/_jumplinks.scss */
  /* line 61, ../../sass/_jumplinks.scss */
  /* line 73, ../../sass/_jumplinks.scss */
  /* line 95, ../../sass/_jumplinks.scss */
  /* line 15, ../../sass/_#fsHeader.scss */
  /* line 40, ../../sass/_#fsHeader.scss */
  /* line 46, ../../sass/_#fsHeader.scss */
  /* line 55, ../../sass/_#fsHeader.scss */
  /* line 72, ../../sass/_#fsHeader.scss */
  /* line 77, ../../sass/_#fsHeader.scss */
  /* line 85, ../../sass/_#fsHeader.scss */
  /* line 144, ../../sass/_#fsHeader.scss */
  /* line 167, ../../sass/_#fsHeader.scss */
  /* line 193, ../../sass/_#fsHeader.scss */
  /* line 11, ../../sass/_typography.scss */
  /* line 16, ../../sass/_typography.scss */
  /* line 37, ../../sass/_typography.scss */
  /* line 65, ../../sass/_typography.scss */
  /* line 69, ../../sass/_typography.scss */
  /* line 74, ../../sass/_typography.scss */
  /* line 87, ../../sass/_typography.scss */
  /* line 9, ../../sass/_flyout-menu.scss */
  /* line 28, ../../sass/_flyout-menu.scss */
  /* line 63, ../../sass/_flyout-menu.scss */
  /* line 71, ../../sass/_flyout-menu.scss */
  /* line 82, ../../sass/_flyout-menu.scss */
  /* line 96, ../../sass/_flyout-menu.scss */
  /* line 214, ../../sass/_flyout-menu.scss */
  /* line 230, ../../sass/_flyout-menu.scss */ }
  .strategic-plan:not(.fsComposeMode) .drawer-ribbon,
  .strategic-plan:not(.fsComposeMode) #fsMenu {
    display: none !important; }
  .strategic-plan:not(.fsComposeMode) #fsPageWrapper {
    background-color: #CE0F2E;
    background: linear-gradient(270deg, #ce0f2e, #d4a643);
    background-size: 400% 400%;
    animation: backgroundanimation 15s ease infinite; }
  .strategic-plan:not(.fsComposeMode) #fsPageBody {
    max-width: 1300px !important; }
  .strategic-plan:not(.fsComposeMode) #fsPageContent {
    margin-top: 0; }
    .strategic-plan:not(.fsComposeMode) #fsPageContent > .fsPageLayout {
      margin: 0; }
      .strategic-plan:not(.fsComposeMode) #fsPageContent > .fsPageLayout > .fsDiv {
        margin-top: 0; }
  .strategic-plan:not(.fsComposeMode) #fsPageBodyWrapper {
    padding: 0;
    background: none; }

@keyframes backgroundanimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  .strategic-plan:not(.fsComposeMode) .splash {
    width: calc(100vw - 14px);
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    background: #fff;
    text-align: center; }
    .strategic-plan:not(.fsComposeMode) .splash > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 90.76923em;
      max-width: 73.75rem;
      max-width: 1300px !important; }
    @media (min-width: 1300px) {
      .strategic-plan:not(.fsComposeMode) .splash h1, .strategic-plan:not(.fsComposeMode) .splash .fsNews.fsPost .fsTitle, .fsNews.fsPost .strategic-plan:not(.fsComposeMode) .splash .fsTitle, .strategic-plan:not(.fsComposeMode) .splash .fsPostElement.fsPost .fsTitle, .fsPostElement.fsPost .strategic-plan:not(.fsComposeMode) .splash .fsTitle {
        font-size: 144px;
        line-height: 1em;
        color: #000;
        text-transform: uppercase; } }
  .strategic-plan:not(.fsComposeMode) [class^="icon-"]:before, .strategic-plan:not(.fsComposeMode) [class*=" icon-"]:before {
    font-family: "plan-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .strategic-plan:not(.fsComposeMode) .icon-academics:before {
    content: '\e800'; }
  .strategic-plan:not(.fsComposeMode) .icon-facebook:before {
    content: '\e801'; }
  .strategic-plan:not(.fsComposeMode) .icon-twitter:before {
    content: '\e802'; }
  .strategic-plan:not(.fsComposeMode) .icon-youtube-play:before {
    content: '\e803'; }
  .strategic-plan:not(.fsComposeMode) .icon-instagram:before {
    content: '\e804'; }
  .strategic-plan:not(.fsComposeMode) .icon-academics-mobile:before {
    content: '\e805'; }
  .strategic-plan:not(.fsComposeMode) .icon-balance:before {
    content: '\e806'; }
  .strategic-plan:not(.fsComposeMode) .icon-balance-mobile:before {
    content: '\e807'; }
  .strategic-plan:not(.fsComposeMode) .icon-place:before {
    content: '\e808'; }
  .strategic-plan:not(.fsComposeMode) .icon-place-mobile:before {
    content: '\e809'; }
  .strategic-plan:not(.fsComposeMode) .icon-relationship:before {
    content: '\e80a'; }
  .strategic-plan:not(.fsComposeMode) .icon-relationship-mobile:before {
    content: '\e80b'; }
  .strategic-plan:not(.fsComposeMode) .icon-plus::before {
    content: '+'; }
  .strategic-plan:not(.fsComposeMode) .icon-youtube:before {
    content: '\e80c'; }
  .strategic-plan:not(.fsComposeMode) .icon-linkedin:before {
    content: '\e80d'; }
  .strategic-plan:not(.fsComposeMode) .icon-down-open-big:before {
    content: '\e80e'; }
  .strategic-plan:not(.fsComposeMode) .jumpers {
    border: 0 none;
    margin: 0;
    min-height: 0;
    opacity: 1;
    transition: opacity 300ms ease; }
    .strategic-plan:not(.fsComposeMode) .jumpers .navbar-nav li {
      float: none;
      display: inline-block; }
  .strategic-plan:not(.fsComposeMode).fixed-nav .splash .jumpers {
    opacity: 0; }
  @media (max-width: 767px) {
    .strategic-plan:not(.fsComposeMode) .splash .jumpers .icon-balance:before {
      content: '\e807'; } }
  .strategic-plan:not(.fsComposeMode) .jumpers.affix {
    position: static; }
  .strategic-plan:not(.fsComposeMode) .jumpers ul.nav {
    margin: 0 0 50px !important;
    width: 100%;
    text-align: center; }
    .strategic-plan:not(.fsComposeMode) .jumpers ul.nav li + li {
      margin-left: 0px; }
  .strategic-plan:not(.fsComposeMode) .jumpers a {
    text-align: center;
    color: #fff;
    padding: 0; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .jumpers ul.nav li + li {
      margin-left: 10px; } }
  .strategic-plan:not(.fsComposeMode) .splash .jumpers a {
    color: #333; }
  @media (max-width: 767px) {
    .strategic-plan:not(.fsComposeMode) .splash .jumpers a {
      padding: 0;
      font-size: 14px; } }
  .strategic-plan:not(.fsComposeMode) .jumpers a em {
    border-radius: 50%;
    font-size: 3em;
    display: block;
    margin: auto;
    height: 1.25em;
    width: 1.25em;
    border: 2px solid #333;
    color: #333;
    font-style: normal; }
    .strategic-plan:not(.fsComposeMode) .jumpers a em::before {
      margin: 0;
      line-height: 1.25em; }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 50, ../../sass/_jumplinks.scss */ }
      .strategic-plan:not(.fsComposeMode) .jumpers a em {
        font-size: 3.25em; } }
  @media (min-width: 1200px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 50, ../../sass/_jumplinks.scss */ }
      .strategic-plan:not(.fsComposeMode) .jumpers a em {
        font-size: 3.5em; } }
  .strategic-plan:not(.fsComposeMode) .splash .jumpers a em {
    border-color: #333;
    /* IE FIXES HERE */
    /* ----------- */ }
    .strategic-plan:not(.fsComposeMode) .splash .jumpers a em.icon-plus::before {
      -ms-transform: translateY(-6px) translateX(0px);
      transform: translateY(-6px) translateX(0px); }
  .strategic-plan:not(.fsComposeMode) .no-flexbox .splash .jumpers a em.icon-plus::before {
    -ms-transform: none;
    transform: none; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 87, ../../sass/_jumplinks.scss */ }
      .strategic-plan:not(.fsComposeMode) .splash .jumpers a em.icon-plus::before {
        -ms-transform: none;
        transform: none; } }
  .strategic-plan:not(.fsComposeMode) .jumpers a span {
    padding-top: .5em;
    color: #333;
    text-transform: uppercase;
    display: none; }
  .strategic-plan:not(.fsComposeMode) .jumpers a:focus {
    background-color: transparent; }
  .strategic-plan:not(.fsComposeMode) .jumpers a:hover {
    background-color: transparent;
    color: #CE0F2E; }
    .strategic-plan:not(.fsComposeMode) .jumpers a:hover em {
      background-color: #fff;
      border-color: #CE0F2E;
      color: #CE0F2E; }
    .strategic-plan:not(.fsComposeMode) .jumpers a:hover span {
      color: #CE0F2E; }
  .strategic-plan:not(.fsComposeMode) .jumpers li:last-child {
    transition: transform 200ms ease; }
  @media (max-width: 767px) {
    .strategic-plan:not(.fsComposeMode) .jumpers a span {
      display: none; } }
  .strategic-plan:not(.fsComposeMode).flyout-menu-open .splash .jumpers li:last-child {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .strategic-plan:not(.fsComposeMode) #fsHeader {
    background-color: transparent;
    overflow: visible;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    transition: transform 300ms ease-in, height 200ms linear; }
    .strategic-plan:not(.fsComposeMode) #fsHeader::before {
      position: absolute;
      content: '';
      top: 0;
      height: 50px;
      width: 100%;
      left: 0;
      background-color: #fff;
      transition: transform 200ms;
      -ms-transform-origin: top left;
      transform-origin: top left; }
  @media (max-width: 767px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 3, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader {
        font-size: 64%;
        padding-top: 4px; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 3, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader {
        padding-top: 6px; } }
  @media (min-width: 1200px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 3, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader {
        padding-top: 4px; } }
  .strategic-plan:not(.fsComposeMode).fixed-nav #fsHeader {
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .strategic-plan:not(.fsComposeMode) #fsHeader .container-fluid {
    position: relative;
    background-image: url(/uploaded/images/strategic-plan/logo-dark.svg);
    background-repeat: no-repeat;
    background-size: 150px auto;
    background-position: 15px 8px;
    text-align: center;
    /* IE FIXES HERE */
    /* ----------- */ }
  .strategic-plan:not(.fsComposeMode) .no-flexbox #fsHeader .container-fluid {
    background-image: url(/uploaded/images/strategic-plan/logo-dark.jpg); }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 46, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader .container-fluid {
        background-image: url(/uploaded/images/strategic-plan/logo-dark.jpg); } }
  @media (max-width: 767px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 46, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader .container-fluid {
        padding-left: 0;
        padding-right: 0;
        background-image: url(/uploaded/images/strategic-plan/logo-min.svg);
        background-size: 37px auto;
        background-position: 15px -2px; } }
  .strategic-plan:not(.fsComposeMode) #fsHeader .container-fluid > * {
    vertical-align: middle; }
  .strategic-plan:not(.fsComposeMode) #fsHeader .navbar {
    margin-left: 60px; }
  .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav {
    float: none; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 77, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader .navbar {
        margin-left: 0px; } }
  @media (max-width: 767px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 85, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav {
        margin: 0; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 85, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav {
        float: none;
        transition: transform 300ms; } }
  .strategic-plan:not(.fsComposeMode).flexbox #fsHeader ul.navbar-nav, .strategic-plan:not(.fsComposeMode).flexboxtweener #fsHeader ul.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav > li {
    display: inline-block;
    float: none; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav > li {
      -ms-transform: scale(0.6) translateY(-1.5em);
      transform: scale(0.6) translateY(-1.5em);
      transition: transform 200ms linear; } }
  .strategic-plan:not(.fsComposeMode).flexbox #fsHeader ul.navbar-nav > li, .strategic-plan:not(.fsComposeMode).flexboxtweener #fsHeader ul.navbar-nav > li {
    -ms-flex: 1 1 20%;
    flex: 1 1 20%; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 113, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode).flexbox #fsHeader ul.navbar-nav > li, .strategic-plan:not(.fsComposeMode).flexboxtweener #fsHeader ul.navbar-nav > li {
        -ms-flex: 0;
        flex: 0;
        min-width: 46px; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 123, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav > li a em {
        border-width: 1px !important; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 129, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav > li a span {
        font-size: 0.65em; } }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 129, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav > li a span {
        font-size: 0.75em; } }
  @media (min-width: 1200px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 129, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav > li a span {
        font-size: 0.85em; } }
  .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav > li:last-child::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    bottom: -8px;
    background-color: #333; }
  .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav > li:last-child a em {
    border: 0 none;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: transform 300ms;
    -ms-transform: none;
    transform: none;
    color: #fff; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 142, ../../sass/_#fsHeader.scss */
      /* line 160, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav > li:last-child {
        position: absolute;
        right: 0;
        top: 0; }
        .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav > li:last-child::before {
          content: none; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 167, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav > li:last-child a em {
        color: #333; } }
  .strategic-plan:not(.fsComposeMode).flyout-menu-open #fsHeader ul.navbar-nav > li:last-child a em {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav > li:last-child A:focus em, .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav > li:last-child A:hover em {
    background-color: transparent; }
  .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav > li.active a span, .strategic-plan:not(.fsComposeMode) #fsHeader ul.navbar-nav > li.active a em {
    color: #CE0F2E; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 204, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader:hover::before, .strategic-plan:not(.fsComposeMode) #fsHeader:focus::before {
        -ms-transform: scaleY(1.7);
        transform: scaleY(1.7); } }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 208, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader:hover::before, .strategic-plan:not(.fsComposeMode) #fsHeader:focus::before {
        -ms-transform: scaleY(1.9);
        transform: scaleY(1.9); } }
  @media (min-width: 1200px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 212, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader:hover::before, .strategic-plan:not(.fsComposeMode) #fsHeader:focus::before {
        -ms-transform: scaleY(2.2);
        transform: scaleY(2.2); } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 215, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader:hover .container-fluid, .strategic-plan:not(.fsComposeMode) #fsHeader:focus .container-fluid {
        background-position: 15px 18px;
        background-size: 186px auto; } }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 215, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader:hover .container-fluid, .strategic-plan:not(.fsComposeMode) #fsHeader:focus .container-fluid {
        background-position: 15px 20px;
        background-size: 250px auto; } }
  @media (min-width: 1200px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 215, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader:hover .container-fluid, .strategic-plan:not(.fsComposeMode) #fsHeader:focus .container-fluid {
        background-size: 300px auto; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 234, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader:hover ul.navbar-nav > li, .strategic-plan:not(.fsComposeMode) #fsHeader:focus ul.navbar-nav > li {
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -ms-flex: 1;
        flex: 1;
        min-width: 92px;
        max-width: 92px; } }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 234, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader:hover ul.navbar-nav > li, .strategic-plan:not(.fsComposeMode) #fsHeader:focus ul.navbar-nav > li {
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        min-width: 100px;
        max-width: 100px; } }
  @media (min-width: 1200px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 234, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader:hover ul.navbar-nav > li, .strategic-plan:not(.fsComposeMode) #fsHeader:focus ul.navbar-nav > li {
        -ms-transform: scale(1);
        transform: scale(1);
        min-width: 115px;
        max-width: 115px; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 255, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader:hover ul.navbar-nav > li > a em, .strategic-plan:not(.fsComposeMode) #fsHeader:focus ul.navbar-nav > li > a em {
        border-width: 2px !important; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 260, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader:hover ul.navbar-nav > li > a span, .strategic-plan:not(.fsComposeMode) #fsHeader:focus ul.navbar-nav > li > a span {
        display: inline-block; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 268, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader:hover ul.navbar-nav > li + li, .strategic-plan:not(.fsComposeMode) #fsHeader:focus ul.navbar-nav > li + li {
        margin-left: 0; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 277, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader .icon-pencil-mobile::before {
        content: '\e800'; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 278, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader .icon-flower-mobile::before {
        content: '\e805'; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 279, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader .icon-place-mobile::before {
        content: '\e808'; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 280, ../../sass/_#fsHeader.scss */ }
      .strategic-plan:not(.fsComposeMode) #fsHeader .icon-balance-mobile::before {
        content: '\e806'; } }
  .strategic-plan:not(.fsComposeMode) p {
    margin-bottom: 3rem;
    font-family: iolanibook;
    font-weight: normal; }
  .strategic-plan:not(.fsComposeMode) h1, .strategic-plan:not(.fsComposeMode) .fsNews.fsPost .fsTitle, .fsNews.fsPost .strategic-plan:not(.fsComposeMode) .fsTitle, .strategic-plan:not(.fsComposeMode) .fsPostElement.fsPost .fsTitle, .fsPostElement.fsPost .strategic-plan:not(.fsComposeMode) .fsTitle, .strategic-plan:not(.fsComposeMode) h2, .strategic-plan:not(.fsComposeMode) h3, .strategic-plan:not(.fsComposeMode) h4, .strategic-plan:not(.fsComposeMode) h5, .strategic-plan:not(.fsComposeMode) h6 {
    line-height: 1.1; }
  .strategic-plan:not(.fsComposeMode) h1, .strategic-plan:not(.fsComposeMode) .fsNews.fsPost .fsTitle, .fsNews.fsPost .strategic-plan:not(.fsComposeMode) .fsTitle, .strategic-plan:not(.fsComposeMode) .fsPostElement.fsPost .fsTitle, .fsPostElement.fsPost .strategic-plan:not(.fsComposeMode) .fsTitle {
    text-align: center;
    font-size: 13vw;
    color: #CE0F2E !important;
    line-height: 0.9em;
    font-family: iolanibold;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 16, ../../sass/_typography.scss */ }
      .strategic-plan:not(.fsComposeMode) h1, .strategic-plan:not(.fsComposeMode) .fsNews.fsPost .fsTitle, .fsNews.fsPost .strategic-plan:not(.fsComposeMode) .fsTitle, .strategic-plan:not(.fsComposeMode) .fsPostElement.fsPost .fsTitle, .fsPostElement.fsPost .strategic-plan:not(.fsComposeMode) .fsTitle {
        font-size: 90px; } }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 16, ../../sass/_typography.scss */ }
      .strategic-plan:not(.fsComposeMode) h1, .strategic-plan:not(.fsComposeMode) .fsNews.fsPost .fsTitle, .fsNews.fsPost .strategic-plan:not(.fsComposeMode) .fsTitle, .strategic-plan:not(.fsComposeMode) .fsPostElement.fsPost .fsTitle, .fsPostElement.fsPost .strategic-plan:not(.fsComposeMode) .fsTitle {
        font-size: 124px; } }
  @media (min-width: 1300px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 16, ../../sass/_typography.scss */ }
      .strategic-plan:not(.fsComposeMode) h1, .strategic-plan:not(.fsComposeMode) .fsNews.fsPost .fsTitle, .fsNews.fsPost .strategic-plan:not(.fsComposeMode) .fsTitle, .strategic-plan:not(.fsComposeMode) .fsPostElement.fsPost .fsTitle, .fsPostElement.fsPost .strategic-plan:not(.fsComposeMode) .fsTitle {
        font-size: 144px; } }
  .strategic-plan:not(.fsComposeMode) H2 {
    font-family: iolanibold;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1.1em; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 37, ../../sass/_typography.scss */ }
      .strategic-plan:not(.fsComposeMode) H2 {
        font-size: 50px; } }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 37, ../../sass/_typography.scss */ }
      .strategic-plan:not(.fsComposeMode) H2 {
        font-size: 60px; } }
  @media (min-width: 1200px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 37, ../../sass/_typography.scss */ }
      .strategic-plan:not(.fsComposeMode) H2 {
        font-size: 70px; } }
  .strategic-plan:not(.fsComposeMode) H3 {
    font-family: iolanilight;
    text-transform: uppercase;
    font-size: 21px; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 65, ../../sass/_typography.scss */ }
      .strategic-plan:not(.fsComposeMode) H3 {
        font-size: 24px; } }
  .strategic-plan:not(.fsComposeMode) H4 {
    font-family: iolanilight;
    text-transform: uppercase; }
  .strategic-plan:not(.fsComposeMode) H5 {
    font-family: iolanibold;
    font-size: 16px;
    margin-top: 1em; }
    .strategic-plan:not(.fsComposeMode) H5 span {
      font-family: iolanilight; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 74, ../../sass/_typography.scss */ }
      .strategic-plan:not(.fsComposeMode) H5 {
        font-size: 22px; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 74, ../../sass/_typography.scss */ }
      .strategic-plan:not(.fsComposeMode) H5 {
        font-size: 24px; } }
  .strategic-plan:not(.fsComposeMode) .flyout-menu {
    position: fixed;
    top: 0;
    left: calc(100vw + 250px);
    width: calc(100vw + 250px);
    z-index: 100;
    display: block !important;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
    padding-top: 15px !important;
    height: 100vh;
    background-color: #101010;
    background-color: rgba(16, 16, 16, 0.9);
    color: #FFF;
    transition: all 300ms ease-in-out; }
    .strategic-plan:not(.fsComposeMode) .flyout-menu::before {
      content: 'MORE';
      font-family: iolanibold;
      position: absolute;
      top: 24px;
      left: 32px;
      font-size: 14px; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 28, ../../sass/_flyout-menu.scss */ }
      .strategic-plan:not(.fsComposeMode) .flyout-menu::before {
        top: 28px; } }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 28, ../../sass/_flyout-menu.scss */ }
      .strategic-plan:not(.fsComposeMode) .flyout-menu::before {
        top: 36px; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 9, ../../sass/_flyout-menu.scss */ }
      .strategic-plan:not(.fsComposeMode) .flyout-menu {
        left: calc(100vw + 350px);
        width: calc(100vw + 350px); } }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 9, ../../sass/_flyout-menu.scss */
      /* line 52, ../../sass/_flyout-menu.scss */ }
      .strategic-plan:not(.fsComposeMode) .flyout-menu {
        left: 100vw;
        width: 100vw; }
        .strategic-plan:not(.fsComposeMode) .flyout-menu::after {
          content: ' ';
          position: absolute;
          right: 0;
          width: calc(100vw - 350px);
          top: 0;
          bottom: 0;
          background-color: #000; } }
  .strategic-plan:not(.fsComposeMode).flyout-menu-open .flyout-menu {
    left: calc(100vw - 250px); }
  .strategic-plan:not(.fsComposeMode).flyout-menu-open.secondary-content .flyout-menu {
    left: -250px; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 63, ../../sass/_flyout-menu.scss */ }
      .strategic-plan:not(.fsComposeMode).flyout-menu-open .flyout-menu {
        left: calc(100vw - 350px); } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 71, ../../sass/_flyout-menu.scss */ }
      .strategic-plan:not(.fsComposeMode).flyout-menu-open.secondary-content .flyout-menu {
        left: -350px; } }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 71, ../../sass/_flyout-menu.scss */ }
      .strategic-plan:not(.fsComposeMode).flyout-menu-open.secondary-content .flyout-menu {
        left: 0; } }
  .strategic-plan:not(.fsComposeMode) .flyout-menu a#closeicon {
    color: #fff;
    font-size: 34px;
    float: right;
    display: inline-block;
    line-height: 0.25em;
    margin-right: 100vw;
    z-index: 1;
    position: relative;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: rotate 300ms;
    -ms-transform: none;
    transform: none; }
  .strategic-plan:not(.fsComposeMode).flyout-menu-open .flyout-menu a#closeicon {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition-delay: 300ms; }
    .strategic-plan:not(.fsComposeMode).flyout-menu-open .flyout-menu a#closeicon:hover, .strategic-plan:not(.fsComposeMode).flyout-menu-open .flyout-menu a#closeicon:focus {
      text-decoration: none; }
  .strategic-plan:not(.fsComposeMode).flyout-menu-open.secondary-content .flyout-menu a#closeicon {
    margin-right: 0; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .flyout-menu a#closeicon {
      font-size: 40px; } }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) .flyout-menu a#closeicon {
      font-size: 50px;
      margin-right: calc(100vw - 350px); } }
  @media (min-width: 1200px) {
    .strategic-plan:not(.fsComposeMode) .flyout-menu a#closeicon {
      font-size: 60px; } }
  .strategic-plan:not(.fsComposeMode) .flyout-menu nav {
    clear: both;
    float: left;
    width: 250px; }
    .strategic-plan:not(.fsComposeMode) .flyout-menu nav ul {
      padding: 0;
      margin: 0; }
      .strategic-plan:not(.fsComposeMode) .flyout-menu nav ul li {
        list-style-type: none;
        padding: 0.5em 0.5em 0.5em 2em; }
        .strategic-plan:not(.fsComposeMode) .flyout-menu nav ul li a {
          font-family: iolanilight;
          font-size: 24px;
          text-transform: uppercase;
          color: #fff; }
          .strategic-plan:not(.fsComposeMode) .flyout-menu nav ul li a:hover {
            text-decoration: underline; }
  .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content {
    float: left;
    width: 100vw;
    height: 90vh;
    overflow-y: auto;
    position: relative;
    z-index: 1; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .flyout-menu nav {
      width: 350px; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .flyout-menu nav ul li a {
      font-size: 28px; } }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content {
      width: calc(100vw - 370px); } }
  .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content .btn-default {
    margin-top: 1em; }
  .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div {
    text-align: center;
    margin: auto;
    padding: 36px 1em 1em 1em;
    max-width: 600px; }
    .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div H3 {
      padding-bottom: 1em;
      margin-bottom: 1em;
      position: relative;
      font-family: iolanibold; }
      .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div H3::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 80%;
        height: 6px;
        left: 10%;
        background-color: #fff; }
    .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div P {
      font-size: 18px;
      line-height: 1.3em;
      margin: 0 0 2em 0; }
      .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div P .img-responsive {
        display: inline-block;
        margin-bottom: 1em; }
      .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div P strong {
        display: block;
        font-family: iolanibold; }
    .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div ul {
      padding: 0 0 0 1.25em;
      text-align: left; }
      .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div ul li {
        font-size: 1.2em; }
  .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent .secondary-cta A.icon {
    color: #000;
    background-color: #fff;
    display: inline-block;
    font-size: 2em;
    line-height: 1.3em; }
    .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent .secondary-cta A.icon:hover, .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent .secondary-cta A.icon:focus {
      background-color: #CE0F2E;
      color: #fff;
      text-decoration: none; }
  .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent .secondary-cta H4 {
    font-size: 1.6em;
    line-height: 1.3em; }
  .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent .secondary-cta div.connect {
    margin-top: -2em; }
    .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent .secondary-cta div.connect + div {
      margin-top: 10px; }
      .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent .secondary-cta div.connect + div a {
        color: #fff;
        font-size: 1.75em; }
      .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent .secondary-cta div.connect + div a:hover {
        color: #CE0F2E;
        text-decoration: none; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div {
      max-width: 760px;
      padding: 15px; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div H3 {
      font-size: 42px; } }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div H3 {
      font-size: 48px; } }
  @media (min-width: 1200px) {
    .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div H3 {
      font-size: 52px; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 214, ../../sass/_flyout-menu.scss */ }
      .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div P {
        font-size: 22px;
        margin: 0 0 3em 0; } }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 214, ../../sass/_flyout-menu.scss */ }
      .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div P {
        font-size: 26px; } }
  @media (min-width: 1200px) {
    .strategic-plan:not(.fsComposeMode) {
      /* line 214, ../../sass/_flyout-menu.scss */ }
      .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div P {
        font-size: 28px; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div ul {
      text-align: center;
      list-style-type: none;
      padding: 0;
      margin: 0 0 10px !important; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode).flexbox .flyout-menu .secondary-content > .fsElementContent > div ul, .strategic-plan:not(.fsComposeMode).flexboxtweener .flyout-menu .secondary-content > .fsElementContent > div ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: baseline;
      align-items: baseline; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div ul li {
      display: inline-block;
      font-size: 1em;
      width: calc(25% - 4px);
      vertical-align: top; }
      .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .fsElementContent > div ul li::before {
        line-height: 0.9em;
        display: block;
        font-size: 2em;
        padding-right: 0;
        content: '\2022';
        color: #CE0F2E; }
    .strategic-plan:not(.fsComposeMode).flexbox .flyout-menu .secondary-content > .fsElementContent > div ul li,
    .strategic-plan:not(.fsComposeMode).flexboxtweener .flyout-menu .secondary-content > .fsElementContent > div ul li {
      max-width: 30%; } }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .secondary-cta H4 {
      font-size: 1.8em; } }
  @media (min-width: 1200px) {
    .strategic-plan:not(.fsComposeMode) .flyout-menu .secondary-content > .secondary-cta H4 {
      font-size: 2em; } }
  .strategic-plan:not(.fsComposeMode) .container-fluid {
    max-width: 600px;
    position: relative; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .container-fluid {
      max-width: 1300px; } }
  .strategic-plan:not(.fsComposeMode) a {
    transition: color 300ms, background-color 300ms; }
  .strategic-plan:not(.fsComposeMode) .numberpanel {
    min-height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    min-height: 800px;
    padding-top: 25px; }
    .strategic-plan:not(.fsComposeMode) .numberpanel * {
      color: #fff; }
    .strategic-plan:not(.fsComposeMode) .numberpanel > .fsElementContent {
      background-repeat: no-repeat;
      background-size: 150px auto;
      background-position: 100% 0; }
    .strategic-plan:not(.fsComposeMode) .numberpanel .img {
      display: none; }
    .strategic-plan:not(.fsComposeMode) .numberpanel .img-mobile {
      margin: 0 auto 1.5rem auto;
      max-width: 600px; }
      .strategic-plan:not(.fsComposeMode) .numberpanel .img-mobile > img {
        display: block;
        width: 100%;
        height: auto; }
    .strategic-plan:not(.fsComposeMode) .numberpanel H2 {
      margin-top: 1em; }
  @media (max-width: 767px) {
    .strategic-plan:not(.fsComposeMode) .numberpanel {
      background-image: none !important; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .numberpanel {
      padding-top: 150px;
      background-size: 300px auto;
      background-position: -54px 150px; } }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) .numberpanel {
      background-size: 400px auto;
      background-position: -72px 150px; } }
  @media (min-width: 1200px) {
    .strategic-plan:not(.fsComposeMode) .numberpanel {
      background-size: 500px auto;
      background-position: -90px 150px; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .numberpanel > .fsElementContent {
      background-image: none !important; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .numberpanel .img {
      position: absolute;
      display: inline-block;
      right: 0;
      top: 150px;
      width: 30%; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .numberpanel .img-mobile {
      display: none; } }
  @media (min-width: 1200px) {
    .strategic-plan:not(.fsComposeMode) .numberpanel .col-lg-offset-2 {
      margin-left: 15%; } }
  @media (min-width: 1200px) {
    .strategic-plan:not(.fsComposeMode) .numberpanel .col-lg-7 {
      width: 55%; } }
  .strategic-plan:not(.fsComposeMode) .academics {
    background-image: url(/uploaded/images/strategic-plan/one.svg); }
    .strategic-plan:not(.fsComposeMode) .academics > .fsElementContent {
      background-image: url(/uploaded/images/strategic-plan/one.svg); }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .academics {
      background-position: -67px 150px; }
      .strategic-plan:not(.fsComposeMode) .academics > .fsElementContent {
        background-position: -67px 150px; } }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) .academics {
      background-position: -85px 150px; }
      .strategic-plan:not(.fsComposeMode) .academics > .fsElementContent {
        background-position: -85px 150px; } }
  @media (min-width: 1200px) {
    .strategic-plan:not(.fsComposeMode) .academics {
      background-position: -20px 150px; }
      .strategic-plan:not(.fsComposeMode) .academics > .fsElementContent {
        background-position: -20px 150px; } }
  .strategic-plan:not(.fsComposeMode) .relationships {
    background-image: url(/uploaded/images/strategic-plan/two.svg); }
    .strategic-plan:not(.fsComposeMode) .relationships > .fsElementContent {
      background-image: url(/uploaded/images/strategic-plan/two.svg); }
  .strategic-plan:not(.fsComposeMode) .balance {
    background-image: url(/uploaded/images/strategic-plan/three.svg); }
    .strategic-plan:not(.fsComposeMode) .balance > .fsElementContent {
      background-image: url(/uploaded/images/strategic-plan/three.svg); }
  .strategic-plan:not(.fsComposeMode) .place {
    background-image: url(/uploaded/images/strategic-plan/four.svg); }
    .strategic-plan:not(.fsComposeMode) .place > .fsElementContent {
      background-image: url(/uploaded/images/strategic-plan/four.svg); }
  .strategic-plan:not(.fsComposeMode) .splash {
    background-color: #fff;
    color: #333;
    text-align: center;
    /* IE FIXES HERE */
    /* ----------- */ }
    @media (min-width: 768px) {
      .strategic-plan:not(.fsComposeMode) .splash {
        min-height: 100vh; } }
    .strategic-plan:not(.fsComposeMode) .splash nav {
      display: inline-block; }
      .strategic-plan:not(.fsComposeMode) .splash nav > ul > li {
        display: inline-block; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode).flexbox .splash, .strategic-plan:not(.fsComposeMode).flexboxtweener .splash {
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex; } }
  .strategic-plan:not(.fsComposeMode) .no-flexbox .splash {
    padding-top: 50px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .strategic-plan:not(.fsComposeMode) .splash {
      padding-top: 50px; } }
  .strategic-plan:not(.fsComposeMode) .splash > .fsElementContent img {
    height: auto;
    margin-bottom: 6vh;
    margin-top: 4vh; }
  .strategic-plan:not(.fsComposeMode) .splash p {
    font-family: iolanibold;
    max-width: 850px;
    margin: 5vh auto;
    padding: 5vh 0 0 0;
    position: relative;
    font-size: 0.65em; }
    .strategic-plan:not(.fsComposeMode) .splash p::before {
      content: ' ';
      position: absolute;
      top: 0;
      width: 20%;
      height: 3px;
      background-color: #333;
      left: 40%; }
  .strategic-plan:not(.fsComposeMode) .splash > a {
    position: absolute;
    bottom: 11vh;
    left: calc(50% - 0.75em);
    font-size: 2em;
    color: #333;
    transition: bottom 500ms ease 1000;
    text-decoration: none; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .splash > .fsElementContent {
      margin-bottom: 10vh;
      margin-top: 0; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .splash .fsElementContent > .fsElement:first-child img {
      width: 280px; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .splash h1 img, .strategic-plan:not(.fsComposeMode) .splash .fsNews.fsPost .fsTitle img, .fsNews.fsPost .strategic-plan:not(.fsComposeMode) .splash .fsTitle img, .strategic-plan:not(.fsComposeMode) .splash .fsPostElement.fsPost .fsTitle img, .fsPostElement.fsPost .strategic-plan:not(.fsComposeMode) .splash .fsTitle img {
      max-width: 78vw;
      display: inline-block; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .splash P {
      font-size: 18px; } }
  @media (min-width: 992px) {
    .strategic-plan:not(.fsComposeMode) .splash P {
      font-size: 20px; } }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) .splash > a {
      bottom: 1em; } }
  .strategic-plan:not(.fsComposeMode) .strat-plan-footer {
    padding: 3em 0;
    text-align: center;
    color: #fff; }
    .strategic-plan:not(.fsComposeMode) .strat-plan-footer h3 {
      margin: 0 auto 1em auto;
      text-align: center; }
    .strategic-plan:not(.fsComposeMode) .strat-plan-footer .btn-default {
      margin-top: 3px; }
  @media (min-width: 768px) {
    .strategic-plan:not(.fsComposeMode) FOOTER .btn-default {
      margin-top: 0; } }
  .strategic-plan:not(.fsComposeMode) .btn-default {
    font-family: iolanilight;
    text-transform: uppercase;
    font-size: 21px;
    color: #CE0F2E; }

/*! pages - style-guide v0.0.1 */
.colors ol {
  zoom: 1;
  margin-bottom: 1.53846em;
  padding: 0;
  list-style: none;
  min-height: 260px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    margin: 0 1px 40px;
    height: 100px;
    width: 100px;
    display: flex 1 0 auto; }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .colors ol li:nth-of-type(1) {
      background: #000;
      color: #000; }
      .colors ol li:nth-of-type(1):after {
        content: "#000"; }
    .colors ol li:nth-of-type(1) {
      background: #000;
      color: #000; }
      .colors ol li:nth-of-type(1):after {
        content: "#000"; }
    .colors ol li:nth-of-type(3) {
      background: #cf0a2c;
      color: #cf0a2c; }
      .colors ol li:nth-of-type(3):after {
        content: "#cf0a2c"; }
    .colors ol li:nth-of-type(4) {
      background: #f7f7f7;
      color: #f7f7f7; }
      .colors ol li:nth-of-type(4):after {
        content: "#f7f7f7"; }
    .colors ol li:nth-of-type(5) {
      background: #929293;
      color: #929293; }
      .colors ol li:nth-of-type(5):after {
        content: "#929293"; }
    .colors ol li:nth-of-type(6) {
      background: #646569;
      color: #646569; }
      .colors ol li:nth-of-type(6):after {
        content: "#646569"; }
    .colors ol li:nth-of-type(7) {
      background: #4d4d4d;
      color: #4d4d4d; }
      .colors ol li:nth-of-type(7):after {
        content: "#4d4d4d"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 3.07692em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.38462em;
    padding: 0.38462em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Times New Roman", "Times Regular", serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Times New Roman, Times Regular, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Gotham A", "Gotham B", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Gotham A, Gotham B, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after, .headers .fsNews.fsPost .fsTitle:after, .fsNews.fsPost .headers .fsTitle:after, .headers .fsPostElement.fsPost .fsTitle:after, .fsPostElement.fsPost .headers .fsTitle:after {
  content: " size: 26px / line: 36px"; }

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

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

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

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

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

.fsDraftMode .fsElementContent p:empty {
  height: 18px; }

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