@charset "UTF-8";
 /**
 *
 * Springfield School District - default_15
 * @link http://springfield.finalsite.com
 * Site Template : newclientcustom
 * Built By: EasyWebOs
 * Project Manager: Laurie Murphy
 * Designer: Holy Fehr
 * ==== Git Info ====
 * Branch Name: clients/springfield
 * Build version: 1.0.0
 * Git Tag: 
 * Last build by: Kosha Burnett
 *
 **/

@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: 78.6666666667em;
  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.3333333333em;
  margin-left: 1.3333333333em;
}

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

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

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

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

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

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

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

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

.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/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff2") format("woff2"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
.fsYoutubeTitle, .fsVimeoTitle, .fsFacebookFrom, .fsTitle, .fsRosterName {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #24283a;
  text-transform: uppercase;
}
h1.fsPageTitle,
.alpha.fsPageTitle {
  background: #4f4c44;
  color: #fff;
  text-align: center;
  padding: 25px;
}
@media (min-width: 700px) {
  h1.fsPageTitle,
  .alpha.fsPageTitle {
    color: #24283a;
    background: none;
    padding: 0;
    text-align: left;
  }
}

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #0c1125;
  text-transform: uppercase;
}

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #0c65aa;
}

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #0c1125;
}

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 10px;
  color: #0c65aa;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.0666666667em;
  line-height: 1.125em;
  margin-bottom: 0.625em;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #0c65aa;
  transition: background 0.3s, color 0.3s;
}
a:hover {
  color: #4e4b44;
}

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

table.styled, table.fs_style_29 {
  margin-bottom: 1.3333333333em;
  width: 100%;
}
table.styled th,
table.styled td, table.fs_style_29 th,
table.fs_style_29 td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
table.styled th, table.fs_style_29 th {
  padding: 1.3333333333em;
  text-align: left;
  background: #0664b0;
  color: #ffffff;
}
table.styled td, table.fs_style_29 td {
  padding: 0.6666666667em 1.3333333333em;
  background: #eeeeec;
  color: #6c6861;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 18px;
}
table.styled tr:nth-of-type(odd) td,
table.fs_style_29 tr:nth-of-type(odd) td {
  background-color: #f9f9f9;
}

table.styled tr:first-child td, table.fs_style_29 tr:first-child td {
  background: #0664b0;
  color: #ffffff;
  font-family: "bebas-neue", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 22px;
}

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #6c6861;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-shadow: none;
}
.fsLoadMoreButton:hover {
  background: #5f5b55;
  color: #fff;
}
.fsLoadMoreButton em {
  display: block;
  font-style: normal;
}

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #0c1125;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.button:hover {
  background: #060812;
  color: #fff;
}
.button em {
  display: block;
  font-style: normal;
}

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #0c65aa;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.color-button:hover {
  background: #0a5792;
  color: #fff;
}
.color-button em {
  display: block;
  font-style: normal;
}

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #0c65aa;
  outline: 0;
  border-radius: 0;
  border: 0.2em solid #0c65aa;
}
.hollow-button:hover {
  background: rgba(0, 0, 0, 0);
  color: #0c65aa;
}
.hollow-button em {
  display: block;
  font-style: normal;
}
/*! content - style manger v0.0.1 */
.lead-in {
  font-size: 1.3333333333em;
  line-height: 1.2em;
}

blockquote {
  position: relative;
  margin: 30px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #6c6861;
  text-transform: uppercase;
}
blockquote:before {
  position: absolute;
  left: -25px;
  font-size: 38px;
  color: #0c65aa;
  font-weight: bold;
  top: 7px;
  content: "“";
}
blockquote:after {
  font-size: 38px;
  color: #0c65aa;
  font-weight: bold;
  content: "”";
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

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

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

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0;
  min-height: 209px;
}
@media (min-width: 1300px) {
  #fsHeader {
    min-height: 173px;
  }
}

.home #fsHeader {
  padding: 0;
  min-height: 146px;
}
@media (min-width: 600px) {
  .home #fsHeader {
    min-height: 110px;
  }
}
@media (min-width: 1300px) {
  .home #fsHeader {
    min-height: 110px;
  }
}

.top-secondary-nav {
  display: none;
  width: 100%;
  background: #f2f2f2;
  /*
  margin-top: 146px;
  @include breakpoint($bp-galaxy){
    margin-top: 110px;
  }
  */
}
@media (min-width: 800px) {
  .top-secondary-nav {
    display: block;
  }
}
.top-secondary-nav.nav-empty {
  display: none;
}
.top-secondary-nav ul {
  width: 100%;
  padding: 15px 0 !important;
  text-align: center;
}
.top-secondary-nav ul, .top-secondary-nav ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-secondary-nav ul li {
  margin: 0;
  padding: 0;
}
.top-secondary-nav ul > li {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0px 26px;
  padding: 5px 0;
}
.top-secondary-nav ul > li > a {
  text-transform: uppercase;
  color: #4e4b44;
  text-decoration: none;
}
.top-secondary-nav ul > li.fsNavCurrentPage > a, .top-secondary-nav ul > li.fsNavCurrentPageAncestor > a {
  color: #0c65aa;
}
.top-secondary-nav.secondary-school {
  margin-top: 0;
}

.home .top-secondary-nav {
  display: none;
}

body:not(.fsComposeMode) .header-container .header-top {
  position: relative;
}
body:not(.fsComposeMode) .header-container .header-top .district-top-util-nav {
  position: absolute;
}
body:not(.fsComposeMode) .header-container .header-top .top-search-btn {
  position: absolute;
}
body:not(.fsComposeMode) .header-container .header-top .mobile-nav-btn {
  position: absolute;
}
body:not(.fsComposeMode) .header-container .header-top .top-search-container {
  position: absolute;
}
body:not(.fsComposeMode) .header-container .header-bottom {
  position: relative;
}

body.fsComposeMode .header-container {
  position: relative;
}

.header-container {
  width: 100%;
  z-index: 99999;
  position: fixed;
  top: 0px;
}
body.fsAccountBarVisible .header-container {
  top: 45px;
}

.header-container .header-top {
  width: 100%;
  height: 37px;
  background: #edcc4a;
  position: relative;
}
.header-container .header-top .district-top-util-nav {
  display: none;
  height: 37px;
  position: absolute;
  top: 0px;
  right: 50px;
}
@media (min-width: 1000px) {
  .header-container .header-top .district-top-util-nav {
    display: block;
  }
}
.header-container .header-top .district-top-util-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-container .header-top .district-top-util-nav ul li {
  float: left;
  margin-right: 30px;
  line-height: 37px;
}
.header-container .header-top .district-top-util-nav ul li a {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: #4e4b44;
  font-weight: 300;
}
.header-container .header-top .district-top-util-nav ul li a:hover {
  color: #000;
}
.header-container .header-top .top-search-btn {
  display: none;
  width: 47px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 0;
  background: #edcc4a;
  z-index: 100;
  border-left: 1px solid rgba(12, 17, 37, 0.3);
}
@media (min-width: 1000px) {
  .header-container .header-top .top-search-btn {
    display: block;
  }
}
.header-container .header-top .top-search-btn a {
  width: 47px;
  height: 37px;
  display: block;
  color: transparent;
  color: #595444;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.header-container .header-top .top-search-btn a:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e901";
  display: inline-block;
  vertical-align: middle;
  color: #595444;
  font-size: 16px;
  margin-top: 7px;
}
.header-container .header-top .top-search-btn a.active:before {
  content: "✕";
}
.header-container .header-top .mobile-nav-btn {
  display: block;
  width: 35px;
  height: 37px;
  position: absolute;
  right: 15px;
  top: 0px;
}
@media (min-width: 1000px) {
  .header-container .header-top .mobile-nav-btn {
    display: none;
  }
}
.header-container .header-top .mobile-nav-btn a {
  width: 35px;
  height: 37px;
  text-align: center;
  display: block;
  line-height: 37px;
  cursor: pointer;
}
.header-container .header-top .mobile-nav-btn a:before {
  font-size: 18px;
  display: inline-block;
  color: #4e4b44;
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e905";
}
.header-container .header-top .top-search-container {
  display: none;
  width: 180px;
  height: 37px;
  position: absolute;
  right: -180px;
  top: 0;
  border-left: 1px solid rgba(12, 17, 37, 0.3);
  z-index: 80;
}
@media (min-width: 1000px) {
  .header-container .header-top .top-search-container {
    display: block;
  }
}
.header-container .header-top .top-search-container input {
  width: calc(100% - 32px);
  height: 37px;
  padding: 0px 23px;
  line-height: 37px;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: #4e4b44;
  font-weight: 300;
  border: 0 none;
  background: transparent;
}
.header-container .header-top .top-search-container button[type=submit] {
  font-size: 0;
  background-color: transparent;
  color: #6c6861;
  border: 0;
}
.header-container .header-top .top-search-container button[type=submit]:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e901";
  font-size: 15px;
  vertical-align: -1px;
  display: inline-block;
}
.header-container .header-bottom {
  width: 100%;
  min-height: 109px;
  zoom: 1;
  background: #0c1125;
  position: relative;
}
.header-container .header-bottom:after {
  display: table;
  clear: both;
  content: "";
}
@media (min-width: 600px) {
  .header-container .header-bottom {
    min-height: 73px;
  }
}
@media (min-width: 1420px) {
  .header-container .header-bottom {
    min-height: 73px;
  }
}
@media (min-width: 1000px) {
  .header-container .header-bottom > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header-container .header-bottom .main-nav-container {
  margin: 0 auto;
  display: none;
}
@media (min-width: 1000px) {
  .header-container .header-bottom .main-nav-container {
    display: block;
    margin-left: auto;
    margin-right: 10px;
  }
}
@media (min-width: 1420px) {
  .header-container .header-bottom .main-nav-container {
    padding: 0;
  }
}
.header-container .header-bottom .translate {
  margin-right: 20px;
  width: 100%;
  text-align: right;
}
@media (max-width: 599px) {
  .header-container .header-bottom .translate {
    display: none;
  }
}
@media (max-width: 999px) {
  .header-container .header-bottom .translate {
    width: auto;
    padding-top: 17px;
  }
}
@media (min-width: 1550px) {
  .header-container .header-bottom .translate {
    width: auto;
  }
}
.header-container .header-bottom .translate #google_translate_element .goog-te-gadget {
  font-size: 0;
  height: 50px;
}
@media (min-width: 1550px) {
  .header-container .header-bottom .translate #google_translate_element .goog-te-gadget {
    height: 37px;
  }
}
.header-container .header-bottom .translate #google_translate_element .goog-te-gadget > div label {
  display: none;
}
.header-container .header-bottom .translate #google_translate_element .goog-te-gadget > span {
  display: none;
}

.site-info-container, .school-site-info-container {
  height: 90px;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  text-align: center;
}
@media (min-width: 500px) {
  .site-info-container, .school-site-info-container {
    width: 482px;
  }
}
@media (min-width: 600px) {
  .site-info-container, .school-site-info-container {
    height: 73px;
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 180px;
    left: 20px;
  }
}
@media (min-width: 1100px) {
  .site-info-container, .school-site-info-container {
    width: 240px;
  }
}
@media (min-width: 1400px) {
  .site-info-container, .school-site-info-container {
    width: 480px;
  }
}
.site-info-container a, .school-site-info-container a {
  display: block;
  width: auto;
  height: 92px;
  padding: 20px 64px;
  margin-top: 40px;
  color: white;
  font-size: 16px;
}
@media (min-width: 500px) {
  .site-info-container a, .school-site-info-container a {
    background-size: 482px 23px;
  }
}
@media (min-width: 600px) {
  .site-info-container a, .school-site-info-container a {
    background-position: center left 56px;
    margin: 0;
    height: 73px;
  }
  .site-info-container a span, .school-site-info-container a span {
    display: none;
  }
}
@media (min-width: 1100px) {
  .site-info-container a, .school-site-info-container a {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .site-info-container a, .school-site-info-container a {
    text-align: left;
  }
  .site-info-container a span, .school-site-info-container a span {
    display: inline;
  }
}
.site-info-container a:before, .school-site-info-container a:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/WebLogoTransparent-Small.png) no-repeat;
  width: 44px;
  height: 48px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 12px;
  background-size: 44px 48px;
}
@media (min-width: 600px) {
  .site-info-container a:before, .school-site-info-container a:before {
    left: 0;
    top: 12px;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

header.fsHeader div.fsBanner:not(.districtHeader) .site-info-container a,
header.fsHeader div.fsBanner:not(.districtHeader) .school-site-info-container a {
  color: transparent;
}

@media (min-width: 500px) {
  .school-site-info-container {
    width: 484px;
  }
}
@media (min-width: 600px) {
  .school-site-info-container {
    width: 540px;
  }
}
.school-site-info-container a {
  background: url("../images/logo-school.png") no-repeat;
  background-size: contain;
  background-position: top 55px center;
}
@media (min-width: 500px) {
  .school-site-info-container a {
    background-size: 484px 23px;
    width: 484px;
  }
}
@media (min-width: 600px) {
  .school-site-info-container a {
    background-position: center left 56px;
    width: 540px;
  }
}
@media (min-width: 500px) {
  .school-site-info-container.sabold-site {
    width: 473px;
  }
}
@media (min-width: 600px) {
  .school-site-info-container.sabold-site {
    width: 529px;
  }
}
.school-site-info-container.sabold-site a {
  background: url("../images/sabold-logo.png") no-repeat;
  background-size: contain;
  background-position: top 55px center;
}
@media (min-width: 500px) {
  .school-site-info-container.sabold-site a {
    background-size: 473px 23px;
    width: 473px;
  }
}
@media (min-width: 600px) {
  .school-site-info-container.sabold-site a {
    background-position: center left 56px;
    width: 529px;
  }
}
@media (min-width: 500px) {
  .school-site-info-container.scenic-site {
    width: 553px;
  }
}
@media (min-width: 600px) {
  .school-site-info-container.scenic-site {
    width: 609px;
  }
}
.school-site-info-container.scenic-site a {
  background: url("../images/scenic-hills-logo.png") no-repeat;
  background-size: contain;
  background-position: top 55px center;
}
@media (min-width: 500px) {
  .school-site-info-container.scenic-site a {
    background-size: 553px 23px;
    width: 553px;
  }
}
@media (min-width: 600px) {
  .school-site-info-container.scenic-site a {
    background-position: center left 56px;
    width: 609px;
  }
}
@media (min-width: 500px) {
  .school-site-info-container.etrichardson-site {
    width: 526px;
  }
}
@media (min-width: 600px) {
  .school-site-info-container.etrichardson-site {
    width: 582px;
  }
}
.school-site-info-container.etrichardson-site a {
  background: url("../images/etr-logo.png") no-repeat;
  background-size: contain;
  background-position: top 55px center;
}
@media (min-width: 500px) {
  .school-site-info-container.etrichardson-site a {
    background-size: 526px 23px;
    width: 514px;
  }
}
@media (min-width: 600px) {
  .school-site-info-container.etrichardson-site a {
    background-position: center left 56px;
    width: 582px;
  }
}
@media (min-width: 500px) {
  .school-site-info-container.saef {
    width: 110px;
  }
}
@media (min-width: 600px) {
  .school-site-info-container.saef {
    width: 198px;
  }
}
.school-site-info-container.saef a {
  background: url("../images/saef-logo2.png") no-repeat;
  background-size: 76px 23px;
  background-position: top 55px center;
}
@media (min-width: 500px) {
  .school-site-info-container.saef a {
    width: 110px;
  }
}
@media (min-width: 600px) {
  .school-site-info-container.saef a {
    background-position: center left 122px;
    width: 198px;
  }
}
.school-site-info-container.saef a:before {
  background: url(../images/saef-logo3.png) no-repeat;
  width: 110px;
  height: 50px;
  top: 12px;
  background-size: 110px 50px;
}
@media (min-width: 600px) {
  .school-site-info-container.saef a:before {
    left: 0;
    top: 12px;
    background-size: 110px 50px;
    width: 110px;
    height: 50px;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (min-width: 500px) {
  .school-site-info-container.shs-site {
    width: 421px;
  }
}
@media (min-width: 600px) {
  .school-site-info-container.shs-site {
    width: 477px;
  }
}
.school-site-info-container.shs-site a {
  background: url("../images/shs-logo2.png") no-repeat;
  background-size: contain;
  background-position: top 55px center;
}
@media (min-width: 500px) {
  .school-site-info-container.shs-site a {
    background-size: 421px 23px;
    width: 421px;
  }
}
@media (min-width: 600px) {
  .school-site-info-container.shs-site a {
    background-position: center left 56px;
    width: 477px;
  }
}

/*......................................*/
.springfield-school-dropdown {
  display: none;
  width: 365px;
  margin-left: 55px;
  float: left;
  height: 37px;
}
@media (min-width: 1000px) {
  .springfield-school-dropdown {
    display: block;
  }
}
.springfield-school-dropdown.open .school-list-container {
  height: auto;
  padding: 20px;
}
.springfield-school-dropdown.open .main-dropdown-title > .fsElementContent > a {
  color: #0b67aa;
}
.springfield-school-dropdown.open .main-dropdown-title > .fsElementContent > a:after {
  color: #0b67aa;
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e90b";
}
.springfield-school-dropdown .main-dropdown-title {
  width: 100%;
  height: 37px;
  line-height: 37px;
}
.springfield-school-dropdown .main-dropdown-title a {
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  line-height: 37px;
  color: #0b161a;
}
body:not(.saef-pages) .springfield-school-dropdown .main-dropdown-title a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e90a";
}

.springfield-school-dropdown .school-list-container {
  width: 100%;
  position: absolute;
  overflow: hidden;
  background: #0c1125;
  left: 0px;
  top: 37px;
  z-index: 9000;
  height: 0;
  max-height: calc(100vh - 37px);
  overflow-y: auto;
}
.springfield-school-dropdown .school-list-container > .fsElementContent, .springfield-school-dropdown .school-list-container > header {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  overflow: hidden;
}
.springfield-school-dropdown .school-list-container > header {
  padding-top: 60px;
  margin-bottom: 50px;
}
.springfield-school-dropdown .school-list-container > header .fsElementHeaderContent a {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
}
.springfield-school-dropdown .school-list-container .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.springfield-school-dropdown .school-list-container .close:before {
  display: block;
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e906";
  color: #FFF;
  font-size: 1.625rem;
  transition: 0.3s all;
}
.springfield-school-dropdown .school-list-container .nav-set {
  width: calc(16.66% - 18px);
  float: left;
  margin-right: 20px;
}
.springfield-school-dropdown .school-list-container .nav-set:last-child {
  margin-right: 0;
}
.springfield-school-dropdown .school-list-container .nav-set .nav-title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
}
.springfield-school-dropdown .school-list-container .nav-set .nav-title:nth-child(2n+3) {
  margin-top: 40px;
}
.springfield-school-dropdown .school-list-container .nav-set .nav-title p {
  margin: 0;
}
.springfield-school-dropdown .school-list-container .nav-set .nav-title a {
  display: block;
  color: inherit;
}
.springfield-school-dropdown .school-list-container .nav-set .nav-title a:hover {
  color: #efce49;
}
.springfield-school-dropdown .school-list-container .nav-set .nav-element ul, .springfield-school-dropdown .school-list-container .nav-set .nav-element ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.springfield-school-dropdown .school-list-container .nav-set .nav-element ul li {
  margin: 0;
  padding: 0;
}
.springfield-school-dropdown .school-list-container .nav-set .nav-element ul li {
  margin-bottom: 10px;
}
.springfield-school-dropdown .school-list-container .nav-set .nav-element ul li a {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 16px;
}
.springfield-school-dropdown .school-list-container .nav-set .nav-element ul li a:hover {
  color: #efce49;
}
.springfield-school-dropdown .school-list-container.active {
  height: auto;
  padding: 50px 60px;
}

/*! structure - footer v0.0.1 */
#fsFooter {
  background: #0c1125;
  text-align: center;
  position: relative;
  z-index: 2000;
  color: #fff;
}
#fsFooter .fsBanner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 85px 0px 30px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #fsFooter .fsBanner {
    max-width: 1360px;
  }
}
@media (min-width: 700px) {
  #fsFooter .fsBanner {
    padding: 85px 60px 30px;
  }
}
#fsFooter .footer-logo-address {
  width: 280px;
  margin: 0 auto;
  background: url(../images/footer-logo.png) no-repeat;
  background-size: 320px 44px;
  padding: 44px 0 0 0;
  background-position: -42px 0px;
  position: relative;
}
@media (min-width: 700px) {
  #fsFooter .footer-logo-address {
    margin: 0;
    float: left;
    width: 529px;
  }
}
body.saef-pages #fsFooter .footer-logo-address {
  width: 573px;
  background: url(../images/saef-logo2.png) no-repeat;
  background-size: 76px 23px;
  background-position: center 9px;
}
@media (min-width: 700px) {
  body.saef-pages #fsFooter .footer-logo-address {
    background-position: 118px 9px;
  }
}

