 /**
 *
 * International School of Paris - default_15
 * @link https://isp.redesign.finalsite.com/
 * Built By: EWOS
 * Project Manager: Lisa Catania
 * Designer: Kelly Wilson
 *
 */

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  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.33333em;
  margin-left: 1.33333em;
}

.margin-x-2x {
  margin-right: 2.66667em;
  margin-left: 2.66667em;
}

.margin-y {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em;
}

.margin-y-2x {
  margin-top: 2.66667em;
  margin-bottom: 2.66667em;
}

.padding-x {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
}

.padding-x-2x {
  padding-right: 2.66667em;
  padding-left: 2.66667em;
}

.padding-y {
  padding-top: 1.33333em;
  padding-bottom: 1.33333em;
}

.padding-y-2x {
  padding-top: 2.66667em;
  padding-bottom: 2.66667em;
}

.stretch-container {
  margin-right: -1.33333em;
  margin-left: -1.33333em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
		<div class='parent'>
			<span class='sibling'>Dropdown</span>
			<ul class='dropdown'>
				<li>Link</li>
				<li>Link</li>
				<li>Link</li>
			</ul>
		</div>

Use:
		.parent {
				@include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
		}

		.parent {
				@include drop(".dropdown", true, ".drop-class"); //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
		}

*/
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff2") format("woff2"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
.fsAthleticsEvent.fsTable thead th, .fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 25px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #263d9b;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #0d1b2a;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #0d1b2a;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #0d1b2a;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #0d1b2a;
  text-transform: uppercase;
  margin-bottom: 0;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 7px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 0;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

a {
  outline: 0;
  text-decoration: none;
  color: #36c;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}
a:hover {
  color: #659ad2;
}

ul,
ol {
  margin-top: 0;
  padding-left: 1.33333em;
}

table.styled {
  margin-bottom: 0;
  width: 100%;
}
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
table.styled th {
  padding: 1.33333em;
  text-align: left;
  background: #363636;
  color: #fff;
}
table.styled td {
  padding: 0.66667em 1.33333em;
  background: rgba(0, 0, 0, 0.05);
}
table.styled tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-shadow: none;
}
.fsLoadMoreButton:hover {
  background: #0f0f0f;
  color: #fff;
}
.fsLoadMoreButton em {
  display: block;
  font-style: normal;
}

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #363636;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.button:hover {
  background: #292929;
  color: #fff;
}
.button em {
  display: block;
  font-style: normal;
}

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #163052;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.color-button:hover {
  background: #11243e;
  color: #fff;
}
.color-button em {
  display: block;
  font-style: normal;
}

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #163052;
  outline: 0;
  border-radius: 0;
  border: 0.2em solid #163052;
}
.hollow-button:hover {
  background: transparent;
  color: #163052;
}
.hollow-button em {
  display: block;
  font-style: normal;
}

/*! content - style manger v0.0.1 */
.lead-in {
  font-size: 1.33333em;
  line-height: 1.2em;
}

blockquote {
  position: relative;
  padding: 0 44px 2px 27px;
  margin: 10px 0;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #57aa54;
  font-style: italic;
  border-left: 2px solid #57aa54;
  border-right: 2px solid #57aa54;
}

cite, .fs_style_14 {
  display: block;
  margin: 10px 0 0 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #b9b9b9;
  font-style: normal;
  text-transform: uppercase;
}
cite:before, .fs_style_14:before {
  content: '- ';
}

.callout {
  padding: 20px;
  background: #363636;
  color: #fff;
}
.callout.left {
  float: left;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .callout.left {
    width: 50%;
  }
}
.callout.right {
  float: right;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .callout.right {
    width: 50%;
  }
}

/*! structure - header v0.0.1 */
#fsHeader {
  width: 100%;
  background: #fff;
}

.header-top-container {
  border-bottom: 5px solid #263d9b;
  position: relative;
  max-width: 1180px;
  margin: 0px 20px;
  height: 191px;
  padding: 25px 0px 22px;
}
@media (min-width: 1200px) {
  .header-top-container {
    margin: 0 auto;
  }
}
@media (min-width: 1100px) {
  .header-top-container {
    height: 141px;
  }
}
@media (min-width: 700px) {
  .header-top-container {
    padding: 25px 0px 22px;
  }
}
.header-top-container .header-top-right {
  display: none;
  position: absolute;
  top: 30px;
  right: 20px;
}
@media (min-width: 700px) {
  .header-top-container .header-top-right {
    display: block;
  }
}
.header-top-container .header-top-right .header-top-right-quicklinks {
  position: relative;
  float: left;
  width: 120px;
}
.header-top-container .header-top-right .header-top-right-quicklinks .quick-link-main-menu {
  text-align: center;
}
.header-top-container .header-top-right .header-top-right-quicklinks .quick-link-main-menu a {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #868686;
}
.header-top-container .header-top-right .header-top-right-quicklinks .quick-link-main-menu a:before {
  display: inline-block;
  content: '';
  font-size: 16px;
  margin-right: 8px;
  margin-top: 4px;
  color: #868686;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
}
.header-top-container .header-top-right .header-top-right-quicklinks .quick-link-submenu {
  display: none;
  position: relative;
  margin-top: 12px;
  margin-left: -30px;
  padding: 20px 0;
  width: 180px;
  background: #659ad2;
  z-index: 200;
}
.header-top-container .header-top-right .header-top-right-quicklinks .quick-link-submenu ul, .header-top-container .header-top-right .header-top-right-quicklinks .quick-link-submenu ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top-container .header-top-right .header-top-right-quicklinks .quick-link-submenu ul li {
  margin: 0;
  padding: 0;
}
.header-top-container .header-top-right .header-top-right-quicklinks .quick-link-submenu ul li {
  padding: 5px 0;
  text-align: center;
}
.header-top-container .header-top-right .header-top-right-quicklinks .quick-link-submenu ul li a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #fff;
}
.header-top-container .header-top-right .header-top-right-quicklinks .quick-link-submenu ul li a:hover {
  color: #ccddea;
}
.header-top-container .header-top-right .header-top-right-quicklinks .quick-link-submenu:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 8px 10px;
  border-color: transparent transparent #659ad2;
}
.header-top-container .header-top-right .header-top-right-quicklinks:hover .quick-link-submenu {
  display: block;
}
.header-top-container .header-top-right .header-top-right-searchbox {
  position: relative;
  float: left;
}
.header-top-container .header-top-right .header-top-right-searchbox .top-search-link {
  width: 70px;
  float: right;
}
.header-top-container .header-top-right .header-top-right-searchbox .top-search-link a {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #868686;
}
.header-top-container .header-top-right .header-top-right-searchbox .top-search-link a:before {
  display: inline-block;
  content: '';
  font-size: 18px;
  margin-right: 8px;
  color: #868686;
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
}
.header-top-container .header-top-right .header-top-right-searchbox .top-search-box {
  display: none;
  position: relative;
  margin-top: -7px;
  margin-right: 15px;
  float: left;
  width: 215px;
  height: 35px;
  background: #b9b9b9;
  border-radius: 15px;
}
.header-top-container .header-top-right .header-top-right-searchbox .top-search-box .top-search input {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  background: transparent;
  border: none;
}
.header-top-container .header-top-right .header-top-right-searchbox .top-search-box.active {
  display: block;
}

.home .header-top-container {
  border-bottom: 0px;
}

.site-info-container {
  margin: 0 auto;
  width: 280px;
  height: 120px;
  background: url(../images/logo-mobail.png) no-repeat;
  background-size: 280px 120px;
  background-position: top center;
  text-align: center;
}
@media (min-width: 700px) {
  .site-info-container {
    width: 435px;
    height: 85px;
    background-size: 430px 85px;
    background: url(../images/logo-desktop.png) no-repeat;
  }
}
@media (min-width: 800px) {
  .site-info-container {
    background-position: top left;
    margin: 0;
    margin-left: 50px;
  }
}
@media (min-width: 1100px) {
  .site-info-container {
    margin-left: 0;
  }
}
.site-info-container a {
  display: block;
  color: transparent;
}

.fsNavigation.nav-main {
  width: 100%;
  float: left;
  margin-top: 25px;
}
@media (min-width: 1100px) {
  .fsNavigation.nav-main {
    width: 590px;
    float: right;
    margin-top: -25px;
  }
}

.subpage-banner {
  max-width: 1180px;
  margin: 40px 20px 0px 20px;
  height: 200px;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1200px) {
  .subpage-banner {
    margin: 40px auto 0px auto;
  }
}
@media (min-width: 700px) {
  .subpage-banner {
    height: 380px;
  }
}
@media (min-width: 1000px) {
  .subpage-banner {
    height: 500px;
  }
}

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 0;
  text-align: center;
  color: #fff;
}
#fsFooter .fsBanner {
  width: 100%;
}

