@charset "UTF-8";
 /**
 *
 * Calhoun School - default_17
 * @link http://calhoun.redesign.finalsite.com/
 * Site Template : newclientcustom
 * Built By: Wendy Beaulac
 * Project Manager: Laurie Murphy
 * Designer: conversion
 * ==== Git Info ====
 * Branch Name: clients/calhoun
 * Build version: 3.2.7
 * Git Tag: Composer-Build-2.0-583-g4fc1a9fe3e
 * Last build by: Tom Schisler
 *
 **/

@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 76.25em;
  max-width: 76.25rem; }

@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
		}

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

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

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

.fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

h1 {
  margin-top: 0;
  font-weight: normal;
  color: #2a2a2a;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 16px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  color: #004023;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 16px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  color: #7696aa;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 10px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  color: #2a2a2a;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 10px; }

p {
  margin: 0 0 20px;
  font-size: 16px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #00733f;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #597a8f; }

body:not(.home) .fsPageBody .fsElement:not(.fsNavigation) a:not([class]):hover, body:not(.home) .fsPageBody .fsElement:not(.fsNavigation) a:not([class]):focus {
  text-decoration: underline; }

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

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.fs_style_23 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.fs_style_23 th,
  table.fs_style_23 td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.fs_style_23 th {
    padding: 10px;
    text-align: left;
    background: #004023;
    color: #fff; }
  
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.fs_style_23 td {
    padding: 10px;
    background: rgba(0, 0, 0, 0.05); }
    table.styled tr:nth-of-type(odd) td {
      background-color: rgba(0, 0, 0, 0.1); }

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

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

.button,
.fs_style_34 {
  display: inline-block;
  border: 0;
  margin: 0 2px 20px 2px;
  padding: 10px 20px;
  background: #004023;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600; }
  .button:hover,
  .fs_style_34:hover {
    background: #002715;
    color: #fff; }
  .button:visited,
  .fs_style_34:visited {
    color: #fff; }
  .button em,
  .fs_style_34 em {
    display: block;
    font-style: normal; }
  .button:hover,
  .fs_style_34:hover {
    background: #7c7c7c;
    color: #fff; }

.color-button,
.fs_style_35 {
  display: inline-block;
  border: 0;
  margin: 0 2px 20px 2px;
  padding: 10px 20px;
  background: #dcdcdc;
  color: #4c4c4c;
  outline: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600; }
  .color-button:hover,
  .fs_style_35:hover {
    background: #cfcfcf;
    color: #4c4c4c; }
  .color-button:visited,
  .fs_style_35:visited {
    color: #fff; }
  .color-button em,
  .fs_style_35 em {
    display: block;
    font-style: normal; }
  .color-button:hover,
  .fs_style_35:hover {
    background: #7c7c7c;
    color: #fff !important; }
  .color-button:visited,
  .fs_style_35:visited {
    color: #4c4c4c; }

.fs_style_36:hover, .fs_style_36:focus {
  color: #fff; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 2px 20px 2px;
  padding: 10px 20px;
  background: transparent;
  color: #85aa6b;
  outline: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  border: 0.2em solid #85aa6b; }
  .hollow-button:hover {
    background: rgba(0, 0, 0, 0);
    color: #85aa6b; }
  .hollow-button:visited {
    color: #fff; }
  .hollow-button em {
    display: block;
    font-style: normal; }

.fs_style_32 {
  display: block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #7696aa;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  text-align: center;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 30px;
  line-height: normal; }
  .fs_style_32:hover {
    background: #668aa0;
    color: #fff; }
  .fs_style_32:visited {
    color: #fff; }
  .fs_style_32 em {
    display: block;
    font-style: normal; }

.fs_style_31 {
  display: block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #004023;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  text-align: center;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 30px;
  line-height: normal; }
  .fs_style_31:hover {
    background: #002715;
    color: #fff; }
  .fs_style_31:visited {
    color: #fff; }
  .fs_style_31 em {
    display: block;
    font-style: normal; }

.fs_style_33 {
  display: block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #7c7c7c;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  text-align: center;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 30px;
  line-height: normal; }
  .fs_style_33:hover {
    background: #6f6f6f;
    color: #fff; }
  .fs_style_33:visited {
    color: #fff; }
  .fs_style_33 em {
    display: block;
    font-style: normal; }

.fs_style_37 {
  display: block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #e35205;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  text-align: center;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 30px;
  line-height: normal; }
  .fs_style_37:hover {
    background: #ca4904;
    color: #fff; }
  .fs_style_37:visited {
    color: #fff; }
  .fs_style_37 em {
    display: block;
    font-style: normal; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 2px 20px 2px;
  padding: 10px 20px;
  background: #4c4c4c;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600; }
  .fsStyleDefaultButton:hover {
    background: #3f3f3f;
    color: #fff; }
  .fsStyleDefaultButton:visited {
    color: #fff; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsToolsList .fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 2px 5px 2px;
  padding: 10px 10px;
  background: #4c4c4c;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 2px 20px 2px;
  padding: 10px 20px;
  background: #4c4c4c;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600; }
  .fsStyleUpdateButton:hover {
    background: #3f3f3f;
    color: #fff; }
  .fsStyleUpdateButton:visited {
    color: #fff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in,
.fs_style_22 {
  color: #004023;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2em; }

blockquote, .fs_style_25 {
  clear: both;
  margin: 28px 0 40px;
  padding: 50px 40px 25px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  font-size: 30px;
  line-height: 1.2;
  font-family: serif;
  font-style: italic;
  text-align: center;
  color: #4c4c4c;
  background: #dcdcdc; }
  blockquote:before, .fs_style_25:before {
    content: '';
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 0 0 50% 50%;
    font-weight: 400;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -32.5px;
    margin-left: -32.5px; }
  blockquote:after, .fs_style_25:after {
    content: '\201C';
    width: 65px;
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -32.5px; }
  blockquote .fs_style_30, .fs_style_25 .fs_style_30 {
    display: block;
    text-align: center;
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    margin-top: 10px; }
    blockquote .fs_style_30:before, .fs_style_25 .fs_style_30:before {
      content: '-';
      margin-right: .25em;
      margin-left: .25em; }
    blockquote .fs_style_30:after, .fs_style_25 .fs_style_30:after {
      content: '-';
      margin-right: .25em;
      margin-left: .25em; }

.fs_style_25 {
  background: #7696aa;
  color: #fff; }
  .fs_style_25:after {
    color: #7696aa; }

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

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

/*! structure - header v0.0.1 */
#fsHeader {
  background: #fff; }

.top-container {
  background: #004023;
  margin-bottom: 0 !important; }
  .top-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 76.25em;
    max-width: 76.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px; }
    @media (min-width: 1000px) {
      .top-container > .fsElementContent {
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0; } }

.utilities {
  background: #00311b;
  text-align: center;
  padding: 12px 0;
  width: 100%; }
  @media (min-width: 800px) {
    .utilities {
      background: none;
      padding: 0 20px; } }
  @media (min-width: 800px) {
    .utilities .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-align: center;
      align-items: center; } }

.tagline {
  color: #85aa6b;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0 !important; }
  .tagline p {
    margin: 0; }

#fsHeader .quicklinks {
  display: none; }
  #fsHeader .quicklinks, #fsHeader .quicklinks ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #fsHeader .quicklinks li {
    margin: 0;
    padding: 0; }
  @media (min-width: 800px) {
    #fsHeader .quicklinks {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center;
      background: #00311b;
      padding: 0 12px;
      margin-left: 20px; } }
  #fsHeader .quicklinks .fsNavLevel1 > li {
    position: relative; }
    #fsHeader .quicklinks .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
    #fsHeader .quicklinks .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px;
      transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
    @media (max-width: 599px) {
      #fsHeader .quicklinks .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px;
        transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); } }
    #fsHeader .quicklinks .fsNavLevel1 > li > a {
      color: rgba(255, 255, 255, 0.6);
      display: block;
      padding: 12px; }
      #fsHeader .quicklinks .fsNavLevel1 > li > a:hover {
        background: #004023;
        color: #fff; }
        #fsHeader .quicklinks .fsNavLevel1 > li > a:hover:before {
          color: rgba(0, 0, 0, 0.5); }
      #fsHeader .quicklinks .fsNavLevel1 > li > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: rgba(255, 255, 255, 0.2);
        margin-right: 4px;
        vertical-align: top; }
    #fsHeader .quicklinks .fsNavLevel1 > li .fsNavPageInfo {
      z-index: 400;
      background: #85aa6b;
      border-radius: 4px;
      width: 170px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      #fsHeader .quicklinks .fsNavLevel1 > li .fsNavPageInfo li {
        border-top: solid 1px rgba(0, 0, 0, 0.1); }
        #fsHeader .quicklinks .fsNavLevel1 > li .fsNavPageInfo li a {
          color: #fff;
          display: block;
          padding: 10px 14px; }
          #fsHeader .quicklinks .fsNavLevel1 > li .fsNavPageInfo li a:hover {
            background: #b7ab4d;
            background: #004023; }
  #fsHeader .quicklinks .fsElementFooterContent {
    margin: 0; }
    #fsHeader .quicklinks .fsElementFooterContent a {
      color: rgba(255, 255, 255, 0.6);
      display: block;
      padding: 12px; }
      #fsHeader .quicklinks .fsElementFooterContent a:hover {
        background: #b7ab4d;
        background: #004023;
        color: #fff; }
        #fsHeader .quicklinks .fsElementFooterContent a:hover:before {
          color: rgba(0, 0, 0, 0.5); }
      #fsHeader .quicklinks .fsElementFooterContent a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: rgba(255, 255, 255, 0.2);
        margin-right: 4px; }

#fsMenu .quicklinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #222; }
  #fsMenu .quicklinks, #fsMenu .quicklinks ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #fsMenu .quicklinks li {
    margin: 0;
    padding: 0; }
  #fsMenu .quicklinks .fsElementContent {
    -ms-flex-order: 2;
    order: 2; }
  #fsMenu .quicklinks .fsNavLevel1 > li > a {
    color: #85aa6b;
    text-transform: capitalize; }
    #fsMenu .quicklinks .fsNavLevel1 > li > a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-right: 5px;
      vertical-align: top;
      color: #7c7c7c; }
  #fsMenu .quicklinks a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 12px 20px; }
    #fsMenu .quicklinks a:hover {
      color: rgba(255, 255, 255, 0.6); }
  #fsMenu .quicklinks footer {
    -ms-flex-order: 1;
    order: 1; }
    #fsMenu .quicklinks footer .fsElementFooterContent {
      margin: 0;
      border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
      #fsMenu .quicklinks footer .fsElementFooterContent a {
        color: #85aa6b;
        display: block;
        text-transform: capitalize; }
        #fsMenu .quicklinks footer .fsElementFooterContent a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          margin-right: 5px;
          vertical-align: top;
          color: #7c7c7c; }

.search-trigger {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #00311b;
  border-radius: 100%;
  color: transparent;
  position: relative;
  margin-bottom: 0 !important;
  margin-right: 20px;
  cursor: pointer; }
  .search-trigger:hover:before, .search-trigger:focus:before {
    color: #fff; }
  .search-trigger:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 17px;
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
    transition: 0.3s color; }
  @media (min-width: 1000px) {
    .search-trigger {
      margin-top: 50px;
      margin-bottom: 10px !important;
      background: transparent; } }
  @media (min-width: 1200px) {
    .search-trigger {
      margin-top: 5px;
      margin-top: 0; } }

.top-search {
  width: 100%;
  position: absolute;
  top: -47px;
  left: 0;
  padding: 8px 20px;
  background-color: #003764;
  transition: top .3s ease;
  margin-bottom: 0 !important;
  background: #85aa6b; }
  .search-active .top-search {
    top: 0; }
  .search-active.fsAccountBarVisible .top-search {
    z-index: 100001; }
  .top-search button {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0; }
    .top-search button:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 17px;
      color: #fff; }
  .top-search input {
    width: calc(100% - 20px);
    background: transparent;
    border: none;
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-size: 20px;
    font-style: italic;
    color: #fff; }

.site-info-container {
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 0 !important; }
  @media (min-width: 1000px) {
    .site-info-container {
      padding: 10px 20px;
      position: absolute;
      top: 8px;
      left: 0;
      width: auto; } }
  .site-info-container h1 {
    margin: 0; }
  .site-info-container a {
    display: block;
    padding: 20px 0;
    color: transparent;
    background-image: url("../images/logo.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat; }
    .site-info-container a:hover {
      color: transparent; }
    @media (min-width: 1000px) {
      .site-info-container a {
        width: 234px;
        height: 84px; } }

.photo-container {
  display: none; }
  @media (min-width: 600px) {
    .photo-container {
      display: block;
      margin-top: 10px; } }
  .photo-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex; }

.photo-tile {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33.33%;
  height: 33.33vw;
  margin-bottom: 0 !important; }
  @media (min-width: 800px) {
    .photo-tile {
      width: 25%;
      height: 25vw;
      max-height: 250px; } }
  .photo-tile:last-child {
    display: none; }
    @media (min-width: 800px) {
      .photo-tile:last-child {
        display: block; } }

#fsFooter {
  padding: 20px;
  color: #fff; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 76.25em;
    max-width: 76.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  @media (min-width: 1200px) {
    #fsFooter .address-social-container .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center; } }
  #fsFooter .address-container {
    padding-top: 10px; }
    @media (min-width: 800px) {
      #fsFooter .address-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; } }
    #fsFooter .address-container .fsElementHeaderContent {
      width: 52.1875%;
      margin: 0 auto 26px auto; }
      @media (min-width: 600px) {
        #fsFooter .address-container .fsElementHeaderContent {
          width: 22.56757%; } }
      @media (min-width: 800px) {
        #fsFooter .address-container .fsElementHeaderContent {
          width: 167px;
          margin: 0 30px 0 0; } }
    @media (min-width: 600px) {
      #fsFooter .address-container .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center; } }
  #fsFooter .school-description {
    color: rgba(178, 178, 178, 0.8);
    text-align: center; }
    @media (min-width: 800px) {
      #fsFooter .school-description {
        padding: 0 100px; } }
  @media (min-width: 600px) {
    #fsFooter .nav-social {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; } }
  #fsFooter .nav-social .fsElementTitle {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    text-align: center; }
    @media (min-width: 600px) {
      #fsFooter .nav-social .fsElementTitle {
        margin-right: 10px; } }

@media (min-width: 600px) {
  .school-details {
    border-right: solid 1px rgba(255, 255, 255, 0.5);
    padding-right: 50px;
    margin-right: 50px; } }

@media (min-width: 800px) {
  .school-details {
    border-right: none;
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    padding: 0 30px;
    margin-right: 30px; } }

.school-details,
.school-details-2 {
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 600px) {
    .school-details,
    .school-details-2 {
      text-align: left; } }
  .school-details [itemprop='name'],
  .school-details-2 [itemprop='name'] {
    display: none; }
  .school-details [itemprop='streetAddress'],
  .school-details-2 [itemprop='streetAddress'] {
    display: block; }
  .school-details [itemprop='telephone'],
  .school-details-2 [itemprop='telephone'] {
    font-weight: 700; }
  .school-details a,
  .school-details-2 a {
    color: inherit; }

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

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

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

body {
  font-size: 16px;
  line-height: 21px;
  color: #4c4c4c; }

#fsPageWrapper {
  overflow: hidden;
  position: relative;
  transition: margin .3s ease; }
  .search-active #fsPageWrapper {
    margin-top: 47px; }

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 76.25em;
  max-width: 76.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

#fsPageContent {
  width: 100%; }

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

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

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

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

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

@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: 700px) {
    .fsLayout .fsStyleTwoThirds {
      width: 66.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 320px;
      padding-left: 40px; } }
  .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
    width: 100%;
    padding: 0; }
    @media (min-width: 800px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 40px;
        width: 320px; } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      width: 100%;
      padding-left: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      width: 320px;
      padding-left: 40px;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 20px;
        width: 240px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 76.25em;
  max-width: 76.25rem; }

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

.fsBreadcrumb li {
  display: inline-block; }

.nav-main {
  margin-bottom: 0 !important; }
  #fsHeader .nav-main {
    display: none; }
    @media (min-width: 1000px) {
      #fsHeader .nav-main {
        display: block;
        margin-top: 50px;
        width: calc(100% - 60px);
        margin-bottom: 10px !important; } }
    @media (min-width: 1200px) {
      #fsHeader .nav-main {
        margin-top: 5px;
        width: calc(100% - 60px - 274px); } }
  .fsMenu .nav-main header {
    text-align: right;
    padding: 10px 10px 0 0; }
  .fsMenu .nav-main .fsElementHeaderContent {
    border-radius: 6px;
    display: inline-block;
    background: #00311b;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-bottom: 10px !important;
    cursor: pointer; }
  .nav-main, .nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-main li {
    margin: 0;
    padding: 0; }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 76.25em;
      max-width: 76.25rem;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  .nav-main .fsNavLevel1 > li {
    position: relative;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li {
        -ms-flex: 1 auto;
        flex: 1 auto;
        border-bottom: none; } }
    .nav-main .fsNavLevel1 > li > a {
      padding: 20px;
      color: #fff;
      display: block;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase; }
      @media (min-width: 1000px) {
        .nav-main .fsNavLevel1 > li > a {
          color: rgba(255, 255, 255, 0.5);
          padding: 14px 20px; } }
    .nav-main .fsNavLevel1 > li:hover > a {
      background: #00311b;
      color: #fff; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #fff; }

.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; }

.nav-main .fsNavPageInfo {
  text-align: left;
  padding-top: 10px;
  width: 220px;
  left: 50% !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }
  @media (min-width: 980px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: block; } }