@media (min-width: 700px) {
  #fsFooter .footer-logo-address {
    background-size: 529px 72px;
    padding: 44px 0 0 75px;
    background-position: 0px 0px;
  }
  body.saef-pages #fsFooter .footer-logo-address {
    padding-left: 119px;
  }
}
#fsFooter .footer-logo-address p {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: #a7a9b0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 700px) {
  #fsFooter .footer-logo-address p {
    text-align: left;
  }
}
#fsFooter .footer-logo-address:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/WebLogoTransparent.png) no-repeat;
  top: -50px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 44px;
  height: 48px;
  background-size: 44px 48px;
}
@media (min-width: 700px) {
  #fsFooter .footer-logo-address:before {
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: 0;
    left: 0;
    width: 66px;
    height: 72px;
    background-size: 66px 72px;
  }
}
body.saef-pages #fsFooter .footer-logo-address:before {
  background-image: url(../images/saef-logo3.png);
  background-size: 110px 50px;
  width: 110px;
  height: 50px;
  top: -55px;
}
@media (min-width: 700px) {
  body.saef-pages #fsFooter .footer-logo-address:before {
    top: 0px;
  }
}

#fsFooter .footer-right {
  width: 280px;
  padding-top: 20px;
  margin: 0 auto 40px;
}
@media (min-width: 700px) {
  #fsFooter .footer-right {
    width: 625px;
    overflow: hidden;
    margin: 0 0 40px;
    padding: 0 0 0 75px;
  }
  body.saef-pages #fsFooter .footer-right {
    padding-left: 119px;
  }
}
#fsFooter .footer-right .first-link-set {
  height: 70px;
  width: 280px;
}
@media (min-width: 700px) {
  #fsFooter .footer-right .first-link-set {
    width: 155px;
    height: 140px;
    border-right: 1px solid #666975;
    float: left;
  }
}
#fsFooter .footer-right .first-link-set ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 700px) {
  #fsFooter .footer-right .first-link-set ul {
    text-align: left;
  }
}
#fsFooter .footer-right .first-link-set ul li {
  text-align: left;
  padding-top: 10px;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
#fsFooter .footer-right .first-link-set ul li:first-child {
  margin-right: 40px;
}
@media (min-width: 700px) {
  #fsFooter .footer-right .first-link-set ul li {
    float: none;
    display: block;
    width: 100%;
  }
  #fsFooter .footer-right .first-link-set ul li:first-child {
    margin-right: 40px;
  }
}
#fsFooter .footer-right .first-link-set ul li a {
  color: #edcc4a;
  text-align: left;
}
#fsFooter .footer-right .first-link-set ul li a[href*=twitter]:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e900";
}
#fsFooter .footer-right .first-link-set ul li a[href*=facebook]:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e90c";
}
#fsFooter .footer-right .first-link-set ul li a[href*=instagram]:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e90e";
}
#fsFooter .footer-right .first-link-set ul li a:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  font-size: 22px;
}
#fsFooter .footer-right .first-link-set ul li a:hover {
  color: #fff;
}
#fsFooter .footer-right .second-link-set {
  width: 130px;
  height: 140px;
  border-right: 1px solid #666975;
  float: left;
}
@media (min-width: 700px) {
  #fsFooter .footer-right .second-link-set {
    width: 175px;
    padding-left: 38px;
  }
}
#fsFooter .footer-right .second-link-set ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fsFooter .footer-right .second-link-set ul li {
  text-align: left;
  padding-top: 10px;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
#fsFooter .footer-right .second-link-set ul li a {
  color: #fff;
  text-align: left;
}
#fsFooter .footer-right .second-link-set ul li a:hover {
  color: #edcc4a;
}
#fsFooter .footer-right .third-link-set {
  width: 150px;
  padding-left: 25px;
  height: 70px;
  float: left;
}
@media (min-width: 700px) {
  #fsFooter .footer-right .third-link-set {
    width: 175px;
    padding-left: 38px;
  }
}
#fsFooter .footer-right .third-link-set ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fsFooter .footer-right .third-link-set ul li {
  text-align: left;
  padding-top: 10px;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
#fsFooter .footer-right .third-link-set ul li a {
  color: #fff;
  text-align: left;
}
#fsFooter .footer-right .third-link-set ul li a:hover {
  color: #edcc4a;
}

.school-details {
  margin-bottom: 20px;
}
.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;
}

#fsFooter .footer-right .first-link-set ul li:nth-child(3n) {
  margin-right: 40px;
}

#fsFooter .footer-right .first-link-set ul li:nth-child(4n) {
  margin-right: -12px;
}

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

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

html {
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 24px;
  color: #6c6861;
  font-weight: 400;
}

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

#fsPageBodyWrapper {
  padding-right: 1.3333333333em;
  padding-left: 1.3333333333em;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-top: 0;
  background: #fff;
  min-height: calc(100vh - 400px);
}
@media (min-width: 700px) {
  #fsPageBodyWrapper {
    padding-top: 40px;
  }
}

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

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 800px) {
  #fsBannerLeft {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerLeft {
    padding-right: 40px;
    width: 23.7288135593%;
  }
}

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important;
}
@media (min-width: 800px) {
  #fsPageContent {
    float: left !important;
  }
}
@media (min-width: 800px) {
  .fsHasRightBanner #fsPageContent {
    width: 72.8813559322% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 76.2711864407% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 49.1525423729% !important;
  }
}

body.watermark #fsPageContent {
  background-image: url(../images/watermark.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.watermark {
  background-image: url(../images/watermark.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 800px) {
  #fsBannerRight {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerRight {
    padding-left: 40px;
    width: 27.1186440678%;
  }
}

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

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

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

@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.6666666667%;
  }
}
.fsLayout .fsStyleOneThird {
  width: 100%;
}
@media (min-width: 1000px) {
  .fsLayout .fsStyleOneThird {
    width: 33.3333333333%;
  }
}

.home .fsLayout > .fsDiv {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  float: right;
  background-position: top right;
  margin-top: 20px;
}

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsBreadcrumb li {
  display: inline-block;
}
/*! navigation - main v0.0.1 */
#fsHeader .nav-main {
  display: none;
}
@media (min-width: 1000px) {
  #fsHeader .nav-main {
    display: block;
  }
}

.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main li {
  margin: 0;
  padding: 0;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.nav-main .fsNavLevel1 > li {
  position: relative;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li {
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}
.nav-main .fsNavLevel1 > li > a {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
  color: #fff;
  display: block;
}
body.wrappingHappening .nav-main .fsNavLevel1 > li > a {
  padding: 6px 15px 23px 15px;
}

.nav-main .fsNavLevel1 > .fsNavCurrentPage > a, .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #edcc4a;
}

.nav-main .fsNavLevel1 > li:hover > a {
  color: #edcc4a;
}
.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}
.menu-item-open .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  max-height: 9999px;
  border-bottom: 1px solid #d0d0d0;
}
.nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 9999;
}
.nav-main .fsNavPageInfo {
  width: 290px;
  position: absolute;
  top: 100%;
  background: #f7f7f7;
  text-align: left;
  /*
     // First Dropdown
     @at-root .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
       left: 0;
       transform: none;
     }
  */
}
.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -ms-transform: none;
  transform: none;
}

.nav-main .fsNavPageInfo .menu-set-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 35px 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .nav-main .fsNavPageInfo .menu-set-container {
    max-width: 1180px;
  }
}
@media (min-width: 1300px) {
  .nav-main .fsNavPageInfo .menu-set-container {
    max-width: 1255px;
  }
}
@media (min-width: 980px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}

.nav-main .fsNavPageDescription {
  display: none;
  width: 250px;
  margin-right: 35px;
  float: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: #838383;
}
@media (min-width: 1200px) {
  .nav-main .fsNavPageDescription {
    width: 310px;
  }
}
@media (min-width: 1300px) {
  .nav-main .fsNavPageDescription {
    width: 365px;
  }
}
@media (min-width: 1200px) {
  .nav-main .fsNavPageDescription {
    margin-right: 50px;
  }
}
.nav-main .fsNavPageDescription h2 {
  font-family: "bebas-neue", sans-serif;
  font-size: 35px;
  padding: 20px 0 0 0;
  margin: 0 0 20px 0px;
  font-weight: 400;
  color: #edcc4a;
}
.nav-main .fsNavPageThumbnail {
  display: none;
  width: 245px;
  margin-right: 35px;
  float: left;
}
@media (min-width: 1200px) {
  .nav-main .fsNavPageThumbnail {
    width: 265px;
    margin-right: 50px;
  }
}
.nav-main .fsNavLevel2 {
  /*
  	width: 380px;
  @include breakpoint($bp-solar){
  	width: 475px;
  }
  @include breakpoint($bp-galaxy){
  		width: 520px;
  }
  float: left;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  column-count: 2;
  column-gap: 40px;
  */
  padding: 0px 40px;
}
.nav-main .fsNavLevel2 a {
  padding: 5px 0px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #6c6861;
  font-size: 14px;
  display: block;
}
.nav-main .fsNavLevel2 a:hover {
  color: #0c65aa;
}

/*
.school-nav.nav-main .fsNavLevel2{
	width: 100%;
	float: none;
	-webkit-column-count: 1;
	-webkit-column-gap: 40px;
	-moz-column-count: 1;
	-moz-column-gap: 40px;
	column-count: 1;
	column-gap: 40px;
	& > li{
		float: left;
		margin-right: 30px;
	}
}
*/
/*! navigation - off-canvas v0.0.1 */
#fsMenu {
  display: block !important;
}
@media (min-width: 1000px) {
  #fsMenu {
    display: none !important;
  }
}

.mobile-nav-container {
  width: 320px;
  height: 100%;
  position: fixed;
  background: rgba(12, 17, 37, 0.98);
  top: 0;
  right: 0;
  z-index: 999999;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: scroll;
}

.mobile-nav-close {
  width: 320px;
  height: 62px;
  position: relative;
}
.mobile-nav-close a {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 22px;
  color: transparent;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.mobile-nav-close a:before {
  display: inline-block;
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e906";
  color: #fff;
  font-size: 25px;
  margin-top: 6px;
}

.mobile-nav-search {
  width: 320px;
  height: 65px;
  padding: 0px 34px 0px 34px;
  position: relative;
}
.mobile-nav-search form {
  border: 1px solid #2a2e3e;
}
.mobile-nav-search input {
  width: calc(100% - 30px);
  height: 33px;
  background: transparent;
  line-height: 33px;
  color: #edcc4a;
  padding-right: 40px;
  border: 0;
}
.mobile-nav-search:before {
  position: absolute;
  width: 35px;
  height: 35px;
  display: block;
  z-index: auto;
  right: 38px;
  top: 8px;
  color: #edcc4a;
}
.mobile-nav-search button[type=submit] {
  font-size: 0;
  background-color: transparent;
  color: #fff;
  border: 0;
}
.mobile-nav-search button[type=submit]:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e901";
  font-size: 15px;
  vertical-align: -1px;
  display: inline-block;
  color: #edcc4a;
}

.mobile-utility-nav {
  padding: 0px 35px 35px 35px;
}
.mobile-utility-nav ul, .mobile-utility-nav ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-utility-nav ul li {
  margin: 0;
  padding: 0;
}
.mobile-utility-nav ul li {
  margin-bottom: 20px;
}
.mobile-utility-nav ul li a {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #edcc4a;
}

.mobile-main-nav ul, .mobile-main-nav ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-main-nav ul li {
  margin: 0;
  padding: 0;
}
.mobile-main-nav ul li {
  position: relative;
}
.mobile-main-nav .fsNavLevel1 > li {
  border-top: 1px solid #272b3a;
}
.mobile-main-nav .fsNavLevel1 > li a {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 14px;
  padding: 15px 60px 15px 35px;
}
.mobile-main-nav .fsNavLevel1 > li a:hover {
  color: #edcc4a;
}
.mobile-main-nav .fsNavLevel1 > li:last-child {
  border-bottom: 1px solid #272b3a;
}
.mobile-main-nav .fsNavLevel2 {
  display: none;
}
.mobile-main-nav .fsNavLevel2 ul {
  display: none;
}
.mobile-main-nav .fsNavLevel2 > li a {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 6px 60px 6px 35px;
  line-height: 16px;
}
.mobile-main-nav .fsNavLevel2 > li a:hover {
  color: #edcc4a;
}
.mobile-main-nav .mobile-sub-open {
  position: absolute;
  width: 25px;
  height: 44px;
  display: block;
  top: 0px;
  right: 24px;
  padding: 0 !important;
  cursor: pointer;
  text-align: center;
}
.mobile-main-nav .mobile-sub-open:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e904";
  color: #fff;
  display: inline-block;
  margin-top: 15px;
}
.mobile-main-nav .fsNavLevel2 .mobile-sub-open {
  height: 28px;
}
.mobile-main-nav .fsNavLevel2 .mobile-sub-open:before {
  margin-top: 6px;
}
.mobile-main-nav .mobile-sub-open.active:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e903";
}
.mobile-main-nav.portal li:first-child {
  border-top: none;
}