.footer-container {
  padding: 0 20px;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.footer-container .footer-container-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 25px 0 35px;
}
.footer-container .footer-container-inner .footer-top-container {
  width: 100%;
  display: inline-block;
  border-bottom: 5px solid #263d9b;
}
.footer-container .footer-container-inner .footer-top-container .footer-top-left {
  width: 300px;
  margin: 12px auto;
}
@media (min-width: 700px) {
  .footer-container .footer-container-inner .footer-top-container .footer-top-left {
    width: 480px;
  }
}
@media (min-width: 1000px) {
  .footer-container .footer-container-inner .footer-top-container .footer-top-left {
    margin-top: 12px;
    float: left;
  }
}
@media (min-width: 1100px) {
  .footer-container .footer-container-inner .footer-top-container .footer-top-left {
    width: 760px;
  }
}
.footer-container .footer-container-inner .footer-top-container .footer-top-left a {
  display: block;
  margin: 0 auto 10px;
  width: 250px;
  height: 25px;
  color: transparent;
  background: url(../images/logotype.jpg) no-repeat;
  background-position: center top;
  background-size: 249px 25px;
}
@media (min-width: 1000px) {
  .footer-container .footer-container-inner .footer-top-container .footer-top-left a {
    margin: 0 0 10px -4px;
    float: left;
  }
}
@media (min-width: 1100px) {
  .footer-container .footer-container-inner .footer-top-container .footer-top-left a {
    margin-bottom: 0;
  }
}
.footer-container .footer-container-inner .footer-top-container .footer-top-left p {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  float: left;
}
.footer-container .footer-container-inner .footer-top-container .footer-top-left p strong {
  margin-left: 0;
  margin-right: 18px;
  font-weight: 600;
}
@media (min-width: 1100px) {
  .footer-container .footer-container-inner .footer-top-container .footer-top-left p strong {
    margin-left: 18px;
  }
}
.footer-container .footer-container-inner .footer-top-container .footer-top-right {
  width: 300px;
  margin: 0  auto;
}
@media (min-width: 1000px) {
  .footer-container .footer-container-inner .footer-top-container .footer-top-right {
    float: right;
    margin: 0;
  }
}
.footer-container .footer-container-inner .footer-top-container .footer-top-right a {
  display: block;
  margin-right: 10px;
  width: 70px;
  height: 70px;
  float: left;
  color: transparent;
  background-position: center top;
  background-size: 50px 50px;
}
.footer-container .footer-container-inner .footer-top-container .footer-top-right a:nth-child(1) {
  background: url(../images/ib-logo.png) no-repeat;
}
.footer-container .footer-container-inner .footer-top-container .footer-top-right a:nth-child(2) {
  background: url(../images/NEASC.png) no-repeat;
  margin-right: 0;
}
.footer-container .footer-container-inner .footer-top-container .footer-top-right a:nth-child(3) {
  width: 130px;
  background: url(../images/cis-home-footer.jpg) no-repeat;
  background-size: 128px 40px;
  margin-right: 0;
}
.footer-container .footer-container-inner .footer-middle-container {
  display: inline-block;
  margin-top: 18px;
  width: 100%;
}
.footer-container .footer-container-inner .footer-middle-container .footer-middle-content {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1000px) {
  .footer-container .footer-container-inner .footer-middle-container .footer-middle-content {
    height: 230px;
  }
}
@media (min-width: 700px) {
  .footer-container .footer-container-inner .footer-middle-container .footer-middle-content {
    margin: 0 50px 0 0;
    padding: 0;
    width: calc(50% - 50px);
    float: left;
  }
}
@media (min-width: 1000px) {
  .footer-container .footer-container-inner .footer-middle-container .footer-middle-content {
    width: calc(25% - 50px);
    margin-right: 50px;
  }
}
.footer-container .footer-container-inner .footer-middle-container .footer-middle-content h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #263d9b;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3px;
}
@media (min-width: 700px) {
  .footer-container .footer-container-inner .footer-middle-container .footer-middle-content h2 {
    text-align: left;
  }
}
.footer-container .footer-container-inner .footer-middle-container .footer-middle-content p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #0d1b2a;
  text-align: center;
}
@media (min-width: 700px) {
  .footer-container .footer-container-inner .footer-middle-container .footer-middle-content p {
    text-align: left;
  }
}
.footer-container .footer-container-inner .footer-middle-container .footer-middle-content:last-child {
  margin-right: 0;
}
.footer-container .footer-container-inner .footer-bottom-container {
  width: 100%;
  display: inline-block;
}
.footer-container .footer-container-inner .footer-bottom-container .footer-bottom-content {
  margin: 0 auto;
  width: 265px;
}
@media (min-width: 700px) {
  .footer-container .footer-container-inner .footer-bottom-container .footer-bottom-content {
    float: left;
    margin: 0;
  }
}
.footer-container .footer-container-inner .footer-bottom-container .footer-bottom-content p {
  margin: 0;
  float: left;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #868686;
  text-align: left;
}
.footer-container .footer-container-inner .footer-bottom-container .footer-bottom-content p:after {
  content: '|';
  color: #ababab;
  margin: 0 7px;
}
.footer-container .footer-container-inner .footer-bottom-container .footer-bottom-content a {
  float: left;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #868686;
  text-align: left;
}
.footer-container .footer-container-inner .footer-bottom-container .footer-bottom-content a:hover {
  color: #659ad2;
}

.school-details {
  margin-bottom: 20px;
}
.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
}
.school-details [itemprop='streetAddress'] {
  display: block;
}
.school-details [itemprop='telephone'] {
  display: inline-block;
}
.school-details [itemprop='fax'] {
  display: inline-block;
}
.school-details a {
  color: inherit;
}

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none;
}

html {
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 0.9375em;
  line-height: 1.46667;
  color: #1c1c1c;
}

#fsPageWrapper {
  overflow: hidden;
  position: relative;
}

#fsPageBodyWrapper {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
}

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 800px) {
  #fsBannerLeft {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerLeft {
    padding-right: 40px;
    width: 23.72881%;
  }
}

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important;
}
@media (min-width: 800px) {
  #fsPageContent {
    float: left !important;
  }
}
@media (min-width: 800px) {
  .fsHasRightBanner #fsPageContent {
    width: 72.88136% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 76.27119% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 49.15254% !important;
  }
}

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 800px) {
  #fsBannerRight {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerRight {
    padding-left: 40px;
    width: 27.11864%;
  }
}

@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.33333em;
    padding-left: 1.33333em;
  }
}

@media (min-width: 800px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%;
  }
}

@media (min-width: 800px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%;
  }
}

.fsLayout .fsStyleTwoThirds {
  width: 100%;
}
@media (min-width: 1000px) {
  .fsLayout .fsStyleTwoThirds {
    width: 66.66667%;
  }
}
.fsLayout .fsStyleOneThird {
  width: 100%;
}
@media (min-width: 1000px) {
  .fsLayout .fsStyleOneThird {
    width: 33.33333%;
  }
}

#fsPoweredByFinalsite {
  width: 140px;
  margin: 10px auto;
  clear: both;
}
@media (min-width: 700px) {
  #fsPoweredByFinalsite {
    margin: 0;
    width: 150px;
    float: right;
  }
}

.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: 700px) {
  #fsHeader .nav-main {
    display: block;
  }
}
.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main li {
  margin: 0;
  padding: 0;
}
.nav-main .fsNavLevel1 {
  position: relative;
}
@media (min-width: 700px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 700px) {
  .nav-main .fsNavLevel1 > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}
.nav-main .fsNavLevel1 > li > a {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #263d9b;
  font-weight: 600;
  padding: 5px 0px 20px 0px;
  display: inline-block;
  border-bottom: 5px solid rgba(255, 255, 255, 0);
}
.nav-main .fsNavLevel1 > li:hover > a {
  color: #659ad2;
  border-bottom: 5px solid #659ad2;
}
.nav-main .fsNavLevel1 > li.fsNavCurrentPage > a, .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
  color: #659ad2;
  border-bottom: 5px solid #659ad2;
}

.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}
.nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}
@media (max-width: 599px) {
  .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}
.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 300;
}
.nav-main .fsNavPageInfo {
  width: 100%;
  background: #ffffff;
  text-align: left;
}
.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 980px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}
.nav-main .fsNavLevel2 {
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 20px;
}
.nav-main .fsNavLevel2 li {
  border-bottom: 1px solid #c8c9ce;
}
.nav-main .fsNavLevel2 li.middle_element {
  border: 0;
}
.nav-main .fsNavLevel2 a {
  padding: 0.66667em 0;
  color: #fff;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #232323;
  font-weight: 600;
}
.nav-main .fsNavLevel2 a:hover {
  color: #659ad2;
}

/*! navigation - off-canvas v0.0.1 */
.mobile-nav-open {
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  display: block;
  position: absolute;
  z-index: 100;
}
@media (min-width: 700px) {
  .mobile-nav-open {
    display: none;
  }
}
.mobile-nav-open:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
  display: inline-block;
  font-size: 20px;
  color: #263d9b;
}

