 /**
 *
 * British School of Amsterdam - default
 * @link http://amsterdam.finalsite.com
 * Built By: Ryan Reese
 * Project Manager: Michelle Walker
 * Designer: Joe Cloughley
 *
 */

@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: 65.55556em;
  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.11111em;
  margin-left: 1.11111em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsEvent.fsTable thead th, .fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 1.1em; }

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 46px;
  font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-weight: bold;
  color: #0c257a;
  margin-bottom: 20px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-weight: bold;
  color: #8f0c0c;
  margin-bottom: 15px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: bold;
  color: #0c257a;
  margin-bottom: 10px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: bold;
  color: #8f0c0c;
  margin-bottom: 10px; }

h5, .fsCalendar .fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: bold;
  color: #0c257a;
  margin-bottom: 10px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: #8f0c0c;
  margin-bottom: 10px;
  font-weight: 700; }

p {
  margin: 0 0 30px; }

hr {
  margin: 0 auto 20px;
  position: relative;
  border-top: 1px solid #ccc; }
  hr:before {
    display: block;
    content: '';
    height: 29px;
    width: 29px;
    background: url("/uploaded/themes/default/images/divider.gif") 0 0 no-repeat;
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

a {
  outline: 0;
  text-decoration: none;
  color: #8f0c0c;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s; }
  a:hover {
    color: #0c257a; }

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

table.fs_style_18 {
  margin-bottom: 20px;
  width: 100%; }
  table.fs_style_18 tr {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2; }
    table.fs_style_18 tr th,
    table.fs_style_18 tr td {
      vertical-align: top; }
    table.fs_style_18 tr th {
      padding: 14px 20px;
      text-align: left;
      background: #0c257a;
      margin-top: 0;
      font-weight: normal;
      font-size: 20px;
      line-height: 26px;
      text-transform: uppercase;
      font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
      font-weight: bold;
      color: #8f0c0c;
      margin-bottom: 10px;
      color: #fff; }
    table.fs_style_18 tr td {
      padding: 10px 20px;
      border-bottom: 1px solid #d2d2d2;
      background: #f0f0f0; }
    table.fs_style_18 tr:first-of-type > td {
      border-top: 1px solid #d2d2d2; }

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: 13px 30px;
  background: #333;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: bold;
  position: relative;
  text-shadow: none; }
  .fsLoadMoreButton:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
  .fsLoadMoreButton:hover {
    color: #fff; }
    .fsLoadMoreButton:hover:before {
      opacity: 1;
      top: 5px;
      left: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      border: 1px solid #FFF; }

.fs_style_17 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 13px 30px;
  background: #0c257a;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: bold;
  position: relative; }
  .fs_style_17:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
  .fs_style_17:hover {
    color: #fff; }
    .fs_style_17:hover:before {
      opacity: 1;
      top: 5px;
      left: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      border: 1px solid #FFF; }

.fs_style_16 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 13px 30px;
  background: #8f0c0c;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: bold;
  position: relative; }
  .fs_style_16:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
  .fs_style_16:hover {
    color: #fff; }
    .fs_style_16:hover:before {
      opacity: 1;
      top: 5px;
      left: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      border: 1px solid #FFF; }

/*! content - style manger v0.0.1 */
.fs_style_15 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-weight: bold;
  color: #8f0c0c;
  margin-bottom: 15px;
  color: #333; }

blockquote {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-weight: bold;
  color: #8f0c0c;
  margin-bottom: 15px;
  margin: 20px 0;
  background: #bd8824;
  color: #FFF;
  text-align: center;
  position: relative;
  padding: 25px 20px; }
  blockquote:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #FFF; }
  blockquote .fs_style_19 {
    display: block;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 15px;
    font-weight: 700;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-transform: uppercase; }
    blockquote .fs_style_19:before {
      content: '- '; }

.callout {
  position: relative;
  padding: 20px 20px 35px;
  color: #FFF;
  text-align: center; }
  .callout.fsStateEditable > .fsElementContent.fsStateEditable .redactor-toolbar {
    color: #000; }
  .callout:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #FFF; }
  .callout.blue {
    background: #0c257a; }
  .callout.red {
    background: #8f0c0c; }
  .callout.gold {
    background: #bd8824; }
  .callout > header {
    position: relative; }
    .callout > header .fsElementTitle {
      margin-bottom: 20px;
      color: inherit;
      position: relative;
      font-size: 22px;
      line-height: 32px; }
      .callout > header .fsElementTitle:after {
        content: '';
        display: block;
        max-width: 170px;
        height: 1px;
        background: #FFF;
        margin: auto; }
  .callout > .fsElementContent {
    position: relative;
    font-size: 18px;
    line-height: 1.44444em; }
    .callout > .fsElementContent a {
      color: inherit;
      text-decoration: underline; }
      .callout > .fsElementContent a:hover {
        color: #d2d2d2; }

.fsDialogCloseButton:before, .fsDialogCloseButton:after {
  background: #0c257a !important; }

.fsDialogCloseButton:hover:before, .fsDialogCloseButton:hover:after {
  background: #8f0c0c !important; }

/*! structure - header v0.0.1 */
#fsHeader {
  background: #fff; }
  #fsHeader .interior-masthead {
    background-size: cover;
    background-position: center; }
    #fsHeader .interior-masthead img {
      opacity: 0;
      visibility: hidden;
      min-height: 316px;
      vertical-align: bottom;
      max-height: 500px; }
  #fsHeader .slider-container {
    position: relative; }
    #fsHeader .slider-container .nav-main {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 100; }
  #fsHeader .site-info-container {
    border-bottom: 5px solid #8f0c0c; }
    @media (min-width: 1000px) {
      #fsHeader .site-info-container {
        padding: 0 20px;
        min-height: 140px; } }
    #fsHeader .site-info-container > .fsElementContent {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem; }
      @media (min-width: 1000px) {
        #fsHeader .site-info-container > .fsElementContent {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
    #fsHeader .site-info-container .util-search {
      display: none; }
      @media (min-width: 1000px) {
        #fsHeader .site-info-container .util-search {
          display: block; } }
      #fsHeader .site-info-container .util-search > .fsElementContent {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      #fsHeader .site-info-container .util-search .search-custom {
        position: absolute;
        top: 20px;
        right: 0;
        z-index: 9000; }
        #fsHeader .site-info-container .util-search .search-custom .search-custom-toggle {
          border: 0;
          background: none;
          outline: 0;
          margin: 0;
          padding: 0;
          display: inline-block;
          width: auto;
          position: relative;
          font-size: 16px;
          cursor: pointer;
          z-index: 1;
          text-align: left;
          color: #0c257a;
          text-transform: uppercase;
          font-weight: 700; }
          html.search-open #fsHeader .site-info-container .util-search .search-custom .search-custom-toggle {
            z-index: auto; }
          #fsHeader .site-info-container .util-search .search-custom .search-custom-toggle:hover {
            color: #8f0c0c; }
            #fsHeader .site-info-container .util-search .search-custom .search-custom-toggle:hover:before {
              color: #000; }
          #fsHeader .site-info-container .util-search .search-custom .search-custom-toggle:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            display: inline-block;
            width: 30px;
            line-height: 40px;
            color: #0c257a;
            width: 15px;
            font-size: 1rem;
            -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease;
            margin-right: 5px; }
        #fsHeader .site-info-container .util-search .search-custom .fsElementContent {
          width: 312px;
          max-width: 30px;
          overflow: hidden;
          position: absolute;
          right: 0;
          top: 0;
          opacity: 0;
          -webkit-transition: 0.3s max-width ease, 0.05s opacity 0.25s;
          transition: 0.3s max-width ease, 0.05s opacity 0.25s; }
          html.search-open #fsHeader .site-info-container .util-search .search-custom .fsElementContent {
            z-index: 100;
            max-width: 312px;
            opacity: 1;
            -webkit-transition: 0.3s max-width ease;
            transition: 0.3s max-width ease; }
            html.search-open #fsHeader .site-info-container .util-search .search-custom .fsElementContent form {
              max-width: 312px; }
        #fsHeader .site-info-container .util-search .search-custom form {
          max-width: 30px;
          width: 100%;
          -webkit-transition: 0.3s max-width ease;
          transition: 0.3s max-width ease;
          position: relative; }
        #fsHeader .site-info-container .util-search .search-custom input {
          display: block;
          height: 40px;
          outline: 0;
          padding: 0 20px 0 15px;
          border: 0;
          max-width: 100%;
          color: #333;
          font-size: 1.25rem;
          line-height: 50px;
          -webkit-transition: 0.3s width;
          transition: 0.3s width;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background: #fff;
          width: 0px; }
          html.search-open #fsHeader .site-info-container .util-search .search-custom input {
            width: calc(100% - 30px); }
        #fsHeader .site-info-container .util-search .search-custom input[type="text"] {
          width: calc(100% - 30px);
          float: right;
          border: 1px solid #ccc;
          border-left: 0; }
          #fsHeader .site-info-container .util-search .search-custom input[type="text"]::-webkit-input-placeholder {
            color: #ccc;
            font-size: 14px; }
          #fsHeader .site-info-container .util-search .search-custom input[type="text"]:-moz-placeholder {
            color: #ccc;
            font-size: 14px; }
          #fsHeader .site-info-container .util-search .search-custom input[type="text"]::-moz-placeholder {
            color: #ccc;
            font-size: 14px; }
          #fsHeader .site-info-container .util-search .search-custom input[type="text"]:-ms-input-placeholder {
            color: #ccc;
            font-size: 14px; }
        #fsHeader .site-info-container .util-search .search-custom button[type="submit"] {
          display: block;
          width: 30px;
          height: 40px;
          border: 0;
          outline: 0;
          padding: 0;
          position: absolute;
          top: 0;
          left: 0;
          font-size: 1px;
          color: transparent;
          cursor: pointer;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background: #fff;
          border: 1px solid #ccc;
          border-right: 0; }
          #fsHeader .site-info-container .util-search .search-custom button[type="submit"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            position: absolute;
            right: 0;
            top: 50%;
            width: 15px;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            font-size: 1rem;
            color: #8f0c0c;
            text-align: center; }
          #fsHeader .site-info-container .util-search .search-custom button[type="submit"]:hover:before {
            color: #0c257a; }
    #fsHeader .site-info-container .logo {
      padding: 20px;
      position: relative;
      width: 240px;
      margin: auto; }
      @media (min-width: 1000px) {
        #fsHeader .site-info-container .logo {
          padding: 0;
          position: absolute;
          left: 0;
          top: 20px; } }
      #fsHeader .site-info-container .logo a {
        display: block; }
        #fsHeader .site-info-container .logo a img {
          vertical-align: bottom; }