.school-information-nav {
  position: absolute;
  top: 30px;
  left: 35px;
}
.school-information-nav .school-info-nav-button a {
  position: relative;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  color: #edcc4a;
}
.school-information-nav ul, .school-information-nav ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.school-information-nav ul li {
  margin: 0;
  padding: 0;
}
.school-information-nav ul li {
  border-bottom: 1px solid #232631;
}
.school-information-nav ul li a {
  display: block;
  padding: 12px 32px 12px 36px;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.3);
}
.school-information-nav ul li a:hover {
  background: rgba(0, 0, 0, 0);
  color: #edcc4a;
}

/*! navigation - sub v0.0.1 */
.nav-sub {
  background: #f7f7f7;
}
.nav-sub:not(:last-child) {
  margin-bottom: 20px;
}
.nav-sub.nav-sub-empty {
  display: none !important;
}
.nav-sub > .fsElementContent {
  border: 1px solid #a5a7ae;
  padding: 8px !important;
}
.nav-sub > .fsElementContent, .nav-sub > .fsElementContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub > .fsElementContent li {
  margin: 0;
  padding: 0;
}
@media (max-width: 799px) {
  .nav-sub > .fsElementContent {
    display: none;
  }
}
.active-nav > .fsElementContent {
  display: block;
}

.nav-sub .fsNavLevel1 {
  position: relative;
}
.nav-sub .fsNavLevel1 > li {
  border-bottom: 1px solid #bcbcbc;
  text-transform: uppercase;
}
.nav-sub .fsNavLevel1 > li > a {
  padding: 15px 15px 15px 25px;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: #24283a;
  font-weight: 600;
}
.nav-sub .fsNavLevel1 > li > a:hover {
  color: #0c65aa;
}
.nav-sub .fsNavLevel1 > li:last-child {
  border-bottom: 0px;
}
.nav-sub .fsNavLevel2 {
  display: none;
}
.nav-sub .fsNavLevel2 > li > a {
  padding: 15px 15px 15px 35px;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: #24283a;
  font-weight: 600;
}
.nav-sub .fsNavLevel2 > li > a:hover {
  color: #0c65aa;
}
.nav-sub .fsNavLevel1 li.fsNavCurrentPage .fsNavLevel2,
.nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor .fsNavLevel2 {
  display: block;
}
.nav-sub li.fsNavCurrentPage > a,
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #0c65aa;
  border-bottom: 3px solid #0c65aa;
}
.nav-sub > header {
  display: block;
}
@media (min-width: 800px) {
  .nav-sub > header {
    display: none;
  }
}
.nav-sub > header > .fsElementTitle {
  position: relative;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  background: #0c1125;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 800px) {
  .nav-sub > header > .fsElementTitle {
    cursor: default;
  }
}
@media (max-width: 799px) {
  .nav-sub > header > .fsElementTitle:after {
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "\f142";
  }
}
@media (max-width: 799px) {
  .active-nav > header > .fsElementTitle:after {
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "\f141";
  }
}

.nav-sub.nav-sub-empty > .fsElementContent {
  border: 0 none;
}

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin-left: 15px;
}
.nav-social, .nav-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-social li {
  margin: 0;
  padding: 0;
}
.nav-social li {
  display: inline-block;
  vertical-align: middle;
}
.nav-social .nav-social__item--facebook a {
  display: block;
}
.nav-social .nav-social__item--facebook a:before {
  content: "\f09a";
}
.nav-social .nav-social__item--instagram a {
  display: block;
}
.nav-social .nav-social__item--instagram a:before {
  content: "\f16d";
}
.nav-social .nav-social__item--linkedin a {
  display: block;
}
.nav-social .nav-social__item--linkedin a:before {
  content: "\f0e1";
}
.nav-social .nav-social__item--pinterest a {
  display: block;
}
.nav-social .nav-social__item--pinterest a:before {
  content: "\f0d2";
}
.nav-social .nav-social__item--tumblr a {
  display: block;
}
.nav-social .nav-social__item--tumblr a:before {
  content: "\f173";
}
.nav-social .nav-social__item--twitter a {
  display: block;
}
.nav-social .nav-social__item--twitter a:before {
  content: "\f099";
}
.nav-social .nav-social__item--vine a {
  display: block;
}
.nav-social .nav-social__item--vine a:before {
  content: "\f1ca";
}
.nav-social .nav-social__item--youtube a {
  display: block;
}
.nav-social .nav-social__item--youtube a:before {
  content: "\f167";
}
.nav-social .nav-social__item--facebook a:hover {
  color: #3b5998;
}
.nav-social .nav-social__item--instagram a:hover {
  color: #517fa4;
}
.nav-social .nav-social__item--linkedin a:hover {
  color: #007bb6;
}
.nav-social .nav-social__item--pinterest a:hover {
  color: #cb2027;
}
.nav-social .nav-social__item--tumblr a:hover {
  color: #32506d;
}
.nav-social .nav-social__item--twitter a:hover {
  color: #00aced;
}
.nav-social .nav-social__item--vine a:hover {
  color: #00a478;
}
.nav-social .nav-social__item--youtube a:hover {
  color: #b00;
}
.nav-social a {
  font-size: 0.9333333333em;
  line-height: 1;
  text-align: center;
  color: #6c6861;
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  border: 0.1em solid currentColor;
}
.nav-social a:before {
  font-family: "fontawesome";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-social span {
  display: none;
}

/* Navigation - Utility Container v0.0.1 */
.nav-util, .nav-util ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-util li {
  margin: 0;
  padding: 0;
}
.nav-util ul li a {
  padding: 0em 0em;
  display: block;
}
.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: 800px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.3333333333em;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    width: 32.8333333333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*=submit] {
  width: auto;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch [type*=submit] {
    margin-left: 0.6666666667em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #6c6861;
  color: #fff;
  outline: 0;
  border-radius: 0;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #5f5b55;
  color: #fff;
}
.fsConstituent.fsSearch .fsConstituentSearchButton em {
  display: block;
  font-style: normal;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative;
}
.fsConstituentProfile .fsProfileImage {
  display: block;
  margin-bottom: 20px;
}
.fsConstituentProfile .fsFullName {
  color: #0c1125;
}
@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.3333333333em;
  font-size: 16px;
}
.fsProfileSection h4 {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #4e4b44;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
}
.fsProfileSection .fsProfileSectionData {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.fsProfileSection .fsProfileSectionData.fsTitle {
  font-weight: normal;
  font-size: 1em;
}

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

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

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

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

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

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

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px;
}
.fsDirectory .fsConstituentItem {
  padding: 20px 0;
  background-color: #f1f2f2;
}
.fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  padding-top: 0;
}
.fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
  margin-bottom: 0;
}
.fsDirectory .fsConstituentItem .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 */
.fsTabs .fsPanel > header, .fsAccordion .fsPanel > header {
  cursor: pointer;
  background: #ffffff;
  transition: 0.3s;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.fsTabs .fsPanel > header h2, .fsAccordion .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 20px;
  margin-bottom: 0px;
  display: block;
  font-family: "bebas-neue", sans-serif;
  font-size: 18px;
  padding: 10px 0;
  color: #0c1125;
  transition: 0.3s;
  position: relative;
  padding-left: 25px;
  line-height: 20px;
}
.fsTabs .fsPanel > header:hover, .fsAccordion .fsPanel > header:hover {
  background: #ffffff;
  transition: 0.3s;
}
.fsTabs .fsPanel > header:hover h2, .fsAccordion .fsPanel > header:hover h2 {
  color: #0c65aa;
  transition: 0.3s;
}
.fsTabs .fsPanel.fsStateOpen > header, .fsAccordion .fsPanel.fsStateOpen > header {
  background: #ffffff;
}
.fsTabs .fsPanel.fsStateOpen > header h2, .fsAccordion .fsPanel.fsStateOpen > header h2 {
  color: #0664b0;
}
.fsTabs .fsPanel.fsStateOpen > header h2:before, .fsAccordion .fsPanel.fsStateOpen > header h2:before {
  content: "-";
}
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before {
  content: "";
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.3333333333px;
  content: "+";
}
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after {
  content: "";
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.3333333333px;
  content: "-";
}
.fsPanelIconBefore.fsTabs .fsPanel > header h2, .fsPanelIconBefore.fsAccordion .fsPanel > header h2 {
  padding-left: 40px;
}
.fsPanelIconBefore.fsTabs .fsPanel > header h2:before, .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before {
  left: 13.3333333333px;
}
.fsPanelIconAfter.fsTabs .fsPanel > header h2, .fsPanelIconAfter.fsAccordion .fsPanel > header h2 {
  padding-right: 40px;
}
.fsPanelIconAfter.fsTabs .fsPanel > header h2:before, .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before {
  display: none;
}
.fsPanelIconAfter.fsTabs .fsPanel > header h2:after, .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after {
  right: 13.3333333333px;
}
.fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: "";
}

.fsAccordion {
  margin-bottom: 20px;
}
.fsAccordion .fsStateOpen > .fsElementContent {
  padding: 35px 25px 15px 25px;
}

/*! elements - athletics main */ /*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 0;
  }
}
.fsAthleticsEvent .fsListItems article {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsTitle {
  display: inline-block;
  margin-bottom: 0;
}
.fsAthleticsEvent .fsElementEventIcon {
  margin-right: 10px;
}
.fsAthleticsEvent .fsAthleticsEventDetailLink {
  outline: 0;
}
.fsAthleticsEvent .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}
.fsAthleticsEvent .fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #6c6861;
  color: #fff;
  outline: 0;
  border-radius: 0;
  padding: 10px 20px;
}
.fsAthleticsEvent .fsLoadMoreButton:hover {
  background: #5f5b55;
  color: #fff;
}
.fsAthleticsEvent .fsLoadMoreButton em {
  display: block;
  font-style: normal;
}
.fsAthleticsEvent .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent .fsAthleticsOpponentNames {
  display: inline;
}
/*! elements - athletics popup modal */
#fsAthleticsEventElementDialog .fsAthleticsEvent.fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}

/*! elements - athletics roster */
.fsAthleticsRoster {
  margin-bottom: 20px;
}
.fsAthleticsRosterContent {
  margin-bottom: 20px;
}
.fsAthleticsRosterContent p:last-child {
  margin-bottom: 0;
}
.fsAthleticsRosterContent:empty {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px;
}
/*! _main.scss - src/sass/modules/calendar/ - main calendar import */ /*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar.grey-bg {
  padding: 20px;
}
.fsCalendar article {
  position: relative;
  padding-left: 105px;
  min-height: 80px;
  padding-top: 0;
}
.fsCalendar article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}
.fsCalendar .fsDate {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #fff;
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  color: #4e4b44;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.fsCalendar .fsDate > span {
  display: block;
}
#fsBannerLeft .fsCalendar article {
  padding-left: 80px;
  padding-right: 20px;
}
#fsBannerLeft .fsCalendar article .fsTitle {
  font-size: 1.0625rem;
  line-height: 1;
}

#fsBannerRight .fsCalendar article {
  padding-left: 80px;
  padding-right: 20px;
}
#fsBannerRight .fsCalendar article .fsTitle {
  font-size: 1.0625rem;
  line-height: 1;
}

.fsCalendar .fsTimeSeperator {
  display: none;
}
.fsCalendar .fsEndTime {
  display: none;
}
.fsCalendar .fsTitle {
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  color: #4e4b44;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.fsCalendar .fsTitle a {
  color: #4e4b44;
}
.fsCalendar .fsTitle a:hover {
  color: #0c65aa;
}
.fsCalendar .fsEventDetails {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  color: #4e4b44;
  line-height: 14px;
  font-weight: 600;
}
.fsCalendar .fsTimeRange, .fsCalendar .fsAllDay {
  position: absolute;
  left: 0;
  top: 33px;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  color: #4e4b44;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.fsCalendar .fsLocation {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  color: #4e4b44;
  line-height: 14px;
  font-weight: 600;
}
.fsCalendar .fsNotes, .fsCalendar .fsDescription {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  color: #4e4b44;
  line-height: 14px;
  font-weight: 600;
}
.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}
.fsCalendar .fsReadMoreLink {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  color: #4e4b44;
  font-size: 14px;
  text-transform: uppercase;
}
.fsCalendar .fsReadMoreLink:hover {
  color: #0c65aa;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendar.fsGrid .fsLocation {
  font-size: 12px;
  line-height: 14px;
}

.fsCalendarEventGrid .fsTimeRange {
  position: relative;
  top: 0;
  left: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox {
  white-space: normal;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
  margin-bottom: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 15px;
  font-weight: bold;
  outline: 0;
  color: #4a4b44;
  text-transform: uppercase;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle:hover {
  color: #0c65aa;
}
.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;
  }
}
@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
    margin: 20px 0;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    display: inline;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    width: 14.28% !important;
    height: 45px !important;
    float: left;
    overflow: hidden !important;
    cursor: pointer;
    min-height: 0;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background-color: rgba(12, 17, 37, 0.15);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(12, 17, 37, 0.05);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 0;
    height: 25px;
    border: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
    background-color: rgba(12, 17, 37, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(12, 17, 37, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 15px;
    margin-bottom: 0;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    zoom: 1;
    display: block;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
    display: table;
    clear: both;
    content: "";
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
    border-top: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
    border-bottom: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
    width: 16.666% !important;
    height: 50px !important;
    border: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
    display: block;
  }
}
#event-view {
  padding: 20px;
  margin: 20px auto 0;
}
#event-view .fsCalendarDaybox {
  height: auto !important;
}
#event-view .fsCalendarDaybox > div {
  margin-bottom: 20px;
}
#event-view .fsCalendarEventTitle {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 800px) {
  #event-view {
    display: none;
  }
}

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

.fsElementEventColorIcon {
  display: inline-block;
}

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px;
}
.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0;
}
.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
    width: 49%;
  }
}
dialog.fsDialog .fsDate .fsDay, dialog.fsDialog .fsDate .fsMonth {
  display: inline-block;
}

/*dialog.fsDialog .fsTimeRange {
  position: relative;
  top: inherit;
  left: inherit;
}
*/
/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow {
  margin: 0 -10px;
}
.fsCalendar.fsSlideshow article {
  padding: 5px 20px 0 80px;
  border: 1px solid #ccc;
  margin: 0 10px;
}
.fsCalendar.fsSlideshow article .fsTitle {
  font-size: 1.0625rem;
  line-height: 1;
}
.fsCalendar.fsSlideshow article .fsDate {
  width: 50px;
}
.fsCalendar.fsSlideshow article .fsDate, .fsCalendar.fsSlideshow article .fsTimeRange {
  left: 10px;
}

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
.fsCalendar.fsDialog article {
  padding-left: 0;
}
.fsCalendar.fsDialog article .fsTimeSeperator, .fsCalendar.fsDialog article .fsEndTime {
  display: inline-block;
}
.fsCalendar.fsDialog article .fsDate {
  position: static;
  float: left;
  width: 120px;
}

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle p {
  margin-bottom: 0;
}

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

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

.module {
  background: #0c1125;
}

