@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i");
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    //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.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 55px;
  font-family: "merriweather", Georgia, serif;
  font-weight: 700;
  color: #629503;
  margin-bottom: 10px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  font-family: "merriweather", Georgia, serif;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  font-family: "merriweather", Georgia, serif;
  font-weight: 700;
  color: #629503;
  margin-bottom: 10px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  font-family: "merriweather", Georgia, serif;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  font-family: "merriweather", Georgia, serif;
  font-weight: 700;
  color: #629503;
  margin-bottom: 10px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

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

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

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
.fs_style_32,
.fs_style_33 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  .fs_style_32 th,
  .fs_style_32 td,
  .fs_style_33 th,
  .fs_style_33 td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  .fs_style_32 th,
  .fs_style_33 th {
    padding: 10px 20px;
    text-align: left;
    background: #578126;
    color: #fff;
    font-size: 18px; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  .fs_style_32 td,
  .fs_style_33 td {
    padding: 10px 20px;
    background: #f2efef; }
    tr:nth-of-type(odd) td {
      background-color: #eae4e4; }

.fs_style_33 tr:first-child td {
  padding: 10px 20px;
  text-align: left;
  background: #578126;
  color: #fff;
  font-size: 18px; }

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

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

.button {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: #629503;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center; }
  .theme-camp .button {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .button {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .button {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .button:hover, .button:focus {
    background: #416302;
    color: #fff; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: #333333;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center; }
  .theme-camp .color-button {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .color-button {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .color-button {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .color-button:hover, .color-button:focus {
    background: #1a1a1a;
    color: #fff; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: transparent;
  color: #333333;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center;
  border: 0.2em solid #333333; }
  .theme-camp .hollow-button {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .hollow-button {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .hollow-button {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .hollow-button:hover, .hollow-button:focus {
    background: transparent;
    color: #333333; }

.fs_style_23 {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: #00588f;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center; }
  .theme-camp .fs_style_23 {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fs_style_23 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_23 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fs_style_23:hover, .fs_style_23:focus {
    background: #00395c;
    color: #fff; }

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: #578126;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center; }
  .theme-camp .fs_style_28 {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fs_style_28 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_28 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fs_style_28:hover, .fs_style_28:focus {
    background: #3c5a1a;
    color: #fff; }

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: #8c6535;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center; }
  .theme-camp .fs_style_29 {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fs_style_29 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_29 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fs_style_29:hover, .fs_style_29:focus {
    background: #674a27;
    color: #fff; }

.fs_style_39 {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: #007b84;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center; }
  .theme-camp .fs_style_39 {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fs_style_39 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_39 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fs_style_39:hover, .fs_style_39:focus {
    background: #004b51;
    color: #fff; }

.fs_style_40 {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: #f3af3f;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center; }
  .theme-camp .fs_style_40 {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fs_style_40 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_40 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fs_style_40:hover, .fs_style_40:focus {
    background: #f09b0f;
    color: #fff; }

.fs_style_41 {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: #8c6535;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center; }
  .theme-camp .fs_style_41 {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fs_style_41 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_41 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fs_style_41:hover, .fs_style_41:focus {
    background: #674a27;
    color: #fff; }

.fs_style_48 {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: #4a71a0;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center; }
  .theme-camp .fs_style_48 {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fs_style_48 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_48 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fs_style_48:hover, .fs_style_48:focus {
    background: #3a587d;
    color: #fff; }

.fs_style_50 {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: #00448b;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center; }
  .theme-camp .fs_style_50 {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fs_style_50 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_50 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fs_style_50:hover, .fs_style_50:focus {
    background: #002b58;
    color: #fff; }

.fs_style_52 {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: #3e2870;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center; }
  .theme-camp .fs_style_52 {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fs_style_52 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_52 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fs_style_52:hover, .fs_style_52:focus {
    background: #291b4a;
    color: #fff; }

.fs_style_54 {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: #8c6535;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center; }
  .theme-camp .fs_style_54 {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fs_style_54 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_54 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fs_style_54:hover, .fs_style_54:focus {
    background: #674a27;
    color: #fff; }

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: transparent;
  color: #005695;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center;
  border: 3px solid #7faaca;
  padding: 10px 20px; }
  .theme-camp .fs_style_30 {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fs_style_30 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_30 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fs_style_30:hover, .fs_style_30:focus {
    background: transparent;
    color: #005695; }
  .fs_style_30:hover {
    background: #00588f;
    border-color: #00588f;
    color: #fff; }

.fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: transparent;
  color: #578126;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center;
  border: 3px solid #abc092;
  padding: 10px 20px; }
  .theme-camp .fs_style_31 {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fs_style_31 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_31 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fs_style_31:hover, .fs_style_31:focus {
    background: transparent;
    color: #578126; }
  .fs_style_31:hover {
    background: #578126;
    border-color: #578126;
    color: #fff; }

.fs_style_51 {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: transparent;
  color: #00448b;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center;
  border: 3px solid rgba(0, 68, 139, 0.5);
  padding: 10px 20px; }
  .theme-camp .fs_style_51 {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fs_style_51 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_51 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fs_style_51:hover, .fs_style_51:focus {
    background: transparent;
    color: #00448b; }
  .fs_style_51:hover {
    background: #00448b;
    border-color: #00448b;
    color: #fff; }

.fs_style_53 {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: transparent;
  color: #3e2870;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center;
  border: 3px solid rgba(62, 40, 112, 0.5);
  padding: 10px 20px; }
  .theme-camp .fs_style_53 {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fs_style_53 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_53 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fs_style_53:hover, .fs_style_53:focus {
    background: transparent;
    color: #3e2870; }
  .fs_style_53:hover {
    background: #3e2870;
    border-color: #3e2870;
    color: #fff; }

.fs_style_55 {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: transparent;
  color: #8c6535;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center;
  border: 3px solid rgba(140, 101, 53, 0.5);
  padding: 10px 20px; }
  .theme-camp .fs_style_55 {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fs_style_55 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_55 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fs_style_55:hover, .fs_style_55:focus {
    background: transparent;
    color: #8c6535; }
  .fs_style_55:hover {
    background: #8c6535;
    border-color: #8c6535;
    color: #fff; }

.fs_style_56 {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: transparent;
  color: #666666;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center;
  border: 3px solid rgba(102, 102, 102, 0.5);
  padding: 10px 20px; }
  .theme-camp .fs_style_56 {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fs_style_56 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_56 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fs_style_56:hover, .fs_style_56:focus {
    background: transparent;
    color: #666666; }
  .fs_style_56:hover {
    background: #666666;
    border-color: #666666;
    color: #fff; }

.fs_style_34 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #00588f;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 280px;
  text-align: center; }
  .theme-camp .fs_style_34 {
    font-family: "open-sans", sans-serif; }
  .theme-ecc .fs_style_34 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_34 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  .fs_style_34:hover, .fs_style_34:focus {
    background: #00395c;
    color: #fff; }
  .fs_style_34 em {
    display: block;
    font-style: normal;
    font-family: "merriweather", Georgia, serif;
    text-transform: none;
    opacity: 0.9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px; }
    .theme-camp .fs_style_34 em {
      font-family: "museo-slab", Georgia, serif;
      text-transform: uppercase;
      font-weight: 500; }
    .theme-ecc .fs_style_34 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0px; }
    .theme-rel .fs_style_34 em {
      font-family: "bree-serif", Georgia, serif; }
    .theme-temple .fs_style_34 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }

.fs_style_35 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #629503;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 280px;
  text-align: center; }
  .theme-camp .fs_style_35 {
    font-family: "open-sans", sans-serif; }
  .theme-ecc .fs_style_35 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_35 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  .fs_style_35:hover, .fs_style_35:focus {
    background: #416302;
    color: #fff; }
  .fs_style_35 em {
    display: block;
    font-style: normal;
    font-family: "merriweather", Georgia, serif;
    text-transform: none;
    opacity: 0.9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px; }
    .theme-camp .fs_style_35 em {
      font-family: "museo-slab", Georgia, serif;
      text-transform: uppercase;
      font-weight: 500; }
    .theme-ecc .fs_style_35 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0px; }
    .theme-rel .fs_style_35 em {
      font-family: "bree-serif", Georgia, serif; }
    .theme-temple .fs_style_35 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }

.fs_style_36 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #8c6535;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 280px;
  text-align: center; }
  .theme-camp .fs_style_36 {
    font-family: "open-sans", sans-serif; }
  .theme-ecc .fs_style_36 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_36 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  .fs_style_36:hover, .fs_style_36:focus {
    background: #674a27;
    color: #fff; }
  .fs_style_36 em {
    display: block;
    font-style: normal;
    font-family: "merriweather", Georgia, serif;
    text-transform: none;
    opacity: 0.9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px; }
    .theme-camp .fs_style_36 em {
      font-family: "museo-slab", Georgia, serif;
      text-transform: uppercase;
      font-weight: 500; }
    .theme-ecc .fs_style_36 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0px; }
    .theme-rel .fs_style_36 em {
      font-family: "bree-serif", Georgia, serif; }
    .theme-temple .fs_style_36 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }

.fs_style_37 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #73a6d9;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 280px;
  text-align: center; }
  .theme-camp .fs_style_37 {
    font-family: "open-sans", sans-serif; }
  .theme-ecc .fs_style_37 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_37 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  .fs_style_37:hover, .fs_style_37:focus {
    background: #4b8dce;
    color: #fff; }
  .fs_style_37 em {
    display: block;
    font-style: normal;
    font-family: "merriweather", Georgia, serif;
    text-transform: none;
    opacity: 0.9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px; }
    .theme-camp .fs_style_37 em {
      font-family: "museo-slab", Georgia, serif;
      text-transform: uppercase;
      font-weight: 500; }
    .theme-ecc .fs_style_37 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0px; }
    .theme-rel .fs_style_37 em {
      font-family: "bree-serif", Georgia, serif; }
    .theme-temple .fs_style_37 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }

.fs_style_46 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #794c8b;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 280px;
  text-align: center; }
  .theme-camp .fs_style_46 {
    font-family: "open-sans", sans-serif; }
  .theme-ecc .fs_style_46 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_46 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  .fs_style_46:hover, .fs_style_46:focus {
    background: #5c3a6a;
    color: #fff; }
  .fs_style_46 em {
    display: block;
    font-style: normal;
    font-family: "merriweather", Georgia, serif;
    text-transform: none;
    opacity: 0.9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px; }
    .theme-camp .fs_style_46 em {
      font-family: "museo-slab", Georgia, serif;
      text-transform: uppercase;
      font-weight: 500; }
    .theme-ecc .fs_style_46 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0px; }
    .theme-rel .fs_style_46 em {
      font-family: "bree-serif", Georgia, serif; }
    .theme-temple .fs_style_46 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }

.fs_style_57 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #00448b;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 280px;
  text-align: center; }
  .theme-camp .fs_style_57 {
    font-family: "open-sans", sans-serif; }
  .theme-ecc .fs_style_57 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_57 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  .fs_style_57:hover, .fs_style_57:focus {
    background: #002b58;
    color: #fff; }
  .fs_style_57 em {
    display: block;
    font-style: normal;
    font-family: "merriweather", Georgia, serif;
    text-transform: none;
    opacity: 0.9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px; }
    .theme-camp .fs_style_57 em {
      font-family: "museo-slab", Georgia, serif;
      text-transform: uppercase;
      font-weight: 500; }
    .theme-ecc .fs_style_57 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0px; }
    .theme-rel .fs_style_57 em {
      font-family: "bree-serif", Georgia, serif; }
    .theme-temple .fs_style_57 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }

.fs_style_58 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #3e2870;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 280px;
  text-align: center; }
  .theme-camp .fs_style_58 {
    font-family: "open-sans", sans-serif; }
  .theme-ecc .fs_style_58 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_58 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  .fs_style_58:hover, .fs_style_58:focus {
    background: #291b4a;
    color: #fff; }
  .fs_style_58 em {
    display: block;
    font-style: normal;
    font-family: "merriweather", Georgia, serif;
    text-transform: none;
    opacity: 0.9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px; }
    .theme-camp .fs_style_58 em {
      font-family: "museo-slab", Georgia, serif;
      text-transform: uppercase;
      font-weight: 500; }
    .theme-ecc .fs_style_58 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0px; }
    .theme-rel .fs_style_58 em {
      font-family: "bree-serif", Georgia, serif; }
    .theme-temple .fs_style_58 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }

.fs_style_59 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #8c6535;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 280px;
  text-align: center; }
  .theme-camp .fs_style_59 {
    font-family: "open-sans", sans-serif; }
  .theme-ecc .fs_style_59 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_59 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  .fs_style_59:hover, .fs_style_59:focus {
    background: #674a27;
    color: #fff; }
  .fs_style_59 em {
    display: block;
    font-style: normal;
    font-family: "merriweather", Georgia, serif;
    text-transform: none;
    opacity: 0.9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px; }
    .theme-camp .fs_style_59 em {
      font-family: "museo-slab", Georgia, serif;
      text-transform: uppercase;
      font-weight: 500; }
    .theme-ecc .fs_style_59 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0px; }
    .theme-rel .fs_style_59 em {
      font-family: "bree-serif", Georgia, serif; }
    .theme-temple .fs_style_59 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }

.fs_style_47 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: transparent;
  color: #005695;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 280px;
  text-align: center;
  border: 3px solid #7faaca; }
  .theme-camp .fs_style_47 {
    font-family: "open-sans", sans-serif; }
  .theme-ecc .fs_style_47 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_47 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  .fs_style_47:hover, .fs_style_47:focus {
    background: transparent;
    color: #005695; }
  .fs_style_47 em {
    display: block;
    font-style: normal;
    font-family: "merriweather", Georgia, serif;
    text-transform: none;
    opacity: 0.9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px; }
    .theme-camp .fs_style_47 em {
      font-family: "museo-slab", Georgia, serif;
      text-transform: uppercase;
      font-weight: 500; }
    .theme-ecc .fs_style_47 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0px; }
    .theme-rel .fs_style_47 em {
      font-family: "bree-serif", Georgia, serif; }
    .theme-temple .fs_style_47 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }
  .fs_style_47:hover {
    background: #00588f;
    border-color: #00588f;
    color: #fff; }

#fsBannerLeft .fs_style_34,
#fsBannerLeft .fs_style_35,
#fsBannerLeft .fs_style_36,
#fsBannerLeft .fs_style_37,
#fsBannerLeft .fs_style_42,
#fsBannerLeft .fs_style_43,
#fsBannerLeft .fs_style_44,
#fsBannerLeft .fs_style_45,
#fsBannerLeft .fs_style_46,
#fsBannerLeft .fs_style_47,
#fsBannerLeft .fs_style_49,
#fsBannerLeft .fs_style_57,
#fsBannerLeft .fs_style_58,
#fsBannerLeft .fs_style_59,
#fsBannerRight .fs_style_34,
#fsBannerRight .fs_style_35,
#fsBannerRight .fs_style_36,
#fsBannerRight .fs_style_37,
#fsBannerRight .fs_style_42,
#fsBannerRight .fs_style_43,
#fsBannerRight .fs_style_44,
#fsBannerRight .fs_style_45,
#fsBannerRight .fs_style_46,
#fsBannerRight .fs_style_47,
#fsBannerRight .fs_style_49,
#fsBannerRight .fs_style_57,
#fsBannerRight .fs_style_58,
#fsBannerRight .fs_style_59 {
  display: block;
  width: 100%;
  min-width: 100px; }

.fs_style_42 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #007b84;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 280px;
  text-align: center;
  padding: 33px 20px; }
  .theme-camp .fs_style_42 {
    font-family: "open-sans", sans-serif; }
  .theme-ecc .fs_style_42 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_42 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  .fs_style_42:hover, .fs_style_42:focus {
    background: #004b51;
    color: #fff; }
  .fs_style_42 em {
    display: block;
    font-style: normal;
    font-family: "merriweather", Georgia, serif;
    text-transform: none;
    opacity: 0.9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px; }
    .theme-camp .fs_style_42 em {
      font-family: "museo-slab", Georgia, serif;
      text-transform: uppercase;
      font-weight: 500; }
    .theme-ecc .fs_style_42 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0px; }
    .theme-rel .fs_style_42 em {
      font-family: "bree-serif", Georgia, serif; }
    .theme-temple .fs_style_42 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }

.fs_style_43 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #f3af3f;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 280px;
  text-align: center;
  padding: 33px 20px; }
  .theme-camp .fs_style_43 {
    font-family: "open-sans", sans-serif; }
  .theme-ecc .fs_style_43 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_43 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  .fs_style_43:hover, .fs_style_43:focus {
    background: #f09b0f;
    color: #fff; }
  .fs_style_43 em {
    display: block;
    font-style: normal;
    font-family: "merriweather", Georgia, serif;
    text-transform: none;
    opacity: 0.9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px; }
    .theme-camp .fs_style_43 em {
      font-family: "museo-slab", Georgia, serif;
      text-transform: uppercase;
      font-weight: 500; }
    .theme-ecc .fs_style_43 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0px; }
    .theme-rel .fs_style_43 em {
      font-family: "bree-serif", Georgia, serif; }
    .theme-temple .fs_style_43 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }

.fs_style_44 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #8c6535;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 280px;
  text-align: center;
  padding: 33px 20px; }
  .theme-camp .fs_style_44 {
    font-family: "open-sans", sans-serif; }
  .theme-ecc .fs_style_44 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_44 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  .fs_style_44:hover, .fs_style_44:focus {
    background: #674a27;
    color: #fff; }
  .fs_style_44 em {
    display: block;
    font-style: normal;
    font-family: "merriweather", Georgia, serif;
    text-transform: none;
    opacity: 0.9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px; }
    .theme-camp .fs_style_44 em {
      font-family: "museo-slab", Georgia, serif;
      text-transform: uppercase;
      font-weight: 500; }
    .theme-ecc .fs_style_44 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0px; }
    .theme-rel .fs_style_44 em {
      font-family: "bree-serif", Georgia, serif; }
    .theme-temple .fs_style_44 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }

.fs_style_45 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #bf1a84;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 280px;
  text-align: center;
  padding: 33px 20px; }
  .theme-camp .fs_style_45 {
    font-family: "open-sans", sans-serif; }
  .theme-ecc .fs_style_45 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_45 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  .fs_style_45:hover, .fs_style_45:focus {
    background: #921465;
    color: #fff; }
  .fs_style_45 em {
    display: block;
    font-style: normal;
    font-family: "merriweather", Georgia, serif;
    text-transform: none;
    opacity: 0.9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px; }
    .theme-camp .fs_style_45 em {
      font-family: "museo-slab", Georgia, serif;
      text-transform: uppercase;
      font-weight: 500; }
    .theme-ecc .fs_style_45 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0px; }
    .theme-rel .fs_style_45 em {
      font-family: "bree-serif", Georgia, serif; }
    .theme-temple .fs_style_45 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }

.fs_style_49 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #4a71a0;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 280px;
  text-align: center; }
  .theme-camp .fs_style_49 {
    font-family: "open-sans", sans-serif; }
  .theme-ecc .fs_style_49 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fs_style_49 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  .fs_style_49:hover, .fs_style_49:focus {
    background: #3a587d;
    color: #fff; }
  .fs_style_49 em {
    display: block;
    font-style: normal;
    font-family: "merriweather", Georgia, serif;
    text-transform: none;
    opacity: 0.9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px; }
    .theme-camp .fs_style_49 em {
      font-family: "museo-slab", Georgia, serif;
      text-transform: uppercase;
      font-weight: 500; }
    .theme-ecc .fs_style_49 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0px; }
    .theme-rel .fs_style_49 em {
      font-family: "bree-serif", Georgia, serif; }
    .theme-temple .fs_style_49 em {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }

.fs_style_38 {
  width: 205px;
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin: 0 auto 5px;
  text-decoration: none !important;
  height: 56px;
  padding: 12px 15px 10px; }
  .fs_style_38:hover {
    background: #fff;
    border-color: #fff;
    color: #578126; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: #4a4a4a;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center; }
  .theme-camp .fsStyleDefaultButton {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fsStyleDefaultButton {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fsStyleDefaultButton {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #313131;
    color: #fff; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: #4a4a4a;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center; }
  .theme-camp .fsStyleUpdateButton {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fsStyleUpdateButton {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fsStyleUpdateButton {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #313131;
    color: #fff; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in,
.fs_style_24 {
  font-size: 20px;
  line-height: 30px;
  color: #666666;
  font-family: "merriweather", Georgia, serif; }

blockquote,
.fs_style_25 {
  background: #eeeeee;
  position: relative;
  margin: 35px 0;
  font-size: 1em;
  line-height: 1.5em;
  display: block;
  padding: 40px 30px 45px; }
  blockquote:before,
  .fs_style_25:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: '\201C';
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 70px;
    padding-top: 30px;
    padding-left: 1px;
    font-family: "Montserrat", sans-serif;
    color: #578126; }

cite,
.fs_style_26 {
  display: block;
  margin: 10px 0 0;
  font-style: normal;
  text-align: right; }
  cite:before,
  .fs_style_26:before {
    content: '- '; }

.callout,
.fs_style_27 {
  padding-left: 27px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  border-left: 3px solid #78ac41;
  margin-bottom: 20px;
  margin-top: 10px; }
  .callout.left,
  .fs_style_27.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left,
      .fs_style_27.left {
        width: 50%; } }
  .callout.right,
  .fs_style_27.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right,
      .fs_style_27.right {
        width: 50%; } }

.sidebar-callout {
  border: 1px solid #dddddd;
  border-radius: 2px;
  background: #eeeeee;
  padding: 30px 30px; }

/*! structure - header v0.0.1 */
body:not(.fsComposeMode) .fixed-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 500; }

body.fsAccountBarVisible:not(.fsComposeMode) .fixed-header {
  top: 45px; }

body:not(.fsComposeMode) #fsPageWrapper {
  padding-top: 160px; }

.top-bar {
  background: #578126;
  padding: 0 20px;
  margin-bottom: 0 !important;
  height: 40px; }

.logo-nav-bar {
  background: #fff;
  padding: 0 20px;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #eeeeee;
  height: 120px; }

.hero {
  background-size: cover;
  background-position: center center;
  margin-bottom: 0 !important; }
  .hero img {
    max-height: 445px;
    opacity: 0;
    visibility: hidden;
    display: block; }

.site-info-container {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0 !important;
  display: inline-block;
  max-width: 380px;
  padding: 32px 10px 16px; }
  @media (max-width: 600px) {
    .site-info-container {
      width: 100%; } }
  .site-info-container h1 {
    margin-bottom: 0 !important; }
  .site-info-container a {
    display: block;
    color: transparent; }
    .site-info-container a:hover {
      color: transparent; }

#fsFooter {
  padding: 40px 20px;
  color: #fff;
  background: #578126; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: block; }
    #fsFooter .fsBanner:after {
      content: normal; }
  #fsFooter .nav-social {
    margin-bottom: 20px; }

.footer-container .fsDiv.fsStyleColumn {
  min-height: 380px;
  padding: 0 20px; }
  .footer-container .fsDiv.fsStyleColumn.fsStyleColumn-2 {
    padding: 0 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3); }
    @media (max-width: 899px) {
      .footer-container .fsDiv.fsStyleColumn.fsStyleColumn-2 {
        border: 0px;
        padding: 0 20px;
        min-height: auto; } }
  .footer-container .fsDiv.fsStyleColumn.fsStyleColumn-3 {
    padding: 0 30px; }
    @media (max-width: 899px) {
      .footer-container .fsDiv.fsStyleColumn.fsStyleColumn-3 {
        padding: 0 20px;
        min-height: auto; }
        .footer-container .fsDiv.fsStyleColumn.fsStyleColumn-3 .footer-buttons a {
          display: inline-block; } }

.related-sites header h2.fsElementTitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  color: #fff; }

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

.related-sites ul li {
  margin: 0;
  padding: 0; }

.related-sites ul li {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 5px; }
  .related-sites ul li > a {
    color: rgba(255, 255, 255, 0.9); }
    .related-sites ul li > a:hover {
      color: white; }

.mission {
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px !important; }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    font-family: "merriweather", Georgia, serif;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details a {
    color: inherit; }

.school-details-container {
  margin-bottom: 40px !important; }
  .school-details-container [itemprop='name'] {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .school-details-container [itemprop='address'],
  .school-details-container [itemprop='telephone'],
  .school-details-container [itemprop='faxNumber'],
  .school-details-container [itemprop='email'] {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 5px; }
  .school-details-container [itemprop='telephone'],
  .school-details-container [itemprop='faxNumber'] {
    display: inline-block; }

.footer-badges {
  padding-top: 20px; }
  .footer-badges a {
    display: inline-block;
    vertical-align: bottom;
    opacity: 0.6; }
    .footer-badges a:hover {
      opacity: 1; }
    .footer-badges a img {
      display: block;
      padding: 0 5px; }

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

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

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

body {
  font-size: 16px;
  line-height: 28px;
  color: #4a4a4a; }

.small-header h2.fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  font-family: "merriweather", Georgia, serif;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px; }

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

#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: 73.75em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#fsPageContent {
  width: 100%; }

#fsBannerLeft {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    body:not(.fsHasRightBanner) #fsBannerLeft {
      padding-right: 60px;
      width: 300px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 60px;
      width: 300px; } }

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

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

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 520px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: calc(100% - 640px); } }

#fsBannerRight {
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    body:not(.fsHasLeftBanner) #fsBannerRight {
      padding-left: 40px;
      width: 340px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 900px) {
      .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: 340px; } }

@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% - 300px); } }
  @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% - 300px); } }
  .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% - 280px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 300px); } }
    @media (min-width: 800px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 280px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 300px); } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 280px); } }

.fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 700px) {
    .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 300px;
      padding-right: 60px; } }
  @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: 300px;
      padding-right: 60px;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 2;
      order: 2;
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 60px;
      width: 300px; } }
  @media (min-width: 800px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 60px;
      width: 300px; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
        padding-right: 40px;
        width: 280px; } }

.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% - 340px); } }

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

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

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

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

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

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

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

.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% - 340px); } }
  .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% - 340px); } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      width: calc(100% - 340px); } }
  .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: 3;
  order: 3; }
  @media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 340px;
      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: 340px; } }
  @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: 340px;
      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% - 280px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 300px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 280px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 300px); } }

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

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

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

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

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

