@charset "UTF-8";
 /**
 *
 * Nardin Academy - updates-2021
 * @link http://nardin.finalsite.com
 * Site Template : newclientcustom
 * Built By: Al Ramos
 * Project Manager: Shanda Cuscovitch
 * Designer: Heidi Beutel
 * ==== Git Info ====
 * Branch Name: clients/nardin
 * Build version: 3.2.6
 * Git Tag: Composer-Build-2.0-433-ga5eb4a2df8
 * Last build by: Jon Brooks
 *
 **/

@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 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:wght@400,600,700&display=swap");
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
		<div class='parent'>
			<span class='sibling'>Dropdown</span>
			<ul class='dropdown'>
				<li>Link</li>
				<li>Link</li>
				<li>Link</li>
			</ul>
		</div>

Use: 
		.parent {
				@include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
		}

		.parent {
				@include drop(".dropdown", true, ".drop-class"); //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
		}

*/
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts//2017/icomoon.eot");
  src: url("../fonts//2017/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//2017/icomoon.woff2") format("woff2"), url("../fonts//2017/icomoon.woff") format("woff"), url("../fonts//2017/icomoon.ttf") format("truetype"), url("../fonts//2017/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Neothic Regular';
  src: url("../fonts//Neothic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

*:focus {
  outline: 1px solid #00833d; }

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

h1 {
  margin-top: 0;
  font-family: "Neothic Regular", serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 47px;
  line-height: 56px;
  color: #026937;
  font-weight: 300;
  margin-bottom: 50px; }

h2 {
  margin-top: 0;
  font-family: "Neothic Regular", serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 47px;
  color: #026937;
  font-weight: 300;
  font-family: "Neothic Regular", serif;
  margin-bottom: 20px; }
  @media (max-width: 799px) {
    h2 {
      font-size: 30px;
      line-height: 120%; } }

h3 {
  margin-top: 0;
  font-family: "Neothic Regular", serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 42px;
  color: #026937;
  font-weight: 400;
  margin-bottom: 20px; }

h4 {
  margin-top: 0;
  font-family: "Neothic Regular", serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 37px;
  color: #026937;
  font-weight: 400;
  margin-bottom: 20px; }

h5 {
  margin-top: 0;
  font-family: "Neothic Regular", serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 33px;
  color: #026937;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px; }

h6 {
  margin-top: 0;
  font-family: "Neothic Regular", serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 28px;
  color: #004d37;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  outline: 0;
  text-decoration: none;
  color: #00833d;
  font-weight: 700;
  transition: background .3s, color .3s; }
  a:hover {
    color: #004d37; }

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

ul {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAPElEQVQIW2NkwAIYH663SfvPwADCZ5kYGGbJBx45y/hgvc0ZBgYGY5CG/wwMsxQDj6RjF8SqHatFRAsCAI4JHAn+gXFnAAAAAElFTkSuQmCC); }

table.styled, table.fs_style_33, table.fs_style_34 {
  margin-bottom: 1.25em;
  width: 100%; }
  table.styled tr:nth-of-type(even) td, table.fs_style_33 tr:nth-of-type(even) td, table.fs_style_34 tr:nth-of-type(even) td {
    background-color: #e0efe0; }
  table.fs_style_33 tr:first-child td {
    display: table-cell !important; }
  table.fs_style_34 tr:nth-of-type(odd) td {
    background-color: #fff; }
  table.fs_style_34 tr:nth-of-type(even) td {
    background-color: #E0EEE0; }
  table.styled th,
  table.styled td, table.fs_style_33 th,
  table.fs_style_33 td, table.fs_style_34 th,
  table.fs_style_34 td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.styled th, table.fs_style_33 th, table.fs_style_34 th {
    padding: 1.25em;
    text-align: left;
    background: #004d37;
    color: #fff; }
  table.styled td, table.fs_style_33 td, table.fs_style_34 td {
    padding: 7px 1.25em;
    background: #fff;
    border-radius: 0 !important; }

.fs_style_35 {
  background-color: #004d37;
  color: #fff;
  font-size: 18px;
  padding: 7px 20px;
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  border-radius: 25px; }

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: 1px solid #004d37;
  margin: 0 0 20px;
  padding: 12px 15px;
  background: transparent;
  color: #004d37;
  outline: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none; }
  .fsLoadMoreButton:hover, .fsLoadMoreButton:focus {
    background: #004d37;
    color: #fff; }
  .fsLoadMoreButton em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }

.button {
  display: inline-block;
  border: 1px solid #004d37;
  margin: 0 0 20px;
  padding: 12px 15px;
  background: transparent;
  color: #004d37;
  outline: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #004d37; }
  .button:hover, .button:focus {
    background: #004d37;
    color: #fff; }
  .button em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }

.color-button {
  display: inline-block;
  border: 1px solid #00833d;
  margin: 0 0 20px;
  padding: 12px 15px;
  background: transparent;
  color: #00833d;
  outline: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #00833d; }
  .color-button:hover, .color-button:focus {
    background: #00833d;
    color: #fff; }
  .color-button em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }

.hollow-button {
  display: inline-block;
  border: 1px solid #e0af3b;
  margin: 0 0 20px;
  padding: 12px 15px;
  background: transparent;
  color: #e0af3b;
  outline: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #e0af3b;
  color: #004d37; }
  .hollow-button:hover, .hollow-button:focus {
    background: #e0af3b;
    color: #fff; }
  .hollow-button em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }
  .hollow-button:hover {
    color: #004d37; }

.fs_style_26 {
  display: inline-block;
  border: 1px solid #004d37;
  margin: 0 0 20px;
  padding: 12px 15px;
  background: transparent;
  color: #004d37;
  outline: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700; }
  .fs_style_26:hover, .fs_style_26:focus {
    background: #004d37;
    color: #fff; }
  .fs_style_26 em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }

.fs_style_27, .util-schools .fsElementTitle, .util-portal .fsElementContent a, .util-ctc .fsElementContent a, .util-summer .fsElementContent a, .mobile-btn {
  display: inline-block;
  border: 1px solid #00833d;
  margin: 0 0 20px;
  padding: 12px 15px;
  background: transparent;
  color: #00833d;
  outline: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700; }
  .fs_style_27:hover, .util-schools .fsElementTitle:hover, .util-portal .fsElementContent a:hover, .util-ctc .fsElementContent a:hover, .util-summer .fsElementContent a:hover, .mobile-btn:hover, .fs_style_27:focus, .util-schools .fsElementTitle:focus, .util-portal .fsElementContent a:focus, .util-ctc .fsElementContent a:focus, .util-summer .fsElementContent a:focus, .mobile-btn:focus {
    background: #00833d;
    color: #fff; }
  .fs_style_27 em, .util-schools .fsElementTitle em, .util-portal .fsElementContent a em, .util-ctc .fsElementContent a em, .util-summer .fsElementContent a em, .mobile-btn em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }

.fs_style_28 {
  display: inline-block;
  border: 1px solid #e0af3c;
  margin: 0 0 20px;
  padding: 12px 15px;
  background: transparent;
  color: #e0af3c;
  outline: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #004d37; }
  .fs_style_28:hover, .fs_style_28:focus {
    background: #e0af3c;
    color: #fff; }
  .fs_style_28 em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }
  .fs_style_28:hover, .fs_style_28:focus {
    color: #004d37; }

.fs_style_29 {
  display: inline-block;
  border: 1px solid #fff;
  margin: 0 0 20px;
  padding: 12px 15px;
  background: transparent;
  color: #fff;
  outline: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700; }
  .fs_style_29:hover, .fs_style_29:focus {
    background: #fff;
    color: #fff; }
  .fs_style_29 em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }
  .fs_style_29:hover, .fs_style_29:focus {
    background: #e0af3b;
    border-color: #e0af3b;
    color: #004d37; }

.fs_style_30 {
  display: inline-block;
  border: 1px solid #00833d;
  margin: 0 0 20px;
  padding: 12px 15px;
  background: #00833d;
  color: #00833d;
  outline: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700; }
  .fs_style_30:hover, .fs_style_30:focus {
    background: #00833d;
    color: #fff; }
  .fs_style_30 em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }
  .fs_style_30:hover, .fs_style_30:focus {
    background: #006830; }

.fs_style_31 {
  display: inline-block;
  border: 1px solid #e0af3c;
  margin: 0 0 20px;
  padding: 12px 15px;
  background: #e0af3c;
  color: #e0af3c;
  outline: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700; }
  .fs_style_31:hover, .fs_style_31:focus {
    background: #e0af3c;
    color: #fff; }
  .fs_style_31 em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }
  .fs_style_31:hover, .fs_style_31:focus {
    background: #e0af3b; }

.fs_style_32 {
  display: inline-block;
  border: 1px solid #004d37;
  margin: 0 0 20px;
  padding: 12px 15px;
  background: #004d37;
  color: #004d37;
  outline: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700; }
  .fs_style_32:hover, .fs_style_32:focus {
    background: #004d37;
    color: #fff; }
  .fs_style_32 em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }
  .fs_style_32:hover, .fs_style_32:focus {
    background: #003d2c; }

.fs_style_30,
.fs_style_31,
.fs_style_32 {
  color: #fff;
  font-family: "Neothic Regular", serif;
  font-size: 20px;
  font-weight: 700;
  padding: 25px 24px; }

.fs_style_37 {
  display: inline-block;
  border: 1px solid #fff;
  margin: 0 0 20px;
  padding: 12px 15px;
  background: #00833d;
  color: #fff;
  outline: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700; }
  .fs_style_37:hover, .fs_style_37:focus {
    background: #fff;
    color: #fff; }
  .fs_style_37 em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }
  .fs_style_37:hover, .fs_style_37:focus {
    background: transparent !important;
    color: #00833d;
    border: solid 1px #00833d; }

.fs_style_38 {
  display: inline-block;
  border: 1px solid #e0af3b;
  margin: 0 0 20px;
  padding: 12px 15px;
  background: #e0af3b;
  color: #e0af3b;
  outline: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #e0af3b;
  color: #004d37; }
  .fs_style_38:hover, .fs_style_38:focus {
    background: #e0af3b;
    color: #fff; }
  .fs_style_38 em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }
  .fs_style_38:hover, .fs_style_38:focus {
    background: transparent !important;
    color: #004d37; }

.fs_style_39 {
  display: inline-block;
  border: 1px solid #fff;
  margin: 0 0 20px;
  padding: 12px 15px;
  background: #004d37;
  color: #fff;
  outline: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700; }
  .fs_style_39:hover, .fs_style_39:focus {
    background: #fff;
    color: #fff; }
  .fs_style_39 em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }
  .fs_style_39:hover, .fs_style_39:focus {
    background: transparent !important;
    color: #004d37;
    border: solid 1px #004d37; }

.fs_style_36 {
  padding: 25px 40px;
  max-width: 275px; }

.j-paginate.juicer-button,
.fsAccount input[type="submit"],
.fsSearchElementSearchButton.fsStyleUpdateButton,
.scroll-up > div,
.fsStyleDefaultButton,
.fsStyleUpdateButton,
.fsComposerFormEmbed form .submitBtn,
.ui-widget button,
button.scroll-up {
  display: inline-block;
  border: 1px solid #004d37;
  margin: 0 0 20px;
  padding: 12px 15px;
  background: transparent;
  color: #004d37;
  outline: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700; }
  .j-paginate.juicer-button:hover, .j-paginate.juicer-button:focus,
  .fsAccount input[type="submit"]:hover,
  .fsAccount input[type="submit"]:focus,
  .fsSearchElementSearchButton.fsStyleUpdateButton:hover,
  .fsSearchElementSearchButton.fsStyleUpdateButton:focus,
  .scroll-up > div:hover,
  .scroll-up > div:focus,
  .fsStyleDefaultButton:hover,
  .fsStyleDefaultButton:focus,
  .fsStyleUpdateButton:hover,
  .fsStyleUpdateButton:focus,
  .fsComposerFormEmbed form .submitBtn:hover,
  .fsComposerFormEmbed form .submitBtn:focus,
  .ui-widget button:hover,
  .ui-widget button:focus,
  button.scroll-up:hover,
  button.scroll-up:focus {
    background: #004d37;
    color: #fff; }
  .j-paginate.juicer-button em,
  .fsAccount input[type="submit"] em,
  .fsSearchElementSearchButton.fsStyleUpdateButton em,
  .scroll-up > div em,
  .fsStyleDefaultButton em,
  .fsStyleUpdateButton em,
  .fsComposerFormEmbed form .submitBtn em,
  .ui-widget button em,
  button.scroll-up em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }

.fsAccount input[type="submit"] {
  display: block !important; }

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_24 {
  font-size: 23px;
  line-height: 28px;
  color: #004d37;
  font-weight: 600; }

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 23px;
  line-height: 31px;
  font-family: "Open Sans", sans-serif;
  color: #00833d;
  border-top: 1px solid #e0efe0;
  border-bottom: 1px solid #e0efe0;
  padding: 25px 0;
  text-align: center;
  font-weight: 300; }
  blockquote:before {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -15px;
    content: "\201C";
    font-family: "Open Sans", sans-serif;
    color: #e0af3c;
    font-size: 60px;
    background: #fff;
    height: 30px;
    line-height: 1;
    padding: 0 5px; }

cite,
.fs_style_25 {
  display: block;
  font-style: normal;
  color: #262626;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px; }
  cite:before,
  .fs_style_25:before {
    content: "- "; }

.callout {
  color: #00833d;
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  line-height: 30px;
  font-weight: 300; }
  .callout.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left {
        width: 50%; } }
  .callout.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right {
        width: 50%; } }

.card {
  margin-bottom: 48px; }
  .card > header .fsElementHeaderContent img {
    width: 100%;
    display: block; }
  .card h2 {
    font-size: 20px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 10px; }
  .card a:hover, .card a:focus {
    text-decoration: underline; }
  .card .fsElementHeaderContent {
    margin-bottom: 0; }
  .card.gray {
    background-color: #f8f8f8;
    overflow: hidden; }
    .card.gray > .fsElementContent {
      padding: 30px;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 100%; }
  .card.dark-green {
    background: #00833d;
    color: #fff;
    overflow: hidden; }
    .card.dark-green > .fsElementContent {
      padding: 30px; }
    .card.dark-green h1,
    .card.dark-green h2,
    .card.dark-green h3,
    .card.dark-green h4,
    .card.dark-green h5,
    .card.dark-green h6 {
      color: inherit; }
    .card.dark-green a {
      color: #fff; }
  .card.green {
    background: #e0efe0;
    color: #004d37;
    overflow: hidden; }
    .card.green > .fsElementContent {
      padding: 30px 20px; }
    .card.green h1,
    .card.green h2,
    .card.green h3,
    .card.green h4,
    .card.green h5,
    .card.green h6 {
      color: inherit; }
    .card.green a {
      color: #004d37; }
  .card.yellow {
    background: #e0af3c;
    color: #004d37;
    overflow: hidden; }
    .card.yellow > .fsElementContent {
      padding: 30px; }
    .card.yellow h1,
    .card.yellow h2,
    .card.yellow h3,
    .card.yellow h4,
    .card.yellow h5,
    .card.yellow h6 {
      color: inherit; }
    .card.yellow a {
      color: #004d37; }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100; }
  body.fsComposeMode #fsHeader {
    position: static; }
  @media (max-width: 699px) {
    #fsHeader .fsBanner {
      padding: 0; } }
  @media (max-width: 1099px) {
    #fsHeader {
      padding: 15px;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; } }

.site-info-container {
  overflow: hidden;
  white-space: nowrap;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  min-width: 125px; }
  .site-info-container img {
    width: 250px;
    transition: width 0.3s; }
    @media (max-width: 799px) {
      .site-info-container img {
        width: 168px; } }
    .fixed-top .site-info-container img {
      width: 250px; }
      @media (max-width: 799px) {
        .fixed-top .site-info-container img {
          width: 168px; } }
  .site-info-container a {
    display: block;
    display: -ms-flexbox;
    display: flex;
    color: transparent; }
    .site-info-container a:hover {
      color: transparent; }
  @media (max-width: 799px) {
    .site-info-container img {
      width: 168px; } }

.util-nav {
  float: right;
  position: relative;
  z-index: 1;
  margin-top: 12px; }
  .util-nav > .fsElementContent > .fsElement {
    display: inline-block; }
    .util-nav > .fsElementContent > .fsElement + .fsElement {
      margin-left: 10px; }
    .util-nav > .fsElementContent > .fsElement p,
    .util-nav > .fsElementContent > .fsElement a {
      margin-bottom: 0; }
  #fsMenu .util-nav {
    padding: 0 20px;
    margin-top: 0;
    float: none; }
    #fsMenu .util-nav > .fsElementContent {
      padding-bottom: 20px;
      border-bottom: 1px solid #003e2c; }
    #fsMenu .util-nav > .fsElementContent > .fsElement {
      display: block;
      margin-left: 0; }
      #fsMenu .util-nav > .fsElementContent > .fsElement .fsElementContent a.fs_style_27, #fsMenu .util-nav > .fsElementContent > .fsElement .fsElementContent .util-schools a.fsElementTitle, .util-schools #fsMenu .util-nav > .fsElementContent > .fsElement .fsElementContent a.fsElementTitle, #fsMenu .util-nav > .fsElementContent > .fsElement .util-portal .fsElementContent a, .util-portal #fsMenu .util-nav > .fsElementContent > .fsElement .fsElementContent a, #fsMenu .util-nav > .fsElementContent > .fsElement .util-ctc .fsElementContent a, .util-ctc #fsMenu .util-nav > .fsElementContent > .fsElement .fsElementContent a, #fsMenu .util-nav > .fsElementContent > .fsElement .util-summer .fsElementContent a, .util-summer #fsMenu .util-nav > .fsElementContent > .fsElement .fsElementContent a, #fsMenu .util-nav > .fsElementContent > .fsElement .fsElementContent a.mobile-btn {
        background: transparent;
        border: 0;
        padding: 0;
        color: #fff; }
  @media (max-width: 1199px) {
    #fsHeader .util-nav {
      display: none; } }

.util-schools {
  font-size: 15px; }
  #fsHeader .util-schools {
    position: relative; }
    #fsHeader .util-schools .fsElementContent {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    #fsHeader .util-schools:hover .fsElementContent {
      max-height: 9999px; }
    @media (max-width: 599px) {
      #fsHeader .util-schools:focus .fsElementContent {
        max-height: 9999px; } }
  .util-schools .fsElementTitle {
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    padding: 10px 18px;
    margin-bottom: 0;
    border-color: rgba(0, 131, 61, 0.9); }
    .util-schools .fsElementTitle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      margin-right: 4px;
      font-size: 15px; }
  .util-schools:hover .fsElementTitle {
    border-radius: 25px 25px 0 0;
    background: rgba(0, 131, 61, 0.9);
    border-color: transparent;
    color: #fff; }
  #fsHeader .util-schools .fsElementContent {
    background: rgba(0, 131, 61, 0.9);
    width: 100%;
    text-align: center;
    border-radius: 0 0 25px 25px; }
  .util-schools ul, .util-schools ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .util-schools ul li {
    margin: 0;
    padding: 0; }
  .util-schools ul {
    padding: 15px 0; }
    .util-schools ul li + li {
      margin-top: 15px; }
    .util-schools ul a {
      color: #fff; }
      .util-schools ul a:hover {
        color: #e0af3c; }
  #fsMenu .util-schools .fsElementTitle {
    border: 0;
    color: #fff;
    padding: 0;
    background: transparent; }
  #fsMenu .util-schools .fsElementContent {
    padding: 0 20px; }

.util-portal .fsElementContent a {
  margin-bottom: 0;
  font-weight: 400; }
  .util-portal .fsElementContent a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-right: 4px;
    font-size: 15px; }

#fsMenu .util-portal .fsElementContent a {
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff; }

.util-ctc .fsElementContent a {
  margin-bottom: 0;
  font-weight: 400; }
  .util-ctc .fsElementContent a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-right: 4px;
    font-size: 15px; }

#fsMenu .util-ctc .fsElementContent a {
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff; }

.util-parents .fsElementContent a {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 180%;
  color: #004d37;
  background: #e0eee0;
  padding: 10px 15px;
  margin-right: 10px;
  white-space: nowrap;
  transition: all 0.2s; }
  .util-parents .fsElementContent a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
    transition: all 0.2s; }
  @media (max-width: 1099px) {
    .util-parents .fsElementContent a {
      display: none; } }
  .util-parents .fsElementContent a:hover, .util-parents .fsElementContent a:focus {
    background: #128244;
    color: #fff; }
    .util-parents .fsElementContent a:hover:before, .util-parents .fsElementContent a:focus:before {
      color: #fff; }

#fsMenu .util-parents .fsElementContent a {
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff; }

.util-summer .fsElementContent a {
  margin-bottom: 0;
  font-weight: 400; }
  .util-summer .fsElementContent a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-right: 4px;
    font-size: 15px; }

#fsMenu .util-summer .fsElementContent a {
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff; }

.util-calendar .fsElementContent a {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 180%;
  color: #004d37;
  background: #f2f2f2;
  padding: 10px 15px;
  margin-right: 10px;
  margin-left: 18px;
  white-space: nowrap;
  transition: all 0.2s; }
  .util-calendar .fsElementContent a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
    transition: all 0.2s; }
  @media (max-width: 1099px) {
    .util-calendar .fsElementContent a {
      display: none; } }
  .util-calendar .fsElementContent a:hover, .util-calendar .fsElementContent a:focus {
    background: #128244;
    color: #fff; }
    .util-calendar .fsElementContent a:hover:before, .util-calendar .fsElementContent a:focus:before {
      color: #fff; }

#fsMenu .util-calendar {
  margin-top: 20px; }

#fsMenu .util-calendar .fsElementContent a {
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff; }

button.search-button {
  padding: 0;
  background: #128244;
  line-height: 1;
  width: 36px;
  height: 36px;
  position: relative;
  z-index: 1;
  border: 0;
  font-size: 0;
  cursor: pointer;
  margin-top: 1px; }
  button.search-button:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #fff;
    font-size: 16px; }
  button.search-button:hover, button.search-button:focus {
    background: #004d37; }

.util-search {
  opacity: 0;
  visibility: hidden;
  width: 0; }
  @media (max-width: 1099px) {
    .util-search {
      display: none; } }
  .util-search .fsSearchElementKeyword {
    margin-bottom: 0;
    width: calc(100% - 36px); }
  .util-search .fsButtonClear {
    display: none; }
  .util-search .fsFieldLabel {
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px; }
  .util-search form {
    background: #e0eee0;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    transition: width .4s, opacity .2s;
    transition-delay: opacity .2s;
    opacity: 0; }
  .util-search input {
    display: none;
    border: 0;
    margin-left: 65px;
    background: transparent; }
    .util-search input::-webkit-input-placeholder {
      color: #004d37;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      line-height: 30px; }
    .util-search input:-moz-placeholder {
      color: #004d37;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      line-height: 30px; }
    .util-search input::-moz-placeholder {
      color: #004d37;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      line-height: 30px; }
    .util-search input:-ms-input-placeholder {
      color: #004d37;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      line-height: 30px; }
  .active-search .util-search {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    width: auto; }
    .active-search .util-search ~ .nav-main {
      display: none; }
    .active-search .util-search form {
      position: absolute;
      top: 50%;
      right: 0;
      border: 0;
      height: 56px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 54%;
      display: -ms-flexbox;
      display: flex;
      opacity: 1; }
      .active-search .util-search form:before {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        background: #128244;
        width: 36px;
        height: 36px;
        font-size: 0;
        line-height: 1;
        letter-spacing: 0;
        position: absolute;
        left: 10px;
        top: 10px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #fff;
        font-size: 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
    .active-search .util-search input {
      display: block;
      width: calc(100% - 101px); }
    .active-search .util-search button {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      background: transparent;
      width: 69px;
      border: 1px solid #e0eee0;
      border-left: 1px solid rgba(18, 130, 68, 0.3);
      position: relative;
      font-size: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      height: 100%; }
      .active-search .util-search button:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #128244;
        font-size: 28px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute; }
      .active-search .util-search button:hover, .active-search .util-search button:focus {
        background: #004d37; }
        .active-search .util-search button:hover:before, .active-search .util-search button:focus:before {
          color: #fff; }
  #fsMenu .util-search {
    width: calc(100% - 45px);
    position: relative; }
    #fsMenu .util-search input {
      position: static;
      display: block;
      border-radius: 0;
      padding: 13px 45px 13px 15px;
      height: 45px; }
    #fsMenu .util-search button {
      position: absolute;
      top: 3px;
      right: 10px;
      border: 0; }
      #fsMenu .util-search button:before {
        color: #fff; }

.right-btns ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end; }
  .right-btns ul, .right-btns ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .right-btns ul li {
    margin: 0;
    padding: 0; }

.right-btns a {
  display: block; }
  .right-btns a .btn-text {
    color: #004d37;
    width: 61px;
    height: 61px;
    display: block;
    background-color: #e0af3c;
    font-size: 13px;
    text-align: center;
    transition: width 0.3s;
    font-weight: 500; }
    .right-btns a .btn-text:before {
      display: block;
      font-size: 29px;
      line-height: 0.7;
      padding-top: 10px; }
  .right-btns a:hover .btn-text, .right-btns a:focus .btn-text {
    width: 80px;
    transition: width 0.3s; }

.right-btns li {
  display: inline-block; }
  .right-btns li + li {
    margin-left: 20px; }

.right-btns .fsElementContent {
  padding: 20px 0 20px 20px; }

.right-btns .fsElementContent li:first-child a .btn-text:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.right-btns .fsElementContent li:nth-child(2) a .btn-text:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 20px;
  padding-top: 15px; }

.right-btns .fsElementContent li:nth-child(3) a .btn-text:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.right-btns .fsElementContent li:nth-child(4) a .btn-text:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

#fsHeader .right-btns {
  position: fixed;
  right: 0;
  top: 300px; }
  #fsHeader .right-btns a {
    position: relative;
    z-index: 1; }
  #fsHeader .right-btns .btn-inner {
    overflow: hidden;
    max-width: 60px;
    transition: max-width 0.3s cubic-bezier(0, 1, 0, 1);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 100px;
    z-index: -1; }
  #fsHeader .right-btns li {
    display: block; }
    #fsHeader .right-btns li + li {
      margin-left: 0;
      margin-top: 1px; }
  @media (max-width: 1099px) {
    #fsHeader .right-btns {
      display: none; } }