/*! 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: #36c;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.fsComposerFormEmbed form .linkLike:hover {
  color: #039;
}
.fsComposerFormEmbed form .required {
  color: #0c1125;
}
.fsComposerFormEmbed form .pageControls {
  padding: 10px 0 !important;
  margin-bottom: 10px;
}
.fsComposerFormEmbed form .pageControls .userConfirmation {
  margin-bottom: 0;
}
.fsComposerFormEmbed form .userConfirmation {
  margin-bottom: 20px;
}
.fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
  margin-right: 5px;
}
.fsComposerFormEmbed form .userConfirmation > label {
  display: block;
}
.fsComposerFormEmbed form .elementColumn {
  zoom: 1;
  margin-bottom: 20px;
  max-width: 100%;
}
.fsComposerFormEmbed form .elementColumn:after {
  display: table;
  clear: both;
  content: "";
}
@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementColumn {
    float: none !important;
    width: 100% !important;
  }
}
.fsComposerFormEmbed form .elementColumn .elementContainer {
  margin-bottom: 0;
}
.fsComposerFormEmbed form .elementColumn .elementBody > input {
  width: 100%;
}
.fsComposerFormEmbed form .pageBreak {
  zoom: 1;
}
.fsComposerFormEmbed form .pageBreak:after {
  display: table;
  clear: both;
  content: "";
}
.fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
  background: none;
  border: none;
  color: #36c;
  transition: 0.3s;
  outline: 0;
  float: left;
  padding: 0;
  line-height: 1;
  padding: 10px 0;
}
.fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
  color: #039;
  transition: 0.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: #0c1125 !important;
  text-shadow: none;
  font-size: inherit;
  border: none !important;
  float: left;
  line-height: 1;
}
.fsComposerFormEmbed form .submitBtn:hover {
  transition: 0.3s;
  color: #fff !important;
  background: #0c65aa !important;
}
.fsComposerFormEmbed .ui-widget {
  font-family: "proxima-nova", sans-serif;
  max-width: 100%;
}
.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: "";
  font-weight: bold;
  transition: 0.3s;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  transition: 0.3s;
  opacity: 0.5;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: "›";
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: "‹";
}
.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: #4e4b44;
}

:-moz-placeholder {
  color: #4e4b44;
}

::-moz-placeholder {
  color: #4e4b44;
}

:-ms-input-placeholder {
  color: #4e4b44;
}

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1;
}
.fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
  display: table;
  clear: both;
  content: "";
}
.fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
  margin-bottom: 20px;
}
.fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
  margin-bottom: 2px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #6c6861;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.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: #5f5b55;
  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;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #6c6861;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.fsAccount .fsAccountLogout a:hover {
  background: #5f5b55;
  color: #fff;
}
.fsAccount .fsAccountLogout a em {
  display: block;
  font-style: normal;
}

.fsMedia .fsMediaTitle {
  display: none;
}

.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: "proxima-nova", sans-serif;
  font-size: 15px;
  left: 0;
  line-height: 22px;
  padding: 10px;
  position: absolute;
  width: 100%;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-wrapper {
    padding: 20px;
  }
}
.fsMediaCustomPlayer .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}
.fsMediaCustomPlayer .caption-wrapper a:hover {
  text-decoration: underline;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 20px;
    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 p:empty {
  display: none;
}
.fsMediaCustomPlayer .slick-next,
.fsMediaCustomPlayer .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
.fsMediaCustomPlayer .slick-next:before,
.fsMediaCustomPlayer .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}
.fsMediaCustomPlayer .slick-next {
  left: auto;
  right: 20px;
}
.fsMediaCustomPlayer .slick-next:before {
  content: "›";
}
.fsMediaCustomPlayer .slick-prev {
  left: 20px;
  right: auto;
}
.fsMediaCustomPlayer .slick-prev:before {
  content: "‹";
}

.fsResourceElement.video-image-slideshow .fsLeftArrow,
.fsResourceElement.video-image-slideshow .fsRightArrow {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
.fsResourceElement.video-image-slideshow .fsLeftArrow:before,
.fsResourceElement.video-image-slideshow .fsRightArrow:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}
.fsResourceElement.video-image-slideshow .fsRightArrow {
  left: auto;
  right: 20px;
}
.fsResourceElement.video-image-slideshow .fsRightArrow:before {
  content: "›";
}
.fsResourceElement.video-image-slideshow .fsLeftArrow {
  left: 20px;
  right: auto;
}
.fsResourceElement.video-image-slideshow .fsLeftArrow:before {
  content: "‹";
}

/*! elements - news v0.0.1 */
.fsNews,
.fsPostElement {
  background: #f5f5f6;
  padding: 20px;
}
.fsNews.fsPost .fsTitle,
.fsPostElement.fsPost .fsTitle {
  margin-bottom: 20px;
}
.fsNews.fsDialog .fsTitle,
.fsPostElement.fsDialog .fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  color: #0c1125;
}
.fsNews article,
.fsPostElement article {
  background-repeat: no-repeat;
}
.fsNews .fsThumbnail,
.fsPostElement .fsThumbnail {
  display: block;
  margin-bottom: 0.6666666667em;
}
.fsNews .fsThumbnail img,
.fsPostElement .fsThumbnail img {
  display: block;
}
.fsNews .fsSummary, .fsNews .fsReadMoreLink,
.fsPostElement .fsSummary,
.fsPostElement .fsReadMoreLink {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6c6861;
  display: inline-block;
}
.fsNews .fsSummary p:last-child, .fsNews .fsReadMoreLink p:last-child,
.fsPostElement .fsSummary p:last-child,
.fsPostElement .fsReadMoreLink p:last-child {
  margin: 0;
}
.fsNews .fsSummary p:empty, .fsNews .fsReadMoreLink p:empty,
.fsPostElement .fsSummary p:empty,
.fsPostElement .fsReadMoreLink p:empty {
  display: none;
}
.fsNews .fsSummary,
.fsPostElement .fsSummary {
  display: inline;
}
.fsNews .fsReadMoreLink,
.fsPostElement .fsReadMoreLink {
  font-family: "proxima-nova", sans-serif;
  color: #4e4b44;
}
.fsNews .fsReadMoreLink:hover,
.fsPostElement .fsReadMoreLink:hover {
  color: #0c65aa;
}
.fsNews .fsTitle,
.fsPostElement .fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 20px;
  margin: 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #0c1125;
}
.fsNews .fsTitle a,
.fsPostElement .fsTitle a {
  color: inherit;
}
.fsNews .fsTitle a:hover,
.fsPostElement .fsTitle a:hover {
  color: #0c65aa;
}
.fsNews.fsGrid .fsListItems,
.fsPostElement.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,
.fsPostElement.fsGrid article {
  background-repeat: no-repeat;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns article,
  .fsPostElement.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article,
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleThreeColumns article,
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article,
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFourColumns article,
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns article,
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article,
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFiveColumns article,
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns article,
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns article,
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
}
.no-flexbox .fsNews.fsGrid .fsListItems,
.no-flexbox .fsPostElement.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1;
}
.no-flexbox .fsNews.fsGrid .fsListItems:after,
.no-flexbox .fsPostElement.fsGrid .fsListItems:after {
  display: table;
  clear: both;
  content: "";
}
.no-flexbox .fsNews.fsGrid .fsListItems article,
.no-flexbox .fsPostElement.fsGrid .fsListItems article {
  margin: 0 0 20px;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article,
  .no-flexbox .fsPostElement.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1),
.no-flexbox .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article,
  .no-flexbox .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1),
  .no-flexbox .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article,
  .no-flexbox .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1),
  .no-flexbox .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1),
  .no-flexbox .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article,
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1),
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article,
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1),
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1),
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article,
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1),
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1),
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article,
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1),
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article,
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1),
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1),
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article,
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1),
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1),
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article,
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1),
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1),
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
    clear: both;
  }
}

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  margin-bottom: 20px;
}
.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #0c65aa !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #edcc4a;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #0c1125;
  position: relative;
  transition: 0.3s;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 15px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  transition: 0.3s;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
  border: solid 1px #6c6861;
}
.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: #6c6861;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #6c6861;
  position: relative;
  transition: 0.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: 15px;
  font-family: "proxima-nova", sans-serif;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  transition: 0.3s;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px;
}
.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
}
.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: #6c6861;
}
.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: #0c65aa;
}
.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0;
}
.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px;
}
.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #36c !important;
  outline: transparent;
}
.fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #039 !important;
}
.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 15px;
}
.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0;
}

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

.fsFacebookList, .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsFacebookList li {
  margin: 0;
  padding: 0;
}
.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}

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

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

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

.fsVimeoList, .fsVimeoList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsVimeoList li {
  margin: 0;
  padding: 0;
}
.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity 0.3s;
  opacity: 0.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 0.3s;
}
.fsVimeoList .fsVimeoListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #6c6861;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.vimeo_view_link a:hover {
  background: #5f5b55;
  color: #fff;
}
.vimeo_view_link a em {
  display: block;
  font-style: normal;
}

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

.fsYoutubeList, .fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsYoutubeList li {
  margin: 0;
  padding: 0;
}
.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity 0.3s;
  opacity: 0.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 0.3s;
}
.fsYoutubeList .fsYoutubeListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #6c6861;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.Youtube_view_link a:hover {
  background: #5f5b55;
  color: #fff;
}
.Youtube_view_link a em {
  display: block;
  font-style: normal;
}

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li:not(:last-child) {
  margin-right: 10px;
}
.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 20px;
  margin-bottom: 0px;
  display: block;
  font-family: "bebas-neue", sans-serif;
  font-size: 18px;
  padding: 10px 0;
  color: #0c1125;
  transition: 0.3s;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: none;
  color: #6c6861;
  border-bottom: 9px solid #6c6861;
}
.fsTabs .fsTabsNav li a:hover {
  background: none;
  color: #0c1125;
  border-bottom: 9px solid #0c1125;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: none;
  color: #0c65aa;
  border-bottom: 9px solid #0c65aa;
}
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}
@media (min-width: 600px) {
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

/*! pages - home v0.0.1 */
.home #fsFooter {
  border-top: 20px solid #FFF;
}
.home #fsPageBodyWrapper {
  padding: 0;
}
.home #fsPageBody {
  max-width: 100%;
}
.home #fsPageContent {
  margin: 0;
}
.home .fsPageLayout {
  margin: 0;
}
.home .fsPageLayout > .fsDiv {
  margin-bottom: 0;
}

