 /**
 *
 * Paideia School - default
 * @link http://paideia.finalsite.com
 * Built By: Ryan Reese
 * Project Manager: Lisa Willsey
 * Designer: Akua Duah
 *
 */

@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: 73.75em;
  max-width: 73.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-size: 2.5em;
  line-height: 1.35em;
  color: #021c42;
  margin-bottom: 0.25em;
}

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-size: 2.25em;
  line-height: 1.38889em;
  color: #021c42;
  margin-bottom: 0.27778em;
}

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.875em;
  line-height: 1.4em;
  color: #333333;
  margin-bottom: 0.33333em;
}

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #666;
  margin-bottom: 0.41667em;
}

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.66667em;
  color: #333333;
  margin-bottom: 0.55556em;
}

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  color: #021c42;
  margin-bottom: 0.625em;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

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

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

table.styled, table.fs_style_32 {
  margin-bottom: 1.25em;
  width: 100%;
  border-radius: 5px;
}
table.styled td, table.fs_style_32 td {
  vertical-align: top;
}
table.styled td, table.fs_style_32 td {
  padding: 8px 20px;
  background: #f9f7f7;
  border-bottom: 1px solid #FFF;
}
table.styled tr:first-child td {
  background-color: #021c42;
  color: #FFF;
  text-transform: uppercase;
  padding: 13px 20px;
}
table.fs_style_32 tr:first-child td {
  background-color: #021c42;
  color: #FFF;
  text-transform: uppercase;
  padding: 13px 20px;
}
table.styled tr:nth-of-type(even) td {
  background-color: #f2efef;
}
table.fs_style_32 tr:nth-of-type(even) td {
  background-color: #f2efef;
}

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: 2px solid #666;
  margin: 0 0 20px;
  padding: 11px 10px;
  background: #FFF;
  color: #666;
  outline: 0;
  border-radius: 5px;
  font-weight: 600;
  text-shadow: none;
}
.fsLoadMoreButton:hover {
  background: #666;
  color: #FFF;
}

.fs_style_28 {
  display: inline-block;
  border: 2px solid #021c42;
  margin: 0 0 20px;
  padding: 11px 10px;
  background: #FFF;
  color: #021c42;
  outline: 0;
  border-radius: 5px;
  font-weight: 600;
}
.fs_style_28:hover {
  background: #021c42;
  color: #FFF;
}

.fs_style_29 {
  display: inline-block;
  border: 2px solid #2173a9;
  margin: 0 0 20px;
  padding: 11px 10px;
  background: #FFF;
  color: #2173a9;
  outline: 0;
  border-radius: 5px;
  font-weight: 600;
}
.fs_style_29:hover {
  background: #2173a9;
  color: #FFF;
}

.fs_style_30 {
  display: inline-block;
  border: 2px solid #eca400;
  margin: 0 0 20px;
  padding: 11px 10px;
  background: #FFF;
  color: #eca400;
  outline: 0;
  border-radius: 5px;
  font-weight: 600;
}
.fs_style_30:hover {
  background: #eca400;
  color: #FFF;
}

.fs_style_31 {
  display: inline-block;
  border: 2px solid #da651e;
  margin: 0 0 20px;
  padding: 11px 10px;
  background: #FFF;
  color: #da651e;
  outline: 0;
  border-radius: 5px;
  font-weight: 600;
}
.fs_style_31:hover {
  background: #da651e;
  color: #FFF;
}

.fs_style_33 {
  display: inline-block;
  border: 2px solid #FFF;
  margin: 0 0 20px;
  padding: 30px 25px;
  background: #021c42;
  color: #FFF;
  outline: 0;
  font-size: 1.25rem;
  border-radius: 5px;
  font-weight: 600;
}
.fs_style_33:hover {
  background: #0546a5;
  color: #FFF;
}
.fs_style_33 em {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-weight: normal;
  font-size: 1rem;
}
#fsBannerLeft .fs_style_33 {
  padding: 30px 0;
  text-align: center;
  display: block;
}
#fsBannerLeft .fs_style_33 {
  padding: 30px 0;
  text-align: center;
  display: block;
}

.fs_style_34 {
  display: inline-block;
  border: 2px solid #FFF;
  margin: 0 0 20px;
  padding: 30px 25px;
  background: #2173a9;
  color: #FFF;
  outline: 0;
  font-size: 1.25rem;
  border-radius: 5px;
  font-weight: 600;
}
.fs_style_34:hover {
  background: #53a6dd;
  color: #FFF;
}
.fs_style_34 em {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-weight: normal;
  font-size: 1rem;
}
#fsBannerLeft .fs_style_34 {
  padding: 30px 0;
  text-align: center;
  display: block;
}
#fsBannerLeft .fs_style_34 {
  padding: 30px 0;
  text-align: center;
  display: block;
}

.fs_style_35 {
  display: inline-block;
  border: 2px solid #FFF;
  margin: 0 0 20px;
  padding: 30px 25px;
  background: #eca400;
  color: #FFF;
  outline: 0;
  font-size: 1.25rem;
  border-radius: 5px;
  font-weight: 600;
}
.fs_style_35:hover {
  background: #ffcb53;
  color: #FFF;
}
.fs_style_35 em {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-weight: normal;
  font-size: 1rem;
}
#fsBannerLeft .fs_style_35 {
  padding: 30px 0;
  text-align: center;
  display: block;
}
#fsBannerLeft .fs_style_35 {
  padding: 30px 0;
  text-align: center;
  display: block;
}

/*! content - style manger v0.0.1 */
.lead-in, .fs_style_24 {
  font-size: 1.5em;
  line-height: 1.25em;
  color: #2173a9;
}

blockquote, .fs_style_25 {
  position: relative;
  margin: 40px 0;
  font-size: 1.125rem;
  font-family: "open-sans", sans-serif;
  line-height: 1.75rem;
  padding: 45px 30px 20px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
blockquote:before, .fs_style_25:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -22px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1rem;
  text-align: center;
  line-height: 2.6;
  width: 44px;
  height: 44px;
  color: #2173a9;
  border: 1px solid #2173a9;
  border-radius: 100%;
  font-style: normal;
  background: #FFF;
  box-shadow: 0 0 0 10px #FFF;
}

cite, .fs_style_26 {
  display: block;
  font-style: normal;
  text-align: center;
  margin-bottom: 5px;
  color: #021c42;
  font-weight: 600;
}

.callout, .fs_style_27 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  border-left: 4px solid #eca400;
  margin: 0 0 20px;
  padding-left: 20px;
  font-style: italic;
  font-family: "proxima-nova", sans-serif;
  word-break: break-word;
}

.sidebar-yellow, .sidebar-blue {
  padding: 30px;
  color: #FFF;
  margin-bottom: 20px;
}
.sidebar-yellow > header .fsElementTitle, .sidebar-blue > header .fsElementTitle {
  color: inherit;
  font-size: 1rem;
  font-weight: 600;
}
.sidebar-yellow > .fsElementContent p:last-child, .sidebar-blue > .fsElementContent p:last-child {
  margin: 0;
}
.sidebar-yellow > footer, .sidebar-blue > footer {
  margin-top: 15px;
  padding-top: 10px;
}
.sidebar-yellow > footer a, .sidebar-blue > footer a {
  text-transform: uppercase;
  color: #FFF;
  font-size: 0.875rem;
}

.sidebar-yellow {
  background: #eca400;
}
.sidebar-yellow > footer {
  border-top: 1px solid #d39200;
}
.sidebar-yellow > footer a:hover {
  color: #021c42;
}

.sidebar-blue {
  background: #021c42;
}
.sidebar-blue > footer {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.sidebar-blue > footer a:hover {
  color: #2173a9;
}

/*! structure - header v0.0.1 */
#fsHeader {
  position: relative;
  z-index: 100;
}
#fsHeader .header-utility {
  background: #021c42;
  padding: 8px 30px;
  zoom: 1;
  position: relative;
  display: none;
}
#fsHeader .header-utility:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 900px) {
  #fsHeader .header-utility {
    display: block;
  }
}
#fsHeader .header-utility .tagline {
  float: left;
  font-size: 0.875rem;
  color: #FFF;
  font-weight: 600;
  font-style: italic;
}
#fsHeader .header-utility .tagline p {
  margin: 0;
}
#fsHeader .header-utility .nav-portals {
  float: right;
}
#fsHeader .site-info-container {
  background: #2173a9;
  position: relative;
  height: 80px;
}
@media (min-width: 900px) {
  #fsHeader .site-info-container {
    padding: 0 0 0 30px;
  }
}
#fsHeader .site-info-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#fsHeader .site-info-container .logo-container {
  padding: 0 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 700px) {
  #fsHeader .site-info-container .logo-container {
    padding: 0 30px;
  }
}
@media (min-width: 900px) {
  #fsHeader .site-info-container .logo-container {
    padding: 0 10px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 240px;
    flex: 0 1 240px;
  }
}
@media (min-width: 1100px) {
  #fsHeader .site-info-container .logo-container {
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
  }
}
#fsHeader .site-info-container .logo-container a {
  display: block;
  padding: 5px 0;
}
#fsHeader .site-info-container .logo-container a img {
  vertical-align: bottom;
}
#fsHeader .site-info-container .search-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 80px;
  flex: 0 1 80px;
  display: none;
}
@media (min-width: 900px) {
  #fsHeader .site-info-container .search-container {
    display: block;
  }
}
#fsHeader .site-info-container .search-container:hover .search-trigger:before {
  content: "\e910";
}
#fsHeader .site-info-container .search-container:hover .site-search {
  right: 0;
  opacity: 1;
}
#fsHeader .site-info-container .search-container .search-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0;
}
#fsHeader .site-info-container .search-container .search-trigger:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #3d3d3d;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s all;
}
#fsHeader .site-info-container .nav-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/*! structure - footer v0.0.1 */
#fsFooter {
  position: relative;
}
#fsFooter .address-social-container {
  background: #2173a9;
  padding: 30px 20px 29px;
}
@media (min-width: 700px) {
  #fsFooter .address-social-container {
    padding: 30px 20px 10px;
  }
}
@media (min-width: 900px) {
  #fsFooter .address-social-container {
    padding: 16px 20px;
  }
}
#fsFooter .address-social-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}
@media (min-width: 900px) {
  #fsFooter .address-social-container > .fsElementContent {
    text-align: justify;
    font-size: 0.1px;
  }
  #fsFooter .address-social-container > .fsElementContent:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
}
#fsFooter .address-social-container .school-details-container {
  color: #FFF;
}
@media (min-width: 900px) {
  #fsFooter .address-social-container .school-details-container {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 900px) {
  #fsFooter .address-social-container .nav-social {
    display: inline-block;
    vertical-align: middle;
  }
}
#fsFooter .footer-utility {
  background: #021c42;
  padding: 15px 20px;
}
#fsFooter .footer-utility > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  overflow: hidden;
}
@media (min-width: 700px) {
  #fsFooter .footer-utility .nav-util-footer {
    width: calc(100% - 172px);
    float: left;
  }
}
@media (min-width: 900px) {
  #fsFooter .footer-utility .nav-util-footer {
    max-width: 80%;
  }
}

.school-details {
  font-size: 1rem;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .school-details {
    margin-bottom: 25px;
  }
}
@media (min-width: 900px) {
  .school-details {
    margin-bottom: 0;
  }
}
.school-details [itemprop='name'] {
  display: inline;
  font-family: "goudy-old-style", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .school-details [itemprop='name'] {
    display: inline-block;
  }
}
.school-details [itemprop='address'] {
  display: inline;
}
@media (min-width: 700px) {
  .school-details [itemprop='address'] {
    display: inline-block;
  }
}
.school-details [itemprop='address']:before {
  content: "|";
  padding-right: 5px;
  margin-left: 2px;
  color: #999;
}
.school-details [itemprop='address']:after {
  content: "|";
  padding-left: 5px;
  margin-right: 2px;
  color: #999;
}
.school-details [itemprop='telephone'] {
  display: inline;
}
@media (min-width: 700px) {
  .school-details [itemprop='telephone'] {
    display: inline-block;
  }
}
.school-details a {
  color: inherit;
}

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

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

html {
  height: 100%;
  font-family: "open-sans", sans-serif;
  background: #021c42;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1em;
  line-height: 1.5;
  color: #666;
}

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

#fsPageBodyWrapper {
  padding: 0px 20px 0px;
  background: #fff;
}
@media (min-width: 800px) {
  #fsPageBodyWrapper {
    padding: 40px 40px 0;
  }
}
@media (min-width: 900px) {
  #fsPageBodyWrapper {
    padding: 60px 20px 0;
  }
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}
body.fsHasLeftBanner #fsPageBody:not(.fsStateEditable) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
body.fsHasLeftBanner #fsPageBody:not(.fsStateEditable) #fsPageContent {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
body.fsHasLeftBanner #fsPageBody:not(.fsStateEditable) #fsBannerLeft {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
body.fsHasLeftBanner #fsPageBody:not(.fsStateEditable) #fsBannerRight {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media (min-width: 800px) {
  body.fsHasLeftBanner #fsPageBody:not(.fsStateEditable) {
    display: block;
  }
}

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

#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: 67.79661% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 75.42373% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 43.22034% !important;
  }
}

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

@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.25em;
    padding-left: 1.25em;
  }
}

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

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

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

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

@media (min-width: 700px) {
  #fsPoweredByFinalsite {
    float: right;
    margin-top: 5px;
  }
}

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsBreadcrumb li {
  display: inline-block;
}

/*! navigation - main v0.0.1 */
#fsHeader .nav-main {
  display: none;
}
@media (min-width: 900px) {
  #fsHeader .nav-main {
    display: block;
  }
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    max-width: 885px;
    width: 100%;
  }
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: static !important;
    transition: 0.3s background;
  }
  .nav-main .fsNavLevel1 > li:hover {
    background: #FFF;
  }
  .nav-main .fsNavLevel1 > li:hover > a {
    color: #021c42;
  }
}
.nav-main .fsNavLevel1 > li > a {
  min-height: 80px;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  line-height: 5.5;
}
@media (min-width: 1100px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 1rem;
    line-height: 5;
  }
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage {
  background: #FFF;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
  color: #021c42;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor {
  background: #FFF;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #021c42;
}