#fsMenu .right-btns .btn-inner {
  display: none; }

.header-photo {
  position: relative; }
  .header-photo .the-slide,
  .header-photo article {
    height: 600px;
    background-size: cover;
    background-position: center; }
    @media (max-width: 799px) {
      .header-photo .the-slide,
      .header-photo article {
        height: 450px; } }
    @media (max-width: 699px) {
      .header-photo .the-slide,
      .header-photo article {
        height: 260px; } }
  .header-photo .txt-slider {
    position: absolute;
    bottom: 80px;
    left: calc(50% - (1180px / 2));
    z-index: 1;
    max-width: 270px;
    margin-bottom: 0; }
    .header-photo .txt-slider .slick-arrow {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #004d37;
      border: 0;
      font-size: 0;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      text-align: center;
      z-index: 1;
      line-height: 36px;
      color: #fff; }
      .header-photo .txt-slider .slick-arrow:hover {
        background: #e0af3c; }
      .header-photo .txt-slider .slick-arrow:before {
        font-size: 30px !important;
        font-family: "Neothic Regular", serif;
        color: #fff !important; }
      .header-photo .txt-slider .slick-arrow.slick-prev {
        left: -20px; }
        .header-photo .txt-slider .slick-arrow.slick-prev:before {
          content: "\00AB"; }
      .header-photo .txt-slider .slick-arrow.slick-next {
        right: -20px; }
        .header-photo .txt-slider .slick-arrow.slick-next:before {
          content: "\00BB"; }
    @media (max-width: 1279px) {
      .header-photo .txt-slider {
        left: 40px; } }
    @media (max-width: 799px) {
      .header-photo .txt-slider {
        bottom: 10px; } }
    @media (max-width: 699px) {
      .header-photo .txt-slider {
        display: none; } }
  .header-photo .txt-slide,
  .header-photo figcaption {
    width: 270px;
    height: 270px;
    background: rgba(0, 131, 61, 0.9);
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 22px 36px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    .header-photo .txt-slide a,
    .header-photo figcaption a {
      color: #e0af3c;
      display: block; }
      .header-photo .txt-slide a:hover,
      .header-photo figcaption a:hover {
        color: #004d37; }
      .header-photo .txt-slide a:after,
      .header-photo figcaption a:after {
        content: "\00bb";
        display: inline-block;
        margin-left: 3px; }
    .header-photo .txt-slide:focus,
    .header-photo figcaption:focus {
      outline: none; }
  .header-photo .fsTitle,
  .header-photo .txt-title {
    font-family: "Neothic Regular", serif;
    font-size: 25px;
    display: block;
    padding: 0 10px;
    line-height: 1.3;
    font-weight: normal; }
    .header-photo .fsTitle:after,
    .header-photo .txt-title:after {
      content: "\2022 \2022 \2022 \2022";
      display: block;
      font-size: 15px;
      letter-spacing: 7px;
      text-align: center;
      line-height: 1;
      color: #e0af3c; }
  .home .header-photo .the-slide,
  .home .header-photo article {
    height: 700px; }
    @media (min-width: 1100px) {
      .home .header-photo .the-slide,
      .home .header-photo article {
        height: 744px; } }
  .home .header-photo .txt-slider {
    max-width: 345px;
    left: auto;
    right: calc(50% - (1180px / 2)); }
  .home .header-photo .txt-slide,
  .home .header-photo figcaption {
    width: 345px;
    height: 345px; }
  @media (max-width: 1219px) {
    .home .header-photo .txt-slider {
      right: 30px; } }
  @media (max-width: 699px) {
    .home .header-photo .the-slide,
    .home .header-photo article {
      height: 247px; } }
  .header-photo video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.header-photo.resource-slider,
.header-photo {
  margin: 0; }
  @media (min-width: 1100px) {
    .header-photo.resource-slider,
    .header-photo {
      margin: 90px 0 0 0; } }
  .header-photo.resource-slider video,
  .header-photo video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .header-photo.resource-slider .playpause,
  .header-photo .playpause {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    background: #128244;
    display: block;
    height: 36px;
    width: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    font-size: 0;
    color: transparent;
    transition: all 0.3s;
    cursor: pointer; }
    .header-photo.resource-slider .playpause:before,
    .header-photo .playpause:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 15px;
      line-height: 15px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #e0eee0; }
    .header-photo.resource-slider .playpause:hover, .header-photo.resource-slider .playpause:focus,
    .header-photo .playpause:hover,
    .header-photo .playpause:focus {
      background: #004d37; }
    .header-photo.resource-slider .playpause.pause:before,
    .header-photo .playpause.pause:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .header-photo.resource-slider .fsElementSlideshow,
  .header-photo .fsElementSlideshow {
    padding: 0 !important;
    margin-bottom: 0 !important; }
    .header-photo.resource-slider .fsElementSlideshow .fsElementSlideshowControls > button,
    .header-photo .fsElementSlideshow .fsElementSlideshowControls > button {
      top: auto;
      bottom: 0;
      left: 0;
      background: #128244;
      opacity: 1; }
      .header-photo.resource-slider .fsElementSlideshow .fsElementSlideshowControls > button:hover, .header-photo.resource-slider .fsElementSlideshow .fsElementSlideshowControls > button:focus,
      .header-photo .fsElementSlideshow .fsElementSlideshowControls > button:hover,
      .header-photo .fsElementSlideshow .fsElementSlideshowControls > button:focus {
        background: #004d37; }
    .header-photo.resource-slider .fsElementSlideshow .fsElementSlideshowControls .fsSlideshowPause:before,
    .header-photo .fsElementSlideshow .fsElementSlideshowControls .fsSlideshowPause:before {
      height: 13px;
      margin: 4px 2px 0;
      width: 8px;
      background-size: cover; }
    .header-photo.resource-slider .fsElementSlideshow .slick-list,
    .header-photo.resource-slider .fsElementSlideshow .slick-track,
    .header-photo .fsElementSlideshow .slick-list,
    .header-photo .fsElementSlideshow .slick-track {
      transition-delay: 10ms; }
  .header-photo.resource-slider article,
  .header-photo article {
    padding: 0; }
    .header-photo.resource-slider article img,
    .header-photo article img {
      height: 247px;
      -o-object-fit: cover;
      object-fit: cover;
      width: auto;
      min-width: 100%; }
      @media (min-width: 700px) {
        .header-photo.resource-slider article img,
        .header-photo article img {
          height: 700px; } }
      @media (min-width: 1100px) {
        .header-photo.resource-slider article img,
        .header-photo article img {
          height: 744px; } }

body:not(.home) .header-photo.resource-slider article, body:not(.home) .header-photo article {
  height: 247px; }
  @media (min-width: 700px) {
    body:not(.home) .header-photo.resource-slider article, body:not(.home) .header-photo article {
      height: 557px; } }
  @media (min-width: 700px) {
    body:not(.home) .header-photo.resource-slider article img, body:not(.home) .header-photo article img {
      height: 557px; } }

.header-container > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 1099px) {
  .header-container button.search-button {
    display: none; } }

.header-container .nav-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1; }
  .header-container .nav-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex: 1;
    flex: 1; }

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 20px;
  padding-top: 40px;
  color: #fff; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }

.footer-info > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 899px) {
  .footer-info > .fsElementContent {
    -ms-flex-pack: center;
    justify-content: center; } }

.footer-address {
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 900px) {
    .footer-address {
      -ms-flex: 1;
      flex: 1;
      margin-left: 50px; } }
  @media (max-width: 899px) {
    .footer-address {
      margin-top: 40px !important; } }
  .footer-address a {
    color: #fff; }
  .footer-address .fsElementTitle {
    color: #fff;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif; }
  .footer-address .fsDiv.fsStyleColumn {
    width: auto;
    padding: 0; }
  .footer-address > .fsElementContent {
    display: -ms-flexbox;
    display: flex; }
    .footer-address > .fsElementContent > .fsElement {
      -ms-flex: 1;
      flex: 1;
      margin-bottom: 40px; }
      @media (min-width: 800px) {
        .footer-address > .fsElementContent > .fsElement {
          margin-right: 50px;
          margin-bottom: 0; } }
      .footer-address > .fsElementContent > .fsElement:last-of-type {
        margin-right: 0; }
  .footer-address ul, .footer-address ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer-address ul li {
    margin: 0;
    padding: 0; }
  .footer-address ul li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 25px; }
  .footer-address ul li:before {
    color: #e0af3c;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 0; }
  .footer-address ul li:first-child:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .footer-address ul li:nth-child(2):before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  @media (max-width: 899px) {
    .footer-address {
      width: 75%; }
      .footer-address .fsDiv.fsStyleColumn {
        width: 50%; }
      .footer-address .fsContent {
        text-align: center; }
      .footer-address .fsElementContent {
        margin: 0 auto;
        text-align: left; } }
    @media (max-width: 899px) and (max-width: 799px) {
      .footer-address .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column; } }
  @media (max-width: 899px) and (max-width: 799px) and (max-width: 799px) {
    .footer-address .fsElementContent .fsElementContent {
      width: 155px; } }
  @media (max-width: 699px) {
    .footer-address {
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 15px; }
      .footer-address .fsDiv.fsStyleColumn {
        width: 100%; } }

.footer-desc {
  width: 39%;
  padding-left: 95px;
  background-image: url("../images/footer-logo.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 80px;
  min-height: 85px;
  font-size: 16px;
  line-height: 25px; }
  @media (max-width: 899px) {
    .footer-desc {
      width: 64%; } }
  @media (max-width: 699px) {
    .footer-desc {
      width: 100%;
      padding-left: 0;
      padding-top: 105px;
      background-position: center top;
      text-align: center; } }
  .footer-desc p {
    margin-bottom: 0; }

.footer-links-container {
  border-bottom: 1px solid #00733b;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .footer-links-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media (max-width: 899px) {
    .footer-links-container > .fsElementContent {
      -ms-flex-pack: center;
      justify-content: center; } }

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

.footer-links ul li {
  margin: 0;
  padding: 0; }

@media (max-width: 799px) {
  .footer-links ul {
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 40px; } }

.footer-links ul a {
  color: #fff;
  font-size: 15px; }
  .footer-links ul a:hover, .footer-links ul a:focus {
    text-decoration: underline; }

@media (min-width: 800px) {
  .footer-links .menu-col + .menu-col {
    margin-left: 50px; } }

.footer-links .col-wrap {
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 899px) {
  .footer-links {
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 699px) {
  .footer-links {
    width: 100%; }
    .footer-links .col-wrap {
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .footer-links .menu-col + .menu-col {
      margin-left: 0; } }

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

.footer-social ul li {
  margin: 0;
  padding: 0; }

@media (max-width: 799px) {
  .footer-social ul {
    text-align: center; } }

.footer-social ul li {
  display: inline-block;
  font-size: 0; }
  .footer-social ul li + li {
    margin-left: 10px; }

.footer-social ul a {
  font-size: 0;
  width: 40px;
  height: 40px;
  background: #004d37;
  display: block;
  border-radius: 100%;
  text-align: center;
  line-height: 40px; }
  .footer-social ul a:before {
    font-size: 20px;
    color: #fff; }
  .footer-social ul a:hover, .footer-social ul a:focus {
    background: #e0af3c; }
  .footer-social ul a[href*="facebook"]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .footer-social ul a[href*="twitter"]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .footer-social ul a[href*="linkedin"]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .footer-social ul a[href*="instagram"]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .footer-social ul a[href*="youtube"]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

@media (max-width: 899px) {
  .footer-social {
    -ms-flex-order: 1;
    order: 1; } }

.footer-accred {
  display: inline-block; }
  .footer-accred ul, .footer-accred ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer-accred ul li {
    margin: 0;
    padding: 0; }
  .footer-accred ul li {
    display: inline-block; }
    .footer-accred ul li + li {
      margin-left: 50px; }
  @media (max-width: 699px) {
    .footer-accred {
      text-align: center; }
      .footer-accred ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .footer-accred li:nth-child(3) {
        width: 100%; }
      .footer-accred ul li + li {
        margin-left: 0; } }

.footer-search {
  width: 100%;
  margin-bottom: 80px; }
  @media (max-width: 799px) {
    .footer-search {
      display: none; } }
  .footer-search form {
    display: -ms-flexbox;
    display: flex;
    background: #e0eee0; }
  .footer-search label {
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px; }
  .footer-search .fsSearchElementKeyword {
    margin-bottom: 0;
    width: calc(100% - 46px);
    padding-left: 10px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 10px 10px 0; }
    .footer-search .fsSearchElementKeyword:before {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      background: #128244;
      width: 36px;
      height: 36px;
      font-size: 0;
      line-height: 1;
      letter-spacing: 0;
      position: relative;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      font-size: 16px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
    .footer-search .fsSearchElementKeyword input {
      background: transparent;
      border: 0;
      padding-left: 20px; }
      .footer-search .fsSearchElementKeyword input::-webkit-input-placeholder {
        color: #004d37;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        line-height: 30px; }
      .footer-search .fsSearchElementKeyword input:-moz-placeholder {
        color: #004d37;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        line-height: 30px; }
      .footer-search .fsSearchElementKeyword input::-moz-placeholder {
        color: #004d37;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        line-height: 30px; }
      .footer-search .fsSearchElementKeyword input:-ms-input-placeholder {
        color: #004d37;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        line-height: 30px; }
  .footer-search .fsSearchElementSearchButton {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    width: 69px;
    border: 1px solid #e0eee0;
    border-left: 1px solid rgba(18, 130, 68, 0.3);
    position: relative;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer-search .fsSearchElementSearchButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #128244;
      font-size: 28px;
      transition: all 0.3s; }
    .footer-search .fsSearchElementSearchButton:hover, .footer-search .fsSearchElementSearchButton:focus {
      background: #128244;
      border: 1px solid #e0eee0; }
      .footer-search .fsSearchElementSearchButton:hover:before, .footer-search .fsSearchElementSearchButton:focus:before {
        color: #fff; }

.footer-utility {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1; }
  @media (min-width: 800px) {
    .footer-utility {
      margin-top: 50px; } }
  .footer-utility > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 799px) {
      .footer-utility > .fsElementContent {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

.footer-links ul {
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 800px) {
    .footer-links ul li {
      margin-right: 67px; } }
  .footer-links ul li:last-child {
    margin-right: 0; }
  .footer-links ul li a {
    font-weight: bold;
    font-size: 13px;
    line-height: 25px; }

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

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

html {
  font-family: "Open Sans", sans-serif;
  background: #00833d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 1em;
  line-height: 1.5625;
  color: #262626; }

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

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  padding-top: 30px; }
  @media (min-width: 1100px) {
    #fsPageBodyWrapper {
      padding-top: 130px; } }
  .has-hero #fsPageBodyWrapper {
    padding-top: 50px; }
  .header-photo + #fsPageBodyWrapper, .panel-hero + #fsPageBodyWrapper, .hero-home + #fsPageBodyWrapper {
    padding-top: 60px; }
  .hide-nav-bar #fsPageBodyWrapper {
    padding-top: 20px; }
    @media (min-width: 1100px) {
      .hide-nav-bar #fsPageBodyWrapper {
        padding-top: 130px; } }

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

#fsBannerLeft, .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 800px) {
    #fsBannerLeft, .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child {
      float: left; } }
  @media (min-width: 800px) {
    #fsBannerLeft, .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child {
      padding-right: 40px;
      width: 22.0339%; } }
  .fsHasLeftBanner #fsBannerLeft, .fsHasLeftBanner .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child, .landing.fsHasThreeColumnTopLayout .fsHasLeftBanner .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child {
    padding-right: 0; }
    @media (min-width: 800px) {
      .fsHasLeftBanner #fsBannerLeft, .fsHasLeftBanner .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child, .landing.fsHasThreeColumnTopLayout .fsHasLeftBanner .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child {
        padding-right: 40px;
        width: 36.5%; } }
    @media (min-width: 900px) {
      .fsHasLeftBanner #fsBannerLeft, .fsHasLeftBanner .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child, .landing.fsHasThreeColumnTopLayout .fsHasLeftBanner .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child {
        padding-right: 40px;
        width: 22.0339%; } }

#fsPageContent, .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2) {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important; }
  @media (min-width: 800px) {
    #fsPageContent, .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2) {
      float: left !important; } }
  @media (min-width: 800px) {
    .fsHasRightBanner #fsPageContent, .fsHasRightBanner .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2), .landing.fsHasThreeColumnTopLayout .fsHasRightBanner .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2) {
      width: 72.88136% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner #fsPageContent, .fsHasLeftBanner .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2), .landing.fsHasThreeColumnTopLayout .fsHasLeftBanner .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2) {
      width: 77.9661% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner #fsPageContent, .fsHasLeftBanner .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2), .landing.fsHasThreeColumnTopLayout .fsHasLeftBanner .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2) {
      width: 63.5% !important;
      float: right; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner #fsPageContent, .fsHasLeftBanner .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2), .landing.fsHasThreeColumnTopLayout .fsHasLeftBanner .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2) {
      width: 77.9661% !important;
      float: left; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent, .fsHasLeftBanner.fsHasRightBanner .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2), .landing.fsHasThreeColumnTopLayout .fsHasLeftBanner.fsHasRightBanner .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2) {
      width: 50.84746% !important; } }

#fsBannerRight, .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(3) {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 800px) {
    #fsBannerRight, .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(3) {
      float: left; } }
  @media (min-width: 800px) {
    #fsBannerRight, .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(3) {
      padding-left: 40px;
      width: 27.11864%; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight, .fsHasLeftBanner.fsHasRightBanner .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(3), .landing.fsHasThreeColumnTopLayout .fsHasLeftBanner.fsHasRightBanner .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(3) {
      padding-left: 0;
      width: 63.5%;
      float: right; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight, .fsHasLeftBanner.fsHasRightBanner .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(3), .landing.fsHasThreeColumnTopLayout .fsHasLeftBanner.fsHasRightBanner .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(3) {
      padding-left: 40px;
      width: 27.11864%; } }

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

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  float: right;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding-right: 1.25em;
  padding-left: 1.25em;
  margin-top: 20px; }
  @media (max-width: 699px) {
    #fsPoweredByFinalsite {
      float: none;
      margin: 25px auto; } }

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

.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - main v0.0.1 */
.nav-main {
  opacity: 1;
  transition: all .3s; }
  .active-search .nav-main {
    opacity: 0; }
  #fsHeader .nav-main {
    display: none;
    margin-top: 0; }
    @media (min-width: 900px) {
      #fsHeader .nav-main {
        display: block;
        margin-left: auto; } }
  .nav-main, .nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-main li {
    margin: 0;
    padding: 0; }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 {
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-left: 10px; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  @media (min-width: 1200px) {
    .nav-main .fsNavLevel1 {
      padding-left: 30px; } }
  .nav-main .fsNavLevel1 > li {
    position: relative; }
    .nav-main .fsNavLevel1 > li > a {
      color: #004d37;
      display: inline-block;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      padding: 38px 12px;
      line-height: 20px;
      white-space: nowrap; }
      .nav-main .fsNavLevel1 > li > a:hover, .nav-main .fsNavLevel1 > li > a:focus {
        color: #00833d; }
      .nav-main .fsNavLevel1 > .fsNavCurrentPage > a,
      .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a,
      .nav-main .fsNavLevel1 > .menu-item-open > a {
        color: #00833d; }
    .nav-main .fsNavLevel1 > li:hover > a,
    .nav-main .fsNavLevel1 > li:focus > a,
    .nav-main .fsNavLevel1 > li.menu-item-open > a,
    .nav-main .fsNavLevel1 > li.fsNavCurrentPage > a,
    .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
      color: #00833d;
      position: relative; }
  #fsMenu .nav-main {
    padding: 15px 20px; }
    #fsMenu .nav-main .fsNavPageInfo {
      display: none; }
    #fsMenu .nav-main .fsNavLevel1 {
      padding-left: 0;
      display: block;
      text-align: left;
      border-bottom: 1px solid #003e2c;
      padding-bottom: 15px; }
      #fsMenu .nav-main .fsNavLevel1 > li + li {
        margin-top: 20px; }
    #fsMenu .nav-main .fsNavLevel1 > li > a {
      color: #004d37;
      padding-bottom: 0; }
    #fsMenu .nav-main .fsNavCurrentPage > a,
    #fsMenu .nav-main .fsNavCurrentPageAncestor > a {
      color: #00833d !important; }
  @media (max-width: 1099px) {
    #fsHeader .nav-main {
      display: none; } }

.nav-main .fsNavLevel1 > li {
  position: relative; }
  .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;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.nav-main .menu-item-open {
  position: relative; }
  .nav-main .menu-item-open > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden; }
  .menu-item-open .nav-main .menu-item-open > .fsNavPageInfo {
    max-height: 9999px; }
  .nav-main .menu-item-open.menu-item-open > .fsNavPageInfo {
    max-height: 9999px; }
  .nav-main .menu-item-open .fsNavPageInfo {
    display: block;
    text-align: left;
    min-width: 270px;
    padding: 20px 0;
    overflow: visible; }
    .nav-main .menu-item-open .fsNavPageInfo:before {
      content: "";
      display: block;
      border: 12px solid #fff;
      border-bottom-color: #e3efe1;
      position: absolute;
      top: -23px;
      left: 50%;
      margin-left: -12px; }