.mobile-navigation-container {
  display: none;
  width: calc(100% - 60px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8000;
}
.mobile-navigation-container .mobile-nav-close-button {
  background: #fff;
  position: absolute;
  top: 10px;
  right: -40px;
  width: 40px;
  height: 40px;
}
.mobile-navigation-container .mobile-nav-close-button a {
  display: block;
  font-family: "Lato", sans-serif;
}
.mobile-navigation-container .mobile-nav-close-button a:after {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
  display: inline-block;
  color: #263d9b;
  font-size: 31px;
  margin-top: 4px;
  margin-left: 5px;
}
.mobile-navigation-container .mobile-nav-inner-container {
  width: 100%;
  height: 100%;
  background: #232323;
  position: absolute;
  top: 0;
  left: 0;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-search-container {
  padding: 9px;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-search-container .mobile-menu-top-search {
  position: relative;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-search-container .mobile-menu-top-search input {
  width: 100%;
  border: none;
  border: transparent;
  border-radius: 35px;
  background: #393939;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  padding: 4px 40px 6px 20px;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-search-container .mobile-menu-top-search:after {
  position: absolute;
  top: 8px;
  right: 16px;
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  color: #e0e0e0;
  margin-left: 18px;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-main-nav {
  margin: 0px 20px 10px;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-main-nav ul, .mobile-navigation-container .mobile-nav-inner-container .mobile-menu-main-nav ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-main-nav ul li {
  margin: 0;
  padding: 0;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-main-nav ul li {
  padding: 23px 0 19px 0;
  border-bottom: 1px solid #393939;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-main-nav ul li a {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #659ad2;
  position: relative;
  padding-right: 15px;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-main-nav ul li a:hover {
  color: #659ad2;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-utility-nav {
  padding: 9px 17px 30px 17px;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-utility-nav .quicklinks-button {
  margin-bottom: 5px;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-utility-nav .quicklinks-button a {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  color: #fff;
  text-transform: uppercase;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-utility-nav .mobile-menu-quicklinks-util-nav {
  margin-top: 10px;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-utility-nav .mobile-menu-quicklinks-util-nav ul, .mobile-navigation-container .mobile-nav-inner-container .mobile-menu-utility-nav .mobile-menu-quicklinks-util-nav ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-utility-nav .mobile-menu-quicklinks-util-nav ul li {
  margin: 0;
  padding: 0;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-utility-nav .mobile-menu-quicklinks-util-nav ul li {
  padding: 4px 0;
}
.mobile-navigation-container .mobile-nav-inner-container .mobile-menu-utility-nav .mobile-menu-quicklinks-util-nav ul li a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #b9b9b9;
}

/*! navigation - sub v0.0.1 */
.nav-sub {
  border: 1px solid #b9b9b9;
  padding: 20px !important;
}
.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub li {
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  .nav-sub {
    border: 0;
    padding: 0px !important;
  }
}
@media (max-width: 799px) {
  .nav-sub > .fsElementContent {
    display: none;
  }
}
.nav-sub.active-nav > .fsElementContent {
  display: block;
}
.nav-sub .fsNavLevel1 {
  position: relative;
}
.nav-sub .fsNavLevel1 > li {
  padding: 0 0 7px 0;
  border-top: 1px solid #e5e5e5;
}
.nav-sub .fsNavLevel1 > li > a {
  padding: 14px 0 8px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #232323;
  display: block;
}
.nav-sub .fsNavLevel1 > li > a:hover {
  color: #f26641;
}
.nav-sub .fsNavLevel2 {
  display: none;
}
.nav-sub .fsNavLevel2 > li {
  padding: 0 0 7px 0;
}
.nav-sub .fsNavLevel2 > li > a {
  padding: 14px 0 8px 20px;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #545454;
}
.nav-sub .fsNavLevel2 > li > a:hover {
  color: #f26641;
}
.nav-sub .fsNavLevel1 li.fsNavCurrentPage .fsNavLevel2,
.nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor .fsNavLevel2 {
  display: block;
}
.nav-sub li.fsNavCurrentPage,
.nav-sub li.fsNavCurrentPageAncestor {
  border-top: 2px solid #a6a6a6;
  border-bottom: 2px solid #a6a6a6;
}
.nav-sub li.fsNavCurrentPage > a,
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #659ad2;
}
.nav-sub li.fsNavCurrentPage > a:hover,
.nav-sub li.fsNavCurrentPageAncestor > a:hover {
  color: #659ad2;
}
.nav-sub > header {
  display: block;
}
@media (min-width: 800px) {
  .nav-sub > header {
    display: none;
  }
}
.nav-sub > header > .fsElementTitle {
  position: relative;
  margin: 0;
  cursor: pointer;
  color: #263d9b;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
}
@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;
    margin-top: 6px;
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "";
    float: right;
  }
}
.nav-sub.active-nav > header > .fsElementTitle {
  padding-bottom: 20px;
}
@media (max-width: 799px) {
  .nav-sub.active-nav > header > .fsElementTitle:after {
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "";
    float: right;
  }
}

/*! 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 {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
}
.nav-social .fsNavLevel1 [href*='instagram']:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
}
.nav-social .fsNavLevel1 [href*='linkedin']:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
}
.nav-social .fsNavLevel1 [href*='pinterest']:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
}
.nav-social .fsNavLevel1 [href*='tumblr']:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
}
.nav-social .fsNavLevel1 [href*='twitter']:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
}
.nav-social .fsNavLevel1 [href*='vimeo']:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
}
.nav-social .fsNavLevel1 [href*='vine']:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
}
.nav-social .fsNavLevel1 [href*='youtube']:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
}
.nav-social .fsNavLevel1 [href*='rss']:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
}
.nav-social .fsNavLevel1 [href*='facebook']:hover {
  background: #3b5998;
  border-color: #3b5998;
}
.nav-social .fsNavLevel1 [href*='facebook']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='instagram']:hover {
  background: #3f729b;
  border-color: #3f729b;
}
.nav-social .fsNavLevel1 [href*='instagram']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='linkedin']:hover {
  background: #0077b5;
  border-color: #0077b5;
}
.nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='pinterest']:hover {
  background: #cc2127;
  border-color: #cc2127;
}
.nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='tumblr']:hover {
  background: #35465c;
  border-color: #35465c;
}
.nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='twitter']:hover {
  background: #55acee;
  border-color: #55acee;
}
.nav-social .fsNavLevel1 [href*='twitter']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='vimeo']:hover {
  background: #1ab7ea;
  border-color: #1ab7ea;
}
.nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='vine']:hover {
  background: #00b488;
  border-color: #00b488;
}
.nav-social .fsNavLevel1 [href*='vine']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='youtube']:hover {
  background: #cd201f;
  border-color: #cd201f;
}
.nav-social .fsNavLevel1 [href*='youtube']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='rss']:hover {
  background: #f26522;
  border-color: #f26522;
}
.nav-social .fsNavLevel1 [href*='rss']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 1px solid #363636;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
.nav-social .fsNavLevel1 a:before {
  color: #363636;
  font-size: 15px;
  -webkit-transition: 0.3s all;
  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%);
}

/* Navigation - Utility Container v0.0.1 */
.nav-util, .nav-util ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-util li {
  margin: 0;
  padding: 0;
}
.nav-util ul li a {
  padding: 0em 0em;
  display: block;
}

.nav-site-map .fsElementContent nav ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.nav-site-map .fsElementContent nav ul li {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel1 {
  margin-left: 0;
  list-style: none;
}
@media (min-width: 600px) {
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
    -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.33333em;
}
@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.66667em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 0;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #0f0f0f;
  color: #fff;
}
.fsConstituent.fsSearch .fsConstituentSearchButton em {
  display: block;
  font-style: normal;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative;
}
.fsConstituentProfile .fsProfileImage {
  display: block;
  margin-bottom: 20px;
}
.fsConstituentProfile .fsFullName {
  color: #363636;
}
@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.33333em;
  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 > 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;
  -webkit-transition: .3s;
  transition: .3s;
  border-top: 1px solid #e5e5e5;
  padding: 0;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
  margin-bottom: 2px;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  padding: 20px 0 16px 0;
  color: #263d9b;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}
.fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #f26641;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #fff;
  border-top: 2px solid #a6a6a6;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #659ad2;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
}
.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-radius: 100%;
  border: 1px dashed #a5afab;
  width: 35px;
  height: 35px;
  position: absolute;
  line-height: 35px !important;
  text-align: center;
  margin: -2px 0 0 0;
  top: 13.33333px;
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
}
.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-radius: 100%;
  border: 1px dashed #a5afab;
  width: 35px;
  height: 35px;
  position: absolute;
  line-height: 35px !important;
  text-align: center;
  margin: -2px 0 0 0;
  top: 13.33333px;
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  left: 13.33333px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  right: 13.33333px;
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

.fsAccordion {
  margin-bottom: 20px;
}
.fsAccordion .fsPanel.fsStateOpen {
  border-bottom: 2px solid #a6a6a6;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #0d1b2a;
}
.fsAccordion .fsPanel.fsStateOpen > .fsElementContent {
  padding-left: 0;
  padding-right: 0;
}

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px;
}
.fsAthleticsEvent.fsList .fsAlertFeeds {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .fsAthleticsEvent.fsList .fsAlertFeeds {
    margin-bottom: 0;
  }
}
.fsAthleticsEvent.fsList .fsListItems article {
  margin-bottom: 20px;
}
.fsAthleticsEvent.fsList .fsTitle {
  display: inline-block;
  margin-bottom: 0;
}
.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px;
}
.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0;
}
.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 0;
  padding: 10px 20px;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
  background: #0f0f0f;
  color: #fff;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton em {
  display: block;
  font-style: normal;
}
.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline;
}
.fsAthleticsEvent.fsTable {
  overflow-x: auto;
}
.fsAthleticsEvent.fsTable .fsEventTable td, .fsAthleticsEvent.fsTable table.fsTable td {
  padding: 10px;
}

/*! elements - athletics popup modal */
#fsAthleticsEventElementDialog .fsAthleticsEvent.fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}

/*! elements - athletics roster */
.fsAthleticsRoster {
  margin-bottom: 20px;
}

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}
.fsAthleticsRosterContent p:last-child {
  margin-bottom: 0;
}
.fsAthleticsRosterContent:empty {
  margin-bottom: 0;
}

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  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 {
  border-top: 3px solid #b9b9b9;
  padding-top: 13px;
}
.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
  padding-top: 0;
}
.fsCalendar article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}
.fsCalendar .fsDate {
  text-align: left;
  color: #f26641;
  background: transparent;
}
.fsCalendar .fsDate > span {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #f26641;
  text-transform: uppercase;
  font-weight: 700;
}
.fsCalendar article {
  padding-left: 0;
}
.fsCalendar .fsTitle {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #263d9b;
}
.fsCalendar .fsTitle a:hover {
  color: #659ad2;
}
.fsCalendar .fsTimeRange {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #0d1b2a;
}
.fsCalendar .fsLocation {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #0d1b2a;
  margin-bottom: 10px;
}
.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}
.fsCalendar .fsReadMoreLink {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #263d9b;
  text-transform: uppercase;
}
.fsCalendar .fsReadMoreLink:after {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -1px;
}
.fsCalendar .fsReadMoreLink:hover {
  color: #659ad2;
}
.fsCalendar .fsLoadMoreButton {
  background: #263d9b;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  color: #fff;
  text-transform: uppercase;
  padding: 19px 20px;
}
.fsCalendar .fsLoadMoreButton:hover {
  background: #f26641;
}