.nav-main .fsNavLevel2 {
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  border-radius: 4px; }
  .nav-main .fsNavLevel2 a {
    padding: 0.625em;
    color: #4c4c4c;
    display: block;
    border-top: solid 1px rgba(0, 0, 0, 0.1); }
    .nav-main .fsNavLevel2 a:hover {
      background: rgba(255, 255, 255, 0.8); }

.drawer-ribbon {
  position: relative;
  height: 50px; }
  @media (min-width: 1000px) {
    .drawer-ribbon {
      display: none; } }

.drawer-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 6px;
  display: inline-block;
  background: #00311b;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-bottom: 0 !important;
  margin-left: 20px;
  cursor: pointer; }
  @media (min-width: 1000px) {
    .drawer-trigger {
      display: none; } }
  .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); }

.fsMenu {
  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: 0em;
  min-height: 100%;
  max-width: 37.5em;
  background: #2a2a2a; }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  @media (min-width: 1000px) {
    .fsMenu {
      display: none; } }

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

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

#fsPageBody .nav-sub {
  display: block; }

.nav-sub.nav-sub-empty {
  display: none !important; }

@media (max-width: 699px) {
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; } }

.nav-sub.active-nav > .fsElementContent {
  max-height: 9999px;
  visibility: visible;
  opacity: 1; }