.nav-main .fsNavPageInfo {
  background: #e3efe1; }
  @media (min-width: 980px) {
    .nav-main .menu-item-open .fsNavPageInfo {
      display: block;
      text-align: left;
      min-width: 270px;
      padding: 20px 0;
      overflow: visible; }
      .nav-main .menu-item-open .fsNavPageInfo:before {
        content: "";
        display: block;
        border: 12px solid #fff;
        border-bottom-color: #e3efe1;
        position: absolute;
        top: -23px;
        left: 50%;
        margin-left: -12px; } }
  @media (min-width: 980px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo,
    .nav-main .fsNavParentPage.menu-item-open .fsNavPageInfo {
      display: block;
      text-align: left;
      min-width: 270px;
      padding: 20px 0;
      overflow: visible; }
      .nav-main .fsNavParentPage:hover .fsNavPageInfo:before,
      .nav-main .fsNavParentPage.menu-item-open .fsNavPageInfo:before {
        content: "";
        display: block;
        border: 12px solid #fff;
        border-bottom-color: #e3efe1;
        position: absolute;
        top: -23px;
        left: 50%;
        margin-left: -12px; } }

.nav-main .fsNavLevel2 a {
  color: #262626;
  display: block;
  padding: 3px 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 280%; }
  .nav-main .fsNavLevel2 a:hover, .nav-main .fsNavLevel2 a:focus {
    color: #00833d;
    background: rgba(227, 239, 225, 0.5);
    mix-blend-mode: multiply; }

.nav-main .col-wrap {
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0; }
  .nav-main .col-wrap .menu-col {
    width: 235px;
    position: relative;
    padding: 0 30px; }
    .nav-main .col-wrap .menu-col + .menu-col:before {
      content: "";
      position: absolute;
      top: 0;
      left: 1px;
      bottom: 0;
      width: 1px;
      background: rgba(255, 255, 255, 0.15); }
  .nav-main .col-wrap li + li {
    margin-top: 20px; }

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: relative;
  height: 50px; }
  @media (min-width: 900px) {
    .drawer-ribbon {
      display: none; } }

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

.drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 3.75em;
  min-height: 100%;
  max-width: 37.5em;
  background: #262626; }
  .drawer-is-active .drawer {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

#fsMenu {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 999;
  width: 320px;
  overflow-y: scroll;
  -ms-transform: translateX(320px);
  transform: translateX(320px);
  transition: transform 0.3s;
  opacity: 0;
  visibility: hidden; }
  .mobile-open #fsMenu {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  #fsMenu .mobile-header {
    padding: 15px; }
    #fsMenu .mobile-header > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center; }
  #fsMenu .util-search {
    width: auto;
    position: absolute;
    top: 9px;
    bottom: 0;
    right: 10px;
    left: 10px; }
    .active-search #fsMenu .util-search {
      display: block; }
    #fsMenu .util-search form {
      width: 100%; }
    #fsMenu .util-search input {
      padding: 13px 15px 13px 15px; }
    #fsMenu .util-search button {
      position: absolute;
      top: 0;
      right: 0;
      border-left: 1px solid rgba(18, 130, 68, 0.3); }
      #fsMenu .util-search button:before {
        color: #128244; }
  #fsMenu .mobile-nav-main ul {
    padding: 0;
    margin: 0; }
  #fsMenu .mobile-nav-main li {
    list-style: none; }
  #fsMenu .mobile-nav-main a {
    display: block;
    position: relative; }
    #fsMenu .mobile-nav-main a:hover, #fsMenu .mobile-nav-main a:focus {
      text-decoration: underline; }
  #fsMenu .mobile-nav-main .fsNavLevel2,
  #fsMenu .mobile-nav-main .fsNavLevel3,
  #fsMenu .mobile-nav-main .fsNavLevel4,
  #fsMenu .mobile-nav-main .fsNavLevel5 {
    display: none; }
  #fsMenu .mobile-nav-main .expander:before {
    font-size: 15px; }
  #fsMenu .mobile-nav-main .expanded > a > .expander:before {
    font-size: 19px; }
  #fsMenu .mobile-nav-main .expanded > a > .expander:hover:before {
    color: #00833d; }
  #fsMenu .mobile-nav-main a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 24px;
    padding-left: 24px; }
    #fsMenu .mobile-nav-main a:hover, #fsMenu .mobile-nav-main a:focus {
      color: #00833d; }
  #fsMenu .mobile-nav-main [class*="fsNavCurrentPage"] > a {
    color: #262626;
    font-weight: 700; }
  #fsMenu .mobile-nav-main .fsNavLevel1 > li > a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    color: #004d37; }
  #fsMenu .mobile-nav-main .fsNavLevel2 {
    background: #e3efe1;
    padding: 15px 0; }
    #fsMenu .mobile-nav-main .fsNavLevel2 > li > a {
      color: #262626;
      padding-top: 5px;
      padding-bottom: 5px;
      font-weight: 600; }
    #fsMenu .mobile-nav-main .fsNavLevel2 a {
      font-size: 14px;
      line-height: 280%; }
    #fsMenu .mobile-nav-main .fsNavLevel2 li.fsNavCurrentPage, #fsMenu .mobile-nav-main .fsNavLevel2 li:hover, #fsMenu .mobile-nav-main .fsNavLevel2 li:focus {
      mix-blend-mode: multiply; }
      #fsMenu .mobile-nav-main .fsNavLevel2 li.fsNavCurrentPage a, #fsMenu .mobile-nav-main .fsNavLevel2 li:hover a, #fsMenu .mobile-nav-main .fsNavLevel2 li:focus a {
        color: #00833d;
        background: #e3efe1; }
    #fsMenu .mobile-nav-main .fsNavLevel2 li a:hover {
      background: #e3efe1;
      mix-blend-mode: multiply;
      color: #00833d; }
  #fsMenu .mobile-nav-main .fsNavLevel3 > li > a {
    padding-left: 37px; }
  #fsMenu .mobile-nav-main .fsNavLevel4 > li > a {
    padding-left: 57px; }
  #fsMenu .mobile-nav-main .fsNavLevel5 > li > a {
    padding-left: 77px; }
  #fsMenu .has-expander > a {
    padding-right: 30px;
    position: relative; }
  #fsMenu .expander {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 25px;
    width: 20px;
    height: 100%;
    font-size: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
    #fsMenu .expander:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 1.1875rem;
      transition: color 0.3s;
      color: #03823d; }
    #fsMenu .expander:hover:before, #fsMenu .expander:focus:before {
      color: #004d37; }
  #fsMenu .expanded > a {
    color: #03823d; }
    #fsMenu .expanded > a > .expander:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 1.1875rem;
      color: #03823d; }
  #fsMenu .menu-close {
    background: #fff;
    padding: 0;
    border: 0;
    width: 45px;
    height: 45px;
    font-size: 0; }
    #fsMenu .menu-close:hover:before, #fsMenu .menu-close:focus:before {
      color: #00833d; }
    #fsMenu .menu-close:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #007e36;
      font-size: 30px; }
  @media (max-width: 699px) {
    #fsMenu {
      width: 100%;
      -ms-transform: translateX(100%);
      transform: translateX(100%); } }
  #fsMenu .util-summer,
  #fsMenu .util-portal,
  #fsMenu .util-schools,
  #fsMenu .util-ctc {
    padding: 8px 0;
    margin-top: 0;
    margin-bottom: 0; }
  #fsMenu .util-calendar {
    margin-top: 0; }
    #fsMenu .util-calendar .fsElementContent a {
      margin-bottom: 0;
      font-weight: bold;
      font-size: 12px;
      line-height: 180%;
      color: #004d37;
      background: #f2f2f2;
      padding: 7px 15px;
      margin-right: 10px;
      margin-left: 0;
      white-space: nowrap;
      transition: all 0.2s;
      display: block; }
      #fsMenu .util-calendar .fsElementContent a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: inline-block;
        margin-right: 4px;
        font-size: 15px;
        transition: all 0.2s; }
      #fsMenu .util-calendar .fsElementContent a:hover, #fsMenu .util-calendar .fsElementContent a:focus {
        background: #128244;
        color: #fff; }
        #fsMenu .util-calendar .fsElementContent a:hover:before, #fsMenu .util-calendar .fsElementContent a:focus:before {
          color: #fff; }
    #fsMenu #fsMenu .util-calendar {
      margin-top: 20px; }
    #fsMenu #fsMenu .util-calendar .fsElementContent a {
      background: transparent;
      border: 0;
      padding: 0;
      color: #fff; }
  #fsMenu .mobile-cta {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 40px; }
    #fsMenu .mobile-cta > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      padding-top: 10px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative; }
  #fsMenu .util-parents .fsElementContent a {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 180%;
    color: #004d37;
    background: #e0eee0;
    padding: 7px 15px;
    margin-right: 10px;
    white-space: nowrap;
    transition: all 0.2s;
    display: block; }
    #fsMenu .util-parents .fsElementContent a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      margin-right: 5px;
      font-size: 15px;
      transition: all 0.2s; }
    #fsMenu .util-parents .fsElementContent a:hover, #fsMenu .util-parents .fsElementContent a:focus {
      background: #128244;
      color: #fff; }
      #fsMenu .util-parents .fsElementContent a:hover:before, #fsMenu .util-parents .fsElementContent a:focus:before {
        color: #fff; }
  #fsMenu #fsMenu .util-parents .fsElementContent a {
    background: transparent;
    border: 0;
    padding: 0;
    color: #fff; }
  #fsMenu .search-btn {
    margin-left: auto; }

.mobile-btn {
  position: absolute;
  right: 0;
  display: none;
  right: 20px;
  top: 50%;
  right: 13px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .mobile-btn:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top; }
  @media (max-width: 1199px) {
    .mobile-btn {
      display: block; } }
  @media (max-width: 699px) {
    .mobile-btn {
      right: 13px; } }

.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 998; }
  .mobile-open .offcanvas-overlay {
    display: block; }

/*! navigation - sub v0.0.1 */
.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none; }

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

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

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

.nav-sub nav {
  background: #e0efe0;
  overflow: hidden; }