.home-page-calendar-container.fsCalendar {
  border: 0;
}
.home-page-calendar-container.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
  padding-top: 0;
}
.home-page-calendar-container.fsCalendar article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}
.home-page-calendar-container.fsCalendar .fsDate {
  text-align: left;
  color: #f26641;
  background: transparent;
}
.home-page-calendar-container.fsCalendar .fsDate > span {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #f26641;
  text-transform: uppercase;
  font-weight: 700;
}
.home-page-calendar-container.fsCalendar article {
  position: relative;
  width: calc(100%);
  min-height: 190px;
  padding-bottom: 10px;
  border: 1px dashed #a6a6a6;
  float: left;
  margin-bottom: 44px;
  padding: 63px 42px 0;
  text-align: center;
}
@media (min-width: 600px) {
  .home-page-calendar-container.fsCalendar article {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 0;
  }
  .home-page-calendar-container.fsCalendar article:nth-child(2) {
    margin-right: 0;
  }
}
@media (min-width: 800px) {
  .home-page-calendar-container.fsCalendar article {
    width: calc(33.33% - 20px);
  }
  .home-page-calendar-container.fsCalendar article:nth-child(2) {
    margin-right: 20px;
  }
}
@media (min-width: 1100px) {
  .home-page-calendar-container.fsCalendar article {
    padding: 63px 63px 0;
  }
}
.home-page-calendar-container.fsCalendar article:nth-child(3) {
  margin-right: 0;
}
@media (min-width: 800px) {
  .home-page-calendar-container.fsCalendar article:nth-child(3) {
    display: block;
  }
}
.home-page-calendar-container.fsCalendar article:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
  display: inline-block;
  position: absolute;
  padding: 11px;
  width: 50px;
  height: 50px;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  font-size: 24px;
  color: #a6a6a6;
  background: #fff;
  border: 1px dashed #a5afab;
  border-radius: 50%;
}
.home-page-calendar-container.fsCalendar .fsTitle .fsCalendarEventLink {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.home-page-calendar-container.fsCalendar .fsTitle .fsCalendarEventLink:hover {
  color: #f26641;
}
.home-page-calendar-container.fsCalendar .fsDate {
  display: none;
}
.home-page-calendar-container.fsCalendar .fsNotes p:last-child, .home-page-calendar-container.fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
  margin-bottom: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
  }
}
.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fsCalendar.fsGrid .fsCalendarGridControlBar:after {
  display: none;
}
.fsCalendar.fsGrid .fsCalendarGridControlBar > div {
  margin: 0;
}
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
  margin-right: 10px;
}
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
  width: 100%;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: auto;
  }
}
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
  margin: 10px 0;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
  }
}
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
  z-index: 1;
}

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
    margin: 20px 0;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    display: inline;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    width: 14.28% !important;
    height: 45px !important;
    float: left;
    overflow: hidden !important;
    cursor: pointer;
    min-height: 0;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background-color: rgba(54, 54, 54, 0.15);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(54, 54, 54, 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(54, 54, 54, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(54, 54, 54, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 15px;
    margin-bottom: 0;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    zoom: 1;
    display: block;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
    display: table;
    clear: both;
    content: '';
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
    border-top: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
    border-bottom: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
    width: 16.666% !important;
    height: 50px !important;
    border: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
    display: block;
  }
}
#event-view {
  padding: 20px;
  margin: 20px auto 0;
}
#event-view .fsCalendarDaybox {
  height: auto !important;
}
#event-view .fsCalendarDaybox > div {
  margin-bottom: 20px;
}
#event-view .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 800px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 0;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background: #0f0f0f;
  color: #fff;
}
.scroll-up span em {
  display: block;
  font-style: normal;
}
.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px;
}
.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0;
}
.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -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.33333em;
  padding: 1.33333em;
  color: #fff;
}
.module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
  color: inherit;
}

.module {
  background: #363636;
}

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%;
}