.nav-main .fsNavPageInfo {
  background: rgba(221, 221, 221, 0.9);
  width: 100%;
  text-align: left;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  z-index: 300;
  transition: 0.3s all;
}
@media (min-width: 980px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    opacity: 1;
    visibility: visible;
  }
}
.nav-main .dropdown-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}
.nav-main .fsNavPageDescription {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 40px;
  padding: 22px 0 30px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  color: #616161;
}
.nav-main .fsNavPageDescription h4 {
  text-transform: uppercase;
  color: #333333;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.nav-main .fsNavPageThumbnail {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24%;
  flex: 0 1 24%;
  margin-right: 40px;
  padding: 30px 0;
}
.nav-main .fsNavPageThumbnail img {
  vertical-align: bottom;
}
.nav-main .fsNavLevel2 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding: 9px 0 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 46%;
  flex: 0 1 46%;
}
.nav-main .fsNavLevel2 li {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.nav-main .fsNavLevel2 li a {
  padding: 16px 0 8px;
  color: #333333;
  font-size: 0.875rem;
  display: block;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}
.nav-main .fsNavLevel2 li a:hover {
  color: #da651e;
}

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: relative;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  border-left: 1px solid #1B5D88;
}
@media (min-width: 700px) {
  .drawer-ribbon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
  }
}
@media (min-width: 900px) {
  .drawer-ribbon {
    display: none;
  }
}

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

.drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
  -webkit-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 0;
  min-height: 100%;
  max-width: 20em;
  background: #021c42;
}
.drawer-is-active .drawer {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.drawer .nav-portals {
  background: rgba(221, 221, 221, 0.9);
  padding: 9px 20px;
}
.drawer .nav-portals ~ .nav-portals {
  padding: 0 20px;
}
.drawer .nav-portals .fsNavLevel1 > li {
  margin: 0 !important;
  display: block;
}
.drawer .nav-portals .fsNavLevel1 > li > a {
  color: #666;
  padding: 8px 0;
}
.drawer .fsSearch.site-search {
  position: static;
  opacity: 1;
  background: #FFF;
  width: calc(100% - 45px);
}
.drawer .fsSearch.site-search form.gsc-search-box-tools {
  width: auto;
}
.drawer .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  width: 40px;
  height: 45px;
  float: left;
}
.drawer .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  text-align: right;
  left: auto;
  right: 5px;
  line-height: 45px;
  font-size: 1rem;
}
.drawer .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  float: right;
  width: calc(100% - 40px);
}
.drawer .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  height: 45px !important;
  padding-left: 10px !important;
  font-size: 1rem;
}
.drawer .close-button-container {
  float: right;
  position: relative;
  width: 45px;
  height: 45px;
  background: #FFF;
}
.drawer .close-button-container .drawer-trigger {
  width: 100%;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.drawer .close-button-container .drawer-trigger:before, .drawer .close-button-container .drawer-trigger:after {
  max-width: 17px;
  background: #666;
}
.drawer .drop-trigger {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-left: 1px solid rgba(33, 115, 169, 0.5);
  text-align: center;
  display: table;
}
.drawer .drop-trigger:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
}
li.active > a > .drop-trigger:before {
  content: "\e905";
}
.drawer .drop-trigger.expanded:before {
  content: "\e905";
}
.drawer .nav-main {
  clear: both;
}
.drawer .nav-main .fsNavLevel1 li {
  position: relative;
  display: block;
  background: transparent;
  transition: 0.3s background linear;
}
.drawer .nav-main .fsNavLevel1 li:hover > .fsNavPageInfo {
  display: none;
}
.drawer .nav-main .fsNavLevel1 li:last-child > a {
  border-bottom: 0;
}
.drawer .nav-main .fsNavLevel1 li > a {
  border-bottom: 1px solid rgba(33, 115, 169, 0.5);
  color: #fefefe;
  line-height: normal;
  min-height: 1px;
  padding: 12px 50px 13px 20px;
  display: block;
  font-size: 0.875rem;
  position: relative;
}
.drawer .nav-main .fsNavLevel1 li > a:hover {
  color: #d4d4d4;
}
.drawer .nav-main .fsNavLevel1 li.active > .fsNavPageInfo {
  background: rgba(255, 255, 255, 0.2);
}
.drawer .nav-main .fsNavLevel1 li.active > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.drawer .nav-main .fsNavLevel1 li.active > a .drop-trigger {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.drawer .nav-main .fsNavLevel1 li.fsNavCurrentPage > a, .drawer .nav-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a {
  color: #d4d4d4;
}
.drawer .nav-main .fsNavLevel1 li.fsNavCurrentPage > a:hover, .drawer .nav-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a:hover {
  color: #d4d4d4;
}
.drawer .nav-main .fsNavLevel1 li.fsNavCurrentPage > .fsNavPageInfo, .drawer .nav-main .fsNavLevel1 li.fsNavCurrentPageAncestor > .fsNavPageInfo {
  display: block;
}
.drawer .nav-main .fsNavLevel1 .fsNavPageInfo {
  position: static;
  width: auto;
  max-height: 9999px;
  background: transparent;
  opacity: 1;
  visibility: visible;
  display: none;
  transition: 0.3s background;
  padding: 0;
}
.drawer .nav-main .fsNavLevel1 .fsNavPageInfo .dropdown-inner {
  display: block;
  margin: 0;
  position: static;
}
.drawer .nav-main .fsNavLevel2 {
  display: block;
  margin: 0;
  padding: 0 !important;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.drawer .nav-main .fsNavLevel2 > li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.drawer .nav-main .fsNavLevel2 > li > a .drop-trigger {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.drawer .nav-main .fsNavLevel2 > li:first-child > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*! navigation - sub v0.0.1 */
.nav-sub {
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 800px) {
  .nav-sub {
    display: block;
  }
}
#fsPageBodyWrapper > .nav-sub {
  margin: 0 -20px 30px;
  display: block;
}
@media (min-width: 800px) {
  #fsPageBodyWrapper > .nav-sub {
    display: none;
  }
}
#fsPageBodyWrapper > .nav-sub > header {
  background: #F4F8FB;
}
#fsPageBodyWrapper > .nav-sub > header > .fsElementTitle {
  border: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 14px 20px;
  color: #666;
}
#fsPageBodyWrapper > .nav-sub > header > .fsElementTitle:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.nav-sub.active-nav > .fsElementContent {
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 30px;
}
#fsPageBodyWrapper > .nav-sub .fsNavLevel1 {
  font-family: "open-sans", sans-serif;
}
#fsPageBodyWrapper > .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a {
  color: #2173a9;
}
#fsPageBodyWrapper > .nav-sub .fsNavLevel1 > li > a {
  padding: 10px 0 0 20px;
  border: 0 !important;
  font-size: 0.8125rem;
  color: #021c42;
}
#fsPageBodyWrapper > .nav-sub .fsNavLevel1 > li > a:hover {
  color: #2173a9;
}
#fsPageBodyWrapper > .nav-sub .fsNavLevel2 > li > a {
  color: #021c42;
  font-size: 0.8125rem;
}
#fsPageBodyWrapper > .nav-sub .fsNavLevel2 > li > a:hover {
  color: #2173a9;
}
.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;
  }
}
.nav-sub.active-nav > .fsElementContent {
  display: block;
}
.nav-sub .fsNavLevel1 {
  position: relative;
  font-family: "proxima-nova", sans-serif;
}
.nav-sub .fsNavLevel1 > li:first-child > a {
  border-top: 0;
}
.nav-sub .fsNavLevel1 > li:last-child > a {
  border-bottom: 1px solid #e2e2e2;
}
.nav-sub .fsNavLevel1 > li.fsNavParentPage > a {
  border-bottom: 1px solid #e2e2e2;
}
.nav-sub .fsNavLevel1 > li.fsNavCurrentPage > a, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
  font-weight: 600;
  color: #2173a9;
}
.nav-sub .fsNavLevel1 > li > a {
  padding: 10px 0 10px 30px;
  color: #021c42;
  border-top: 1px solid #e2e2e2;
  display: block;
}
.nav-sub .fsNavLevel1 > li > a:hover {
  color: #2173a9;
}
.nav-sub .fsNavLevel2 > li.fsNavCurrentPage > a {
  color: #2173a9;
}
.nav-sub .fsNavLevel2 > li > a {
  padding: 6px 0 6px 40px;
  display: block;
  color: #616161;
}
.nav-sub .fsNavLevel2 > li > a:hover {
  color: #2173a9;
}
.nav-sub > header > .fsElementTitle {
  position: relative;
  margin: 0;
  padding: 7px 30px;
  cursor: pointer;
  color: #616161;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #e2e2e2;
  font-size: 1.125rem;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .nav-sub > header > .fsElementTitle {
    cursor: default;
  }
}
@media (max-width: 799px) {
  .nav-sub > header > .fsElementTitle:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

.nav-tier {
  background-color: rgba(244, 244, 244, 0.95);
  padding: 10px 0 20px;
  display: none;
}
.nav-tier.nav-tier-empty {
  display: none;
}
@media (min-width: 700px) {
  .nav-tier {
    display: block;
  }
}
.nav-tier .fsNavLevel1 {
  text-align: center;
}
.nav-tier .fsNavLevel1, .nav-tier .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-tier .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.nav-tier .fsNavLevel1 > li {
  display: inline-block;
}
.nav-tier .fsNavLevel1 > li:not(:last-child) {
  margin-right: 20px;
}
.nav-tier .fsNavLevel1 > li.fsNavCurrentPage > a, .nav-tier .fsNavLevel1 > li:hover > a {
  color: #2173a9;
}
.nav-tier .fsNavLevel1 > li a {
  color: #3d3d3d;
  font-size: 0.875rem;
  padding: 4px 0 5px;
  display: block;
}
.nav-tier .fsNavLevel1 > li a:hover {
  color: #da651e;
}

/*! Navigation - Social */
.nav-social .fsNavLevel1 {
  font-size: 0;
}
.nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-social .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.nav-social .fsNavLevel1 li {
  display: inline-block;
}
.nav-social .fsNavLevel1 li:not(:last-child) {
  margin-right: 10px;
}
.nav-social .fsNavLevel1 [href*='facebook']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='twitter']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='instagram']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='facebook']:hover {
  background: #021c42;
  border-color: #021c42;
}
.nav-social .fsNavLevel1 [href*='facebook']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='twitter']:hover {
  background: #021c42;
  border-color: #021c42;
}
.nav-social .fsNavLevel1 [href*='twitter']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='instagram']:hover {
  background: #021c42;
  border-color: #021c42;
}
.nav-social .fsNavLevel1 [href*='instagram']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.5);
  height: 55px;
  width: 55px;
  border-radius: 100%;
  transition: 0.3s all;
}
.nav-social .fsNavLevel1 a:before {
  color: #FFF;
  font-size: 1.25rem;
  transition: 0.3s all;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-util-footer {
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .nav-util-footer {
    margin-bottom: 0;
  }
}
.nav-util-footer .fsNavLevel1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 700px) {
  .nav-util-footer .fsNavLevel1 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.nav-util-footer .fsNavLevel1 li {
  margin: 0 15px;
}
@media (min-width: 700px) {
  .nav-util-footer .fsNavLevel1 li {
    margin: 0;
  }
}
.nav-util-footer .fsNavLevel1 li a {
  color: #ddd;
  font-size: 0.875rem;
  display: block;
  padding: 5px 0;
}
.nav-util-footer .fsNavLevel1 li a:hover {
  color: #da651e;
}

.nav-portals .fsNavLevel1, .nav-portals .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-portals .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.nav-portals .fsNavLevel1 > li {
  display: inline-block;
}
.nav-portals .fsNavLevel1 > li:not(:last-child) {
  margin-right: 25px;
}
.nav-portals .fsNavLevel1 > li > a {
  display: block;
  color: #ddd;
  font-size: 0.875rem;
}
.nav-portals .fsNavLevel1 > li > a:hover {
  color: #da651e;
}

.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 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: 0;
    -moz-column-rule: 0;
    column-rule: 0;
    min-height: initial;
  }
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
    -webkit-column-break-inside: avoid;
    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.25em;
}
@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.83333%;
  }
}
.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.625em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 2px solid #666;
  margin: 0 0 20px;
  padding: 11px 10px;
  background: #FFF;
  color: #666;
  outline: 0;
  border-radius: 5px;
  font-weight: 600;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #666;
  color: #FFF;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

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

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

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

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

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

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

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

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

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px;
}
.fsDirectory .fsConstituentItem {
  padding: 20px 0;
  background-color: #f1f2f2;
}
.fsDirectory .fsConstituentItem .fsEmail {
  font-size: 0.8125rem;
}
.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;
  -webkit-column-break-inside: avoid;
  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;
  -webkit-column-break-inside: avoid;
  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;
  -webkit-column-break-inside: avoid;
  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;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 20px);
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
    clear: none;
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(25% - 20px);
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
    clear: none;
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
    clear: both;
  }
}

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #FFF;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 600;
  display: block;
  padding: 11px 20px;
  color: #021c42;
  transition: .3s;
  border-top: 1px solid #BBB;
  position: relative;
}
.fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
  transition: none;
}
.fsAccordion .fsPanel > header h2:before, .fsTabs .fsPanel > header h2:before, .fsAccordion .fsPanel > header h2:after, .fsTabs .fsPanel > header h2:after {
  color: #918b8b;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: #f4f4f4;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #2173a9;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2:before, .fsTabs .fsPanel > header:hover h2:before, .fsAccordion .fsPanel > header:hover h2:after, .fsTabs .fsPanel > header:hover h2:after {
  color: #616161;
}
.fsAccordion .fsPanel:last-child > header, .fsTabs .fsPanel:last-child > header {
  border-bottom: 1px solid #BBB;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #FFF;
  border-bottom: 1px solid #BBB;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #2173a9;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "";
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before, .fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsTabs .fsPanel.fsStateOpen > header h2:after {
  color: #616161;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  position: absolute;
  margin: 0;
  width: 40px;
  font-size: 0.875rem;
  top: 0;
  height: 100%;
  font-family: "IcoMoon";
  text-align: center;
  line-height: 3.3;
  content: "";
}
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  position: absolute;
  margin: 0;
  width: 40px;
  font-size: 0.875rem;
  top: 0;
  height: 100%;
  font-family: "IcoMoon";
  text-align: center;
  line-height: 3.3;
  content: "";
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 60px;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  left: 0;
  border-right: 1px solid #BBB !important;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  right: 0;
  border-left: 1px solid #BBB !important;
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

.fsAccordion {
  margin-bottom: 20px;
}
.fsAccordion .fsPanel > .fsElementContent {
  padding: 20px;
}
.fsAccordion .fsPanel > .fsElementContent p:last-child {
  margin: 0;
}

/*! 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 {
  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: 2px solid #666;
  margin: 0 0 20px;
  padding: 11px 10px;
  background: #FFF;
  color: #666;
  outline: 0;
  border-radius: 5px;
  font-weight: 600;
  padding: 10px 20px;
}
.fsAthleticsEvent .fsLoadMoreButton:hover {
  background: #666;
  color: #FFF;
}

/*! 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 #eee;
}
.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}
.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

.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 {
  margin-bottom: 20px;
}
.fsCalendar .fsDayContainer:last-child article:last-child {
  margin-bottom: 0;
}
.fsCalendar .fsDayContainer article:nth-child(1n+2) .fsDate {
  display: none;
}
.fsCalendar > header {
  border-bottom: 1px solid #DDD;
  overflow: hidden;
  text-align: justify;
  font-size: 0.1px;
  margin-bottom: 30px;
}
.fsCalendar > header:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.fsCalendar > header > .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #666;
  margin-bottom: 0.41667em;
  font-size: 1.5rem;
  color: #333333;
  margin: 0;
  display: inline-block;
}
.fsCalendar > header .fsElementHeaderContent {
  display: inline-block;
  font-size: 16px;
}
.fsCalendar > header .fsElementHeaderContent a {
  font-size: 0.875rem;
  color: #666;
}
.fsCalendar > header .fsElementHeaderContent a:hover {
  color: #2173a9;
}
.fsCalendar .fsElementControls {
  margin-bottom: 5px;
}
.fsCalendar article {
  position: relative;
  padding-left: 55px;
  min-height: 60px;
  padding-top: 0;
}
.fsCalendar article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}
.fsCalendar .fsDate {
  position: absolute;
  top: 0px;
  left: 0;
  text-align: center;
  height: 60px;
  width: 43px;
  color: #333333;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
  border-right: 1px dotted #DDD;
}
.fsCalendar .fsDate > span {
  display: block;
  font-size: 1.25rem;
}
.fsCalendar .fsDate > span.fsMonth {
  font-size: 0.875rem;
  font-weight: 600;
  color: #eca400;
}
.fsCalendar article {
  font-size: 1.125rem;
}
.fsCalendar .fsTitle {
  color: #616161;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.fsCalendar .fsTitle > a {
  color: inherit;
}
.fsCalendar .fsTitle > a:hover {
  color: #2173a9;
}
.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}

.fsCalendarEventStatus,
.fsAthleticsStatusPostponed {
  color: #eca400;
  font-weight: normal;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
  margin-bottom: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -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(2, 28, 66, 0.15);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(2, 28, 66, 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(2, 28, 66, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(2, 28, 66, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 15px;
    margin-bottom: 0;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    zoom: 1;
    display: block;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
    display: table;
    clear: both;
    content: '';
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
    border-top: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
    border-bottom: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
    width: 16.666% !important;
    height: 50px !important;
    border: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
    display: block;
  }
}
#event-view {
  padding: 20px;
  margin: 20px auto 0;
}
#event-view .fsCalendarDaybox {
  height: auto !important;
}
#event-view .fsCalendarDaybox > div {
  margin-bottom: 20px;
}
#event-view .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 800px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.scroll-up span {
  display: inline-block;
  border: 2px solid #666;
  margin: 0 0 20px;
  padding: 11px 10px;
  background: #FFF;
  color: #666;
  outline: 0;
  border-radius: 5px;
  font-weight: 600;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background: #666;
  color: #FFF;
}
.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

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

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

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

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

.module {
  background: #021c42;
}

/*! 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: #2173a9;
  margin-right: 10px;
  cursor: pointer;
  transition: .3s;
}
.fsComposerFormEmbed form .linkLike:hover {
  color: #da651e;
}
.fsComposerFormEmbed form .required {
  color: #021c42;
}
.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: #2173a9;
  transition: .3s;
  outline: 0;
  float: left;
  padding: 0;
  line-height: 1;
  padding: 10px 0;
}
.fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
  color: #da651e;
  transition: .3s;
}
.fsComposerFormEmbed form .pageBreak .prevPage {
  margin-right: 10px;
}
.fsComposerFormEmbed form .pageBreak .pagenum {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 0;
}
.fsComposerFormEmbed form .pageBreak .pagenum:empty {
  margin: 0;
}
.fsComposerFormEmbed form .submitBtn {
  border: 0;
  margin: 0;
  padding: 10px 20px;
  outline: 0;
  background: #021c42 !important;
  text-shadow: none;
  font-size: inherit;
  border: none !important;
  float: left;
  line-height: 1;
}
.fsComposerFormEmbed form .submitBtn:hover {
  transition: .3s;
  color: #fff !important;
  background: #2173a9 !important;
}
.fsComposerFormEmbed .ui-widget {
  font-family: "open-sans", sans-serif;
  max-width: 100%;
}
.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  transition: .3s;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  transition: .3s;
  opacity: .5;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}
.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: #616161;
}

:-moz-placeholder {
  color: #616161;
}

::-moz-placeholder {
  color: #616161;
}

:-ms-input-placeholder {
  color: #616161;
}

/*! 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: 2px solid #666;
  margin: 0 0 20px;
  padding: 11px 10px;
  background: #FFF;
  color: #666;
  outline: 0;
  border-radius: 5px;
  font-weight: 600;
}
.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: #666;
  color: #FFF;
}
.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: 2px solid #666;
  margin: 0 0 20px;
  padding: 11px 10px;
  background: #FFF;
  color: #666;
  outline: 0;
  border-radius: 5px;
  font-weight: 600;
}
.fsAccount .fsAccountLogout a:hover {
  background: #666;
  color: #FFF;
}

.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 {
  font-family: "goudy-old-style", sans-serif;
  font-size: 16px;
  margin: auto;
  line-height: 24px;
  max-width: 1060px;
  font-weight: 700;
  text-align: center;
  padding: 30px 20px;
}
@media (min-width: 700px) {
  .fsMediaCustomPlayer .caption-wrapper {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 45px;
    text-align: left;
    padding: 0;
  }
}
.fsMediaCustomPlayer .caption-title {
  font-size: 2.25rem;
  line-height: 3.125rem;
  text-shadow: 0px 2px 2.94px rgba(51, 51, 51, 0.5);
}
@media (min-width: 700px) {
  .fsMediaCustomPlayer .caption-title {
    text-align: center;
  }
}
@media (min-width: 900px) {
  .fsMediaCustomPlayer .caption-title {
    margin-bottom: 20px;
    text-align: left;
    line-height: 2.375rem;
  }
}
.fsMediaCustomPlayer .caption-desc {
  text-align: center;
  text-shadow: 0px 2px 2.94px rgba(51, 51, 51, 0.5);
  font-size: 1.5rem;
  line-height: 2.0625rem;
}
@media (min-width: 700px) {
  .fsMediaCustomPlayer .caption-desc {
    line-height: 1.625rem;
  }
}
.fsMediaCustomPlayer .caption-desc p {
  margin-bottom: 25px;
}
@media (min-width: 700px) {
  .fsMediaCustomPlayer .caption-desc p {
    margin-bottom: 35px;
  }
}
@media (min-width: 900px) {
  .fsMediaCustomPlayer .caption-desc p {
    margin-bottom: 30px;
  }
}
.fsMediaCustomPlayer .caption-desc p:last-child {
  margin-bottom: 0;
}
.fsMediaCustomPlayer .caption-desc:empty {
  display: none;
}
.fsMediaCustomPlayer .caption-desc .fs_style_31 {
  background: #da651e;
  color: #FFF;
  min-width: 180px;
  margin: 0;
  text-shadow: none;
  font-family: "open-sans", sans-serif;
  font-size: 1rem;
}
.fsMediaCustomPlayer .caption-desc .fs_style_31:hover {
  background: #FFF;
  color: #da651e;
}
.fsMediaCustomPlayer .slick-arrow {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  z-index: 2;
  display: none !important;
}
@media (min-width: 1100px) {
  .fsMediaCustomPlayer .slick-arrow {
    display: block !important;
  }
}
.fsMediaCustomPlayer .slick-arrow:before {
  line-height: 0.8;
  font-size: 4.5625rem;
  color: #ddd;
  transition: 0.3s color;
}
.fsMediaCustomPlayer .slick-arrow:hover:before {
  color: #fff;
}
.fsMediaCustomPlayer .slick-arrow.slick-prev {
  left: 35px;
}
.fsMediaCustomPlayer .slick-arrow.slick-prev:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.fsMediaCustomPlayer .slick-arrow.slick-next {
  right: 35px;
}
.fsMediaCustomPlayer .slick-arrow.slick-next:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

/*! elements - news v0.0.1 */
.fsNews {
  margin-bottom: 20px;
}
.fsNews > header {
  border-bottom: 1px solid #DDD;
  overflow: hidden;
  text-align: justify;
  font-size: 0.1px;
  margin-bottom: 10px;
}
.fsNews > header:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.fsNews > header > .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #666;
  margin-bottom: 0.41667em;
  font-size: 1.5rem;
  color: #333333;
  margin: 0;
  display: inline-block;
}
.fsNews > header .fsElementHeaderContent {
  display: inline-block;
  font-size: 16px;
}
.fsNews > header .fsElementHeaderContent a {
  font-size: 0.875rem;
  color: #666;
}
.fsNews > header .fsElementHeaderContent a:hover {
  color: #2173a9;
}
.fsNews .fsAlertFeeds {
  margin-bottom: 5px;
}
.fsNews article {
  background-repeat: no-repeat;
  margin-bottom: 0;
}
.fsNews article:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(205, 205, 204, 0.5);
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 10px;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsReadMoreLink {
  color: #021c42;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1;
}
.fsNews .fsReadMoreLink:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 5px;
  vertical-align: middle;
}
.fsNews .fsReadMoreLink:hover {
  color: #2173a9;
}
.fsNews .fsTitle {
  font-size: 1rem;
  font-weight: 600;
  color: #021c42;
  margin-bottom: 10px;
}
.fsNews .fsTitle > a {
  color: inherit;
}
.fsNews .fsTitle > a:hover {
  color: #2173a9;
}
.fsNews .fsAuthor, .fsNews .fsDateTime {
  margin-bottom: 5px;
}
.fsNews .fsSummary {
  margin-bottom: 5px;
}
.fsNews .fsSummary p:last-child {
  margin-bottom: 0;
}