.nav-sub ul li.fsNavCurrentPage, .nav-sub ul li.fsNavCurrentPageAncestor {
  background: #e2e2e2; }
  .nav-sub ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPageAncestor > a {
    color: #004023; }

.nav-sub ul li a {
  display: block;
  padding: 16px 20px;
  color: #4c4c4c;
  font-size: 16px; }
  .nav-sub ul li a:hover {
    color: #85aa6b; }

.nav-sub .fsNavLevel1 {
  background: #fbfbfb;
  border-radius: 4px; }
  .nav-sub .fsNavLevel1 > li:last-child a {
    border-bottom: none; }
  .nav-sub .fsNavLevel1 > li > a {
    border-bottom: 1px solid #fff; }

.nav-sub .fsNavLevel2 > li > a {
  padding: 16px 30px; }

.nav-sub .fsNavLevel3 > li > a {
  padding: 16px 40px; }

.nav-sub .fsNavLevel4 > li > a {
  padding: 16px 50px; }

.nav-sub > header {
  display: block; }
  @media (min-width: 700px) {
    .nav-sub > header {
      display: none; } }
  .nav-sub > header > .fsElementTitle {
    position: relative;
    margin: 0;
    padding: 2px 40px 2px 20px;
    cursor: pointer;
    color: #4c4c4c;
    background: #dcdcdc;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px; }
    .nav-sub > header > .fsElementTitle a {
      display: block;
      color: inherit; }
    @media (min-width: 800px) {
      .nav-sub > header > .fsElementTitle {
        cursor: default; } }
    @media (max-width: 799px) {
      .nav-sub > header > .fsElementTitle:after {
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 30px;
        line-height: 30px;
        text-align: center;
        position: absolute;
        right: -10px;
        top: 50%;
        z-index: 50;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (max-width: 799px) {
      .nav-sub.active-nav > header > .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }

.nav-social .fsNavLevel1 {
  font-size: 0;
  text-align: center; }
  .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: 14px; }
  .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:before {
    color: #fff; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover:before {
    color: #fff; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
    color: #fff; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
    color: #fff; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
    color: #fff; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover:before {
    color: #fff; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
    color: #fff; }
  .nav-social .fsNavLevel1 [href*='vine']:hover:before {
    color: #fff; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover:before {
    color: #fff; }
  .nav-social .fsNavLevel1 [href*='rss']:hover:before {
    color: #fff; }
  .nav-social .fsNavLevel1 a {
    display: block; }
    .nav-social .fsNavLevel1 a:before {
      color: rgba(178, 178, 178, 0.8);
      font-size: 22px;
      transition: 0.3s all;
      display: block; }

.nav-utility-footer {
  margin: -20px -20px 0 -20px; }
  @media (min-width: 800px) {
    .nav-utility-footer {
      margin: 0; } }
  .nav-utility-footer .fsNavLevel1 {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #00311b; }
    .nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-utility-footer .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    @media (min-width: 600px) {
      .nav-utility-footer .fsNavLevel1 {
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (min-width: 800px) {
      .nav-utility-footer .fsNavLevel1 {
        background: none; } }
    .nav-utility-footer .fsNavLevel1 li {
      width: 50%; }
      @media (min-width: 600px) {
        .nav-utility-footer .fsNavLevel1 li {
          width: auto; } }
    .nav-utility-footer .fsNavLevel1 a {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.75);
      padding: 10px;
      display: block; }
      .nav-utility-footer .fsNavLevel1 a:hover {
        color: #fff; }

.nav-site-map .fsElementContent nav ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map .fsElementContent nav ul li {
    margin: 0;
    padding: 0;
    font-weight: 400; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
        -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: block;
    margin: 0 10px; }

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

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    color: #004023; }
  @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 #7c7c7c;
    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; }

.fsCustom7 {
  cursor: pointer;
  font-size: 0;
  color: #00733f;
  transition: all 0.3s; }
  .fsConstituent.fsProfile .fsCustom7 > .fsProfileSectionFieldName {
    width: 100%; }
  .fsCustom7:hover, .fsCustom7:focus {
    color: #85aa6b; }
  .fsCustom7:before, .fsCustom7:after {
    font-size: 16px; }
  .fsCustom7:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin: 0 6px 0 4px; }
  .fsCustom7:after {
    content: "Pronunciation"; }

/*! 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; }

.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, .fsTabs .fsPanel {
  margin-bottom: 0; }

.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #fff;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    color: #004023;
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 16px;
    margin-bottom: 0;
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    padding: 13.33333px;
    color: #7c7c7c;
    transition: .3s;
    border-bottom: solid 1px #c3c3c3;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none;
      text-decoration: none !important; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #dcdcdc;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover a, .fsTabs .fsPanel > header:hover a {
      text-decoration: none; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #7c7c7c;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #fff; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #004023;
    border-bottom: none; }
    .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: 13.33333px;
  font-family: "IcoMoon";
  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: 13.33333px;
  font-family: "IcoMoon";
  content: ""; }

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 13.33333px; }

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

.fsAccordion {
  margin-bottom: 20px; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent > .fsElementContent {
    width: 100%; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px; }
  .fsAthleticsEvent .fsElementEventIcon {
    display: inline-block;
    max-width: 100%; }
  .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 .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
    display: inline; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700;
        color: #85aa6b; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

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

/*! elements - athletics roster */
.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
  color: #85aa6b; }

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before, .fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterName, .fsAthleticsRosterList li > div.fsRosterName {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .fsAthleticsRoster .fsElementTable td.fsRosterName:before, .fsAthleticsRosterList li > div.fsRosterName:before {
    content: 'Name: '; }
  .fsAthleticsRoster .fsElementTable td.fsRosterName .fsCoachImage, .fsAthleticsRosterList li > div.fsRosterName .fsCoachImage {
    -ms-flex-order: -1;
    order: -1; }

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before, .fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before, .fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before, .fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before, .fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before, .fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before, .fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: '; }

.fsAthleticsRoster {
  margin-bottom: 20px; }
  .fsAthleticsRoster.fsCoaches .fsAthleticsRosterList > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
    @media (min-width: 700px) {
      .fsAthleticsRoster.fsCoaches .fsAthleticsRosterList > li {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .fsAthleticsRoster.fsCoaches .fsAthleticsRosterList > li .fsRosterName {
      -ms-flex: 0 0 200px;
      flex: 0 0 200px;
      margin-right: 20px; }
    .fsAthleticsRoster.fsCoaches .fsAthleticsRosterList > li div[id*="fsEmail"] {
      position: absolute;
      bottom: 0; }
  @media (max-width: 800px) {
    .fsAthleticsRoster .fsElementTable thead {
      display: none; } }
  @media (min-width: 800px) {
    .fsAthleticsRoster .fsElementTable td:before {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsRoster .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsRoster .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsRoster .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsRoster .fsElementTable td:last-of-type {
        padding-bottom: 10px; } }

.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 #dcdcdc; }
  display .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }
    .fsAthleticsRosterList li > div: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; }

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar .fsAlertFeeds {
  float: none; }

.fsCalendar .fsElementTitle {
  color: #7696aa;
  margin-bottom: 28px; }

.fsCalendar.module article, .fsCalendar.home-events article {
  text-align: center; }

.fsCalendar .fsTitle {
  color: #4c4c4c;
  font-size: 16px; }
  .fsCalendar .fsTitle a {
    color: inherit; }
    .fsCalendar .fsTitle a:hover {
      color: #004023; }

.fsCalendar .fsDate {
  color: #004023;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 16px;
  font-style: italic; }

.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar.custom-events article {
  background: #efefef;
  padding: 14px;
  text-align: center; }

.fsCalendar.custom-events .fsTitle {
  color: #004023;
  font-size: 18px; }
  .fsCalendar.custom-events .fsTitle a {
    color: inherit; }
    .fsCalendar.custom-events .fsTitle a:hover {
      color: #4c4c4c; }

.fsCalendar.custom-events .fsDate {
  color: #4c4c4c;
  font-family: inherit;
  font-style: normal;
  font-size: 16px; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  font-size: 14px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
    margin-bottom: 5px; }
    .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
      margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-weight: 700;
  line-height: 1; }
  .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, 64, 35, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(0, 64, 35, 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, 64, 35, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(0, 64, 35, 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 .fsCalendarDate {
    text-align: left;
    font-weight: 700; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

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

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

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

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

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement {
  margin-bottom: 20px; }
  .fsElement:last-child {
    margin-bottom: 0; }
  .fsElement.element-border {
    border: 1px solid #7c7c7c;
    padding: 10px; }
    .fsElement.element-border .fsElementHeaderContent {
      background-color: #004023;
      padding: 15px; }
      .fsElement.element-border .fsElementHeaderContent h2 {
        margin: 0; }
      .fsElement.element-border .fsElementHeaderContent a {
        color: #fff; }
    .fsElement.element-border.blue .fsElementHeaderContent {
      background: #7696aa; }
    .fsElement.element-border.orange .fsElementHeaderContent {
      background: #e35205; }
    .fsElement.element-border.grey .fsElementHeaderContent {
      background: #7c7c7c; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

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

.module, .module.blue, .module.green, .module.grey, .module.orange {
  margin-bottom: 1.25em;
  padding: 1.25em;
  border-radius: 4px; }
  .module h1, .module.blue h1, .module.green h1, .module.grey h1, .module.orange h1, .module h2, .module.blue h2, .module.green h2, .module.grey h2, .module.orange h2, .module h3, .module.blue h3, .module.green h3, .module.grey h3, .module.orange h3, .module h4, .module.blue h4, .module.green h4, .module.grey h4, .module.orange h4, .module h5, .module.blue h5, .module.green h5, .module.grey h5, .module.orange h5, .module h6, .module.blue h6, .module.green h6, .module.grey h6, .module.orange h6 {
    color: inherit; }
  .module .fsElementTitle {
    text-align: center;
    position: relative;
    padding-bottom: 10px; }
    .module .fsElementTitle:after {
      content: '';
      width: 100px;
      height: 3px;
      margin-left: -50px;
      background: #d9d9d9;
      position: absolute;
      bottom: -1.5px;
      left: 50%; }

.module {
  padding: 0; }

.module.blue {
  background: #7696aa;
  color: #fff; }
  .module.blue .fsElementTitle:after {
    background: #5f8299; }

.module.green {
  background: #004023;
  color: #fff; }
  .module.green .fsElementTitle:after {
    background: #00170d; }

.module.grey {
  background: #7c7c7c;
  color: #fff; }
  .module.grey .fsElementTitle:after {
    background: #686868; }

.module.orange {
  background: #e35205;
  color: #fff; }
  .module.orange .fsElementTitle:after {
    background: #bb4404; }

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

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

::-webkit-input-placeholder {
  color: white; }

:-moz-placeholder {
  color: white; }

::-moz-placeholder {
  color: white; }

:-ms-input-placeholder {
  color: white; }

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
    display: inline-block;
    border: 0;
    margin: 0 2px 20px 2px;
    padding: 10px 20px;
    background: #4c4c4c;
    color: #fff;
    outline: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
      background: #3f3f3f;
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:visited, .fsLogin .fsLoginMainView button:visited, .fsLogin .fsLoginForgotView .fsLoginSubmit:visited, .fsLogin .fsLoginForgotView button:visited, .fsLogin .fsLoginNewView .fsLoginSubmit:visited, .fsLogin .fsLoginNewView button:visited, .fsAccount .fsLoginMainView .fsLoginSubmit:visited, .fsAccount .fsLoginMainView button:visited, .fsAccount .fsLoginForgotView .fsLoginSubmit:visited, .fsAccount .fsLoginForgotView button:visited, .fsAccount .fsLoginNewView .fsLoginSubmit:visited, .fsAccount .fsLoginNewView button:visited {
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
      display: block;
      font-style: normal; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

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

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

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

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

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

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 2px 20px 2px;
    padding: 10px 20px;
    background: #4c4c4c;
    color: #fff;
    outline: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600; }
    .fsAccount .fsAccountLogout a:hover {
      background: #3f3f3f;
      color: #fff; }
    .fsAccount .fsAccountLogout a:visited {
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMediaCustomPlayer {
  background: none;
  position: relative; }
  .fsMediaCustomPlayer article {
    background-position: center;
    background-size: cover;
    outline: 0;
    position: relative; }
    .fsMediaCustomPlayer article img {
      opacity: 0;
      visibility: hidden; }
  .fsMediaCustomPlayer .caption-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    left: 0;
    line-height: 21px;
    padding: 10px;
    position: absolute;
    width: 100%; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-wrapper {
        padding: 20px; } }
    .fsMediaCustomPlayer .caption-wrapper a {
      color: rgba(255, 255, 255, 0.5); }
      .fsMediaCustomPlayer .caption-wrapper a:hover {
        text-decoration: underline; }
  @media (min-width: 800px) {
    .fsMediaCustomPlayer .caption-title {
      margin-top: 0;
      font-weight: normal;
      color: #004023;
      font-family: "adobe-garamond-pro", Georgia, serif;
      font-size: 30px;
      line-height: 32px;
      margin-bottom: 16px;
      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'; }

.fsNews .fsElementTitle {
  color: #7696aa;
  margin-bottom: 28px; }

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

.fsNews .fsThumbnail {
  margin-bottom: 12px; }
  .fsNews .fsThumbnail img,
  .fsNews .fsThumbnail .fsCroppedImage {
    border-radius: 4px; }

.fsNews .fsTitle {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 400; }
  .fsNews .fsTitle a {
    color: inherit; }
    .fsNews .fsTitle a:hover {
      color: #004023;
      text-decoration: underline; }
    .fsNews .fsTitle a:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      vertical-align: top;
      margin-left: .3em; }

.fsNews.fsList article {
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

.fsPostElement .fsDialogContent .fsTitle {
  color: #4c4c4c;
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 30px; }
  .fsPostElement .fsDialogContent .fsTitle a {
    color: inherit; }
    .fsPostElement .fsDialogContent .fsTitle a:hover {
      color: #004023; }

.fsPostElement.fsPost .fsTitle {
  color: #4c4c4c;
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 5px; }
  .fsPostElement.fsPost .fsTitle a {
    color: inherit; }
    .fsPostElement.fsPost .fsTitle a:hover {
      color: #004023; }

/*! _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;
    position: relative; }
  .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: #85aa6b !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #dcdcdc;
          padding-left: 10px !important;
          padding-right: 85px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 16px;
          font-family: "proxima-nova", sans-serif; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 50px;
      width: 75px;
      background: #004023;
      position: absolute;
      right: 0;
      top: 0;
      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: "proxima-nova", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 16px; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: #0a0e08;
        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 #4c4c4c; }
      .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: #4c4c4c;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "proxima-nova", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 75px;
    background: #4c4c4c;
    position: absolute;
    transition: .3s;
    right: 0;
    top: 0; }
    .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: "proxima-nova", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: #0a0e08;
      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: "proxima-nova", 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: #4c4c4c; }
  .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: #85aa6b; }

.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: #00733f !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: #85aa6b !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; }
  .fsFacebook h2 div {
    outline: 0;
    text-decoration: none;
    color: #00733f;
    transition: background .3s, color .3s; }
    .fsFacebook h2 div:hover {
      color: #dcce62; }
  .fsFacebook a.fsFacebookTitle {
    font-size: 0;
    display: inline-block; }
    .fsFacebook a.fsFacebookTitle:before {
      content: "View Post";
      font-size: 16px; }

.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: 0;
  margin: 0 2px 20px 2px;
  padding: 10px 20px;
  background: #4c4c4c;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600; }
  .vimeo_view_link a:hover {
    background: #3f3f3f;
    color: #fff; }
  .vimeo_view_link a:visited {
    color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

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

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

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

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .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: 0;
  margin: 0 2px 20px 2px;
  padding: 10px 20px;
  background: #4c4c4c;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600; }
  .Youtube_view_link a:hover {
    background: #3f3f3f;
    color: #fff; }
  .Youtube_view_link a:visited {
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        padding: 10px 20px;
        border-radius: 4px;
        font-weight: 600;
        font-size: 16px;
        background: #a2a2a2;
        color: #fff;
        text-decoration: none !important; }
        .fsTabs .fsTabsNav li a:hover {
          background: #004023;
          color: #fff;
          text-decoration: none !important; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #004023;
        color: #fff; }

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

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding: 0; }

.home #fsPageBody {
  max-width: none; }

.main-slideshow {
  margin-bottom: 0;
  margin-top: 10px; }
  .main-slideshow .main-slide {
    width: 100%;
    height: 120vw; }
    @media (min-width: 600px) {
      .main-slideshow .main-slide {
        height: 60vw; } }
    @media (min-width: 900px) {
      .main-slideshow .main-slide {
        height: 50vw; } }
    @media (min-width: 1200px) {
      .main-slideshow .main-slide {
        height: 75vh; } }
  .main-slideshow .caption-wrapper {
    background: rgba(96, 127, 73, 0.85);
    height: 100%;
    text-align: center;
    line-height: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px; }
    @media (min-width: 600px) {
      .main-slideshow .caption-wrapper {
        height: auto; } }
    @media (min-width: 1000px) {
      .main-slideshow .caption-wrapper {
        height: auto;
        bottom: 40px;
        left: 40px;
        width: 660px;
        text-align: left;
        border-radius: 4px;
        padding: 30px; } }
  .main-slideshow .caption-title {
    color: #fff;
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 14px; }
  .main-slideshow .caption-desc {
    display: block;
    font-size: 20px; }
  .main-slideshow .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 600px) {
      .main-slideshow .slick-dots {
        bottom: auto;
        top: 20px;
        right: 20px;
        left: auto;
        width: auto; } }
    .main-slideshow .slick-dots li {
      display: inline-block;
      margin: 0 8px; }
      @media (min-width: 600px) {
        .main-slideshow .slick-dots li {
          display: list-item;
          margin: 8px 0; } }
      .main-slideshow .slick-dots li.slick-active button {
        background: rgba(255, 255, 255, 0.8); }
      .main-slideshow .slick-dots li button {
        background: rgba(255, 255, 255, 0.5);
        border: none;
        height: 20px;
        width: 20px;
        border-radius: 100%;
        font-size: 0; }
        .main-slideshow .slick-dots li button:hover {
          background: #fff; }

.home-events {
  background: #dcdcdc;
  position: relative; }
  .home-events > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 76.25em;
    max-width: 76.25rem; }
  .home-events .slick-slider {
    margin-bottom: 0; }
  @media (min-width: 1000px) {
    .home-events footer {
      text-align: right; } }
  .home-events footer .fsElementFooterContent {
    margin: 0; }
    .home-events footer .fsElementFooterContent a {
      background: #c3c3c3;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      display: block;
      text-align: center;
      padding: 10px; }
      @media (min-width: 1000px) {
        .home-events footer .fsElementFooterContent a {
          display: inline-block; } }
      .home-events footer .fsElementFooterContent a:hover {
        background: #909090; }

.home-news {
  position: relative;
  padding: 40px 20px 0 20px; }
  .home-news > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 76.25em;
    max-width: 76.25rem;
    padding: 0 30px; }
  .home-news article {
    border-bottom: none !important;
    padding: 0 !important;
    position: relative;
    margin: 0 10px !important; }
    .home-news article .fsThumbnail {
      margin: 0; }
      .home-news article .fsThumbnail .fsCroppedImage {
        background-image: url("../images/newsplaceholder.png"); }
    .home-news article .fsCroppedImage {
      display: block; }
    .home-news article .fsTitle {
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: rgba(0, 64, 35, 0.7);
      border-radius: 0 0 4px 4px;
      padding: 10px 20px;
      min-height: 64px;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
      .home-news article .fsTitle a {
        color: #fff;
        font-size: 15px; }
        .home-news article .fsTitle a:hover {
          color: #fff;
          text-decoration: underline; }
  .home-news .slick-prev,
  .home-news .slick-next {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
    .home-news .slick-prev:before,
    .home-news .slick-next:before {
      color: rgba(0, 0, 0, 0.5);
      font-size: 28px; }
  .home-news .slick-prev {
    left: 0; }
    .home-news .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home-news .slick-next {
    right: 0; }
    .home-news .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home-news .fsElementFooterContent {
    text-align: center; }

.panel-title {
  position: relative;
  margin: 0 auto;
  max-width: 76.25em;
  max-width: 76.25rem;
  color: #004023;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 26px;
  text-align: center;
  padding-top: 34px;
  padding-bottom: 15px; }
  .panel-title p {
    margin: 0; }
  .panel-title:after {
    content: '';
    width: 100px;
    height: 3px;
    margin-left: -50px;
    background-color: #d9d9d9;
    position: absolute;
    bottom: -1.5px;
    left: 50%; }

body:not(.fsComposeMode) .photo-grid-container {
  position: relative;
  margin: 0 auto;
  max-width: 76.25em;
  max-width: 76.25rem;
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .photo-grid-container {
      padding: 40px 25px; } }
  @media (min-width: 1220px) {
    body:not(.fsComposeMode) .photo-grid-container {
      padding: 40px 0; } }
  body:not(.fsComposeMode) .photo-grid-container .fsStyleColumn-1 {
    margin: 0;
    padding: 0;
    float: none;
    position: relative; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container .fsStyleColumn-1 {
        height: 62.5vw; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .photo-grid-container .fsStyleColumn-1 {
        width: calc(47vw - 4px);
        height: calc(47vw + 23.168vw + 8px - 4px);
        -ms-flex-order: 1;
        order: 1;
        margin-right: 4px; } }
    @media (min-width: 1220px) {
      body:not(.fsComposeMode) .photo-grid-container .fsStyleColumn-1 {
        width: 406.66px;
        height: 614px;
        margin-right: 0; } }
  body:not(.fsComposeMode) .photo-grid-container .fsStyleColumn-2 {
    margin: 0;
    padding: 0;
    float: none;
    position: relative; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container .fsStyleColumn-2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .photo-grid-container .fsStyleColumn-2 {
        width: 100%;
        -ms-flex-order: 3;
        order: 3; } }
    @media (min-width: 1220px) {
      body:not(.fsComposeMode) .photo-grid-container .fsStyleColumn-2 {
        -ms-flex-order: 2;
        order: 2;
        width: 204.66px;
        height: 614px;
        margin: 0 8px;
        -ms-flex-direction: column;
        flex-direction: column; } }
  body:not(.fsComposeMode) .photo-grid-container .fsStyleColumn-3 {
    margin: 0;
    padding: 0;
    float: none;
    position: relative; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container .fsStyleColumn-3 {
        height: 62.5vw; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .photo-grid-container .fsStyleColumn-3 {
        width: calc(47vw - 4px);
        height: calc(47vw + 23.168vw + 8px - 4px);
        margin-left: 4px;
        -ms-flex-order: 2;
        order: 2; } }
    @media (min-width: 1220px) {
      body:not(.fsComposeMode) .photo-grid-container .fsStyleColumn-3 {
        -ms-flex-order: 3;
        order: 3;
        width: 406.66px;
        height: 614px;
        margin: 0; } }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .photo-grid-container .slider-1 {
      width: 62.5vw;
      height: 62.5vw;
      margin-bottom: 0;
      position: absolute;
      top: 0;
      left: 0; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .photo-grid-container .slider-1 {
      width: calc(47vw - 4px);
      height: calc(47vw - 4px); } }
  @media (min-width: 1220px) {
    body:not(.fsComposeMode) .photo-grid-container .slider-1 {
      width: 406.66px;
      height: 406.66px; } }
  body:not(.fsComposeMode) .photo-grid-container .image-slide {
    border-radius: 4px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    height: auto; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container .image-slide {
        margin-bottom: 0; } }
  body:not(.fsComposeMode) .photo-grid-container .video-block .fsMediaContainer {
    border-radius: 4px;
    margin-bottom: 0;
    height: 75vw !important; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container .video-block .fsMediaContainer {
        width: 62.5vw;
        height: 62.5vw !important; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .photo-grid-container .video-block .fsMediaContainer {
        width: calc(47vw - 4px);
        height: calc(47vw - 4px) !important; } }
    @media (min-width: 1220px) {
      body:not(.fsComposeMode) .photo-grid-container .video-block .fsMediaContainer {
        width: 406.66px;
        height: 406.66px !important; } }
  body:not(.fsComposeMode) .photo-grid-container .video-block img {
    -o-object-fit: cover;
    object-fit: cover; }
  body:not(.fsComposeMode) .photo-grid-container .video-block video {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
    height: 100%; }
  body:not(.fsComposeMode) .photo-grid-container .video-block .fsMediaTitle {
    display: block;
    color: #fff;
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-size: 18px; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container .video-block .fsMediaTitle {
        font-size: 26px; } }
    body:not(.fsComposeMode) .photo-grid-container .video-block .fsMediaTitle p {
      margin: 0; }
    body:not(.fsComposeMode) .photo-grid-container .video-block .fsMediaTitle a {
      color: inherit; }
      body:not(.fsComposeMode) .photo-grid-container .video-block .fsMediaTitle a:hover {
        text-decoration: none;
        color: #85aa6b; }
  body:not(.fsComposeMode) .photo-grid-container .photo-tile-lrg {
    border-radius: 4px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container .photo-tile-lrg {
        margin-bottom: 0; } }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container .photo-tile-lrg {
        width: 62.5vw;
        height: 62.5vw;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
        padding-bottom: 0; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .photo-grid-container .photo-tile-lrg {
        width: calc(47vw - 4px);
        height: calc(47vw - 4px); } }
    @media (min-width: 1220px) {
      body:not(.fsComposeMode) .photo-grid-container .photo-tile-lrg {
        width: 406.66px;
        height: 406.66px; } }
    body:not(.fsComposeMode) .photo-grid-container .photo-tile-lrg .fsElementContent {
      color: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      padding: 10px; }
      body:not(.fsComposeMode) .photo-grid-container .photo-tile-lrg .fsElementContent p {
        margin: 0; }
      body:not(.fsComposeMode) .photo-grid-container .photo-tile-lrg .fsElementContent a {
        color: #fff;
        font-family: "adobe-garamond-pro", Georgia, serif;
        font-size: 18px; }
        @media (min-width: 600px) {
          body:not(.fsComposeMode) .photo-grid-container .photo-tile-lrg .fsElementContent a {
            font-size: 26px; } }
        body:not(.fsComposeMode) .photo-grid-container .photo-tile-lrg .fsElementContent a:hover {
          text-decoration: none;
          color: #85aa6b; }
        body:not(.fsComposeMode) .photo-grid-container .photo-tile-lrg .fsElementContent a:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          margin-left: .5em;
          vertical-align: top; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .photo-grid-container .general-slider {
      width: 62.222222222222vw;
      height: 62.222222222222vw;
      margin-bottom: 0;
      position: absolute;
      top: 0;
      right: 0; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .photo-grid-container .general-slider {
      width: calc(47vw - 4px);
      height: calc(47vw - 4px);
      top: auto;
      bottom: 0;
      left: 0;
      right: auto; } }
  @media (min-width: 1220px) {
    body:not(.fsComposeMode) .photo-grid-container .general-slider {
      width: 406.66px;
      height: 406.66px;
      bottom: auto;
      top: calc(406.66px / 2 + 4px); } }
  body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm {
    border-radius: 4px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm {
        margin-bottom: 0; } }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm {
        width: calc(100% - 62.5vw - 8px);
        height: calc(62.5vw / 2 - 4px);
        padding-bottom: 0;
        position: absolute; }
        body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm.col1-sm1 {
          top: 0;
          left: calc(62.5vw + 8px); }
        body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm.col1-sm2 {
          left: calc(62.5vw + 8px);
          bottom: 0; }
        body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm.col3-sm2 {
          left: 0;
          bottom: 0; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm {
        width: calc(50% - 4px);
        height: 23.168vw;
        padding-bottom: 0;
        position: absolute; }
        body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm.col1-sm1 {
          top: auto;
          left: 0;
          bottom: 0; }
        body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm.col1-sm2 {
          left: calc(50% + 4px); }
        body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm.col3-sm2 {
          top: 0;
          left: calc(50% + 4px); } }
    @media (min-width: 1220px) {
      body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm {
        width: 199.33px;
        height: 199.33px;
        padding-bottom: 0;
        position: absolute; }
        body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm.col1-sm1 {
          top: calc(406.66px + 8px);
          left: 0;
          bottom: 0; }
        body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm.col1-sm2 {
          top: calc(406.66px + 8px);
          left: calc(50% + 4px); }
        body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm.col3-sm2 {
          top: 0;
          left: calc(50% + 4px); } }
    body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm .fsElementContent {
      height: 100%; }
      body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm .fsElementContent p {
        margin: 0;
        height: 100%; }
      body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm .fsElementContent a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 22px;
        text-transform: uppercase;
        color: #fff;
        background: rgba(0, 64, 35, 0.9);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        transition: top .3s ease; }
    body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm:hover a {
      top: 0; }
    body:not(.fsComposeMode) .photo-grid-container .photo-tile-sm:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      font-size: 20px;
      position: absolute;
      right: 10px;
      bottom: 10px; }
  body:not(.fsComposeMode) .photo-grid-container .social-tile {
    padding-bottom: 0; }
    @media (max-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container .social-tile {
        height: 86.6vw; } }
    body:not(.fsComposeMode) .photo-grid-container .social-tile .fsFeed-post {
      height: 100%;
      background-image: url("../images/fb-placeholder.jpg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      body:not(.fsComposeMode) .photo-grid-container .social-tile .fsFeed-post .feed-link {
        font-size: 14px;
        text-transform: capitalize;
        padding: 10px; }
      body:not(.fsComposeMode) .photo-grid-container .social-tile .fsFeed-post .feed-desc.is-truncated {
        width: inherit; }
    body:not(.fsComposeMode) .photo-grid-container .social-tile:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  body:not(.fsComposeMode) .photo-grid-container .tile-button {
    border-radius: 4px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    height: 20vw; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container .tile-button {
        margin-bottom: 0; } }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container .tile-button {
        width: 33.333%;
        margin: 8px 4px; } }
    @media (min-width: 1220px) {
      body:not(.fsComposeMode) .photo-grid-container .tile-button {
        width: 204.66px;
        height: 199.33px; } }
    body:not(.fsComposeMode) .photo-grid-container .tile-button .fsElementContent {
      height: 100%; }
      body:not(.fsComposeMode) .photo-grid-container .tile-button .fsElementContent p {
        margin: 0;
        height: 100%; }
      body:not(.fsComposeMode) .photo-grid-container .tile-button .fsElementContent a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "adobe-garamond-pro", Georgia, serif;
        font-size: 30px;
        color: #fff;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 1;
        padding: 0 10px; }
    body:not(.fsComposeMode) .photo-grid-container .tile-button.green-button {
      background: #004023; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .photo-grid-container .tile-button.green-button {
          margin-left: 0; } }
      @media (min-width: 1220px) {
        body:not(.fsComposeMode) .photo-grid-container .tile-button.green-button {
          margin: 0 0 0 0; } }
      body:not(.fsComposeMode) .photo-grid-container .tile-button.green-button:hover {
        background: #002715; }
    body:not(.fsComposeMode) .photo-grid-container .tile-button.grey-button {
      background: #7c7c7c; }
      @media (min-width: 1220px) {
        body:not(.fsComposeMode) .photo-grid-container .tile-button.grey-button {
          margin: 8px 0; } }
      body:not(.fsComposeMode) .photo-grid-container .tile-button.grey-button:hover {
        background: #6f6f6f; }
    body:not(.fsComposeMode) .photo-grid-container .tile-button.blue-button {
      background: #7696aa;
      margin-bottom: 20px; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .photo-grid-container .tile-button.blue-button {
          margin-right: 0;
          margin-bottom: 8px; } }
      @media (min-width: 1220px) {
        body:not(.fsComposeMode) .photo-grid-container .tile-button.blue-button {
          margin: 0 0 0 0; } }
      body:not(.fsComposeMode) .photo-grid-container .tile-button.blue-button:hover {
        background: #668aa0; }
  body:not(.fsComposeMode) .photo-grid-container .caption-desc {
    display: block;
    color: #fff;
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-size: 18px; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container .caption-desc {
        font-size: 26px; } }
    body:not(.fsComposeMode) .photo-grid-container .caption-desc p {
      margin: 0; }
    body:not(.fsComposeMode) .photo-grid-container .caption-desc a {
      color: inherit; }
      body:not(.fsComposeMode) .photo-grid-container .caption-desc a:hover {
        text-decoration: none;
        color: #85aa6b; }
      body:not(.fsComposeMode) .photo-grid-container .caption-desc a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: .5em;
        vertical-align: top; }
  body:not(.fsComposeMode) .photo-grid-container .slick-dots {
    position: absolute;
    top: 5px;
    right: 5px; }
    body:not(.fsComposeMode) .photo-grid-container .slick-dots, body:not(.fsComposeMode) .photo-grid-container .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    body:not(.fsComposeMode) .photo-grid-container .slick-dots li {
      margin: 0;
      padding: 0; }
    body:not(.fsComposeMode) .photo-grid-container .slick-dots li.slick-active button {
      background: rgba(255, 255, 255, 0.8); }
    body:not(.fsComposeMode) .photo-grid-container .slick-dots button {
      border: none;
      font-size: 0;
      background: rgba(255, 255, 255, 0.4);
      width: 15px;
      height: 15px;
      border-radius: 100%;
      padding: 0;
      margin: 5px; }

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

/*! 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: 57.14286%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 28.57143%; } }
    @media (min-width: 1220px) {
      .colors ol li {
        margin-bottom: 0;
        width: 14.28571%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #4c4c4c;
      color: #4c4c4c; }
      .colors ol li:nth-of-type(1):after {
        content: "#4c4c4c"; }
    .colors ol li:nth-of-type(2) {
      background: #004023;
      color: #004023; }
      .colors ol li:nth-of-type(2):after {
        content: "#004023"; }
    .colors ol li:nth-of-type(3) {
      background: #85aa6b;
      color: #85aa6b; }
      .colors ol li:nth-of-type(3):after {
        content: "#85aa6b"; }
    .colors ol li:nth-of-type(4) {
      background: #7696aa;
      color: #7696aa; }
      .colors ol li:nth-of-type(4):after {
        content: "#7696aa"; }
    .colors ol li:nth-of-type(5) {
      background: #dcdcdc;
      color: #dcdcdc; }
      .colors ol li:nth-of-type(5):after {
        content: "#dcdcdc"; }
    .colors ol li:nth-of-type(6) {
      background: #7c7c7c;
      color: #7c7c7c; }
      .colors ol li:nth-of-type(6):after {
        content: "#7c7c7c"; }
    .colors ol li:nth-of-type(7) {
      background: #2a2a2a;
      color: #2a2a2a; }
      .colors ol li:nth-of-type(7):after {
        content: "#2a2a2a"; }

.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: "adobe-garamond-pro", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "adobe-garamond-pro, Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "proxima-nova", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "proxima-nova, sans-serif"; }
    .fonts ol li:nth-of-type(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: 36px / line: 38px"; }

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

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

.headers h4:after {
  content: " size: 22px / line: 24px"; }

.headers h5:after {
  content: " size: 18px / line: 20px"; }

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

.stories-blog .fsAlertsIcon {
  display: none; }

.subscribe .fs_style_35 {
  background: #5f8299;
  margin-bottom: 0;
  color: white;
  transition: 0.1s linear; }
  .subscribe .fs_style_35:hover {
    background: #4b677a; }

.icon-portal .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.icon-portal .fsStyleTwoThirds .fsContent {
  margin-top: 0 !important;
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 0; }
  @media (max-width: 449px) {
    .icon-portal .fsStyleTwoThirds .fsContent {
      font-size: 12px; } }

.icon-portal .stories-blog .fsReadMoreLink {
  font-weight: bold; }

.icon-portal .stories-blog .fsListItems article {
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfcf; }

@media (max-width: 499px) {
  .benefits-page .fsContainer {
    margin: 0 -8px; } }

@media (max-width: 999px) {
  .benefits-page .fsContainer .fsFourColumnLayout {
    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; }
    .benefits-page .fsContainer .fsFourColumnLayout header {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
    .benefits-page .fsContainer .fsFourColumnLayout .fsDiv {
      width: 23%; }
      .benefits-page .fsContainer .fsFourColumnLayout .fsDiv .fsContent .fsElementContent > p span {
        font-size: 12px !important;
        line-height: 14px; }
      .benefits-page .fsContainer .fsFourColumnLayout .fsDiv .fsContent .fsElementContent > div + p {
        display: none; } }

.fsPanel.green > header {
  background: #004023; }
  .fsPanel.green > header a {
    color: #fff; }
  .fsPanel.green > header:hover {
    background: #006939; }

.fsPanel.green.fsStateOpen > header {
  background: #006939; }

.fsPanel.grey > header {
  background: #7c7c7c; }
  .fsPanel.grey > header a {
    color: #fff; }
  .fsPanel.grey > header:hover {
    background: #909090; }

.fsPanel.grey.fsStateOpen > header {
  background: #909090; }

.fsPanel.orange > header {
  background: #e35205; }
  .fsPanel.orange > header a {
    color: #fff; }
  .fsPanel.orange > header:hover {
    background: #fa6617; }

.fsPanel.orange.fsStateOpen > header {
  background: #fa6617; }

.fsPanel.blue > header {
  background: #7696aa; }
  .fsPanel.blue > header a {
    color: #fff; }
  .fsPanel.blue > header:hover {
    background: #8fa9ba; }

.fsPanel.blue.fsStateOpen > header {
  background: #8fa9ba; }

.dashboard-icons.fsTwoColumnLayout .fsStyleColumn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100% !important; }
  .dashboard-icons.fsTwoColumnLayout .fsStyleColumn > .fsContent {
    margin: 0;
    padding: 0 10px; }

.fsPageBody .school-description {
  position: relative;
  margin: 0 auto;
  max-width: 76.25rem;
  padding: 0 30px;
  margin-top: 40px;
  margin-bottom: 20px; }
  .fsPageBody .school-description .fs_style_22 {
    font-size: 16px; }

.fsPostElement .fsPostLink:hover, .fsPostElement .fsPostLink:focus {
  text-decoration: underline; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  #fsHeader {
    border-bottom: 2px solid #000; }
    #fsHeader .site-name {
      margin-top: 0;
      font-weight: normal;
      color: #2a2a2a;
      font-family: "adobe-garamond-pro", Georgia, serif;
      font-size: 36px;
      line-height: 38px;
      margin-bottom: 16px; }
  * {
    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, .fs_style_25 {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; } }