.fsComposerFormEmbed {
  background: none;
}
.fsComposerFormEmbed form {
  zoom: 1;
}
.fsComposerFormEmbed form:after {
  display: table;
  clear: both;
  content: '';
}
.fsComposerFormEmbed form input {
  border: solid 1px #ccc;
}
.fsComposerFormEmbed form input.fileUploader {
  padding: 0;
  width: 100%;
  border: none;
}
.fsComposerFormEmbed form fieldset {
  padding: 0;
}
.fsComposerFormEmbed form textarea {
  max-width: 100%;
  width: 100%;
  border: solid 1px #ccc;
}
.fsComposerFormEmbed form .mainGroupSub {
  max-width: 100%;
  width: 100% !important;
}
.fsComposerFormEmbed form .formPage {
  margin-bottom: 20px;
}
.fsComposerFormEmbed form .elementRow {
  max-width: 100%;
  margin: 0;
}
.fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
  margin-bottom: 0;
}
.fsComposerFormEmbed form .elementContainer {
  margin: 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementContainer {
    width: 100%;
  }
}
.fsComposerFormEmbed form .elementContainer label {
  margin-bottom: 2px;
}
.fsComposerFormEmbed form .elementContainer label.horizontal {
  white-space: normal;
  margin-right: 10px !important;
}
.fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
  margin-right: 0;
}
.fsComposerFormEmbed form .elementContainer hr {
  margin: 0 auto;
}
.fsComposerFormEmbed form .elementContainer p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementBody > input {
    width: 100%;
  }
}
.fsComposerFormEmbed form .elementBody > .descText {
  margin-bottom: 10px;
}
.fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  float: none;
}
@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
    width: 20%;
    padding-right: 10px;
    text-align: right;
    float: left;
  }
}
@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer > label {
    padding: 5px 10px 5px 5px;
  }
}
.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
  width: 100%;
}
.fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
  width: auto;
}
.fsComposerFormEmbed form .labelLeft .elementBody {
  margin: 0;
  width: 100%;
  float: none;
}
@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementBody {
    width: 80%;
    float: left;
  }
}
.fsComposerFormEmbed form .linkLike {
  color: #36c;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsComposerFormEmbed form .linkLike:hover {
  color: #039;
}
.fsComposerFormEmbed form .required {
  color: #363636;
}
.fsComposerFormEmbed form .pageControls {
  padding: 10px 0 !important;
  margin-bottom: 10px;
}
.fsComposerFormEmbed form .pageControls .userConfirmation {
  margin-bottom: 0;
}
.fsComposerFormEmbed form .userConfirmation {
  margin-bottom: 20px;
}
.fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
  margin-right: 5px;
}
.fsComposerFormEmbed form .userConfirmation > label {
  display: block;
}
.fsComposerFormEmbed form .elementColumn {
  zoom: 1;
  margin-bottom: 20px;
  max-width: 100%;
}
.fsComposerFormEmbed form .elementColumn:after {
  display: table;
  clear: both;
  content: '';
}
@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementColumn {
    float: none !important;
    width: 100% !important;
  }
}
.fsComposerFormEmbed form .elementColumn .elementContainer {
  margin-bottom: 0;
}
.fsComposerFormEmbed form .elementColumn .elementBody > input {
  width: 100%;
}
.fsComposerFormEmbed form .pageBreak {
  zoom: 1;
}
.fsComposerFormEmbed form .pageBreak:after {
  display: table;
  clear: both;
  content: '';
}
.fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
  background: none;
  border: none;
  color: #36c;
  -webkit-transition: .3s;
  transition: .3s;
  outline: 0;
  float: left;
  padding: 0;
  line-height: 1;
  padding: 10px 0;
}
.fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
  color: #039;
  -webkit-transition: .3s;
  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: #363636 !important;
  text-shadow: none;
  font-size: inherit;
  border: none !important;
  float: left;
  line-height: 1;
}
.fsComposerFormEmbed form .submitBtn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff !important;
  background: #163052 !important;
}
.fsComposerFormEmbed .ui-widget {
  font-family: "Lato", sans-serif;
  max-width: 100%;
}
.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}
.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1;
}
.fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
  display: table;
  clear: both;
  content: '';
}
.fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
  margin-bottom: 20px;
}
.fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
  margin-bottom: 2px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
  background: #0f0f0f;
  color: #fff;
}
.fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
  display: block;
  font-style: normal;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
  display: block;
}
.fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
  margin-bottom: 10px;
}
.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}
.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}
.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px;
}

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px;
}
.fsAccount .fsAccountLinks {
  margin: 0;
}
.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px;
}
.fsAccount .fsAccountLogout a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.fsAccount .fsAccountLogout a:hover {
  background: #0f0f0f;
  color: #fff;
}
.fsAccount .fsAccountLogout a em {
  display: block;
  font-style: normal;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
}
.fsMediaCustomPlayer article {
  background-position: center;
  background-size: cover;
  outline: 0;
  position: relative;
}
.fsMediaCustomPlayer article img {
  opacity: 0;
  visibility: hidden;
}
.fsMediaCustomPlayer .caption-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  left: 0;
  line-height: 22px;
  padding: 10px;
  position: absolute;
  width: 100%;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-wrapper {
    padding: 20px;
  }
}
.fsMediaCustomPlayer .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}
.fsMediaCustomPlayer .caption-wrapper a:hover {
  text-decoration: underline;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-bottom: 0;
  }
}
.fsMediaCustomPlayer .caption-desc {
  display: none;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-desc {
    display: block;
  }
}
.fsMediaCustomPlayer .caption-desc p:last-child {
  margin-bottom: 0;
}
.fsMediaCustomPlayer .caption-desc:empty {
  display: none;
}
.fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
.fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}
.fsMediaCustomPlayer .slick-next {
  left: auto;
  right: 0;
}
.fsMediaCustomPlayer .slick-next:before {
  content: '\203A';
}
.fsMediaCustomPlayer .slick-prev {
  left: 0;
  right: auto;
}
.fsMediaCustomPlayer .slick-prev:before {
  content: '\2039';
}

/*! elements - news v0.0.1 */
.fsNews {
  padding-top: 15px;
  padding-bottom: 32px;
  border-top: 3px solid #b9b9b9;
}
.fsNews article {
  padding-bottom: 16px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e5e5e5;
}
.fsNews .fsThumbnail {
  display: block;
}
.fsNews .fsThumbnail img {
  display: block;
  width: 100%;
}
.fsNews .fsElementTitle {
  margin-bottom: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #0d1b2a;
}
.fsNews .fsTitle {
  margin-top: 12px;
}
.fsNews .fsTitle a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #263d9b;
}
.fsNews .fsTitle a:hover {
  color: #659ad2;
}
.fsNews .fsDateTime {
  margin-top: 7px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #0d1b2a;
}
.fsNews .fsSummary {
  margin-top: 5px;
}
.fsNews .fsSummary p {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0d1b2a;
}
.fsNews a.fsReadMoreLink {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #263d9b;
  text-transform: uppercase;
}
.fsNews a.fsReadMoreLink:hover {
  color: #659ad2;
}
.fsNews a.fsReadMoreLink:after {
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
  color: #4f62ae;
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
  vertical-align: middle;
}
.fsNews footer a {
  padding: 19px 28px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #263d9b;
}
.fsNews footer a:hover {
  background: #f26641;
}

.fsNews.fsGrid .fsListItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-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 {
  margin-bottom: 20px;
}
.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #163052 !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #eee;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #363636;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  font-family: "Lato", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 15px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  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 #1c1c1c;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #fff !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #1c1c1c;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #1c1c1c;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px;
}
.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 15px;
}
.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%;
}
.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px;
}
.fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
  color: #1c1c1c;
}
.fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
  color: #163052;
}
.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0;
}
.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px;
}
.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #36c !important;
  outline: transparent;
}
.fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #039 !important;
}
.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 15px;
}
.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0;
}

/*! elements - social main */
/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 20px;
}

.fsFacebookList, .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsFacebookList li {
  margin: 0;
  padding: 0;
}
.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}

.fsFacebookExtras {
  margin-top: 10px;
}
.fsFacebookExtras .fsFacebookThumb {
  margin-bottom: 10px;
  display: block;
}
.fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.fsFacebookFollow {
  margin-top: 20px;
}

/*! elements - social twitter */
.fsTwitter {
  margin-bottom: 20px;
}

/*! elements - social vimeo */
.fsVimeo {
  margin-bottom: 20px;
}
.fsVimeo iframe.fsSocialVideoFrame {
  margin-bottom: 20px;
}

.fsVimeoList, .fsVimeoList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsVimeoList li {
  margin: 0;
  padding: 0;
}
.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  -webkit-transition: opacity .3s;
  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;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.fsVimeoList .fsVimeoListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (min-width: 600px) {
  .fsVimeoThumb {
    float: left;
    margin-bottom: 0;
  }
}

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.vimeo_view_link a:hover {
  background: #0f0f0f;
  color: #fff;
}
.vimeo_view_link a em {
  display: block;
  font-style: normal;
}

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px;
}
.fsYoutube .fsSocialVideoFrame {
  margin-bottom: 20px;
}

.fsYoutubeList, .fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsYoutubeList li {
  margin: 0;
  padding: 0;
}
.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  -webkit-transition: opacity .3s;
  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;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.fsYoutubeList .fsYoutubeListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none;
}
@media (min-width: 600px) {
  .fsYoutubeThumb {
    float: left;
    margin-bottom: 0;
  }
}

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.Youtube_view_link a:hover {
  background: #0f0f0f;
  color: #fff;
}
.Youtube_view_link a em {
  display: block;
  font-style: normal;
}

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 3px;
}
.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
  margin-bottom: 2px;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  padding: 20px 0 16px 0;
  color: #263d9b;
  -webkit-transition: .3s;
  transition: .3s;
  background: #263d9b;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 11px 25px 11px 25px;
}
.fsTabs .fsTabsNav li a:hover {
  background: #f26641;
  color: #fff;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #659ad2;
  color: #fff;
}
.fsTabs .fsPanel > .fsElementContent {
  padding: 15px 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #0d1b2a;
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}
@media (min-width: 600px) {
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding: 0;
}
.home #fsPageBody {
  max-width: 100%;
}