.sub-school-banner {
  display: none;
  width: 100%;
  height: 260px;
  background-position: center;
  background-size: cover;
}
.sub-school-banner > .fsElementContent {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.sub-school-banner h2 {
  padding: 111px 20px 0;
  margin: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 39px;
  line-height: 45px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 10px;
}

.home-slider-container {
  width: 100%;
}
.home-slider-container article {
  will-change: background-position;
  width: 100%;
  height: 345px;
  background-attachment: fixed;
  position: relative;
  background-position: center top;
  background-size: cover;
}
body.ipad .home-slider-container article {
  background-attachment: scroll;
}

@media (min-width: 700px) {
  .home-slider-container article {
    height: 480px;
  }
}
@media (min-width: 1000px) {
  .home-slider-container article {
    height: calc(100vh - 183px);
  }
  body.ipad .home-slider-container article {
    height: calc(100vh - 205px);
  }
}
@media (min-width: 1420px) {
  .home-slider-container article {
    height: calc(100vh - 110px);
  }
}
.home-slider-container article .slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 400;
  background: rgba(0, 0, 0, 0.35);
}
.home-slider-container article .caption,
.home-slider-container article figcaption,
.home-slider-container article .fsDescription {
  position: absolute;
  z-index: 410;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  bottom: 0;
  padding: 20px 35px;
  text-align: right;
}
@media (min-width: 1000px) {
  .home-slider-container article .caption,
  .home-slider-container article figcaption,
  .home-slider-container article .fsDescription {
    background: none;
    padding: 0;
    bottom: 25px;
    right: 35px;
  }
}
.home-slider-container article .caption h2,
.home-slider-container article figcaption h2,
.home-slider-container article .fsDescription h2 {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.3;
  text-align: right;
  max-width: 50vw;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
@media (min-width: 700px) {
  .home-slider-container article .caption h2,
  .home-slider-container article figcaption h2,
  .home-slider-container article .fsDescription h2 {
    font-size: 30px;
    max-width: none;
  }
}
@media (min-width: 1000px) {
  .home-slider-container article .caption h2,
  .home-slider-container article figcaption h2,
  .home-slider-container article .fsDescription h2 {
    margin: 0 0 50px;
    padding: 0 0 0 320px;
    font-size: 42px;
    font-weight: 400;
    line-height: 55px;
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .home-slider-container article .caption h2,
  .home-slider-container article figcaption h2,
  .home-slider-container article .fsDescription h2 {
    width: 70%;
  }
}
.home-slider-container article .caption p,
.home-slider-container article figcaption p,
.home-slider-container article .fsDescription p {
  width: calc(100% - 120px);
  padding: 0;
  font-size: 0;
  line-height: 1;
  font-family: "proxima-nova", sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 700px) {
  .home-slider-container article .caption p,
  .home-slider-container article figcaption p,
  .home-slider-container article .fsDescription p {
    font-size: 12px;
    line-height: 19px;
    padding: 0 125px 0 0;
    width: 75%;
  }
}
@media (min-width: 1000px) {
  .home-slider-container article .caption p,
  .home-slider-container article figcaption p,
  .home-slider-container article .fsDescription p {
    padding: 0 210px 0 0;
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .home-slider-container article .caption p,
  .home-slider-container article figcaption p,
  .home-slider-container article .fsDescription p {
    width: 53%;
  }
}
.home-slider-container article .caption a:not(.fs_style_30):not(.fs_style_31):not(.fs_style_32):not(.fs_style_34):not(.fs_style_35):not(.fs_style_36):not(.fs_style_37),
.home-slider-container article figcaption a:not(.fs_style_30):not(.fs_style_31):not(.fs_style_32):not(.fs_style_34):not(.fs_style_35):not(.fs_style_36):not(.fs_style_37),
.home-slider-container article .fsDescription a:not(.fs_style_30):not(.fs_style_31):not(.fs_style_32):not(.fs_style_34):not(.fs_style_35):not(.fs_style_36):not(.fs_style_37) {
  display: block;
  font-family: "bebas-neue", sans-serif;
  font-size: 15px;
  width: 120px;
  height: 34px;
  margin-left: auto;
  line-height: 34px;
  bottom: 21px;
  right: 24px;
  background: #0c65aa;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
@media (min-width: 700px) {
  .home-slider-container article .caption a:not(.fs_style_30):not(.fs_style_31):not(.fs_style_32):not(.fs_style_34):not(.fs_style_35):not(.fs_style_36):not(.fs_style_37),
  .home-slider-container article figcaption a:not(.fs_style_30):not(.fs_style_31):not(.fs_style_32):not(.fs_style_34):not(.fs_style_35):not(.fs_style_36):not(.fs_style_37),
  .home-slider-container article .fsDescription a:not(.fs_style_30):not(.fs_style_31):not(.fs_style_32):not(.fs_style_34):not(.fs_style_35):not(.fs_style_36):not(.fs_style_37) {
    display: block;
    position: absolute;
  }
}
@media (min-width: 1000px) {
  .home-slider-container article .caption a:not(.fs_style_30):not(.fs_style_31):not(.fs_style_32):not(.fs_style_34):not(.fs_style_35):not(.fs_style_36):not(.fs_style_37),
  .home-slider-container article figcaption a:not(.fs_style_30):not(.fs_style_31):not(.fs_style_32):not(.fs_style_34):not(.fs_style_35):not(.fs_style_36):not(.fs_style_37),
  .home-slider-container article .fsDescription a:not(.fs_style_30):not(.fs_style_31):not(.fs_style_32):not(.fs_style_34):not(.fs_style_35):not(.fs_style_36):not(.fs_style_37) {
    font-size: 18px;
    width: 186px;
    height: 50px;
    bottom: 0;
    right: 0;
    line-height: 50px;
  }
}
.home-slider-container article .caption a:not(.fs_style_30):not(.fs_style_31):not(.fs_style_32):not(.fs_style_34):not(.fs_style_35):not(.fs_style_36):not(.fs_style_37):hover,
.home-slider-container article figcaption a:not(.fs_style_30):not(.fs_style_31):not(.fs_style_32):not(.fs_style_34):not(.fs_style_35):not(.fs_style_36):not(.fs_style_37):hover,
.home-slider-container article .fsDescription a:not(.fs_style_30):not(.fs_style_31):not(.fs_style_32):not(.fs_style_34):not(.fs_style_35):not(.fs_style_36):not(.fs_style_37):hover {
  background: #0c1125;
  color: #fff;
}
.home-slider-container footer {
  display: none;
}

.home-expanded-area {
  width: 100%;
  position: relative;
  z-index: 299;
}
.home-expanded-area > .fsContainer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 55px;
  position: relative;
  z-index: 2000;
}
body.saef-body .home-expanded-area > .fsContainer {
  background-image: url(../images/expand-collapse-bg-saef.jpg) !important;
}

.home-expanded-area .expnaded-box-normal-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 25px 20px 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #0c1125;
  text-transform: uppercase;
}
@media (min-width: 1000px) {
  .home-expanded-area .expnaded-box-normal-content {
    padding-top: 100px;
    padding-bottom: 30px;
    font-size: 27px;
    line-height: 36px;
  }
}
.home-expanded-area .expnaded-box-normal-content h2 {
  font-size: 1em;
  line-height: 1em;
}
.home-expanded-area .expnaded-box-normal-content p {
  margin: 0;
  padding: 0;
}
.home-expanded-area .expanded-content {
  display: none;
  max-width: 100%;
  padding: 50px 20px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  color: #0c1125;
  line-height: 28px;
  text-align: center;
}
@media (min-width: 1000px) {
  .home-expanded-area .expanded-content {
    max-width: 1100px;
    padding: 60px 0;
  }
}
.home-expanded-area .expanded-content p {
  padding: 0;
  margin: 0 0 30px;
}
.home-expanded-area .expanded-content .content-block-2 {
  display: none;
}
.home-expanded-area .expand-button-area {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  height: 35px;
  position: relative;
}
.home-expanded-area .expand-button-area .expand-btn {
  position: relative;
  display: inline-block;
  min-width: 110px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-family: "bebas-neue", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #0c65aa;
  text-transform: uppercase;
  background: #fff;
  border-radius: 8px;
  z-index: 5;
  cursor: pointer;
}
.home-expanded-area .expand-button-area .expand-btn:hover {
  background: #0c65aa;
  color: #fff;
}
.home-expanded-area .expand-button-area:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #968347;
  z-index: 1;
}
.home-expanded-area .expand-next-prev {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.home-expanded-area .expand-next-prev .expand-next-prev-btn {
  position: relative;
  display: inline-block;
  min-width: 110px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-family: "bebas-neue", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #0c65aa;
  text-transform: uppercase;
  background: #fff;
  border-radius: 8px;
  z-index: 5;
  cursor: pointer;
}
.home-expanded-area .expand-next-prev .expand-next-prev-btn:hover {
  background: #0c65aa;
  color: #fff;
}
.home-expanded-area .expand-area-video {
  width: 100%;
  position: absolute;
  visibility: hidden;
  left: 110%;
}
.home-expanded-area .expand-area-video.active {
  position: relative;
  visibility: visible;
  left: 0;
}
.home-expanded-area .expand-area-video #jp_poster_0 {
  position: absolute;
  top: 0;
  left: 0;
}
.home-expanded-area .expand-area-video .fsMediaTitle {
  display: none !important;
}

.home .home-expanded-area > .fsContainer {
  padding-bottom: 25px;
}
@media (min-width: 1000px) {
  .home .home-expanded-area > .fsContainer {
    padding-bottom: 55px;
  }
}

.home-school-buttons {
  width: 100%;
  background: #FFF;
  padding: 35px 0 0;
  position: relative;
  z-index: 2000;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .home-school-buttons {
    margin: 0 auto;
    padding: 40px 1% 10px;
  }
}
.home-school-buttons header {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 700px) {
  .home-school-buttons header {
    padding: 0 75px;
  }
}
@media (min-width: 1200px) {
  .home-school-buttons header {
    padding: 0 20px;
  }
}
.home-school-buttons header h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  color: #0c65aa;
  font-size: 23px;
  text-transform: uppercase;
  line-height: 25px;
}
@media (min-width: 700px) {
  .home-school-buttons header h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .home-school-buttons header h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.home-school-buttons .school-btn {
  display: block;
  position: relative;
  width: 100%;
  height: 90px;
  margin-bottom: 1px;
}
@media (min-width: 700px) {
  .home-school-buttons .school-btn {
    height: 155px;
  }
}
@media (min-width: 1000px) {
  .home-school-buttons .school-btn {
    height: 268px;
    float: left;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .home-school-buttons .school-btn {
    width: calc(20% - 12px);
    margin-right: 14px;
  }
}
.home-school-buttons .school-btn:last-child {
  margin-right: 0;
}
.home-school-buttons .school-btn:before {
  content: "";
  z-index: 40;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 17, 39, 0.5);
  transition: all 0.3s;
}
@media (min-width: 1000px) {
  .home-school-buttons .school-btn:before {
    background: rgba(0, 0, 0, 0);
  }
}
.home-school-buttons .school-btn a {
  z-index: 50;
  display: block;
  width: 100%;
  height: 85px;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 30px 18px 0;
  font-size: 20px;
  line-height: 22px;
  font-family: "bebas-neue", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  background: url("../images/WebLogoTransparent-small.png") no-repeat 18px 6px;
  background-size: 24px;
}
@media (min-width: 700px) {
  .home-school-buttons .school-btn a {
    left: 57px;
  }
}
@media (min-width: 1000px) {
  .home-school-buttons .school-btn a {
    left: 0;
  }
}
@media (min-width: 1000px) {
  .home-school-buttons .school-btn a {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
}
.home-school-buttons .school-btn a strong {
  display: block;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 400;
}
@media (min-width: 700px) {
  .home-school-buttons .school-btn a strong {
    font-size: 35px;
  }
}
@media (min-width: 1000px) {
  .home-school-buttons .school-btn a strong {
    font-size: 30px;
  }
}
.home-school-buttons .school-btn a:before {
  position: absolute;
  display: block;
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e909";
  color: #9ea0a9;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  font-size: 40px;
}
@media (min-width: 1000px) {
  .home-school-buttons .school-btn a:before {
    content: "";
  }
}
.home-school-buttons .school-btn:hover:before {
  background: rgb(32, 36, 55);
}
@media (min-width: 1000px) {
  .home-school-buttons .school-btn:hover:before {
    background: rgba(0, 0, 0, 0.7);
  }
}
.home-school-buttons .school-btn:hover a strong {
  color: #edcc4a;
}

.home-news-calendar-area {
  width: 100%;
  background: #f5f5f6;
  padding: 20px 20px 0;
  position: relative;
  z-index: 2000;
}
@media (min-width: 700px) {
  .home-news-calendar-area {
    padding: 35px 75px 0;
  }
}
@media (min-width: 1200px) {
  .home-news-calendar-area {
    padding: 70px 20px 0;
  }
}
.home-news-calendar-area .home-cal-news-container {
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (min-width: 1000px) {
  .home-news-calendar-area .home-cal-news-container {
    overflow: hidden;
    padding-bottom: 40px;
  }
}
.home-news-calendar-area .home-calendar {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  .home-news-calendar-area .home-calendar .fsDayContainer:last-child article:last-child {
    margin-bottom: 0;
  }
}
.home-news-calendar-area .home-calendar article {
  padding-left: 67px;
  min-height: 40px;
}
.home-news-calendar-area .home-calendar article .fsTitle {
  font-size: 18px;
}
@media (min-width: 700px) {
  .home-news-calendar-area .home-calendar article .fsTitle {
    font-size: 22px;
  }
}
.home-news-calendar-area .home-calendar article .fsDate {
  width: 67px;
  height: 45px;
  top: 2px;
}
@media (min-width: 700px) {
  .home-news-calendar-area .home-calendar article .fsDate {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 700px) {
  .home-news-calendar-area .home-calendar article {
    padding-left: 105px;
    min-height: 80px;
  }
}
.home-news-calendar-area .home-calendar header h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #0c65aa;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.652;
  font-size: 23px;
}
@media (min-width: 700px) {
  .home-news-calendar-area .home-calendar header h2 {
    line-height: 32px;
    margin-bottom: 30px;
    font-size: 30px;
  }
}
@media (min-width: 1000px) {
  .home-news-calendar-area .home-calendar header h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 700px) {
  .home-news-calendar-area .home-calendar {
    width: 620px;
    margin: 0 auto 35px;
  }
}
@media (min-width: 1000px) {
  .home-news-calendar-area .home-calendar {
    padding: 20px;
    margin: 0;
    float: left;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .home-news-calendar-area .home-calendar {
    width: auto;
    max-width: 620px;
  }
}
.home-news-calendar-area .home-calendar .fsElementFooterContent {
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 700px) {
  .home-news-calendar-area .home-calendar .fsElementFooterContent {
    padding: 0;
  }
}
@media (min-width: 1000px) {
  .home-news-calendar-area .home-calendar .fsElementFooterContent {
    padding: 10px 0;
  }
}
.home-news-calendar-area .home-calendar .fsElementFooterContent a {
  font-family: "bebas-neue", sans-serif;
  font-size: 18px;
  color: #0c65aa;
  text-transform: uppercase;
}
.home-news-calendar-area .home-calendar .fsTimeSeperator {
  display: none;
}
.home-news-calendar-area .home-calendar .fsEndTime {
  display: none;
}
.home-news-calendar-area .home-calendar .fsElementEventIcon {
  display: none;
}
.home-news-calendar-area .home-calendar dialog.fsDialog .fsElementEventIcon {
  display: inline-block;
}
.home-news-calendar-area .home-news {
  padding: 0;
  width: 100%;
  clear: both;
}
.home-news-calendar-area .home-news header h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #0c65aa;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.652;
  font-size: 23px;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .home-news-calendar-area .home-news header h2 {
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media (min-width: 1000px) {
  .home-news-calendar-area .home-news {
    margin: 0;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .home-news-calendar-area .home-news {
    width: auto;
    float: right;
    clear: none;
    width: calc(100% - 620px);
  }
}
.home-news-calendar-area .home-news article {
  padding: 0;
}
.home-news-calendar-area .home-news article:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .home-news-calendar-area .home-news article:not(:last-child) {
    margin-bottom: 20px;
  }
}
.home-news-calendar-area .home-news article .fsTitle a {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: #4e4b44;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}
@media (min-width: 1000px) {
  .home-news-calendar-area .home-news article .fsTitle a {
    font-size: 17px;
    line-height: 24px;
  }
}
.home-news-calendar-area .home-news article .fsTitle a:hover {
  color: #0c65aa;
}
.home-news-calendar-area .home-news article .fsSummary {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6c6861;
  display: inline-block;
}
.home-news-calendar-area .home-news article .fsSummary p {
  margin-bottom: 0;
}
.home-news-calendar-area .home-news article .fsReadMoreLink {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #4e4b44;
}
.home-news-calendar-area .home-news article .fsReadMoreLink:hover {
  color: #0c65aa;
}
.home-news-calendar-area .home-news article .fsThumbnail {
  display: none;
}
@media (min-width: 700px) {
  .home-news-calendar-area .home-news article:first-child {
    border-bottom: 1px solid #adadad;
    padding-bottom: 15px;
  }
}
.home-news-calendar-area .home-news article:first-child .fsThumbnail {
  position: relative;
  display: block;
  margin: 0 -20px 15px;
  max-width: 500px;
}
@media (min-width: 700px) {
  .home-news-calendar-area .home-news article:first-child .fsThumbnail {
    margin: 0 0 10px;
  }
}
.home-news-calendar-area .home-news article:first-child .fsThumbnail img {
  width: 100%;
}
.home-news-calendar-area .home-news article:first-child .fsThumbnail:after {
  content: "FEATURED";
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  bottom: -1px;
  right: 0;
  width: 100%;
  text-align: center;
  color: #f7f7f7;
  line-height: 0.729;
  font-size: 2.5rem;
}
@media (min-width: 400px) {
  .home-news-calendar-area .home-news article:first-child .fsThumbnail:after {
    font-size: 3.75rem;
  }
}
@media (min-width: 500px) {
  .home-news-calendar-area .home-news article:first-child .fsThumbnail:after {
    font-size: 4.5rem;
  }
}
@media (min-width: 700px) {
  .home-news-calendar-area .home-news article:first-child .fsThumbnail:after {
    right: -4px;
    width: auto;
    text-align: left;
  }
}
.home-news-calendar-area .home-news .fsElementFooterContent {
  text-align: center;
  padding: 10px 0;
}
.home-news-calendar-area .home-news .fsElementFooterContent a {
  font-family: "bebas-neue", sans-serif;
  font-size: 18px;
  color: #0c65aa;
  text-transform: uppercase;
}

.homepage-gallery-area {
  padding: 30px;
  width: 100%;
  display: none;
}
@media (min-width: 1000px) {
  .homepage-gallery-area {
    display: block;
  }
}
.homepage-gallery-area .fsElementFooterContent {
  text-align: center;
  padding: 10px 0;
}
.homepage-gallery-area .fsElementFooterContent a {
  font-family: "bebas-neue", sans-serif;
  font-size: 18px;
  color: #0c65aa;
  text-transform: uppercase;
}
.homepage-gallery-area .homepage-gallery-inner {
  width: 100%;
  overflow: hidden;
}
.homepage-gallery-area .homepage-gallery-inner .gallery-left {
  width: calc(50% - 5px);
  margin-right: 10px;
  float: left;
  overflow: hidden;
}
.homepage-gallery-area .homepage-gallery-inner .gallery-right {
  width: calc(50% - 5px);
  float: left;
  overflow: hidden;
  overflow: hidden;
}
.homepage-gallery-area .homepage-gallery-inner .home-gallery-item {
  position: relative;
  padding-top: 45%;
  background-position: center;
  background-size: cover;
}
.homepage-gallery-area .homepage-gallery-inner .home-gallery-item-left {
  width: calc(50% - 5px);
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.homepage-gallery-area .homepage-gallery-inner .home-gallery-item-right {
  width: calc(50% - 5px);
  float: left;
}
.homepage-gallery-area .homepage-gallery-inner .home-gallery-item-large {
  width: 100%;
  clear: both;
  margin: 0 0 10px;
}
.homepage-gallery-area .homepage-gallery-inner .home-gallery-item .fsElementHeaderContent {
  position: absolute;
  display: block;
  width: calc(100% - 26px);
  height: calc(100% - 24px);
  position: absolute;
  background: rgba(21, 94, 148, 0.8);
  top: 12px;
  left: 13px;
  transition: all 0.4s ease-in-out;
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 21px;
}
.homepage-gallery-area .homepage-gallery-inner .home-gallery-item .fsElementHeaderContent strong {
  display: block;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  color: #edcc4a;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.homepage-gallery-area .homepage-gallery-inner .home-gallery-item .fsElementHeaderContent span {
  position: absolute;
  display: block;
  width: 100%;
  padding: 30px;
  bottom: 0;
  text-align: left;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
}
.homepage-gallery-area .homepage-gallery-inner .home-gallery-item .fsElementHeaderContent:before {
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  border: 1px solid #edcc4a;
  right: 15px;
  top: 15px;
  padding-top: 8px;
  color: #edcc4a;
  text-align: center;
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e902";
}
.homepage-gallery-area .homepage-gallery-inner .home-gallery-item:hover .fsElementHeaderContent {
  -ms-transform: scale(1);
  transform: scale(1);
}
.homepage-gallery-area .homepage-gallery-inner .home-gallery-item:hover .fsElementHeaderContent span {
  opacity: 1;
}

.homepage-media-gallery-area {
  padding: 30px;
  width: 100%;
  display: none;
}
@media (min-width: 1000px) {
  .homepage-media-gallery-area {
    display: block;
  }
}
.homepage-media-gallery-area .fsElementFooterContent {
  text-align: center;
  padding: 10px 0;
}
.homepage-media-gallery-area .fsElementFooterContent a {
  font-family: "bebas-neue", sans-serif;
  font-size: 18px;
  color: #0c65aa;
  text-transform: uppercase;
}
.homepage-media-gallery-area .homepage-gallery-inner {
  width: 100%;
  overflow: hidden;
}
.homepage-media-gallery-area .homepage-gallery-inner .gallery-left {
  width: calc(50% - 5px);
  margin-right: 10px;
  float: left;
  overflow: hidden;
}
.homepage-media-gallery-area .homepage-gallery-inner .gallery-right {
  width: calc(50% - 5px);
  float: left;
  overflow: hidden;
  overflow: hidden;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item {
  position: relative;
  height: 290px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-color: #000;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item .galleria-theme-classic {
  background: transparent;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item .fsResourceTypeVideo {
  height: 100%;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item .fsResourceTypeImage {
  height: 100%;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item .fsResourceTypeImage figure {
  height: 100%;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item .fsResourceTypeImage figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item video {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item .fsAdminWarning,
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item .fsMediaTitle {
  display: none;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item.bgImage > .fsElementContent > .fsMediaContainer .galleria-container .galleria-image img {
  opacity: 0 !important;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item > .fsElementContent {
  height: 290px;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item > .fsElementContent > .fsMediaContainer {
  height: 290px !important;
  background: transparent;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item > .fsElementContent > .fsMediaContainer .galleria-container {
  height: 100% !important;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item > .fsElementContent > .fsMediaContainer .galleria-container .galleria-image {
  height: 100% !important;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item > .fsElementContent > .fsMediaContainer .galleria-container .galleria-image img {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item-left {
  width: calc(50% - 5px);
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item-right {
  width: calc(50% - 5px);
  float: left;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item-large {
  width: 100%;
  clear: both;
  margin: 0 0 10px;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item header {
  position: absolute;
  z-index: 6000;
  display: block;
  width: calc(100% - 26px);
  height: calc(100% - 24px);
  position: absolute;
  background: rgba(21, 94, 148, 0.8);
  top: 12px;
  left: 13px;
  transition: all 0.4s ease-in-out;
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 21px;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item header strong {
  display: block;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  color: #edcc4a;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 13px;
  text-transform: uppercase;
  width: 100%;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item header .fsElementHeaderContent {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  bottom: 0;
  height: 100%;
  text-align: left;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  padding: 30px;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item header a {
  color: inherit;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% + 60px);
  width: calc(100% + 60px);
  margin: -30px;
  padding: 30px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item header a:before {
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  border: 1px solid #edcc4a;
  right: 15px;
  top: 15px;
  padding-top: 8px;
  color: #edcc4a;
  text-align: center;
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e902";
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item > .fsElementContent > .fsMediaGallery > div {
  display: none;
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item:hover header {
  -ms-transform: scale(1);
  transform: scale(1);
}
.homepage-media-gallery-area .homepage-gallery-inner .home-gallery-item:hover header .fsElementHeaderContent {
  opacity: 1;
}

.home-full-gallery-link {
  display: block;
  margin: 10px 0;
  background-position: center;
  background-size: cover;
  height: 165px;
  position: relative;
}
@media (min-width: 1000px) {
  .home-full-gallery-link {
    display: none;
  }
}
.home-full-gallery-link a {
  position: absolute;
  display: block;
  width: calc(100% - 26px);
  height: calc(100% - 24px);
  position: absolute;
  background: rgba(21, 94, 148, 0.8);
  top: 12px;
  left: 13px;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.home-full-gallery-link a span {
  position: absolute;
  display: block;
  width: 100%;
  padding: 30px;
  bottom: 0;
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 21px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.home-full-gallery-link a span strong {
  display: block;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  color: #edcc4a;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.home-full-gallery-link a:before {
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  border: 1px solid #edcc4a;
  right: 15px;
  top: 15px;
  padding-top: 8px;
  color: #edcc4a;
  text-align: center;
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e902";
}

.video-image-slideshow {
  position: relative;
}
.video-image-slideshow.fsResourceElement.fsSlideshow .fsElementSlideshow[data-arrows*=true] {
  padding: 0;
  margin-bottom: 0;
}
.video-image-slideshow.fsResourceElement.fsSlideshow .fsElementSlideshow {
  margin-bottom: 0;
  padding: 0;
}
.video-image-slideshow.fsResourceElement.fsSlideshow article {
  padding: 0;
  background-size: cover;
}
.video-image-slideshow.fsResourceElement.fsSlideshow article img {
  visibility: hidden;
  opacity: 0;
}
.video-image-slideshow.fsResourceElement.fsSlideshow article video {
  transform: translate3d(0, 0, 0);
}
.video-image-slideshow.fsResourceElement.fsSlideshow article video::-webkit-media-controls-start-playback-button {
  display: none;
}
.video-image-slideshow.fsResourceElement.fsSlideshow article video::-webkit-media-controls {
  display: none !important;
}
.video-image-slideshow footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.video-image-slideshow footer .fs_style_30, .video-image-slideshow footer .fs_style_31, .video-image-slideshow footer .fs_style_32, .video-image-slideshow footer .fs_style_34, .video-image-slideshow footer .fs_style_35, .video-image-slideshow footer .fs_style_36, .video-image-slideshow footer .fs_style_37 {
  display: none;
  font-size: 0;
  line-height: 0;
  color: transparent;
  position: absolute;
  left: calc(50% - 37.5px);
  bottom: 0;
  width: 75px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (min-width: 900px) {
  .video-image-slideshow footer .fs_style_30, .video-image-slideshow footer .fs_style_31, .video-image-slideshow footer .fs_style_32, .video-image-slideshow footer .fs_style_34, .video-image-slideshow footer .fs_style_35, .video-image-slideshow footer .fs_style_36, .video-image-slideshow footer .fs_style_37 {
    display: block;
  }
}
@media (min-width: 1000px) {
  .video-image-slideshow footer .fs_style_30, .video-image-slideshow footer .fs_style_31, .video-image-slideshow footer .fs_style_32, .video-image-slideshow footer .fs_style_34, .video-image-slideshow footer .fs_style_35, .video-image-slideshow footer .fs_style_36, .video-image-slideshow footer .fs_style_37 {
    bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .video-image-slideshow footer .fs_style_30, .video-image-slideshow footer .fs_style_31, .video-image-slideshow footer .fs_style_32, .video-image-slideshow footer .fs_style_34, .video-image-slideshow footer .fs_style_35, .video-image-slideshow footer .fs_style_36, .video-image-slideshow footer .fs_style_37 {
    bottom: 10px;
    width: 100px;
    height: 100px;
  }
}
.video-image-slideshow footer .fs_style_30 img, .video-image-slideshow footer .fs_style_31 img, .video-image-slideshow footer .fs_style_32 img, .video-image-slideshow footer .fs_style_34 img, .video-image-slideshow footer .fs_style_35 img, .video-image-slideshow footer .fs_style_36 img, .video-image-slideshow footer .fs_style_37 img {
  visibility: visible !important;
  opacity: 1 !important;
}
.video-image-slideshow footer .fs_style_30 {
  background-image: url("/uploaded/themes/default_15/images/Badge-HighSchools-National-Year.png");
  background-size: auto 120%;
  background-position: center;
}
.video-image-slideshow footer .fs_style_31 {
  background-image: url("/uploaded/themes/default_15/images/National-Blue-Ribbon.png");
  background-size: auto 85%;
  background-position: center;
}
.video-image-slideshow footer .fs_style_32 {
  background-image: url("/uploaded/themes/default_15/images/StemHS.png");
}
.video-image-slideshow footer .fs_style_34 {
  background-image: url("/uploaded/themes/default_15/images/Badge-Academic-Crest.png");
}
.video-image-slideshow footer .fs_style_35 {
  background-image: url("/uploaded/themes/default_15/images/BCME_21_web.png");
}
.video-image-slideshow footer .fs_style_36 {
  background-image: url("/uploaded/themes/default_15/images/BCME_23_logoWeb.png");
}
.video-image-slideshow footer .fs_style_37 {
  background-image: url("/uploaded/themes/default_15/images/2024-blue-ribbon.png");
}
.video-image-slideshow.home-slider-container .slick-arrow {
  z-index: 1010;
}
.video-image-slideshow.home-slider-container .slick-list,
.video-image-slideshow.home-slider-container .slick-slider,
.video-image-slideshow.home-slider-container .slick-track {
  -ms-transform: none;
  transform: none;
}
.video-image-slideshow.home-slider-container .video-slide {
  overflow: hidden;
}
.video-image-slideshow.home-slider-container .video-wrapper {
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.video-image-slideshow.home-slider-container .video-wrapper video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0;
  left: 0;
}
.video-image-slideshow.home-slider-container .video-wrapper .slider-overlay {
  position: fixed;
}
.video-image-slideshow article {
  width: 100%;
}
.video-image-slideshow article .video-wrapper {
  background-size: cover;
  background-position: center;
}
.video-image-slideshow article .video-wrapper video {
  width: 100%;
  height: 22.34375vw;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-image-slideshow article .video-wrapper video ::-webkit-media-controls {
  display: none !important;
}
.video-image-slideshow article .video-wrapper video::-webkit-media-controls {
  display: none !important;
}
.video-image-slideshow article .caption-wrapper {
  display: none;
}
.video-image-slideshow ul.slick-dots {
  bottom: auto;
  display: block;
  list-style: outside none none;
  padding: 20px 0 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 4000;
  text-align: center;
  width: 100%;
}
.video-image-slideshow ul.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  position: relative;
  width: 20px;
}
.video-image-slideshow ul.slick-dots li button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: medium none;
  padding: 5px;
  width: 20px;
}
.video-image-slideshow ul.slick-dots li button:before {
  color: #dcd0b6;
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e908";
  height: 20px;
  left: 0;
  line-height: 20px;
  font-size: 16px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.video-image-slideshow ul.slick-dots li.slick-active button:before {
  color: #0c1125;
}
.video-image-slideshow .fs_style_30, .video-image-slideshow .fs_style_31, .video-image-slideshow .fs_style_32, .video-image-slideshow .fs_style_34, .video-image-slideshow .fs_style_35, .video-image-slideshow .fs_style_36,
.video-image-slideshow .fs_style_37 {
  display: block;
  font-size: 0;
  line-height: 0;
  color: transparent;
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 65px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (min-width: 800px) {
  .video-image-slideshow .fs_style_30, .video-image-slideshow .fs_style_31, .video-image-slideshow .fs_style_32, .video-image-slideshow .fs_style_34, .video-image-slideshow .fs_style_35, .video-image-slideshow .fs_style_36,
  .video-image-slideshow .fs_style_37 {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1000px) {
  .video-image-slideshow .fs_style_30, .video-image-slideshow .fs_style_31, .video-image-slideshow .fs_style_32, .video-image-slideshow .fs_style_34, .video-image-slideshow .fs_style_35, .video-image-slideshow .fs_style_36,
  .video-image-slideshow .fs_style_37 {
    left: 50px;
    bottom: 0;
  }
}
@media (min-width: 1400px) {
  .video-image-slideshow .fs_style_30, .video-image-slideshow .fs_style_31, .video-image-slideshow .fs_style_32, .video-image-slideshow .fs_style_34, .video-image-slideshow .fs_style_35, .video-image-slideshow .fs_style_36,
  .video-image-slideshow .fs_style_37 {
    width: 175px;
    height: 175px;
  }
}
.video-image-slideshow .fs_style_30 img, .video-image-slideshow .fs_style_31 img, .video-image-slideshow .fs_style_32 img, .video-image-slideshow .fs_style_34 img, .video-image-slideshow .fs_style_35 img, .video-image-slideshow .fs_style_36 img,
.video-image-slideshow .fs_style_37 img {
  visibility: visible !important;
  opacity: 1 !important;
}
.video-image-slideshow .fs_style_30 {
  background-image: url("/uploaded/themes/default_15/images/Badge-HighSchools-National-Year.png");
  background-size: auto 120%;
  background-position: center;
}
.video-image-slideshow .fs_style_31 {
  background-image: url("/uploaded/themes/default_15/images/National-Blue-Ribbon-Eagle.png");
  background-size: auto 85%;
  background-position: center;
}
.video-image-slideshow .fs_style_32 {
  background-image: url("/uploaded/themes/default_15/images/StemHS.png");
}
.video-image-slideshow .fs_style_34 {
  background-image: url("/uploaded/themes/default_15/images/Badge-Academic-Crest.png");
}
.video-image-slideshow .fs_style_35 {
  background-image: url("/uploaded/themes/default_15/images/BCME_21_web.png");
}
.video-image-slideshow .fs_style_36 {
  background-image: url("/uploaded/themes/default_15/images/BCME_23_logoWeb.png");
}
.video-image-slideshow .fs_style_37 {
  background-image: url("/uploaded/themes/default_15/images/2024-blue-ribbon.png");
}
.video-image-slideshow .badges {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 50vw;
  position: absolute;
  bottom: 0;
  left: 15px;
}
@media (min-width: 1000px) {
  .video-image-slideshow .badges {
    left: 50px;
    max-width: none;
  }
}
.video-image-slideshow .badges .fs_style_30,
.video-image-slideshow .badges .fs_style_31,
.video-image-slideshow .badges .fs_style_32,
.video-image-slideshow .badges .fs_style_34,
.video-image-slideshow .badges .fs_style_35,
.video-image-slideshow .badges .fs_style_36,
.video-image-slideshow .badges .fs_style_37 {
  position: static;
  margin: 5px;
}
@media (min-width: 1000px) {
  .video-image-slideshow .badges .fs_style_30,
  .video-image-slideshow .badges .fs_style_31,
  .video-image-slideshow .badges .fs_style_32,
  .video-image-slideshow .badges .fs_style_34,
  .video-image-slideshow .badges .fs_style_35,
  .video-image-slideshow .badges .fs_style_36,
  .video-image-slideshow .badges .fs_style_37 {
    margin: 0 10px 0 0;
  }
}
.video-image-slideshow:not(.home-slider-container) .badges {
  display: none;
  left: 50%;
  bottom: 10px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1000px) {
  .video-image-slideshow:not(.home-slider-container) .badges {
    display: -ms-flexbox;
    display: flex;
  }
}
.video-image-slideshow:not(.home-slider-container) .badges .fs_style_30,
.video-image-slideshow:not(.home-slider-container) .badges .fs_style_31,
.video-image-slideshow:not(.home-slider-container) .badges .fs_style_32,
.video-image-slideshow:not(.home-slider-container) .badges .fs_style_34,
.video-image-slideshow:not(.home-slider-container) .badges .fs_style_35,
.video-image-slideshow:not(.home-slider-container) .badges .fs_style_36,
.video-image-slideshow:not(.home-slider-container) .badges .fs_style_37 {
  display: none;
  width: 90px;
  height: 90px;
  position: static;
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 1000px) {
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_30,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_31,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_32,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_34,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_35,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_36,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_37 {
    display: block;
  }
}
@media (min-width: 1300px) {
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_30,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_31,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_32,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_34,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_35,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_36,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_37 {
    width: 115px;
    height: 115px;
  }
}
@media (min-width: 1500px) {
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_30,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_31,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_32,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_34,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_35,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_36,
  .video-image-slideshow:not(.home-slider-container) .badges .fs_style_37 {
    width: 130px;
    height: 130px;
  }
}
.video-image-slideshow:not(.home-slider-container) .fs_style_30,
.video-image-slideshow:not(.home-slider-container) .fs_style_31,
.video-image-slideshow:not(.home-slider-container) .fs_style_32,
.video-image-slideshow:not(.home-slider-container) .fs_style_34,
.video-image-slideshow:not(.home-slider-container) .fs_style_35,
.video-image-slideshow:not(.home-slider-container) .fs_style_36,
.video-image-slideshow:not(.home-slider-container) .fs_style_37 {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 5px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
}
@media (min-width: 1000px) {
  .video-image-slideshow:not(.home-slider-container) .fs_style_30,
  .video-image-slideshow:not(.home-slider-container) .fs_style_31,
  .video-image-slideshow:not(.home-slider-container) .fs_style_32,
  .video-image-slideshow:not(.home-slider-container) .fs_style_34,
  .video-image-slideshow:not(.home-slider-container) .fs_style_35,
  .video-image-slideshow:not(.home-slider-container) .fs_style_36,
  .video-image-slideshow:not(.home-slider-container) .fs_style_37 {
    display: block;
  }
}
@media (min-width: 1300px) {
  .video-image-slideshow:not(.home-slider-container) .fs_style_30,
  .video-image-slideshow:not(.home-slider-container) .fs_style_31,
  .video-image-slideshow:not(.home-slider-container) .fs_style_32,
  .video-image-slideshow:not(.home-slider-container) .fs_style_34,
  .video-image-slideshow:not(.home-slider-container) .fs_style_35,
  .video-image-slideshow:not(.home-slider-container) .fs_style_36,
  .video-image-slideshow:not(.home-slider-container) .fs_style_37 {
    width: 115px;
    height: 115px;
  }
}
@media (min-width: 1500px) {
  .video-image-slideshow:not(.home-slider-container) .fs_style_30,
  .video-image-slideshow:not(.home-slider-container) .fs_style_31,
  .video-image-slideshow:not(.home-slider-container) .fs_style_32,
  .video-image-slideshow:not(.home-slider-container) .fs_style_34,
  .video-image-slideshow:not(.home-slider-container) .fs_style_35,
  .video-image-slideshow:not(.home-slider-container) .fs_style_36,
  .video-image-slideshow:not(.home-slider-container) .fs_style_37 {
    width: 130px;
    height: 130px;
  }
}

.fsElementSlideshowControls > button.fsSlideshowPause,
.fsElementSlideshowControls > button.fsSlideshowPlay,
.home-slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #0c1125;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px;
  border-radius: 100%;
  z-index: 9999;
  color: #fff;
}
.fsElementSlideshowControls > button.fsSlideshowPause:before,
.fsElementSlideshowControls > button.fsSlideshowPlay:before,
.home-slider-play-btn:before {
  color: #fff;
  font-size: 15px;
  content: "";
}
@media (max-width: 699px) {
  .fsElementSlideshowControls > button.fsSlideshowPause,
  .fsElementSlideshowControls > button.fsSlideshowPlay,
  .home-slider-play-btn {
    bottom: 20px;
    right: 20px;
  }
}

.fsStatePaused .fsElementSlideshowControls > button.fsSlideshowPlay:before,
.slider-paused + .video-image-slideshow-controls .home-slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 11px solid #fff;
  border-bottom: 6px solid transparent;
  display: inline-block;
  vertical-align: baseline;
}

.slider-playing + .video-image-slideshow-controls .home-slider-play-btn:after,
.slider-playing + .video-image-slideshow-controls .home-slider-play-btn:before,
.fsStatePlaying .fsElementSlideshowControls > button.fsSlideshowPause:before,
.fsStatePlaying .fsElementSlideshowControls > button.fsSlideshowPause:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0;
}

.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsEmail a, .portal:not(.fsComposeMode) .portal-directory .fsElementPagination a, .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent a, .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a {
  color: #039;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsEmail a:hover, .portal:not(.fsComposeMode) .portal-directory .fsElementPagination a:hover, .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent a:hover, .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a:hover {
  color: #36c;
}

.portal:not(.fsComposeMode) .portal-student-announcements .fsPrevButton::before, .portal:not(.fsComposeMode) .portal-news .fsPrevButton::before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsNextButton::before, .portal:not(.fsComposeMode) .portal-news .fsNextButton::before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsPager, .portal:not(.fsComposeMode) .portal-news .fsPager {
  padding-top: 20px;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsPager li button:before, .portal:not(.fsComposeMode) .portal-news .fsPager li button:before {
  color: #dedede;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsPager li.slick-active button:before, .portal:not(.fsComposeMode) .portal-news .fsPager li.slick-active button:before {
  color: #dedede;
}

#fsAccountBar {
  background: #182f50;
  color: #fff;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
  height: 45px;
  z-index: 99999;
}
#fsAccountBar > ul > li {
  height: 45px;
  padding: 10px 12px 8px;
}
#fsAccountBar a {
  color: #fff;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
}
#fsAccountBar a:hover {
  color: #039;
}
#fsAccountBar .fsAccountBarAvatar {
  height: 45px;
}
#fsAccountBar .fsAccountBarMenu a {
  color: #6c6861;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
}
#fsAccountBar .fsAccountBarMenu a:hover {
  color: #039;
}

.portal a.files:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f15b";
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px;
}
.portal a.pops:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f14c";
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px;
}
.portal #fsBannerLeft .fsCalendar.fsList article {
  padding-left: 0px;
  font-size: 16px;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDate {
  position: relative;
  top: 0;
  background: none;
  color: initial;
  width: auto;
  height: auto;
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #36c;
}
.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: 78.6666666667em;
  max-width: 73.75rem;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
  position: absolute;
  right: 0;
  bottom: 40px;
  margin-bottom: 0px;
  text-align: right;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 62px;
}
@media (max-width: 1200px) {
  .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
    padding: 0 20px;
  }
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
    font-size: 42px;
    left: 0;
    text-align: center;
  }
}
.portal:not(.fsComposeMode) #fsPageBodyWrapper header h2.fsElementTitle {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #162f50;
}
.portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement {
  margin-bottom: 30px;
}
.portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement > header h2.fsElementTitle {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #6c6861;
  text-transform: none;
}
.portal:not(.fsComposeMode) .portal-news {
  position: relative;
}
.portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
    position: absolute;
    right: 0;
    top: 10px;
    margin-bottom: 0px;
  }
}
.portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
  width: 300px;
  height: 240px;
  margin-right: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
    display: block;
    float: none;
  }
}
.portal:not(.fsComposeMode) .portal-news a.fsThumbnail img {
  display: none;
}
.portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink,
.portal:not(.fsComposeMode) .portal-news .fsTitle a.fsPostLink {
  font-family: "proxima-nova", 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,
.portal:not(.fsComposeMode) .portal-news .fsTitle a.fsPostLink:hover {
  color: #039;
}
.portal:not(.fsComposeMode) .portal-news .fsDateTime {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #6c6861;
}
.portal:not(.fsComposeMode) .portal-news .fsSummary {
  font-size: 15px;
  color: #6c6861;
  line-height: 22px;
}
.portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink,
.portal:not(.fsComposeMode) .portal-news a.fsPostLink.fsReadMoreLink {
  display: inline-block;
  font-family: "proxima-nova", 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,
.portal:not(.fsComposeMode) .portal-news a.fsPostLink.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-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  display: block;
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate .fsMonth {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: block;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle {
  font-family: "Montserrat", sans-serif;
  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: #039;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #424242;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsTimeRange:before,
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsAllDay:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f017";
  font-family: FontAwesome;
  font-size: 15px;
  color: #c83eab;
  margin-right: 2px;
  position: relative;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsLocation:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f124";
  font-family: FontAwesome;
  font-size: 15px;
  color: #c83eab;
  margin-right: 5px;
  position: relative;
}
.portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent {
  text-align: center;
}
.portal:not(.fsComposeMode) .portal-directory-search {
  border-bottom: 0px;
}
.portal:not(.fsComposeMode) .portal-directory-search form label {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  color: #36c;
  display: block;
}
.portal:not(.fsComposeMode) .portal-directory-search form label > span {
  display: inline-block;
  min-width: 100px;
  text-align: right;
}
.portal:not(.fsComposeMode) .portal-directory-search form label > input,
.portal:not(.fsComposeMode) .portal-directory-search form label > select {
  display: inline-block;
  max-width: 190px;
  height: 30px;
  padding: 2px;
  margin-left: 10px;
}
.portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #c83eab;
  padding: 8px 15px;
  min-width: 190px;
  margin-left: 125px;
  transition: background 0.15s linear;
}
.portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:hover {
  background: #149bc7;
}
.portal:not(.fsComposeMode) .portal-directory .fsElementPagination {
  text-align: center;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
    max-width: 600px;
    margin: 0 auto;
  }
}
.portal:not(.fsComposeMode) .portal-directory .fsPhoto {
  width: 280px;
  height: 215px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px !important;
}
.portal:not(.fsComposeMode) .portal-directory .fsPhoto img {
  display: none;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
  background: none;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #36c;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
    max-width: 280px;
    display: block;
    float: none;
  }
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
    margin: 0 auto;
  }
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem strong {
  font-weight: 600;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem > div {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a {
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a:hover {
  color: #039;
}
.portal:not(.fsComposeMode) #fsBannerLeft > .fsBanner > .fsElement {
  margin-bottom: 70px;
}
.portal:not(.fsComposeMode) .portal-sub-nav, .portal:not(.fsComposeMode) .portal-sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portal:not(.fsComposeMode) .portal-sub-nav li {
  margin: 0;
  padding: 0;
}
@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;
  }
}
.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.6666666667em;
  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: #0c1125;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li > a {
  padding: 0.6666666667em 1.3333333333em;
  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: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 15px;
  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: #0c1125;
  color: #fff;
  font-family: "proxima-nova", 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;
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "\f142";
  }
}
@media (max-width: 799px) {
  .active-nav > header > .fsElementTitle:after {
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "\f141";
  }
}

.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: 15px;
  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: 15px;
  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: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a:hover {
  color: #039;
}
.portal:not(.fsComposeMode) .portal-photos {
  background: #d0d6dc;
  text-align: center;
  padding: 30px 0 55px;
}
.portal:not(.fsComposeMode) .portal-photos header h2.fsElementTitle {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
}
.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%;
  }
}

@font-face {
  font-family: "CampusMap";
  src: url("../fonts//CampusMap2/icomoon.eot");
  src: url("../fonts//CampusMap2/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//CampusMap2/icomoon.woff2") format("woff2"), url("../fonts//CampusMap2/icomoon.woff") format("woff"), url("../fonts//CampusMap2/icomoon.ttf") format("truetype"), url("../fonts//CampusMap2/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
.campus-map #fsPageBodyWrapper {
  padding: 0;
  padding-top: 40px;
}
.campus-map #fsPageBody {
  max-width: 100%;
}
.campus-map .instructions {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  max-width: 1220px;
  padding: 0 20px;
}
.campus-map .coordinates-popup {
  position: absolute;
  background: #FFF;
  color: #000;
  padding: 9px 5px;
  margin-top: -87px;
  margin-left: -310px;
  z-index: 9000;
  width: 620px;
  height: 80px;
  text-align: center;
  border: 1px solid #000;
}
.campus-map .coordinates-popup:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}
.campus-map .coordinates-popup .html-markup {
  display: block;
  margin: 5px;
}
.campus-map .coordinates-popup .copyButton.success:after {
  content: "✔";
  margin-left: 5px;
}
@media (min-width: 800px) {
  .campus-map.map-pop-active .map-pop-wrapper {
    width: 30px;
    height: 30px;
    right: 0;
    left: 100%;
    top: 50%;
    bottom: initial;
    -ms-transform: translateY(-35%) !important;
    transform: translateY(-35%) !important;
    background: none;
  }
}
.campus-map .map-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.campus-map .map-wrapper .map-container {
  position: relative;
}
.campus-map .map-wrapper .map-container > .fsElementContent {
  position: relative;
}
.campus-map .map-wrapper .map-container > .fsElementContent img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 800px) {
  .campus-map .map-wrapper .map-container > .fsElementContent img {
    max-width: 70vw;
    margin: 0 auto;
  }
}
.campus-map .map-lead-in > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  max-width: 1220px;
  padding: 0 20px;
  margin-bottom: 40px;
}
.campus-map .map-points, .campus-map .map-points ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.campus-map .map-points li {
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  .campus-map .map-points.mobile {
    display: none;
  }
}
.campus-map .map-points:not(.mobile) {
  display: none;
}
@media (min-width: 800px) {
  .campus-map .map-points:not(.mobile) {
    display: block;
  }
}
@media (min-width: 800px) {
  .campus-map .map-points {
    text-align: center;
    font-size: 0.625rem;
  }
}
.campus-map .map-points ul:not(.redactor-toolbar) {
  font-size: 0;
}
.campus-map .map-points ul:not(.redactor-toolbar) li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  counter-increment: li;
  transition: 0.3s all;
  visibility: hidden;
  opacity: 0;
  z-index: 500;
}
.campus-map .map-points ul:not(.redactor-toolbar) li.active-modal {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 800px) {
  .campus-map .map-points ul:not(.redactor-toolbar) li {
    visibility: visible;
    opacity: 1;
  }
}
.campus-map .map-points ul:not(.redactor-toolbar) li:hover {
  z-index: 1;
}
.campus-map .map-points ul:not(.redactor-toolbar) li:before {
  border-radius: 100%;
}
.campus-map .map-points ul:not(.redactor-toolbar) li a {
  display: block;
  position: relative;
}
.campus-map .map-points ul:not(.redactor-toolbar) li a:hover:before {
  background: #ffffff;
}
.campus-map .map-points ul:not(.redactor-toolbar) li a:hover .map-text {
  background: rgba(22, 48, 82, 0.9);
  -ms-transform: scale(1) translate(-50%, -10%);
  transform: scale(1) translate(-50%, -10%);
  opacity: 1;
  visibility: visible;
}
.campus-map .map-points ul:not(.redactor-toolbar) li a span.marker {
  border-radius: 100%;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: bottom;
  color: #6c6861;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 1.125rem;
  z-index: 1;
  position: relative;
  font-weight: 600;
  color: white !important;
}
.campus-map .map-points ul:not(.redactor-toolbar) li a span.marker:after {
  content: "\e900";
  font-family: "CampusMap";
  width: 30px;
  height: 30px;
  display: block;
  color: rgba(255, 255, 255, 0.96);
  color: #0c105a;
  text-shadow: 1px 0px 8px #4c4b4b;
  position: absolute;
  top: 5px;
  left: -10px;
  font-size: 50px;
  z-index: -1;
}
.campus-map .map-points ul:not(.redactor-toolbar) li a .map-text {
  bottom: 100%;
  font-size: 0.875rem;
  color: #FFF;
  padding: 5px;
  position: absolute;
  left: 50%;
  border-radius: 5px;
  white-space: nowrap;
  -ms-transform: scale(0.95) translate(-50%, 100%);
  transform: scale(0.95) translate(-50%, 100%);
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.3s ease;
}
.campus-map .map-key {
  margin: 40px 0 20px 0;
  padding: 40px 20px;
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  max-width: 1220px;
}
.campus-map .map-key ul:not(.redactor-toolbar) {
  padding: 0;
  margin: 0;
  list-style: none;
}
.campus-map .map-key ul:not(.redactor-toolbar) li {
  padding: 10px 5px;
  margin: 0 -3px 2px;
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
@media (max-width: 800px) {
  .campus-map .map-key ul:not(.redactor-toolbar) li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .campus-map .map-key ul:not(.redactor-toolbar) li {
    width: 100%;
    margin: 5px 0;
  }
}
.campus-map .map-key ul:not(.redactor-toolbar) li:before {
  box-shadow: 1px 0px 4px rgb(2, 2, 2);
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  background: rgba(255, 255, 255, 0.96);
  color: #0c1125;
  width: 30px;
  height: 30px;
  font-size: 18px;
  border-radius: 100%;
}
@media screen and (min-width: 600px) {
  .campus-map .map-key ul:not(.redactor-toolbar) li {
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
}
.campus-map .map-detail {
  font-family: "proxima-nova", sans-serif;
  color: #6d6d6d;
  font-size: 15px;
}
@media (min-width: 800px) {
  .campus-map .map-detail {
    position: relative;
  }
}
@media (min-width: 800px) {
  .campus-map .map-detail .slick-list {
    height: auto !important;
  }
  .campus-map .map-detail .slick-list article:not(.slick-active) {
    height: 0 !important;
  }
}
.campus-map .map-detail .slick-dots {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 15px 20px;
  display: none !important;
  line-height: 1;
  text-align: center;
}
@media (min-width: 800px) {
  .campus-map .map-detail .slick-dots {
    display: block !important;
  }
}
.campus-map .map-detail .slick-dots li {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0;
}
.campus-map .map-detail .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.campus-map .map-detail .slick-dots li.slick-active button {
  background: #35c9d7;
  opacity: 1;
}
.campus-map .map-detail .slick-dots li button {
  padding: 0;
  opacity: 0.6;
  background: #b2b2b2;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 100%;
  transition: 0.3s background;
}
.campus-map .map-detail .slick-dots li button:hover {
  background: #35c9d7;
  opacity: 1;
}
.campus-map .map-detail .fsSlideImage {
  width: 100%;
  border-radius: 4px;
  margin-top: 20px;
  display: block;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 799px) {
  .campus-map .map-detail .fsSlideImage {
    background-image: none !important;
  }
}
.campus-map .map-detail .fsSlideImage img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 800px) {
  .campus-map .map-detail .fsSlideImage img {
    opacity: 0;
    visibility: hidden;
  }
}
.campus-map .map-detail .fsCaptionTitleWrapper .fsSlideTitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.campus-map .map-detail .fsCaptionDescWrapper {
  padding: 0;
  line-height: 1.5;
  background: none;
  color: #5e5e5e;
}
@media (min-width: 800px) {
  .campus-map .map-detail .fsCaptionDescWrapper {
    background: none;
  }
}
.campus-map .map-detail .fsCaptionDescWrapper .fsSlideDescription p:last-child {
  margin-bottom: 0;
}
.campus-map.map-pop-active .map-pop-wrapper {
  opacity: 1;
  -ms-transform: translateX(0);
  transform: translateX(0);
  margin-top: 20px;
}
@media (min-width: 800px) {
  .campus-map.map-pop-active .map-pop-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 799px) {
  .campus-map.map-pop-active .map-pop-wrapper {
    top: initial !important;
    left: initial !important;
    max-width: 350px;
    margin: 20px auto 0;
  }
}
.campus-map .map-pop-wrapper {
  position: relative;
}
@media (min-width: 800px) {
  .campus-map .map-pop-wrapper {
    margin: 0;
    margin-left: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    opacity: 0;
    z-index: 500;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    max-width: 540px;
  }
  .campus-map .map-pop-wrapper:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    z-index: 999;
  }
  .campus-map .map-pop-wrapper .map-pop-container {
    position: relative;
    width: 250px;
    padding: 20px 20px 25px;
    height: auto;
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    top: 50%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 0px 8px #4c4b4b;
    word-wrap: break-word;
  }
  .campus-map .map-pop-wrapper.left-align:before {
    left: -70px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #fff;
  }
  .campus-map .map-pop-wrapper.left-align .map-pop-container {
    right: 320px;
  }
  .campus-map .map-pop-wrapper.top-align .map-pop-container {
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.campus-map .map-pop-wrapper .map-close {
  display: none !important;
}
.campus-map .locations-container {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  padding: 35px 0;
}
.campus-map .locations-container > header h2.fsElementTitle {
  text-align: center;
  margin-bottom: 30px;
}
.campus-map .locations {
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  width: 33%;
  margin: 0 -3px 50px;
  text-align: center;
}
@media (max-width: 799px) {
  .campus-map .locations {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .campus-map .locations {
    width: 100%;
    margin: 0 0 30px;
    margin-bottom: 30px;
  }
}
.campus-map .locations.category-1 header h2.fsElementTitle,
.campus-map .locations.category-1 span.marker {
  color: #ff6060;
}
.campus-map .locations.category-2 header h2.fsElementTitle,
.campus-map .locations.category-2 span.marker {
  color: #00bccd;
}
.campus-map .locations.category-3 header h2.fsElementTitle,
.campus-map .locations.category-3 span.marker {
  color: #f99d3c;
}
.campus-map .locations.category-4 header h2.fsElementTitle,
.campus-map .locations.category-4 span.marker {
  color: #813f95;
}
.campus-map .locations.category-5 header h2.fsElementTitle,
.campus-map .locations.category-5 span.marker {
  color: #0072bc;
}
.campus-map .locations.category-6 header h2.fsElementTitle,
.campus-map .locations.category-6 span.marker {
  color: #acc02a;
}
.campus-map .locations.category-7 header h2.fsElementTitle,
.campus-map .locations.category-7 span.marker {
  color: #7da7d9;
}
.campus-map .locations.category-8 header h2.fsElementTitle,
.campus-map .locations.category-8 span.marker {
  color: #39b54a;
}
.campus-map .locations ul, .campus-map .locations ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.campus-map .locations ul li {
  margin: 0;
  padding: 0;
}
.campus-map .locations header h2.fsElementTitle {
  font-size: 18px;
  line-height: 24px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-weight: 600;
}
.campus-map .locations header h2.fsElementTitle:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  max-width: 100%;
  height: 1px;
  background: #cccccc;
}
.campus-map .locations span.marker {
  display: inline-block;
  padding-right: 5px;
  font-weight: 500;
}
.campus-map .locations span.marker:after {
  content: "-";
  display: inline-block;
  margin-left: 5px;
  color: #6c6861 !important;
}
.campus-map .map-points .link-1 span.marker {
  color: #ff6060 !important;
}
.campus-map .map-points .link-2 span.marker {
  color: #00bccd !important;
}
.campus-map .map-points .link-3 span.marker {
  color: #f99d3c !important;
}
.campus-map .map-points .link-4 span.marker {
  color: #813f95 !important;
}
.campus-map .map-points .link-5 span.marker {
  color: #0072bc !important;
}
.campus-map .map-points .link-6 span.marker {
  color: #acc02a !important;
}
.campus-map .map-points .link-7 span.marker {
  color: #7da7d9 !important;
}
.campus-map .map-points .link-8 span.marker {
  color: #39b54a !important;
}

body.campus-map.fsComposeMode .coordinates-popup {
  display: none;
}
body.campus-map.fsComposeMode .locations {
  width: 100% !important;
  display: block;
  margin: 0 !important;
}
body.campus-map.fsComposeMode .map-key {
  display: none;
}
body.campus-map.fsComposeMode .map-points {
  text-align: left;
}
body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) {
  font-size: 15px;
}
body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li {
  position: static;
  opacity: 1;
  visibility: visible;
}
body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li:not(:last-child) {
  margin-bottom: 10px;
}
body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li .map-text {
  position: static;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  color: inherit;
  border-radius: 0;
  white-space: normal;
}

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.6666666667em;
  padding: 0;
  list-style: none;
}
.colors ol:after {
  display: table;
  clear: both;
  content: "";
}
.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 80%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 40%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 20%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #6c6861;
  color: #6c6861;
}
.colors ol li:nth-of-type(1):after {
  content: "#6c6861";
}
.colors ol li:nth-of-type(2) {
  background: #0c1125;
  color: #0c1125;
}
.colors ol li:nth-of-type(2):after {
  content: "#0c1125";
}
.colors ol li:nth-of-type(3) {
  background: #0c65aa;
  color: #0c65aa;
}
.colors ol li:nth-of-type(3):after {
  content: "#0c65aa";
}
.colors ol li:nth-of-type(4) {
  background: #edcc4a;
  color: #edcc4a;
}
.colors ol li:nth-of-type(4):after {
  content: "#edcc4a";
}
.colors ol li:nth-of-type(5) {
  background: #4e4b44;
  color: #4e4b44;
}
.colors ol li:nth-of-type(5):after {
  content: "#4e4b44";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.6666666667em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: "";
}
.fonts ol li {
  margin-bottom: 0.3333333333em;
  padding: 0.3333333333em;
}
.fonts ol li:nth-of-type(1) {
  font-family: "Droid Serif", Georgia, serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "Droid Serif, Georgia, serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(3) {
  font-family: "proxima-nova", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "proxima-nova, sans-serif";
}
.fonts ol li:nth-of-type(4) {
  font-family: "Montserrat", sans-serif;
}
.fonts ol li:nth-of-type(4):after {
  content: "Montserrat, sans-serif";
}
.fonts ol li:nth-of-type(5) {
  font-family: "FontAwesome";
}
.fonts ol li:nth-of-type(5):after {
  content: "FontAwesome";
}
.fonts ol li:nth-of-type(6) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(6):after {
  content: "IcoMoon";
}
.fonts ol li:nth-of-type(7) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.fonts ol li:nth-of-type(7):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 32px / line: 32px";
}
.headers h2:after {
  content: " size: 18px / line: 19px";
}
.headers h3:after {
  content: " size: 18px / line: 18px";
}
.headers h4:after {
  content: " size: 18px / line: 19px";
}
.headers h5:after {
  content: " size: 13px / line: 19px";
}
.headers h6:after {
  content: " size: 16px / line: 18px";
}

body:not(.fsComposeMode) .interior-masthead > header {
  display: none;
}

.interior-masthead img {
  vertical-align: bottom;
  width: 100%;
}

body:not(.home) .homepage-media-gallery-area {
  padding: 0;
}

.f7 {
  background-color: #f7f7f7;
  padding: 20px;
}

.call-to-action {
  height: 280px;
  max-width: 280px;
  background-size: cover;
  background-position: center;
  margin: 20px 0;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.call-to-action:hover > header {
  background: rgba(12, 17, 39, 0.3);
}
.call-to-action > .fsElementContent p {
  margin: 0;
}
body:not(.fsComposeMode) .call-to-action > .fsElementContent a {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.call-to-action > header {
  color: #FFF;
  width: 100%;
  transition: 0.3s all;
  background: rgba(12, 17, 39, 0.6);
  text-transform: uppercase;
  padding: 18px 20px 14px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.call-to-action > header .fsElementTitle {
  font-family: "bebas-neue", sans-serif;
  color: inherit;
  font-size: 2.1875rem;
  margin-bottom: 5px;
  font-weight: normal;
  line-height: 1;
}
.call-to-action > header .fsElementHeaderContent {
  font-family: "bebas-neue", sans-serif;
  line-height: 1;
  font-size: 0.9375rem;
}

:target:before {
  content: "";
  display: block;
  height: 146px; /* fixed header height*/
  margin: -146px 0 0; /* negative fixed header height */
}
@media (min-width: 850px) {
  :target:before {
    height: 250px; /* fixed header height*/
    margin: -250px 0 0; /* negative fixed header height */
  }
}
@media (min-width: 1450px) {
  :target:before {
    height: 210px; /* fixed header height*/
    margin: -210px 0 0; /* negative fixed header height */
  }
}

.fs_style_24 {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  color: #0c65aa;
  font-weight: 600;
  margin-bottom: 28px;
}

.fs_style_25 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #4e4b44;
  text-transform: uppercase;
}

.fs_style_26 {
  min-width: 150px;
  margin: 15px 0px;
  height: 50px;
  line-height: 50px;
  font-family: "bebas-neue", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 10px;
  text-align: center;
  background: #0664b0;
  display: inline-block;
  border-radius: 6px;
}
.fs_style_26:hover {
  background: #0c1127;
  color: #fff;
}

.fs_style_27 {
  min-width: 150px;
  margin: 15px 0px;
  height: 50px;
  line-height: 50px;
  font-family: "bebas-neue", sans-serif;
  font-size: 18px;
  color: #0c1125;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 10px;
  text-align: center;
  background: #edcc4a;
  display: inline-block;
  border-radius: 6px;
}
.fs_style_27:hover {
  background: #6c6861;
  color: #fff;
}

.fs_style_28 {
  font-family: "bebas-neue", sans-serif;
  font-size: 35px;
  color: #6c6861;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}

.sidebar-news article .fsTitle a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #4e4b43;
  font-weight: 400;
}
.sidebar-news .fsElementFooterContent {
  text-align: center;
  padding: 10px 0;
}
.sidebar-news .fsElementFooterContent a {
  font-family: "bebas-neue", sans-serif;
  font-size: 18px;
  color: #0c65aa;
  text-transform: uppercase;
}
.sidebar-news header h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #0c65aa;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}

.sidebar-news-bg {
  padding: 20px;
  background: #f5f5f6;
}
.sidebar-news-bg article .fsTitle a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #4e4b43;
  font-weight: 400;
}
.sidebar-news-bg .fsElementFooterContent {
  text-align: center;
  padding: 10px 0;
}
.sidebar-news-bg .fsElementFooterContent a {
  font-family: "bebas-neue", sans-serif;
  font-size: 18px;
  color: #0c65aa;
  text-transform: uppercase;
}
.sidebar-news-bg header h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #0c65aa;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}

.grey-bg {
  background: #f7f7f7;
}

#fsMediaPlayerDialog {
  width: 1375px;
  border: none;
  background: transparent;
}
#fsMediaPlayerDialog .fsMediaContainer {
  background-color: transparent;
}
#fsMediaPlayerDialog .galleria-theme-classic {
  background-color: transparent;
}

@media (max-width: 800px) {
  .intranet {
    /*
      tr {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
       flex-direction: column;
      }
    */
  }
  .intranet td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intranet table.styled tr:nth-of-type(odd) td, .intranet table.fs_style_29 tr:nth-of-type(odd) td {
    background-color: #eeeeec;
  }
  .intranet table {
    width: 100%;
  }
  .intranet table.styled tr:first-child td, .intranet table.fs_style_29 tr:first-child td {
    background: #0664b0;
    color: #ffffff;
    font-family: "bebas-neue", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    display: none;
  }
  .intranet td:empty {
    visibility: hidden;
  }
}

.skip-link {
  margin: 0;
}
.skip-link p {
  margin: 0;
}
.skip-link a {
  position: absolute;
  top: -40px;
  left: 0px;
  padding: 6px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 9999999;
}
.skip-link a:focus {
  left: 0px;
  top: 0px;
  transition: top 0.1s ease-in, background 0.5s linear;
  text-decoration: underline;
  color: #039;
}

.fs_style_33 {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
.fs_style_33:last-child {
  margin-right: 20px;
}
.fs_style_33:after {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e90f";
  position: absolute;
  left: 100%;
  left: calc(100% + 3px);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*! treatments - Digital Signage BPT v5 - Configuration File*/
@font-face {
  font-family: "BPT-IcoMoon";
  src: url("../fonts//bpt/icomoon.eot");
  src: url("../fonts//bpt/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//bpt/icomoon.woff2") format("woff2"), url("../fonts//bpt/icomoon.woff") format("woff"), url("../fonts//bpt/icomoon.ttf") format("truetype"), url("../fonts//bpt/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
/*! treatments - Digital Signage BPT v5 */
.bpt-digital-signage5 {
  color: #8b8b8b;
}
.bpt-digital-signage5 h1, .bpt-digital-signage5 h2, .bpt-digital-signage5 h3, .bpt-digital-signage5 h4, .bpt-digital-signage5 h5, .bpt-digital-signage5 h6 {
  color: inherit;
}
.bpt-digital-signage5 #fsPageBodyWrapper {
  padding: 0;
}
.bpt-digital-signage5 #fsPageBody {
  max-width: 100%;
}
.bpt-digital-signage5 #fsPageContent {
  margin-bottom: 0;
}
.bpt-digital-signage5 .fsPageLayout {
  margin: 0;
}
.bpt-digital-signage5 .fsPageLayout > .fsDiv {
  margin-bottom: 0;
  padding: 0;
}
.bpt-digital-signage5 #fsPoweredByFinalsite {
  position: fixed;
  bottom: 0;
  z-index: 10;
  max-width: none;
}
.bpt-digital-signage5 .fsNews, .bpt-digital-signage5 .fsPostElement {
  background: transparent;
}

body:not(.fsComposeMode) .ds1-wrapper > .fsElementContent {
  height: 100vh;
  width: 100vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body:not(.fsComposeMode) .ds1-wrapper > .fsElementContent > div {
  z-index: 5;
}
body:not(.fsComposeMode) .ds1-wrapper > .fsElementContent > div.fsMedia {
  z-index: 1;
}

.ds1-wrapper {
  background-color: #0c1125;
}

body:not(.fsComposeMode) .top-content-container {
  background: #0c1125;
  padding: 3.5vh 4.7vw;
}
body:not(.fsComposeMode) .top-content-container > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.news-cal-pull {
  background: url("../images/diag-stripe.png");
}

.main-content-container {
  max-width: calc(100% - 11vw);
  margin: 0 auto;
  height: 70vh;
}
.main-content-container > .fsDiv {
  padding-left: 2.3vw;
  padding-right: 2.3vw;
  margin-bottom: 0;
  max-height: calc(100% - 5.5556vw);
  padding: 0;
}
.main-content-container > .fsDiv.fsStyleColumn-1 {
  width: 50%;
  padding-left: 0;
  padding-top: 2vh;
}
.main-content-container > .fsDiv.fsStyleColumn-2 {
  width: 50%;
  padding-right: 0;
  padding-top: 4vh;
}
.main-content-container .image-gallery {
  width: 40vw;
}
.main-content-container .image-gallery article {
  width: 40vw;
  height: 36vw;
  opacity: 1 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-content-container .image-gallery article .image-wrapper {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30vw;
  height: 30vw;
  border: solid 1vw #fff;
  border-bottom-width: 4vw;
}
.main-content-container .image-gallery article.slick-current .image-wrapper {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.main-content-container .image-gallery article.gallery-slide2 {
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}
.main-content-container .image-gallery article.gallery-slide2 .image-wrapper {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.main-content-container .image-gallery article.gallery-slide3 {
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.main-content-container .image-gallery article.gallery-slide3 .image-wrapper {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.main-content-container .news-scroll {
  height: 100%;
  min-height: 49.3055vh;
  overflow: hidden;
  padding: 90px 0 20px 0;
}
.main-content-container .news-scroll > header {
  padding: 2.7778vh 4.6vw 2.7778vh 2.7778vw;
  background-color: #0c1125;
  margin-bottom: 3vh;
  width: 50%;
  margin-left: 40vw;
}
.main-content-container .news-scroll > header .fsElementTitle {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 2.3vmax;
  line-height: calc(2.3vmax + 10px);
  padding-left: 6vw;
  position: relative;
  color: #fff;
}
.main-content-container .news-scroll > header .fsElementTitle:before {
  content: "\e90d";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-family: "IcoMoon";
  text-align: center;
  line-height: 6.75925vmax;
  font-size: 4.5vmax;
  color: #edcc4a;
}
.main-content-container .news-scroll > .fsElementContent {
  font-size: 2.1296vmax;
  line-height: calc(2.1296vmax + 12px);
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.main-content-container .news-scroll .slick-slider {
  margin-bottom: 0;
}
.main-content-container .news-scroll .fsTitle {
  font-size: 3.25vmax;
  line-height: calc(3.25vmax + 10px);
  margin-bottom: 10px;
}
.main-content-container .news-scroll article {
  padding: 0;
  position: relative;
  padding-left: 40vw;
  height: 29vw;
  margin-bottom: 0;
}
.main-content-container .news-scroll .fsSummary {
  overflow: hidden;
  font-size: 16px;
  font-size: 2.5vw;
  line-height: 28px;
  line-height: 3.5vw;
}
.main-content-container .news-scroll .fsThumbnail {
  position: absolute;
  top: 1vh;
  left: 2vw;
  width: 35vw;
  height: auto;
  margin: 0;
}
.main-content-container .news-scroll .fsCroppedImage {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding-bottom: 0;
}
.bottom-content-container {
  background-color: #edcc4a;
  height: 30vh;
  width: 100%;
  margin: 0 auto;
}
.bottom-content-container > .fsElementContent {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-ticker {
  padding: 0;
}
.news-ticker article {
  margin-bottom: 0;
}
.news-ticker article .fsTitle {
  color: #fff;
  border-right: solid 3px #fff;
  font-size: 2vmax;
  padding: 0 2vw;
  line-height: normal;
}

.ds-logo img {
  display: block;
  width: 40vw;
}

.ds-date-time .ds_date {
  color: #edcc4a;
  letter-spacing: 0.05em;
  font-size: 2.037vmax;
  line-height: calc(1.037vmax + 23px);
  margin-top: -10px;
  text-align: right;
  font-weight: bold;
}
.ds-date-time .ds_time {
  font-variant: small-caps;
  font-size: 5.8333vmax;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
  text-align: right;
}