.translate-widget {
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  height: 20px;
  width: 160px; }
  @media (min-width: 1000px) {
    .translate-widget {
      position: absolute;
      top: 32px;
      right: 100px;
      display: block;
      background: none;
      height: 20px;
      width: 160px;
      padding: 0; } }
  .translate-widget:hover .translate-trigger {
    color: rgba(255, 255, 255, 0.9); }
    @media (min-width: 1000px) {
      .translate-widget:hover .translate-trigger {
        color: #8f0c0c !important; } }
  .translate-widget .translate-trigger {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500; }
    .translate-widget .translate-trigger:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-right: 5px; }
    @media (min-width: 1000px) {
      .translate-widget .translate-trigger {
        color: #0c257a;
        top: 0; } }
  .translate-widget #google_translate_element {
    z-index: 9000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .translate-widget #google_translate_element select {
      margin: 0;
      color: #333; }
    .translate-widget #google_translate_element .goog-logo-link {
      color: #FFF; }
      @media (min-width: 1000px) {
        .translate-widget #google_translate_element .goog-logo-link {
          color: #444; } }
    .translate-widget #google_translate_element .goog-te-gadget {
      color: #FFF; }
      @media (min-width: 1000px) {
        .translate-widget #google_translate_element .goog-te-gadget {
          color: #666; } }

/*! structure - footer v0.0.1 */
#fsFooter {
  color: #fff;
  position: relative;
  padding-top: 5px;
  background: url("/uploaded/themes/default/images/footer-buildings.png") 50% 25px no-repeat; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 67.77778em;
    max-width: 76.25rem;
    padding: 20px 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 700px) {
      #fsFooter .fsBanner {
        padding: 40px 20px 40px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  #fsFooter .misc-info {
    padding-top: 10px;
    width: 100%; }
  #fsFooter .nav-utility-footer {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
    @media (min-width: 700px) {
      #fsFooter .nav-utility-footer {
        text-align: left;
        max-width: 80%; } }
  #fsFooter .school-details-container {
    margin-bottom: 20px;
    text-align: center; }
    @media (min-width: 700px) {
      #fsFooter .school-details-container {
        text-align: left;
        margin-bottom: 25px; } }
    #fsFooter .school-details-container > header .fsElementTitle {
      color: #FFF;
      margin-bottom: 12px;
      font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
      font-weight: normal;
      font-size: 22px; }
    #fsFooter .school-details-container > .fsElementContent {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 700px) {
        #fsFooter .school-details-container > .fsElementContent {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; } }
      #fsFooter .school-details-container > .fsElementContent .school-details:not(:last-child) {
        margin-bottom: 15px; }
        @media (min-width: 700px) {
          #fsFooter .school-details-container > .fsElementContent .school-details:not(:last-child) {
            margin-bottom: 0;
            margin-right: 25px; } }
        @media (min-width: 800px) {
          #fsFooter .school-details-container > .fsElementContent .school-details:not(:last-child) {
            margin-right: 55px; } }
        @media (min-width: 900px) {
          #fsFooter .school-details-container > .fsElementContent .school-details:not(:last-child) {
            margin-right: 85px; } }
      #fsFooter .school-details-container > .fsElementContent .school-details [itemprop='subName'] {
        display: block; }
      #fsFooter .school-details-container > .fsElementContent .school-details a {
        color: inherit;
        text-decoration: underline; }

.footer-bottom {
  width: 100%;
  clear: both;
  position: relative; }
  .footer-bottom .nav-social {
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 700px) {
      .footer-bottom .nav-social {
        float: left;
        width: 25%;
        text-align: left; } }
  .footer-bottom .accreditation {
    position: relative;
    padding: 0 0 37px 0; }
    @media (min-width: 700px) {
      .footer-bottom .accreditation {
        padding-bottom: 0;
        width: calc(75% - 120px);
        float: right; } }
    .footer-bottom .accreditation ul {
      overflow: hidden;
      width: 100%;
      margin: auto;
      padding: 0;
      list-style: none; }
      .footer-bottom .accreditation ul li {
        margin: 0 10px 15px;
        vertical-align: bottom;
        text-align: center; }
        @media (min-width: 700px) {
          .footer-bottom .accreditation ul li {
            text-align: left;
            float: right; } }
        .footer-bottom .accreditation ul li a {
          display: block;
          opacity: .3;
          -webkit-transition: opacity .3s linear;
          transition: opacity .3s linear; }
          .footer-bottom .accreditation ul li a img {
            vertical-align: top; }
          .footer-bottom .accreditation ul li a:hover {
            opacity: 1; }

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

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

html {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  background: #0c257a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 1.125em;
  line-height: 1.44444;
  color: #333; }
  body.sticky-nav {
    padding-top: 50px; }

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

#fsPageBodyWrapper {
  background: #fff;
  padding: 40px 20px; }
  @media (min-width: 900px) {
    #fsPageBodyWrapper {
      padding: 60px 20px 30px; } }
  body.watermark #fsPageBodyWrapper {
    background-image: url("../images/watermark.png");
    background-size: cover;
    background-attachment: fixed;
    position: relative; }
    body.watermark #fsPageBodyWrapper:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.9);
      width: 100%;
      height: 100%; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#fsPageContent {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.fsPageLayout .fsElement > footer {
  margin-top: 1.25rem; }