.nav-sub a {
  color: #262626;
  font-weight: 400;
  display: block; }
  .nav-sub a:hover, .nav-sub a:focus {
    color: #00833d; }

.nav-sub .fsNavLevel1 {
  position: relative; }
  .nav-sub .fsNavLevel1 > li > a {
    padding: 8px 20px;
    display: block;
    position: relative; }
  .nav-sub .fsNavLevel1 > li + li > a:before {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px; }
  .nav-sub .fsNavLevel1 > li.fsNavCurrentPage > a,
  .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor > a,
  .nav-sub .fsNavLevel1 li.menu-item-open > a {
    color: #004d37;
    font-weight: 700; }

.nav-sub .fsNavLevel2 li.fsNavCurrentPage > a,
.nav-sub .fsNavLevel2 li.fsNavCurrentPageAncestor > a,
.nav-sub .fsNavLevel2 li.menu-item-open > a {
  background: #004d37;
  color: #fff;
  font-weight: 700; }

.nav-sub .fsNavLevel2 > li a {
  padding: 0.625em 1.25em;
  display: block; }

.nav-sub .fsNavLevel2 > li a {
  padding-left: 40px !important; }

.nav-sub .fsNavLevel3 > li a {
  padding-left: 50px !important; }

.nav-sub > header {
  display: block; }
  @media (min-width: 800px) {
    .nav-sub > header {
      display: none; } }
  .nav-sub > header > .fsElementTitle {
    position: relative;
    margin: 0;
    cursor: pointer;
    padding: 14px 20px;
    color: #00833d;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #00833d;
    border-radius: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 800px) {
      .nav-sub > header > .fsElementTitle {
        cursor: default; } }
    .nav-sub > header > .fsElementTitle:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-sub.active-nav > header > .fsElementTitle:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-sub.active-nav > header > .fsElementTitle {
      border-radius: 25px 25px 0 0;
      background: #00833d;
      color: #fff; }

@media (max-width: 799px) {
  .nav-sub nav {
    border-radius: 0 0 25px 25px; } }

.fsPageBodyWrapper > .nav-bar {
  margin-bottom: 50px; }

.nav-bar {
  display: none;
  padding: 0 20px;
  background: #fff; }
  .nav-bar > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    .nav-bar > .fsElementContent .fsNavLevel1 {
      padding: 32px 0 23px;
      border-bottom: 1px solid #e5e5e5;
      text-align: center;
      margin: 0; }
      .nav-bar > .fsElementContent .fsNavLevel1 li {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px; }
        .nav-bar > .fsElementContent .fsNavLevel1 li.fsNavCurrentPage a {
          color: #00833d; }
        .nav-bar > .fsElementContent .fsNavLevel1 li a {
          padding: 0;
          color: #525252;
          font-size: 14px;
          line-height: 280%;
          padding: 0 15px;
          font-weight: 600; }
          .nav-bar > .fsElementContent .fsNavLevel1 li a:hover, .nav-bar > .fsElementContent .fsNavLevel1 li a:focus {
            color: #00833d; }
  .hide-nav-bar .nav-bar {
    display: 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; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 10px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='tumblr']: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*='vimeo']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vine']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover {
    background: #3b5998;
    border-color: #3b5998; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover {
    background: #3f729b;
    border-color: #3f729b; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover {
    background: #0077b5;
    border-color: #0077b5; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover {
    background: #cc2127;
    border-color: #cc2127; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover {
    background: #35465c;
    border-color: #35465c; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover {
    background: #55acee;
    border-color: #55acee; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover {
    background: #1ab7ea;
    border-color: #1ab7ea; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vine']:hover {
    background: #00b488;
    border-color: #00b488; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover {
    background: #cd201f;
    border-color: #cd201f; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='rss']:hover {
    background: #f26522;
    border-color: #f26522; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    border: 1px solid #00833d;
    height: 30px;
    width: 30px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #00833d;
      font-size: 16px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

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

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

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

.nav-site-map .fsElementContent nav ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map .fsElementContent nav ul li {
    margin: 0;
    padding: 0;
    font-weight: 400; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; }
        .no-csscolumns .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
          float: left;
          display: block;
          width: 100%;
          vertical-align: top; } }
    .nav-site-map .fsElementContent nav ul.fsNavLevel1 > li {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel5 {
    list-style: disc; }

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 800px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.25em; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.625em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    border: 1px solid #004d37;
    margin: 0 0 20px;
    padding: 12px 15px;
    background: transparent;
    color: #004d37;
    outline: 0;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover, .fsConstituent.fsSearch .fsConstituentSearchButton:focus {
      background: #004d37;
      color: #fff; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal;
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      text-transform: none; }

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

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

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

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

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

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

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

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

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

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  .fsDirectory .fsConstituentItem {
    padding: 20px 0;
    background-color: #f1f2f2; }
    .fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 10px;
      padding-top: 0; }
      .fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
        margin-bottom: 0; }
    .fsDirectory .fsConstituentItem .fsPhoto img {
      display: block;
      width: 100%; }

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_2 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; } }
  .fsConstituentColumnLayout_2 .fsConstituentItem:nth-child(2n+1) {
    clear: both; }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(50% - 20px);
      float: left;
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 1000px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(25% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
        clear: both; } }

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: transparent;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0px;
    display: block;
    font-size: 18px;
    padding: 14px 20px;
    color: #00833d;
    transition: .3s;
    border: 1px solid #00833d;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
    position: relative;
    border: 0; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: transparent;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #004d37;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #fff;
  background: #004d37; }
  .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: 15px;
  font-family: "IcoMoon";
  font-size: 16px;
  right: 25px;
  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: 15px;
  font-family: "IcoMoon";
  font-size: 16px;
  right: 25px;
  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: 25px; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 35px; }
  .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; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsAccordion .fsPanel > header h2:hover {
    border-color: #004d37; }
  .fsAccordion .fsPanel {
    margin-bottom: 8px;
    border: 1px solid #00833d; }
    .fsAccordion .fsPanel:hover {
      border-color: #004d37; }
    .fsAccordion .fsPanel.fsStateOpen {
      border-color: #004d37; }
    .fsAccordion .fsPanel .fsElementContent {
      color: #004d37; }

/*! 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: 1px solid #004d37;
    margin: 0 0 20px;
    padding: 12px 15px;
    background: transparent;
    color: #004d37;
    outline: 0;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton:hover, .fsAthleticsEvent.fsList .fsLoadMoreButton:focus {
      background: #004d37;
      color: #fff; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton em {
      display: block;
      font-style: normal;
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      text-transform: none; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
    display: inline; }
  .fsAthleticsEvent.fsTable {
    overflow-x: auto; }
    .fsAthleticsEvent.fsTable .fsEventTable td, .fsAthleticsEvent.fsTable table.fsTable td {
      padding: 10px; }

/*! elements - athletics popup modal */
#fsAthleticsEventElementDialog .fsAthleticsEvent.fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

/*! elements - athletics roster */
.fsAthleticsRoster {
  margin-bottom: 20px; }

.fsAthleticsRosterContent {
  margin-bottom: 20px; }
  .fsAthleticsRosterContent p:last-child {
    margin-bottom: 0; }
  .fsAthleticsRosterContent:empty {
    margin-bottom: 0; }

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

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

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

.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 article {
  position: relative;
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  min-height: 85px;
  min-width: 80px;
  color: #004d37;
  background: #e0af3c;
  width: 82px;
  margin-bottom: 10px;
  font-size: 16px; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsMonth {
      color: #004d37;
      text-transform: uppercase; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 21px;
      font-size: 35px;
      font-weight: 700;
      line-height: 39px; }

.fsCalendar .fsListItems article {
  padding-left: 120px;
  min-height: 85px; }

.fsCalendar .fsTitle {
  font-size: 17.6px;
  line-height: 28px;
  font-weight: 600; }
  .fsCalendar .fsTitle a {
    color: #004d37;
    font-weight: 600; }
    .fsCalendar .fsTitle a:hover {
      color: #00833d; }

.fsCalendar .fsTimeRange {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #004d37; }

.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: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    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 {
        -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(0, 131, 61, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(0, 131, 61, 0.05); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 25px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: rgba(0, 131, 61, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(0, 131, 61, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 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: 1px solid #004d37;
    margin: 0 0 20px;
    padding: 12px 15px;
    background: transparent;
    color: #004d37;
    outline: 0;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #004d37;
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal;
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      text-transform: none; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0; }
  @media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
      width: 49%; } }

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow .fsDate {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.fsCalendar.fsSlideshow .slick-track {
  margin-left: auto;
  margin-right: auto; }

.fsCalendar.fsSlideshow article {
  padding-left: 1em;
  padding-top: 100px;
  text-align: center; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
.fsCalendar.fsEvent article {
  padding-left: 110px; }

.fsCalendar .fsDialogContent article {
  padding-left: 110px; }

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

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

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

.module {
  background: #e0efe0;
  border-radius: 25px;
  color: #262626; }
  .module .fsElementTitle {
    font-size: 20px;
    color: #004d37;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1; }
  .module.mod-green {
    background: #00833d;
    color: #fff; }
    .module.mod-green .fsElementTitle {
      color: #fff; }
    .module.mod-green a {
      color: #e0af3c; }
      .module.mod-green a:hover {
        color: #004d37; }
  .module.mod-yellow {
    background: #e0af3c; }

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

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label,
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label,
        .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #00833d;
      margin-right: 10px;
      cursor: pointer;
      transition: 0.3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #004d37; }
    .fsComposerFormEmbed form .required {
      color: #00833d; }
    .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: #00833d;
        transition: 0.3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover,
        .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #004d37;
          transition: 0.3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #fff !important;
      text-shadow: none;
      font-size: inherit;
      border: solid 1px #004d37 !important;
      float: left;
      line-height: 1;
      cursor: pointer; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: 0.3s;
        color: #fff !important;
        background: #004d37 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Open Sans", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev,
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span,
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: "";
      font-weight: bold;
      transition: 0.3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: 0.3s;
      opacity: 0.5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: "\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: #262626; }

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

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

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

/*! 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: 1px solid #004d37;
    margin: 0 0 20px;
    padding: 12px 15px;
    background: transparent;
    color: #004d37;
    outline: 0;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginMainView button:focus, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:focus, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginForgotView button:focus, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:focus, .fsLogin .fsLoginNewView button:hover, .fsLogin .fsLoginNewView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginMainView button:focus, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:focus, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginForgotView button:focus, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:focus, .fsAccount .fsLoginNewView button:hover, .fsAccount .fsLoginNewView button:focus {
      background: #004d37;
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
      display: block;
      font-style: normal;
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      text-transform: none; }
  .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: 1px solid #004d37;
    margin: 0 0 20px;
    padding: 12px 15px;
    background: transparent;
    color: #004d37;
    outline: 0;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #004d37;
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal;
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      text-transform: none; }

.fsMediaCustomPlayer {
  background: none;
  position: relative; }
  .fsMediaCustomPlayer article {
    background-position: center;
    background-size: cover;
    outline: 0;
    position: relative; }
    .fsMediaCustomPlayer article img {
      opacity: 0;
      visibility: hidden; }
  .fsMediaCustomPlayer .caption-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    left: 0;
    line-height: 25px;
    padding: 10px;
    position: absolute;
    width: 100%; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-wrapper {
        padding: 20px; } }
    .fsMediaCustomPlayer .caption-wrapper a {
      color: rgba(255, 255, 255, 0.5); }
      .fsMediaCustomPlayer .caption-wrapper a:hover {
        text-decoration: underline; }
  @media (min-width: 800px) {
    .fsMediaCustomPlayer .caption-title {
      margin-top: 0;
      font-family: "Neothic Regular", serif;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 42px;
      line-height: 47px;
      color: #026937;
      font-weight: 300;
      font-family: "Neothic Regular", serif;
      margin-bottom: 20px;
      margin-bottom: 0; } }
  .fsMediaCustomPlayer .caption-desc {
    display: none; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-desc {
        display: block; } }
    .fsMediaCustomPlayer .caption-desc p:last-child {
      margin-bottom: 0; }
    .fsMediaCustomPlayer .caption-desc: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%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 2; }
    .fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
      color: #fff;
      display: block;
      font-size: 50px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  .fsMediaCustomPlayer .slick-next {
    left: auto;
    right: 0; }
    .fsMediaCustomPlayer .slick-next:before {
      content: '\203A'; }
  .fsMediaCustomPlayer .slick-prev {
    left: 0;
    right: auto; }
    .fsMediaCustomPlayer .slick-prev:before {
      content: '\2039'; }

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

.fsNews .fsThumbnail,
.fsPostElement .fsThumbnail {
  display: block;
  margin-bottom: 0.625em; }
  .fsNews .fsThumbnail img,
  .fsPostElement .fsThumbnail img {
    display: block; }

.fsNews .fsTitle a,
.fsPostElement .fsTitle a {
  color: #004d37;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 10px;
  display: block; }
  .fsNews .fsTitle a:hover,
  .fsPostElement .fsTitle a:hover {
    color: #00833d; }

.fsNews .fsReadMoreLink,
.fsPostElement .fsReadMoreLink {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 180%; }
  .fsNews .fsReadMoreLink:after,
  .fsPostElement .fsReadMoreLink:after {
    content: "\00bb";
    display: inline-block;
    margin-left: 5px; }

.fsNews.fsThumbnailAlignRight.fsThumbnailRectangle.fsThumbnailSmall article > *:not(.fsThumbnail), .fsNews.fsThumbnailAlignRight.fsThumbnailSquare.fsThumbnailSmall article > *:not(.fsThumbnail),
.fsPostElement.fsThumbnailAlignRight.fsThumbnailRectangle.fsThumbnailSmall article > *:not(.fsThumbnail),
.fsPostElement.fsThumbnailAlignRight.fsThumbnailSquare.fsThumbnailSmall article > *:not(.fsThumbnail) {
  padding-right: calc(128px + 16px); }

.fsNews.fsThumbnailAlignLeft.fsThumbnailRectangle.fsThumbnailSmall article > *:not(.fsThumbnail), .fsNews.fsThumbnailAlignLeft.fsThumbnailSquare.fsThumbnailSmall article > *:not(.fsThumbnail),
.fsPostElement.fsThumbnailAlignLeft.fsThumbnailRectangle.fsThumbnailSmall article > *:not(.fsThumbnail),
.fsPostElement.fsThumbnailAlignLeft.fsThumbnailSquare.fsThumbnailSmall article > *:not(.fsThumbnail) {
  padding-left: calc(128px + 16px); }

.fsNews.fsThumbnailAlignRight.fsThumbnailRectangle.fsThumbnailMedium article > *:not(.fsThumbnail), .fsNews.fsThumbnailAlignRight.fsThumbnailSquare.fsThumbnailMedium article > *:not(.fsThumbnail),
.fsPostElement.fsThumbnailAlignRight.fsThumbnailRectangle.fsThumbnailMedium article > *:not(.fsThumbnail),
.fsPostElement.fsThumbnailAlignRight.fsThumbnailSquare.fsThumbnailMedium article > *:not(.fsThumbnail) {
  padding-right: calc(256px + 16px); }

.fsNews.fsThumbnailAlignLeft.fsThumbnailRectangle.fsThumbnailMedium article > *:not(.fsThumbnail), .fsNews.fsThumbnailAlignLeft.fsThumbnailSquare.fsThumbnailMedium article > *:not(.fsThumbnail),
.fsPostElement.fsThumbnailAlignLeft.fsThumbnailRectangle.fsThumbnailMedium article > *:not(.fsThumbnail),
.fsPostElement.fsThumbnailAlignLeft.fsThumbnailSquare.fsThumbnailMedium article > *:not(.fsThumbnail) {
  padding-left: calc(256px + 16px); }

.fsNews.fsThumbnailAlignRight.fsThumbnailRectangle.fsThumbnailLarge article > *:not(.fsThumbnail), .fsNews.fsThumbnailAlignRight.fsThumbnailSquare.fsThumbnailLarge article > *:not(.fsThumbnail),
.fsPostElement.fsThumbnailAlignRight.fsThumbnailRectangle.fsThumbnailLarge article > *:not(.fsThumbnail),
.fsPostElement.fsThumbnailAlignRight.fsThumbnailSquare.fsThumbnailLarge article > *:not(.fsThumbnail) {
  padding-right: calc(512px + 16px); }

.fsNews.fsThumbnailAlignLeft.fsThumbnailRectangle.fsThumbnailLarge article > *:not(.fsThumbnail), .fsNews.fsThumbnailAlignLeft.fsThumbnailSquare.fsThumbnailLarge article > *:not(.fsThumbnail),
.fsPostElement.fsThumbnailAlignLeft.fsThumbnailRectangle.fsThumbnailLarge article > *:not(.fsThumbnail),
.fsPostElement.fsThumbnailAlignLeft.fsThumbnailSquare.fsThumbnailLarge article > *:not(.fsThumbnail) {
  padding-left: calc(512px + 16px); }

.fsNews.fsThumbnailAlignRight.fsThumbnailRectangle.fsThumbnailXLarge article > *:not(.fsThumbnail), .fsNews.fsThumbnailAlignRight.fsThumbnailSquare.fsThumbnailXLarge article > *:not(.fsThumbnail),
.fsPostElement.fsThumbnailAlignRight.fsThumbnailRectangle.fsThumbnailXLarge article > *:not(.fsThumbnail),
.fsPostElement.fsThumbnailAlignRight.fsThumbnailSquare.fsThumbnailXLarge article > *:not(.fsThumbnail) {
  padding-right: calc(768px + 16px); }

.fsNews.fsThumbnailAlignLeft.fsThumbnailRectangle.fsThumbnailXLarge article > *:not(.fsThumbnail), .fsNews.fsThumbnailAlignLeft.fsThumbnailSquare.fsThumbnailXLarge article > *:not(.fsThumbnail),
.fsPostElement.fsThumbnailAlignLeft.fsThumbnailRectangle.fsThumbnailXLarge article > *:not(.fsThumbnail),
.fsPostElement.fsThumbnailAlignLeft.fsThumbnailSquare.fsThumbnailXLarge article > *:not(.fsThumbnail) {
  padding-left: calc(768px + 16px); }

.home .fsNews .fsNewsPostLink, .home
.fsPostElement .fsNewsPostLink {
  font-weight: 500 !important; }

.home .fsNews .fsReadMoreLink, .home
.fsPostElement .fsReadMoreLink {
  font-weight: 500 !important; }

.fsNews.fsGrid .fsListItems,
.fsPostElement.fsGrid .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px; }

.fsNews.fsGrid article,
.fsPostElement.fsGrid article {
  background-repeat: no-repeat;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%; }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns article,
  .fsPostElement.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article,
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleThreeColumns article,
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article,
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFourColumns article,
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns article,
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 25%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article,
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFiveColumns article,
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns article,
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 25%; } }

@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns article,
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 20%; } }

.no-flexbox .fsNews.fsGrid .fsListItems, .no-flexbox
.fsPostElement.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1; }
  .no-flexbox .fsNews.fsGrid .fsListItems:after, .no-flexbox
  .fsPostElement.fsGrid .fsListItems:after {
    display: table;
    clear: both;
    content: ''; }
  .no-flexbox .fsNews.fsGrid .fsListItems article, .no-flexbox
  .fsPostElement.fsGrid .fsListItems article {
    margin: 0 0 20px;
    width: 100%;
    padding: 0 15px; }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n + 1), .no-flexbox
.fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(2n + 1) {
  clear: both; }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n + 1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n + 1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n + 1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n + 1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n + 1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n + 1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n + 1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n + 1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n + 1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n + 1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n + 1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n + 1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n + 1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n + 1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n + 1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n + 1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n + 1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n + 1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n + 1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n + 1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n + 1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n + 1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n + 1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n + 1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n + 1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n + 1) {
      clear: both; } }

@media (min-width: 1200px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 20%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n + 1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n + 1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n + 1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n + 1) {
      clear: both; } }

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

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

/*! _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 #262626; }
      .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: #262626;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "Open Sans", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 50px;
    width: 75px;
    background: #262626;
    position: relative;
    transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "Search";
      color: #fff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 16px;
      font-family: "Open Sans", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: black;
      transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

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

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px; }

.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: #262626; }
  .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: #004d37; }

.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: #00833d !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: #004d37 !important; }

.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px; }

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 1px solid #004d37;
  margin: 0 0 20px;
  padding: 12px 15px;
  background: transparent;
  color: #004d37;
  outline: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #004d37;
    color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }

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

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

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 1px solid #004d37;
  margin: 0 0 20px;
  padding: 12px 15px;
  background: transparent;
  color: #004d37;
  outline: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #004d37;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 10px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 0px;
        display: block;
        font-size: 18px;
        padding: 14px 20px;
        color: #00833d;
        transition: .3s;
        border: 1px solid #00833d;
        line-height: 1;
        font-weight: 700;
        text-transform: none;
        font-weight: 400;
        background: transparent;
        color: #00833d;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700; }
        .fsTabs .fsTabsNav li a:hover {
          background: #004d37;
          color: #fff;
          border-color: #004d37; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #004d37;
        color: #fff;
        border-color: #fff; }
  .fsTabs .fsPanel {
    margin-bottom: 10px; }
    .fsTabs .fsPanel .fsElementContent {
      font-size: 16px;
      line-height: 25px;
      color: #004d37; }

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

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header {
  border: 1px solid #004d37; }

/*! pages - home v0.0.1 */
.home .fsPageLayout > .fsDiv > .fsContainer > header .fsElementTitle:after, .nardin-news > header .fsElementTitle:after, .video-panel > header .fsElementTitle:after {
  content: "\2022 \2022 \2022 \2022";
  display: block;
  font-size: 15px;
  letter-spacing: 7px;
  text-align: center;
  line-height: 1;
  color: #e0af3c; }

.home .nav-bar {
  display: none; }

.home #fsPageBodyWrapper {
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 799px) {
    .home #fsPageBodyWrapper {
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px; } }

.home h2 {
  font-size: 30px;
  line-height: 120%;
  color: #128244; }
  @media (min-width: 800px) {
    .home h2 {
      font-size: 40px;
      line-height: 30px; } }

.home #fsPageContent, .home .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2), .landing.fsHasThreeColumnTopLayout .home .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2),
.home .fsPageLayout > .fsDiv {
  margin-bottom: 0; }

.home .fsPageLayout > .fsDiv > .fsContainer {
  padding: 40px 0 0 0;
  text-align: center; }
  @media (min-width: 800px) {
    .home .fsPageLayout > .fsDiv > .fsContainer {
      padding: 60px 0; } }
  .home .fsPageLayout > .fsDiv > .fsContainer > header .fsElementTitle {
    font-weight: 300; }
  .home .fsPageLayout > .fsDiv > .fsContainer > header {
    font-size: 16px;
    line-height: 27px; }
  .home.fsDraftMode .fsPageLayout > .fsDiv > .fsContainer:nth-child(even) {
    position: relative;
    z-index: 1; }
  .home.fsLiveMode .fsPageLayout > .fsDiv > .fsContainer:nth-child(odd) {
    position: relative;
    z-index: 1; }

.home .fsNews .fsReadMoreLink, .home
.fsPostElement .fsReadMoreLink {
  font-size: 15px;
  line-height: 180%;
  font-weight: 600 !important; }

.home .fsNews .fsThumbnail,
.home .fsPostElement .fsThumbnail {
  margin: 0 auto 30px; }

.home .fsNews .fsSummary p,
.home .fsPostElement .fsSummary p {
  margin-bottom: 0; }

.home .fsNews.fsSlideshow .fsElementSlideshow,
.home .fsPostElement.fsSlideshow .fsElementSlideshow {
  margin-bottom: 0; }

.home .fsNews > footer a,
.home .fsPostElement > footer a {
  padding: 9px 20px; }

.difference-container {
  font-size: 18px; }
  .difference-container > .fsElementContent {
    padding-top: 20px; }
    @media (max-width: 699px) {
      .difference-container > .fsElementContent {
        display: none; } }
  .difference-container strong {
    font-size: 40px;
    color: #00833d;
    font-family: "Neothic Regular", serif;
    line-height: 1; }
  .difference-container .fsContent {
    background-repeat: no-repeat;
    padding-bottom: 30px;
    padding-top: 30px; }
    .difference-container .fsContent .fsElementHeaderContent {
      text-align: center;
      margin-bottom: 15px; }
      .difference-container .fsContent .fsElementHeaderContent ul, .difference-container .fsContent .fsElementHeaderContent ul ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .difference-container .fsContent .fsElementHeaderContent ul li {
        margin: 0;
        padding: 0; }
      .difference-container .fsContent .fsElementHeaderContent ul li {
        display: inline-block;
        margin: 0 12px;
        vertical-align: middle; }
      .difference-container .fsContent .fsElementHeaderContent em {
        font-size: 30px;
        color: #e0af3c; }
      .difference-container .fsContent .fsElementHeaderContent strong {
        display: block; }
  .difference-container > .fsElementContent .fsContent:nth-last-child(n + 2),
  .difference-container > .fsElementContent .fsContent:nth-last-child(n + 2) ~ .fsContent {
    text-align: left;
    padding-left: 80px;
    background-size: 60px;
    background-position: left 50%;
    min-height: 130px; }
    body:not(.fsDraftMode) .difference-container > .fsElementContent .fsContent:nth-last-child(n + 2), body:not(.fsDraftMode)
    .difference-container > .fsElementContent .fsContent:nth-last-child(n + 2) ~ .fsContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
  .difference-container > .fsElementContent .fsContent:nth-last-child(n + 2) {
    position: relative; }
    .difference-container > .fsElementContent .fsContent:nth-last-child(n + 2):after {
      content: "";
      position: absolute;
      left: calc(50% + 17px);
      bottom: 0;
      height: 1px;
      width: calc(((100% + 35px) / 2));
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #e0efe0; }
  .difference-container p {
    margin-bottom: 0; }
  body:not(.fsDraftMode) .difference-container .fsContainer .fsThreeColumnLayout {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1099px) {
      body:not(.fsDraftMode) .difference-container .fsContainer .fsThreeColumnLayout {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center; } }
  body:not(.fsDraftMode) .difference-container .fsContainer .fsDiv {
    width: 33.3333%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: center;
    align-self: center; }
    @media (max-width: 1099px) {
      body:not(.fsDraftMode) .difference-container .fsContainer .fsDiv:nth-child(3) {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; } }
  body:not(.fsDraftMode) .difference-container .fsContainer:first-child .fsDiv:nth-child(2) {
    -ms-flex: 1 0 460px;
    flex: 1 0 460px; }
  body:not(.fsDraftMode) .difference-container .fsContainer:nth-child(2) .fsDiv:nth-child(2) {
    -ms-flex: 1 0 580px;
    flex: 1 0 580px; }
  body:not(.fsDraftMode) .difference-container .fsContainer:nth-child(3) .fsDiv:nth-child(2) {
    -ms-flex: 1 0 500px;
    flex: 1 0 500px; }
  @media (max-width: 800px) and (min-width: 700px) {
    body:not(.fsDraftMode) .difference-container .fsContainer + .fsContainer {
      position: relative; }
      body:not(.fsDraftMode) .difference-container .fsContainer + .fsContainer:after {
        content: "";
        position: absolute;
        top: -15px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #e0efe0;
        width: 50%;
        height: 1px;
        visibility: visible; } }
  .difference-container .fsLayout {
    margin-left: 0;
    margin-right: 0; }
    .difference-container .fsLayout:after {
      display: none; }
  .difference-container .fsDiv {
    padding: 0;
    position: relative; }
    .difference-container .fsDiv:first-child:before, .difference-container .fsDiv:last-child:before {
      content: "";
      position: absolute;
      top: 50%;
      width: 1px;
      height: 75%;
      background: #e0efe0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .difference-container .fsDiv:first-child:after, .difference-container .fsDiv:last-child:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #e0efe0;
      width: 50%;
      height: 1px;
      visibility: visible; }
    .difference-container .fsDiv:first-child .fsContent:nth-last-child(n + 1):nth-last-child(-n + 1):first-child,
    .difference-container .fsDiv:first-child .fsContent:nth-last-child(n + 1):nth-last-child(-n + 1):first-child ~ .fsContent, .difference-container .fsDiv:last-child .fsContent:nth-last-child(n + 1):nth-last-child(-n + 1):first-child,
    .difference-container .fsDiv:last-child .fsContent:nth-last-child(n + 1):nth-last-child(-n + 1):first-child ~ .fsContent {
      background-position: center top;
      padding-top: 100px;
      background-size: 90px; }
      .difference-container .fsDiv:first-child .fsContent:nth-last-child(n + 1):nth-last-child(-n + 1):first-child strong,
      .difference-container .fsDiv:first-child .fsContent:nth-last-child(n + 1):nth-last-child(-n + 1):first-child ~ .fsContent strong, .difference-container .fsDiv:last-child .fsContent:nth-last-child(n + 1):nth-last-child(-n + 1):first-child strong,
      .difference-container .fsDiv:last-child .fsContent:nth-last-child(n + 1):nth-last-child(-n + 1):first-child ~ .fsContent strong {
        display: block; }
    .difference-container .fsDiv:first-child {
      padding-right: 35px; }
      .difference-container .fsDiv:first-child:before {
        right: 0; }
    .difference-container .fsDiv:nth-child(2) {
      padding-left: 25px;
      padding-right: 25px; }
      .difference-container .fsDiv:nth-child(2):after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #e0efe0;
        width: 50%;
        height: 1px;
        visibility: visible; }
    .difference-container .fsDiv:last-child {
      padding-left: 35px; }
      .difference-container .fsDiv:last-child .fsContent:nth-last-child(n + 2):after {
        left: calc(50% - 17px); }
      .difference-container .fsDiv:last-child:before {
        left: 0; }
      @media (max-width: 1099px) {
        .difference-container .fsDiv:last-child {
          padding-left: 0; }
          .difference-container .fsDiv:last-child:before {
            display: none; } }
  .difference-container .fsContainer:first-child .fsDiv:nth-child(2) .fsContent {
    background-position: center top;
    background-size: 75%;
    padding-top: 140px; }
  .difference-container .fsContainer:first-child .fsDiv:nth-child(2) strong {
    display: block; }
  @media (max-width: 800px) and (min-width: 700px) {
    .difference-container .fsContainer:first-child .fsDiv:nth-child(3) {
      width: 100%;
      display: -ms-flexbox;
      display: flex; }
      .difference-container .fsContainer:first-child .fsDiv:nth-child(3) .fsContent {
        width: 50%;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 80px;
        background-position: 50% top; }
        .difference-container .fsContainer:first-child .fsDiv:nth-child(3) .fsContent:after {
          display: none; }
      .difference-container .fsContainer:first-child .fsDiv:nth-child(3) .fsContent:first-child:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 1px;
        height: 75%;
        background: #e0efe0;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0; }
      .difference-container .fsContainer:first-child .fsDiv:nth-child(3):after {
        display: none; } }
  @media (max-width: 800px) and (min-width: 700px) {
    .difference-container .fsContainer:nth-child(2) .fsDiv:first-child {
      width: 100%; }
    .difference-container .fsContainer:nth-child(2) .fsDiv:nth-child(2) {
      width: 50%;
      -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important; }
      .difference-container .fsContainer:nth-child(2) .fsDiv:nth-child(2):after {
        display: none; }
    .difference-container .fsContainer:nth-child(2) .fsDiv:nth-child(3) {
      width: 50%; }
      .difference-container .fsContainer:nth-child(2) .fsDiv:nth-child(3):before {
        content: "";
        position: absolute;
        width: 1px;
        height: 75%;
        background: #e0efe0;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        display: block; }
      .difference-container .fsContainer:nth-child(2) .fsDiv:nth-child(3):after {
        display: none; } }
  .difference-container .fsContainer:nth-child(3) .fsDiv:nth-child(2) .fsContent {
    text-align: left;
    background-size: 60px;
    background-position: left center;
    padding-left: 80px; }
  .difference-container .fsContainer:nth-child(3) .fsDiv:after {
    display: none; }
  @media (max-width: 800px) and (min-width: 700px) {
    .difference-container .fsContainer:nth-child(3) .fsDiv:nth-child(3) {
      width: 100%;
      display: -ms-flexbox;
      display: flex; }
      .difference-container .fsContainer:nth-child(3) .fsDiv:nth-child(3) .fsContent {
        width: 50%;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 80px;
        background-position: 50% top; }
      .difference-container .fsContainer:nth-child(3) .fsDiv:nth-child(3) .fsContent:first-child:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 1px;
        height: 75%;
        background: #e0efe0;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0; }
      .difference-container .fsContainer:nth-child(3) .fsDiv:nth-child(3) .fsContent:first-child:after {
        display: none; } }
  .difference-container .info-slider {
    display: none;
    padding: 0 40px; }
    @media (max-width: 699px) {
      .difference-container .info-slider {
        display: block; } }
    .difference-container .info-slider .fsContent {
      background-position: center top;
      background-size: auto 80px;
      padding-top: 0;
      outline: none; }
      .difference-container .info-slider .fsContent .fsElementContent {
        padding-top: 90px; }
      .difference-container .info-slider .fsContent > header + .fsElementContent {
        padding-top: 0; }
    .difference-container .info-slider .slick-arrow {
      border: 0;
      background: transparent;
      font-size: 0;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .difference-container .info-slider .slick-arrow:before {
      font-size: 38px;
      color: #004d37; }
    .difference-container .info-slider .slick-arrow:hover:before {
      color: #e0af3c; }
    .difference-container .info-slider .slick-next {
      right: 0; }
    .difference-container .info-slider .slick-prev {
      left: 0; }
    .difference-container .info-slider .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .difference-container .info-slider .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .difference-container > footer a {
    padding: 9px 20px; }

.college-slider .fsElementContent {
  margin-top: 50px; }

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

.college-slider ul li {
  margin: 0;
  padding: 0; }

.college-slider ul li {
  margin: 0 20px; }

.college-slider .slick-slide {
  margin-left: 60px;
  margin-right: 60px; }

.home-nav {
  position: fixed;
  left: 10px;
  top: 320px;
  z-index: 9999; }
  .home-nav ul, .home-nav ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .home-nav ul li {
    margin: 0;
    padding: 0; }
  .home-nav li + li {
    margin-top: 10px; }
  .home-nav a {
    position: relative;
    padding-left: 30px;
    display: block;
    width: 26px;
    height: 26px;
    font-size: 0; }
    .home-nav a span {
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      padding-left: 38px;
      padding-right: 15px;
      border: 2px solid #004d37;
      background: #fff;
      color: #004d37;
      font-size: 14px;
      height: 100%;
      border-radius: 25px;
      line-height: 22px;
      white-space: nowrap; }
    .home-nav a:before {
      content: "";
      width: 26px;
      height: 26px;
      border-radius: 100%;
      background: rgba(0, 77, 55, 0.8);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .home-nav a:hover span {
      display: block; }
    .home-nav a:hover:before {
      background: #004d37;
      border: 0; }
  .home-nav .active-nav:before {
    background: transparent;
    border: 3px solid rgba(0, 77, 55, 0.8); }
  @media (max-width: 699px) {
    .home-nav {
      display: none; } }

@media (max-width: 699px) {
  .college-container {
    font-size: 15px;
    line-height: 27px; } }

body:not(.fsComposeMode) .college-container {
  margin-left: -50vw;
  margin-right: -50vw; }
  body:not(.fsComposeMode) .college-container .fsContentEditable ul {
    list-style-type: disc;
    display: inline-block; }

.college-container > header {
  max-width: 100vw;
  margin: 0 auto;
  padding: 0 20px; }

@media (max-width: 799px) {
  .nardin-news {
    margin-bottom: 40px; } }

.nardin-news > header .fsElementTitle {
  margin-bottom: 40px; }
  @media (min-width: 800px) {
    .nardin-news > header .fsElementTitle {
      margin-bottom: 60px; } }

.nardin-news .fsListItems {
  display: -ms-flexbox;
  display: flex; }
  .nardin-news .fsListItems article {
    border: 1px solid #e5e5e5;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-bottom: 40px;
    text-align: left;
    margin-bottom: 40px; }
    @media (min-width: 700px) {
      .nardin-news .fsListItems article {
        margin-right: 10px;
        margin-left: 10px; } }
    @media (min-width: 800px) {
      .nardin-news .fsListItems article {
        padding-bottom: 62px;
        margin-bottom: 50px;
        margin-right: 20px;
        margin-left: 0; } }
    .nardin-news .fsListItems article:last-child {
      margin-right: 0; }
    .nardin-news .fsListItems article > *:not(.fsThumbnail) {
      padding-left: 40px;
      padding-right: 40px; }
  .nardin-news .fsListItems .fsThumbnail {
    overflow: hidden;
    max-height: 244px; }
    @media (min-width: 800px) {
      .nardin-news .fsListItems .fsThumbnail {
        max-height: 310px; } }

@media (max-width: 799px) {
  .nardin-news footer .button-wrap {
    margin-bottom: 40px; } }

.nardin-news footer .button-wrap .slick-arrow {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #03823d;
  font-size: 0;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer; }
  .nardin-news footer .button-wrap .slick-arrow:before {
    color: #fff;
    font-size: 39px;
    line-height: 1; }
  .nardin-news footer .button-wrap .slick-arrow:hover, .nardin-news footer .button-wrap .slick-arrow:focus {
    background: #004d37; }
  .nardin-news footer .button-wrap .slick-arrow.slick-prev {
    margin-right: 10px; }
    .nardin-news footer .button-wrap .slick-arrow.slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .nardin-news footer .button-wrap .slick-arrow.slick-next:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.video-panel > .fsElementContent {
  position: relative; }
  .video-panel > .fsElementContent:after {
    content: "";
    bottom: -60px;
    left: -999px;
    right: -999px;
    background: #03823d;
    position: absolute;
    z-index: 0;
    top: 90px; }

.video-panel > header .fsElementTitle {
  margin-bottom: 40px;
  text-align: center; }
  @media (min-width: 800px) {
    .video-panel > header .fsElementTitle {
      margin-bottom: 60px; } }

.video-panel .fsResource {
  z-index: 9;
  margin-bottom: 60px;
  max-width: 819px;
  margin-left: auto;
  margin-right: auto; }

.video-panel .fsPlayOverlay:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 22px;
  font-size: 55px;
  box-shadow: none;
  border-radius: 0;
  line-height: 1; }

.video-panel .fsPlayOverlay:after {
  display: none; }

.video-panel .fsPlayOverlay:hover:before, .video-panel .fsPlayOverlay:focus:before {
  color: #e0af3c; }

.infographic-container {
  position: relative;
  width: 100vw;
  margin-left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e0efe0;
  overflow: hidden; }

@media (max-width: 799px) {
  .infographic-bg {
    display: none; } }

body:not(.fsComposeMode) .infographic-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  mix-blend-mode: overlay;
  z-index: -1; }
  body:not(.fsComposeMode) .infographic-bg img {
    max-width: none;
    width: 100%; }

.infographic-slider .slick-track > .slick-slide {
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 100px;
  background-size: auto 70px;
  padding-right: 20px;
  padding-left: 20px; }
  .infographic-slider .slick-track > .slick-slide > header .fsElementTitle {
    font-weight: 600;
    font-size: 65px;
    line-height: 100%;
    font-family: "Open Sans", sans-serif; }

@media (max-width: 799px) {
  .infographic-slider .button-wrap {
    margin-bottom: 40px;
    margin-top: 30px; } }

.infographic-slider .button-wrap .slick-arrow {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #03823d;
  font-size: 0;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer; }
  .infographic-slider .button-wrap .slick-arrow:before {
    color: #fff;
    font-size: 39px;
    line-height: 1; }
  .infographic-slider .button-wrap .slick-arrow:hover, .infographic-slider .button-wrap .slick-arrow:focus {
    background: #004d37; }
  .infographic-slider .button-wrap .slick-arrow.slick-prev {
    margin-right: 10px; }
    .infographic-slider .button-wrap .slick-arrow.slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .infographic-slider .button-wrap .slick-arrow.slick-next:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.home .circle-container {
  padding-bottom: 0 !important; }

.portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a, .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent a, .portal:not(.fsComposeMode) .portal-directory .fsElementPagination a, .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsEmail a {
  color: #004d37; }
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a:hover, .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent a:hover, .portal:not(.fsComposeMode) .portal-directory .fsElementPagination a:hover, .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsEmail a:hover {
    color: #00833d; }

.portal:not(.fsComposeMode) .portal-news .fsPrevButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPrevButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede; }

.portal:not(.fsComposeMode) .portal-news .fsNextButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsNextButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede; }

.portal:not(.fsComposeMode) .portal-news .fsPager, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager {
  padding-top: 20px; }
  .portal:not(.fsComposeMode) .portal-news .fsPager li button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li button:before {
    color: #dedede; }
  .portal:not(.fsComposeMode) .portal-news .fsPager li.slick-active button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li.slick-active button:before {
    color: #dedede; }

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

.portal a.files:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px; }

.portal a.pops:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px; }

.portal #fsBannerLeft .fsCalendar.fsList article, .portal .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child .fsCalendar.fsList article, .landing.fsHasThreeColumnTopLayout .portal .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child .fsCalendar.fsList article {
  padding-left: 0px;
  font-size: 16px; }

.portal #fsBannerLeft .fsCalendar.fsList .fsDate, .portal .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child .fsCalendar.fsList .fsDate, .landing.fsHasThreeColumnTopLayout .portal .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child .fsCalendar.fsList .fsDate {
  position: relative;
  top: 0;
  background: none;
  color: initial;
  width: auto;
  height: auto;
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #00833d; }
  .portal #fsBannerLeft .fsCalendar.fsList .fsDate span, .portal .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child .fsCalendar.fsList .fsDate span, .landing.fsHasThreeColumnTopLayout .portal .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child .fsCalendar.fsList .fsDate span {
    display: inline; }

.portal #fsBannerLeft .fsCalendar.fsList .fsDescription p, .portal .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child .fsCalendar.fsList .fsDescription p, .landing.fsHasThreeColumnTopLayout .portal .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child .fsCalendar.fsList .fsDescription p {
  margin-bottom: 2px; }

@media (max-width: 799px) {
  .portal:not(.fsComposeMode) #fsPageBody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .portal:not(.fsComposeMode) #fsBannerLeft, .portal:not(.fsComposeMode) .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child, .landing.fsHasThreeColumnTopLayout .portal:not(.fsComposeMode) .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child {
    -ms-flex-order: 2;
    order: 2; }
  .portal:not(.fsComposeMode) #fsPageContent, .portal:not(.fsComposeMode) .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2), .landing.fsHasThreeColumnTopLayout .portal:not(.fsComposeMode) .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2) {
    -ms-flex-order: 1;
    order: 1; } }

.portal:not(.fsComposeMode) .portal-hero {
  height: 310px;
  position: relative; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-hero {
      height: 300px; } }
  .portal:not(.fsComposeMode) .portal-hero header {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0; }
  .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
    position: absolute;
    right: 0;
    bottom: 40px;
    margin-bottom: 0px;
    text-align: right;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 62px; }
    @media (max-width: 1200px) {
      .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
        padding: 0 20px; } }
    @media (max-width: 799px) {
      .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
        font-size: 42px;
        left: 0;
        text-align: center; } }

.portal:not(.fsComposeMode) #fsPageBodyWrapper header h2.fsElementTitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #162f50; }

.portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement {
  margin-bottom: 30px; }
  .portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement > header h2.fsElementTitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #262626;
    text-transform: none; }

.portal:not(.fsComposeMode) .portal-news {
  position: relative; }
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
        position: absolute;
        right: 0;
        top: 10px;
        margin-bottom: 0px; } }
  .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
    width: 300px;
    height: 240px;
    margin-right: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 599px) {
      .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
        display: block;
        float: none; } }
    .portal:not(.fsComposeMode) .portal-news a.fsThumbnail img {
      display: none; }
  .portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #162f50;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px; }
    .portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink:hover {
      color: #004d37; }
  .portal:not(.fsComposeMode) .portal-news .fsDateTime {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #262626; }
  .portal:not(.fsComposeMode) .portal-news .fsSummary {
    font-size: 16px;
    color: #262626;
    line-height: 25px; }
  .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: #00833d;
    padding: 8px 15px; }
    .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:hover {
      background: #e0af3c; }
  .portal:not(.fsComposeMode) .portal-news article {
    max-width: 100%;
    border: 0px; }
    @media (max-width: 480px) {
      .portal:not(.fsComposeMode) .portal-news article {
        padding: 0px !important; } }

.portal:not(.fsComposeMode) .portal-cal {
  margin-bottom: 55px;
  position: relative; }
  @media (min-width: 600px) {
    .portal:not(.fsComposeMode) .portal-cal .fsElementControls {
      position: absolute;
      right: 0;
      top: 12px; } }
  .portal:not(.fsComposeMode) .portal-cal > .fsElementContent > .fsListItems {
    border: 1px solid #ebebeb;
    padding: 40px 15px 20px; }
  .portal:not(.fsComposeMode) .portal-cal .fsDayContainer {
    display: inline; }
  .portal:not(.fsComposeMode) .portal-cal article {
    width: 25%;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 0px;
    text-align: center;
    padding: 0 10px;
    vertical-align: top;
    border: 0; }
    @media (max-width: 599px) {
      .portal:not(.fsComposeMode) .portal-cal article {
        width: 100%;
        margin-bottom: 40px; } }
    .portal:not(.fsComposeMode) .portal-cal article .fsDate {
      position: relative;
      top: initial;
      width: 135px;
      height: 135px;
      border-radius: 100%;
      display: block;
      margin: 0 auto;
      background: #e0af3c;
      color: #fff;
      padding-top: 22px;
      margin-bottom: 30px; }
      .portal:not(.fsComposeMode) .portal-cal article .fsDate .fsDay {
        font-size: 56px;
        font-weight: 400;
        line-height: 1em;
        display: block; }
      .portal:not(.fsComposeMode) .portal-cal article .fsDate .fsMonth {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 400;
        display: block; }
    .portal:not(.fsComposeMode) .portal-cal article .fsTitle {
      font-weight: bold;
      font-size: 20px;
      color: #162f50;
      line-height: 1em;
      margin-bottom: 5px; }
      .portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink {
        color: #162f50; }
        .portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink:hover {
          color: #004d37; }
    .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
      font-weight: 400;
      font-size: 15px;
      color: #424242; }
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsTimeRange:before,
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsAllDay:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-family: FontAwesome;
        font-size: 15px;
        color: #004d37;
        margin-right: 2px;
        position: relative; }
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsLocation:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-family: FontAwesome;
        font-size: 15px;
        color: #004d37;
        margin-right: 5px;
        position: relative; }
  .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent {
    text-align: center; }

.portal:not(.fsComposeMode) .portal-directory-search {
  border-bottom: 0px; }
  .portal:not(.fsComposeMode) .portal-directory-search form label {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #00833d;
    display: block; }
    .portal:not(.fsComposeMode) .portal-directory-search form label > span {
      display: inline-block;
      min-width: 100px;
      text-align: right; }
    .portal:not(.fsComposeMode) .portal-directory-search form label > input,
    .portal:not(.fsComposeMode) .portal-directory-search form label > select {
      display: inline-block;
      max-width: 190px;
      height: 30px;
      padding: 2px;
      margin-left: 10px; }
  .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: #00833d;
    padding: 8px 15px;
    min-width: 190px;
    margin-left: 125px;
    transition: background 0.15s linear; }
    .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:hover {
      background: #e0af3c; }

.portal:not(.fsComposeMode) .portal-directory .fsElementPagination {
  text-align: center; }

.portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
      max-width: 600px;
      margin: 0 auto; } }

.portal:not(.fsComposeMode) .portal-directory .fsPhoto {
  width: 280px;
  height: 215px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px !important; }
  .portal:not(.fsComposeMode) .portal-directory .fsPhoto img {
    display: none; }

.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
  background: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00833d; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
      max-width: 280px;
      display: block;
      float: none; } }
  @media (max-width: 599px) {
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
      margin: 0 auto; } }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem strong {
    font-weight: 600; }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem > div {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px; }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a {
      color: #162f50; }
      .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a:hover {
        color: #004d37; }

.portal:not(.fsComposeMode) #fsBannerLeft > .fsBanner > .fsElement, .portal:not(.fsComposeMode) .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child > .fsBanner > .fsElement, .landing.fsHasThreeColumnTopLayout .portal:not(.fsComposeMode) .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child > .fsBanner > .fsElement {
  margin-bottom: 70px; }

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

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

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

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

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

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

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

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

.portal:not(.fsComposeMode) .portal-sub-nav > header {
  display: block; }
  @media (min-width: 800px) {
    .portal:not(.fsComposeMode) .portal-sub-nav > header {
      display: none; } }
  @media (min-width: 800px) {
    .portal:not(.fsComposeMode) .portal-sub-nav > header {
      display: block; } }
  .portal:not(.fsComposeMode) .portal-sub-nav > header a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 8px; }
  .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
    position: relative;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    background: #00833d;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 800px) {
      .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
        cursor: default; } }
    @media (max-width: 799px) {
      .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle:after {
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 40px;
        line-height: 40px;
        text-align: center;
        margin-left: 8px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (max-width: 799px) {
      .portal-sub-nav.active-nav > header > .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }

.portal:not(.fsComposeMode) .portal-sub-mobile {
  display: block;
  max-height: 40px;
  overflow: hidden;
  height: 40px;
  transition: max-height 0.15s linear;
  padding: 0px 20px 20px;
  background: #4c4c4c; }
  .portal:not(.fsComposeMode) .portal-sub-mobile a {
    color: #fff !important; }
  .portal:not(.fsComposeMode) .portal-sub-mobile header,
  .portal:not(.fsComposeMode) .portal-sub-mobile > .fsElementContent {
    max-width: 480px;
    margin: 0 auto;
    display: block !important; }
  @media (min-width: 800px) {
    .portal:not(.fsComposeMode) .portal-sub-mobile {
      display: none; } }
  .portal:not(.fsComposeMode) .portal-sub-mobile.active {
    height: auto;
    max-height: 900px; }
  .portal:not(.fsComposeMode) .portal-sub-mobile .fsNavLevel1 > li > a {
    border-bottom: 1px solid #b7b7b7; }
  .portal:not(.fsComposeMode) .portal-sub-mobile .sub-trigger {
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0; }

.portal:not(.fsComposeMode) .rsrc-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px; }
  .portal:not(.fsComposeMode) .rsrc-box ul li {
    display: block; }

.portal:not(.fsComposeMode) .rsrc-box.qls ul li {
  display: inline-block;
  max-width: 50px;
  margin-right: 5px; }

.portal:not(.fsComposeMode) .portal-student-announcements {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
  width: 100%; }
  .portal:not(.fsComposeMode) .portal-student-announcements header {
    text-align: center; }
  .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow {
    margin-bottom: 0px;
    padding-bottom: 10px; }
    .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
      color: #6c6c6c;
      font-size: 16px;
      max-width: 100%;
      border: 0px; }
      @media (min-width: 600px) {
        .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
          padding-left: 30px; }
          .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article:nth-child(odd) {
            border-right: 1px solid #ebebeb; } }
      .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: #162f50; }
        .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a:hover {
          color: #004d37; }

.portal:not(.fsComposeMode) .portal-photos {
  background: #d0d6dc;
  text-align: center;
  padding: 30px 0 55px; }
  .portal:not(.fsComposeMode) .portal-photos header h2.fsElementTitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase; }
  .portal:not(.fsComposeMode) .portal-photos ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .portal:not(.fsComposeMode) .portal-photos ul li {
      display: inline-block;
      width: 20%;
      margin-left: -2px;
      margin-right: -2px;
      padding: 0 4px; }
      @media (max-width: 599px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 33.33%; } }
      @media (max-width: 480px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 50%; } }
      @media (max-width: 320px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 100%; } }

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 80%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 40%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 20%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #262626;
      color: #262626; }
      .colors ol li:nth-of-type(1):after {
        content: "#262626"; }
    .colors ol li:nth-of-type(2) {
      background: #00833d;
      color: #00833d; }
      .colors ol li:nth-of-type(2):after {
        content: "#00833d"; }
    .colors ol li:nth-of-type(3) {
      background: #004d37;
      color: #004d37; }
      .colors ol li:nth-of-type(3):after {
        content: "#004d37"; }
    .colors ol li:nth-of-type(4) {
      background: #e0af3c;
      color: #e0af3c; }
      .colors ol li:nth-of-type(4):after {
        content: "#e0af3c"; }
    .colors ol li:nth-of-type(5) {
      background: #e0efe0;
      color: #e0efe0; }
      .colors ol li:nth-of-type(5):after {
        content: "#e0efe0"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Neothic Regular", serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Neothic Regular, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Open Sans", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Open Sans, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 47px / line: 56px"; }

.headers h2:after {
  content: " size: 42px / line: 47px"; }

.headers h3:after {
  content: " size: 38px / line: 42px"; }

.headers h4:after {
  content: " size: 32px / line: 37px"; }

.headers h5:after {
  content: " size: 28px / line: 33px"; }

.headers h6:after {
  content: " size: 23px / line: 28px"; }

.donation-pages #fsPageContent, .donation-pages .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2), .landing.fsHasThreeColumnTopLayout .donation-pages .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2) {
  padding-bottom: 20px; }

.donation-pages:not(.fsComposeMode) {
  position: relative; }
  .donation-pages:not(.fsComposeMode) #fsPageBodyWrapper {
    padding: 70px 0 0; }
  .donation-pages:not(.fsComposeMode) #fsPageBody {
    max-width: 100%;
    width: 100%; }
  body.donation-pages:not(.home):not(.fsHasLeftBanner):not(.fsHasRightBanner) #fsPageContent, body.donation-pages:not(.home):not(.fsHasLeftBanner):not(.fsHasRightBanner) .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2), .landing.fsHasThreeColumnTopLayout body.donation-pages:not(.home):not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2) {
    max-width: 100%; }
  .donation-pages:not(.fsComposeMode) #fsPageContent .fsPageLayout, .donation-pages:not(.fsComposeMode) .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2) .fsPageLayout, .landing.fsHasThreeColumnTopLayout .donation-pages:not(.fsComposeMode) .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2) .fsPageLayout {
    margin-left: 0;
    margin-right: 0; }
    .donation-pages:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv, .donation-pages:not(.fsComposeMode) .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2) .fsPageLayout > .fsDiv, .landing.fsHasThreeColumnTopLayout .donation-pages:not(.fsComposeMode) .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2) .fsPageLayout > .fsDiv {
      padding-left: 0;
      padding-right: 0; }
  .donation-pages:not(.fsComposeMode) .hdr-image {
    display: none; }
  .donation-pages:not(.fsComposeMode) .nav-main .fsNavPageInfo .site-info-container {
    display: inline-block; }
  .donation-pages:not(.fsComposeMode) .hero {
    position: relative;
    background-color: #00833d;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    width: 100%;
    height: auto;
    min-height: 740px;
    overflow: hidden; }
    @media (min-width: 800px) {
      .donation-pages:not(.fsComposeMode) .hero {
        height: 610px; } }
    .donation-pages:not(.fsComposeMode) .hero:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      content: ''; }
    .donation-pages:not(.fsComposeMode) .hero > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      position: absolute;
      top: calc(50% + 50px);
      right: 20px;
      left: 20px;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-align: center; }
      .donation-pages:not(.fsComposeMode) .hero > .fsElementContent > header .fsElementTitle {
        margin-top: 0;
        font-family: "Neothic Regular", serif;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 47px;
        line-height: 56px;
        color: #026937;
        font-weight: 300;
        margin-bottom: 50px;
        font-size: 60px;
        color: #fff;
        margin-bottom: 70px;
        font-weight: 300; }
        @media (max-width: 599px) {
          .donation-pages:not(.fsComposeMode) .hero > .fsElementContent > header .fsElementTitle {
            font-size: 45px;
            margin-bottom: 30px; } }
      @media (max-width: 599px) {
        .donation-pages:not(.fsComposeMode) .hero > .fsElementContent {
          top: calc(50% + 75px); } }
      .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step {
        zoom: 1;
        margin: 0 auto 20px;
        padding: 0;
        width: 100%;
        max-width: 1000px; }
        .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step:after {
          display: table;
          clear: both;
          content: ''; }
        .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > .fsElementContent {
          padding: 28px 20px;
          display: inline-block;
          text-align: center; }
          .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > .fsElementContent a {
            font-weight: 700;
            font-size: 44px;
            line-height: 30px;
            text-transform: uppercase;
            font-family: "Open Sans", sans-serif;
            color: #fff;
            border: 1px solid #fff;
            padding: 12px 35px; }
            .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > .fsElementContent a:hover {
              background: #00833d;
              border-color: #00833d; }
          @media (max-width: 799px) {
            .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > .fsElementContent {
              display: block;
              padding-left: 0;
              padding-right: 0; }
              .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > .fsElementContent a {
                display: block; } }
        .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > footer {
          display: inline-block;
          width: 40%;
          text-align: right; }
          @media (min-width: 800px) {
            .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > footer {
              width: 50%; } }
          .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > footer a {
            margin-bottom: 0;
            display: inline-block;
            text-transform: uppercase;
            border: none;
            font-weight: 400;
            font-size: 18px;
            background: #e0af3c;
            color: #fff;
            padding: 30px 45px; }
            .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > footer a:hover {
              background: #fff;
              color: #e0af3c; }
            @media (max-width: 599px) {
              .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > footer a {
                padding: 30px; } }
  .donation-pages:not(.fsComposeMode) .blurb {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding-right: 1.25em;
    padding-left: 1.25em;
    max-width: 980px;
    margin-top: 60px;
    margin-bottom: 60px; }
    @media (min-width: 1220px) {
      .donation-pages:not(.fsComposeMode) .blurb {
        padding-right: 0;
        padding-left: 0; } }
    .donation-pages:not(.fsComposeMode) .blurb > header {
      text-align: center; }
      .donation-pages:not(.fsComposeMode) .blurb > header .fsElementTitle {
        margin-top: 0;
        font-family: "Neothic Regular", serif;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 47px;
        line-height: 56px;
        color: #026937;
        font-weight: 300;
        margin-bottom: 50px; }
  .donation-pages:not(.fsComposeMode) .callout-buttons {
    background: #00833d; }
    .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      padding-top: 1.25em;
      padding-bottom: 1.25em;
      zoom: 1;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center; }
      .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent:after {
        display: table;
        clear: both;
        content: ''; }
      .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent p {
        display: block;
        margin: 0 0 20px;
        padding: 0 10px;
        width: 100%; }
        .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent p:nth-of-type(4) {
          margin-bottom: 0; }
        @media (min-width: 800px) {
          .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent p {
            display: inline-block;
            float: left;
            width: 50%; }
            .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent p:nth-of-type(3), .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent p:nth-of-type(4) {
              margin-bottom: 0; } }
        @media (min-width: 1000px) {
          .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent p {
            width: 25%;
            margin-bottom: 0; } }
  .donation-pages:not(.fsComposeMode) .spotlight {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    max-width: 980px; }
    .donation-pages:not(.fsComposeMode) .spotlight .fsDiv {
      padding: 0;
      margin: 0; }
    .donation-pages:not(.fsComposeMode) .spotlight .fsElement {
      position: relative;
      margin: 0 auto 20px;
      padding: 0;
      background-color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 280px;
      height: 280px; }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement:hover:before {
        background: rgba(0, 0, 0, 0.5); }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement:hover .fsElementContent {
        max-height: 500px;
        visibility: visible;
        opacity: 1; }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        transition: all 0.3s ease; }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement:after {
        display: block;
        content: '';
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        border: 1px solid rgba(255, 255, 255, 0.9); }
      @media (min-width: 800px) {
        .donation-pages:not(.fsComposeMode) .spotlight .fsElement {
          width: 300px;
          height: 300px; } }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement header {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 20px;
        color: #fff;
        text-align: center; }
        .donation-pages:not(.fsComposeMode) .spotlight .fsElement header .fsElementTitle {
          font-weight: 700;
          font-size: 18px;
          line-height: 22px;
          color: #fff;
          font-family: "Open Sans", sans-serif; }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement .fsElementContent {
        height: auto;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease; }
        .donation-pages:not(.fsComposeMode) .spotlight .fsElement .fsElementContent a {
          color: #e0af3c; }
          .donation-pages:not(.fsComposeMode) .spotlight .fsElement .fsElementContent a:hover {
            color: #fff; }

.donation-pages-form .ways-give-intro,
.donation-pages-form .types-gifts-intro {
  margin: 0 0 20px 0;
  width: 100%; }

.donation-pages-form .ways-give-panel,
.donation-pages-form .types-gifts-panel {
  position: fixed; }

.callout-buttons > .fsElementContent p {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  width: 100%; }
  .callout-buttons > .fsElementContent p a {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
    background: #00833d;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 20px;
    font-family: "Neothic Regular", serif;
    text-transform: uppercase;
    display: block;
    padding: 12px 10px;
    text-align: center; }
    .callout-buttons > .fsElementContent p a:hover {
      background: #004d37;
      border-color: #004d37; }

.ways-give-intro,
.types-gifts-intro {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  height: auto;
  text-align: left;
  transition: all 0.3s ease;
  color: #fff; }
  @media (min-width: 800px) {
    .ways-give-intro,
    .types-gifts-intro {
      margin: 0 10px;
      width: 280px; } }
  .ways-give-intro:hover,
  .types-gifts-intro:hover {
    background: #e0af3c; }
    .ways-give-intro:hover > header .fsElementTitle:after,
    .types-gifts-intro:hover > header .fsElementTitle:after {
      color: #fff; }
  .ways-give-intro > header,
  .types-gifts-intro > header {
    cursor: pointer; }
    .ways-give-intro > header .fsElementTitle,
    .types-gifts-intro > header .fsElementTitle {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      color: #fff;
      font-family: "Open Sans", sans-serif; }
      .ways-give-intro > header .fsElementTitle:after,
      .types-gifts-intro > header .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-style: normal;
        float: right;
        color: #e0af3c;
        font-size: 14px;
        line-height: 20px;
        transition: all 0.3s ease; }
  .ways-give-intro > .fsElementContent,
  .types-gifts-intro > .fsElementContent {
    font-size: 13px;
    line-height: 20px; }

.ways-give-panel,
.types-gifts-panel {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
  background: rgba(0, 77, 55, 0.95);
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9001;
  width: 100%;
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  transition: all 0.3s ease; }
  body.fsComposeMode .ways-give-panel, body.fsComposeMode
  .types-gifts-panel {
    position: static;
    visibility: visible;
    opacity: 1;
    max-height: none;
    -ms-transform: none;
    transform: none; }
  @media (min-width: 800px) {
    .ways-give-panel,
    .types-gifts-panel {
      position: absolute; } }
  @media (min-width: 1220px) {
    .ways-give-panel,
    .types-gifts-panel {
      padding-right: 0;
      padding-left: 0; } }
  .ways-give-panel.panel-active,
  .types-gifts-panel.panel-active {
    max-height: 5000px;
    visibility: visible;
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .ways-give-panel > header,
  .types-gifts-panel > header {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    position: relative; }
    .ways-give-panel > header .fsElementTitle,
    .types-gifts-panel > header .fsElementTitle {
      margin-top: 0;
      font-family: "Neothic Regular", serif;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 47px;
      line-height: 56px;
      color: #026937;
      font-weight: 300;
      margin-bottom: 50px;
      margin: 0 0 20px 0;
      color: #fff; }
      .ways-give-panel > header .fsElementTitle .close-panel,
      .types-gifts-panel > header .fsElementTitle .close-panel {
        float: right;
        display: inline-block;
        margin: 0;
        padding: 0;
        cursor: pointer;
        color: #fff; }
        .ways-give-panel > header .fsElementTitle .close-panel:hover,
        .types-gifts-panel > header .fsElementTitle .close-panel:hover {
          color: rgba(255, 255, 255, 0.5); }
        .ways-give-panel > header .fsElementTitle .close-panel span,
        .types-gifts-panel > header .fsElementTitle .close-panel span {
          font-size: 0; }
          .ways-give-panel > header .fsElementTitle .close-panel span:before,
          .types-gifts-panel > header .fsElementTitle .close-panel span:before {
            display: inline-block;
            content: '\2715';
            font-weight: 400;
            font-size: 40px;
            line-height: 1;
            width: auto;
            color: inherit; }
  .ways-give-panel > .fsElementContent,
  .types-gifts-panel > .fsElementContent {
    zoom: 1;
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    text-align: left;
    width: 100%; }
    .ways-give-panel > .fsElementContent:after,
    .types-gifts-panel > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
  .ways-give-panel .fsElement:not(.fsContainer),
  .types-gifts-panel .fsElement:not(.fsContainer) {
    position: relative;
    margin-bottom: 40px;
    text-align: left; }
    @media (min-width: 600px) {
      .ways-give-panel .fsElement:not(.fsContainer),
      .types-gifts-panel .fsElement:not(.fsContainer) {
        display: inline-block;
        float: left;
        width: 50%;
        padding-right: 30px; } }
    @media (min-width: 800px) {
      .ways-give-panel .fsElement:not(.fsContainer),
      .types-gifts-panel .fsElement:not(.fsContainer) {
        width: 33.33%; } }
    .ways-give-panel .fsElement:not(.fsContainer):before,
    .types-gifts-panel .fsElement:not(.fsContainer):before {
      display: block;
      width: 50px;
      height: auto;
      font-size: 22px;
      line-height: 50px;
      text-align: center;
      border-radius: 100%;
      background: #fff;
      color: #262626;
      position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .ways-give-panel .fsElement:not(.fsContainer) > header,
    .types-gifts-panel .fsElement:not(.fsContainer) > header {
      padding-left: 65px; }
      .ways-give-panel .fsElement:not(.fsContainer) > header .fsElementTitle,
      .types-gifts-panel .fsElement:not(.fsContainer) > header .fsElementTitle {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        color: #fff; }
    .ways-give-panel .fsElement:not(.fsContainer) > .fsElementContent,
    .types-gifts-panel .fsElement:not(.fsContainer) > .fsElementContent {
      padding-left: 65px;
      font-size: 14px;
      line-height: 20px; }
      .ways-give-panel .fsElement:not(.fsContainer) > .fsElementContent a,
      .types-gifts-panel .fsElement:not(.fsContainer) > .fsElementContent a {
        color: #e0af3c; }
        .ways-give-panel .fsElement:not(.fsContainer) > .fsElementContent a:hover,
        .types-gifts-panel .fsElement:not(.fsContainer) > .fsElementContent a:hover {
          color: #fff; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(1):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(2):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(3):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(4):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(5):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(6):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(7):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(8):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(9):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.types-gifts-panel .fsElement:not(.fsContainer):nth-of-type(1):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.types-gifts-panel .fsElement:not(.fsContainer):nth-of-type(2):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.types-gifts-panel .fsElement:not(.fsContainer):nth-of-type(3):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.types-gifts-panel .fsElement:not(.fsContainer):nth-of-type(4):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.types-gifts-panel .fsElement:not(.fsContainer):nth-of-type(5):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

/*! pages - news-media v0.0.1 */
@font-face {
  font-family: 'news-media-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBGEAAAC8AAAAYGNtYXAXVtKIAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZnoVlGoAAAF4AAABDGhlYWQIrSzKAAAChAAAADZoaGVhBhoDxwAAArwAAAAkaG10eAqiACAAAALgAAAAGGxvY2EArgBmAAAC+AAAAA5tYXhwAAgAIQAAAwgAAAAgbmFtZZlKCfsAAAMoAAABhnBvc3QAAwAAAAAEsAAAACAAAwI2AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6QH//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAD/3QIpA6QAHgAAAR4BBwkBFgYHBiYnLgMxLgE1NDY3MD4CNz4BFwIpHQIf/r8BQR8CHR1TGw18im8ODg4Ob4p8DRtTHQOkHUok/qj+pyNLHRwBGw6FlHcPJBMTJA54lIUNGwIdAAEAIP/dAlgDpAAeAAATHgMxHgEVFAYHMA4CBw4BJy4BNwkBJjY3NhYXrg6AjXIPDg4Pco2ADhtVHh0DIAFK/rYgAx0eVRsDpA2FlXcPJBMTJA53lYUNGwIdHUokAVgBWSNLHR0CGwAAAQAAAAEAAJZgzblfDzz1AAsEAAAAAADTmvQmAAAAANOa9CYAAP/dAlgDpAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAACWAABAAAAAAAAAAAAAAAAAAAABgQAAAAAAAAAAAAAAAIAAAACSQAAAlkAIAAAAAAACgAUAB4AUgCGAAAAAQAAAAYAHwABAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal; }

.news-media {
  font-family: "Open Sans", sans-serif;
  /*
	 * Nivo Lightbox v1.2.0
	 * http://dev7studios.com/nivo-lightbox
	 *
	 * Copyright 2013, Dev7studios
	 * Free to use and abuse under the MIT license.
	 * http://www.opensource.org/licenses/mit-license.php
	 */
  /* Effects
	 **********************************************/ }
  .news-media .fsPageTitle {
    display: none; }
  .news-media main .fsContainer > header {
    position: relative;
    margin-bottom: 22px; }
    @media (min-width: 500px) {
      .news-media main .fsContainer > header {
        margin-bottom: 48px; } }
    .news-media main .fsContainer > header > .fsElementTitle {
      display: block;
      margin-bottom: 5px;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 18px; }
      @media (min-width: 500px) {
        .news-media main .fsContainer > header > .fsElementTitle {
          margin-bottom: 9px;
          font-size: 22px; } }
      @media (min-width: 600px) {
        .news-media main .fsContainer > header > .fsElementTitle {
          padding-left: 150px;
          padding-right: 150px; } }
    .news-media main .fsContainer > header .fsElementHeaderContent {
      font-size: 14px;
      font-weight: 600;
      text-align: center; }
      @media (min-width: 600px) {
        .news-media main .fsContainer > header .fsElementHeaderContent {
          text-align: right;
          max-width: 150px;
          padding-top: 10px;
          position: absolute;
          top: 0;
          right: 0; } }
      .news-media main .fsContainer > header .fsElementHeaderContent a {
        color: #c3c3c3; }
        .news-media main .fsContainer > header .fsElementHeaderContent a:hover {
          color: #004d37; }
  .news-media .panel-hero .fsPlayer > .fsElementContent {
    position: relative; }
  .news-media .panel-hero .fsMediaContainer {
    background: #ffffff !important; }
  .news-media .panel-hero article {
    background: none !important;
    z-index: 1; }
    @media (min-width: 600px) {
      .news-media .panel-hero article {
        height: 510px; } }
    .news-media .panel-hero article:before {
      content: '';
      display: none;
      width: 100%;
      padding-bottom: 75%;
      background-color: #000000;
      opacity: 0.4; }
      @media (min-width: 600px) {
        .news-media .panel-hero article:before {
          display: block; } }
    .news-media .panel-hero article img {
      display: none; }
  .news-media .panel-hero .image-wrapper {
    background-position: center center;
    background-size: cover;
    overflow: hidden; }
    @media (min-width: 600px) {
      .news-media .panel-hero .image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
    .news-media .panel-hero .image-wrapper:before {
      content: '';
      display: block;
      height: 240px;
      background-color: #000000;
      opacity: 0.4; }
      @media (min-width: 600px) {
        .news-media .panel-hero .image-wrapper:before {
          width: 100%;
          padding-bottom: 75%; } }
  .news-media .panel-hero .caption-wrapper {
    padding: 24px 20px 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 10;
    color: #163052;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    background: none; }
    @media (min-width: 600px) {
      .news-media .panel-hero .caption-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        padding: 80px 50px 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: #ffffff; } }
  .news-media .panel-hero .caption-title {
    margin-bottom: 0px;
    color: #fff;
    font-size: 40px;
    line-height: 46px;
    font-weight: 300; }
    @media (min-width: 600px) {
      .news-media .panel-hero .caption-title {
        margin-bottom: 24px;
        font-size: 60px;
        line-height: 60px; } }
  .news-media .panel-hero .caption-desc {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: none;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600; }
    @media (min-width: 600px) {
      .news-media .panel-hero .caption-desc {
        display: block; } }
    @media (min-width: 1200px) {
      .news-media .panel-hero .caption-desc {
        padding: 0 100px; } }
  .news-media .panel-hero .slideshow-arrows {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: none;
    pointer-events: none; }
    @media (min-width: 1200px) {
      .news-media .panel-hero .slideshow-arrows {
        display: block; } }
    .news-media .panel-hero .slideshow-arrows .slick-arrow {
      height: 60px;
      width: 60px;
      position: absolute;
      top: calc(50% + 50px);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 10;
      pointer-events: auto;
      background-position: center center;
      background-repeat: no-repeat;
      cursor: pointer; }
      .news-media .panel-hero .slideshow-arrows .slick-arrow:hover:before {
        color: #e0af3c; }
      .news-media .panel-hero .slideshow-arrows .slick-arrow:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 35px;
        font-family: 'news-media-icons';
        transition: color 0.3s ease; }
    .news-media .panel-hero .slideshow-arrows .slick-prev {
      left: 0; }
      .news-media .panel-hero .slideshow-arrows .slick-prev:before {
        content: '\e900'; }
    .news-media .panel-hero .slideshow-arrows .slick-next {
      right: 0; }
      .news-media .panel-hero .slideshow-arrows .slick-next:before {
        content: '\e901'; }
  .news-media .panel-hero .slideshow-index {
    display: none;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0; }
    @media (min-width: 600px) {
      .news-media .panel-hero .slideshow-index {
        display: block; } }
    .news-media .panel-hero .slideshow-index ul {
      height: 24px;
      padding: 0;
      margin: 0;
      line-height: 24px;
      text-align: center;
      list-style: none;
      vertical-align: top; }
    .news-media .panel-hero .slideshow-index li {
      display: inline-block;
      width: 24px;
      height: 24px;
      margin: 0 4px;
      padding: 5px;
      outline: none;
      border: 0;
      border-radius: 100%;
      background-color: #ffffff; }
      .news-media .panel-hero .slideshow-index li.slick-active button {
        background-color: #e0af3c; }
    .news-media .panel-hero .slideshow-index button {
      display: block;
      width: 14px;
      height: 14px;
      outline: none;
      border: 0;
      border-radius: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: transparent;
      font-size: 1px;
      background-color: #00833d;
      transition: background 0.3s ease; }
  .news-media .panel-news {
    padding-bottom: 79px; }
    .news-media .panel-news .fsListItems {
      zoom: 1; }
      .news-media .panel-news .fsListItems:after {
        display: table;
        clear: both;
        content: ''; }
    .news-media .panel-news article {
      zoom: 1;
      display: none;
      padding: 26px 0 0 0;
      position: relative; }
      .news-media .panel-news article:after {
        display: table;
        clear: both;
        content: ''; }
      @media (min-width: 500px) {
        .news-media .panel-news article {
          padding-left: 19px; } }
      @media (min-width: 700px) {
        .news-media .panel-news article {
          width: 33.33333%;
          float: left; } }
      @media (min-width: 1200px) {
        .news-media .panel-news article {
          width: 25%; } }
      .news-media .panel-news article:nth-of-type(2), .news-media .panel-news article:nth-of-type(3), .news-media .panel-news article:nth-of-type(4) {
        display: block; }
      .news-media .panel-news article:nth-of-type(2):before {
        display: none; }
        @media (min-width: 700px) {
          .news-media .panel-news article:nth-of-type(2):before {
            display: block; } }
      @media (min-width: 1200px) {
        .news-media .panel-news article:nth-of-type(5) {
          display: block; } }
      .news-media .panel-news article:before {
        content: '';
        display: block;
        height: 2px;
        width: 70px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #c3c3c3; }
      .news-media .panel-news article .fsThumbnail {
        display: none; }
      .news-media .panel-news article .fsTitle {
        margin-bottom: 2px;
        font-size: 18px;
        font-weight: 600;
        color: #004d37; }
        .news-media .panel-news article .fsTitle a {
          color: inherit; }
        .news-media .panel-news article .fsTitle:hover,
        .news-media .panel-news article .fsTitle a:hover {
          color: #004d37; }
      .news-media .panel-news article .fsDate {
        color: #c3c3c3;
        font-size: 16px;
        font-weight: 700; }
      .news-media .panel-news article .fsSummary {
        display: none;
        font-size: 16px;
        line-height: 24px; }
      .news-media .panel-news article .fsNewsPostLink.fsReadMoreLink {
        display: none; }
      .news-media .panel-news article:first-of-type {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0; }
        @media (min-width: 500px) {
          .news-media .panel-news article:first-of-type {
            text-align: center;
            margin-bottom: 50px; } }
        @media (min-width: 1200px) {
          .news-media .panel-news article:first-of-type {
            text-align: left; } }
        .news-media .panel-news article:first-of-type:before {
          display: none; }
        .news-media .panel-news article:first-of-type .fsThumbnail {
          display: block;
          margin: 0 auto 26px;
          max-width: 580px;
          position: relative; }
          @media (min-width: 500px) {
            .news-media .panel-news article:first-of-type .fsThumbnail {
              margin-bottom: 33px; } }
          @media (min-width: 1200px) {
            .news-media .panel-news article:first-of-type .fsThumbnail {
              float: left;
              width: calc(50% + 32px);
              max-width: none;
              padding-right: 42px;
              margin: 0; } }
          .news-media .panel-news article:first-of-type .fsThumbnail:before {
            content: '';
            display: none;
            margin: 5px;
            border: 1px solid #ffffff;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
            @media (min-width: 500px) {
              .news-media .panel-news article:first-of-type .fsThumbnail:before {
                display: block; } }
            @media (min-width: 1200px) {
              .news-media .panel-news article:first-of-type .fsThumbnail:before {
                right: 42px; } }
          .news-media .panel-news article:first-of-type .fsThumbnail .fsCroppedImage {
            display: block; }
        .news-media .panel-news article:first-of-type .fsTitle {
          margin-bottom: 7px; }
          @media (min-width: 500px) {
            .news-media .panel-news article:first-of-type .fsTitle {
              margin-bottom: 4px;
              font-size: 26px;
              font-weight: 600; } }
          @media (min-width: 500px) {
            .news-media .panel-news article:first-of-type .fsTitle a {
              color: #004d37;
              font-size: inherit;
              font-weight: inherit; }
              .news-media .panel-news article:first-of-type .fsTitle a:hover {
                color: #e0af3c; } }
        .news-media .panel-news article:first-of-type .fsDateTime {
          margin-bottom: 5px; }
        .news-media .panel-news article:first-of-type .fsSummary {
          display: block;
          text-align: left; }
          @media (min-width: 500px) {
            .news-media .panel-news article:first-of-type .fsSummary {
              padding-left: 20px; } }
          @media (min-width: 1200px) {
            .news-media .panel-news article:first-of-type .fsSummary {
              padding-left: 0; } }
        .news-media .panel-news article:first-of-type .fsNewsPostLink.fsReadMoreLink {
          min-width: 115px;
          padding: 6px 18px;
          border: 1px solid #004d37;
          font-size: 18px;
          text-align: center;
          border-radius: 30px;
          border-color: #004d37;
          color: #004d37;
          display: block; }
          .news-media .panel-news article:first-of-type .fsNewsPostLink.fsReadMoreLink:hover {
            background-color: transparent;
            background-color: #004d37;
            color: #ffffff; }
          .news-media .panel-news article:first-of-type .fsNewsPostLink.fsReadMoreLink:after {
            display: none; }
          @media (min-width: 400px) {
            .news-media .panel-news article:first-of-type .fsNewsPostLink.fsReadMoreLink {
              display: inline-block; } }
          @media (min-width: 1200px) {
            .news-media .panel-news article:first-of-type .fsNewsPostLink.fsReadMoreLink {
              display: block;
              float: left; } }
  .news-media .panel-photos {
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 0vw;
    margin: 0 auto; }
    .news-media .panel-photos.element-loaded {
      opacity: 1; }
    .news-media .panel-photos > .fsElementContent {
      margin-left: -50vw;
      margin-right: -50vw;
      width: 100vw; }
    .news-media .panel-photos .fsMedia {
      position: relative; }
      @media (min-width: 500px) {
        .news-media .panel-photos .fsMedia {
          padding: 21px 0;
          background-color: #f9f9f9; } }
      .news-media .panel-photos .fsMedia > header {
        display: block;
        padding-left: 20px;
        padding-right: 20px; }
        @media (min-width: 500px) {
          .news-media .panel-photos .fsMedia > header {
            max-height: 240px;
            width: 33.33333%;
            padding-left: 0;
            padding-right: 0;
            position: absolute;
            top: 21px;
            color: #ffffff;
            background-color: #163052; } }
        @media (min-width: 600px) {
          .news-media .panel-photos .fsMedia > header {
            width: 25%; } }
        @media (min-width: 1200px) {
          .news-media .panel-photos .fsMedia > header {
            left: 33.33333%;
            width: 16.66667%; } }
        .news-media .panel-photos .fsMedia > header:before {
          content: '';
          display: none;
          padding-bottom: 100%; }
          @media (min-width: 500px) {
            .news-media .panel-photos .fsMedia > header:before {
              display: block; } }
        .news-media .panel-photos .fsMedia > header > .fsElementTitle {
          display: block;
          margin-bottom: 48px;
          font-size: 22px;
          font-weight: bold;
          text-align: center;
          text-transform: uppercase; }
          @media (min-width: 500px) {
            .news-media .panel-photos .fsMedia > header > .fsElementTitle {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: center;
              justify-content: center;
              -ms-flex-align: center;
              align-items: center;
              margin: 0;
              padding: 0 40px;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              font-size: 18px;
              line-height: 22px;
              font-weight: 700; } }
    .news-media .panel-photos .fsMediaCustomPlayer {
      position: relative; }
      .news-media .panel-photos .fsMediaCustomPlayer .slide-sizer {
        display: none; }
        @media (min-width: 500px) {
          .news-media .panel-photos .fsMediaCustomPlayer .slide-sizer {
            display: block;
            width: 66.66667%; } }
        @media (min-width: 600px) {
          .news-media .panel-photos .fsMediaCustomPlayer .slide-sizer {
            width: 50%;
            max-height: 480px; } }
        @media (min-width: 1200px) {
          .news-media .panel-photos .fsMediaCustomPlayer .slide-sizer {
            width: 33.33333%; } }
        .news-media .panel-photos .fsMediaCustomPlayer .slide-sizer:before {
          content: '';
          display: block;
          padding-bottom: 100%; }
    .news-media .panel-photos article {
      display: none;
      max-height: 480px;
      position: absolute;
      background-size: cover;
      background-position: center center;
      opacity: 0;
      transition: opacity 0.3s ease; }
      .news-media .panel-photos article.photo-loaded {
        opacity: 1; }
      .news-media .panel-photos article:before {
        content: '';
        display: block;
        padding-bottom: 100%; }
      .news-media .panel-photos article img {
        display: none; }
      .news-media .panel-photos article:nth-of-type(1) {
        top: 0;
        left: 0; }
        @media (min-width: 1200px) {
          .news-media .panel-photos article:nth-of-type(1) {
            display: block;
            width: 33.33333%; } }
      .news-media .panel-photos article:nth-of-type(2) {
        max-height: 240px;
        left: 0;
        bottom: 0; }
        @media (min-width: 500px) {
          .news-media .panel-photos article:nth-of-type(2) {
            display: block;
            width: 33.33333%; } }
        @media (min-width: 600px) {
          .news-media .panel-photos article:nth-of-type(2) {
            width: 25%; } }
        @media (min-width: 1200px) {
          .news-media .panel-photos article:nth-of-type(2) {
            width: 16.66667%;
            left: 33.33333%; } }
      .news-media .panel-photos article:nth-of-type(3) {
        display: block;
        width: 100%;
        position: static; }
        @media (min-width: 500px) {
          .news-media .panel-photos article:nth-of-type(3) {
            width: 66.66667%;
            position: absolute;
            top: 0;
            right: 0; } }
        @media (min-width: 600px) {
          .news-media .panel-photos article:nth-of-type(3) {
            width: 50%;
            top: 0;
            left: 25%; } }
        @media (min-width: 1200px) {
          .news-media .panel-photos article:nth-of-type(3) {
            width: 33.33333%;
            left: 50%; } }
      .news-media .panel-photos article:nth-of-type(4) {
        width: 25%;
        max-height: 240px;
        top: 0;
        right: 0; }
        @media (min-width: 600px) {
          .news-media .panel-photos article:nth-of-type(4) {
            display: block; } }
        @media (min-width: 1200px) {
          .news-media .panel-photos article:nth-of-type(4) {
            width: 16.66667%; } }
      .news-media .panel-photos article:nth-of-type(5) {
        width: 25%;
        max-height: 240px;
        right: 0;
        bottom: 0; }
        @media (min-width: 600px) {
          .news-media .panel-photos article:nth-of-type(5) {
            display: block; } }
        @media (min-width: 1200px) {
          .news-media .panel-photos article:nth-of-type(5) {
            width: 16.66667%; } }
  .news-media .media-feed {
    background-color: #f9f9f9;
    padding: 20px 0; }
    body:not(.fsComposeMode).news-media .media-feed > header {
      display: none; }
      @media (max-width: 699px) {
        body:not(.fsComposeMode).news-media .media-feed > header {
          display: block; } }
    .news-media .media-feed .fsElementContent {
      display: -ms-flexbox;
      display: flex; }
      .news-media .media-feed .fsElementContent > div {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 480px; }
        @media (max-width: 1179px) {
          .news-media .media-feed .fsElementContent > div {
            height: auto; } }
      .news-media .media-feed .fsElementContent .column-1-item {
        width: 32.85714%;
        -ms-flex-preferred-size: 460px;
        flex-basis: 460px; }
      .news-media .media-feed .fsElementContent .column-2-item {
        width: 17.14286%;
        -ms-flex-preferred-size: 240px;
        flex-basis: 240px; }
        .news-media .media-feed .fsElementContent .column-2-item span {
          -ms-flex: 1 0 50%;
          flex: 1 0 50%; }
          @media (max-width: 1179px) {
            .news-media .media-feed .fsElementContent .column-2-item span:before {
              padding-bottom: 50%; } }
      .news-media .media-feed .fsElementContent .inst-img {
        background-size: cover;
        background-position: center center; }
      .news-media .media-feed .fsElementContent span {
        display: block;
        width: 100%;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
        @media (max-width: 1179px) {
          .news-media .media-feed .fsElementContent span:before {
            content: "";
            display: block;
            height: 0;
            width: 100%;
            padding-bottom: 100%; } }
      .news-media .media-feed .fsElementContent .feed-title {
        background: #00833d;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative; }
        .news-media .media-feed .fsElementContent .feed-title .fsElementTitle {
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: #fff;
          font-size: 18px;
          text-transform: uppercase;
          text-align: center;
          font-family: "Open Sans", sans-serif;
          font-weight: 700;
          line-height: 1.4; }
          .news-media .media-feed .fsElementContent .feed-title .fsElementTitle:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            display: block;
            color: #e0af3c;
            text-align: center;
            line-height: 1;
            margin-bottom: 10px; }
    @media (max-width: 1179px) {
      .news-media .media-feed .column-1-item:first-child {
        display: none; } }
    @media (max-width: 699px) {
      .news-media .media-feed {
        background: transparent; }
        .news-media .media-feed .column-2-item {
          display: none !important; }
        .news-media .media-feed .fsElementTitle {
          text-align: center; }
        .news-media .media-feed .fsElementContent span {
          height: 480px; }
          .news-media .media-feed .fsElementContent span:before {
            display: none; } }
  .news-media .panel-videos {
    padding-top: 60px; }
    .news-media .panel-videos .fsTwoColumnLayout {
      margin-left: -10px;
      margin-right: -10px; }
      .news-media .panel-videos .fsTwoColumnLayout > .fsDiv {
        float: none;
        padding-left: 10px;
        padding-right: 10px; }
        @media (min-width: 600px) {
          .news-media .panel-videos .fsTwoColumnLayout > .fsDiv {
            float: left; } }
        .news-media .panel-videos .fsTwoColumnLayout > .fsDiv.fsStyleColumn-1 {
          margin-bottom: 44px; }
          @media (min-width: 600px) {
            .news-media .panel-videos .fsTwoColumnLayout > .fsDiv.fsStyleColumn-1 {
              margin-bottom: 20px; } }
  .news-media .video-item {
    max-width: 580px;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 500px) {
      .news-media .video-item {
        max-height: 326px;
        overflow: hidden; } }
    .news-media .video-item header {
      margin-bottom: 24px;
      background-position: center center;
      background-size: cover; }
      @media (min-width: 500px) {
        .news-media .video-item header {
          margin-bottom: 0; } }
      .news-media .video-item header img {
        display: none; }
      .news-media .video-item header:before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 62.5%;
        position: relative;
        z-index: 1;
        background-color: #000000;
        opacity: 0.5; }
      .news-media .video-item header:after {
        content: '';
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 5px;
        border: 1px solid #ffffff;
        z-index: 1; }
        @media (min-width: 500px) {
          .news-media .video-item header:after {
            display: block; } }
    .news-media .video-item .fsElementContent {
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      color: #a7a7a7; }
      @media (min-width: 500px) {
        .news-media .video-item .fsElementContent {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: column wrap;
          flex-flow: column wrap;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0 20px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 3;
          color: #ffffff; } }
      .news-media .video-item .fsElementContent > *:last-child {
        margin-bottom: 0; }
      .news-media .video-item .fsElementContent a {
        min-width: 115px;
        padding: 6px 18px;
        border: 1px solid #004d37;
        font-size: 18px;
        text-align: center;
        border-radius: 30px;
        border-color: #004d37;
        color: #004d37;
        display: block; }
        .news-media .video-item .fsElementContent a:hover {
          background-color: transparent;
          background-color: #004d37;
          color: #ffffff; }
        .news-media .video-item .fsElementContent a:after {
          display: none; }
        @media (min-width: 500px) {
          .news-media .video-item .fsElementContent a {
            min-width: 115px;
            padding: 6px 18px;
            border: 1px solid #e0af3c;
            font-size: 18px;
            text-align: center;
            border-radius: 30px;
            border-color: #ffffff;
            color: #ffffff;
            display: inline-block; }
            .news-media .video-item .fsElementContent a:hover {
              background-color: transparent;
              background-color: #e0af3c;
              color: #ffffff; }
            .news-media .video-item .fsElementContent a:after {
              display: none; } }
  .news-media .nivo-lightbox-overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    visibility: hidden;
    opacity: 0;
    box-sizing: border-box;
    background-color: #000000; }
    .news-media .nivo-lightbox-overlay.nivo-lightbox-open {
      visibility: visible;
      opacity: 1; }
  .news-media .nivo-lightbox-wrap {
    padding: 10px;
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    background-color: #ffffff; }
  .news-media .nivo-lightbox-content {
    width: 100%;
    height: 100%; }
  .news-media .nivo-lightbox-title-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999;
    text-align: center; }
  .news-media .nivo-lightbox-nav {
    display: none; }
  .news-media .nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0; }
  .news-media .nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0; }
  .news-media .nivo-lightbox-close {
    display: none; }
  .news-media .nivo-lightbox-image {
    text-align: center; }
    .news-media .nivo-lightbox-image img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      vertical-align: middle; }
  .news-media .nivo-lightbox-content iframe {
    width: 100%;
    height: 100%; }
  .news-media .nivo-lightbox-inline,
  .news-media .nivo-lightbox-ajax {
    max-height: 100%;
    overflow: auto;
    box-sizing: border-box;
    /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */ }
  .news-media .nivo-lightbox-error {
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px #000; }
    .news-media .nivo-lightbox-error p {
      display: table-cell;
      vertical-align: middle; }
  .news-media .nivo-lightbox-notouch .nivo-lightbox-effect-fade {
    transition: all 0.2s ease-in-out; }

/*! treatments - Athletics BPT v3 - Configuration File*/
@font-face {
  font-family: 'BPT-IcoMoon';
  src: url("../fonts//bpt/icomoon.eot");
  src: url("../fonts//bpt/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//bpt/icomoon.woff2") format("woff2"), url("../fonts//bpt/icomoon.woff") format("woff"), url("../fonts//bpt/icomoon.ttf") format("truetype"), url("../fonts//bpt/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

/*! treatments - Athletics BPT v3 */
.bpt-athletics3 #fsPageBodyWrapper {
  padding-left: 0;
  padding-right: 0; }

.bpt-athletics3 #fsPageBody {
  max-width: 100%; }

.bpt-athletics3 h1 {
  color: #00833d; }

.bpt-athletics3 .title-bar {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 20px; }
  .bpt-athletics3 .title-bar > header {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .bpt-athletics3 .title-bar > header {
        margin-bottom: 50px; } }
    .bpt-athletics3 .title-bar > header .fsElementTitle {
      display: block;
      font-size: 13px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: .05em;
      color: rgba(0, 0, 0, 0.3);
      font-weight: 600;
      text-align: center;
      position: relative;
      margin: 40px auto 20px; }
      @media (min-width: 600px) {
        .bpt-athletics3 .title-bar > header .fsElementTitle {
          font-size: 18px;
          line-height: 24px;
          margin: 60px auto 20px; } }
      .bpt-athletics3 .title-bar > header .fsElementTitle:before {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 1px;
        background-color: rgba(0, 0, 0, 0.15);
        opacity: .5; }
  .bpt-athletics3 .title-bar .fsLayout {
    zoom: 1; }
    .bpt-athletics3 .title-bar .fsLayout:after {
      display: table;
      clear: both;
      content: ''; }
  .bpt-athletics3 .title-bar .title-inner {
    background-color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 0 8px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }
    @media (min-width: 600px) {
      .bpt-athletics3 .title-bar .title-inner {
        padding: 0 15px; } }
  .bpt-athletics3 .title-bar.image > header {
    margin-top: 40px; }
    @media (min-width: 600px) {
      .bpt-athletics3 .title-bar.image > header {
        margin-top: 70px; } }
  .bpt-athletics3 .title-bar.image .fsElementHeaderContent {
    position: relative; }
    .bpt-athletics3 .title-bar.image .fsElementHeaderContent:before {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 1px;
      background-color: rgba(0, 0, 0, 0.15);
      opacity: .5; }
    .bpt-athletics3 .title-bar.image .fsElementHeaderContent img {
      background-color: #fff;
      display: inline-block;
      margin: 0 auto;
      padding: 0 8px;
      position: relative;
      max-width: 150px;
      width: 100%; }
      @media (min-width: 600px) {
        .bpt-athletics3 .title-bar.image .fsElementHeaderContent img {
          padding: 0 15px;
          max-width: 230px; } }

.bpt-athletics3 .fsElement.fsNews, .bpt-athletics3 .fsElement.fsPostElement {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 20px; }
  .bpt-athletics3 .fsElement.fsNews.featured-news, .bpt-athletics3 .fsElement.fsPostElement.featured-news {
    margin-bottom: 45px; }
    .bpt-athletics3 .fsElement.fsNews.featured-news > header, .bpt-athletics3 .fsElement.fsPostElement.featured-news > header {
      text-align: center; }
    .bpt-athletics3 .fsElement.fsNews.featured-news article, .bpt-athletics3 .fsElement.fsPostElement.featured-news article {
      zoom: 1;
      position: relative; }
      .bpt-athletics3 .fsElement.fsNews.featured-news article:after, .bpt-athletics3 .fsElement.fsPostElement.featured-news article:after {
        display: table;
        clear: both;
        content: ''; }
      @media (min-width: 700px) {
        .bpt-athletics3 .fsElement.fsNews.featured-news article, .bpt-athletics3 .fsElement.fsPostElement.featured-news article {
          padding-left: calc(50% + 50px);
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: center;
          justify-content: center;
          min-height: 400px; } }
    .bpt-athletics3 .fsElement.fsNews.featured-news .fsThumbnail, .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsThumbnail {
      background-size: cover;
      background-position: center;
      overflow: hidden;
      border: solid 1px #d9d9d9; }
      @media (min-width: 700px) {
        .bpt-athletics3 .fsElement.fsNews.featured-news .fsThumbnail, .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsThumbnail {
          position: absolute;
          width: 50%;
          height: 100%;
          left: 0;
          top: 0;
          margin: 0; } }
      .bpt-athletics3 .fsElement.fsNews.featured-news .fsThumbnail img, .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsThumbnail img {
        opacity: 0;
        visibility: hidden; }
    .bpt-athletics3 .fsElement.fsNews.featured-news .fsTitle, .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsTitle {
      margin-top: 0;
      font-size: 26px;
      line-height: 1.2;
      font-weight: normal;
      margin-bottom: 20px;
      position: relative;
      color: #00833d; }
      @media (min-width: 600px) {
        .bpt-athletics3 .fsElement.fsNews.featured-news .fsTitle, .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsTitle {
          font-size: 22px; } }
      @media (min-width: 800px) {
        .bpt-athletics3 .fsElement.fsNews.featured-news .fsTitle, .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsTitle {
          font-size: 30px; } }
      @media (min-width: 980px) {
        .bpt-athletics3 .fsElement.fsNews.featured-news .fsTitle, .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsTitle {
          font-size: 40px;
          line-height: 48px; } }
      .bpt-athletics3 .fsElement.fsNews.featured-news .fsTitle:before, .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsTitle:before {
        content: 'Featured News';
        color: #e0af3c;
        font-size: 15px;
        font-weight: 600;
        line-height: 19px;
        letter-spacing: .05em;
        text-transform: uppercase;
        display: block;
        margin-bottom: 20px; }
      .bpt-athletics3 .fsElement.fsNews.featured-news .fsTitle a, .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsTitle a {
        color: inherit; }
        .bpt-athletics3 .fsElement.fsNews.featured-news .fsTitle a:hover, .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsTitle a:hover {
          opacity: .7; }
    .bpt-athletics3 .fsElement.fsNews.featured-news .fsCroppedImage, .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsCroppedImage {
      border: 1px solid #d9d9d9; }
    .bpt-athletics3 .fsElement.fsNews.featured-news .fsReadMoreLink, .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsReadMoreLink {
      font-weight: 600;
      color: #00833d; }
      .bpt-athletics3 .fsElement.fsNews.featured-news .fsReadMoreLink:hover, .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsReadMoreLink:hover {
        color: #004d37; }
  .bpt-athletics3 .fsElement.fsNews.recent-news, .bpt-athletics3 .fsElement.fsPostElement.recent-news {
    padding-bottom: 40px; }
    @media (min-width: 700px) {
      .bpt-athletics3 .fsElement.fsNews.recent-news, .bpt-athletics3 .fsElement.fsPostElement.recent-news {
        padding-bottom: 80px; } }
    .bpt-athletics3 .fsElement.fsNews.recent-news .fsElementTitle, .bpt-athletics3 .fsElement.fsPostElement.recent-news .fsElementTitle {
      color: #e0af3c;
      font-size: 15px;
      font-weight: 600;
      line-height: 19px;
      letter-spacing: .05em;
      text-transform: uppercase;
      margin-bottom: 25px; }
    @media (min-width: 700px) {
      .bpt-athletics3 .fsElement.fsNews.recent-news .fsListItems, .bpt-athletics3 .fsElement.fsPostElement.recent-news .fsListItems {
        display: -ms-flexbox;
        display: flex; } }
    .bpt-athletics3 .fsElement.fsNews.recent-news article, .bpt-athletics3 .fsElement.fsPostElement.recent-news article {
      border-bottom: none;
      margin-bottom: 20px;
      padding: 7px 20px;
      position: relative; }
      .bpt-athletics3 .fsElement.fsNews.recent-news article:last-child, .bpt-athletics3 .fsElement.fsPostElement.recent-news article:last-child {
        margin-bottom: 0; }
      @media (min-width: 700px) {
        .bpt-athletics3 .fsElement.fsNews.recent-news article, .bpt-athletics3 .fsElement.fsPostElement.recent-news article {
          margin-bottom: 0;
          width: 33.33%; } }
      .bpt-athletics3 .fsElement.fsNews.recent-news article:before, .bpt-athletics3 .fsElement.fsPostElement.recent-news article:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        display: block;
        background-color: #e0af3c; }
      .bpt-athletics3 .fsElement.fsNews.recent-news article .fsTitle a, .bpt-athletics3 .fsElement.fsPostElement.recent-news article .fsTitle a {
        color: inherit; }
    .bpt-athletics3 .fsElement.fsNews.recent-news .fsElementFooterContent, .bpt-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent {
      text-align: center; }
      .bpt-athletics3 .fsElement.fsNews.recent-news .fsElementFooterContent > a, .bpt-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a {
        display: inline-block;
        border: 1px solid #fff;
        margin: 0 0 20px;
        padding: 12px 15px;
        background: #262626;
        color: #fff;
        outline: 0;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        margin: 40px auto 0;
        background-color: #004d37;
        color: #fff; }
        .bpt-athletics3 .fsElement.fsNews.recent-news .fsElementFooterContent > a:hover, .bpt-athletics3 .fsElement.fsNews.recent-news .fsElementFooterContent > a:focus, .bpt-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a:hover, .bpt-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a:focus {
          background: #fff;
          color: #fff; }
        .bpt-athletics3 .fsElement.fsNews.recent-news .fsElementFooterContent > a em, .bpt-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a em {
          display: block;
          font-style: normal;
          font-size: 16px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          text-transform: none; }
        .bpt-athletics3 .fsElement.fsNews.recent-news .fsElementFooterContent > a:hover, .bpt-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a:hover {
          background-color: #00833d; }
        @media (min-width: 700px) {
          .bpt-athletics3 .fsElement.fsNews.recent-news .fsElementFooterContent > a, .bpt-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a {
            margin: 60px auto 0; } }

.ath-landing-slideshow {
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  overflow: hidden; }
  .ath-landing-slideshow:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 50%, transparent 100%); }
  .ath-landing-slideshow > header {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    width: calc(100% - 40px);
    z-index: 1;
    opacity: 1;
    visibility: visible; }
    @media (max-width: 599px) {
      .ath-landing-slideshow > header {
        top: auto;
        bottom: 0; } }
    @media (min-width: 600px) {
      .ath-landing-slideshow > header {
        padding: 25px 30px 40px;
        width: calc(100% - 100px);
        height: auto; } }
    @media (min-width: 800px) {
      .ath-landing-slideshow > header {
        width: 70%; } }
    @media (min-width: 1180px) {
      .ath-landing-slideshow > header {
        max-width: 580px; } }
    .ath-landing-slideshow > header .fsElementTitle {
      margin-top: 0;
      font-family: "Neothic Regular", serif;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 47px;
      line-height: 56px;
      color: #026937;
      font-weight: 300;
      margin-bottom: 50px;
      color: #00833d; }
      @media screen and (max-width: 799px) {
        .ath-landing-slideshow > header .fsElementTitle {
          font-size: 36px;
          line-height: 1.2;
          margin-bottom: 20px; } }
      @media screen and (max-width: 599px) {
        .ath-landing-slideshow > header .fsElementTitle {
          font-size: 26px;
          margin-bottom: 10px; } }
    @media screen and (max-width: 599px) {
      .ath-landing-slideshow > header .fsElementHeaderContent {
        font-size: 14px;
        line-height: 1.3; } }
    .ath-landing-slideshow > header .fsElementHeaderContent > a {
      margin-bottom: 0; }
      @media screen and (max-width: 599px) {
        .ath-landing-slideshow > header .fsElementHeaderContent > a {
          font-size: 12px;
          line-height: 1.2;
          padding: 10px 15px; } }
  .ath-landing-slideshow.start-show:before {
    display: none; }
  .ath-landing-slideshow.start-show > header {
    -ms-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
    opacity: 0;
    visibility: hidden;
    transition: .5s; }
  .ath-landing-slideshow .fsMediaCustomPlayer {
    height: 450px;
    position: relative;
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 600px) {
      .ath-landing-slideshow .fsMediaCustomPlayer {
        height: 750px; } }
    .ath-landing-slideshow .fsMediaCustomPlayer.show {
      opacity: 1;
      visibility: visible;
      transition: .3s ease-in .3s; }
    .ath-landing-slideshow .fsMediaCustomPlayer:before {
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 50%, transparent 100%); }
    .ath-landing-slideshow .fsMediaCustomPlayer article {
      height: 450px;
      position: relative; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer article {
          height: 750px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer article:before {
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 50%, transparent 100%); }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-wrapper {
      position: absolute;
      text-align: left;
      bottom: 20px;
      left: 0;
      right: 0;
      z-index: 1;
      margin: 0 auto;
      padding: 0 30px;
      background: transparent; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-wrapper {
          bottom: 60px;
          max-width: 1280px;
          padding: 0 50px; } }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-title, .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
      max-width: 100%;
      margin: 0; }
      @media (min-width: 800px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-title, .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
          max-width: 60%; } }
      @media (min-width: 1180px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-title, .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
          max-width: 40%; } }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-title {
      font-size: 26px;
      font-weight: 400;
      line-height: 1.3;
      font-style: normal;
      text-shadow: none;
      color: #fff; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-title {
          font-size: 40px;
          line-height: 48px; } }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.3;
      text-shadow: none;
      transition: .3s;
      margin-top: 5px; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
          font-size: 18px;
          line-height: 24px;
          margin-top: 15px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc:empty {
        margin: 0; }
      .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p {
        margin-bottom: 5px; }
        @media (min-width: 600px) {
          .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p {
            margin-bottom: 15px; } }
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p:last-child, .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p:empty {
          margin-bottom: 0; }
      .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc a {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: .05em;
        transition: .3s; }
        @media (min-width: 600px) {
          .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc a {
            font-size: 13px; } }
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc a:hover {
          text-decoration: none;
          opacity: .7;
          transition: .3s; }
    .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow {
      width: 30px; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow {
          width: 40px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow:hover:before {
        opacity: .7;
        transition: .3s; }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow:before {
        font-family: "BPT-IcoMoon";
        font-size: 26px;
        font-weight: 400;
        text-shadow: none;
        line-height: 40px;
        transition: .3s; }
        @media (min-width: 600px) {
          .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow:before {
            font-size: 40px; } }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-next {
          right: 10px; } }
      @media (min-width: 1000px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-next {
          right: 70px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-next:before {
        content: '\e90c'; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-prev {
          left: 10px; } }
      @media (min-width: 1000px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-prev {
          left: 70px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-prev:before {
        content: '\e90d'; }

.ath-toggle-container {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .ath-toggle-container > .fsElementContent {
    background-color: rgba(0, 0, 0, 0.07);
    padding: 45px 0; }
    @media (min-width: 600px) {
      .ath-toggle-container > .fsElementContent {
        padding: 0;
        height: 100%; } }
  body:not(.fsComposeMode) .ath-toggle-container {
    margin-bottom: 0; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .ath-toggle-container {
        height: 145px; } }
  .ath-toggle-container .fsAthleticsEvent {
    margin-bottom: 0; }
    .ath-toggle-container .fsAthleticsEvent:not(.on) > header h2 {
      transition: .3s; }
    .ath-toggle-container .fsAthleticsEvent:not(.on) > header:hover h2 {
      color: #e0af3c;
      transition: .3s; }
    .ath-toggle-container .fsAthleticsEvent > .fsElementContent {
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      position: relative;
      max-height: 0;
      overflow: hidden; }
      @media (min-width: 600px) {
        .ath-toggle-container .fsAthleticsEvent > .fsElementContent {
          margin-top: 0; } }
      .ath-toggle-container .fsAthleticsEvent > .fsElementContent .fsElementEmpty {
        min-height: 120px;
        padding: 30px; }
    .ath-toggle-container .fsAthleticsEvent.on > header {
      background-color: #00833d;
      cursor: default;
      border: none; }
      .ath-toggle-container .fsAthleticsEvent.on > header h2 {
        color: #fff; }
    .ath-toggle-container .fsAthleticsEvent.on > .fsElementContent {
      opacity: 1;
      visibility: visible;
      z-index: 2;
      max-height: inherit;
      overflow: visible; }
    .ath-toggle-container .fsAthleticsEvent.on > footer {
      display: block; }
    .fsComposeMode .ath-toggle-container .fsAthleticsEvent > .fsElementContent {
      opacity: 1;
      visibility: visible;
      z-index: 2;
      max-height: inherit;
      overflow: visible; }
    .ath-toggle-container .fsAthleticsEvent .fsElementTitle {
      font-family: "Open Sans", sans-serif;
      text-transform: none;
      font-weight: 400;
      font-size: 18px; }

.ath-event-slideshow {
  width: calc(100% - 78px);
  margin: 0 auto; }
  .ath-event-slideshow.fsList .fsListItems article {
    margin-bottom: 0; }
  .ath-event-slideshow.fsList .fsAthleticsOpponents, .ath-event-slideshow.fsList .fsTitle {
    display: block; }
  @media (min-width: 600px) {
    .ath-event-slideshow {
      width: calc(100% - 305px); } }
  body:not(.fsComposeMode) .ath-event-slideshow > footer {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5px;
    width: calc(100% - 80px);
    height: 40px;
    display: none;
    text-align: center;
    background-color: #00833d;
    border-radius: 4px;
    transition: .3s; }
    body:not(.fsComposeMode) .ath-event-slideshow > footer:hover {
      background-color: #004d37; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .ath-event-slideshow > footer {
        width: 105px;
        height: calc(100% - 10px);
        top: 5px;
        bottom: auto;
        right: 5px;
        left: auto; } }
    body:not(.fsComposeMode) .ath-event-slideshow > footer > div {
      height: 100%; }
    body:not(.fsComposeMode) .ath-event-slideshow > footer a {
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      color: #fff;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px;
      font-size: 18px;
      font-weight: 400;
      line-height: 22px;
      letter-spacing: .05em; }
      body:not(.fsComposeMode) .ath-event-slideshow > footer a br {
        display: none; }
        @media (min-width: 600px) {
          body:not(.fsComposeMode) .ath-event-slideshow > footer a br {
            display: block; } }
  body:not(.fsComposeMode) .ath-event-slideshow > header {
    position: absolute;
    left: 40px;
    width: calc(50% - 45px);
    text-align: center;
    height: 40px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border-right: none;
    border-left: none;
    z-index: 15;
    top: 0;
    background-color: #fff;
    margin-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .ath-event-slideshow > header {
        height: 50px;
        width: 105px;
        left: 5px;
        top: auto;
        height: calc(50% - 8px); } }
    body:not(.fsComposeMode) .ath-event-slideshow.scores > header {
      left: auto;
      right: 40px; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .ath-event-slideshow.scores > header {
          top: auto;
          right: auto;
          left: 5px;
          bottom: 5px; } }
    .fsComposeMode .ath-schedules > header {
      height: calc(100% - 30px); }
    .fsComposeMode .ath-scores > header {
      height: calc(100% - 30px);
      bottom: 30px; }
    body:not(.fsComposeMode) .ath-event-slideshow > header h2 {
      color: #262626;
      margin: 0;
      font-size: 15px;
      font-weight: 600;
      line-height: 22px;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: .05em; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .ath-event-slideshow > header h2 {
          line-height: 1;
          position: absolute;
          position: absolute;
          left: 50%;
          top: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%; } }
  .ath-event-slideshow .fsListItems {
    zoom: 1; }
    .ath-event-slideshow .fsListItems:after {
      display: table;
      clear: both;
      content: ''; }
    .ath-event-slideshow .fsListItems article {
      padding: 15px;
      margin-bottom: 0;
      min-height: 135px;
      color: #777777;
      background-color: white;
      border: 1px solid rgba(0, 0, 0, 0.15);
      margin: 4px 2px;
      outline: transparent;
      line-height: 1.2;
      font-weight: 600;
      font-size: 16px; }
  .ath-event-slideshow .fsDateTime {
    font-size: 14px;
    margin-bottom: 10px; }
    .ath-event-slideshow .fsDateTime:before {
      content: '\e902';
      font-family: "BPT-IcoMoon";
      font-weight: normal;
      color: rgba(0, 0, 0, 0.3);
      font-size: 13px;
      display: inline-block;
      margin-right: 3px; }
    .ath-event-slideshow .fsDateTime .fsSeparator {
      color: rgba(0, 0, 0, 0.3); }
    .ath-event-slideshow .fsDateTime .fsTime:before {
      content: '|';
      color: rgba(0, 0, 0, 0.3); }
    .ath-event-slideshow .fsDateTime .fsTime + .fsTime:before {
      display: none; }
  .ath-event-slideshow .fsTitle {
    font-size: 18px;
    color: #00833d;
    display: block;
    margin-bottom: 5px; }
    .ath-event-slideshow .fsTitle .fsAthleticsEventDetailLink {
      display: block;
      color: inherit;
      transition: .3s;
      font-family: "Neothic Regular", serif;
      color: #004d37; }
      .ath-event-slideshow .fsTitle .fsAthleticsEventDetailLink:hover {
        opacity: .8;
        transition: .3s; }
  .ath-event-slideshow .fsAthleticsOpponents {
    display: block;
    margin-bottom: 10px; }
  .ath-event-slideshow .fsAthleticsAdvantage {
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom; }
    .ath-event-slideshow .fsAthleticsAdvantage:before {
      content: "\e901";
      font-family: "BPT-IcoMoon";
      margin-right: 3px;
      color: rgba(0, 0, 0, 0.3);
      font-size: 13px;
      font-weight: normal; }
    .ath-event-slideshow .fsAthleticsAdvantage + .fsAthleticsLocations:before, .ath-event-slideshow .fsAthleticsAdvantage + .fsAthleticsStatus:before {
      content: '|';
      display: inline-block;
      margin-right: 3px;
      color: rgba(0, 0, 0, 0.3); }
  .ath-event-slideshow .fsAthleticsLocations:before {
    content: "\e901";
    font-family: "BPT-IcoMoon";
    margin-right: 3px;
    color: rgba(0, 0, 0, 0.3);
    font-size: 13px;
    font-weight: normal; }
  .ath-event-slideshow .fsAthleticsLocations, .ath-event-slideshow .fsAthleticsStatus {
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom; }
  .ath-event-slideshow .fsAthleticsLocations + .fsAthleticsStatus:before {
    content: '|';
    display: inline-block;
    margin-right: 3px;
    color: rgba(0, 0, 0, 0.3); }
  .ath-event-slideshow .fsAthleticsStatus {
    color: #e0af3c; }
  .ath-event-slideshow .fsAthleticsResultWrapper {
    font-size: 14px;
    color: #e0af3c; }
    .ath-event-slideshow .fsAthleticsResultWrapper .fsAthleticsResult:after {
      content: '|';
      display: inline-block;
      margin-left: 3px;
      color: rgba(0, 0, 0, 0.3); }
  .ath-event-slideshow .slick-arrow {
    position: absolute;
    width: 35px;
    height: calc(100% + 92px);
    min-height: 145px;
    overflow: hidden;
    background-color: #777777;
    border: none;
    padding: 0;
    color: transparent;
    z-index: 10;
    outline: 0;
    top: -46px;
    border: none; }
    @media (min-width: 600px) {
      .ath-event-slideshow .slick-arrow {
        top: -1px;
        height: 100%;
        width: 30px; } }
    .ath-event-slideshow .slick-arrow:after {
      content: '';
      font-family: "BPT-IcoMoon";
      color: #fff;
      position: absolute;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 25px;
      line-height: 1; }
    .ath-event-slideshow .slick-arrow.slick-prev {
      left: -40px; }
      @media (min-width: 600px) {
        .ath-event-slideshow .slick-arrow.slick-prev {
          left: -35px; } }
      .ath-event-slideshow .slick-arrow.slick-prev:after {
        content: '\e90c'; }
    .ath-event-slideshow .slick-arrow.slick-next {
      right: -40px; }
      @media (min-width: 600px) {
        .ath-event-slideshow .slick-arrow.slick-next {
          right: -35px; } }
      .ath-event-slideshow .slick-arrow.slick-next:after {
        content: "\e90d"; }
  .ath-event-slideshow.scores article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .ath-event-slideshow.scores article > div {
      margin-bottom: 0; }

.team-tabs {
  padding: 40px 20px 50px;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  background-size: cover;
  background-position: center; }
  @media (min-width: 600px) {
    .team-tabs {
      min-height: 450px;
      padding: 50px 20px 40px; } }
  .team-tabs a {
    color: inherit; }
  .team-tabs:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background-color: #004d37; }
    @media (min-width: 600px) {
      .team-tabs:before {
        opacity: .94; } }
  .team-tabs > header, .team-tabs > .fsElementContent, .team-tabs > footer {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .team-tabs .fsElementTitle {
    margin-top: 0;
    font-size: 26px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 20px;
    position: relative;
    color: #fff; }
    @media (min-width: 600px) {
      .team-tabs .fsElementTitle {
        font-size: 22px; } }
    @media (min-width: 800px) {
      .team-tabs .fsElementTitle {
        font-size: 30px; } }
    @media (min-width: 980px) {
      .team-tabs .fsElementTitle {
        font-size: 40px;
        line-height: 48px; } }
  @media (min-width: 500px) {
    .team-tabs .fsAthleticsTeamDirectory {
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 700px) {
    .team-tabs .fsAthleticsTeamDirectory {
      -moz-column-count: 3;
      column-count: 3; } }
  .team-tabs .fsAthleticsTeamDirectory a {
    opacity: .8;
    transition: .3s;
    color: #fff; }
    .team-tabs .fsAthleticsTeamDirectory a:hover {
      opacity: 1;
      transition: .3s; }
  .team-tabs .fsTabsNav li.fsStateSelected a {
    color: #262626;
    background-color: #fff;
    border: solid 1px #fff; }
  .team-tabs .fsTabsNav li a {
    color: #fff;
    border: solid 1px #fff;
    background-color: transparent; }
    .team-tabs .fsTabsNav li a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #262626; }
  .team-tabs .fsPanel > .fsElementContent {
    padding-top: 35px; }
    .team-tabs .fsPanel > .fsElementContent .fsAthleticsTeam {
      margin-bottom: 0; }
  @media (max-width: 599px) {
    .team-tabs.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header {
      border-color: #fff; }
      .team-tabs.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header h2 {
        color: #fff; }
    .team-tabs.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel.fsStateOpen > header {
      border-color: #004d37; }
    .team-tabs.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel {
      border: 0; } }

.connect-container .fsTwitter .fsElementTitle {
  margin-bottom: 0;
  color: #004d37;
  font-size: 23px; }

.connect-container .fsTwoColumnLayout {
  margin: 0 auto; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn {
    border: solid 1px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
    padding: 0;
    float: none; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn {
        margin-bottom: 0;
        width: calc(50% - 10px); } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn {
        width: calc(50% - 15px); } }
    body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn > .fsElement:last-child {
      margin-bottom: 0; }
  body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-1 {
    padding: 20px 20px 10px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-1 {
        margin-right: 20px;
        padding: 30px 30px 10px; } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-1 {
        margin-right: 30px; } }
  body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #d9d9d9;
    margin-bottom: 0; }
    body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent {
      width: 100%;
      background-size: cover;
      background-position: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      position: relative;
      padding: 20px; }
      @media (min-width: 400px) {
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent {
          height: 525px; } }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent {
          padding: 0;
          height: 100%; } }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4); }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent > .fsElementContent {
        position: relative; }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent p {
        margin: 0; }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a {
        display: inline-block;
        border: 1px solid #fff;
        margin: 0 0 20px;
        padding: 12px 15px;
        background: #262626;
        color: #fff;
        outline: 0;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        margin: 10px 0;
        background-color: transparent;
        color: #fff; }
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a:hover, body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a:focus {
          background: #fff;
          color: #fff; }
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a em {
          display: block;
          font-style: normal;
          font-size: 16px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          text-transform: none; }
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a:hover {
          background-color: #004d37;
          border-color: #004d37; }

body.fsComposeMode .circle-button-link {
  pointer-events: none; }

body.fsComposeMode .circle-button {
  overflow: visible; }

body.bpt-athletics3 .circle-button {
  margin-bottom: 0; }

body.bpt-athletics3:not(.fsComposeMode) .circle-button header .fsElementHeaderContent {
  margin-top: 0; }

body.bpt-athletics3 .fsFourColumnLayout:after {
  display: none; }

body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout {
  margin: 0; }
  @media (min-width: 600px) {
    body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout > .fsDiv {
    padding: 0;
    margin: 20px 0; }
    @media (min-width: 600px) {
      body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout > .fsDiv {
        width: 50%;
        padding: 0 15px;
        margin: 15px 0; } }
    @media (min-width: 700px) {
      body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout > .fsDiv {
        padding: 0; } }
    @media (min-width: 900px) {
      body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout > .fsDiv {
        width: auto;
        margin: 0; } }

@media (min-width: 700px) {
  body.bpt-athletics3 .fsFourColumnLayout .circle-button {
    width: 275px;
    height: 275px; } }

@media (min-width: 900px) {
  body.bpt-athletics3 .fsFourColumnLayout .circle-button {
    width: 200px;
    height: 200px; } }

@media (min-width: 1000px) {
  body.bpt-athletics3 .fsFourColumnLayout .circle-button {
    width: 230px;
    height: 230px; } }

@media (min-width: 1180px) {
  body.bpt-athletics3 .fsFourColumnLayout .circle-button {
    width: 275px;
    height: 275px; } }

body.bpt-athletics3 .fsFourColumnLayout .circle-button header h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0; }
  @media (min-width: 700px) {
    body.bpt-athletics3 .fsFourColumnLayout .circle-button header h2 {
      line-height: 28px;
      padding: 0; } }
  @media (min-width: 900px) {
    body.bpt-athletics3 .fsFourColumnLayout .circle-button header h2 {
      font-size: 20px; } }
  @media (min-width: 1000px) {
    body.bpt-athletics3 .fsFourColumnLayout .circle-button header h2 {
      font-size: 24px; } }

body:not(.home) {
  /* entire container, keeps perspective */
  /*  UPDATED! flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /*  UPDATED! front pane, placed above back */
  /* back, initially hidden pane */ }
  body:not(.home) .circle-button {
    text-align: center;
    position: relative;
    color: #fff;
    z-index: 1;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #d9d9d9;
    width: 200px;
    height: 200px; }
    @media (min-width: 1000px) {
      body:not(.home) .circle-button {
        width: 300px;
        height: 300px; } }
    @media (min-width: 1220px) {
      body:not(.home) .circle-button {
        width: 370px;
        height: 370px; } }
    body:not(.home) .circle-button:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 100%;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.6) 20%, transparent 60%, transparent 100%);
      transition: .6s; }
    body:not(.home) .circle-button header {
      z-index: 5;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: block; }
      body:not(.home) .circle-button header h2, body:not(.home) .circle-button header p, body:not(.home) .circle-button header a {
        position: relative; }
      body:not(.home) .circle-button header h2 {
        margin-top: 0;
        font-family: "Neothic Regular", serif;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 38px;
        line-height: 42px;
        color: #026937;
        font-weight: 400;
        margin-bottom: 20px;
        margin-bottom: 0;
        color: #fff;
        font-size: 24px;
        line-height: 1.2;
        padding: 0; }
        @media (min-width: 1000px) {
          body:not(.home) .circle-button header h2 {
            font-size: 32px; } }
        @media (min-width: 1220px) {
          body:not(.home) .circle-button header h2 {
            font-size: 40px;
            line-height: 48px; } }
        body:not(.home) .circle-button header h2 + .fsElementHeaderContent {
          margin-top: 5px; }
          @media (min-width: 1000px) {
            body:not(.home) .circle-button header h2 + .fsElementHeaderContent {
              margin-top: 10px; } }
      body:not(.home) .circle-button header .fsElementHeaderContent {
        display: block;
        font-size: 14px; }
        @media (min-width: 1000px) {
          body:not(.home) .circle-button header .fsElementHeaderContent {
            font-size: 18px; } }
      body:not(.home) .circle-button header a {
        margin-bottom: 0;
        color: #fff;
        display: inline-block;
        margin-top: 10px;
        font-weight: 600;
        position: relative;
        padding-right: 30px; }
        body:not(.home) .circle-button header a:after {
          content: '\e900';
          font-family: "BPT-IcoMoon";
          margin-left: 10px;
          font-weight: normal;
          position: absolute;
          line-height: 1;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 5px;
          margin-top: -2px; }
      body:not(.home) .circle-button header.front {
        display: block;
        transform: rotateY(0deg);
        opacity: 1;
        visibility: visible;
        transition: opacity .3s ease-in-out .3s; }
      body:not(.home) .circle-button header:not(.front) {
        transform: rotateY(-180deg);
        color: #fff;
        transition: 0.6s; }
        body:not(.home) .circle-button header:not(.front):before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          background-color: #00833d;
          opacity: .9;
          border-radius: 100%;
          left: 0;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    body:not(.home) .circle-button:hover:before {
      opacity: 0;
      visibility: hidden;
      transition: .6s; }
    body:not(.home) .circle-button:hover header {
      transition: 0.6s; }
    body:not(.home) .circle-button:hover header:not(.front) {
      transform: rotateY(0deg) translateY(0);
      top: 0; }
    body:not(.home) .circle-button:hover header.front {
      transform: rotateY(180deg);
      opacity: 0;
      visibility: hidden; }
    body:not(.home) .circle-button .fsElementTitle, body:not(.home) .circle-button header a {
      font-weight: 400 !important; }
  body:not(.home) .circle-button-link {
    color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 3;
    transition: 0.6s;
    background-color: transparent; }
    body:not(.home) .circle-button-link:hover {
      color: #fff; }
  body:not(.home) .circle-button-inner {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0; }
    body:not(.home) .circle-button-inner p:last-child {
      margin-bottom: 0; }
  body:not(.home) .front .circle-button-inner {
    top: auto;
    -ms-transform: translateY(0);
    transform: translateY(0);
    bottom: 40px; }
    @media (min-width: 1000px) {
      body:not(.home) .front .circle-button-inner {
        bottom: 60px; } }
    body:not(.home) .front .circle-button-inner a {
      display: none; }
  body:not(.home) .circle-button {
    perspective: 1000;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d; }
  body:not(.home) .circle-button:hover header:not(.front) {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg); }
  body:not(.home) .circle-button:hover header.front {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg); }
  body:not(.home) .circle-button-link {
    transition: 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    position: relative; }
  body:not(.home) .circle-button header {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0; }
  body:not(.home) .circle-button header.front {
    z-index: 2;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg); }
  body:not(.home) .circle-button header:not(.front) {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg); }
  body:not(.home).fsComposeMode .circle-button-link {
    pointer-events: none; }
  body:not(.home).fsComposeMode .circle-button {
    overflow: visible; }

.bpa-college-slider-1 {
  opacity: 0;
  width: 100%;
  max-width: 100%;
  margin: 50px 0; }
  .bpa-college-slider-1.element-loaded, .bpa-college-slider-1.element-empty {
    opacity: 1; }
  body.fsComposeMode .bpa-college-slider-1 {
    opacity: 1; }
  .bpa-college-slider-1 .js-marquee {
    display: -ms-flexbox;
    display: flex; }
  .bpa-college-slider-1 > .fsElementContent > .fsListItems {
    height: 90px;
    background: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1; }
    .bpa-college-slider-1 > .fsElementContent > .fsListItems:after {
      display: table;
      clear: both;
      content: ''; }
    body.fsComposeMode .bpa-college-slider-1 > .fsElementContent > .fsListItems {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      white-space: nowrap; }
    .bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource {
      float: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0;
      padding: 0 20px;
      height: 90px;
      position: relative; }
      body.fsComposeMode .bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource {
        width: auto; }
      .bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource figure {
        display: block;
        margin: auto; }
      .bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource img {
        display: block;
        max-height: 90px;
        width: auto;
        opacity: 1;
        filter: gray;
        filter: grayscale(1);
        opacity: 0.6; }
      body:not(.fsComposeMode) .bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        color: transparent;
        white-space: nowrap;
        background: transparent;
        transition: .3s; }
        body:not(.fsComposeMode) .bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource a:focus {
          box-shadow: inset 0 0 0 1px #00833d; }
  .bpa-college-slider-1.dark > .fsElementContent {
    padding: 20px 0;
    background-color: #eee; }
    .bpa-college-slider-1.dark > .fsElementContent > .fsListItems .fsResource img {
      filter: grayscale(1) invert(100%);
      opacity: 0.8; }

.landing #fsPageBodyWrapper {
  padding-bottom: 0; }

.landing #fsPageContent, .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2),
.landing .fsPageLayout > .fsDiv {
  margin-bottom: 0; }

.landing.fsHasThreeColumnTopLayout .fsPageLayout {
  margin-left: 0;
  margin-right: 0; }

.landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child {
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 800px) {
    .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child {
      padding-right: 40px;
      width: 36.5%; } }
  @media (min-width: 900px) {
    .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child {
      padding-right: 40px;
      width: 22.0339%; } }

@media (min-width: 800px) {
  .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2) {
    width: 63.5% !important;
    float: right; } }

@media (min-width: 900px) {
  .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2) {
    width: 50.84746% !important; } }

.landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(3) {
  padding-right: 0; }
  @media (min-width: 800px) {
    .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(3) {
      padding-left: 0;
      width: 63.5%;
      float: right; } }
  @media (min-width: 900px) {
    .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(3) {
      padding-left: 40px;
      width: 27.11864%; } }

.landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout + .fsDiv > .fsContainer {
  text-align: center;
  padding: 50px 0; }
  .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout + .fsDiv > .fsContainer > header .fsElementTitle {
    font-size: 32px;
    font-weight: 300; }

.landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout + .fsDiv > .fsContainer:nth-child(odd) {
  position: relative;
  z-index: 1; }
  .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout + .fsDiv > .fsContainer:nth-child(odd):before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    left: -999px;
    box-shadow: 999px 0 0 #e0efe0;
    background: #e0efe0; }

.full-width {
  width: 100vw;
  background-color: #e0efe0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  position: relative;
  margin: 40px 0;
  padding: 40px; }
  @media (min-width: 800px) {
    .fsHasLeftBanner .full-width {
      left: 21%; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner .full-width {
      left: 36%; } }
  @media (min-width: 1000px) {
    .full-width {
      padding: 60px 40px;
      margin: 60px 0; } }
  .full-width .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }

.circle-container {
  position: relative; }
  .circle-container:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 153px;
    right: -999px;
    left: -999px;
    background: #e0efe0; }

.explore-nardin > header {
  width: 100%; }
  .explore-nardin > header .fsElementTitle {
    color: #128244;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    margin-bottom: 40px; }
    @media (min-width: 800px) {
      .explore-nardin > header .fsElementTitle {
        font-size: 40px;
        line-height: 30px;
        margin-bottom: 60px; } }
    .explore-nardin > header .fsElementTitle:after {
      content: "\2022 \2022 \2022 \2022";
      display: block;
      font-size: 15px;
      letter-spacing: 7px;
      text-align: center;
      line-height: 1;
      color: #e0af3c;
      margin-top: 10px; }

.circle-element {
  position: relative;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center; }
  body:not(.fsComposeMode) .circle-element {
    width: auto;
    height: 300px;
    overflow: hidden;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .circle-element {
        width: 213px;
        height: 340px;
        margin-left: 10px;
        margin-right: 10px; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .circle-element {
        width: 300px; } }
    @media (min-width: 1200px) {
      body:not(.fsComposeMode) .circle-element {
        width: 380px; } }
    body:not(.fsComposeMode) .circle-element .fsElementContent {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
    body:not(.fsComposeMode) .circle-element:hover .fsElementContent {
      max-height: 9999px;
      transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
    @media (max-width: 599px) {
      body:not(.fsComposeMode) .circle-element:focus .fsElementContent {
        max-height: 9999px;
        transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); } }
    body:not(.fsComposeMode) .circle-element.hovered .fsElementContent {
      max-height: 9999px;
      transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
    body:not(.fsComposeMode) .circle-element .fsElementContent {
      position: relative;
      font-weight: normal;
      font-size: 18px;
      line-height: 150%; }
      body:not(.fsComposeMode) .circle-element .fsElementContent p {
        margin-bottom: 0; }
        body:not(.fsComposeMode) .circle-element .fsElementContent p:first-of-type {
          margin-top: 5px; }
      body:not(.fsComposeMode) .circle-element .fsElementContent .fs_style_29 {
        margin-top: 20px;
        margin-bottom: 0; }
    body:not(.fsComposeMode) .circle-element .fsElementHeaderContent {
      display: none; }
    body:not(.fsComposeMode) .circle-element > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 100%; }
  .circle-element .circle-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 27px 10px;
    transition: all 0.3s ease-in-out;
    min-height: 69px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    .circle-element .circle-wrap:before {
      content: "";
      position: absolute;
      background: rgba(0, 131, 61, 0.9);
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: all 0.5s; }
  .circle-element:hover .circle-wrap, .circle-element.hovered .circle-wrap {
    bottom: 0;
    min-height: 100%; }
  .circle-element .fsElementTitle {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    padding: 2px 5px 5px 5px;
    position: relative;
    line-height: 21px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }
    @media (min-width: 800px) {
      .circle-element .fsElementTitle {
        font-size: 20px;
        line-height: 26px; } }
  .circle-element .fsElementContent {
    color: #fff;
    font-size: 20px; }
    .circle-element .fsElementContent:before {
      content: "\2022 \2022 \2022 \2022";
      display: block;
      font-size: 15px;
      letter-spacing: 7px;
      text-align: center;
      line-height: 1;
      color: #e0af3c; }
  .circle-element .fsContentEditable.redactor-editor {
    background: rgba(0, 0, 0, 0.6); }

body:not(.fsComposeMode) .circle-container .fsLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body:not(.fsComposeMode) .circle-container .fsLayout > .fsDiv {
    width: 100%;
    padding: 0; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .circle-container .fsLayout > .fsDiv {
        width: 33.33%; } }

.circle-container .fsDiv {
  margin-bottom: 0; }

@media (max-width: 699px) {
  .circle-container .fsDiv + .fsDiv {
    margin-top: 20px; } }

.fsSlideshow .fsElementSlideshow {
  padding: calc(45px - 1em); }

.fsSlideshow .slick-arrow:before {
  font-size: 38px;
  color: #004d37; }

.fsSlideshow .slick-arrow:hover:before {
  color: #e0af3c; }

.fsSlideshow .fsNextButton:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsSlideshow .fsPrevButton:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.meet-const div[class*="fsConstituentColumnLayout"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .meet-const div[class*="fsConstituentColumnLayout"] .fsConstituentItem {
    width: auto;
    background: transparent;
    text-align: left;
    position: relative;
    padding-left: 190px;
    padding-top: 45px; }
    @media (max-width: 699px) {
      .meet-const div[class*="fsConstituentColumnLayout"] .fsConstituentItem {
        padding-left: 0;
        padding-top: 0;
        width: 100%;
        text-align: center; } }
  @media (max-width: 699px) {
    .meet-const div[class*="fsConstituentColumnLayout"] {
      display: block; } }

.meet-const .fsPhoto {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  padding: 0 !important; }
  .meet-const .fsPhoto img {
    margin-right: 0;
    width: 100%;
    border-radius: 100%; }
  @media (max-width: 699px) {
    .meet-const .fsPhoto {
      position: static;
      display: block;
      text-align: center;
      float: none;
      margin: 0 auto; }
      .meet-const .fsPhoto img {
        float: none;
        display: inline-block; } }

.meet-const .fsFullName {
  font-size: 20px; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-hdr,
  .nav-utility-ftr,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important; }
  #fsPageContent, .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(2), #fsBannerLeft, .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:first-child, #fsBannerRight, .landing.fsHasThreeColumnTopLayout .fsPageLayout > .fsThreeColumnLayout > .fsDiv:nth-child(3) {
    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-family: "Neothic Regular", serif;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 47px;
      line-height: 56px;
      color: #026937;
      font-weight: 300;
      margin-bottom: 50px; }
  * {
    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; } }