.homepage-slider-container {
  width: 100%;
  overflow: hidden;
}
.homepage-slider-container .homepage-slider-item {
  display: block;
  width: 100%;
  height: 300px;
  background-position: top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (min-width: 700px) {
  .homepage-slider-container .homepage-slider-item {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1000px) {
  .homepage-slider-container .homepage-slider-item {
    width: 25%;
  }
}
.homepage-slider-container .homepage-slider-item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 49%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 49%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08000000', endColorstr='#80000000',GradientType=0 );
  /* IE6-9 */
}
.homepage-slider-container .homepage-slider-item > .fsElementContent {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 247px;
  left: 0px;
  text-align: center;
  z-index: 30;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.homepage-slider-container .homepage-slider-item > .fsElementContent h2 {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: 5px solid #ad3f3b;
}
.homepage-slider-container .homepage-slider-item > .fsElementContent p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 28px;
  padding: 0px 35px;
}
.homepage-slider-container .homepage-slider-item > .fsElementContent a {
  display: inline-block;
  width: 150px;
  height: 50px;
  color: #fff;
  border: 2px solid #fff;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 46px;
  text-align: center;
}
.homepage-slider-container .homepage-slider-item:nth-child(1) > .fsElementContent h2 {
  border-bottom-color: #f26641;
}
.homepage-slider-container .homepage-slider-item:nth-child(1) > .fsElementContent a:hover {
  background: #fff;
  color: #f26641;
}
.homepage-slider-container .homepage-slider-item:nth-child(1):hover > .fsElementContent {
  background: #f26641;
}
.homepage-slider-container .homepage-slider-item:nth-child(2) > .fsElementContent h2 {
  border-bottom-color: #ad3f3b;
}
.homepage-slider-container .homepage-slider-item:nth-child(2) > .fsElementContent a:hover {
  background: #fff;
  color: #ad3f3b;
}
.homepage-slider-container .homepage-slider-item:nth-child(2):hover > .fsElementContent {
  background: #ad3f3b;
}
.homepage-slider-container .homepage-slider-item:nth-child(3) > .fsElementContent h2 {
  border-bottom-color: #f7a241;
}
.homepage-slider-container .homepage-slider-item:nth-child(3) > .fsElementContent a:hover {
  background: #fff;
  color: #f7a241;
}
.homepage-slider-container .homepage-slider-item:nth-child(3):hover > .fsElementContent {
  background: #f7a241;
}
.homepage-slider-container .homepage-slider-item:nth-child(4) > .fsElementContent h2 {
  border-bottom-color: #005baa;
}
.homepage-slider-container .homepage-slider-item:nth-child(4) > .fsElementContent a:hover {
  background: #fff;
  color: #005baa;
}
.homepage-slider-container .homepage-slider-item:nth-child(4):hover > .fsElementContent {
  background: #005baa;
}
.homepage-slider-container .homepage-slider-item:nth-child(5) > .fsElementContent h2 {
  border-bottom-color: #b1d34a;
}
.homepage-slider-container .homepage-slider-item:nth-child(5) > .fsElementContent a:hover {
  background: #fff;
  color: #b1d34a;
}
.homepage-slider-container .homepage-slider-item:nth-child(5):hover > .fsElementContent {
  background: #b1d34a;
}
.homepage-slider-container .homepage-slider-item:nth-child(7) > .fsElementContent h2 {
  border-bottom-color: #659ad2;
}
.homepage-slider-container .homepage-slider-item:nth-child(7) > .fsElementContent a:hover {
  background: #fff;
  color: #659ad2;
}
.homepage-slider-container .homepage-slider-item:nth-child(7):hover > .fsElementContent {
  background: #659ad2;
}
.homepage-slider-container .homepage-slider-item:nth-child(8) > .fsElementContent h2 {
  border-bottom-color: #57aa54;
}
.homepage-slider-container .homepage-slider-item:nth-child(8) > .fsElementContent a:hover {
  background: #fff;
  color: #57aa54;
}
.homepage-slider-container .homepage-slider-item:nth-child(8):hover > .fsElementContent {
  background: #57aa54;
}
.homepage-slider-container .homepage-slider-item:hover > .fsElementContent {
  top: 0px;
  padding-top: 75px;
}
.homepage-slider-container .homepage-slider-item:hover > .fsElementContent h2 {
  border: 0;
  padding: 0;
  margin-bottom: 16px;
}
.homepage-slider-container .homepage-slider-text-block {
  width: 100%;
  height: 300px;
  background: #263d9b;
}
@media (min-width: 700px) {
  .homepage-slider-container .homepage-slider-text-block {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1000px) {
  .homepage-slider-container .homepage-slider-text-block {
    width: 25%;
  }
}
.homepage-slider-container .homepage-slider-text-block h2 {
  margin: 0;
  padding: 105px 40px 0px 40px;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  color: #fff;
  text-align: left;
}

.homepage-news-area {
  width: 100%;
  overflow: hidden;
  background: #ccddea;
}
.homepage-news-area .homepage-news-content {
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  margin: 0px;
  border: 0;
  position: relative;
}
@media (min-width: 700px) {
  .homepage-news-area .homepage-news-content {
    padding: 70px 45px;
    text-align: left;
  }
}
@media (min-width: 1000px) {
  .homepage-news-area .homepage-news-content {
    width: 50%;
    float: left;
    padding: 65px 30px 30px 125px;
  }
}
.homepage-news-area .homepage-news-content article {
  border: 0;
}
.homepage-news-area .homepage-news-content article .fsTitle {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.homepage-news-area .homepage-news-content article .fsTitle a {
  font-size: 20px;
  line-height: 28px;
  color: #263d9b;
}
.homepage-news-area .homepage-news-content article .fsTitle a:hover {
  color: #fff;
}
.homepage-news-area .homepage-news-content article .fsReadMoreLink {
  margin-top: 15px;
  padding: 19px 28px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #263d9b;
}
.homepage-news-area .homepage-news-content article .fsReadMoreLink:after {
  content: '';
  margin: 0;
}
.homepage-news-area .homepage-news-content article .fsReadMoreLink:hover {
  background: #f26641;
  color: #fff;
}
.homepage-news-area .homepage-news-content article .fsReadMoreLink:hover:after {
  content: '';
}
.homepage-news-area .homepage-news-content header h2 {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  color: #659ad2;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (min-width: 700px) {
  .homepage-news-area .homepage-news-content header h2 {
    margin-bottom: 30px;
  }
}
.homepage-news-area .homepage-news-content .fsElementFooterContent {
  text-align: right;
}
.homepage-news-area .homepage-news-content .fsElementFooterContent a {
  background: none;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #263d9b;
  font-weight: bold;
  text-transform: uppercase;
}
.homepage-news-area .homepage-news-content .fsElementFooterContent a:hover {
  color: #f26641;
}
.homepage-news-area .homepage-news-content ul.slick-dots {
  display: block;
  list-style: outside none none;
  width: 100%;
  right: 0px;
  top: -45px;
  position: absolute;
}
@media (min-width: 700px) {
  .homepage-news-area .homepage-news-content ul.slick-dots {
    padding: 20px 0 0 0;
    text-align: right;
    width: 110px;
    right: 70px;
    top: -68px;
  }
}
.homepage-news-area .homepage-news-content ul.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 15px;
}
.homepage-news-area .homepage-news-content ul.slick-dots li button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 20px;
  line-height: 0;
  outline: medium none;
  padding: 5px;
  width: 20px;
}
.homepage-news-area .homepage-news-content ul.slick-dots li button:before {
  color: rgba(255, 255, 255, 0.5);
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
  height: 20px;
  left: 0;
  line-height: 20px;
  font-size: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
@media (min-width: 1000px) {
  .homepage-news-area .homepage-news-content ul.slick-dots li button:before {
    font-size: 15px;
  }
}
.homepage-news-area .homepage-news-content ul.slick-dots li.slick-active button:before {
  color: white;
}
.homepage-news-area .homepage-news-image {
  width: 100%;
  padding: 0;
  margin: 0px;
  border: 0;
}
@media (min-width: 1000px) {
  .homepage-news-area .homepage-news-image {
    width: 50%;
    float: right;
  }
}
.homepage-news-area .homepage-news-image article {
  padding: 0;
  margin-bottom: 0;
  max-height: 450px;
  overflow: hidden;
  border: 0;
}
@media (min-width: 1000px) {
  .homepage-news-area .homepage-news-image article .fsCroppedImage {
    min-height: 450px;
  }
}
.homepage-news-area .homepage-news-image .fsTitle {
  display: none;
}

.homepage-glance-section {
  width: 100%;
  margin: 70px 0;
  overflow: hidden;
}
.homepage-glance-section .homepage-glance-section-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.homepage-glance-section .homepage-glance-section-inner header {
  margin-bottom: 38px;
}
.homepage-glance-section .homepage-glance-section-inner header h2 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  color: #659ad2;
  text-align: center;
}
.homepage-glance-section .homepage-glance-section-inner header a {
  text-align: center;
  display: block;
  margin-top: 0 auto;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #868686;
  text-transform: uppercase;
}
.homepage-glance-section .homepage-glance-section-inner header a:after {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
  display: inline-block;
  color: #686868;
  font-size: 10px;
  margin-left: 10px;
}
@media (min-width: 700px) {
  .homepage-glance-section .homepage-glance-section-inner header a {
    margin: -33px 0 0 0;
    text-align: right;
  }
}
.homepage-glance-section .homepage-glance-section-inner header a:hover {
  color: #659ad2;
}
.homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content {
  padding: 20px 28px 0;
  width: 100%;
  float: left;
  text-align: center;
  border-top: none;
  border-left: none;
}
@media (min-width: 700px) {
  .homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content {
    width: 50%;
    height: 280px;
  }
}
@media (min-width: 1000px) {
  .homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content {
    padding: 35px 35px 0;
  }
}
.homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content .glance-icon {
  margin: 0;
  padding: 0 0 25px 0;
  text-align: center;
}
.homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content .glance-icon strong {
  display: block;
  margin: 0 auto;
  height: 102px;
  width: 102px;
  color: transparent;
  background-position: center;
  background-size: cover !important;
}
.homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content .glance-icon .glance-icon-ib {
  background: url(../images/IB-logo.svg) no-repeat;
}
.homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content .glance-icon .glance-icon-pc {
  background: url(../images/ParicAC-logo.svg) no-repeat;
}
.homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content .glance-icon .glance-icon-ic {
  background: url(../images/ISP-community.svg) no-repeat;
}
.homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content .glance-icon .glance-icon-isprc {
  background: url(../images/ISP-RC.svg) no-repeat;
}
.homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content h3 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #263d9b;
  text-transform: uppercase;
}
.homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content h3:hover {
  color: #659ad2;
}
.homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content .glance-text {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #0d1b2a;
}
.homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content:nth-child(even) {
  border-bottom: 1px dashed #b9b9b9;
  border-left: none;
}
@media (min-width: 700px) {
  .homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content:nth-child(even) {
    border-left: 1px dashed #b9b9b9;
  }
}
.homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content:nth-child(odd) {
  border-left: none;
  border-top: none;
  border-bottom: 1px dashed #b9b9b9;
}
@media (min-width: 700px) {
  .homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content:nth-child(odd) {
    border-left: 1px dashed #b9b9b9;
    border-top: 1px dashed #b9b9b9;
    border-bottom: none;
  }
}
.homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content:first-child {
  border-left: none;
}
.homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content:last-child {
  border-right: none;
}
.homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content:nth-child(1) {
  border-top: none;
}
@media (min-width: 1000px) {
  .homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content:nth-child(1) {
    border-top: 1px dashed #b9b9b9;
  }
}
.homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content:nth-child(3) {
  border-left: none;
}
@media (min-width: 1000px) {
  .homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content:nth-child(3) {
    border-left: 1px dashed #b9b9b9;
  }
}
.homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content:nth-child(4) {
  border-bottom: none;
}
@media (min-width: 1000px) {
  .homepage-glance-section .homepage-glance-section-inner .homepage-glance-info-content:nth-child(4) {
    border-bottom: 1px dashed #b9b9b9;
  }
}