.fsPageLayout .fsElement > header > .fsElementHeaderContent {
  margin-bottom: 1.25rem; }

.fsDiv > .fsElement {
  margin-bottom: 1.875rem; }
  .fsDiv > .fsElement:last-child {
    margin-bottom: 0; }

.fsElementContent p:last-child, .fsElementContent a:last-child {
  margin-bottom: 0; }

#fsBannerRight > .fsBanner > .fsElement, #fsBannerLeft > .fsBanner > .fsElement {
  margin-bottom: 1.875rem; }
  #fsBannerRight > .fsBanner > .fsElement:last-child, #fsBannerLeft > .fsBanner > .fsElement:last-child {
    margin-bottom: 0; }
  #fsBannerRight > .fsBanner > .fsElement > footer, #fsBannerLeft > .fsBanner > .fsElement > footer {
    margin-top: 1.25rem; }
  #fsBannerRight > .fsBanner > .fsElement > header > .fsElementHeaderContent, #fsBannerLeft > .fsBanner > .fsElement > header > .fsElementHeaderContent {
    margin-bottom: 1.25rem; }

#fsBannerLeft {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 280px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

.fsHasRightBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }
  @media (min-width: 700px) {
    .fsHasRightBanner #fsPageContent {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 320px); } }

.fsHasLeftBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }
  @media (min-width: 700px) {
    .fsHasLeftBanner #fsPageContent {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 280px); } }

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 440px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: calc(100% - 600px); } }

#fsBannerRight {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 320px;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 40px;
        width: 320px; } }

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

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

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

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

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

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

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

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

div[class*="fsTwoColumnWide"] {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  div[class*="fsTwoColumnWide"] > .fsDiv {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    @media (min-width: 900px) {
      div[class*="fsTwoColumnWide"] > .fsDiv {
        margin-bottom: 0; } }
    div[class*="fsTwoColumnWide"] > .fsDiv:last-child {
      margin-bottom: 0; }

.fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 900px) {
    .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 280px); } }
  @media (min-width: 900px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 280px); } }
  .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 200px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 280px); } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 200px); } }

.fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 900px) {
    .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      width: 280px;
      padding-right: 40px; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      width: 280px;
      padding-right: 40px;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 40px;
      width: 280px; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
        padding-right: 20px;
        width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 240px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 320px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 40px;
      width: 320px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 440px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 600px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 40px;
      width: 320px; } }

.fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 900px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 320px); } }
  .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 800px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 240px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 320px); } }
  @media (min-width: 900px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      width: calc(100% - 320px); } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 240px); } }

.fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }
  @media (min-width: 900px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3;
      width: 320px;
      padding-left: 40px; } }
  .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
    width: 100%;
    padding: 0; }
    @media (min-width: 800px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 40px;
        width: 320px; } }
  @media (min-width: 900px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      width: 100%;
      padding-left: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      width: 320px;
      padding-left: 40px;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 20px;
        width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 200px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 440px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 600px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3;
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 40px;
      width: 320px; } }

.fsElephantRightLayout,
.fsElephantLeftLayout {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsElephantRightLayout > div,
  .fsElephantLeftLayout > div {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    @media (min-width: 900px) {
      .fsElephantRightLayout > div,
      .fsElephantLeftLayout > div {
        margin-bottom: 0; } }
    .fsElephantRightLayout > div:last-child,
    .fsElephantLeftLayout > div:last-child {
      margin-bottom: 0; }

@media (min-width: 900px) {
  .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 320px); } }

.fsElephantRightLayout > div.fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 800px) {
  .fsElephantRightLayout > div.fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px; } }

@media (min-width: 900px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 320px); } }

@media (min-width: 900px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 240px); } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
      width: calc(100% - 240px); } }

@media (min-width: 900px) {
  .fsElephantRightLayout > div.fsStyleOneThird {
    width: 320px;
    padding-left: 40px;
    padding-right: 0; } }

@media (min-width: 900px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 320px;
    padding-left: 40px;
    margin-bottom: 0; } }

@media (min-width: 900px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 240px;
    padding-left: 20px;
    margin-bottom: 0; } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

@media (min-width: 900px) {
  .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 280px); } }

.fsElephantLeftLayout > div.fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 900px) {
  .fsElephantLeftLayout > div.fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px; } }

@media (min-width: 900px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 200px); } }

@media (min-width: 900px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 280px); } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
      width: calc(100% - 200px); } }

@media (min-width: 900px) {
  .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 280px;
    padding-right: 40px;
    padding-left: 0; } }

@media (min-width: 900px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 200px;
    padding-right: 20px;
    margin-bottom: 0; } }

@media (min-width: 900px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 280px;
    padding-right: 40px;
    margin-bottom: 0; } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
      padding-right: 20px;
      width: 200px; } }

#fsPoweredByFinalsite {
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%); }
  @media (min-width: 700px) {
    #fsPoweredByFinalsite {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      right: auto;
      left: 130px;
      bottom: 40px; } }

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

.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - main v0.0.1 */
.nav-main {
  background: #0c257a;
  position: relative; }
  #fsHeader .nav-main {
    display: none; }
    @media (min-width: 1000px) {
      #fsHeader .nav-main {
        display: block; }
        #fsHeader .nav-main.fixed {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          z-index: 5000; } }
  .nav-main, .nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-main li {
    margin: 0;
    padding: 0; }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: static;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .nav-main .fsNavLevel1 > li {
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li:not(.home-link) {
        -webkit-box-flex: 1;
        -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
        flex: 1 auto; } }
    .nav-main .fsNavLevel1 > li:last-child {
      border-right: 1px solid rgba(255, 255, 255, 0.3); }
    .nav-main .fsNavLevel1 > li.home-link > a {
      font-size: 0;
      padding: 8px 0 7px;
      line-height: 1; }
      .nav-main .fsNavLevel1 > li.home-link > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        padding: 8px 20px;
        font-size: 1.125rem; }
    .nav-main .fsNavLevel1 > li:hover > a {
      background: #202d56;
      color: #fff;
      position: relative; }
      #fsHeader .nav-main .fsNavLevel1 > li:hover > a:after {
        display: block;
        content: '';
        height: 0;
        border: 7px solid transparent;
        border-bottom: 7px solid #fff;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    .nav-main .fsNavLevel1 > li > a {
      padding: 9px 0px 10px;
      color: #fff;
      font-size: 1.3125rem;
      font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
      display: block;
      font-weight: bold; }
      .nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
        background: #FFF;
        color: #0c257a; }
      .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
        background: #FFF;
        color: #0c257a; }

.nav-main .fsNavLevel1 > li {
  position: relative;
  position: static; }
  .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 {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  text-align: left; }
  .nav-main .fsNavPageInfo > .dropdown-inner {
    position: relative;
    margin: 0 auto;
    max-width: 67.77778em;
    max-width: 76.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 20px 40px; }
  @media (min-width: 1000px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: block; } }

.nav-main .fsNavPageDescription {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 24%;
  -ms-flex: 0 1 24%;
  flex: 0 1 24%;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 700; }
  @media (min-width: 1100px) {
    .nav-main .fsNavPageDescription {
      margin-left: 30px; } }
  .nav-main .fsNavPageDescription h1, .nav-main .fsNavPageDescription h2, .nav-main .fsNavPageDescription h3, .nav-main .fsNavPageDescription h4, .nav-main .fsNavPageDescription h5, .nav-main .fsNavPageDescription .fsCalendar .fsTitle, .fsCalendar .nav-main .fsNavPageDescription .fsTitle, .nav-main .fsNavPageDescription h6 {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    font-weight: bold;
    color: #8f0c0c;
    margin-bottom: 15px;
    color: #0c257a;
    margin-bottom: 5px; }
  .nav-main .fsNavPageDescription a {
    font-weight: 700; }