.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% - 280px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 300px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 520px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 640px); } }

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

.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% - 340px); } }

.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% - 340px); } }

@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: 340px;
    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: 340px;
    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% - 300px); } }

.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% - 280px); } }

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

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

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

@media (min-width: 700px) {
  .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 300px;
    padding-right: 60px;
    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: 280px;
    padding-right: 40px;
    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: 300px;
    padding-right: 60px;
    margin-bottom: 0; } }

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

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

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

.fsBreadcrumb li {
  display: inline-block; }

#fsHeader .nav-main {
  display: none; }
  @media (min-width: 1100px) {
    #fsHeader .nav-main {
      display: block;
      float: right; } }
  @media (min-width: 980px) {
    #fsHeader .nav-main.temple-main {
      display: block;
      float: right; } }
  @media (min-width: 980px) {
    #fsHeader .nav-main.temple-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      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 #fsHeader .nav-main.temple-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox #fsHeader .nav-main.temple-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox #fsHeader .nav-main.temple-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  @media (min-width: 980px) {
    #fsHeader .nav-main.temple-main .fsNavLevel1 > li {
      -ms-flex: 1 auto;
      flex: 1 auto; } }

.nav-main .fsNavLevel1 {
  position: static !important; }
  .nav-main .fsNavLevel1, .nav-main .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-main .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  @media (min-width: 1100px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      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 {
    height: 119px;
    padding: 25px 10px 20px 30px;
    position: static !important; }
    html.js .nav-main .fsNavLevel1 > li {
      position: relative; }
      html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        max-height: 9999px; }
    html:not(.js) .nav-main .fsNavLevel1 > li {
      position: relative; }
      html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
        max-height: 9999px; }
      @media (max-width: 599px) {
        html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
          max-height: 9999px; } }
    @media (min-width: 1100px) {
      .nav-main .fsNavLevel1 > li {
        -ms-flex: 1 auto;
        flex: 1 auto; } }
    .nav-main .fsNavLevel1 > li > a {
      padding: 20px 2px 20px;
      color: #333333;
      display: block;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Montserrat", sans-serif;
      text-decoration: none !important;
      position: relative; }
      .nav-main .fsNavLevel1 > li > a:focus {
        color: #578126; }
      .nav-main .fsNavLevel1 > li > a:after {
        content: '';
        width: 100%;
        position: absolute;
        bottom: 15px;
        left: 0;
        height: 4px;
        background: #578126;
        opacity: 0;
        transition: opacity 0.3s; }
    .nav-main .fsNavLevel1 > li:hover > a {
      color: #578126; }
      .nav-main .fsNavLevel1 > li:hover > a:after {
        opacity: 1; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #578126; }
      .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
        opacity: 1; }

.nav-main .fsNavPageInfo {
  background: #eeeeee;
  text-align: left;
  z-index: 300;
  width: 100%;
  padding-left: 30%; }
  .nav-main .fsNavPageInfo .fsNavLevel2 {
    display: inline-block;
    vertical-align: top;
    width: 27%;
    margin: 0 -3px;
    padding: 25px 0; }
    .nav-main .fsNavPageInfo .fsNavLevel2 li {
      padding: 0 15px; }
      .nav-main .fsNavPageInfo .fsNavLevel2 li a {
        padding: 10px 5px 7px;
        color: #454545;
        display: block;
        font-size: 16px;
        font-weight: 500;
        font-family: "Montserrat", sans-serif;
        border-bottom: 1px solid #dad6d6;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        position: relative; }
        .nav-main .fsNavPageInfo .fsNavLevel2 li a:hover, .nav-main .fsNavPageInfo .fsNavLevel2 li a:focus {
          color: #629503;
          text-decoration: none; }
  .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; }

.nav-main .fsNavPageDescription {
  min-height: 240px;
  width: 45%;
  display: inline-block;
  vertical-align: top;
  padding: 20px 40px;
  margin: 0 -3px;
  font-size: 16px;
  line-height: 24px; }
  .nav-main .fsNavPageDescription h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    font-family: "merriweather", Georgia, serif;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #578126;
    margin-bottom: 5px; }

.nav-main .fsNavPageThumbnail {
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-position: center;
  background-size: cover; }
  .nav-main .fsNavPageThumbnail img {
    display: block;
    width: 100%;
    opacity: 0;
    visibility: hidden; }

.drawer-ribbon {
  position: fixed;
  top: 0;
  z-index: 999;
  right: 0;
  width: 60px;
  height: 40px; }
  @media (min-width: 1100px) {
    .drawer-ribbon {
      display: none; } }

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

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  top: 0em;
  min-height: 100%;
  max-width: 21.25em;
  background: #333333;
  z-index: 998;
  padding: 40px 10px;
  position: fixed;
  height: 100%;
  overflow: scroll;
  padding-bottom: 100px; }
  .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); }
  .fsMenu .mobile-main-nav {
    padding-bottom: 20px !important; }
    .fsMenu .mobile-main-nav, .fsMenu .mobile-main-nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .fsMenu .mobile-main-nav li {
      margin: 0;
      padding: 0; }
    .fsMenu .mobile-main-nav li.fsNavCurrentPage > a, .fsMenu .mobile-main-nav li.fsNavCurrentPageAncestor > a {
      color: #f3af3f; }
    .fsMenu .mobile-main-nav li > a {
      color: #fff;
      text-transform: uppercase;
      font-size: 18px;
      font-family: "Montserrat", sans-serif;
      padding: 5px 10px;
      display: block; }
  .fsMenu .mobile-util {
    padding-bottom: 20px !important; }
    .fsMenu .mobile-util, .fsMenu .mobile-util ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .fsMenu .mobile-util li {
      margin: 0;
      padding: 0; }
    .fsMenu .mobile-util li.fsNavCurrentPage > a, .fsMenu .mobile-util li.fsNavCurrentPageAncestor > a {
      color: #f3af3f; }
    .fsMenu .mobile-util li > a {
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      padding: 2px 10px;
      display: block; }
    .fsMenu .mobile-util ul.fsNavLevel2 a {
      font-size: 14px;
      text-transform: none;
      color: #e0e5e9;
      padding: 0px 10px 0 20px; }
  .fsMenu .mobile-search form {
    width: 320px;
    border: 1px solid;
    background: #414546; }
  .fsMenu .mobile-search input {
    height: 60px;
    margin-left: -5px;
    border: 0px;
    padding: 10px 10px;
    background: transparent;
    color: #fff; }
  .fsMenu .mobile-search button {
    height: 60px;
    display: inline-block;
    vertical-align: top;
    border: 0;
    padding: 0;
    width: 50px;
    background: transparent;
    font-size: 0;
    position: relative; }
    .fsMenu .mobile-search button:before {
      content: '\e902';
      font-family: "IcoMoon";
      color: #fff;
      font-size: 14px;
      top: 3px;
      right: 0px;
      position: relative; }
  .fsMenu .mobile-social, .fsMenu .mobile-social ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsMenu .mobile-social li {
    margin: 0;
    padding: 0; }
  .fsMenu .mobile-social > header h2.fsElementTitle {
    font-size: 16px;
    color: #e0e5e9;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding: 2px 10px;
    margin-bottom: 0;
    font-weight: 400; }
  .fsMenu .mobile-social ul.fsNavLevel1 {
    padding-left: 10px !important; }
    .fsMenu .mobile-social ul.fsNavLevel1 li > a {
      font-size: 14px;
      text-transform: none;
      color: #e0e5e9;
      padding: 2px 10px; }

.nav-sub {
  background: #f5f5f5;
  border: 1px solid #dddddd; }
  .nav-sub, .nav-sub ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-sub li {
    margin: 0;
    padding: 0; }
  #fsHeader .nav-sub {
    display: block;
    padding: 0 20px;
    background: #fff; }
    @media (min-width: 900px) {
      #fsHeader .nav-sub {
        display: none; } }
  #fsPageBody .nav-sub {
    display: none; }
    @media (min-width: 900px) {
      #fsPageBody .nav-sub {
        display: block; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  @media (max-width: 899px) {
    .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 {
    padding: 5px 0; }
    .nav-sub ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPageAncestor > a {
      color: #629503; }
    .nav-sub ul li a {
      display: block;
      padding: 0;
      color: #4a4a4a;
      text-decoration: none !important;
      font-size: 16px;
      line-height: 30px;
      font-family: "Montserrat", sans-serif; }
      .nav-sub ul li a:hover {
        color: #00588f; }
  .nav-sub .fsNavLevel1 {
    padding: 10px 25px; }
    .nav-sub .fsNavLevel1 > li {
      display: none; }
      .nav-sub .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor {
        display: block; }
      .nav-sub .fsNavLevel1 > li > a {
        color: #333333;
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
        text-transform: uppercase; }
  .nav-sub .fsNavLevel3 {
    padding-left: 20px; }
  .nav-sub .fsNavLevel4 {
    padding-left: 20px; }
  .nav-sub .fsNavLevel5 {
    padding-left: 10px; }
    .nav-sub .fsNavLevel5 > li > a {
      font-size: 14px;
      line-height: 24px; }
  .nav-sub > header {
    display: block; }
    @media (min-width: 900px) {
      .nav-sub > header {
        display: none; } }
    .nav-sub > header > .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 20px;
      line-height: 24px;
      font-family: "merriweather", Georgia, serif;
      font-weight: 700;
      color: #629503;
      margin-bottom: 10px;
      position: relative;
      margin: 0;
      padding: 20px;
      cursor: pointer;
      text-align: center; }
      @media (min-width: 900px) {
        .nav-sub > header > .fsElementTitle {
          cursor: default; } }
      @media (max-width: 899px) {
        .nav-sub > header > .fsElementTitle:after {
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          width: 40px;
          line-height: 40px;
          text-align: center;
          margin-left: 8px;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }
      @media (max-width: 899px) {
        .nav-sub.active-nav > header > .fsElementTitle:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }

.sub-mobile {
  display: none;
  background: #fff;
  padding: 20px; }
  @media (max-width: 1100px) {
    .sub-mobile {
      display: block; } }
  .sub-mobile ul li {
    padding: 5px 0; }
    .sub-mobile ul li.fsNavCurrentPage > a, .sub-mobile ul li.fsNavCurrentPageAncestor > a {
      color: #629503; }
    .sub-mobile ul li a {
      display: block;
      padding: 0;
      color: #4a4a4a;
      text-decoration: none !important;
      font-size: 16px;
      line-height: 30px;
      font-family: "Montserrat", sans-serif; }
      .sub-mobile ul li a:hover {
        color: #00588f; }
  .sub-mobile .fsNavLevel1 {
    padding: 10px 25px; }
    .sub-mobile .fsNavLevel1 > li {
      display: none; }
      .sub-mobile .fsNavLevel1 > li.fsNavCurrentPage, .sub-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor {
        display: block; }
      .sub-mobile .fsNavLevel1 > li > a {
        color: #333333;
        font-weight: 700;
        font-size: 16px;
        line-height: 36px;
        text-transform: uppercase; }
  .sub-mobile .fsNavLevel3 {
    padding-left: 20px; }

.sub-mobile {
  padding: 20px 20px !important;
  border: 0 !important; }
  .sub-mobile > header,
  .sub-mobile > .fsElementContent {
    background: #e0e5e9; }

.nav-social .fsNavPageInfo .fsNavPageDescription {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  width: 50px; }

.nav-social .fsNavLevel1 {
  font-size: 0; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-social .fsNavLevel1 li {
    display: inline-block; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 10px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='tumblr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vine']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 a {
    display: block;
    margin-right: 10px;
    text-decoration: none !important;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    height: 50px;
    width: 50px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #fff;
      font-size: 22px;
      transition: 0.3s all;
      display: block;
      text-decoration: none !important;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .nav-social .fsNavLevel1 a:hover {
      background: #fff;
      border-color: #fff; }
      .nav-social .fsNavLevel1 a:hover:before {
        color: #578126; }

.util-nav {
  margin-bottom: 0 !important;
  padding-right: 52px !important;
  text-align: right;
  font-family: "open-sans", sans-serif;
  display: none; }
  .util-nav, .util-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .util-nav li {
    margin: 0;
    padding: 0; }
  @media (min-width: 1100px) {
    .util-nav {
      display: block; } }
  .util-nav ul.fsNavLevel1 > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    height: 40px; }
    .util-nav ul.fsNavLevel1 > li > a {
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      font-family: "open-sans", sans-serif;
      text-decoration: none !important;
      padding: 6px 15px 6px;
      display: block; }
      .util-nav ul.fsNavLevel1 > li > a:hover {
        background: #2b4013; }
    .util-nav ul.fsNavLevel1 > li.fsNavParentPage {
      position: relative; }
      .util-nav ul.fsNavLevel1 > li.fsNavParentPage > a {
        text-transform: none; }
        .util-nav ul.fsNavLevel1 > li.fsNavParentPage > a:after {
          content: '\e901';
          font-family: "IcoMoon";
          font-size: 12px;
          padding-left: 5px; }
      .util-nav ul.fsNavLevel1 > li.fsNavParentPage:hover .fsNavPageInfo {
        display: block;
        position: absolute;
        min-width: 130px;
        top: 100%;
        background: #eeeeee;
        z-index: 10;
        text-align: left;
        border: 1px solid #dddddd;
        border-top: 0;
        padding: 10px 15px; }
        .util-nav ul.fsNavLevel1 > li.fsNavParentPage:hover .fsNavPageInfo li {
          padding: 3px; }
        .util-nav ul.fsNavLevel1 > li.fsNavParentPage:hover .fsNavPageInfo a {
          font-size: 14px;
          color: #4a4a4a; }
          .util-nav ul.fsNavLevel1 > li.fsNavParentPage:hover .fsNavPageInfo a:hover {
            color: #00588f;
            text-decoration: none; }
      .util-nav ul.fsNavLevel1 > li.fsNavParentPage:hover > a {
        background: #2b4013; }
    .util-nav ul.fsNavLevel1 > li > .fsNavPageInfo {
      display: none; }

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

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

.nav-utility-ftr .fsNavLevel1 li {
  display: inline-block;
  line-height: 24px;
  position: relative;
  padding: 2px 16px 2px 0;
  margin-right: 10px; }
  .nav-utility-ftr .fsNavLevel1 li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    height: 14px;
    width: 1px;
    background: rgba(255, 255, 255, 0.9); }
  .nav-utility-ftr .fsNavLevel1 li:last-child {
    margin-right: 0; }
    .nav-utility-ftr .fsNavLevel1 li:last-child:after {
      display: none; }
  .nav-utility-ftr .fsNavLevel1 li a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 24px; }

.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: #629503; }
  @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 #666666;
    margin: 0 0 .5em 0;
    padding: 0 0 .5em 0; }
  .fsProfileSection .fsProfileSectionData {
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .fsProfileSection .fsProfileSectionData.fsTitle {
      font-weight: normal;
      font-size: 1em; }

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

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

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

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

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

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

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

.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: 3px !important; }
  .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;
      font-size: 18px;
      line-height: 24px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: #333333;
      margin-bottom: 10px;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      margin-bottom: 0px;
      display: block;
      padding: 13px 20px 12px;
      color: #4a4a4a;
      transition: .3s;
      border: 1px solid #eeeeee;
      position: relative; }
      .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
        transition: none; }
    .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
      background: #424242;
      transition: .3s; }
      .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
        color: #fff;
        border-color: #424242;
        transition: .3s; }
    .fsAccordion .fsPanel > header ~ .fsElementContent, .fsTabs .fsPanel > header ~ .fsElementContent {
      border: 1px solid #eeeeee;
      border-top: 0; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #578126; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #fff;
    border-color: #578126; }
    .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";
  font-size: 14px;
  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";
  font-size: 14px;
  content: ""; }

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 50px; }
  .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: 20px; }

.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: #333333; }
      .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: #333333; }

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

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

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

/*! 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 header h2.fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 20px; }

.fsCalendar article {
  position: relative;
  padding-left: 110px;
  min-height: 90px;
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 90px;
  width: 80px;
  color: #4a4a4a;
  background: #fff;
  border: 1px solid #eeeeee; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsMonth {
      background: #578126;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      height: 39px;
      padding-top: 5px; }
      .theme-camp .fsCalendar .fsDate > span.fsMonth {
        background: #007b84; }
      .theme-rel .fsCalendar .fsDate > span.fsMonth {
        background: #2c68a4; }
      .theme-west .fsCalendar .fsDate > span.fsMonth {
        background: #00588f; }
      .theme-ecc .fsCalendar .fsDate > span.fsMonth {
        background: #4a71a0; }
      .theme-temple .fsCalendar .fsDate > span.fsMonth {
        background: #00448b; }
    .fsCalendar .fsDate > span.fsDay {
      background: #fff;
      color: #4a4a4a;
      font-size: 30px;
      font-weight: 400;
      height: 49px;
      padding-top: 10px;
      padding-left: 1px; }
    .fsCalendar .fsDate > span.fsYear {
      display: none; }

.fsCalendar .fsTitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif; }

.fsCalendar .fsTitle a {
  color: #578126; }

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

.fsCalendar footer .fsElementFooterContent {
  border-top: 1px solid #eeeeee;
  padding-top: 5px; }
  .fsCalendar footer .fsElementFooterContent > a {
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #666666; }

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

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(98, 149, 3, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(98, 149, 3, 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(98, 149, 3, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(98, 149, 3, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 5px 20px;
    padding: 13px 20px;
    background: #4a4a4a;
    color: #fff;
    border-radius: 0;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    min-width: 165px;
    text-align: center;
    padding: 10px 20px; }
    .theme-camp .scroll-up span {
      font-family: "open-sans", sans-serif;
      font-weight: 700; }
    .theme-ecc .scroll-up span {
      font-family: "proxima-nova", sans-serif;
      font-weight: 700; }
    .theme-temple .scroll-up span {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #313131;
      color: #fff; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -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; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

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

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

.module {
  background: #629503; }

/*! 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: #00588f;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #73a6d9; }
    .fsComposerFormEmbed form .required {
      color: #629503; }
    .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: #00588f;
        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: #73a6d9;
          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: #629503 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1;
      font-family: "Montserrat", sans-serif !important; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #333333 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Montserrat", 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: rgba(255, 255, 255, 0.5); }

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

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

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
    display: inline-block;
    border: 0;
    margin: 0 5px 20px;
    padding: 13px 20px;
    background: #4a4a4a;
    color: #fff;
    border-radius: 0;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    min-width: 165px;
    text-align: center; }
    .theme-camp .fsLogin .fsLoginMainView .fsLoginSubmit, .theme-camp .fsLogin .fsLoginMainView button, .theme-camp .fsLogin .fsLoginForgotView .fsLoginSubmit, .theme-camp .fsLogin .fsLoginForgotView button, .theme-camp .fsLogin .fsLoginNewView .fsLoginSubmit, .theme-camp .fsLogin .fsLoginNewView button, .theme-camp .fsAccount .fsLoginMainView .fsLoginSubmit, .theme-camp .fsAccount .fsLoginMainView button, .theme-camp .fsAccount .fsLoginForgotView .fsLoginSubmit, .theme-camp .fsAccount .fsLoginForgotView button, .theme-camp .fsAccount .fsLoginNewView .fsLoginSubmit, .theme-camp .fsAccount .fsLoginNewView button {
      font-family: "open-sans", sans-serif;
      font-weight: 700; }
    .theme-ecc .fsLogin .fsLoginMainView .fsLoginSubmit, .theme-ecc .fsLogin .fsLoginMainView button, .theme-ecc .fsLogin .fsLoginForgotView .fsLoginSubmit, .theme-ecc .fsLogin .fsLoginForgotView button, .theme-ecc .fsLogin .fsLoginNewView .fsLoginSubmit, .theme-ecc .fsLogin .fsLoginNewView button, .theme-ecc .fsAccount .fsLoginMainView .fsLoginSubmit, .theme-ecc .fsAccount .fsLoginMainView button, .theme-ecc .fsAccount .fsLoginForgotView .fsLoginSubmit, .theme-ecc .fsAccount .fsLoginForgotView button, .theme-ecc .fsAccount .fsLoginNewView .fsLoginSubmit, .theme-ecc .fsAccount .fsLoginNewView button {
      font-family: "proxima-nova", sans-serif;
      font-weight: 700; }
    .theme-temple .fsLogin .fsLoginMainView .fsLoginSubmit, .theme-temple .fsLogin .fsLoginMainView button, .theme-temple .fsLogin .fsLoginForgotView .fsLoginSubmit, .theme-temple .fsLogin .fsLoginForgotView button, .theme-temple .fsLogin .fsLoginNewView .fsLoginSubmit, .theme-temple .fsLogin .fsLoginNewView button, .theme-temple .fsAccount .fsLoginMainView .fsLoginSubmit, .theme-temple .fsAccount .fsLoginMainView button, .theme-temple .fsAccount .fsLoginForgotView .fsLoginSubmit, .theme-temple .fsAccount .fsLoginForgotView button, .theme-temple .fsAccount .fsLoginNewView .fsLoginSubmit, .theme-temple .fsAccount .fsLoginNewView button {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginMainView button:focus, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:focus, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginForgotView button:focus, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:focus, .fsLogin .fsLoginNewView button:hover, .fsLogin .fsLoginNewView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginMainView button:focus, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:focus, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginForgotView button:focus, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:focus, .fsAccount .fsLoginNewView button:hover, .fsAccount .fsLoginNewView button:focus {
      background: #313131;
      color: #fff; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

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

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

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

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

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

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 5px 20px;
    padding: 13px 20px;
    background: #4a4a4a;
    color: #fff;
    border-radius: 0;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    min-width: 165px;
    text-align: center; }
    .theme-camp .fsAccount .fsAccountLogout a {
      font-family: "open-sans", sans-serif;
      font-weight: 700; }
    .theme-ecc .fsAccount .fsAccountLogout a {
      font-family: "proxima-nova", sans-serif;
      font-weight: 700; }
    .theme-temple .fsAccount .fsAccountLogout a {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #313131;
      color: #fff; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #4a4a4a;
  font-family: "Montserrat", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

.fsCustomSlider .fsElement {
  margin-bottom: 0; }

.fsCustomSlider .slick-next, .fsCustomSlider .slick-prev {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 100%;
  border: none;
  color: transparent;
  height: 80px;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  z-index: 2; }
  .fsCustomSlider .slick-next:before, .fsCustomSlider .slick-prev:before {
    color: #fff;
    display: block;
    font-size: 36px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding-top: 23px; }

.fsCustomSlider .slick-next {
  left: auto;
  right: -40px; }
  .fsCustomSlider .slick-next:before {
    content: '\e90a';
    font-family: "IcoMoon";
    padding-right: 25px; }

.fsCustomSlider .slick-prev {
  left: -40px;
  right: auto; }
  .fsCustomSlider .slick-prev:before {
    content: '\e90b';
    font-family: "IcoMoon";
    padding-left: 25px; }

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #333333;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px; }
  .fsCustomSlider .slider-play-btn:before {
    content: "";
    color: #fff;
    font-size: 16px;
    font-family: "merriweather", Georgia, serif; }

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block; }

.fsCustomSlider.slider-playing .slider-play-btn:before, .fsCustomSlider.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0; }

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .fsCustomSlider .slick-dots, .fsCustomSlider .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsCustomSlider .slick-dots li {
    margin: 0;
    padding: 0; }
  .fsCustomSlider .slick-dots li {
    display: inline-block; }
  .fsCustomSlider .slick-dots li + li {
    margin-left: 6px; }
  .fsCustomSlider .slick-dots button {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 0; }
  .fsCustomSlider .slick-dots .slick-active button {
    background-color: #fff; }

.fsCustomSlider .caption-wrapper {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  background-color: #333333;
  color: #fff;
  text-align: center;
  padding: 20px; }
  .fsCustomSlider .caption-wrapper .caption-inner {
    padding: 10px 10px 30px; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-wrapper {
      padding: 30px 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: transparent; } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

.fsCustomSlider .caption-title {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  font-family: "merriweather", Georgia, serif;
  font-weight: 700;
  color: #629503;
  margin-bottom: 10px;
  color: #fff;
  margin-bottom: 5px; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-title {
      margin-top: 0;
      font-weight: normal;
      font-size: 36px;
      line-height: 46px;
      font-family: "merriweather", Georgia, serif;
      font-weight: 700;
      color: #333333;
      margin-bottom: 10px;
      color: #fff;
      margin-bottom: 0; } }

@media (min-width: 800px) {
  .fsCustomSlider .caption-desc {
    display: block; } }

.fsCustomSlider .caption-desc p:last-child {
  margin-bottom: 0; }

.fsCustomSlider .caption-desc a {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: #fff;
  color: #4a4a4a;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center;
  font-weight: 700;
  border: 2px solid #dddddd;
  display: block;
  max-width: 205px;
  margin: 25px auto 0; }
  .theme-camp .fsCustomSlider .caption-desc a {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .fsCustomSlider .caption-desc a {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .fsCustomSlider .caption-desc a {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .fsCustomSlider .caption-desc a:hover, .fsCustomSlider .caption-desc a:focus {
    background: #e6e6e6;
    color: #4a4a4a; }

.fsCustomSlider .caption-desc:empty {
  display: none; }

.fsNews header h2.fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 20px; }

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

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

.fsNews article {
  padding-bottom: 20px;
  margin-bottom: 22px; }

.fsNews .fsThumbnail {
  width: 100%;
  display: block;
  max-width: 100% !important;
  margin-bottom: 18px; }
  .fsNews .fsThumbnail .fsCroppedImage {
    background-size: cover;
    background-position: top center;
    display: block;
    width: 100%;
    padding-bottom: 175px; }

.fsNews .fsTitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif; }

.fsNews .fsTitle a {
  color: #578126; }

.fsNews footer .fsElementFooterContent {
  margin-top: -15px; }
  .fsNews footer .fsElementFooterContent > a {
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #666666; }

.fsNews.fsList article {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 22px;
  max-width: 400px; }

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

/*! _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 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: #333333 !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #578126;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "Montserrat", 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: #629503;
    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: "Montserrat", sans-serif;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 16px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: black;
      transition: .3s; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

.top-search {
  margin-bottom: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  display: none; }
  @media (min-width: 1100px) {
    .top-search {
      display: block; } }
  .top-search header {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 70px; }
    .top-search header .fsElementHeaderContent {
      margin-bottom: 0; }
      .top-search header .fsElementHeaderContent .open {
        height: 40px;
        display: inline-block;
        vertical-align: top;
        border: 0;
        padding: 0;
        width: 70px;
        background: #578126;
        text-align: center;
        padding-top: 6px;
        cursor: pointer;
        transition: background 0.3s; }
        .top-search header .fsElementHeaderContent .open:hover {
          background: #2b4013; }
        .top-search header .fsElementHeaderContent .open:before {
          content: '\e902';
          font-family: "IcoMoon";
          color: #fff;
          font-size: 14px; }
  .top-search > .fsElementContent .search-wrapper {
    width: 0;
    transition: width 0.3s linear; }
  .top-search.opened > .fsElementContent .search-wrapper {
    width: 360px; }
  .top-search input {
    height: 40px;
    border: 0;
    padding: 10px 20px;
    background: #2b4013;
    width: 300px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 70px;
    color: #fff; }
  .top-search button {
    height: 40px;
    display: inline-block;
    vertical-align: top;
    border: 0;
    padding: 0;
    width: 70px;
    margin-left: -4px;
    background: #629503;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 0.3s; }
    .top-search button:hover {
      background: #2b4013; }
    .top-search button:before {
      content: '\e902';
      font-family: "IcoMoon";
      color: #fff;
      font-size: 14px;
      top: 3px;
      right: 0px;
      position: relative; }

/*! _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 #4a4a4a; }
      .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: #4a4a4a;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "Montserrat", 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: #4a4a4a;
    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: "Montserrat", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: black;
      transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

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

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "Montserrat", 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: #4a4a4a; }
  .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: #333333; }

.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: #00588f !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: #73a6d9 !important; }

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

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: #4a4a4a;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center; }
  .theme-camp .vimeo_view_link a {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .vimeo_view_link a {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .vimeo_view_link a {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #313131;
    color: #fff; }

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

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

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 5px 20px;
  padding: 13px 20px;
  background: #4a4a4a;
  color: #fff;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  min-width: 165px;
  text-align: center; }
  .theme-camp .Youtube_view_link a {
    font-family: "open-sans", sans-serif;
    font-weight: 700; }
  .theme-ecc .Youtube_view_link a {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .theme-temple .Youtube_view_link a {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #313131;
    color: #fff; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none;
    border-bottom: 1px solid #eeeeee; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px;
      border: 1px solid #eeeeee;
      border-bottom: 0; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #333333;
        margin-bottom: 10px;
        text-transform: none;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        margin-bottom: 0px;
        display: block;
        padding: 13px 20px 12px;
        color: #4a4a4a;
        transition: .3s;
        border: 1px solid #eeeeee;
        background: #eeeeee;
        color: #4a4a4a;
        border: 0;
        border-bottom: 5px solid;
        border-color: #eeeeee;
        padding: 12px 20px 10px; }
        .fsTabs .fsTabsNav li a:hover {
          background: #fff;
          color: #629503;
          border-color: #fff; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #fff;
        color: #629503;
        border-color: #629503; }

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

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

.home #fsPageContent > .fsPageLayout > .fsDiv {
  margin-bottom: 0 !important; }

.universal-slideshow {
  margin-bottom: 0 !important; }
  .universal-slideshow .slick-dots {
    display: none !important; }
  @media (max-width: 799px) {
    .universal-slideshow .slick-arrow {
      display: none !important; } }
  .universal-slideshow .caption-wrapper {
    z-index: 2; }
    .universal-slideshow .caption-wrapper .caption-title {
      margin-bottom: 15px; }
  .universal-slideshow article {
    position: relative;
    background-size: cover;
    background-position: top center; }
    .universal-slideshow article:after {
      content: '';
      background-image: url("../images/fixed-horizontal-gradient.png");
      background-size: contain;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 255px;
      background-position: bottom center;
      background-repeat: repeat-x; }
      @media (max-width: 799px) {
        .universal-slideshow article:after {
          display: none; } }
    .universal-slideshow article img {
      display: block;
      width: 100%; }
      @media (min-width: 800px) {
        .universal-slideshow article img {
          opacity: 0;
          visibility: hidden; } }

.home-news {
  background: #f5f5f5;
  padding: 50px 60px; }
  @media (max-width: 799px) {
    .home-news {
      padding: 50px 20px; } }
  .home-news > header {
    text-align: center; }
  .home-news > footer {
    text-align: center; }
    .home-news > footer a.fs_style_30,
    .home-news > footer a.fs_style_31 {
      margin: 10px 5px; }
  .home-news .fsNextButton, .home-news .fsPrevButton {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 100%;
    border: none;
    color: transparent;
    height: 80px;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    z-index: 2; }
    .home-news .fsNextButton:before, .home-news .fsPrevButton:before {
      color: #fff;
      display: block;
      font-size: 36px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      padding-top: 23px; }
    @media (max-width: 799px) {
      .home-news .fsNextButton, .home-news .fsPrevButton {
        display: none !important; } }
  .home-news .fsNextButton {
    left: auto;
    right: -100px; }
    .home-news .fsNextButton:before {
      content: '\e90a';
      font-family: "IcoMoon";
      padding-right: 25px; }
  .home-news .fsPrevButton {
    left: -100px;
    right: auto; }
    .home-news .fsPrevButton:before {
      content: '\e90b';
      font-family: "IcoMoon";
      padding-left: 25px; }
  .home-news .home-post-wrapper {
    position: relative;
    overflow: hidden; }
    @media (max-width: 799px) {
      .home-news .home-post-wrapper {
        max-width: 500px;
        margin: 0 auto; } }
    .home-news .home-post-wrapper:hover .desc-wrapper {
      background: rgba(0, 0, 0, 0.5);
      bottom: 0; }
    .home-news .home-post-wrapper .fsThumbnail.fsPostLink img {
      display: block;
      margin-bottom: 0 !important;
      width: 100%; }
  .home-news .desc-wrapper {
    position: absolute;
    left: 0;
    bottom: -35px;
    padding: 10px 20px;
    z-index: 2;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: bottom 0.15s linear; }
    .home-news .desc-wrapper .fsTitle {
      display: block;
      color: #fff;
      font-size: 18px;
      line-height: 30px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700; }
      .home-news .desc-wrapper .fsTitle a {
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700; }
    .home-news .desc-wrapper a.fsReadMoreLink {
      display: inline-block;
      font-size: 14px;
      line-height: 30px;
      font-weight: 700;
      color: #dddddd;
      text-transform: uppercase; }

.home-buttons {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 75px;
  padding-bottom: 55px; }
  .home-buttons > .fsDiv.fsStyleColumn {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px; }
    .home-buttons > .fsDiv.fsStyleColumn p {
      margin-bottom: 0; }
    .home-buttons > .fsDiv.fsStyleColumn a {
      font-size: 24px;
      line-height: 30px;
      font-weight: 700;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      color: #66982e;
      display: block;
      text-align: center;
      border: 3px solid rgba(87, 129, 38, 0.5);
      padding: 35px 15px 33px;
      text-decoration: none;
      background: #fff;
      transition: all 0.3s; }
      .home-buttons > .fsDiv.fsStyleColumn a:hover {
        background: #66982e;
        border-color: #66982e;
        color: #fff; }

body:not(.fsComposeMode) .programs-container .programs-blurb {
  margin-bottom: 0px !important;
  text-align: center;
  padding: 50px 20px; }
  body:not(.fsComposeMode) .programs-container .programs-blurb header h2.fsElementTitle {
    font-size: 36px;
    line-height: 1em;
    font-weight: 700;
    font-family: "merriweather", Georgia, serif;
    margin-bottom: 20px; }
  body:not(.fsComposeMode) .programs-container .programs-blurb .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    max-width: 1140px;
    font-size: 20px;
    line-height: 30px;
    color: #666666; }

body:not(.fsComposeMode) .programs-container .program-boxes {
  padding: 0 10px;
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 5px; }
  body:not(.fsComposeMode) .programs-container .program-boxes > .fsDiv.fsStyleColumn {
    height: 385px;
    overflow: hidden;
    position: relative;
    padding: 15px !important;
    border-top: 6px solid;
    margin-bottom: 0 !important;
    perspective: 800px;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center center; }
    body:not(.fsComposeMode) .programs-container .program-boxes > .fsDiv.fsStyleColumn .flip {
      transform-style: preserve-3d; }
    body:not(.fsComposeMode) .programs-container .program-boxes > .fsDiv.fsStyleColumn:first-child {
      border-color: #6ea803; }
      body:not(.fsComposeMode) .programs-container .program-boxes > .fsDiv.fsStyleColumn:first-child .flip > footer {
        background: #6ea803; }
    body:not(.fsComposeMode) .programs-container .program-boxes > .fsDiv.fsStyleColumn:nth-child(2) {
      border-color: #005695; }
      body:not(.fsComposeMode) .programs-container .program-boxes > .fsDiv.fsStyleColumn:nth-child(2) .flip > footer {
        background: #005695; }
    body:not(.fsComposeMode) .programs-container .program-boxes > .fsDiv.fsStyleColumn:nth-child(3) {
      border-color: #794c8b; }
      body:not(.fsComposeMode) .programs-container .program-boxes > .fsDiv.fsStyleColumn:nth-child(3) .flip > footer {
        background: #794c8b; }
    body:not(.fsComposeMode) .programs-container .program-boxes > .fsDiv.fsStyleColumn:last-child {
      border-color: #ba8747; }
      body:not(.fsComposeMode) .programs-container .program-boxes > .fsDiv.fsStyleColumn:last-child .flip > footer {
        background: #ba8747; }
    body:not(.fsComposeMode) .programs-container .program-boxes > .fsDiv.fsStyleColumn:hover .flip {
      transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -o-transform: rotateY(180deg); }

body:not(.fsComposeMode) .programs-container .default {
  height: 385px;
  margin-bottom: 0 !important; }
  body:not(.fsComposeMode) .programs-container .default header {
    z-index: 2;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    body:not(.fsComposeMode) .programs-container .default header h2.fsElementTitle {
      color: #fff;
      margin-bottom: 0px;
      text-align: center;
      font-size: 30px;
      line-height: 36px;
      font-weight: 700;
      font-family: "Montserrat", sans-serif;
      text-shadow: 0 3px 4px rgba(0, 0, 0, 0.35); }
  body:not(.fsComposeMode) .programs-container .default .fsElementContent {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    body:not(.fsComposeMode) .programs-container .default .fsElementContent img {
      display: none; }

body:not(.fsComposeMode) .programs-container .flip {
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 0.6s; }
  body:not(.fsComposeMode) .programs-container .flip > footer,
  body:not(.fsComposeMode) .programs-container .flip > header {
    margin: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden; }
  body:not(.fsComposeMode) .programs-container .flip > header {
    background: transparent; }
  body:not(.fsComposeMode) .programs-container .flip > footer {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    padding: 20px 30px;
    color: #fff;
    text-align: center; }
    body:not(.fsComposeMode) .programs-container .flip > footer a {
      display: inline-block;
      border: 0;
      margin: 0 5px 20px;
      padding: 13px 20px;
      background: #fff;
      color: #4a4a4a;
      border-radius: 0;
      text-decoration: none !important;
      font-size: 15px;
      line-height: 24px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      min-width: 165px;
      text-align: center;
      font-weight: 700;
      border: 2px solid #dddddd;
      display: block;
      max-width: 200px;
      margin: 20px auto 0;
      width: 100%; }
      .theme-camp body:not(.fsComposeMode) .programs-container .flip > footer a {
        font-family: "open-sans", sans-serif;
        font-weight: 700; }
      .theme-ecc body:not(.fsComposeMode) .programs-container .flip > footer a {
        font-family: "proxima-nova", sans-serif;
        font-weight: 700; }
      .theme-temple body:not(.fsComposeMode) .programs-container .flip > footer a {
        font-family: "proxima-nova", sans-serif;
        font-weight: 400; }
      body:not(.fsComposeMode) .programs-container .flip > footer a:hover, body:not(.fsComposeMode) .programs-container .flip > footer a:focus {
        background: #e6e6e6;
        color: #4a4a4a; }
    body:not(.fsComposeMode) .programs-container .flip > footer .fsElementFooterContent {
      margin-top: 0;
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  body:not(.fsComposeMode) .programs-container .flip .flip-footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 30px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body:not(.fsComposeMode) .programs-container .flip > footer, body:not(.fsComposeMode) .programs-container .flip > header {
    backface-visibility: visible !important; }
  body:not(.fsComposeMode) .programs-container .flip > footer {
    transform: rotateY(0deg) !important;
    opacity: 0 !important;
    transition: opacity 0.25s linear !important; }
  body:not(.fsComposeMode) .programs-container .program-boxes > .fsDiv.fsStyleColumn:hover .flip {
    transform: rotateY(0deg) !important; }
    body:not(.fsComposeMode) .programs-container .program-boxes > .fsDiv.fsStyleColumn:hover .flip > footer {
      opacity: 1 !important; } }

.home-welcome {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  max-width: 1080px;
  padding: 50px 20px;
  text-align: center; }
  .home-welcome > .fsElementContent {
    font-size: 22px;
    line-height: 36px; }

.camp-box-layout,
.brawerman-box-layout,
.ecc-box-layout {
  margin: 0 !important; }
  .camp-box-layout > .fsDiv,
  .brawerman-box-layout > .fsDiv,
  .ecc-box-layout > .fsDiv {
    padding: 0 !important;
    margin-bottom: 0 !important; }

@media (min-width: 700px) {
  .camp-box-layout > .fsDiv {
    width: 50%;
    float: left; } }

body:not(.fsComposeMode) .camp-container {
  height: 560px;
  padding: 0;
  text-align: center;
  position: relative;
  padding: 20px 0;
  background-size: cover;
  background-position: top center; }
  body:not(.fsComposeMode) .camp-container:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1; }
  body:not(.fsComposeMode) .camp-container > .fsElementContent {
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
  body:not(.fsComposeMode) .camp-container .box-title {
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
    padding: 0 20px; }
    body:not(.fsComposeMode) .camp-container .box-title h3 {
      font-size: 36px;
      font-weight: 700;
      font-family: "open-sans", sans-serif;
      text-transform: uppercase;
      color: #fff;
      position: relative;
      padding-bottom: 15px; }
      @media (max-width: 699px) {
        body:not(.fsComposeMode) .camp-container .box-title h3 {
          font-size: 24px;
          line-height: 28px; } }
      body:not(.fsComposeMode) .camp-container .box-title h3:after {
        content: '';
        width: 60px;
        height: 4px;
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        bottom: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  body:not(.fsComposeMode) .camp-container .box-desc {
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    padding: 0 60px; }
    @media (max-width: 900px) {
      body:not(.fsComposeMode) .camp-container .box-desc {
        padding: 0 30px; } }
    body:not(.fsComposeMode) .camp-container .box-desc p {
      font-size: 24px;
      line-height: 38px;
      font-weight: 600;
      font-family: "open-sans", sans-serif;
      color: #fff;
      margin-bottom: 0; }
      @media (max-width: 900px) {
        body:not(.fsComposeMode) .camp-container .box-desc p {
          font-size: 18px;
          line-height: 28px; } }
    body:not(.fsComposeMode) .camp-container .box-desc a {
      display: inline-block;
      border: 0;
      margin: 0 5px 20px;
      padding: 13px 20px;
      background: #fff;
      color: #4a4a4a;
      border-radius: 0;
      text-decoration: none !important;
      font-size: 15px;
      line-height: 24px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      min-width: 165px;
      text-align: center;
      font-weight: 700;
      border: 2px solid #dddddd;
      display: block;
      max-width: 205px;
      margin: 25px auto 0; }
      .theme-camp body:not(.fsComposeMode) .camp-container .box-desc a {
        font-family: "open-sans", sans-serif;
        font-weight: 700; }
      .theme-ecc body:not(.fsComposeMode) .camp-container .box-desc a {
        font-family: "proxima-nova", sans-serif;
        font-weight: 700; }
      .theme-temple body:not(.fsComposeMode) .camp-container .box-desc a {
        font-family: "proxima-nova", sans-serif;
        font-weight: 400; }
      body:not(.fsComposeMode) .camp-container .box-desc a:hover, body:not(.fsComposeMode) .camp-container .box-desc a:focus {
        background: #e6e6e6;
        color: #4a4a4a; }
      @media (max-width: 900px) {
        body:not(.fsComposeMode) .camp-container .box-desc a {
          margin: 15px auto 0; } }
  body:not(.fsComposeMode) .camp-container:hover:after {
    background: rgba(0, 0, 0, 0.5); }
  body:not(.fsComposeMode) .camp-container:hover .box-title {
    opacity: 0;
    visibility: hidden; }
  body:not(.fsComposeMode) .camp-container:hover .box-desc {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 699px) {
    body:not(.fsComposeMode) .camp-container:after {
      background: rgba(0, 0, 0, 0.5); }
    body:not(.fsComposeMode) .camp-container .box-title {
      opacity: 1 !important;
      visibility: visible !important;
      position: relative;
      top: initial;
      -ms-transform: none;
      transform: none; }
    body:not(.fsComposeMode) .camp-container .box-desc {
      opacity: 1;
      visibility: visible;
      position: relative;
      top: initial;
      -ms-transform: none;
      transform: none; } }

@media (min-width: 700px) {
  .brawerman-box-layout > .fsDiv {
    width: 50%;
    float: left; } }

body:not(.fsComposeMode) .brawerman-container {
  height: 560px;
  padding: 0;
  text-align: center;
  position: relative;
  padding: 20px 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }
  body:not(.fsComposeMode) .brawerman-container:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: background 0.35s; }
  body:not(.fsComposeMode) .brawerman-container > .fsElementContent {
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    top: 85%;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 2;
    transition: all 0.35s; }
  body:not(.fsComposeMode) .brawerman-container .box-title {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 0 20px; }
    body:not(.fsComposeMode) .brawerman-container .box-title h3 {
      font-size: 30px;
      font-weight: 700;
      font-family: "open-sans", sans-serif;
      color: #fff;
      position: relative;
      padding-bottom: 15px; }
      @media (max-width: 800px) {
        body:not(.fsComposeMode) .brawerman-container .box-title h3 {
          font-size: 24px;
          line-height: 28px; } }
      body:not(.fsComposeMode) .brawerman-container .box-title h3:after {
        content: '';
        width: 60px;
        height: 4px;
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        bottom: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  body:not(.fsComposeMode) .brawerman-container .box-desc {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0 60px;
    transition: all 0.35s; }
    @media (max-width: 800px) {
      body:not(.fsComposeMode) .brawerman-container .box-desc {
        padding: 0 30px; } }
    body:not(.fsComposeMode) .brawerman-container .box-desc p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      font-family: "Montserrat", sans-serif;
      color: #fff;
      margin-bottom: 0; }
      @media (max-width: 800px) {
        body:not(.fsComposeMode) .brawerman-container .box-desc p {
          font-size: 14px;
          line-height: 22px; } }
    body:not(.fsComposeMode) .brawerman-container .box-desc a {
      display: inline-block;
      border: 0;
      margin: 0 5px 20px;
      padding: 13px 20px;
      background: #fff;
      color: #4a4a4a;
      border-radius: 0;
      text-decoration: none !important;
      font-size: 15px;
      line-height: 24px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      min-width: 165px;
      text-align: center;
      font-weight: 700;
      border: 2px solid #dddddd;
      display: block;
      max-width: 205px;
      margin: 25px auto 0;
      font-family: "open-sans", sans-serif; }
      .theme-camp body:not(.fsComposeMode) .brawerman-container .box-desc a {
        font-family: "open-sans", sans-serif;
        font-weight: 700; }
      .theme-ecc body:not(.fsComposeMode) .brawerman-container .box-desc a {
        font-family: "proxima-nova", sans-serif;
        font-weight: 700; }
      .theme-temple body:not(.fsComposeMode) .brawerman-container .box-desc a {
        font-family: "proxima-nova", sans-serif;
        font-weight: 400; }
      body:not(.fsComposeMode) .brawerman-container .box-desc a:hover, body:not(.fsComposeMode) .brawerman-container .box-desc a:focus {
        background: #e6e6e6;
        color: #4a4a4a; }
      @media (max-width: 800px) {
        body:not(.fsComposeMode) .brawerman-container .box-desc a {
          margin: 15px auto 0; } }
  body:not(.fsComposeMode) .brawerman-container:hover.west:after {
    background: #00588f; }
  body:not(.fsComposeMode) .brawerman-container:hover.east:after {
    background: #578126; }
  body:not(.fsComposeMode) .brawerman-container:hover > .fsElementContent {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  body:not(.fsComposeMode) .brawerman-container:hover .box-desc {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 800px) {
    body:not(.fsComposeMode) .brawerman-container.west:after {
      background: rgba(0, 88, 143, 0.85) !important; }
    body:not(.fsComposeMode) .brawerman-container.east:after {
      background: rgba(87, 129, 38, 0.85) !important; }
    body:not(.fsComposeMode) .brawerman-container > .fsElementContent {
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    body:not(.fsComposeMode) .brawerman-container .box-desc {
      opacity: 1;
      visibility: visible; } }

body:not(.fsComposeMode) .ecc-container {
  height: 390px;
  padding: 0;
  text-align: center;
  position: relative;
  padding: 20px 0;
  overflow: hidden;
  background-size: cover;
  background-position: top center; }
  body:not(.fsComposeMode) .ecc-container.blue {
    border-top: 4px solid #4a71a0; }
  body:not(.fsComposeMode) .ecc-container.green {
    border-top: 4px solid #578126; }
  body:not(.fsComposeMode) .ecc-container:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: background 0.45s; }
  body:not(.fsComposeMode) .ecc-container > .fsElementContent {
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    transition: all 0.45s; }
  body:not(.fsComposeMode) .ecc-container .box-title {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 0 20px; }
    body:not(.fsComposeMode) .ecc-container .box-title h3 {
      font-size: 30px;
      font-weight: 700;
      font-family: "open-sans", sans-serif;
      color: #fff;
      position: relative;
      padding-bottom: 15px; }
      body:not(.fsComposeMode) .ecc-container .box-title h3:after {
        content: '';
        width: 60px;
        height: 4px;
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        bottom: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  body:not(.fsComposeMode) .ecc-container .box-desc {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0 60px;
    height: auto;
    max-height: 0;
    transition: all 0.45s; }
    body:not(.fsComposeMode) .ecc-container .box-desc p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      font-family: "Montserrat", sans-serif;
      color: #fff;
      margin-bottom: 0; }
    body:not(.fsComposeMode) .ecc-container .box-desc a {
      display: inline-block;
      border: 0;
      margin: 0 5px 20px;
      padding: 13px 20px;
      background: #fff;
      color: #4a4a4a;
      border-radius: 0;
      text-decoration: none !important;
      font-size: 15px;
      line-height: 24px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      min-width: 165px;
      text-align: center;
      font-weight: 700;
      border: 2px solid #dddddd;
      display: block;
      max-width: 205px;
      margin: 25px auto 0;
      font-family: "open-sans", sans-serif; }
      .theme-camp body:not(.fsComposeMode) .ecc-container .box-desc a {
        font-family: "open-sans", sans-serif;
        font-weight: 700; }
      .theme-ecc body:not(.fsComposeMode) .ecc-container .box-desc a {
        font-family: "proxima-nova", sans-serif;
        font-weight: 700; }
      .theme-temple body:not(.fsComposeMode) .ecc-container .box-desc a {
        font-family: "proxima-nova", sans-serif;
        font-weight: 400; }
      body:not(.fsComposeMode) .ecc-container .box-desc a:hover, body:not(.fsComposeMode) .ecc-container .box-desc a:focus {
        background: #e6e6e6;
        color: #4a4a4a; }
  body:not(.fsComposeMode) .ecc-container:hover.blue:after {
    background: #4a71a0; }
  body:not(.fsComposeMode) .ecc-container:hover.green:after {
    background: #578126; }
  body:not(.fsComposeMode) .ecc-container:hover > .fsElementContent {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  body:not(.fsComposeMode) .ecc-container:hover .box-desc {
    opacity: 1;
    visibility: visible;
    max-height: 999px; }

.camp-home-buttons {
  margin-bottom: 0;
  padding: 90px 20px 50px;
  text-align: Center; }
  .camp-home-buttons a {
    max-width: 280px;
    width: 25%;
    min-width: 0;
    margin: 0 10px 20px; }
    @media (max-width: 1000px) {
      .camp-home-buttons a {
        width: 50%; } }
    @media (max-width: 600px) {
      .camp-home-buttons a {
        width: 100%; } }
  @media (max-width: 1000px) {
    .camp-home-buttons > .fsElementContent {
      max-width: 700px;
      margin: 0 auto; } }
  @media (max-width: 600px) {
    .camp-home-buttons > .fsElementContent {
      max-width: 100%;
      margin: 0 auto; } }

.camp-feeds-slider {
  background: #f5f5f5;
  padding: 50px 0 40px; }
  .camp-feeds-slider header {
    padding: 0 20px; }
    .camp-feeds-slider header h2.fsElementTitle {
      text-transform: uppercase;
      text-align: center; }
  .camp-feeds-slider footer {
    padding: 0 20px;
    text-align: center; }
    .camp-feeds-slider footer a {
      margin: 0 5px 0; }
  .camp-feeds-slider > .fsElementContent ul.slider {
    padding: 50px 60px;
    position: relative; }
  .camp-feeds-slider .slick-list {
    max-width: 1200px;
    margin: 0 auto; }
  .camp-feeds-slider .slick-next, .camp-feeds-slider .slick-prev {
    background: rgba(0, 0, 0, 0.8) !important;
    border-radius: 100% !important;
    border: none !important;
    color: transparent !important;
    height: 80px !important;
    padding: 0 !important;
    position: absolute !important;
    top: 50% !important;
    bottom: initial !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    width: 80px !important;
    z-index: 2 !important; }
    .camp-feeds-slider .slick-next:before, .camp-feeds-slider .slick-prev:before {
      color: #fff;
      display: block;
      font-size: 36px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      padding-top: 23px; }
  .camp-feeds-slider .slick-next {
    left: auto !important;
    right: -40px !important; }
    .camp-feeds-slider .slick-next:before {
      content: '\e90a';
      font-family: "IcoMoon";
      padding-right: 25px; }
  .camp-feeds-slider .slick-prev {
    left: -40px !important;
    right: auto !important; }
    .camp-feeds-slider .slick-prev:before {
      content: '\e90b';
      font-family: "IcoMoon";
      padding-left: 25px; }
  .camp-feeds-slider li.feed-item {
    display: block;
    margin: 0 10px;
    background: #fff; }
    .camp-feeds-slider li.feed-item .j-text,
    .camp-feeds-slider li.feed-item .j-text p {
      color: #000 !important; }

.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: 66.66667%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 33.33333%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 16.66667%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #578126;
      color: #578126; }
      .colors ol li:nth-of-type(1):after {
        content: "#578126"; }
    .colors ol li:nth-of-type(2) {
      background: #629503;
      color: #629503; }
      .colors ol li:nth-of-type(2):after {
        content: "#629503"; }
    .colors ol li:nth-of-type(3) {
      background: #00588f;
      color: #00588f; }
      .colors ol li:nth-of-type(3):after {
        content: "#00588f"; }
    .colors ol li:nth-of-type(4) {
      background: #73a6d9;
      color: #73a6d9; }
      .colors ol li:nth-of-type(4):after {
        content: "#73a6d9"; }
    .colors ol li:nth-of-type(5) {
      background: #8c6535;
      color: #8c6535; }
      .colors ol li:nth-of-type(5):after {
        content: "#8c6535"; }
    .colors ol li:nth-of-type(6) {
      background: #ba8747;
      color: #ba8747; }
      .colors ol li:nth-of-type(6):after {
        content: "#ba8747"; }

.camp-colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .camp-colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .camp-colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 80%; }
    @media (min-width: 600px) {
      .camp-colors ol li {
        width: 40%; } }
    @media (min-width: 1180px) {
      .camp-colors ol li {
        margin-bottom: 0;
        width: 20%; } }
    .camp-colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .camp-colors ol li:nth-of-type(1) {
      background: #007b84;
      color: #007b84; }
      .camp-colors ol li:nth-of-type(1):after {
        content: "#007b84"; }
    .camp-colors ol li:nth-of-type(2) {
      background: #f3af3f;
      color: #f3af3f; }
      .camp-colors ol li:nth-of-type(2):after {
        content: "#f3af3f"; }
    .camp-colors ol li:nth-of-type(3) {
      background: #bf1a84;
      color: #bf1a84; }
      .camp-colors ol li:nth-of-type(3):after {
        content: "#bf1a84"; }
    .camp-colors ol li:nth-of-type(4) {
      background: #8c6535;
      color: #8c6535; }
      .camp-colors ol li:nth-of-type(4):after {
        content: "#8c6535"; }
    .camp-colors ol li:nth-of-type(5) {
      background: #777070;
      color: #777070; }
      .camp-colors ol li:nth-of-type(5):after {
        content: "#777070"; }

.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: "merriweather", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "merriweather, Georgia, serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: "museo-slab", Georgia, serif; }
      .fonts ol li:nth-of-type(2):after {
        content: "museo-slab, Georgia, serif"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Montserrat", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Montserrat, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "open-sans", sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "open-sans, sans-serif"; }
    .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(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .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: 40px / line: 55px"; }

.headers h2:after {
  content: " size: 36px / line: 46px"; }

.headers h3:after {
  content: " size: 30px / line: 36px"; }

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

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

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

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  #fsHeader {
    border-bottom: 2px solid #000; }
    #fsHeader .site-name {
      margin-top: 0;
      font-weight: normal;
      font-size: 40px;
      line-height: 55px;
      font-family: "merriweather", Georgia, serif;
      font-weight: 700;
      color: #629503;
      margin-bottom: 10px; }
  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important; }
  a, a:visited {
    text-decoration: underline; }
  dl dd {
    margin-left: 0; }
  div, dl, li {
    height: auto !important;
    height: 1%; }
  thead {
    display: table-header-group; }
  tr, img, h2, h3, pre, blockquote {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; } }

body h1, body h3, body h5 {
  color: #00448b; }

.top-bar {
  background: #00448b; }

.top-search header .fsElementHeaderContent .open {
  background: #00448b; }
  .top-search header .fsElementHeaderContent .open:hover {
    background: #002b58; }

.top-search input {
  background: #002b58; }

.top-search button {
  background: #00448b; }
  .top-search button:hover {
    background: #002b58; }

.util-nav ul.fsNavLevel1 > li > a:hover {
  background: #002b58; }

.util-nav ul.fsNavLevel1 > li.fsNavParentPage:hover > a {
  background: #002b58; }

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #00448b; }

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPageAncestor"] > a {
  color: #00448b; }

.nav-main .fsNavLevel1 > li > a:focus {
  color: #00448b; }

.nav-main .fsNavLevel1 > li > a:after {
  background: #00448b; }

.nav-main .fsNavLevel1 > li:hover {
  color: #00448b; }
  .nav-main .fsNavLevel1 > li:hover > a {
    color: #00448b; }

.nav-main .fsNavPageDescription h2 {
  color: #00448b; }

.nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
  color: #00448b; }

.nav-social .fsNavLevel1 a:hover:before {
  color: #00448b; }

.nav-sub ul li.fsNavCurrentPage > a,
.nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #00448b; }

.nav-sub > header > .fsElementTitle {
  color: #00448b; }

.fs_style_38:hover {
  color: #00448b; }

.fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
table.styled th,
.fs_style_32 th,
.fs_style_33 th {
  background: #00448b; }

.fs_style_33 tr:first-child td {
  background: #00448b; }

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs .fsPanel.fsStateOpen > header {
  background: #00448b; }
  .fsAccordion .fsPanel.fsStateOpen > header h2,
  .fsTabs .fsPanel.fsStateOpen > header h2 {
    border-color: #00448b; }

.fsTabs .fsTabsNav li a:hover {
  color: #00448b; }

.fsTabs .fsTabsNav li.fsStateSelected a {
  color: #00448b;
  border-color: #00448b; }

.fsCalendar .fsTitle a {
  color: #00448b; }

.fsNews .fsTitle a {
  color: #00448b; }

#fsFooter {
  background: #00448b; }

body {
  font-family: "proxima-nova", sans-serif; }
  body:not(.fsComposeMode) #fsPageWrapper {
    padding-top: 0px; }
  body h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    color: #333333; }
  body h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400; }
  body h3 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  body h4 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  body h5 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  body h6 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    text-transform: none; }

.drawer-ribbon {
  position: fixed;
  top: 0;
  z-index: 980;
  right: 0;
  width: 100%;
  height: 60px;
  background: #00448b;
  margin-bottom: 0; }
  @media (min-width: 980px) {
    .drawer-ribbon {
      display: none; } }
  .drawer-ribbon .drawer-trigger {
    max-width: 70px;
    border-left: 1px solid rgba(255, 255, 255, 0.5); }
    .drawer-ribbon .drawer-trigger:before, .drawer-ribbon .drawer-trigger:after {
      width: 20px; }

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

.fsMenu {
  top: 60px;
  padding: 10px 0px 100px;
  width: 320px;
  background: #06396f; }
  .fsMenu .mobile-search {
    padding: 0px 20px 0px; }
    .fsMenu .mobile-search form {
      width: 280px;
      border: 0;
      border-radius: 40px;
      background: #fff; }
    .fsMenu .mobile-search button {
      height: 40px; }
      .fsMenu .mobile-search button:before {
        color: #4a4a4a; }
    .fsMenu .mobile-search input {
      height: 40px;
      color: #4a4a4a; }

.mobile-main-nav {
  display: block;
  position: relative;
  margin-top: 0px; }
  .mobile-main-nav header > .fsElementHeaderContent a {
    padding: 11px 0 11px 18px;
    display: block;
    color: #fefefe;
    margin-right: 40px;
    font-size: 14px;
    font-weight: 600; }
  .mobile-main-nav ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px; }
    .mobile-main-nav ul li {
      padding: 0; }
      .mobile-main-nav ul li.fsNavParentPage {
        position: relative; }
        .mobile-main-nav ul li.fsNavParentPage .drop-trigger {
          color: #fff;
          cursor: pointer;
          width: 65px;
          height: 38px;
          padding-top: 8px;
          padding-right: 2px;
          position: absolute;
          right: 0;
          top: 0;
          text-align: left; }
          .mobile-main-nav ul li.fsNavParentPage .drop-trigger:before {
            content: '\e911';
            font-family: "IcoMoon";
            color: #fff;
            position: absolute;
            right: 35px;
            top: 7px; }
          .mobile-main-nav ul li.fsNavParentPage .drop-trigger.expanded:before {
            content: '\e910'; }
        .mobile-main-nav ul li.fsNavParentPage .fsNavPageInfo {
          display: none; }
        .mobile-main-nav ul li.fsNavParentPage > a {
          position: relative; }
          .mobile-main-nav ul li.fsNavParentPage > a:after {
            content: '';
            position: absolute;
            height: 100%;
            width: 1px;
            background: rgba(255, 255, 255, 0.2);
            right: 0px;
            top: 0; }
      .mobile-main-nav ul li.fsNavCurrentPage > .fsNavPageInfo, .mobile-main-nav ul li.fsNavCurrentPageAncestor > .fsNavPageInfo {
        display: block; }
      .mobile-main-nav ul li > a {
        padding: 11px 0 11px 18px;
        display: block;
        color: #fefefe;
        margin-right: 65px;
        font-size: 14px;
        font-weight: 600;
        font-family: "proxima-nova", sans-serif; }
  .mobile-main-nav ul.fsNavLevel1 > li > .drop-trigger {
    height: 46px; }
    .mobile-main-nav ul.fsNavLevel1 > li > .drop-trigger:before {
      top: 10px; }
  .mobile-main-nav ul.fsNavLevel1 > li > a {
    color: #fff !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    padding: 12px 10px 12px 30px; }
  .mobile-main-nav ul.fsNavLevel1 > li.active > a {
    color: #86a6c8 !important; }
  .mobile-main-nav ul.fsNavLevel2 {
    background: #0b294a; }
    .mobile-main-nav ul.fsNavLevel2 > li > a {
      font-size: 16px;
      color: #fff;
      font-family: "proxima-nova", sans-serif;
      padding: 5px 10px 5px 30px;
      text-transform: none; }
    .mobile-main-nav ul.fsNavLevel2 > li.active > a {
      color: #86a6c8 !important; }
  .mobile-main-nav ul.fsNavLevel3 {
    background: #3e2870; }
    .mobile-main-nav ul.fsNavLevel3 > li {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .mobile-main-nav ul.fsNavLevel3 > li > a {
        font-size: 14px;
        color: #fff;
        font-family: "proxima-nova", sans-serif;
        padding: 5px 10px 5px 30px;
        text-transform: none; }
        .mobile-main-nav ul.fsNavLevel3 > li > a:after {
          background: rgba(255, 255, 255, 0.2); }
      .mobile-main-nav ul.fsNavLevel3 > li.active > a {
        color: #86a6c8 !important; }
  .mobile-main-nav ul.fsNavLevel4 {
    background: #333333; }
    .mobile-main-nav ul.fsNavLevel4 > li {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .mobile-main-nav ul.fsNavLevel4 > li > a {
        font-size: 14px;
        color: #fff;
        font-family: "proxima-nova", sans-serif;
        padding: 5px 10px 5px 30px;
        text-transform: none; }
        .mobile-main-nav ul.fsNavLevel4 > li > a:after {
          background: rgba(255, 255, 255, 0.2); }
      .mobile-main-nav ul.fsNavLevel4 > li.active > a {
        color: #86a6c8 !important; }
  .mobile-main-nav ul.fsNavLevel5 {
    background: #629503; }
    .mobile-main-nav ul.fsNavLevel5 > li {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .mobile-main-nav ul.fsNavLevel5 > li > a {
        font-size: 14px;
        color: #fff;
        font-family: "proxima-nova", sans-serif;
        padding: 5px 10px 5px 30px;
        text-transform: none; }
        .mobile-main-nav ul.fsNavLevel5 > li > a:after {
          background: rgba(255, 255, 255, 0.2); }
      .mobile-main-nav ul.fsNavLevel5 > li.active > a {
        color: #86a6c8 !important; }

.mobile-util-links {
  padding: 0 30px; }
  .mobile-util-links a {
    display: block;
    color: #dddddd;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    padding: 5px 0; }

.mobile-donate {
  padding: 0 30px; }
  .mobile-donate a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    border: 1px solid #fff;
    width: 105px;
    text-align: center;
    padding: 7px 10px; }

input::-moz-placeholder {
  font-size: 16px !important;
  line-height: 32px;
  color: #a3a3a3; }

input:-ms-input-placeholder {
  font-size: 16px !important;
  line-height: 32px;
  color: #a3a3a3; }

input::placeholder {
  font-size: 16px !important;
  line-height: 32px;
  color: #a3a3a3; }

.temple-search:not(.site-search) {
  display: inline-block;
  margin-bottom: 0 !important;
  height: 33px;
  position: relative; }
  .temple-search:not(.site-search) > header {
    margin-left: 15px;
    padding-right: 5px; }
    .temple-search:not(.site-search) > header .fsElementHeaderContent {
      margin-bottom: 0 !important; }
      .temple-search:not(.site-search) > header .fsElementHeaderContent button {
        font-size: 0;
        border: 0;
        padding: 0;
        background: transparent;
        width: 17px; }
        .temple-search:not(.site-search) > header .fsElementHeaderContent button:before {
          content: '\e902';
          font-family: "IcoMoon";
          font-size: 18px;
          color: #fff;
          position: relative;
          top: 2px; }
        .temple-search:not(.site-search) > header .fsElementHeaderContent button.open:before {
          content: '\e90f'; }
  .temple-search:not(.site-search) > .fsElementContent {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 999; }
  .temple-search:not(.site-search).opened > .fsElementContent {
    opacity: 1;
    visibility: visible; }
  .temple-search:not(.site-search) form.gsc-search-box-tools {
    width: 325px; }
    .temple-search:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0; }
      .temple-search:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .temple-search: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: 60px !important;
          color: #4a4a4a;
          padding-left: 20px !important;
          padding-right: 50px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 16px;
          font-family: "proxima-nova", sans-serif;
          line-height: 30px; }
    .temple-search:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 60px !important;
      width: 40px;
      background: #fff;
      position: absolute;
      right: 0;
      top: 0;
      transition: .3s; }
      .temple-search:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: '\e902';
        color: #4a4a4a;
        font-family: "IcoMoon";
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 60px;
        font-size: 18px; }
      .temple-search:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: #fff;
        transition: .3s; }
      .temple-search:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        border: 0;
        height: 60px !important;
        width: 100%;
        color: transparent;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }

.lead-in,
.fs_style_24 {
  color: #00448b;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px; }

blockquote,
.fs_style_25 {
  background: #f9f9f9;
  border: 1px solid #dddddd;
  font-size: 18px;
  line-height: 28px;
  padding: 30px 30px 20px; }
  blockquote:before,
  .fs_style_25:before {
    color: #00448b;
    font-family: "proxima-nova", sans-serif;
    font-size: 60px;
    padding-top: 25px; }

cite,
.fs_style_26 {
  font-size: 18px;
  line-height: 28px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600; }

.callout,
.fs_style_27 {
  border-left: 4px solid #00448b;
  padding-left: 30px;
  font-family: "proxima-nova", sans-serif; }

.fsCalendar header h2.fsElementTitle {
  font-family: "proxima-nova", sans-serif; }

.fsCalendar .fsTitle {
  font-family: "proxima-nova", sans-serif; }

.fsCalendar footer .fsElementFooterContent > a {
  font-family: "proxima-nova", sans-serif; }

.fsNews header h2.fsElementTitle,
.fsPostElement header h2.fsElementTitle {
  font-family: "proxima-nova", sans-serif; }

.fsNews .fsTitle,
.fsPostElement .fsTitle {
  font-family: "proxima-nova", sans-serif; }

.fsNews .fsTitle a,
.fsPostElement .fsTitle a {
  font-family: "proxima-nova", sans-serif; }

.fsNews footer .fsElementFooterContent > a,
.fsPostElement footer .fsElementFooterContent > a {
  font-family: "proxima-nova", sans-serif; }

#fsHeader {
  padding: 0;
  position: relative; }
  @media (min-width: 980px) {
    #fsHeader {
      padding: 0 20px; } }
  #fsHeader:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 323px;
    background-image: url("../images/temple-gradient.png"); }
    @media (max-width: 979px) {
      #fsHeader:before {
        display: none; } }
  #fsHeader .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: block;
    height: 460px;
    padding-top: 0px; }
    @media (min-width: 980px) {
      #fsHeader .fsBanner {
        padding-top: 25px; } }
  #fsHeader .temple-hero img {
    display: none; }
  #fsHeader .temple-name {
    margin-bottom: 0 !important;
    display: inline-block;
    float: left;
    padding-top: 12px;
    z-index: 990;
    position: relative;
    padding-left: 40px;
    position: fixed; }
    @media (max-width: 400px) {
      #fsHeader .temple-name {
        padding-left: 20px; } }
    @media (min-width: 980px) {
      #fsHeader .temple-name {
        padding-top: 50px;
        padding-left: 0px;
        position: relative; } }
    #fsHeader .temple-name a {
      margin-bottom: 0 !important;
      color: #fff;
      text-transform: uppercase;
      font-family: "Playfair Display", Georgia, serif;
      font-size: 24px;
      line-height: 32px;
      display: block; }
      @media (max-width: 1060px) {
        #fsHeader .temple-name a {
          font-size: 18px;
          line-height: 38px; } }
      @media (max-width: 400px) {
        #fsHeader .temple-name a {
          font-size: 16px; } }
      @media (max-width: 350px) {
        #fsHeader .temple-name a {
          font-size: 14px; } }
      #fsHeader .temple-name a:hover {
        text-decoration: none; }
  #fsHeader .temple-right-side {
    margin-bottom: 0 !important;
    display: none;
    float: right;
    text-align: right; }
    @media (min-width: 980px) {
      #fsHeader .temple-right-side {
        display: inline-block; } }
  #fsHeader .temple-utility {
    margin-bottom: 10px !important; }
    #fsHeader .temple-utility .donate-button {
      margin-bottom: 0 !important;
      display: inline-block; }
      #fsHeader .temple-utility .donate-button a {
        color: #fff;
        text-transform: uppercase;
        font-family: "proxima-nova", sans-serif;
        border: 1px solid #fff;
        background: transparent;
        display: inline-block;
        padding: 3px 10px;
        transition: all 0.15s linear; }
        #fsHeader .temple-utility .donate-button a:hover {
          background: #fff;
          color: #4a4a4a;
          text-decoration: none; }
    #fsHeader .temple-utility .util-links {
      display: inline-block;
      margin-bottom: 0; }
      #fsHeader .temple-utility .util-links a {
        color: #fff;
        display: inline-block;
        margin-left: 15px;
        font-size: 18px;
        line-height: 32px;
        font-family: "proxima-nova", sans-serif; }
  #fsHeader .nav-main.temple-main ul.fsNavLevel1:hover > li {
    opacity: 0.5; }
    #fsHeader .nav-main.temple-main ul.fsNavLevel1:hover > li:hover {
      opacity: 1; }
  #fsHeader .nav-main.temple-main .fsNavLevel1 > li {
    padding: 0;
    height: auto;
    padding-left: 12px;
    transition: opacity 0.15s; }
    #fsHeader .nav-main.temple-main .fsNavLevel1 > li > a {
      color: #fff;
      font-size: 16px;
      line-height: 32px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 600;
      padding: 10px 2px 20px; }
      @media (max-width: 1145px) {
        #fsHeader .nav-main.temple-main .fsNavLevel1 > li > a {
          font-size: 14px; } }
      #fsHeader .nav-main.temple-main .fsNavLevel1 > li > a:after {
        background: #fff;
        height: 2px;
        bottom: 20px; }
    #fsHeader .nav-main.temple-main .fsNavLevel1 > li > .fsNavPageInfo {
      top: initial;
      padding-left: 330px; }
  #fsHeader .nav-main.temple-main .fsNavPageThumbnail {
    background-image: none !important;
    width: 330px; }
    #fsHeader .nav-main.temple-main .fsNavPageThumbnail > img {
      height: 100%;
      width: auto;
      padding: 25px 30px;
      opacity: 1;
      visibility: visible; }
  #fsHeader .nav-main.temple-main .fsNavPageDescription {
    padding: 25px 40px 25px 5px; }

body.no-header-image #fsHeader {
  background: #00448b; }
  body.no-header-image #fsHeader:before {
    content: '';
    height: auto !important;
    background-image: none; }
  body.no-header-image #fsHeader .fsBanner {
    height: 60px; }
    @media (min-width: 980px) {
      body.no-header-image #fsHeader .fsBanner {
        height: auto; } }

#fsFooter {
  background: #e8e7e2;
  padding: 40px 20px 10px; }
  #fsFooter > .fsBanner {
    text-align: center;
    color: #4a4a4a; }
  #fsFooter #fsPoweredByFinalsite {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 132px; }
  #fsFooter .temple-name {
    padding-bottom: 10px; }
    #fsFooter .temple-name h4 {
      font-family: "Playfair Display", Georgia, serif;
      line-height: 32px;
      font-weight: 400;
      text-transform: uppercase;
      color: #333333; }
  #fsFooter .temple-addr p {
    margin-bottom: 0 !important;
    font-size: 16px;
    color: #333333; }
  #fsFooter .temple-links {
    padding-top: 20px; }
    #fsFooter .temple-links p {
      margin-bottom: 10px !important;
      text-transform: uppercase;
      font-size: 15px; }
      @media (max-width: 480px) {
        #fsFooter .temple-links p {
          margin-bottom: 0px !important; } }
      #fsFooter .temple-links p a {
        color: #666666;
        padding: 0 10px; }
        @media (max-width: 480px) {
          #fsFooter .temple-links p a {
            display: block;
            padding: 5px;
            margin: 5px 0; } }
  #fsFooter .temple-social {
    margin-bottom: 0 !important;
    text-align: left; }
    #fsFooter .temple-social.nav-social .fsNavLevel1 a {
      border: 0;
      width: 25px;
      height: 25px;
      background: none !important; }
      #fsFooter .temple-social.nav-social .fsNavLevel1 a:before {
        color: #666666; }
      #fsFooter .temple-social.nav-social .fsNavLevel1 a:hover {
        color: #00448b; }
        #fsFooter .temple-social.nav-social .fsNavLevel1 a:hover:before {
          color: #00448b; }

.home:not(.fsComposeMode) .temple-home-buttons {
  top: -55px; }
  @media (max-width: 1180px) {
    .home:not(.fsComposeMode) .temple-home-buttons {
      top: 0;
      margin-bottom: 50px; } }

.home .temple-home-buttons {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 15px 20px 13px;
  background: #eeeeee;
  border: 1px solid #c5c5c5; }
  @media (max-width: 599px) {
    .home .temple-home-buttons {
      padding-bottom: 0;
      padding-top: 25px; } }
  .home .temple-home-buttons > .fsElementContent a {
    display: inline-block;
    text-align: center;
    width: 25%;
    margin: 0 -3px;
    border-right: 1px solid #c5c5c5;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666666;
    padding: 22px 20px 21px; }
    .home .temple-home-buttons > .fsElementContent a:last-child {
      border-right: 0; }
    .home .temple-home-buttons > .fsElementContent a:hover {
      color: #00448b;
      text-decoration: none; }
    @media (max-width: 599px) {
      .home .temple-home-buttons > .fsElementContent a {
        width: 50%;
        margin-bottom: 25px; }
        .home .temple-home-buttons > .fsElementContent a:nth-child(2) {
          border-right: 0; } }

.home .fsCalendar.fsSlideshow {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  max-width: 1460px;
  padding: 0 20px 50px; }
  .home .fsCalendar.fsSlideshow .fsPager {
    display: none !important; }
  .home .fsCalendar.fsSlideshow > header {
    text-align: center; }
    .home .fsCalendar.fsSlideshow > header h2.fsElementTitle {
      margin-bottom: 0;
      font-size: 16px;
      line-height: 32px;
      text-transform: uppercase;
      font-weight: 600;
      color: #a3a0a0;
      font-family: "proxima-nova", sans-serif; }
    .home .fsCalendar.fsSlideshow > header .fsElementHeaderContent {
      font-size: 36px;
      line-height: 42px;
      font-family: "Playfair Display", Georgia, serif;
      color: #333333; }
  .home .fsCalendar.fsSlideshow .slick-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px; }
  .home .fsCalendar.fsSlideshow article {
    padding: 10px 20px; }
    .home .fsCalendar.fsSlideshow article .fsDate {
      position: relative;
      height: auto;
      width: auto;
      background: #fff;
      border: 0;
      display: block;
      text-align: left;
      margin-bottom: 5px; }
      .home .fsCalendar.fsSlideshow article .fsDate > span.fsMonth {
        background: none;
        color: #4a4a4a;
        height: auto;
        display: inline-block;
        padding: 0;
        font-size: 30px;
        font-weight: 400; }
      .home .fsCalendar.fsSlideshow article .fsDate > span.fsDay {
        display: inline-block;
        padding: 0;
        height: auto; }
  .home .fsCalendar.fsSlideshow footer .fsElementFooterContent {
    text-align: center;
    border-top: 0; }
    .home .fsCalendar.fsSlideshow footer .fsElementFooterContent a {
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase;
      font-family: "proxima-nova", sans-serif;
      color: #666666;
      border: 2px solid #b2b2b2;
      display: inline-block;
      margin: 0 10px;
      padding: 15px 20px 13px;
      background: transparent;
      transition: all 0.15s linear; }
      .home .fsCalendar.fsSlideshow footer .fsElementFooterContent a:hover {
        color: #fff;
        background: #b2b2b2;
        text-decoration: none; }
      @media (max-width: 480px) {
        .home .fsCalendar.fsSlideshow footer .fsElementFooterContent a {
          display: block;
          max-width: 200px;
          padding: 15px 10px 13px;
          margin: 0 auto 20px; }
          .home .fsCalendar.fsSlideshow footer .fsElementFooterContent a:last-child {
            margin-bottom: 0; } }

.home:not(.fsComposeMode) #fsHeader {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 900; }
  .home:not(.fsComposeMode) #fsHeader .fsBanner {
    height: auto; }

.home .temple-slider {
  margin-bottom: 0 !important; }
  .home .temple-slider .controls-container {
    position: absolute;
    bottom: 110px;
    right: 0;
    width: 100%;
    height: 57px;
    padding: 0 20px; }
    @media (max-width: 1180px) {
      .home .temple-slider .controls-container {
        bottom: 70px; } }
    @media (max-width: 979px) {
      .home .temple-slider .controls-container {
        display: none; } }
    .home .temple-slider .controls-container .controls {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      text-align: right; }
  .home .temple-slider .slider-play-btn {
    position: relative;
    top: 0;
    left: 0;
    width: 57px;
    height: 57px;
    background: transparent;
    border: 1px solid #fff;
    line-height: initial;
    vertical-align: top;
    display: inline-block; }
    .home .temple-slider .slider-play-btn:before, .home .temple-slider .slider-play-btn:after {
      margin: 0px 2px 0;
      position: relative;
      top: 15%; }
  .home .temple-slider .slick-arrow {
    position: relative;
    width: 57px;
    height: 57px;
    background: transparent;
    border-radius: 0;
    top: initial;
    -ms-transform: none;
    transform: none;
    border: 1px solid #fff; }
    .home .temple-slider .slick-arrow.slick-prev {
      left: 1px; }
    .home .temple-slider .slick-arrow.slick-next {
      right: 1px; }
    .home .temple-slider .slick-arrow:before {
      padding: 10px; }
  .home .temple-slider .dots-wrapper {
    position: absolute;
    bottom: 110px;
    width: 100%;
    padding: 0 20px; }
    @media (max-width: 1180px) {
      .home .temple-slider .dots-wrapper {
        bottom: 70px; } }
    @media (max-width: 799px) {
      .home .temple-slider .dots-wrapper {
        bottom: 30px;
        z-index: 950;
        text-align: center; } }
  .home .temple-slider .slick-dots {
    display: block;
    position: relative;
    bottom: initial;
    left: 0;
    -ms-transform: none;
    transform: none;
    max-width: 1180px;
    margin: 0 auto; }
    .home .temple-slider .slick-dots button {
      width: 50px;
      height: 4px;
      border-radius: 0;
      border: none;
      background-color: rgba(255, 255, 255, 0.5); }
      @media (max-width: 799px) {
        .home .temple-slider .slick-dots button {
          background-color: rgba(0, 68, 139, 0.5); } }
    .home .temple-slider .slick-dots .slick-active button {
      background-color: white; }
      @media (max-width: 799px) {
        .home .temple-slider .slick-dots .slick-active button {
          background-color: #00448b; } }
  .home .temple-slider article {
    background-size: cover;
    background-position: center center; }
    .home .temple-slider article:before {
      content: '';
      background-image: url("../images/temple-bottom-gradient.png");
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 323px;
      background-size: cover;
      background-position: center top; }
    .home .temple-slider article img {
      opacity: 0;
      visibility: hidden; }
  .home .temple-slider .caption-wrapper {
    left: 0;
    right: 0;
    bottom: 150px;
    text-align: left;
    padding: 0 20px;
    max-width: 1220px;
    margin: 0 auto; }
    @media (max-width: 1180px) {
      .home .temple-slider .caption-wrapper {
        bottom: 120px; } }
    @media (max-width: 799px) {
      .home .temple-slider .caption-wrapper {
        bottom: 0;
        background: #fff;
        position: relative;
        width: 100%;
        display: block; } }
  .home .temple-slider .caption-title {
    font-weight: 400;
    font-family: "Playfair Display", Georgia, serif;
    padding-right: 200px; }
    @media (max-width: 799px) {
      .home .temple-slider .caption-title {
        margin-bottom: 0;
        padding-right: 0;
        color: #333333;
        text-align: center;
        padding: 25px 0 65px; } }

.home .key-container {
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 20px;
  position: relative;
  margin-bottom: 0; }
  .home .key-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  .home .key-container > header {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    text-align: center; }
    .home .key-container > header h2.fsElementTitle {
      color: #fff;
      font-size: 16px;
      line-height: 32px;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "proxima-nova", sans-serif;
      margin-bottom: 5px; }
  .home .key-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    text-align: center; }
  .home .key-container .key-slide {
    margin-bottom: 0; }
    .home .key-container .key-slide > header h2.fsElementTitle {
      color: #fff;
      font-size: 48px;
      line-height: 1em;
      margin-bottom: 25px; }
    .home .key-container .key-slide > .fsElementContent {
      color: #fff;
      font-size: 20px;
      line-height: 32px;
      font-weight: 600;
      font-family: "proxima-nova", sans-serif;
      max-width: 770px;
      margin: 0 auto; }
  .home .key-container .slick-dots {
    padding-left: 0;
    margin: 0; }
    .home .key-container .slick-dots > li {
      display: inline-block;
      vertical-align: top; }
      .home .key-container .slick-dots > li > button {
        padding: 0;
        font-size: 0;
        border: 0;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        margin: 0 5px;
        background: #fff;
        opacity: 0.5;
        transition: opacity 0.3s linear; }
      .home .key-container .slick-dots > li.slick-active > button {
        opacity: 1; }

.home .welcome {
  margin-bottom: 0;
  padding: 40px 30px; }
  .home .welcome > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    max-width: 770px; }
  .home .welcome h5 {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333; }
  .home .welcome p {
    margin-bottom: 10px; }
  .home .welcome strong {
    color: #666666; }

.home .featured-posts.fsGrid .fsListItems {
  margin: 0; }

.home .featured-posts article {
  margin: 0;
  padding: 0;
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: top center; }
  @media (max-width: 599px) {
    .home .featured-posts article {
      height: auto;
      min-height: 300px; } }
  .home .featured-posts article:before {
    content: '';
    background-image: url("../images/temple-gradient.png");
    background-position: top center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.3s linear; }
  .home .featured-posts article:hover:before {
    opacity: 0.5; }
  .home .featured-posts article .post-inner {
    position: relative;
    padding: 50px 40px 30px;
    z-index: 3; }
  .home .featured-posts article .fsThumbnail {
    display: none; }
  .home .featured-posts article .fsTag {
    background: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  .home .featured-posts article .fsTitle {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400; }
    @media (max-width: 599px) {
      .home .featured-posts article .fsTitle {
        font-size: 30px; } }
  .home .featured-posts article .fsPostLink.fsReadMoreLink {
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    font-size: 0; }

.home .feat-video-container {
  padding: 100px 30px; }
  @media (max-width: 599px) {
    .home .feat-video-container {
      padding: 60px 0px; } }
  .home .feat-video-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .home .feat-video-container .featured-vid-image {
    display: inline-block;
    width: 50%;
    margin: 0 -2px;
    vertical-align: top; }
    @media (max-width: 599px) {
      .home .feat-video-container .featured-vid-image {
        display: block;
        width: 100%;
        margin: 0; } }
    .home .feat-video-container .featured-vid-image img {
      display: block;
      width: 100%; }
  .home .feat-video-container .featured-vid-text {
    display: inline-block;
    width: 50%;
    margin: 0 -2px;
    vertical-align: top;
    font-size: 18px;
    line-height: 28px;
    color: #606060;
    padding-left: 40px; }
    @media (max-width: 599px) {
      .home .feat-video-container .featured-vid-text {
        display: block;
        width: 100%;
        padding: 30px 30px; } }
    .home .feat-video-container .featured-vid-text > header h2.fsElementTitle {
      font-family: "proxima-nova", sans-serif;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 16px;
      font-weight: 600;
      color: #a3a0a0; }
    .home .feat-video-container .featured-vid-text > .fsElementContent h2 {
      margin-bottom: 20px; }