.home-page-section-container {
  width: 100%;
  margin: 70px 0;
  overflow: hidden;
}
.home-page-section-container .home-page-calendar-section-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.home-page-section-container .home-page-calendar-section-inner header {
  margin-bottom: 70px;
}
.home-page-section-container .home-page-calendar-section-inner header h2 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  color: #659ad2;
  text-align: center;
}
.home-page-section-container .home-page-calendar-section-inner header a {
  text-align: center;
  display: block;
  margin-top: 0 auto;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #868686;
  text-transform: uppercase;
}
.home-page-section-container .home-page-calendar-section-inner header a:after {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
  display: inline-block;
  color: #686868;
  font-size: 10px;
  margin-left: 10px;
}
@media (min-width: 700px) {
  .home-page-section-container .home-page-calendar-section-inner header a {
    margin: -33px 0 0 0;
    text-align: right;
  }
}
.home-page-section-container .home-page-calendar-section-inner header a:hover {
  color: #659ad2;
}

.home-page-callouts-container {
  width: 100%;
}
.home-page-callouts-container .home-page-callout-text {
  position: relative;
  padding: 58px 25px 0;
  width: 100%;
  height: 300px;
  float: left;
  text-align: center;
  background: #b1d34a;
}
@media (min-width: 700px) {
  .home-page-callouts-container .home-page-callout-text {
    width: 50%;
    text-align: left;
    padding: 58px 55px 0;
  }
}
@media (min-width: 1000px) {
  .home-page-callouts-container .home-page-callout-text {
    width: 25%;
    padding: 60px 58px 0;
  }
}
.home-page-callouts-container .home-page-callout-text h2 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
}
.home-page-callouts-container .home-page-callout-text p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
}
.home-page-callouts-container .home-page-callout-text:after {
  position: absolute;
  display: inline-block;
  margin-top: -10px;
  width: 0;
  height: 0;
  top: 50%;
  border-style: solid;
  content: ' ';
}
.home-page-callouts-container .callout-text-1:after {
  right: -11px;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #b1d34a;
}
.home-page-callouts-container .callout-text-2 {
  background: #f26641;
}
.home-page-callouts-container .callout-text-2:after {
  right: -11px;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #f26641;
}
.home-page-callouts-container .callout-text-3 {
  background: #f7a241;
}
.home-page-callouts-container .callout-text-3:after {
  left: -11px;
  border-width: 12px 12px 12px 0;
  border-color: transparent #f7a241 transparent transparent;
}
.home-page-callouts-container .callout-text-4 {
  background: #659ad2;
}
.home-page-callouts-container .callout-text-4:after {
  left: -11px;
  border-width: 12px 12px 12px 0;
  border-color: transparent #659ad2 transparent transparent;
}
.home-page-callouts-container .home-page-callout-Image {
  display: none;
  float: left;
  width: 50%;
  height: 300px;
  background: url(../images/isp-callout-img-1.jpg) no-repeat;
  color: transparent;
  background-position: center;
  background-size: cover !important;
}
@media (min-width: 1000px) {
  .home-page-callouts-container .home-page-callout-Image {
    width: 25%;
  }
}
@media (min-width: 700px) {
  .home-page-callouts-container .home-page-callout-Image {
    display: block;
  }
}
.home-page-callouts-container .callout-image-2 {
  background: url(../images/isp-callout-img-2.jpg) no-repeat;
}
.home-page-callouts-container .callout-image-3 {
  float: left;
  background: url(../images/isp-callout-img-3.jpg) no-repeat;
}
.home-page-callouts-container .callout-image-4 {
  float: left;
  background: url(../images/isp-callout-img-4.jpg) no-repeat;
}

.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: #039;
}
.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: #36c;
}

.portal:not(.fsComposeMode) .portal-news .fsPrevButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPrevButton::before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede;
}
.portal:not(.fsComposeMode) .portal-news .fsNextButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsNextButton::before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
  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: 15px;
  font-family: "Lato", sans-serif;
  height: 40px;
}
#fsAccountBar > ul > li {
  height: 40px;
  padding: 10px 12px 8px;
}
#fsAccountBar a {
  color: #fff;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
#fsAccountBar a:hover {
  color: #039;
}
#fsAccountBar .fsAccountBarAvatar {
  height: 40px;
}
#fsAccountBar .fsAccountBarMenu a {
  color: #1c1c1c;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
#fsAccountBar .fsAccountBarMenu a:hover {
  color: #039;
}