.nav-main .fsNavPageThumbnail {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 22.88%;
  -ms-flex: 0 1 22.88%;
  flex: 0 1 22.88%;
  margin-left: 20px; }
  @media (min-width: 1100px) {
    .nav-main .fsNavPageThumbnail {
      margin-left: 30px; } }
  .nav-main .fsNavPageThumbnail img {
    vertical-align: bottom; }

.nav-main .fsNavLevel2 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .nav-main .fsNavLevel2:nth-of-type(2) {
    margin-left: 20px; }
    @media (min-width: 1100px) {
      .nav-main .fsNavLevel2:nth-of-type(2) {
        margin-left: 40px; } }
  .nav-main .fsNavLevel2 li {
    border-bottom: 1px solid #d2d2d2;
    padding: 8px 0;
    font-size: 18px; }
    .nav-main .fsNavLevel2 li a {
      color: #000;
      display: block; }
      .nav-main .fsNavLevel2 li a:hover {
        color: #8f0c0c; }

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: relative;
  background: #0c257a;
  height: 50px;
  width: 100%; }
  @media (min-width: 1000px) {
    .drawer-ribbon {
      display: none; } }

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

#fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0);
  -webkit-transform: translate(20%, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  top: 0;
  min-height: 100%;
  max-width: 320px;
  z-index: 1000;
  background: #0c257a; }
  @media (min-width: 1000px) {
    #fsMenu {
      display: none; } }
  #fsMenu:before {
    content: '';
    position: absolute;
    top: 0;
    right: 320px;
    width: 9999px;
    background: rgba(0, 0, 0, 0.6);
    min-height: 100%; }
  .drawer-is-active #fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  #fsMenu .search-custom {
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px; }
    #fsMenu .search-custom .fsElementContent {
      max-width: 280px;
      overflow: hidden; }
    #fsMenu .search-custom input {
      display: block;
      height: 50px;
      outline: 0;
      padding: 0 20px 0 15px;
      border: 0;
      max-width: 100%;
      color: #333;
      font-size: 1.25rem;
      line-height: 50px;
      -webkit-transition: 0.3s width;
      transition: 0.3s width;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #FFF;
      width: 235px; }
    #fsMenu .search-custom button[type="submit"] {
      display: block;
      width: 45px;
      height: 50px;
      border: 0;
      outline: 0;
      padding: 0;
      position: absolute;
      top: 0;
      right: 20px;
      font-size: 1px;
      color: transparent;
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #FFF; }
      #fsMenu .search-custom button[type="submit"]:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        left: 0;
        top: 50%;
        width: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1rem;
        color: #333;
        text-align: center; }
  #fsMenu .drop-trigger {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 100;
    cursor: pointer;
    width: 50px;
    height: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    text-align: center;
    display: table; }
    #fsMenu .drop-trigger:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      line-height: 1;
      display: table-cell;
      color: #FFF;
      vertical-align: middle;
      font-size: 1rem; }
      li.active > a > .drop-trigger:before {
        content: "\e905"; }
    #fsMenu .drop-trigger.expanded:before {
      content: "\e905"; }
  #fsMenu .nav-main, #fsMenu .nav-utility-header {
    clear: both;
    margin-bottom: 30px;
    padding: 0 20px; }
    #fsMenu .nav-main .fsNavLevel1 > li.home-link, #fsMenu .nav-utility-header .fsNavLevel1 > li.home-link {
      display: none; }
    #fsMenu .nav-main .fsNavLevel1 li, #fsMenu .nav-utility-header .fsNavLevel1 li {
      position: relative;
      border: 0;
      display: block;
      margin: 0;
      background: transparent;
      -webkit-transition: 0.3s background linear;
      transition: 0.3s background linear; }
      #fsMenu .nav-main .fsNavLevel1 li:hover > .fsNavPageInfo, #fsMenu .nav-utility-header .fsNavLevel1 li:hover > .fsNavPageInfo {
        display: none; }
      #fsMenu .nav-main .fsNavLevel1 li > a, #fsMenu .nav-utility-header .fsNavLevel1 li > a {
        padding: 9px 50px 9px 0px;
        color: #fff;
        background: transparent;
        display: block;
        line-height: normal;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
        #fsMenu .nav-main .fsNavLevel1 li > a:hover, #fsMenu .nav-utility-header .fsNavLevel1 li > a:hover {
          color: #d2d2d2; }
    #fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPage > a, #fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a, #fsMenu .nav-utility-header .fsNavLevel1 li.fsNavCurrentPage > a, #fsMenu .nav-utility-header .fsNavLevel1 li.fsNavCurrentPageAncestor > a {
      font-weight: 700; }
    #fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPage > .fsNavPageInfo, #fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPageAncestor > .fsNavPageInfo, #fsMenu .nav-utility-header .fsNavLevel1 li.fsNavCurrentPage > .fsNavPageInfo, #fsMenu .nav-utility-header .fsNavLevel1 li.fsNavCurrentPageAncestor > .fsNavPageInfo {
      display: block; }
    #fsMenu .nav-main .fsNavLevel1 .fsNavPageInfo, #fsMenu .nav-utility-header .fsNavLevel1 .fsNavPageInfo {
      position: static;
      width: auto;
      background: transparent;
      display: none;
      -webkit-transition: 0.3s background;
      transition: 0.3s background;
      max-height: 9999px;
      box-shadow: none; }
      #fsMenu .nav-main .fsNavLevel1 .fsNavPageInfo:before, #fsMenu .nav-main .fsNavLevel1 .fsNavPageInfo:after, #fsMenu .nav-utility-header .fsNavLevel1 .fsNavPageInfo:before, #fsMenu .nav-utility-header .fsNavLevel1 .fsNavPageInfo:after {
        content: normal; }
    #fsMenu .nav-main .fsNavLevel2, #fsMenu .nav-main .fsNavLevel3, #fsMenu .nav-main .fsNavLevel4, #fsMenu .nav-utility-header .fsNavLevel2, #fsMenu .nav-utility-header .fsNavLevel3, #fsMenu .nav-utility-header .fsNavLevel4 {
      display: block; }
      #fsMenu .nav-main .fsNavLevel2 > li, #fsMenu .nav-main .fsNavLevel3 > li, #fsMenu .nav-main .fsNavLevel4 > li, #fsMenu .nav-utility-header .fsNavLevel2 > li, #fsMenu .nav-utility-header .fsNavLevel3 > li, #fsMenu .nav-utility-header .fsNavLevel4 > li {
        padding: 0; }
        #fsMenu .nav-main .fsNavLevel2 > li > a, #fsMenu .nav-main .fsNavLevel3 > li > a, #fsMenu .nav-main .fsNavLevel4 > li > a, #fsMenu .nav-utility-header .fsNavLevel2 > li > a, #fsMenu .nav-utility-header .fsNavLevel3 > li > a, #fsMenu .nav-utility-header .fsNavLevel4 > li > a {
          position: relative;
          display: block;
          padding: 9px 20px; }
          #fsMenu .nav-main .fsNavLevel2 > li > a:hover, #fsMenu .nav-main .fsNavLevel3 > li > a:hover, #fsMenu .nav-main .fsNavLevel4 > li > a:hover, #fsMenu .nav-utility-header .fsNavLevel2 > li > a:hover, #fsMenu .nav-utility-header .fsNavLevel3 > li > a:hover, #fsMenu .nav-utility-header .fsNavLevel4 > li > a:hover {
            color: #d2d2d2; }
    #fsMenu .nav-main .fsNavLevel3 > li > a, #fsMenu .nav-utility-header .fsNavLevel3 > li > a {
      padding-left: 40px;
      font-style: italic; }
    #fsMenu .nav-main .fsNavLevel4 > li > a, #fsMenu .nav-utility-header .fsNavLevel4 > li > a {
      padding-left: 60px;
      font-style: italic; }
  #fsMenu .nav-utility-header {
    margin-bottom: 0; }
  #fsMenu .close-button-container {
    position: relative;
    background: #FFF;
    margin: 0 0 30px;
    display: none; }
    #fsMenu .close-button-container > .fsElementContent {
      overflow: hidden;
      padding: 12px 20px 11px; }
    #fsMenu .close-button-container .drawer-trigger {
      float: right;
      width: 17px;
      height: 17px;
      position: relative;
      left: auto;
      right: auto;
      margin: 0; }
      #fsMenu .close-button-container .drawer-trigger:before, #fsMenu .close-button-container .drawer-trigger:after {
        width: 17px;
        background: #000; }