.fsNews.fsGrid .fsListItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}
.fsNews.fsGrid article {
  background-repeat: no-repeat;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
}
.no-flexbox .fsNews.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1;
}
.no-flexbox .fsNews.fsGrid .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}
.no-flexbox .fsNews.fsGrid .fsListItems article {
  margin: 0 0 20px;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
    clear: both;
  }
}

/*! _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 {
  position: absolute;
  top: 100%;
  right: -450px;
  opacity: 0;
  transition: 0.3s all;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}
.fsSearch.site-search form.gsc-search-box-tools {
  width: 450px;
}
.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%;
  background: none;
  box-shadow: none !important;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: transparent !important;
  background-image: none !important;
  opacity: 0.8;
  border: none !important;
  width: 100%;
  height: 80px !important;
  color: #616161;
  padding-left: 55px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 1.125rem;
  font-family: "open-sans", sans-serif;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 80px;
  width: 80px;
  background: transparent;
  position: relative;
  transition: .3s;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "";
  color: #3d3d3d;
  font-family: "IcoMoon";
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 80px;
  font-size: 1.125rem;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: transparent;
  transition: .3s;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
  border: solid 1px #666;
}
.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: 80px !important;
  color: #666;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 1.125rem;
  font-family: "open-sans", sans-serif;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 80px;
  width: 80px;
  background: #666;
  position: relative;
  transition: .3s;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "";
  color: #3d3d3d;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 80px;
  font-size: 1.125rem;
  font-family: "IcoMoon";
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: transparent;
  transition: .3s;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px;
}
.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "open-sans", sans-serif;
  font-size: 1.125rem;
}
.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: #666;
}
.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: #2173a9;
}
.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: #2173a9 !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: #da651e !important;
}
.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px;
}
.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0;
}

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

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

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

.fsFacebookFollow {
  margin-top: 20px;
}

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 2px solid #666;
  margin: 0 0 20px;
  padding: 11px 10px;
  background: #FFF;
  color: #666;
  outline: 0;
  border-radius: 5px;
  font-weight: 600;
}
.vimeo_view_link a:hover {
  background: #666;
  color: #FFF;
}

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 2px solid #666;
  margin: 0 0 20px;
  padding: 11px 10px;
  background: #FFF;
  color: #666;
  outline: 0;
  border-radius: 5px;
  font-weight: 600;
}
.Youtube_view_link a:hover {
  background: #666;
  color: #FFF;
}

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
  border-bottom: 1px solid #d4d4d4;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li:not(:last-child) {
  margin-right: 1px;
}
.fsTabs .fsTabsNav li a {
  display: block;
  font-size: 0.875rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 14px;
  transition: 0.3s all;
  background: #d4d4d4;
  color: #282828;
}
.fsTabs .fsTabsNav li a:hover {
  background: #616161;
  color: #FFF;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #021c42;
  color: #FFF;
}
.fsTabs .fsPanel > .fsElementContent {
  padding: 20px;
}
.fsTabs .fsPanel > .fsElementContent p:last-child {
  margin: 0;
}

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

@media (min-width: 800px) {
  .campus-map.map-pop-active .map-wrapper {
    overflow: hidden;
  }
  .campus-map.map-pop-active .map-pop-wrapper:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 1000px;
    background: rgba(255, 255, 255, 0.7);
    content: '';
    z-index: 200;
  }
}
.campus-map .map-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.campus-map .map-wrapper .map-container > .fsElementContent {
  position: relative;
}
.campus-map .map-wrapper .map-container > .fsElementContent img {
  display: block;
  width: 100%;
  height: auto;
}
.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 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 0.625rem;
  }
}
.campus-map .map-points .fsNavLevel1 {
  font-size: 0;
}
.campus-map .map-points li {
  position: absolute;
  z-index: 0;
  counter-increment: li;
  transition: 0.3s all;
  visibility: hidden;
  opacity: 0;
}
.campus-map .map-points li.active-modal {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 800px) {
  .campus-map .map-points li {
    visibility: visible;
    opacity: 1;
  }
}
.campus-map .map-points li:hover {
  z-index: 1;
}
.campus-map .map-points li.pin-1 {
  left: 8.5%;
  bottom: 77%;
}
.campus-map .map-points li.pin-2 {
  left: 9.3%;
  bottom: 64%;
}
.campus-map .map-points li.pin-3 {
  left: 13.5%;
  bottom: 73%;
}
.campus-map .map-points li.pin-4 {
  left: 17.7%;
  bottom: 72%;
}
.campus-map .map-points li.pin-5 {
  left: 19.5%;
  bottom: 63.5%;
}
.campus-map .map-points li.pin-6 {
  left: 25%;
  bottom: 66.5%;
}
.campus-map .map-points li.pin-7 {
  left: 31.5%;
  bottom: 67%;
}
.campus-map .map-points li.pin-8 {
  left: 32.4%;
  bottom: 56%;
}
.campus-map .map-points li.pin-9 {
  left: 45%;
  bottom: 65%;
}
.campus-map .map-points li.pin-10 {
  left: 43.2%;
  bottom: 53%;
}
.campus-map .map-points li.pin-11 {
  left: 49.7%;
  bottom: 64%;
}
.campus-map .map-points li.pin-12 {
  left: 51.7%;
  bottom: 53%;
}
.campus-map .map-points li.pin-13 {
  left: 55.2%;
  bottom: 64.5%;
}
.campus-map .map-points li.pin-14 {
  left: 63%;
  bottom: 64%;
}
.campus-map .map-points li.pin-15 {
  left: 66%;
  bottom: 58%;
}
.campus-map .map-points li.pin-16 {
  left: 76%;
  bottom: 57%;
}
.campus-map .map-points li.pin-17 {
  left: 92.5%;
  bottom: 41%;
}
.campus-map .map-points li.pin-18 {
  left: 23%;
  bottom: 33%;
}
.campus-map .map-points li.pin-19 {
  left: 62.5%;
  bottom: 47.2%;
}
.campus-map .map-points li:before {
  border-radius: 100%;
}
.campus-map .map-points li a {
  display: block;
  position: relative;
}
.campus-map .map-points li a:hover:before {
  background: #021c42;
}
.campus-map .map-points li a:hover .map-text {
  background: rgba(33, 115, 169, 0.9);
  -webkit-transform: scale(1) translate(-50%, -10%);
  -ms-transform: scale(1) translate(-50%, -10%);
  transform: scale(1) translate(-50%, -10%);
  opacity: 1;
  visibility: visible;
}
.campus-map .map-points li a:before {
  border-radius: 100%;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: bottom;
  content: counter(li);
  background: rgba(2, 28, 66, 0.96);
  color: #FFF;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 1rem;
}
.campus-map .map-points li a .map-text {
  bottom: 100%;
  font-size: 0.875rem;
  color: #FFF;
  padding: 5px;
  position: absolute;
  left: 50%;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-transform: scale(0.95) translate(-50%, 100%);
  -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: 60px 0 20px 0;
  padding: 0;
}
.campus-map .map-key header .fsElementTitle {
  font-size: 2.25rem;
  color: #021c42;
}
@media screen and (min-width: 600px) {
  .campus-map .map-key .fsElementContent {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: 0;
    -moz-column-rule: 0;
    column-rule: 0;
    min-height: initial;
  }
}
.campus-map .map-key .fsNavLevel1 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.campus-map .map-key .fsNavLevel1 li {
  counter-increment: li;
  padding: 5px;
  margin-bottom: 2px;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
.campus-map .map-key .fsNavLevel1 li:before {
  box-shadow: 1px 0px 8px #020202;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 4px;
  line-height: 1.375rem;
  content: counter(li);
  background: rgba(2, 28, 66, 0.96);
  color: #FFF;
  width: 22px;
  height: 22px;
  font-size: 0.8125rem;
  border-radius: 100%;
}
@media screen and (min-width: 600px) {
  .campus-map .map-key .fsNavLevel1 li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
}
.campus-map .map-detail {
  height: 100%;
}
@media (min-width: 800px) {
  .campus-map .map-detail {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
  }
}
.campus-map .map-detail > .fsElementContent {
  height: 100%;
}
.campus-map .map-detail > .fsElementContent .slick-slider {
  height: 100%;
}
.campus-map .map-detail > .fsElementContent .slick-slider .slick-list {
  height: 100% !important;
}
.campus-map .map-detail .fsMediaCustomPlayer {
  font-family: "open-sans", sans-serif;
  color: #6d6d6d;
  font-size: 16px;
}
.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 {
  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 .fsSlideImage .fsCaptionTitleWrapper {
  background: #e4e2e1;
  padding: 20px 20px 5px;
  line-height: 1.5;
}
@media (min-width: 800px) {
  .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper .fsSlideTitle {
  font-size: 1.5625rem;
  color: #5e5e5e;
}
@media (min-width: 800px) {
  .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper .fsSlideTitle {
    color: #FFF;
    font-size: inherit;
  }
}
.campus-map .map-detail .fsCaptionDescWrapper {
  padding: 5px 20px 20px;
  line-height: 1.5;
  background: #e4e2e1;
  color: #5e5e5e;
}
@media (min-width: 800px) {
  .campus-map .map-detail .fsCaptionDescWrapper {
    background: none;
    padding: 10px 20px;
  }
}
.campus-map .map-detail .fsCaptionDescWrapper .fsSlideDescription p:last-child {
  margin-bottom: 0;
}
.campus-map.map-pop-active .map-pop-wrapper {
  opacity: 1;
  -webkit-transform: translateX(0);
  -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;
  }
}
.campus-map .map-pop-wrapper {
  position: relative;
  transition: 0.3s margin;
}
@media (min-width: 800px) {
  .campus-map .map-pop-wrapper {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    opacity: 0;
    z-index: 500;
    transition: all 0.3s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    max-width: 540px;
  }
  .campus-map .map-pop-wrapper .map-pop-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.campus-map .map-pop-wrapper .map-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FFF;
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #FFF;
  text-align: center;
  z-index: 400;
  transition: 0.3s color, 0.3s border;
}
.campus-map .map-pop-wrapper .map-close:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.75);
}
.campus-map .map-pop-wrapper .map-close:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.1875rem;
  line-height: 2;
  display: block;
}

body.campus-map.fsComposeMode .map-points {
  text-align: left;
  position: static;
}
body.campus-map.fsComposeMode .map-points li {
  position: static;
  opacity: 1;
  visibility: visible;
}
body.campus-map.fsComposeMode .map-points li:not(:last-child) {
  margin-bottom: 10px;
}

body.fsSection246 {
  min-height: 100%;
  background: #94A01D;
}
body.fsSection246 .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  color: #94A01D;
}
body.fsSection246 #fsPageBodyWrapper {
  padding: 40px 20px 20px;
}
body.fsSection246 .micro-callout-box {
  margin: 0 0 20px;
}
body.fsSection246 .micro-callout-box > header {
  background: #AEBC22;
}
body.fsSection246 .micro-callout-box > header > .fsElementTitle {
  color: #FFF;
  font-size: 1.125rem;
  margin: 0;
  padding: 14px 20px;
}
body.fsSection246 .micro-callout-box.quicklinks > .fsElementContent a {
  color: #666;
}
body.fsSection246 .micro-callout-box.quicklinks > .fsElementContent a:hover {
  color: #000;
}
body.fsSection246 .micro-callout-box > .fsElementContent {
  border: 1px solid #BBB;
  background: #f4f4f4;
  padding: 20px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
}
body.fsSection246 .micro-callout-box > .fsElementContent p:last-child {
  margin: 0;
}
body.fsSection246 .micro-callout-box > .fsElementContent ul, body.fsSection246 .micro-callout-box > .fsElementContent ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.fsSection246 .micro-callout-box > .fsElementContent ul li {
  margin: 0;
  padding: 0;
}
body.fsSection246 .micro-callout-box > .fsElementContent a {
  color: #0c6ca9;
}
body.fsSection246 .micro-callout-box > .fsElementContent a:hover {
  color: #021c42;
}
body.fsSection246 .fsCalendar article {
  padding-left: 75px;
}
body.fsSection246 .fsCalendar article .fsDate {
  width: 60px;
}
body.fsSection246 .fsCalendar article .fsDate span.fsMonth {
  color: #444545;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
}
body.fsSection246 .fsCalendar article .fsDate span.fsDay {
  font-size: 1.5rem;
  color: #0c6ca9;
}
body.fsSection246 .blue-micro-callout {
  background: #0c6ca9;
  border: 2px solid #0c6ca9;
  color: #FFF;
  text-transform: uppercase;
  padding: 38px 0;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  line-height: 1;
}
body.fsSection246 .blue-micro-callout:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  line-height: 1;
}
body.fsSection246 .blue-micro-callout:hover {
  background: #FFF;
  color: #0c6ca9;
}
body.fsSection246 #fsPageContent {
  margin-bottom: 0;
}
body.fsSection246 .fsPageLayout {
  margin: 0;
}
body.fsSection246 .fsPageLayout > .fsDiv {
  padding: 0;
  margin-bottom: 0;
}
body.fsSection246 .fsNews article .fsTitle {
  color: #AEBC22;
}
body.fsSection246 .fsTabs .fsPanel > .fsElementContent {
  padding: 30px 0;
}
body.fsSection246 .fsTabs .fsTabsNav li.fsStateSelected a {
  background: #AEBC22;
  color: #FFF;
}
body.fsSection246 .fsTabs .fsTabsNav li a {
  background: #ddd;
  color: #666;
}
body.fsSection246 .fsTabs .fsTabsNav li a:hover {
  background: #AEBC22;
  color: #FFF;
}
body.fsSection246 #fsPageContent .fsTabs .fsTabsNav li a {
  font-size: 1.125rem;
  padding: 9px 29px;
}
body.fsSection246 #fsBannerRight .fsTabs .fsCalendar {
  margin-bottom: 0;
}
body.fsSection246 #fsBannerRight .fsTabs .fsPanel > .fsElementContent {
  padding: 30px 10px;
  border: 1px solid #BBB;
  background: #f4f4f4;
}
body.fsSection246 #fsBannerRight .fsTabs .fsTabsNav li a {
  font-size: 1rem;
  padding: 12px 22px;
}
body.fsSection246 #fsFooter .address-social-container {
  background: #AEBC22;
}
body.fsSection246 #fsFooter .address-social-container .school-details [itemprop='address']:before {
  color: #94A01D;
}
body.fsSection246 #fsFooter .footer-utility {
  background: #94A01D;
}
body.fsSection246 #fsHeader .micro-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 0;
  text-align: center;
  width: 100%;
}
body.fsSection246 #fsHeader .micro-slider .slick-dots, body.fsSection246 #fsHeader .micro-slider .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.fsSection246 #fsHeader .micro-slider .slick-dots li {
  margin: 0;
  padding: 0;
}
@media (min-width: 700px) {
  body.fsSection246 #fsHeader .micro-slider .slick-dots {
    right: 130px;
    text-align: left;
    width: auto;
    bottom: 20px;
  }
}
body.fsSection246 #fsHeader .micro-slider .slick-dots li {
  display: inline-block;
}
body.fsSection246 #fsHeader .micro-slider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
body.fsSection246 #fsHeader .micro-slider .slick-dots li:hover button, body.fsSection246 #fsHeader .micro-slider .slick-dots li.slick-active button {
  border-color: #FFF;
  background: #FFF;
}
body.fsSection246 #fsHeader .micro-slider .slick-dots li button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  border-radius: 100%;
  transition: 0.3s all;
}
body.fsSection246 #fsHeader .micro-slider .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 50px;
  height: 50px;
  transition: 0.3s color;
  display: none !important;
}
@media (min-width: 700px) {
  body.fsSection246 #fsHeader .micro-slider .slick-arrow {
    display: block !important;
  }
}
body.fsSection246 #fsHeader .micro-slider .slick-arrow:hover:before {
  color: #FFF;
}
body.fsSection246 #fsHeader .micro-slider .slick-arrow:before {
  display: block;
  font-size: 1.875rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.5);
}
body.fsSection246 #fsHeader .micro-slider .slick-arrow.slick-prev {
  right: 50px;
}
body.fsSection246 #fsHeader .micro-slider .slick-arrow.slick-prev:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
body.fsSection246 #fsHeader .micro-slider .slick-arrow.slick-next {
  right: 0;
}
body.fsSection246 #fsHeader .micro-slider .slick-arrow.slick-next:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
body.fsSection246 #fsHeader .micro-slider article img {
  min-height: 335px;
}
body.fsSection246 #fsHeader .micro-slider article .caption-wrapper {
  background: rgba(38, 38, 38, 0.8);
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  padding: 20px 20px 40px;
}
@media (min-width: 700px) {
  body.fsSection246 #fsHeader .micro-slider article .caption-wrapper {
    padding: 0;
  }
}
body.fsSection246 #fsHeader .micro-slider article .caption-wrapper .caption-title {
  line-height: 1.3;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "open-sans", sans-serif;
  margin: 0;
  text-shadow: none;
  text-align: left;
  padding-left: 0px;
}
@media (min-width: 700px) {
  body.fsSection246 #fsHeader .micro-slider article .caption-wrapper .caption-title {
    padding-left: 40px;
    line-height: 50px;
  }
}
body.fsSection246 #fsHeader .micro-slider article .caption-wrapper .caption-desc {
  display: none;
}
@media (min-width: 900px) {
  body.fsSection246 #fsHeader .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
  }
}
body.fsSection246 #fsHeader .header-utility {
  background: #94A01D;
  padding: 0;
}
body.fsSection246 #fsHeader .header-utility .nav-portals {
  margin: 0 10px;
  padding: 8px 0;
}
body.fsSection246 #fsHeader .header-utility .nav-portals .fsNavLevel1 li a:hover {
  color: #FFF;
}
body.fsSection246 #fsHeader .header-utility .nav-micro-utility {
  background: #828C19;
  float: right;
  padding: 8px 16px 8px 12px;
}
body.fsSection246 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1, body.fsSection246 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.fsSection246 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
body.fsSection246 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 li {
  display: inline-block;
}
body.fsSection246 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 li:not(:last-child) {
  margin-right: 16px;
}
body.fsSection246 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 li a {
  font-size: 0.875rem;
  color: #ddd;
  display: block;
}
body.fsSection246 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 li a:hover {
  color: #FFF;
}
body.fsSection246 #fsHeader .site-info-container {
  background: rgba(174, 188, 34, 0.9);
  position: static;
}
@media (min-width: 900px) {
  body.fsSection246 #fsHeader .site-info-container {
    position: relative;
  }
}
@media (min-width: 900px) {
  body.fsSection246 #fsHeader .site-info-container > .fsElementContent {
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 900px) {
  body.fsSection246 #fsHeader .site-info-container .logo-container {
    padding: 0;
    float: left;
  }
}
@media (min-width: 900px) {
  body.fsSection246 #fsHeader .site-info-container .logo-container a {
    padding: 27px 0 0;
  }
}
body.fsSection246 #fsHeader .site-info-container .current-date {
  color: #FFF;
  font-size: 1.25rem;
  position: absolute;
  top: calc(50% + 50px);
  z-index: 500;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 900px) {
  body.fsSection246 #fsHeader .site-info-container .current-date {
    text-align: left;
    position: static;
    margin-right: 30px;
    padding-top: 32px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (min-width: 900px) {
  body.fsSection246 #fsHeader .site-info-container .current-date {
    float: right;
  }
}
body.fsSection246 #fsHeader .site-info-container .current-date > header {
  display: none;
}
body.fsSection246 #fsHeader .site-info-container .header-links {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 500;
}
@media (min-width: 900px) {
  body.fsSection246 #fsHeader .site-info-container .header-links {
    display: none;
  }
}
@media (min-width: 1100px) {
  body.fsSection246 #fsHeader .site-info-container .header-links {
    margin: 0 351px 0 360px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
  }
}
body.fsSection246 #fsHeader .site-info-container .header-links p {
  margin: 0;
  font-weight: 600;
  color: #FFF;
  line-height: 1;
}
@media (min-width: 1100px) {
  body.fsSection246 #fsHeader .site-info-container .header-links p {
    display: inline-block;
  }
}
body.fsSection246 #fsHeader .site-info-container .header-links p:not(.sectionTitle) {
  font-family: "calluna",serif;
  font-size: 2rem;
}
@media (min-width: 700px) {
  body.fsSection246 #fsHeader .site-info-container .header-links p:not(.sectionTitle) {
    padding-top: 23px;
  }
}
body.fsSection246 #fsHeader .site-info-container .header-links p.sectionTitle {
  font-size: 1.5rem;
  margin-left: 20px;
  padding-top: 13px;
}
@media (min-width: 1180px) {
  body.fsSection246 #fsHeader .site-info-container .header-links p.sectionTitle {
    margin-left: 45px;
  }
}
body.fsSection246 #fsHeader .site-info-container .search-container {
  float: right;
  width: 80px;
  height: 80px;
}
body.fsSection246 #fsHeader .site-info-container .search-container .search-trigger:before {
  color: #94A01D;
}

body.fsSection247 {
  min-height: 100%;
  background: #215560;
}
body.fsSection247 .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  color: #215560;
}
body.fsSection247 #fsPageBodyWrapper {
  padding: 40px 20px 20px;
}
body.fsSection247 .micro-callout-box {
  margin: 0 0 20px;
}
body.fsSection247 .micro-callout-box > header {
  background: #2D7483;
}
body.fsSection247 .micro-callout-box > header > .fsElementTitle {
  color: #FFF;
  font-size: 1.125rem;
  margin: 0;
  padding: 14px 20px;
}
body.fsSection247 .micro-callout-box.quicklinks > .fsElementContent a {
  color: #666;
}
body.fsSection247 .micro-callout-box.quicklinks > .fsElementContent a:hover {
  color: #000;
}
body.fsSection247 .micro-callout-box > .fsElementContent {
  border: 1px solid #BBB;
  background: #f4f4f4;
  padding: 20px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
}
body.fsSection247 .micro-callout-box > .fsElementContent p:last-child {
  margin: 0;
}
body.fsSection247 .micro-callout-box > .fsElementContent ul, body.fsSection247 .micro-callout-box > .fsElementContent ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.fsSection247 .micro-callout-box > .fsElementContent ul li {
  margin: 0;
  padding: 0;
}
body.fsSection247 .micro-callout-box > .fsElementContent a {
  color: #0c6ca9;
}
body.fsSection247 .micro-callout-box > .fsElementContent a:hover {
  color: #021c42;
}
body.fsSection247 .fsCalendar article {
  padding-left: 75px;
}
body.fsSection247 .fsCalendar article .fsDate {
  width: 60px;
}
body.fsSection247 .fsCalendar article .fsDate span.fsMonth {
  color: #444545;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
}
body.fsSection247 .fsCalendar article .fsDate span.fsDay {
  font-size: 1.5rem;
  color: #0c6ca9;
}
body.fsSection247 .blue-micro-callout {
  background: #0c6ca9;
  border: 2px solid #0c6ca9;
  color: #FFF;
  text-transform: uppercase;
  padding: 38px 0;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  line-height: 1;
}
body.fsSection247 .blue-micro-callout:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  line-height: 1;
}
body.fsSection247 .blue-micro-callout:hover {
  background: #FFF;
  color: #0c6ca9;
}
body.fsSection247 #fsPageContent {
  margin-bottom: 0;
}
body.fsSection247 .fsPageLayout {
  margin: 0;
}
body.fsSection247 .fsPageLayout > .fsDiv {
  padding: 0;
  margin-bottom: 0;
}
body.fsSection247 .fsNews article .fsTitle {
  color: #2D7483;
}
body.fsSection247 .fsTabs .fsPanel > .fsElementContent {
  padding: 30px 0;
}
body.fsSection247 .fsTabs .fsTabsNav li.fsStateSelected a {
  background: #2D7483;
  color: #FFF;
}
body.fsSection247 .fsTabs .fsTabsNav li a {
  background: #ddd;
  color: #666;
}
body.fsSection247 .fsTabs .fsTabsNav li a:hover {
  background: #2D7483;
  color: #FFF;
}
body.fsSection247 #fsPageContent .fsTabs .fsTabsNav li a {
  font-size: 1.125rem;
  padding: 9px 29px;
}
body.fsSection247 #fsBannerRight .fsTabs .fsCalendar {
  margin-bottom: 0;
}
body.fsSection247 #fsBannerRight .fsTabs .fsPanel > .fsElementContent {
  padding: 30px 10px;
  border: 1px solid #BBB;
  background: #f4f4f4;
}
body.fsSection247 #fsBannerRight .fsTabs .fsTabsNav li a {
  font-size: 1rem;
  padding: 12px 22px;
}
body.fsSection247 #fsFooter .address-social-container {
  background: #2D7483;
}
body.fsSection247 #fsFooter .address-social-container .school-details [itemprop='address']:before {
  color: #215560;
}
body.fsSection247 #fsFooter .footer-utility {
  background: #215560;
}
body.fsSection247 #fsHeader .micro-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 0;
  text-align: center;
  width: 100%;
}
body.fsSection247 #fsHeader .micro-slider .slick-dots, body.fsSection247 #fsHeader .micro-slider .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.fsSection247 #fsHeader .micro-slider .slick-dots li {
  margin: 0;
  padding: 0;
}
@media (min-width: 700px) {
  body.fsSection247 #fsHeader .micro-slider .slick-dots {
    right: 130px;
    text-align: left;
    width: auto;
    bottom: 20px;
  }
}
body.fsSection247 #fsHeader .micro-slider .slick-dots li {
  display: inline-block;
}
body.fsSection247 #fsHeader .micro-slider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
body.fsSection247 #fsHeader .micro-slider .slick-dots li:hover button, body.fsSection247 #fsHeader .micro-slider .slick-dots li.slick-active button {
  border-color: #FFF;
  background: #FFF;
}
body.fsSection247 #fsHeader .micro-slider .slick-dots li button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  border-radius: 100%;
  transition: 0.3s all;
}
body.fsSection247 #fsHeader .micro-slider .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 50px;
  height: 50px;
  transition: 0.3s color;
  display: none !important;
}
@media (min-width: 700px) {
  body.fsSection247 #fsHeader .micro-slider .slick-arrow {
    display: block !important;
  }
}
body.fsSection247 #fsHeader .micro-slider .slick-arrow:hover:before {
  color: #FFF;
}
body.fsSection247 #fsHeader .micro-slider .slick-arrow:before {
  display: block;
  font-size: 1.875rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.5);
}
body.fsSection247 #fsHeader .micro-slider .slick-arrow.slick-prev {
  right: 50px;
}
body.fsSection247 #fsHeader .micro-slider .slick-arrow.slick-prev:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
body.fsSection247 #fsHeader .micro-slider .slick-arrow.slick-next {
  right: 0;
}
body.fsSection247 #fsHeader .micro-slider .slick-arrow.slick-next:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
body.fsSection247 #fsHeader .micro-slider article img {
  min-height: 335px;
}
body.fsSection247 #fsHeader .micro-slider article .caption-wrapper {
  background: rgba(38, 38, 38, 0.8);
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  padding: 20px 20px 40px;
}
@media (min-width: 700px) {
  body.fsSection247 #fsHeader .micro-slider article .caption-wrapper {
    padding: 0;
  }
}
body.fsSection247 #fsHeader .micro-slider article .caption-wrapper .caption-title {
  line-height: 1.3;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "open-sans", sans-serif;
  margin: 0;
  text-shadow: none;
  text-align: left;
  padding-left: 0px;
}
@media (min-width: 700px) {
  body.fsSection247 #fsHeader .micro-slider article .caption-wrapper .caption-title {
    padding-left: 40px;
    line-height: 50px;
  }
}
body.fsSection247 #fsHeader .micro-slider article .caption-wrapper .caption-desc {
  display: none;
}
@media (min-width: 900px) {
  body.fsSection247 #fsHeader .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
  }
}
body.fsSection247 #fsHeader .header-utility {
  background: #215560;
  padding: 0;
}
body.fsSection247 #fsHeader .header-utility .nav-portals {
  margin: 0 10px;
  padding: 8px 0;
}
body.fsSection247 #fsHeader .header-utility .nav-portals .fsNavLevel1 li a:hover {
  color: #FFF;
}
body.fsSection247 #fsHeader .header-utility .nav-micro-utility {
  background: #183D45;
  float: right;
  padding: 8px 16px 8px 12px;
}
body.fsSection247 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1, body.fsSection247 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.fsSection247 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
body.fsSection247 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 li {
  display: inline-block;
}
body.fsSection247 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 li:not(:last-child) {
  margin-right: 16px;
}
body.fsSection247 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 li a {
  font-size: 0.875rem;
  color: #ddd;
  display: block;
}
body.fsSection247 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 li a:hover {
  color: #FFF;
}
body.fsSection247 #fsHeader .site-info-container {
  background: rgba(45, 116, 131, 0.9);
  position: static;
}
@media (min-width: 900px) {
  body.fsSection247 #fsHeader .site-info-container {
    position: relative;
  }
}
@media (min-width: 900px) {
  body.fsSection247 #fsHeader .site-info-container > .fsElementContent {
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 900px) {
  body.fsSection247 #fsHeader .site-info-container .logo-container {
    padding: 0;
    float: left;
  }
}
@media (min-width: 900px) {
  body.fsSection247 #fsHeader .site-info-container .logo-container a {
    padding: 27px 0 0;
  }
}
body.fsSection247 #fsHeader .site-info-container .current-date {
  color: #FFF;
  font-size: 1.25rem;
  position: absolute;
  top: calc(50% + 50px);
  z-index: 500;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 900px) {
  body.fsSection247 #fsHeader .site-info-container .current-date {
    text-align: left;
    position: static;
    margin-right: 30px;
    padding-top: 32px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (min-width: 900px) {
  body.fsSection247 #fsHeader .site-info-container .current-date {
    float: right;
  }
}
body.fsSection247 #fsHeader .site-info-container .current-date > header {
  display: none;
}
body.fsSection247 #fsHeader .site-info-container .header-links {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 500;
}
@media (min-width: 900px) {
  body.fsSection247 #fsHeader .site-info-container .header-links {
    display: none;
  }
}
@media (min-width: 1100px) {
  body.fsSection247 #fsHeader .site-info-container .header-links {
    margin: 0 351px 0 360px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
  }
}
body.fsSection247 #fsHeader .site-info-container .header-links p {
  margin: 0;
  font-weight: 600;
  color: #FFF;
  line-height: 1;
}
@media (min-width: 1100px) {
  body.fsSection247 #fsHeader .site-info-container .header-links p {
    display: inline-block;
  }
}
body.fsSection247 #fsHeader .site-info-container .header-links p:not(.sectionTitle) {
  font-family: "calluna",serif;
  font-size: 2rem;
}
@media (min-width: 700px) {
  body.fsSection247 #fsHeader .site-info-container .header-links p:not(.sectionTitle) {
    padding-top: 23px;
  }
}
body.fsSection247 #fsHeader .site-info-container .header-links p.sectionTitle {
  font-size: 1.5rem;
  margin-left: 20px;
  padding-top: 13px;
}
@media (min-width: 1180px) {
  body.fsSection247 #fsHeader .site-info-container .header-links p.sectionTitle {
    margin-left: 45px;
  }
}
body.fsSection247 #fsHeader .site-info-container .search-container {
  float: right;
  width: 80px;
  height: 80px;
}
body.fsSection247 #fsHeader .site-info-container .search-container .search-trigger:before {
  color: #215560;
}

body.fsSection248 {
  min-height: 100%;
  background: #C0591A;
}
body.fsSection248 .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  color: #C0591A;
}
body.fsSection248 #fsPageBodyWrapper {
  padding: 40px 20px 20px;
}
body.fsSection248 .micro-callout-box {
  margin: 0 0 20px;
}
body.fsSection248 .micro-callout-box > header {
  background: #DA651E;
}
body.fsSection248 .micro-callout-box > header > .fsElementTitle {
  color: #FFF;
  font-size: 1.125rem;
  margin: 0;
  padding: 14px 20px;
}
body.fsSection248 .micro-callout-box.quicklinks > .fsElementContent a {
  color: #666;
}
body.fsSection248 .micro-callout-box.quicklinks > .fsElementContent a:hover {
  color: #000;
}
body.fsSection248 .micro-callout-box > .fsElementContent {
  border: 1px solid #BBB;
  background: #f4f4f4;
  padding: 20px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
}
body.fsSection248 .micro-callout-box > .fsElementContent p:last-child {
  margin: 0;
}
body.fsSection248 .micro-callout-box > .fsElementContent ul, body.fsSection248 .micro-callout-box > .fsElementContent ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.fsSection248 .micro-callout-box > .fsElementContent ul li {
  margin: 0;
  padding: 0;
}
body.fsSection248 .micro-callout-box > .fsElementContent a {
  color: #0c6ca9;
}
body.fsSection248 .micro-callout-box > .fsElementContent a:hover {
  color: #021c42;
}
body.fsSection248 .fsCalendar article {
  padding-left: 75px;
}
body.fsSection248 .fsCalendar article .fsDate {
  width: 60px;
}
body.fsSection248 .fsCalendar article .fsDate span.fsMonth {
  color: #444545;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
}
body.fsSection248 .fsCalendar article .fsDate span.fsDay {
  font-size: 1.5rem;
  color: #0c6ca9;
}
body.fsSection248 .blue-micro-callout {
  background: #0c6ca9;
  border: 2px solid #0c6ca9;
  color: #FFF;
  text-transform: uppercase;
  padding: 38px 0;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  line-height: 1;
}
body.fsSection248 .blue-micro-callout:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  line-height: 1;
}
body.fsSection248 .blue-micro-callout:hover {
  background: #FFF;
  color: #0c6ca9;
}
body.fsSection248 #fsPageContent {
  margin-bottom: 0;
}
body.fsSection248 .fsPageLayout {
  margin: 0;
}
body.fsSection248 .fsPageLayout > .fsDiv {
  padding: 0;
  margin-bottom: 0;
}
body.fsSection248 .fsNews article .fsTitle {
  color: #DA651E;
}
body.fsSection248 .fsTabs .fsPanel > .fsElementContent {
  padding: 30px 0;
}
body.fsSection248 .fsTabs .fsTabsNav li.fsStateSelected a {
  background: #DA651E;
  color: #FFF;
}
body.fsSection248 .fsTabs .fsTabsNav li a {
  background: #ddd;
  color: #666;
}
body.fsSection248 .fsTabs .fsTabsNav li a:hover {
  background: #DA651E;
  color: #FFF;
}
body.fsSection248 #fsPageContent .fsTabs .fsTabsNav li a {
  font-size: 1.125rem;
  padding: 9px 29px;
}
body.fsSection248 #fsBannerRight .fsTabs .fsCalendar {
  margin-bottom: 0;
}
body.fsSection248 #fsBannerRight .fsTabs .fsPanel > .fsElementContent {
  padding: 30px 10px;
  border: 1px solid #BBB;
  background: #f4f4f4;
}
body.fsSection248 #fsBannerRight .fsTabs .fsTabsNav li a {
  font-size: 1rem;
  padding: 12px 22px;
}
body.fsSection248 #fsFooter .address-social-container {
  background: #DA651E;
}
body.fsSection248 #fsFooter .address-social-container .school-details [itemprop='address']:before {
  color: #C0591A;
}
body.fsSection248 #fsFooter .footer-utility {
  background: #C0591A;
}
body.fsSection248 #fsHeader .micro-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 0;
  text-align: center;
  width: 100%;
}
body.fsSection248 #fsHeader .micro-slider .slick-dots, body.fsSection248 #fsHeader .micro-slider .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.fsSection248 #fsHeader .micro-slider .slick-dots li {
  margin: 0;
  padding: 0;
}
@media (min-width: 700px) {
  body.fsSection248 #fsHeader .micro-slider .slick-dots {
    right: 130px;
    text-align: left;
    width: auto;
    bottom: 20px;
  }
}
body.fsSection248 #fsHeader .micro-slider .slick-dots li {
  display: inline-block;
}
body.fsSection248 #fsHeader .micro-slider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
body.fsSection248 #fsHeader .micro-slider .slick-dots li:hover button, body.fsSection248 #fsHeader .micro-slider .slick-dots li.slick-active button {
  border-color: #FFF;
  background: #FFF;
}
body.fsSection248 #fsHeader .micro-slider .slick-dots li button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  border-radius: 100%;
  transition: 0.3s all;
}
body.fsSection248 #fsHeader .micro-slider .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 50px;
  height: 50px;
  transition: 0.3s color;
  display: none !important;
}
@media (min-width: 700px) {
  body.fsSection248 #fsHeader .micro-slider .slick-arrow {
    display: block !important;
  }
}
body.fsSection248 #fsHeader .micro-slider .slick-arrow:hover:before {
  color: #FFF;
}
body.fsSection248 #fsHeader .micro-slider .slick-arrow:before {
  display: block;
  font-size: 1.875rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.5);
}
body.fsSection248 #fsHeader .micro-slider .slick-arrow.slick-prev {
  right: 50px;
}
body.fsSection248 #fsHeader .micro-slider .slick-arrow.slick-prev:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
body.fsSection248 #fsHeader .micro-slider .slick-arrow.slick-next {
  right: 0;
}
body.fsSection248 #fsHeader .micro-slider .slick-arrow.slick-next:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
body.fsSection248 #fsHeader .micro-slider article img {
  min-height: 335px;
}
body.fsSection248 #fsHeader .micro-slider article .caption-wrapper {
  background: rgba(38, 38, 38, 0.8);
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  padding: 20px 20px 40px;
}
@media (min-width: 700px) {
  body.fsSection248 #fsHeader .micro-slider article .caption-wrapper {
    padding: 0;
  }
}
body.fsSection248 #fsHeader .micro-slider article .caption-wrapper .caption-title {
  line-height: 1.3;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "open-sans", sans-serif;
  margin: 0;
  text-shadow: none;
  text-align: left;
  padding-left: 0px;
}
@media (min-width: 700px) {
  body.fsSection248 #fsHeader .micro-slider article .caption-wrapper .caption-title {
    padding-left: 40px;
    line-height: 50px;
  }
}
body.fsSection248 #fsHeader .micro-slider article .caption-wrapper .caption-desc {
  display: none;
}
@media (min-width: 900px) {
  body.fsSection248 #fsHeader .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
  }
}
body.fsSection248 #fsHeader .header-utility {
  background: #C0591A;
  padding: 0;
}
body.fsSection248 #fsHeader .header-utility .nav-portals {
  margin: 0 10px;
  padding: 8px 0;
}
body.fsSection248 #fsHeader .header-utility .nav-portals .fsNavLevel1 li a:hover {
  color: #FFF;
}
body.fsSection248 #fsHeader .header-utility .nav-micro-utility {
  background: #AE5118;
  float: right;
  padding: 8px 16px 8px 12px;
}
body.fsSection248 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1, body.fsSection248 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.fsSection248 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
body.fsSection248 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 li {
  display: inline-block;
}
body.fsSection248 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 li:not(:last-child) {
  margin-right: 16px;
}
body.fsSection248 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 li a {
  font-size: 0.875rem;
  color: #ddd;
  display: block;
}
body.fsSection248 #fsHeader .header-utility .nav-micro-utility .fsNavLevel1 li a:hover {
  color: #FFF;
}
body.fsSection248 #fsHeader .site-info-container {
  background: rgba(218, 101, 30, 0.9);
  position: static;
}
@media (min-width: 900px) {
  body.fsSection248 #fsHeader .site-info-container {
    position: relative;
  }
}
@media (min-width: 900px) {
  body.fsSection248 #fsHeader .site-info-container > .fsElementContent {
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 900px) {
  body.fsSection248 #fsHeader .site-info-container .logo-container {
    padding: 0;
    float: left;
  }
}
@media (min-width: 900px) {
  body.fsSection248 #fsHeader .site-info-container .logo-container a {
    padding: 27px 0 0;
  }
}
body.fsSection248 #fsHeader .site-info-container .current-date {
  color: #FFF;
  font-size: 1.25rem;
  position: absolute;
  top: calc(50% + 50px);
  z-index: 500;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 900px) {
  body.fsSection248 #fsHeader .site-info-container .current-date {
    text-align: left;
    position: static;
    margin-right: 30px;
    padding-top: 32px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (min-width: 900px) {
  body.fsSection248 #fsHeader .site-info-container .current-date {
    float: right;
  }
}
body.fsSection248 #fsHeader .site-info-container .current-date > header {
  display: none;
}
body.fsSection248 #fsHeader .site-info-container .header-links {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 500;
}
@media (min-width: 900px) {
  body.fsSection248 #fsHeader .site-info-container .header-links {
    display: none;
  }
}
@media (min-width: 1100px) {
  body.fsSection248 #fsHeader .site-info-container .header-links {
    margin: 0 351px 0 360px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
  }
}
body.fsSection248 #fsHeader .site-info-container .header-links p {
  margin: 0;
  font-weight: 600;
  color: #FFF;
  line-height: 1;
}
@media (min-width: 1100px) {
  body.fsSection248 #fsHeader .site-info-container .header-links p {
    display: inline-block;
  }
}
body.fsSection248 #fsHeader .site-info-container .header-links p:not(.sectionTitle) {
  font-family: "calluna",serif;
  font-size: 2rem;
}
@media (min-width: 700px) {
  body.fsSection248 #fsHeader .site-info-container .header-links p:not(.sectionTitle) {
    padding-top: 23px;
  }
}
body.fsSection248 #fsHeader .site-info-container .header-links p.sectionTitle {
  font-size: 1.5rem;
  margin-left: 20px;
  padding-top: 13px;
}
@media (min-width: 1180px) {
  body.fsSection248 #fsHeader .site-info-container .header-links p.sectionTitle {
    margin-left: 45px;
  }
}
body.fsSection248 #fsHeader .site-info-container .search-container {
  float: right;
  width: 80px;
  height: 80px;
}
body.fsSection248 #fsHeader .site-info-container .search-container .search-trigger:before {
  color: #C0591A;
}

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding: 0;
}
.home #fsPageBody {
  max-width: 100%;
}
.home #fsPageContent {
  margin-bottom: 0;
}
.home .fsPageLayout {
  margin: 0;
}
.home .fsPageLayout > .fsDiv {
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  .home #fsHeader .site-info-container {
    background: rgba(33, 115, 169, 0.95);
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
.home #fsHeader .home-slider .home-slide {
  position: relative;
}
.home #fsHeader .home-slider .home-slide article img {
  min-height: 325px;
}
@media (min-width: 700px) {
  .home #fsHeader .home-slider .home-slide article img {
    min-height: 750px;
  }
}
@media (min-width: 1100px) {
  .home #fsHeader .home-slider .home-slide article img {
    min-height: 830px;
  }
}
.home .see-more-container {
  padding: 60px 30px 70px;
}
@media (min-width: 700px) {
  .home .see-more-container {
    padding: 70px 20px 60px;
  }
}
.home .see-more-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 700px) {
  .home .see-more-container > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.home .see-more-container .circle {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 225px;
  flex: 0 1 225px;
  width: 100%;
  max-width: 225px;
  border-radius: 100%;
  margin: auto;
  background-size: cover;
  position: relative;
  overflow: hidden;
  transition: 0.3s border;
}
.home .see-more-container .circle:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 400px) {
  .home .see-more-container .circle {
    max-width: 290px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 290px;
    flex: 0 1 290px;
  }
}
@media (min-width: 700px) {
  .home .see-more-container .circle {
    height: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
    max-width: 100%;
    width: auto;
    margin: 0;
  }
  .home .see-more-container .circle:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 800px) {
  .home .see-more-container .circle {
    height: 235px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 235px;
    flex: 0 1 235px;
  }
}
@media (min-width: 900px) {
  .home .see-more-container .circle {
    height: 270px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 270px;
    flex: 0 1 270px;
  }
}
@media (min-width: 1000px) {
  .home .see-more-container .circle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 290px;
    flex: 0 1 290px;
    height: 290px;
  }
}
.home .see-more-container .circle.campus {
  border: 4px solid rgba(174, 188, 34, 0.5);
}
.home .see-more-container .circle.campus:before {
  background: #aebc22;
}
.home .see-more-container .circle.campus:hover {
  border: 4px solid #aebc22;
}
.home .see-more-container .circle.glance {
  border: 4px solid rgba(236, 164, 0, 0.5);
}
.home .see-more-container .circle.glance:before {
  background: #eca400;
}
.home .see-more-container .circle.glance:hover {
  border: 4px solid #eca400;
}
.home .see-more-container .circle.words {
  border: 4px solid rgba(218, 101, 30, 0.5);
}
.home .see-more-container .circle.words:before {
  background: #da651e;
}
.home .see-more-container .circle.words:hover {
  border: 4px solid #da651e;
}
.home .see-more-container .circle:hover:before {
  opacity: 1;
}
.home .see-more-container .circle:hover > header {
  opacity: 0;
}
.home .see-more-container .circle:hover > .fsElementContent {
  opacity: 1;
}
.home .see-more-container .circle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  opacity: 0;
  border-radius: 100%;
}
.home .see-more-container .circle > header, .home .see-more-container .circle > .fsElementContent {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  transition: 0.3s opacity;
}
.home .see-more-container .circle > .fsElementContent {
  opacity: 0;
}
.home .see-more-container .circle > .fsElementContent a {
  display: table;
  margin: auto;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  min-width: 154px;
  padding: 14px 20px;
  font-size: 0.75rem;
}
.home .see-more-container .circle > header > .fsElementTitle {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 0px 2px 1.96px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
@media (min-width: 900px) {
  .home .mosaic-container > .fsElementContent {
    min-height: 30vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.home .mosaic-container > .fsElementContent .slick-dots {
  text-align: center;
  font-size: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
@media (min-width: 700px) {
  .home .mosaic-container > .fsElementContent .slick-dots {
    right: auto;
    left: calc(50% + 35px);
  }
}
.home .mosaic-container > .fsElementContent .slick-dots li {
  display: inline-block;
}
.home .mosaic-container > .fsElementContent .slick-dots li:not(:last-child) {
  margin-right: 15px;
}
.home .mosaic-container > .fsElementContent .slick-dots li:hover button {
  background: rgba(255, 255, 255, 0.7);
}
.home .mosaic-container > .fsElementContent .slick-dots li.slick-active button {
  background: #FFF;
}
.home .mosaic-container > .fsElementContent .slick-dots li button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  transition: 0.3s background;
}
.home .mosaic-container > .fsElementContent .tile {
  background-size: cover;
  background-position: center center;
  color: #FFF;
  font-size: 0.875rem;
  padding: 20px;
  min-height: 240px;
}
@media (min-width: 900px) {
  .home .mosaic-container > .fsElementContent .tile {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
}
.home .mosaic-container > .fsElementContent .tile > header > .fsElementTitle {
  color: #FFF;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.home .mosaic-container > .fsElementContent .tile > .fsElementContent {
  max-height: calc(100% - 60px);
}
.home .mosaic-container > .fsElementContent .tile > .fsElementContent p:last-child {
  margin-bottom: 0;
}
.home .mosaic-container > .fsElementContent .tile.orange {
  background-color: #da651e;
}
.home .mosaic-container > .fsElementContent .tile.lightblue {
  background-color: #2173a9;
}
.home .mosaic-container > .fsElementContent .tile.lime {
  background-color: #aebc22;
}
.home .mosaic-container > .fsElementContent .tile.darkblue {
  background-color: #002758;
}
.home .mosaic-container > .fsElementContent .tile.gold {
  background-color: #eca400;
}
.home .calendar-tabs {
  padding: 50px 5px 45px;
}
@media (min-width: 700px) {
  .home .calendar-tabs {
    padding: 40px 15px 70px;
  }
}
@media (min-width: 1100px) {
  .home .calendar-tabs {
    padding: 40px 15px 85px;
  }
}
.home .calendar-tabs .fsTabs {
  margin: 0;
}
.home .calendar-tabs .fsTabs .fsTabsNav {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  text-align: center;
  display: block;
  border: 0;
}
.home .calendar-tabs .fsTabs .fsTabsNav li {
  margin: 0;
}
.home .calendar-tabs .fsTabs .fsTabsNav li.fsStateSelected a, .home .calendar-tabs .fsTabs .fsTabsNav li:hover a {
  background: #021c42;
  color: #FFF;
}
.home .calendar-tabs .fsTabs .fsTabsNav li:nth-of-type(1) a {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.home .calendar-tabs .fsTabs .fsTabsNav li:nth-of-type(2) a {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.home .calendar-tabs .fsTabs .fsTabsNav li a {
  font-size: 1rem;
  border-radius: 0;
  padding: 7px 10px;
  border: 2px solid #021c42;
  min-width: 125px;
  color: #333333;
  background: #FFF;
}
.home .calendar-tabs .fsTabs > .fsElementContent > header {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.home .calendar-tabs .fsTabs > .fsElementContent > header a {
  color: #333333;
}
.home .calendar-tabs .fsTabs > .fsElementContent > header a:hover {
  color: #000;
}
.home .calendar-tabs .fsTabs .fsPanel {
  display: block !important;
  height: 1px;
  visibility: hidden;
  position: relative;
  z-index: -1;
}
.home .calendar-tabs .fsTabs .fsPanel > header {
  display: none;
}
.home .calendar-tabs .fsTabs .fsPanel:nth-of-type(2) {
  top: -1px;
}
.home .calendar-tabs .fsTabs .fsPanel.fsStateOpen {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  height: auto;
}
.home .calendar-tabs .fsTabs .fsPanel .fsElementContent {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
  padding: 0;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent {
  margin: 0;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems .slick-track, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article {
  text-align: center;
  padding: 10px 0 0;
  min-height: 1px;
  margin: 0;
  position: relative;
  height: auto;
  transition: 0.3s opacity;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article.slick-slide, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article.slick-slide {
  opacity: 0;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article:before, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #FFF;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article.slick-active, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article.slick-active {
  opacity: 1;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article.slick-active:before, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article.slick-active:before {
  background-color: #eee;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article.slick-current:before, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article.slick-current:before {
  content: normal;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsTime, .home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsAthleticsLocations, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsTime, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsAthleticsLocations {
  font-size: 0.875rem;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsEventDetails, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsEventDetails {
  font-size: 0.875rem;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsEventDetails > *, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsEventDetails > * {
  margin: 2px 0;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsAllDay, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsAllDay {
  text-transform: capitalize;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsTimeRange:before, .home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsAllDay:before, .home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsTime:first-of-type:before, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsTimeRange:before, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsAllDay:before, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsTime:first-of-type:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 2px;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  top: -1px;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsLocation:before, .home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsAthleticsLocations:before, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsLocation:before, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsAthleticsLocations:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 4px;
  vertical-align: middle;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsTitle, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsTitle {
  font-size: 1rem;
  color: #3d3d3d;
  font-weight: normal;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsTitle > a, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsTitle > a {
  color: inherit;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsTitle > a:hover, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsTitle > a:hover {
  color: #2173a9;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsDate, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsDate {
  position: relative;
  height: auto;
  width: auto;
  display: block;
  text-transform: none;
  padding: 0 0 10px;
  margin-bottom: 28px;
  border: 0;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsDate:after, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsDate:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #eca400;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsDate .fsDayName, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsDate .fsDayName {
  color: #002758;
  display: block;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsDate .fsMonth, .home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsDate .fsDay, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsDate .fsMonth, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsDate .fsDay {
  display: inline;
  color: #021c42;
  font-size: 1.125rem;
  font-weight: 600;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems article .fsDate .fsMonth, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems article .fsDate .fsMonth {
  margin-right: 5px;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems .slick-arrow, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems .slick-arrow {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  z-index: 500;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems .slick-arrow:before, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems .slick-arrow:before {
  line-height: 0.8;
  font-size: 4.5625rem;
  color: #ddd;
  transition: 0.3s color;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems .slick-arrow:hover:before, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems .slick-arrow:hover:before {
  color: #000;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems .slick-arrow.slick-prev, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems .slick-arrow.slick-prev {
  left: 0px;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems .slick-arrow.slick-prev:before, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems .slick-arrow.slick-prev:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems .slick-arrow.slick-next, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems .slick-arrow.slick-next {
  right: 0px;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems .slick-arrow.slick-next:before, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems .slick-arrow.slick-next:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home .calendar-tabs .fsTabs .fsPanel .fsCalendar .fsListItems .slick-list, .home .calendar-tabs .fsTabs .fsPanel .fsAthleticsEvent .fsListItems .slick-list {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 0 40px;
}
.home .recent-news {
  background: url("../images/recent-news-bg.jpg") center center;
  background-size: cover;
  padding: 30px 30px 65px;
  position: relative;
}
@media (min-width: 700px) {
  .home .recent-news {
    padding: 30px 30px 20px;
  }
}
@media (min-width: 1100px) {
  .home .recent-news {
    padding: 30px 30px 65px;
  }
}
.home .recent-news:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 39, 88, 0.7);
}
.home .recent-news > header {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  text-align: center;
  margin-bottom: 50px;
}
.home .recent-news > header .fsElementTitle {
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 600;
}
.home .recent-news > header .fsElementHeaderContent a {
  color: #ddd;
}
.home .recent-news > header .fsElementHeaderContent a:hover {
  color: #FFF;
}
.home .recent-news > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}
.home .recent-news .fsNews {
  margin: 0;
}
.home .recent-news .fsNews .fsListItems {
  overflow: hidden;
}
.home .recent-news .fsNews .fsListItems article {
  margin: 0;
  background: #2173a9;
  padding: 1px 0 15px;
  border: 0;
}
.home .recent-news .fsNews .fsListItems article:nth-child(1n+3) {
  display: none;
}
.home .recent-news .fsNews .fsListItems article:first-child {
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .home .recent-news .fsNews .fsListItems article {
    float: left;
    width: calc(33.33% - 13.33px);
  }
  .home .recent-news .fsNews .fsListItems article:nth-child(1) {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .home .recent-news .fsNews .fsListItems article:nth-child(2) {
    margin-right: 20px;
  }
  .home .recent-news .fsNews .fsListItems article:nth-child(3) {
    display: block;
  }
}
@media (min-width: 900px) {
  .home .recent-news .fsNews .fsListItems article {
    width: calc(25% - 15px);
  }
  .home .recent-news .fsNews .fsListItems article:not(:last-child) {
    margin-right: 20px;
  }
  .home .recent-news .fsNews .fsListItems article:nth-child(4) {
    display: block;
  }
}
.home .recent-news .fsNews .fsListItems article .fsThumbnail {
  max-width: 100%;
  margin-bottom: 20px;
  position: relative;
  top: -1px;
}
.home .recent-news .fsNews .fsListItems article .fsThumbnail .fsCroppedImage {
  vertical-align: bottom;
  padding-bottom: 46.5%;
}
.home .recent-news .fsNews .fsListItems article .fsSummary {
  padding: 0 20px;
  margin-bottom: 25px;
  color: #FFF;
  font-size: 0.875rem;
}
.home .recent-news .fsNews .fsListItems article .fsSummary p:last-child {
  margin-bottom: 0;
}
.home .recent-news .fsNews .fsListItems article .fsSummary a {
  color: #aebc22;
}
.home .recent-news .fsNews .fsListItems article .fsSummary a:hover {
  color: #333333;
}
.home .recent-news .fsNews .fsListItems article .fsReadMoreLink {
  color: #FFF;
  display: block;
  padding: 0 20px;
}
.home .recent-news .fsNews .fsListItems article .fsReadMoreLink:hover {
  color: #021c42;
}
.home .recent-news .fsNews .fsListItems article .fsTitle {
  padding: 0 20px;
  margin: 20px 0 15px;
  color: #FFF;
}
.home .recent-news .fsNews .fsListItems article .fsTitle > a:hover {
  color: #021c42;
}
.home .infographic-container {
  padding: 25px 20px 35px;
}
@media (min-width: 700px) {
  .home .infographic-container {
    padding: 25px 15px 35px;
  }
}
.home .infographic-container .slider > .slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home .infographic-container .slider .slick-list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.home .infographic-container .slider .slick-dots {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
}
@media (min-width: 700px) {
  .home .infographic-container .slider .slick-dots {
    margin-bottom: 50px;
  }
}
.home .infographic-container .slider .slick-dots li {
  display: inline-block;
}
.home .infographic-container .slider .slick-dots li:not(:last-child) {
  margin-right: 15px;
}
.home .infographic-container .slider .slick-dots li:hover button {
  background: rgba(136, 136, 136, 0.7);
}
.home .infographic-container .slider .slick-dots li.slick-active button {
  background: #888;
}
.home .infographic-container .slider .slick-dots li button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  border-radius: 100%;
  background: rgba(136, 136, 136, 0.5);
  width: 10px;
  height: 10px;
  transition: 0.3s background;
}
.home .infographic-container .slider .icon {
  text-align: center;
  outline: 0 !important;
}
@media (min-width: 700px) {
  .home .infographic-container .slider .icon {
    margin: 0 10px;
  }
}
@media (min-width: 900px) {
  .home .infographic-container .slider .icon {
    margin: 0 15px;
  }
}
@media (min-width: 1100px) {
  .home .infographic-container .slider .icon {
    margin: 0 40px;
  }
}
.home .infographic-container .slider .icon > .fsElementContent {
  padding-top: 10px;
  color: #616161;
  font-size: 0.875rem;
}
.home .infographic-container .slider .icon > .fsElementContent p:last-child {
  margin: 0;
}
.home .infographic-container .slider .icon > header > .fsElementTitle {
  margin: 0;
  color: #333333;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
}
.home .infographic-container .slider .icon:before {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100%;
  color: #FFF;
  text-align: center;
  font-size: 2.8125rem;
  background: #eca400;
  line-height: 80px;
}
.home .infographic-container .slider .icon.beaker:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home .infographic-container .slider .icon.money:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home .infographic-container .slider .icon.shoe:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home .infographic-container .slider .icon.paint:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home .infographic-container .slider .icon.book:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home .infographic-container .slider .icon.parents:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home .infographic-container .slider .icon.technology:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home .infographic-container .slider .icon.graduation:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home .infographic-container .slider .icon.colleges:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home .infographic-container .slider .icon.music:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home .infographic-container .slider .icon.artmusic:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home .infographic-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}
.home .infographic-container > header {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}
.home .infographic-container > header > .fsElementTitle {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  position: relative;
  margin: 0 0 15px;
}

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

.portal:not(.fsComposeMode) .portal-news .fsPrevButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPrevButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede;
}
.portal:not(.fsComposeMode) .portal-news .fsNextButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsNextButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede;
}
.portal:not(.fsComposeMode) .portal-news .fsPager, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager {
  padding-top: 20px;
}
.portal:not(.fsComposeMode) .portal-news .fsPager li button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li button:before {
  color: #dedede;
}
.portal:not(.fsComposeMode) .portal-news .fsPager li.slick-active button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li.slick-active button:before {
  color: #dedede;
}

#fsAccountBar {
  background: #182f50;
  color: #fff;
  font-size: 16px;
  font-family: "open-sans", sans-serif;
  height: 40px;
}
#fsAccountBar > ul > li {
  height: 40px;
  padding: 10px 12px 8px;
}
#fsAccountBar a {
  color: #fff;
  font-size: 16px;
  font-family: "open-sans", sans-serif;
}
#fsAccountBar a:hover {
  color: #da651e;
}
#fsAccountBar .fsAccountBarAvatar {
  height: 40px;
}
#fsAccountBar .fsAccountBarMenu a {
  color: #666;
  font-size: 16px;
  font-family: "open-sans", sans-serif;
}
#fsAccountBar .fsAccountBarMenu a:hover {
  color: #da651e;
}

.portal a.files:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px;
}
.portal a.pops:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px;
}
.portal #fsBannerLeft .fsCalendar.fsList article {
  padding-left: 0px;
  font-size: 16px;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDate {
  position: relative;
  top: 0;
  background: none;
  color: initial;
  width: auto;
  height: auto;
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2173a9;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .portal:not(.fsComposeMode) #fsBannerLeft {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .portal:not(.fsComposeMode) #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.portal:not(.fsComposeMode) .portal-hero {
  height: 310px;
  position: relative;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-hero {
    height: 200px;
  }
}
.portal:not(.fsComposeMode) .portal-hero header {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
  position: absolute;
  right: 0;
  bottom: 40px;
  margin-bottom: 0px;
  text-align: right;
  color: #fff;
  font-family: "open-sans", 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: "open-sans", 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: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #666;
  text-transform: none;
}
.portal:not(.fsComposeMode) .portal-news {
  position: relative;
}
.portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
    position: absolute;
    right: 0;
    top: 10px;
    margin-bottom: 0px;
  }
}
.portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
  width: 300px;
  height: 240px;
  margin-right: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
    display: block;
    float: none;
  }
}
.portal:not(.fsComposeMode) .portal-news a.fsThumbnail img {
  display: none;
}
.portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  color: #162f50;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink:hover {
  color: #da651e;
}
.portal:not(.fsComposeMode) .portal-news .fsDateTime {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #666;
}
.portal:not(.fsComposeMode) .portal-news .fsSummary {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink {
  display: inline-block;
  font-family: "open-sans", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #c83eab;
  padding: 8px 15px;
}
.portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:hover {
  background: #149bc7;
}
.portal:not(.fsComposeMode) .portal-news article {
  max-width: 100%;
  border: 0px;
}
@media (max-width: 480px) {
  .portal:not(.fsComposeMode) .portal-news article {
    padding: 0px !important;
  }
}
.portal:not(.fsComposeMode) .portal-cal {
  margin-bottom: 55px;
  position: relative;
}
@media (min-width: 600px) {
  .portal:not(.fsComposeMode) .portal-cal .fsElementControls {
    position: absolute;
    right: 0;
    top: 12px;
  }
}
.portal:not(.fsComposeMode) .portal-cal > .fsElementContent > .fsListItems {
  border: 1px solid #ebebeb;
  padding: 40px 15px 20px;
}
.portal:not(.fsComposeMode) .portal-cal .fsDayContainer {
  display: inline;
}
.portal:not(.fsComposeMode) .portal-cal article {
  width: 25%;
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 0px;
  text-align: center;
  padding: 0 10px;
  vertical-align: top;
  border: 0;
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-cal article {
    width: 100%;
    margin-bottom: 40px;
  }
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate {
  position: relative;
  top: initial;
  width: 135px;
  height: 135px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  background: #149bc7;
  color: #fff;
  padding-top: 22px;
  margin-bottom: 30px;
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate .fsDay {
  font-family: "proxima-nova", 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: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: block;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle {
  font-family: "proxima-nova", 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: #da651e;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #424242;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsTimeRange:before,
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsAllDay:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 15px;
  color: #c83eab;
  margin-right: 2px;
  position: relative;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsLocation:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-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: "open-sans", sans-serif;
  font-size: 16px;
  color: #2173a9;
  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: "open-sans", sans-serif;
  font-size: 16px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@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: "open-sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2173a9;
}
@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: "open-sans", 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: #da651e;
}
.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;
  }
}
.portal-sub-nav.active-nav > .fsElementContent {
  display: block;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 {
  position: relative;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 > li > a {
  padding: 0.625em;
  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: #021c42;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li > a {
  padding: 0.625em 1.25em;
  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: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  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: #021c42;
  color: #fff;
  font-family: "open-sans", 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 {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .portal-sub-nav.active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
.portal:not(.fsComposeMode) .portal-sub-mobile {
  display: block;
  max-height: 40px;
  overflow: hidden;
  height: 40px;
  transition: max-height 0.15s linear;
  padding: 0px 20px 20px;
  background: #4c4c4c;
}
.portal:not(.fsComposeMode) .portal-sub-mobile a {
  color: #fff !important;
}
.portal:not(.fsComposeMode) .portal-sub-mobile header,
.portal:not(.fsComposeMode) .portal-sub-mobile > .fsElementContent {
  max-width: 480px;
  margin: 0 auto;
  display: block !important;
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-mobile {
    display: none;
  }
}
.portal:not(.fsComposeMode) .portal-sub-mobile.active {
  height: auto;
  max-height: 900px;
}
.portal:not(.fsComposeMode) .portal-sub-mobile .fsNavLevel1 > li > a {
  border-bottom: 1px solid #b7b7b7;
}
.portal:not(.fsComposeMode) .portal-sub-mobile .sub-trigger {
  height: 40px;
  font-weight: 600;
  font-size: 16px;
  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: 16px;
  max-width: 100%;
  border: 0px;
}
@media (min-width: 600px) {
  .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
    padding-left: 30px;
  }
  .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a:hover {
  color: #da651e;
}
.portal:not(.fsComposeMode) .portal-photos {
  background: #d0d6dc;
  text-align: center;
  padding: 30px 0 55px;
}
.portal:not(.fsComposeMode) .portal-photos header h2.fsElementTitle {
  font-family: "open-sans", 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%;
  }
}

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}
.colors ol:after {
  display: table;
  clear: both;
  content: '';
}
.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 40%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 20%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 10%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #666;
  color: #666;
}
.colors ol li:nth-of-type(1):after {
  content: "#666";
}
.colors ol li:nth-of-type(2) {
  background: #021c42;
  color: #021c42;
}
.colors ol li:nth-of-type(2):after {
  content: "#021c42";
}
.colors ol li:nth-of-type(3) {
  background: #2173a9;
  color: #2173a9;
}
.colors ol li:nth-of-type(3):after {
  content: "#2173a9";
}
.colors ol li:nth-of-type(4) {
  background: #da651e;
  color: #da651e;
}
.colors ol li:nth-of-type(4):after {
  content: "#da651e";
}
.colors ol li:nth-of-type(5) {
  background: #eca400;
  color: #eca400;
}
.colors ol li:nth-of-type(5):after {
  content: "#eca400";
}
.colors ol li:nth-of-type(6) {
  background: #aebc22;
  color: #aebc22;
}
.colors ol li:nth-of-type(6):after {
  content: "#aebc22";
}
.colors ol li:nth-of-type(7) {
  background: #616161;
  color: #616161;
}
.colors ol li:nth-of-type(7):after {
  content: "#616161";
}
.colors ol li:nth-of-type(8) {
  background: #333333;
  color: #333333;
}
.colors ol li:nth-of-type(8):after {
  content: "#333333";
}
.colors ol li:nth-of-type(9) {
  background: #d4d4d4;
  color: #d4d4d4;
}
.colors ol li:nth-of-type(9):after {
  content: "#d4d4d4";
}
.colors ol li:nth-of-type(10) {
  background: #f4f4f4;
  color: #f4f4f4;
}
.colors ol li:nth-of-type(10):after {
  content: "#f4f4f4";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}
.fonts ol li {
  margin-bottom: 0.3125em;
  padding: 0.3125em;
}
.fonts ol li:nth-of-type(1) {
  font-family: "open-sans", sans-serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "open-sans, sans-serif";
}
.fonts ol li:nth-of-type(2) {
  font-family: "proxima-nova", sans-serif;
}
.fonts ol li:nth-of-type(2):after {
  content: "proxima-nova, sans-serif";
}
.fonts ol li:nth-of-type(3) {
  font-family: "goudy-old-style", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "goudy-old-style, sans-serif";
}
.fonts ol li:nth-of-type(4) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(4):after {
  content: "IcoMoon";
}

.headers h1:after {
  content: " size: 40px / line: 54px";
}
.headers h2:after {
  content: " size: 36px / line: 50px";
}
.headers h3:after {
  content: " size: 30px / line: 42px";
}
.headers h4:after {
  content: " size: 24px / line: 36px";
}
.headers h5:after {
  content: " size: 18px / line: 30px";
}
.headers h6:after {
  content: " size: 16px / line: 24px";
}

.ui-widget-content a {
  color: #2173a9;
}
.ui-widget-content a:hover {
  color: #da651e;
}

.interior-masthead {
  background-position: center;
  background-size: cover;
}
body:not(.fsComposeMode) .interior-masthead > header {
  display: none;
}
.interior-masthead > .fsElementContent p:first-child {
  margin-bottom: 0;
}
.interior-masthead > .fsElementContent img {
  vertical-align: bottom;
  width: 100%;
}
body:not(.fsComposeMode) .interior-masthead > .fsElementContent img {
  visibility: hidden;
  opacity: 0;
  height: 300px;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .interior-masthead > .fsElementContent img {
    height: 380px;
  }
}
@media (min-width: 900px) {
  body:not(.fsComposeMode) .interior-masthead > .fsElementContent img {
    height: 440px;
  }
}

.ath-slideshow-container {
  background: #FFF;
}
.ath-slideshow-container > header {
  display: none;
}
.ath-slideshow-container .ath-grid-contain {
  height: 500px;
}
body:not(.fsDraftMode) .ath-2-slide {
  display: none;
}
.ath-slideshow-container .ath-grid-contain .slick-arrow {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 9999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50px;
  width: 40px;
  background: #fff;
  color: transparent;
  padding: 0 10px;
  text-align: center;
}
.ath-slideshow-container .ath-grid-contain .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #021c42;
  font-size: 1.875rem;
}
.ath-slideshow-container .ath-grid-contain .slick-prev {
  left: 0;
}
.ath-slideshow-container .ath-grid-contain .slick-prev:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
@media (min-width: 1180px) {
  .ath-slideshow-container .ath-grid-contain .slick-prev {
    left: calc(50% - 630px);
  }
}
.ath-slideshow-container .ath-grid-contain .slick-next {
  left: auto;
  right: 0;
}
.ath-slideshow-container .ath-grid-contain .slick-next:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
@media (min-width: 1180px) {
  .ath-slideshow-container .ath-grid-contain .slick-next {
    right: calc(50% - 630px);
  }
}
.ath-slideshow-container .ath-grid-contain .slick-list {
  height: 100%;
}
.ath-slideshow-container .ath-grid-contain .slick-track {
  height: 100%;
}
.ath-slideshow-container .ath-grid-contain .slick-slide {
  opacity: 0.5;
  transition: 0.3s opacity;
}
.ath-slideshow-container .ath-grid-contain .slick-slide + .slick-current {
  opacity: 1;
}
.ath-slideshow-container .ath-grid-contain .fsMediaCustomPlayer {
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  .ath-slideshow-container .ath-grid-contain .fsMediaCustomPlayer {
    width: 600px;
  }
}
@media (min-width: 800px) {
  .ath-slideshow-container .ath-grid-contain .fsMediaCustomPlayer {
    width: 800px;
  }
}
@media (min-width: 900px) {
  .ath-slideshow-container .ath-grid-contain .fsMediaCustomPlayer {
    width: 900px;
  }
}
@media (min-width: 1024px) {
  .ath-slideshow-container .ath-grid-contain .fsMediaCustomPlayer {
    width: 1024px;
  }
}
@media (min-width: 1180px) {
  .ath-slideshow-container .ath-grid-contain .fsMediaCustomPlayer {
    width: 1180px;
  }
}
.ath-slideshow-container .ath-grid-contain .fsMediaCustomPlayer > * {
  box-shadow: inset 0 0 0 4px #fff;
}
.ath-slideshow-container .ath-grid-contain .ath-ss {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.ath-slideshow-container .ath-grid-contain .ath-ss.slide0 {
  display: block;
}
.ath-slideshow-container .ath-grid-contain .ath-ss.slide4 {
  position: absolute;
  top: 50%;
  height: 50%;
  width: 50%;
  left: 0;
  display: none;
}
@media (min-width: 600px) {
  .ath-slideshow-container .ath-grid-contain .ath-ss.slide0 {
    height: 50%;
    width: 50%;
  }
  .ath-slideshow-container .ath-grid-contain .ath-ss.slide1 {
    width: 50%;
    height: 100%;
    left: 50%;
    display: block;
  }
  .ath-slideshow-container .ath-grid-contain .ath-ss.slide4 {
    display: block;
  }
}
@media (min-width: 900px) {
  .ath-slideshow-container .ath-grid-contain .ath-ss {
    height: 55%;
    width: 25%;
    display: block;
  }
  .ath-slideshow-container .ath-grid-contain .ath-ss.slide0 {
    width: 25%;
    height: 55%;
  }
  .ath-slideshow-container .ath-grid-contain .ath-ss.slide1 {
    height: 100%;
    width: 30%;
    left: 25%;
  }
  .ath-slideshow-container .ath-grid-contain .ath-ss.slide2 {
    width: 45%;
    left: 55%;
    height: 40%;
  }
  .ath-slideshow-container .ath-grid-contain .ath-ss.slide3 {
    width: 45%;
    height: 60%;
    left: 55%;
    top: 40%;
  }
  .ath-slideshow-container .ath-grid-contain .ath-ss.slide4 {
    top: 55%;
    height: 45%;
    width: 25%;
  }
}

.fiftyfiftySlider {
  margin-bottom: 20px;
}
.fiftyfiftySlider .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 350px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 50px;
  height: 50px;
  transition: 0.3s background;
  display: block !important;
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 500px) {
  .fiftyfiftySlider .slick-arrow {
    bottom: 470px;
  }
}
@media (min-width: 700px) {
  .fiftyfiftySlider .slick-arrow {
    top: 1px;
    bottom: auto;
  }
}
.fiftyfiftySlider .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.4);
}
.fiftyfiftySlider .slick-arrow:before {
  display: block;
  font-size: 1.625rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: #FFF;
}
.fiftyfiftySlider .slick-arrow.slick-prev {
  left: 1px;
}
.fiftyfiftySlider .slick-arrow.slick-prev:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.fiftyfiftySlider .slick-arrow.slick-next {
  right: 0;
}
@media (min-width: 500px) {
  .fiftyfiftySlider .slick-arrow.slick-next {
    left: 52px;
    right: auto;
  }
}
.fiftyfiftySlider .slick-arrow.slick-next:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.fiftyfiftySlider .bpa-slide {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f8f8f8;
}
.fiftyfiftySlider .bpa-slide:focus {
  outline: 0;
}
@media (min-width: 700px) {
  .fiftyfiftySlider .bpa-slide {
    min-height: 480px;
  }
}
.fiftyfiftySlider .bpa-slide .caption-wrapper {
  position: static;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: center;
  padding: 65px 30px 65px;
  font-weight: normal;
  font-family: "open-sans", sans-serif;
}
@media (min-width: 700px) {
  .fiftyfiftySlider .bpa-slide .caption-wrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    padding-bottom: 30px;
  }
}
.fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title, .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc {
  text-align: center;
  text-shadow: none;
  font-size: 1.125rem;
  line-height: 1.2;
  display: block;
  color: #777777;
}
.fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title {
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  padding-bottom: 18px;
}
.fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 2px;
  margin: auto;
  background: rgba(0, 0, 0, 0.2);
}
.fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 18px;
}
.fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc p {
  line-height: 1.4;
}
.fiftyfiftySlider .bpa-slide article {
  top: 0;
  right: 0;
  position: static;
  height: 350px;
}
@media (min-width: 500px) {
  .fiftyfiftySlider .bpa-slide article {
    height: 470px;
  }
}
@media (min-width: 700px) {
  .fiftyfiftySlider .bpa-slide article {
    height: 100%;
    width: 50%;
    position: absolute;
  }
}

.wf-loading .nav-sub {
  visibility: hidden;
  opacity: 0;
}

.wf-active, .wf-inactive {
  visibility: visible;
  opacity: 1;
}

.home .home-slider {
  min-height: 750px;
}

/*END SECTION*/