.portal a.files:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px;
}
.portal a.pops:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px;
}
.portal #fsBannerLeft .fsCalendar.fsList article {
  padding-left: 0px;
  font-size: 16px;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDate {
  position: relative;
  top: 0;
  background: none;
  color: initial;
  width: auto;
  height: auto;
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #36c;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDate span {
  display: inline;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDescription p {
  margin-bottom: 2px;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) #fsPageBody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .portal:not(.fsComposeMode) #fsBannerLeft {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .portal:not(.fsComposeMode) #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.portal:not(.fsComposeMode) .portal-hero {
  height: 310px;
  position: relative;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-hero {
    height: 200px;
  }
}
.portal:not(.fsComposeMode) .portal-hero header {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  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: "Lato", 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: "Lato", 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: "Lato", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #1c1c1c;
  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: "Lato", 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: #039;
}
.portal:not(.fsComposeMode) .portal-news .fsDateTime {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1c1c1c;
}
.portal:not(.fsComposeMode) .portal-news .fsSummary {
  font-size: 15px;
  color: #1c1c1c;
  line-height: 22px;
}
.portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink {
  display: inline-block;
  font-family: "Lato", 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: "Roboto", 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: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: block;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #162f50;
  line-height: 1em;
  margin-bottom: 5px;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink {
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink:hover {
  color: #039;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #424242;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsTimeRange:before,
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsAllDay:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
  font-family: FontAwesome;
  font-size: 15px;
  color: #c83eab;
  margin-right: 2px;
  position: relative;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsLocation:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "";
  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: "Lato", sans-serif;
  font-size: 15px;
  color: #36c;
  display: block;
}
.portal:not(.fsComposeMode) .portal-directory-search form label > span {
  display: inline-block;
  min-width: 100px;
  text-align: right;
}
.portal:not(.fsComposeMode) .portal-directory-search form label > input,
.portal:not(.fsComposeMode) .portal-directory-search form label > select {
  display: inline-block;
  max-width: 190px;
  height: 30px;
  padding: 2px;
  margin-left: 10px;
}
.portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #c83eab;
  padding: 8px 15px;
  min-width: 190px;
  margin-left: 125px;
  -webkit-transition: background 0.15s linear;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -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: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #36c;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
    max-width: 280px;
    display: block;
    float: none;
  }
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
    margin: 0 auto;
  }
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem strong {
  font-weight: 600;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem > div {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a {
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a:hover {
  color: #039;
}
.portal:not(.fsComposeMode) #fsBannerLeft > .fsBanner > .fsElement {
  margin-bottom: 70px;
}
.portal:not(.fsComposeMode) .portal-sub-nav, .portal:not(.fsComposeMode) .portal-sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portal:not(.fsComposeMode) .portal-sub-nav li {
  margin: 0;
  padding: 0;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav {
    display: none;
  }
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > .fsElementContent {
    display: none;
  }
}
.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.66667em;
  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: #363636;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li > a {
  padding: 0.66667em 1.33333em;
  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: "Lato", sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: block;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 8px;
}
.portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
  position: relative;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  background: #363636;
  color: #fff;
  font-family: "Lato", 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;
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "";
  }
}
@media (max-width: 799px) {
  .portal-sub-nav.active-nav > header > .fsElementTitle:after {
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "";
  }
}
.portal:not(.fsComposeMode) .portal-sub-mobile {
  display: block;
  max-height: 40px;
  overflow: hidden;
  height: 40px;
  -webkit-transition: max-height 0.15s linear;
  transition: max-height 0.15s linear;
  padding: 0px 20px 20px;
  background: #4c4c4c;
}
.portal:not(.fsComposeMode) .portal-sub-mobile a {
  color: #fff !important;
}
.portal:not(.fsComposeMode) .portal-sub-mobile header,
.portal:not(.fsComposeMode) .portal-sub-mobile > .fsElementContent {
  max-width: 480px;
  margin: 0 auto;
  display: block !important;
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-mobile {
    display: none;
  }
}
.portal:not(.fsComposeMode) .portal-sub-mobile.active {
  height: auto;
  max-height: 900px;
}
.portal:not(.fsComposeMode) .portal-sub-mobile .fsNavLevel1 > li > a {
  border-bottom: 1px solid #b7b7b7;
}
.portal:not(.fsComposeMode) .portal-sub-mobile .sub-trigger {
  height: 40px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
}
.portal:not(.fsComposeMode) .rsrc-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}
.portal:not(.fsComposeMode) .rsrc-box ul li {
  display: block;
}
.portal:not(.fsComposeMode) .rsrc-box.qls ul li {
  display: inline-block;
  max-width: 50px;
  margin-right: 5px;
}
.portal:not(.fsComposeMode) .portal-student-announcements {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
  width: 100%;
}
.portal:not(.fsComposeMode) .portal-student-announcements header {
  text-align: center;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
  color: #6c6c6c;
  font-size: 15px;
  max-width: 100%;
  border: 0px;
}
@media (min-width: 600px) {
  .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
    padding-left: 30px;
  }
  .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a:hover {
  color: #039;
}
.portal:not(.fsComposeMode) .portal-photos {
  background: #d0d6dc;
  text-align: center;
  padding: 30px 0 55px;
}
.portal:not(.fsComposeMode) .portal-photos header h2.fsElementTitle {
  font-family: "Lato", 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: 2em;
  padding: 1.33333em;
  background: rgba(0, 0, 0, 0.1);
}

.colors ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  padding: 0;
  list-style: none;
}
.colors ol:after {
  display: table;
  clear: both;
  content: '';
}
.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 80%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 40%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 20%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #1c1c1c;
  color: #1c1c1c;
}
.colors ol li:nth-of-type(1):after {
  content: "#1c1c1c";
}
.colors ol li:nth-of-type(2) {
  background: #363636;
  color: #363636;
}
.colors ol li:nth-of-type(2):after {
  content: "#363636";
}
.colors ol li:nth-of-type(3) {
  background: #163052;
  color: #163052;
}
.colors ol li:nth-of-type(3):after {
  content: "#163052";
}
.colors ol li:nth-of-type(4) {
  background: #eee;
  color: #eee;
}
.colors ol li:nth-of-type(4):after {
  content: "#eee";
}
.colors ol li:nth-of-type(5) {
  background: #333;
  color: #333;
}
.colors ol li:nth-of-type(5):after {
  content: "#333";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}
.fonts ol li {
  margin-bottom: 0.33333em;
  padding: 0.33333em;
}
.fonts ol li:nth-of-type(1) {
  font-family: "Droid Serif", Georgia, serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "Droid Serif, Georgia, serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(3) {
  font-family: "Lato", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "Lato, sans-serif";
}
.fonts ol li:nth-of-type(4) {
  font-family: "Roboto", sans-serif;
}
.fonts ol li:nth-of-type(4):after {
  content: "Roboto, sans-serif";
}
.fonts ol li:nth-of-type(5) {
  font-family: "FontAwesome";
}
.fonts ol li:nth-of-type(5):after {
  content: "FontAwesome";
}
.fonts ol li:nth-of-type(6) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(6):after {
  content: "IcoMoon";
}
.fonts ol li:nth-of-type(7) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.fonts ol li:nth-of-type(7):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 36px / line: 42px";
}
.headers h2:after {
  content: " size: 32px / line: 40px";
}
.headers h3:after {
  content: " size: 26px / line: 30px";
}
.headers h4:after {
  content: " size: 20px / line: 28px";
}
.headers h5:after {
  content: " size: 16px / line: 22px";
}
.headers h6:after {
  content: " size: 16px / line: 22px";
}

.fs_style_8 {
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #0d1b2a;
}

.fs_style_9 {
  margin-bottom: 15px;
  padding: 35px 46px 35px 29px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #57aa54;
  text-transform: uppercase;
  border: 1px dashed #bebebe;
}

.fs_style_10 {
  display: inline-block;
  margin: 15px 0;
  padding: 18px 37px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: #263d9b;
  min-width: 150px;
}
.fs_style_10:hover {
  color: #fff;
  background: #f26641;
}

.fs_style_11 {
  display: inline-block;
  margin: 15px 0;
  padding: 21px 74px 17px 74px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: #263d9b;
  min-width: 300px;
}
.fs_style_11 > strong {
  display: block;
  padding: 7px 0 8px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}
.fs_style_11:hover {
  color: #fff;
  background: #f26641;
}

.content-element-box-with-photo {
  margin: 20px 0;
  width: 100%;
  background: #ccddea;
}
.content-element-box-with-photo h4 {
  padding: 0 25px 4px 25px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #0d1b2a;
}
.content-element-box-with-photo img {
  margin-bottom: 31px;
  height: 190px;
}
.content-element-box-with-photo p {
  padding: 0 30px 10px 25px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #0d1b2a;
}
.content-element-box-with-photo p a {
  padding: 13px 0 20px 0;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: #263d9b;
  text-transform: uppercase;
}
.content-element-box-with-photo p a:hover {
  color: #fff;
}

.content-element-box {
  margin: 30px 0;
  width: 100%;
  background: #f26641;
}
.content-element-box h4 {
  padding: 31px 25px 4px 25px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
}
.content-element-box p {
  padding: 0 30px 10px 25px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}
.content-element-box p a {
  padding: 20px 0;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
}
.content-element-box p a:hover {
  color: #ccddea;
}

table.fs_style_12 {
  margin-bottom: 0;
  width: 100%;
}
table.fs_style_12 th,
table.fs_style_12 td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #0d1b2a;
}
table.fs_style_12 th {
  padding: 1.33333em;
  text-align: left;
  background: #363636;
  color: #fff;
}
table.fs_style_12 td {
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.1);
}
table.fs_style_12 tr:nth-of-type(odd) td {
  background-color: transparent;
}
table.fs_style_12 tr:first-child td {
  background-color: #263d9b;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}

table.fs_style_13 {
  margin-bottom: 0;
  width: 100%;
}
table.fs_style_13 th,
table.fs_style_13 td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #0d1b2a;
}
table.fs_style_13 th {
  padding: 1.33333em;
  text-align: left;
  background: #363636;
  color: #fff;
}
table.fs_style_13 td {
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.1);
}
table.fs_style_13 tr:nth-of-type(odd) td {
  background-color: transparent;
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-hdr,
  .nav-utility-ftr,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  #fsHeader {
    border-bottom: 2px solid #000;
  }
  #fsHeader .site-name {
    margin-top: 0;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 25px;
  }

  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  dl dd {
    margin-left: 0;
  }

  div, dl, li {
    height: auto !important;
    height: 1%;
  }

  thead {
    display: table-header-group;
  }

  tr, img, h2, h3, pre, blockquote {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
}