/*! navigation - sub v0.0.1 */
.nav-sub, .portal-sub-nav {
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.8); }
  .nav-sub, .nav-sub ul, .portal-sub-nav, .portal-sub-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-sub li, .portal-sub-nav li {
    margin: 0;
    padding: 0; }
  #fsHeader .nav-sub, #fsHeader .portal-sub-nav {
    display: block;
    background: #d2d2d2;
    padding: 0 20px; }
    #fsHeader .nav-sub.active-nav, #fsHeader .portal-sub-nav.active-nav {
      padding-bottom: 20px; }
    @media (min-width: 1000px) {
      #fsHeader .nav-sub, #fsHeader .portal-sub-nav {
        display: none; } }
  #fsPageBody .nav-sub, #fsPageBody .portal-sub-nav {
    display: none; }
    @media (min-width: 1000px) {
      #fsPageBody .nav-sub, #fsPageBody .portal-sub-nav {
        display: block; } }
  .nav-sub.nav-sub-empty, .portal-sub-nav.nav-sub-empty {
    display: none !important; }
  .nav-sub .fsNavPageInfo, .portal-sub-nav .fsNavPageInfo {
    display: none; }
  .nav-sub .fsNavCurrentPage > .fsNavPageInfo,
  .nav-sub .fsNavCurrentPageAncestor > .fsNavPageInfo, .portal-sub-nav .fsNavCurrentPage > .fsNavPageInfo,
  .portal-sub-nav .fsNavCurrentPageAncestor > .fsNavPageInfo {
    display: block; }
  @media (max-width: 699px) {
    .nav-sub > .fsElementContent, .portal-sub-nav > .fsElementContent {
      height: auto;
      max-height: 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .nav-sub ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPageAncestor > a, .portal-sub-nav ul li.fsNavCurrentPage > a, .portal-sub-nav ul li.fsNavCurrentPageAncestor > a {
    font-weight: bold;
    color: #0c257a; }
  .nav-sub ul li a, .portal-sub-nav ul li a {
    display: block;
    color: #333; }
    .nav-sub ul li a:hover, .portal-sub-nav ul li a:hover {
      color: #8f0c0c; }
  .nav-sub .fsNavLevel1 > li, .portal-sub-nav .fsNavLevel1 > li {
    border-bottom: 1px solid #d2d2d2; }
    .nav-sub .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor, .portal-sub-nav .fsNavLevel1 > li.fsNavCurrentPage, .portal-sub-nav .fsNavLevel1 > li.fsNavCurrentPageAncestor {
      background: #f5f5f5; }
    .nav-sub .fsNavLevel1 > li:last-child, .portal-sub-nav .fsNavLevel1 > li:last-child {
      border-bottom: 0; }
    .nav-sub .fsNavLevel1 > li > a, .portal-sub-nav .fsNavLevel1 > li > a {
      padding: 14px 20px;
      font-size: 1.125rem; }
  .nav-sub .fsNavLevel2, .portal-sub-nav .fsNavLevel2 {
    padding: 0px 10px 10px 40px;
    background: #f5f5f5; }
    .nav-sub .fsNavLevel2 > li > a, .portal-sub-nav .fsNavLevel2 > li > a {
      font-size: 1rem;
      padding: 4px 0px; }
      .nav-sub .fsNavLevel2 > li > a:hover, .portal-sub-nav .fsNavLevel2 > li > a:hover {
        color: #8f0c0c; }
  .nav-sub .fsNavLevel3, .portal-sub-nav .fsNavLevel3 {
    padding: 0px 10px 10px 20px; }
    .nav-sub .fsNavLevel3 > li > a, .portal-sub-nav .fsNavLevel3 > li > a {
      font-size: 1rem;
      padding: 4px 0px;
      text-transform: uppercase; }
      .nav-sub .fsNavLevel3 > li > a:hover, .portal-sub-nav .fsNavLevel3 > li > a:hover {
        color: #8f0c0c; }
  .nav-sub > header, .portal-sub-nav > header {
    display: block; }
    @media (min-width: 700px) {
      .nav-sub > header, .portal-sub-nav > header {
        display: none; } }
    .nav-sub > header > .fsElementTitle, .portal-sub-nav > header > .fsElementTitle {
      font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
      font-size: 1.25rem;
      position: relative;
      margin: 0;
      color: #000;
      padding: 14px 0;
      cursor: pointer; }
      @media (min-width: 700px) {
        .nav-sub > header > .fsElementTitle, .portal-sub-nav > header > .fsElementTitle {
          cursor: default; } }
      @media (max-width: 699px) {
        .nav-sub > header > .fsElementTitle:after, .portal-sub-nav > header > .fsElementTitle:after {
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          position: absolute;
          top: 50%;
          right: 0px;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }
      @media (max-width: 699px) {
        .nav-sub.active-nav > header > .fsElementTitle:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }

/*! 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;
    vertical-align: bottom; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 15px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover {
    background: #0c257a; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover {
    background: #0c257a; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    background: #FFF;
    border: 2px solid #FFF;
    height: 40px;
    width: 40px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #0c257a;
      font-size: 1.25rem;
      -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%); }

.nav-utility-header .fsNavLevel1, .nav-utility-header .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-utility-header .fsNavLevel1 li {
  margin: 0;
  padding: 0; }

.nav-utility-header .fsNavLevel1 li {
  display: inline-block;
  vertical-align: bottom; }
  .nav-utility-header .fsNavLevel1 li:not(:last-child) {
    margin-right: 25px; }
  .nav-utility-header .fsNavLevel1 li a {
    color: #333;
    line-height: 50px; }

#fsHeader .nav-utility-header {
  position: absolute;
  top: 62px;
  right: 0; }
  #fsHeader .nav-utility-header .fsNavLevel1 li {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700; }
    #fsHeader .nav-utility-header .fsNavLevel1 li a {
      color: rgba(51, 51, 51, 0.6); }
      #fsHeader .nav-utility-header .fsNavLevel1 li a:hover {
        color: #8f0c0c; }

.nav-utility-footer {
  margin-bottom: 30px !important; }
  @media (min-width: 700px) {
    .nav-utility-footer {
      margin-bottom: 65px !important; } }
  .nav-utility-footer .fsNavLevel1 {
    overflow: hidden;
    font-size: 0;
    line-height: 1; }
    .nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-utility-footer .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    .nav-utility-footer .fsNavLevel1 li {
      display: table;
      margin: auto; }
      @media (min-width: 700px) {
        .nav-utility-footer .fsNavLevel1 li {
          display: inline-block;
          vertical-align: bottom; } }
      .nav-utility-footer .fsNavLevel1 li:not(:last-child) {
        margin-bottom: 15px; }
        @media (min-width: 700px) {
          .nav-utility-footer .fsNavLevel1 li:not(:last-child) {
            margin-right: 20px;
            margin-bottom: 0; } }
      .nav-utility-footer .fsNavLevel1 li a {
        font-weight: bold;
        color: #f8e312;
        text-transform: uppercase;
        font-size: 1rem;
        line-height: 1.5;
        display: block; }
        .nav-utility-footer .fsNavLevel1 li a:hover {
          color: #fff; }

.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: 900px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.11111em; }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 1000px) {
      .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: 900px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.55556em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 30px;
    background: #333;
    color: #fff;
    outline: 0;
    border-radius: 0;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
    position: relative;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid transparent;
      opacity: 0;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      color: #fff; }
      .fsConstituent.fsSearch .fsConstituentSearchButton:hover:before {
        opacity: 1;
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: 1px solid #FFF; }

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

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    color: #0c257a; }
  @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.11111em;
  font-size: 16px; }
  .fsProfileSection h4 {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #f0f0f0;
    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: 900px) {
  .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: 900px) {
    .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: 900px) {
  .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: 900px) {
    .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: 1000px) {
    .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: 900px) {
  .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: 900px) {
    .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: 1000px) {
    .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: #0c257a;
  -webkit-transition: .3s;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
    color: #0c257a;
    margin-bottom: 10px;
    color: #FFF;
    margin-bottom: 10px;
    padding: 13px 20px;
    color: #FFF;
    -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: #bd8824;
    -webkit-transition: .3s;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #FFF;
      -webkit-transition: .3s;
      transition: .3s; }

.fsAccordion .fsPanel, .fsTabs .fsPanel {
  margin-bottom: 10px; }
  .fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
    border: 1px solid #d2d2d2;
    border-width: 0 1px 1px;
    overflow: hidden;
    padding: 20px; }
    .fsAccordion .fsPanel > .fsElementContent p:last-child, .fsTabs .fsPanel > .fsElementContent p:last-child {
      margin: 0; }
  .fsAccordion .fsPanel.fsStateOpen, .fsTabs .fsPanel.fsStateOpen {
    background: #f0f0f0; }
    .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
      background: #8f0c0c; }
      .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
        color: #FFF;
        margin-bottom: 0; }
        .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
          content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "IcoMoon";
  font-size: 1.125rem;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "IcoMoon";
  font-size: 1.125rem;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 50px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    left: 20px; }

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

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: ''; }

.fsAccordion {
  margin-bottom: 20px; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent.fsList .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent.fsList .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent.fsList .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent.fsList .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: 13px 30px;
    background: #333;
    color: #fff;
    outline: 0;
    border-radius: 0;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
    position: relative;
    padding: 10px 20px; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid transparent;
      opacity: 0;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
      color: #fff; }
      .fsAthleticsEvent.fsList .fsLoadMoreButton:hover:before {
        opacity: 1;
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: 1px solid #FFF; }
  .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 #d2d2d2; }
  .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 {
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 30px; }
  .fsCalendar article {
    position: relative;
    padding-left: 100px;
    min-height: 73px;
    padding-top: 0; }
    .fsCalendar article .fsElementEventColorIcon {
      width: 12px;
      height: 12px; }
  .fsCalendar .fsDate {
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
    height: 73px;
    width: 74px;
    color: #fff;
    background: #8f0c0c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .fsCalendar .fsDate > span {
      display: block;
      font-size: 1.125rem;
      font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
      line-height: 1;
      font-weight: bold;
      text-transform: uppercase; }
      .fsCalendar .fsDate > span.fsDay {
        font-size: 2rem;
        margin-top: -2px; }
  .fsCalendar article {
    margin-bottom: 30px; }
  .fsCalendar .fsTitle {
    color: #0c257a;
    text-transform: capitalize; }
    .fsCalendar .fsTitle > a {
      color: inherit; }
      .fsCalendar .fsTitle > a:hover {
        color: #8f0c0c; }
  .fsCalendar .fsNotes p:last-child, .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(12, 37, 122, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(12, 37, 122, 0.05); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 25px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: rgba(12, 37, 122, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(12, 37, 122, 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: 13px 30px;
    background: #333;
    color: #fff;
    outline: 0;
    border-radius: 0;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
    position: relative;
    padding: 10px 20px; }
    .scroll-up span:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid transparent;
      opacity: 0;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
    .scroll-up span:hover {
      color: #fff; }
      .scroll-up span:hover:before {
        opacity: 1;
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: 1px solid #FFF; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -webkit-box;
    display: -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 */
.fsCalendar.fsSlideshow .fsAlertFeeds {
  z-index: 300; }

.fsCalendar.fsSlideshow .fsElementSlideshow {
  clear: both; }

/*! _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.11111em;
  padding: 1.11111em;
  color: #fff; }
  .module h1, .module h2, .module h3, .module h4, .module h5, .module .fsCalendar .fsTitle, .fsCalendar .module .fsTitle, .module h6 {
    color: inherit; }

.module {
  background: #0c257a; }

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

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .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: #8f0c0c;
      margin-right: 10px;
      cursor: pointer;
      -webkit-transition: .3s;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #0c257a; }
    .fsComposerFormEmbed form .required {
      color: #0c257a; }
    .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: #8f0c0c;
        -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: #0c257a;
          -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: #0c257a !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: #8f0c0c !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, 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(0, 0, 0, 0.5); }

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5); }

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5); }

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 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: 13px 30px;
    background: #333;
    color: #fff;
    outline: 0;
    border-radius: 0;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
    position: relative; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:before, .fsLogin .fsLoginMainView button:before, .fsLogin .fsLoginForgotView .fsLoginSubmit:before, .fsLogin .fsLoginForgotView button:before, .fsLogin .fsLoginNewView .fsLoginSubmit:before, .fsLogin .fsLoginNewView button:before, .fsAccount .fsLoginMainView .fsLoginSubmit:before, .fsAccount .fsLoginMainView button:before, .fsAccount .fsLoginForgotView .fsLoginSubmit:before, .fsAccount .fsLoginForgotView button:before, .fsAccount .fsLoginNewView .fsLoginSubmit:before, .fsAccount .fsLoginNewView button:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid transparent;
      opacity: 0;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
    .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 {
      color: #fff; }
      .fsLogin .fsLoginMainView .fsLoginSubmit:hover:before, .fsLogin .fsLoginMainView button:hover:before, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover:before, .fsLogin .fsLoginForgotView button:hover:before, .fsLogin .fsLoginNewView .fsLoginSubmit:hover:before, .fsLogin .fsLoginNewView button:hover:before, .fsAccount .fsLoginMainView .fsLoginSubmit:hover:before, .fsAccount .fsLoginMainView button:hover:before, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover:before, .fsAccount .fsLoginForgotView button:hover:before, .fsAccount .fsLoginNewView .fsLoginSubmit:hover:before, .fsAccount .fsLoginNewView button:hover:before {
        opacity: 1;
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: 1px solid #FFF; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

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

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

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px; }

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 30px;
    background: #333;
    color: #fff;
    outline: 0;
    border-radius: 0;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
    position: relative; }
    .fsAccount .fsAccountLogout a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid transparent;
      opacity: 0;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
    .fsAccount .fsAccountLogout a:hover {
      color: #fff; }
      .fsAccount .fsAccountLogout a:hover:before {
        opacity: 1;
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: 1px solid #FFF; }

.fsMediaCustomPlayer {
  background: none;
  position: relative; }
  .fsMediaCustomPlayer article {
    background-position: center;
    background-size: cover;
    outline: 0;
    position: relative; }
    .fsMediaCustomPlayer article img {
      opacity: 0;
      visibility: hidden; }
  .fsMediaCustomPlayer .caption-wrapper {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    background: #333;
    padding: 20px; }
    @media (min-width: 1000px) {
      .fsMediaCustomPlayer .caption-wrapper {
        padding: 0;
        background: transparent;
        position: absolute;
        bottom: 50px;
        left: 20px;
        max-width: 550px;
        z-index: 20; } }
  .fsMediaCustomPlayer .caption-title {
    font-size: 1.625rem;
    line-height: 2rem;
    font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 10px; }
    @media (min-width: 1000px) {
      .fsMediaCustomPlayer .caption-title {
        margin-bottom: 20px; } }
  .fsMediaCustomPlayer .caption-desc {
    color: #FFF; }
    @media (min-width: 1000px) {
      .fsMediaCustomPlayer .caption-desc {
        font-size: 1.125rem;
        line-height: 1.44444em; } }
    .fsMediaCustomPlayer .caption-desc a {
      color: #e4b760; }
      .fsMediaCustomPlayer .caption-desc a:hover {
        color: #bd8824; }
      .fsMediaCustomPlayer .caption-desc a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 5px;
        vertical-align: middle;
        position: relative;
        top: -2px; }
    .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'; }

.fsNews {
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 30px; }
  .fsNews .fsAlertFeeds {
    margin-bottom: 10px; }
  .fsNews .fsReadMoreLink {
    font-weight: 700; }
  .fsNews.fsThumbnailAlignLeft .fsThumbnail {
    float: none; }
    @media (min-width: 600px) {
      .fsNews.fsThumbnailAlignLeft .fsThumbnail {
        float: left; } }
  .fsNews.fsThumbnailAlignRight .fsThumbnail {
    float: none; }
    @media (min-width: 600px) {
      .fsNews.fsThumbnailAlignRight .fsThumbnail {
        float: right; } }
  .fsNews article {
    margin: 0; }
    .fsNews article:not(:last-child) {
      margin-bottom: 30px; }
    .fsNews article .fsThumbnail {
      margin-bottom: 20px;
      display: block;
      position: relative; }
      .fsNews article .fsThumbnail img {
        height: auto;
        vertical-align: bottom; }
      .fsNews article .fsThumbnail .fsCroppedImage {
        vertical-align: bottom; }
    .fsNews article .fsTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 20px;
      line-height: 26px;
      font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
      font-weight: bold;
      color: #0c257a;
      margin-bottom: 10px;
      margin-bottom: 15px;
      text-transform: capitalize; }
      .fsNews article .fsTitle > a {
        color: inherit; }
        .fsNews article .fsTitle > a:hover {
          color: #8f0c0c; }

/*! _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: #8f0c0c !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #d2d2d2;
          padding-left: 10px !important;
          padding-right: 10px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 18px;
          font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, 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: #0c257a;
      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: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 18px; }
      .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 #333; }
      .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: #333;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 18px;
        font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, 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: #333;
    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: 18px;
      font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, 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: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 18px; }

.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: #333; }
  .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: #8f0c0c; }

.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: #8f0c0c !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: #0c257a !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: 18px; }

.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: 13px 30px;
  background: #333;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: bold;
  position: relative; }
  .vimeo_view_link a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
  .vimeo_view_link a:hover {
    color: #fff; }
    .vimeo_view_link a:hover:before {
      opacity: 1;
      top: 5px;
      left: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      border: 1px solid #FFF; }

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

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

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

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  -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: 13px 30px;
  background: #333;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: bold;
  position: relative; }
  .Youtube_view_link a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
  .Youtube_view_link a:hover {
    color: #fff; }
    .Youtube_view_link a:hover:before {
      opacity: 1;
      top: 5px;
      left: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      border: 1px solid #FFF; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li:not(:last-child) {
      margin-right: 10px; }
    .fsTabs .fsTabsNav li a {
      display: block;
      margin-top: 0;
      font-weight: normal;
      font-size: 20px;
      line-height: 26px;
      font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
      font-weight: bold;
      color: #0c257a;
      margin-bottom: 10px;
      color: #FFF;
      margin-bottom: 10px;
      padding: 13px 20px;
      color: #FFF;
      -webkit-transition: .3s;
      transition: .3s;
      padding: 13px 25px;
      background: #0c257a;
      color: #FFF; }
      .fsTabs .fsTabsNav li a:hover {
        background: #bd8824;
        color: #FFF; }
    .fsTabs .fsTabsNav li.fsStateSelected a {
      background: #8f0c0c;
      color: #FFF; }
  .fsTabs .fsPanel > .fsElementContent {
    border-width: 1px; }

.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%; }
  .home #fsPageBody:after {
    content: normal; }

.home #fsPageContent {
  margin: 0;
  padding: 0; }

.home .fsPageLayout {
  margin: 0; }
  .home .fsPageLayout > .fsDiv {
    padding: 0;
    margin: 0;
    float: none;
    min-height: 0px; }
    .home .fsPageLayout > .fsDiv:after {
      content: normal; }
  .home .fsPageLayout:after {
    content: normal; }

.home .home-slider > header {
  display: none; }

.home .home-slider .fsMediaCustomPlayer {
  background: #333;
  padding-bottom: 45px; }
  @media (min-width: 1000px) {
    .home .home-slider .fsMediaCustomPlayer {
      padding: 0;
      background: transparent; } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  60% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  60% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }

.home .home-slider .home-slide {
  position: relative;
  outline: 0; }
  .home .home-slider .home-slide article img {
    min-height: 200px; }
    @media (min-width: 1000px) {
      .home .home-slider .home-slide article img {
        height: calc(100vh - 120px); } }
  .home .home-slider .home-slide:before {
    z-index: 10;
    position: absolute;
    height: 40%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent); }
    @media (min-width: 1000px) {
      .home .home-slider .home-slide:before {
        content: ''; } }

.home .home-slider .paging-container {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem; }

.home .home-slider .caption-outer {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem; }

.home .home-slider .caption-wrapper {
  bottom: 70px;
  max-width: 420px; }

.home .home-slider .down-arrow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 40px;
  margin-left: -25px;
  cursor: pointer;
  display: none;
  text-align: center; }
  @media (min-width: 1000px) {
    .home .home-slider .down-arrow {
      display: block; } }
  .home .home-slider .down-arrow:before {
    display: block;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #FFF;
    -webkit-animation: 2s bounce infinite;
    animation: 2s bounce infinite;
    text-shadow: 0 12px 0 #fff; }
  .home .home-slider .down-arrow:after {
    display: block;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #FFF;
    -webkit-animation: 2s bounce infinite;
    animation: 2s bounce infinite; }

.home .home-slider .slick-dots {
  position: absolute;
  right: 20px;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 0; }
  .home .home-slider .slick-dots, .home .home-slider .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .home .home-slider .slick-dots li {
    margin: 0;
    padding: 0; }
  @media (min-width: 1000px) {
    .home .home-slider .slick-dots {
      text-align: left;
      bottom: 70px;
      width: auto; } }
  @media (min-width: 1220px) {
    .home .home-slider .slick-dots {
      right: 0; } }
  .home .home-slider .slick-dots li {
    display: inline-block;
    vertical-align: bottom; }
    .home .home-slider .slick-dots li:not(:last-child) {
      margin-right: 10px; }
    .home .home-slider .slick-dots li:hover button, .home .home-slider .slick-dots li.slick-active button {
      background: #FFF; }
    .home .home-slider .slick-dots li button {
      font-size: 0;
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      background: transparent;
      border: 1px solid #FFF;
      -webkit-transition: 0.3s background;
      transition: 0.3s background;
      width: 15px;
      height: 15px;
      border-radius: 100%; }

.home .infographic {
  margin: 0;
  background: #8f0c0c;
  padding: 5px 0; }
  .home .infographic:before, .home .infographic:after {
    content: '';
    background: #FFF;
    height: 1px;
    display: block; }
  .home .infographic .slick-list {
    max-width: 1300px;
    margin: 0 auto; }
  .home .infographic .slick-slider {
    padding-right: 50px;
    padding-left: 50px; }
  .home .infographic .slick-track {
    will-change: transform; }
  .home .infographic .slick-prev,
  .home .infographic .slick-next {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    color: transparent;
    height: 30px;
    width: 25px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    line-height: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .home .infographic .slick-prev:before,
    .home .infographic .slick-next:before {
      font-size: 35px;
      line-height: 1;
      color: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .home .infographic .slick-prev:hover:before,
    .home .infographic .slick-next:hover:before {
      color: rgba(255, 255, 255, 0.9); }
  .home .infographic .slick-prev {
    left: 5px; }
    @media (min-width: 700px) {
      .home .infographic .slick-prev {
        left: 20px; } }
    .home .infographic .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home .infographic .slick-next {
    right: 5px; }
    @media (min-width: 700px) {
      .home .infographic .slick-next {
        right: 20px; } }
    .home .infographic .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home .infographic .stat {
    color: #FFF;
    margin: 0 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 148px;
    padding: 30px 0 20px;
    text-align: left;
    outline: 0; }
    @media (min-width: 600px) {
      .home .infographic .stat {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .home .infographic .stat:before {
      font-size: 3.4375rem;
      line-height: 1;
      margin-right: 20px;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 100%;
      padding: 10px; }
    .home .infographic .stat.thform:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 2.625rem; }
    .home .infographic .stat.min:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 2.625rem; }
    .home .infographic .stat.alevelsubjects:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 2.625rem; }
    .home .infographic .stat.busservice:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 2.625rem; }
    .home .infographic .stat.classsize:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 2.625rem; }
    .home .infographic .stat.clubs:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 2.625rem; }
    .home .infographic .stat.GCSE:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 2.625rem; }
    .home .infographic .stat.books:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat.bus:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat.clock:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat.diploma:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat.gradcap:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat.graduation:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat.globe:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat.hands:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat.lunch:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat.measure:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat.openbook:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat.pencils:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat.pillars:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat.school:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat.student:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat.studentreading:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat.suitcase:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat.teacher:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .infographic .stat header {
      margin-bottom: 5px; }
      .home .infographic .stat header .fsElementTitle {
        font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
        color: inherit;
        font-weight: bold;
        font-size: 2.5rem;
        line-height: 1;
        margin: 0;
        padding-top: 10px; }
    .home .infographic .stat .fsElementContent {
      line-height: 1.5;
      font-size: 1.125rem; }
      .home .infographic .stat .fsElementContent p {
        margin: 0; }

.home .buildings {
  padding: 40px 0 20px;
  background-position: center 40px;
  background-size: 1385px 348px;
  background-repeat: repeat-x;
  margin: 0; }
  @media screen and (max-width: 1385px) {
    .home .buildings {
      background-image: none !important; } }
  .home .buildings img {
    vertical-align: bottom;
    width: 100%;
    max-width: 1385px; }
    @media (min-width: 1385px) {
      .home .buildings img {
        opacity: 0; } }

.home.fsComposeMode .infographic .stat {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  min-width: 200px; }

body.home:not(.fsComposeMode) .infographic > .fsElementContent {
  opacity: 0;
  height: 100px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  body.home:not(.fsComposeMode) .infographic > .fsElementContent.slick-initialized {
    height: auto;
    opacity: 1; }

body:not(.fsComposeMode) .schools-welcome {
  padding-bottom: 60px; }
  body:not(.fsComposeMode) .schools-welcome > header {
    font-size: 18px;
    position: relative;
    margin: 0 auto;
    max-width: 54.44444em;
    max-width: 61.25rem;
    padding-top: 78px;
    padding-bottom: 30px;
    text-align: center; }
    body:not(.fsComposeMode) .schools-welcome > header .fsElementTitle {
      font-size: 40px;
      color: #0c257a; }
  body:not(.fsComposeMode) .schools-welcome > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }
    body:not(.fsComposeMode) .schools-welcome > .fsElementContent > .fsElement {
      height: 460px;
      width: 282px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 282px;
      -ms-flex: 0 1 282px;
      flex: 0 1 282px;
      background-size: cover;
      position: relative;
      text-align: center;
      color: #fff;
      margin: 0 auto 20px; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .schools-welcome > .fsElementContent > .fsElement {
          margin: 0 8px 20px 0; } }
      @media (min-width: 1200px) {
        body:not(.fsComposeMode) .schools-welcome > .fsElementContent > .fsElement {
          margin: 0 16px 20px 0; }
          body:not(.fsComposeMode) .schools-welcome > .fsElementContent > .fsElement:first-child {
            margin-left: 0; }
          body:not(.fsComposeMode) .schools-welcome > .fsElementContent > .fsElement:last-child {
            margin-right: 0; } }
      body:not(.fsComposeMode) .schools-welcome > .fsElementContent > .fsElement:hover a:before {
        background: rgba(12, 37, 122, 0.7); }
      body:not(.fsComposeMode) .schools-welcome > .fsElementContent > .fsElement > .fsElementContent {
        height: 100%; }
      body:not(.fsComposeMode) .schools-welcome > .fsElementContent > .fsElement a {
        display: block;
        color: #fff;
        z-index: 2;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end; }
        body:not(.fsComposeMode) .schools-welcome > .fsElementContent > .fsElement a:before {
          -webkit-transition: all .2s linear;
          transition: all .2s linear;
          display: block;
          content: '';
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, transparent 0%, transparent 32%, rgba(0, 0, 0, 0.65) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, transparent 0%, transparent 32%, rgba(0, 0, 0, 0.65) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
          /* IE6-9 */
          z-index: 0; }
        body:not(.fsComposeMode) .schools-welcome > .fsElementContent > .fsElement a > div {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          text-align: center;
          width: 100%;
          padding-bottom: 70px;
          z-index: 2; }
      body:not(.fsComposeMode) .schools-welcome > .fsElementContent > .fsElement strong {
        font-size: 26px;
        line-height: 32px;
        font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif; }

.portal-page .fsReadMoreLink {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 13px 30px;
  background: #333;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: bold;
  position: relative;
  margin-top: 1em; }
  .portal-page .fsReadMoreLink:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
  .portal-page .fsReadMoreLink:hover {
    color: #fff; }
    .portal-page .fsReadMoreLink:hover:before {
      opacity: 1;
      top: 5px;
      left: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      border: 1px solid #FFF; }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em; }

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  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: 66.66667%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 33.33333%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 16.66667%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #333;
      color: #333; }
      .colors ol li:nth-of-type(1):after {
        content: "#333"; }
    .colors ol li:nth-of-type(2) {
      background: #0c257a;
      color: #0c257a; }
      .colors ol li:nth-of-type(2):after {
        content: "#0c257a"; }
    .colors ol li:nth-of-type(3) {
      background: #8f0c0c;
      color: #8f0c0c; }
      .colors ol li:nth-of-type(3):after {
        content: "#8f0c0c"; }
    .colors ol li:nth-of-type(4) {
      background: #bd8824;
      color: #bd8824; }
      .colors ol li:nth-of-type(4):after {
        content: "#bd8824"; }
    .colors ol li:nth-of-type(5) {
      background: #d2d2d2;
      color: #d2d2d2; }
      .colors ol li:nth-of-type(5):after {
        content: "#d2d2d2"; }
    .colors ol li:nth-of-type(6) {
      background: #f0f0f0;
      color: #f0f0f0; }
      .colors ol li:nth-of-type(6):after {
        content: "#f0f0f0"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.27778em;
    padding: 0.27778em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; }
      .fonts ol li:nth-of-type(2):after {
        content: "Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(3):after {
        content: "IcoMoon"; }

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

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

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

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

.headers h5:after, .headers .fsCalendar .fsTitle:after, .fsCalendar .headers .fsTitle:after {
  content: " size: 20px / line: 26px"; }

.headers h6:after {
  content: " size: 18px / line: 26px"; }

img[style*="float: left"] {
  margin-right: 10px;
  margin-bottom: 10px; }

img[style*="float: right"] {
  margin-left: 10px;
  margin-bottom: 10px; }

.fsMedia.no-title .fsMediaTitle {
  display: none !important; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #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: 40px;
      line-height: 46px;
      font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
      font-weight: bold;
      color: #0c257a;
      margin-bottom: 20px; }
  * {
    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; } }
