 /**
 *
 * Georgetown Visitation Preparatory School - default_16
 * @link http://visiorg.finalsite.com
 * Built By: Jorge Piquer
 * Project Manager: Mike Hartzler
 * Designer: Julianne Hamilton
 *
 */

@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.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: 700;
  font-size: 45px;
  line-height: 50px;
  font-family: "Surveyor Text A", "Surveyor Text B", serif;
  color: #006747;
  font-weight: 500;
  margin-bottom: 50px;
}

h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #78be20;
  margin-bottom: 20px;
}

h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #006747;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #78be20;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  color: #006747;
  margin-bottom: 20px;
}

h6 {
  margin-top: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #78be20;
  margin-bottom: 20px;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

a {
  position: relative;
  outline: 0;
  text-decoration: none;
  color: #78be20;
  transition: background .3s, color .3s;
}
a:hover:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ffe320;
}
.hide-anchor a.invisible-anchor {
  color: inherit;
}
.hide-anchor a.invisible-anchor:after {
  display: none;
}

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

ul .fs_style_30 {
  position: relative;
  list-style: none;
}
ul .fs_style_30:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -20px;
  width: 10px;
  height: 10px;
  background: #ffe320;
  border-radius: 50%;
}

.fsAthleticsEvent.fsTable, .fsAthleticsRoster .fsTable,
table.styled,
.fs_style_35,
.fs_style_36 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
}
.fsAthleticsEvent.fsTable th, .fsAthleticsRoster .fsTable th,
.fsAthleticsEvent.fsTable td,
.fsAthleticsRoster .fsTable td,
table.styled th,
table.styled td,
.fs_style_35 th,
.fs_style_35 td,
.fs_style_36 th,
.fs_style_36 td {
  vertical-align: top;
}
.fsAthleticsEvent.fsTable th, .fsAthleticsRoster .fsTable th,
table.styled th,
.fs_style_35 th,
.fs_style_36 th {
  margin-top: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  color: #006747;
  margin-bottom: 20px;
  padding: 10px;
  text-align: left;
  background: #006747;
  color: #ffe320;
}
.fsAthleticsEvent.fsTable td, .fsAthleticsRoster .fsTable td,
table.styled td,
.fs_style_35 td,
.fs_style_36 td {
  padding: 10px;
  background: #fff;
  font-size: 14px;
}

.fs_style_35 tr:last-of-type {
  border-bottom: 1px solid #d3d3d3;
}
.fs_style_35 tr:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px dashed #d3d3d3;
}
.fs_style_35 tr:not(:first-of-type) {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.fs_style_35 tr:nth-of-type(even) td {
  background-color: #eee;
}

.fs_style_36 tr {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.fs_style_36 tr:first-of-type {
  border-top: 1px solid #d3d3d3;
}
.fs_style_36 tr:last-of-type {
  border-bottom: 1px solid #d3d3d3;
}
.fs_style_36 tr:not(:last-of-type) {
  border-bottom: 1px dashed #d3d3d3;
}
.fs_style_36 tr:nth-of-type(odd) td {
  background-color: #eee;
}

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

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

hr {
  border: 0;
  border-bottom: 1px dashed #b1b2b4;
}

.menu-divider,
.fs_style_31 {
  position: relative;
  z-index: 2;
  height: 30px;
  margin: 10px 0;
  text-align: center;
  background: linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x top left;
  background-size: 12px 1px;
  background-position: center;
}
.menu-divider:before,
.fs_style_31:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  content: '';
  width: 100%;
}
.menu-divider img,
.fs_style_31 img {
  position: relative;
  z-index: 2;
  width: 40px;
  padding: 0 5px;
  background: #fff;
}

.center {
  text-align: center;
}

.button-darkgreen,
.fs_style_26 {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 280px;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #ffe320;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: rgba(0, 103, 71, 0.5) !important;
  background-clip: padding-box;
  outline: 0;
  border-radius: 0;
  transition: .3s;
}
.button-darkgreen:after,
.fs_style_26:after {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: calc(100% - 10px);
  background: #006747;
  transition: .3s;
}
.button-darkgreen:hover:after,
.fs_style_26:hover:after {
  height: calc(100% - 5px);
  background: #006747;
}
.button-darkgreen em,
.fs_style_26 em {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}

.button-lightgreen,
.fs_style_27 {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 280px;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: rgba(120, 190, 32, 0.5) !important;
  background-clip: padding-box;
  outline: 0;
  border-radius: 0;
  transition: .3s;
}
.button-lightgreen:after,
.fs_style_27:after {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: calc(100% - 10px);
  background: #78be20;
  transition: .3s;
}
.button-lightgreen:hover:after,
.fs_style_27:hover:after {
  height: calc(100% - 5px);
  background: #78be20;
}
.button-lightgreen em,
.fs_style_27 em {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}

.button-yellow,
.fs_style_28 {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 280px;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #006747;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: rgba(255, 227, 32, 0.5) !important;
  background-clip: padding-box;
  outline: 0;
  border-radius: 0;
  transition: .3s;
}
.button-yellow:after,
.fs_style_28:after {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: calc(100% - 10px);
  background: #ffe320;
  transition: .3s;
}
.button-yellow:hover:after,
.fs_style_28:hover:after {
  height: calc(100% - 5px);
  background: #ffe320;
}
.button-yellow em,
.fs_style_28 em {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}

.button-lightyellow,
.fs_style_29 {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 280px;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #006747;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: rgba(255, 249, 210, 0.5) !important;
  background-clip: padding-box;
  outline: 0;
  border-radius: 0;
  transition: .3s;
}
.button-lightyellow:after,
.fs_style_29:after {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: calc(100% - 10px);
  background: #fff9d2;
  transition: .3s;
}
.button-lightyellow:hover:after,
.fs_style_29:hover:after {
  height: calc(100% - 5px);
  background: #fff9d2;
}
.button-lightyellow em,
.fs_style_29 em {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}

.fsElementFooterContent .fs_style_26, .fsElementFooterContent .fs_style_27, .fsElementFooterContent .fs_style_28, .fsElementFooterContent .fs_style_29 {
  margin: 0 auto 20px auto;
  display: block;
}

.view-more,
.fs_style_32 {
  z-index: 10;
  padding: 0 15px;
  font-size: 11px;
  letter-spacing: .75px;
  text-transform: uppercase;
  color: #2c2a29;
  background: #f8f8f7;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
.view-more:hover,
.fs_style_32:hover {
  background: #d3d3d3;
}
.view-more:hover:after,
.fs_style_32:hover:after {
  display: none;
}

.fsStyleDefaultButton {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 280px;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #ffe320;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: rgba(0, 103, 71, 0.5) !important;
  background-clip: padding-box;
  outline: 0;
  border-radius: 0;
  transition: .3s;
  padding: 15px;
  max-width: 210px;
  font-size: 16px;
}
.fsStyleDefaultButton:after {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: calc(100% - 10px);
  background: #006747;
  transition: .3s;
}
.fsStyleDefaultButton:hover:after {
  height: calc(100% - 5px);
  background: #006747;
}
.fsStyleDefaultButton em {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}
.fsStyleDefaultButton:hover {
  color: #ffe320;
}
.fsStyleDefaultButton.fsCategoryLink {
  margin-right: 5px;
}
.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleUpdateButton {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 280px;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #ffe320;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: rgba(0, 103, 71, 0.5) !important;
  background-clip: padding-box;
  outline: 0;
  border-radius: 0;
  transition: .3s;
  padding: 15px;
  max-width: 210px;
  font-size: 16px;
}
.fsStyleUpdateButton:after {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: calc(100% - 10px);
  background: #006747;
  transition: .3s;
}
.fsStyleUpdateButton:hover:after {
  height: calc(100% - 5px);
  background: #006747;
}
.fsStyleUpdateButton em {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}
.fsStyleUpdateButton.fsElementToolsSearchButton {
  margin-top: 20px;
  margin-bottom: 0;
}

h2.fs_style_37 {
  position: relative;
  overflow: hidden;
}
h2.fs_style_37:after {
  position: absolute;
  top: 50%;
  z-index: 10;
  content: '';
  width: 100%;
  height: 1px;
  margin-left: 10px;
  background: linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x top left, linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x bottom left;
  background-size: 12px 1px;
  transition: 1s;
}

.lead-in-2,
.fs_style_24 {
  font-size: 1.5em;
  line-height: 1.3333333333em;
  font-weight: 500;
  font-family: "Surveyor Text A", "Surveyor Text B", serif;
  color: #63666a;
}

.lead-in-1,
.fs_style_34 {
  font-size: 1.5em;
  line-height: 1.3333333333em;
  font-weight: 700;
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #78be20;
  text-transform: uppercase;
  letter-spacing: .5px;
}

blockquote {
  position: relative;
  margin: 65px 0;
  font-family: "Surveyor Text A", "Surveyor Text B", serif;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #006747;
  background: linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x top left, linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x bottom left;
  background-size: 12px 1px;
  font-weight: 500;
}
blockquote:before, blockquote:after {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 62px;
  width: 62px;
  font-size: 70px;
  line-height: 70px;
  background: #ffe320;
  background-clip: padding-box;
  border: 5px solid #fff190;
  border-radius: 50%;
  outline: 10px solid #fff;
}
blockquote:before {
  content: '\201c';
  top: -31px;
}
blockquote:after {
  content: '\201d';
  bottom: -31px;
}
blockquote .block-wrapper {
  height: 100%;
  width: 100%;
  padding: 60px 55px;
}
blockquote .block-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-y top left, linear-gradient(to bottom, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-y top right;
  background-size: 1px 12px;
}

cite,
.fs_style_25 {
  display: block;
  margin: 20px 0 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #a1a3a6;
  letter-spacing: .5px;
}
cite:before,
.fs_style_25:before {
  content: '- ';
}

.callout,
.fs_style_33 {
  color: #006747;
  font-family: "Surveyor Text A", "Surveyor Text B", serif;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 40px;
  font-weight: 500;
}
.callout.left,
.fs_style_33.left {
  float: left;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .callout.left,
  .fs_style_33.left {
    width: 50%;
  }
}
.callout.right,
.fs_style_33.right {
  float: right;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .callout.right,
  .fs_style_33.right {
    width: 50%;
  }
}

/*! structure - header v0.0.1 */
#fsHeader {
  position: relative;
}
#fsHeader > .fsBanner {
  position: relative;
}

.no-hero #fsHeader .site-info-container {
  display: none;
}
@media (min-width: 800px) {
  .no-hero #fsHeader .nav-main.is-fixed {
    top: 0 !important;
  }
  .fsAccountBarVisible.no-hero #fsHeader .nav-main.is-fixed {
    top: 45px !important;
  }
}
.no-hero .search-trigger-container.active {
  visibility: hidden;
}

@media (min-width: 700px) {
  body.home #fsHeader > .fsBanner {
    max-height: 100vh;
    overflow: hidden;
  }
}

.header-top {
  position: relative;
  height: 100px;
  z-index: 501;
  margin-bottom: 0 !important;
  background: #fff;
  padding: 0 20px;
}
.header-top > .fsElementContent {
  position: relative;
  height: 100%;
  max-width: 1180px;
  margin: 0 auto;
  line-height: inherit;
}
@media (min-width: 800px) {
  .header-top {
    height: 80px;
    line-height: 80px;
  }
}
@media (min-width: 1000px) {
  .header-top {
    height: 48px;
  }
  .header-top > .fsElementContent {
    line-height: 48px;
  }
}
@media (min-width: 1180px) {
  .header-top {
    padding: 0 20px;
  }
}
.header-top .seo-content {
  display: none;
  float: left;
  height: 100%;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 20px;
}
@media (min-width: 800px) {
  .header-top .seo-content {
    display: block;
  }
}
@media (min-width: 1000px) {
  .header-top .seo-content {
    padding-top: 0;
  }
}
@media (min-width: 1180px) {
  .header-top .seo-content {
    padding-left: 0;
  }
}
.header-top .seo-content p {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .header-top .seo-content p {
    display: inline-block;
  }
  .header-top .seo-content p:not(:first-child):before {
    content: '\2022';
    margin: 0 12px;
    color: #b1b2b4;
  }
}
@media (min-width: 1000px) {
  .header-top.library-header {
    height: 80px;
  }
}

body:not(.fsComposeMode) .site-info-container {
  position: absolute;
}

.site-info-container {
  display: none;
  top: 170px;
  z-index: 102;
  width: 100%;
  padding: 20px 20px;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 800px) {
  .site-info-container {
    display: block;
  }
}
@media (min-width: 1000px) {
  .site-info-container {
    top: 136px;
  }
}
.site-info-container > .fsElementContent {
  max-width: 1180px;
  margin: 0 auto;
}
.site-info-container a {
  display: block;
  padding: 36px 0;
  color: transparent;
  background: url("../images/visi-logo.png") no-repeat 0 50%;
  background-size: contain;
}
.site-info-container a:hover {
  color: transparent;
}
.site-info-container a:hover:after {
  display: none;
}

.mobile-logo {
  float: left;
  margin-bottom: 0 !important;
  padding-top: 16px;
}
@media (min-width: 800px) {
  .mobile-logo {
    display: none;
  }
}

.hero-tabs-container {
  position: relative;
  z-index: 202;
  bottom: 0;
  width: 100%;
  margin-top: -5px;
}
@media (min-width: 700px) {
  .hero-tabs-container {
    position: absolute;
    overflow: hidden;
    margin-top: 0;
  }
}
.hero-tabs-container .fsElementContent {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.hero-tabs-container .fsElementContent .hero-tab {
  position: relative;
  width: calc(100% / 6);
  height: 60px;
  max-height: 231px;
  margin-bottom: 0;
  padding: 0px 12px;
  text-align: left;
  transition: 1s;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.hero-tabs-container .fsElementContent .hero-tab > .fsElementContent {
  display: none;
}
.hero-tabs-container .fsElementContent .hero-tab > footer {
  display: none;
}
@media (min-width: 700px) {
  .hero-tabs-container .fsElementContent .hero-tab {
    top: 171px;
    width: calc(100% / 7);
    height: 230px;
    padding: 0 20px;
  }
}
@media (min-width: 1100px) {
  .hero-tabs-container .fsElementContent .hero-tab {
    width: calc(100% / 6);
  }
}
@media (min-width: 1859px) {
  .hero-tabs-container .fsElementContent .hero-tab {
    padding: 0 15px;
  }
}
.hero-tabs-container .fsElementContent .hero-tab.active-tab-mobile {
  position: static;
  height: auto;
}
.hero-tabs-container .fsElementContent .hero-tab.active-tab-mobile header {
  border-bottom: none;
}
.hero-tabs-container .fsElementContent .hero-tab.active-tab-mobile .fsElementContent {
  position: absolute;
  left: 0;
  display: block;
  width: 100vw;
  padding: 15px 20px;
  background: inherit;
}
.hero-tabs-container .fsElementContent .hero-tab.active-tab > .fsElementContent {
  display: block;
}
@media (min-width: 700px) {
  .hero-tabs-container .fsElementContent .hero-tab.active-tab {
    top: 0;
    width: calc(100% / 7 * 2);
  }
  .hero-tabs-container .fsElementContent .hero-tab.active-tab > .fsElementContent {
    width: auto;
  }
}
@media (min-width: 1100px) {
  .hero-tabs-container .fsElementContent .hero-tab.active-tab {
    width: calc(100% / 6);
  }
}
@media (min-width: 700px) {
  .hero-tabs-container .fsElementContent .hero-tab.active-tab header {
    text-align: left;
  }
}
.hero-tabs-container .fsElementContent .hero-tab.active-tab header em {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 700px) {
  .hero-tabs-container .fsElementContent .hero-tab.active-tab {
    height: 230px;
  }
}
.hero-tabs-container .fsElementContent .hero-tab header {
  height: 60px;
  padding-bottom: 15px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}
@media (min-width: 700px) {
  .hero-tabs-container .fsElementContent .hero-tab header {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, transparent 50%, transparent 100%) repeat-x bottom left;
    background-size: 12px 1px;
  }
}
@media (min-width: 1100px) {
  .hero-tabs-container .fsElementContent .hero-tab header {
    text-align: left;
  }
}
.hero-tabs-container .fsElementContent .hero-tab header strong {
  vertical-align: middle;
  margin-right: 5px;
  font-family: "Surveyor Text A", "Surveyor Text B", serif;
  font-size: 45px;
}
.hero-tabs-container .fsElementContent .hero-tab header em {
  display: none;
  font-size: calc(10px + (14 - 10) * ((100vw - 1100px) / (1440 - 1100)));
  vertical-align: middle;
  font-style: normal;
  transition: .3s;
}
@media (min-width: 1100px) {
  .hero-tabs-container .fsElementContent .hero-tab header em {
    display: inline-block;
  }
}
.hero-tabs-container .fsElementContent .hero-tab .fsElementContent {
  padding: 15px 0 30px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.hero-tabs-container .fsElementContent .hero-tab .fsElementContent p {
  margin-bottom: 0;
}
.hero-tabs-container .fsElementContent .hero-tab .fsElementContent a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .75px;
  color: #fff;
  font-weight: 500;
}
.hero-tabs-container .fsElementContent .hero-tab .fsElementContent a:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 5px;
  font-size: 11px;
  opacity: .6;
  position: relative;
  background: transparent;
}
.hero-tabs-container .fsElementContent .hero-tab.green-tab {
  background: #006747;
}
.hero-tabs-container .fsElementContent .hero-tab.green-tab header {
  color: #ffe320;
}
.hero-tabs-container .fsElementContent .hero-tab.green-tab .fsElementContent {
  color: #fff;
}
.hero-tabs-container .fsElementContent .hero-tab.green-tab .fsElementContent strong {
  color: #ffe320;
}
.hero-tabs-container .fsElementContent .hero-tab.green-tab .fsElementContent a:hover {
  color: #ffe320;
}
.hero-tabs-container .fsElementContent .hero-tab.lightgreen-tab {
  background: #78be20;
}
.hero-tabs-container .fsElementContent .hero-tab.lightgreen-tab header {
  color: #fff;
}
.hero-tabs-container .fsElementContent .hero-tab.lightgreen-tab .fsElementContent {
  color: #006747;
}
.hero-tabs-container .fsElementContent .hero-tab.lightgreen-tab .fsElementContent strong {
  color: #fff;
}
.hero-tabs-container .fsElementContent .hero-tab.lightgreen-tab .fsElementContent a:hover {
  color: #006747;
}
.hero-tabs-container .fsElementContent .hero-tab.yellow-tab {
  background: #ffe320;
}
.hero-tabs-container .fsElementContent .hero-tab.yellow-tab header {
  color: #006747;
}
@media (min-width: 700px) {
  .hero-tabs-container .fsElementContent .hero-tab.yellow-tab header {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 50%, transparent 100%) repeat-x bottom left;
    background-size: 12px 1px;
  }
}
.hero-tabs-container .fsElementContent .hero-tab.yellow-tab .fsElementContent {
  color: #78be20;
}
.hero-tabs-container .fsElementContent .hero-tab.yellow-tab .fsElementContent strong {
  color: #006747;
}
.hero-tabs-container .fsElementContent .hero-tab.yellow-tab .fsElementContent a {
  color: #2c2a29;
}
.hero-tabs-container .fsElementContent .hero-tab.yellow-tab .fsElementContent a:hover {
  color: #006747;
}

.hero-media-container {
  position: relative;
  margin-bottom: 0 !important;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.hero-media-container .fsElementContent {
  height: 100%;
  min-height: 54.75vw;
}
@media (min-width: 700px) {
  .hero-media-container .fsElementContent {
    min-height: calc(100vh - 48px);
  }
}
@media (min-width: 800px) {
  .hero-media-container {
    max-height: 100vh;
  }
}
.hero-media-container:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 50%);
}
.hero-media-container header {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 101;
  opacity: 1;
  height: 100%;
  width: 100%;
  text-align: center;
  transition: .5s;
}
@media (min-width: 700px) {
  .hero-media-container header {
    display: block;
  }
}
.hero-media-container header .fsElementHeaderContent {
  position: relative;
  z-index: 2;
  height: calc(100% - 60px);
  line-height: 600px;
  font-family: "Surveyor Text A", "Surveyor Text B", serif;
  font-size: 60px;
  color: #fff;
}
.hero-media-container header:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.hero-media-container header.overlay-fade {
  opacity: 0;
  visibility: hidden;
}
.hero-media-container .hero-slide {
  position: absolute;
  top: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  transition: opacity 1s linear .5s, visibility 1s linear .5s;
}
.hero-media-container .hero-slide .vid-inner {
  background-size: cover;
  background-position: center;
  height: 100%;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 700px) {
  .hero-media-container .hero-slide .vid-inner {
    height: calc(100vh - 170px);
    width: auto;
    top: auto;
    left: auto;
    position: relative;
  }
}
.hero-media-container .hero-slide .vid-inner img {
  width: 100%;
  display: none;
}
@media (min-width: 700px) {
  .hero-media-container .hero-slide .vid-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    min-height: 100%;
    max-height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto;
    height: auto;
  }
}
.hero-media-container .hero-slide .vid-inner video {
  display: none;
}
@media (min-width: 700px) {
  .hero-media-container .hero-slide .vid-inner {
    height: auto;
    position: static;
  }
  .hero-media-container .hero-slide .vid-inner video {
    display: block;
  }
}
.hero-media-container .hero-slide .fsMediaContainer {
  min-height: 100%;
}
@media (min-width: 700px) {
  .hero-media-container .hero-slide .fsMediaContainer {
    min-height: calc(100vh - 48px);
  }
}
@media (min-width: 800px) {
  .hero-media-container .hero-slide {
    max-height: 100vh;
  }
}
.hero-media-container .hero-slide .fsMediaContainer {
  background: transparent;
}
.hero-media-container .hero-slide.video-slide .fsMediaView {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hero-media-container .hero-slide.video-slide video {
  max-width: none;
  max-height: none;
  min-height: 100%;
  min-width: 100%;
  width: auto !important;
  height: auto !important;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  top: 50%;
}
@media (min-width: 700px) {
  .hero-media-container .hero-slide.video-slide video {
    display: block;
  }
}
.hero-media-container .hero-slide.active-slide {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  height: 100%;
}

.interior-hero.fsElement {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .interior-hero.fsElement {
    margin-top: -50px;
  }
}
.interior-hero.fsElement img {
  display: block;
  width: 100vw;
}
body:not(.fsComposeMode) .interior-hero.fsElement:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 65%);
}

.landing-slider.fsElement {
  margin: 0;
  position: relative;
}
.landing-slider.fsElement > .fsElementContent:before, .landing-slider.fsElement > .fsElementContent:after {
  content: '';
  position: absolute;
  top: 0;
  width: 18.10%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 700px) {
  .landing-slider.fsElement > .fsElementContent:before, .landing-slider.fsElement > .fsElementContent:after {
    height: calc(100% - 75px);
    top: 75px;
  }
}
.landing-slider.fsElement > .fsElementContent:before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
}
.landing-slider.fsElement > .fsElementContent:after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.6), transparent);
}
.landing-slider.fsElement .slick-arrow {
  height: auto;
  width: auto;
  color: #c1c2c3;
  transition: 0.3s all;
  font-size: 0;
  z-index: 4;
  top: calc(50% + 37px);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.landing-slider.fsElement .slick-arrow:hover {
  color: #FFF;
}
.landing-slider.fsElement .slick-arrow:before {
  font-size: 1.875rem;
  line-height: 1;
  position: static;
  text-shadow: none;
  width: auto;
  color: inherit;
  height: auto;
}
.landing-slider.fsElement .slick-arrow.slick-prev {
  left: 55px;
}
.landing-slider.fsElement .slick-arrow.slick-prev:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.landing-slider.fsElement .slick-arrow.slick-next {
  right: 55px;
}
.landing-slider.fsElement .slick-arrow.slick-next:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.landing-slider.fsElement .slick-dots {
  font-size: 0;
  position: absolute;
  bottom: 30px;
  right: 75px;
  z-index: 3;
}
.landing-slider.fsElement .slick-dots, .landing-slider.fsElement .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.landing-slider.fsElement .slick-dots li {
  margin: 0;
  padding: 0;
}
.landing-slider.fsElement .slick-dots li {
  display: inline-block;
}
.landing-slider.fsElement .slick-dots li:not(:last-child) {
  margin-right: 17px;
}
.landing-slider.fsElement .slick-dots li.slick-active button, .landing-slider.fsElement .slick-dots li:hover button {
  background: #FFF;
}
.landing-slider.fsElement .slick-dots li button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transition: 0.3s background;
}
.landing-slider.fsElement:before, .landing-slider.fsElement:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 37.3%;
  z-index: 2;
}
.landing-slider.fsElement:before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}
@media (min-width: 700px) {
  .landing-slider.fsElement:before {
    top: 75px;
  }
}
.landing-slider.fsElement:after {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
body:not(.fsCompoesMode) .landing-slider.fsElement > header {
  display: none;
}
.landing-slider.fsElement article img {
  vertical-align: bottom;
  height: 620px;
}

.new .fsTwoColumnWideRightLayout {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
}
@media (min-width: 1000px) {
  .new .fsTwoColumnWideRightLayout .fsStyleColumn-1 {
    width: 250px;
  }
  .new .fsTwoColumnWideRightLayout .fsStyleColumn-2 {
    width: calc(100% - 270px);
  }
}
@media (min-width: 1100px) {
  .new .fsTwoColumnWideRightLayout .fsStyleColumn-1 {
    width: 300px;
  }
  .new .fsTwoColumnWideRightLayout .fsStyleColumn-2 {
    width: calc(100% - 320px);
  }
}
.new .fsTwoColumnWideRightLayout .fsStyleColumn {
  margin: 0;
  padding: 0;
}
.new .site-info-container {
  position: static !important;
  padding: 0;
  text-align: center;
}
@media (min-width: 1000px) {
  .new .site-info-container {
    text-align: left;
  }
}
.new .site-info-container h1 {
  margin: 0;
}
.new .site-info-container a {
  background: none;
  padding: 0;
}
#fsHeader .new .nav-main {
  border: none;
  position: static;
}
#fsHeader .new .nav-main .fsNavLevel1 {
  -ms-flex-pack: center;
  justify-content: center;
  max-width: none;
}
@media (min-width: 1100px) {
  #fsHeader .new .nav-main .fsNavLevel1 {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
#fsHeader .new .nav-main .fsNavLevel1 > li {
  padding: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
#fsHeader .new .nav-main .fsNavLevel1 > li > a {
  padding: 10px;
  border-right: none;
}
@media (min-width: 1100px) {
  #fsHeader .new .nav-main .fsNavLevel1 > li > a {
    padding: 20px;
  }
}

#fsFooter {
  height: 722px;
  padding: 0 20px 20px;
  color: #fff;
  background: #fff;
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  background-size: 1440px 88%;
  background-position: 60% 146%;
}
@media (min-width: 650px) {
  #fsFooter {
    height: 655px;
    background-size: 1440px 100%;
    background-position: 50% 50%;
  }
}
@media (min-width: 1440px) {
  #fsFooter {
    background-size: 100% 100%;
  }
}
#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}
#fsFooter .fsBanner:after {
  content: normal;
}
body.fsDraftMode #fsFooter .fsBanner {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
#fsFooter .footer-button-container {
  width: 0vw;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 85px;
}
@media (min-width: 650px) {
  #fsFooter .footer-button-container {
    padding-top: 0;
  }
}
#fsFooter .footer-button-container > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100vw;
  margin-left: -50vw;
}
#fsFooter .footer-button-container > .fsElementContent p {
  width: 33.33%;
}
#fsFooter .footer-button-container > .fsElementContent p:nth-child(-n+2) {
  margin: 0;
}
@media (min-width: 650px) {
  #fsFooter .footer-button-container > .fsElementContent p:nth-child(-n+2) {
    margin: 0 0 10px;
  }
}
#fsFooter .footer-button-container > .fsElementContent p a {
  width: 100%;
  padding: 15px 0;
  font-size: 14px;
  transition: padding .3s;
}
#fsFooter .footer-button-container > .fsElementContent p a:nth-child(-n+2) {
  margin: 0;
}
@media (min-width: 650px) {
  #fsFooter .footer-button-container > .fsElementContent p a:nth-child(-n+2) {
    margin: 0;
  }
}
@media (min-width: 900px) {
  #fsFooter .footer-button-container > .fsElementContent p a {
    font-size: 20px;
  }
}
@media (min-width: 650px) {
  #fsFooter .utility-container {
    float: right;
  }
}
#fsFooter .nav-social {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 650px) {
  #fsFooter .footer-links {
    text-align: right;
  }
}
#fsFooter .footer-links .fsNavLevel1 {
  list-style: none;
  padding-left: 0;
}
#fsFooter .footer-links .fsNavLevel1 li:not(:last-child) {
  margin-bottom: 20px;
}
#fsFooter .footer-links .fsNavLevel1 a {
  color: #fff;
  font-weight: 700;
}
#fsFooter .footer-links .fsNavLevel1 a:hover {
  color: rgba(255, 255, 255, 0.5);
}
#fsFooter .footer-links .fsNavLevel1 a:hover:after {
  display: none;
}

.school-details {
  float: left;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 650px) {
  .school-details {
    width: 60%;
  }
}
@media (min-width: 900px) {
  .school-details {
    width: 62%;
  }
}
.school-details [itemprop='name'] {
  margin-bottom: 20px;
  font-family: "Surveyor Text A", "Surveyor Text B", serif;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  letter-spacing: .75px;
}
@media (min-width: 800px) {
  .school-details [itemprop='name'] {
    font-size: 36px;
  }
}
.school-details [itemprop='streetAddress'] {
  display: inline-block;
  margin: 0;
}
@media (min-width: 850px) {
  .school-details [itemprop='addressLocality'] {
    display: inline-block;
    margin-bottom: 15px;
  }
  .school-details [itemprop='addressLocality']:before {
    content: '\2022';
    margin: 0 10px;
  }
}
.school-details [itemprop='email']:before {
  content: '\2022';
  margin: 0 10px;
}
.school-details a {
  color: inherit;
}
.school-details a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.school-details a:hover:after {
  display: none;
}

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

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

html {
  font-family: "Gotham A", "Gotham B", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 24px;
  color: #2c2a29;
}

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

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

@media (min-width: 800px) {
  .no-hero #fsPageBodyWrapper {
    padding-top: 140px;
  }
}

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

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 800px) {
  #fsBannerLeft {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerLeft {
    padding-right: 40px;
    width: 23.7288135593%;
  }
}

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important;
}
@media (min-width: 800px) {
  #fsPageContent {
    float: left !important;
  }
}
@media (min-width: 800px) {
  .fsHasRightBanner #fsPageContent {
    width: 72.8813559322% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 76.2711864407% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 49.1525423729% !important;
  }
}

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
#fsBannerRight > .fsBanner > .fsElement:not(:last-child) {
  margin-bottom: 50px;
}
@media (min-width: 800px) {
  #fsBannerRight {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerRight {
    padding-left: 40px;
    width: 27.1186440678%;
  }
}

@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.3333333333%;
  }
}

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

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

#fsPoweredByFinalsite {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 1;
}

.fsBreadcrumb.fsElement {
  margin-bottom: 45px;
}
@media (max-width: 1220px) {
  .fsBreadcrumb.fsElement {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
.fsBreadcrumb.fsElement ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsBreadcrumb.fsElement li {
  display: inline-block;
  color: #78be20;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .75px;
}
.fsBreadcrumb.fsElement li:first-child a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}
.fsBreadcrumb.fsElement a {
  color: rgba(99, 102, 106, 0.7);
}
.fsBreadcrumb.fsElement span {
  margin: 0 15px;
  color: rgba(99, 102, 106, 0.7);
}
body.fsComposeMode .fsBreadcrumb.fsElement span {
  margin: auto;
}

#fsHeader .nav-main {
  display: none;
}
@media (min-width: 800px) {
  #fsHeader .nav-main {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 500;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
  }
  #fsHeader .nav-main:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    content: '';
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.2);
  }
  #fsHeader .nav-main.is-fixed, .no-hero #fsHeader .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: .3s;
  }
  #fsHeader .nav-main.is-fixed .fsNavLevel1, .no-hero #fsHeader .nav-main .fsNavLevel1 {
    max-width: 1180px;
    padding: 0 20px;
  }
  #fsHeader .nav-main.is-fixed .fsNavLevel1 > a, .no-hero #fsHeader .nav-main .fsNavLevel1 > a {
    height: 74px;
    width: 50px;
  }
  #fsHeader .nav-main.is-fixed .fsNavLevel1 > a:before, .no-hero #fsHeader .nav-main .fsNavLevel1 > a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    height: 50px;
    width: 50px;
    background: url(../images/monogram.png);
    background-size: cover;
  }
  #fsHeader .nav-main.is-fixed .fsNavLevel1 .search-trigger-container, .no-hero #fsHeader .nav-main .fsNavLevel1 .search-trigger-container {
    margin-top: 15px;
    height: 44px;
    width: 44px;
    border: 1px solid #b1b2b4;
    border-radius: 50%;
  }
  #fsHeader .nav-main.is-fixed .fsNavLevel1 .search-trigger-container:after, .no-hero #fsHeader .nav-main .fsNavLevel1 .search-trigger-container:after {
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #78be20;
  }
  #fsHeader .nav-main.is-fixed .fsNavLevel1 .top-search, .no-hero #fsHeader .nav-main .fsNavLevel1 .top-search {
    top: 74px;
    right: -20px;
    z-index: 9000;
  }
}
@media (min-width: 800px) and (min-width: 1000px) {
  #fsHeader .nav-main.is-fixed .fsNavLevel1 .top-search, .no-hero #fsHeader .nav-main .fsNavLevel1 .top-search {
    top: 75px;
  }
}
@media (min-width: 800px) {
  #fsHeader .nav-main.is-fixed .fsNavLevel1 .top-search form button, .no-hero #fsHeader .nav-main .fsNavLevel1 .top-search form button {
    top: -48px;
    right: 28px;
  }
  #fsHeader .nav-main.is-fixed .fsNavLevel1 .top-search form button:after, .no-hero #fsHeader .nav-main .fsNavLevel1 .top-search form button:after {
    bottom: 0;
  }
}
@media (min-width: 800px) and (min-width: 1000px) {
  #fsHeader .nav-main.is-fixed .fsNavLevel1 .top-search form button, .no-hero #fsHeader .nav-main .fsNavLevel1 .top-search form button {
    top: -61px;
  }
  #fsHeader .nav-main.is-fixed .fsNavLevel1 .top-search form button:after, .no-hero #fsHeader .nav-main .fsNavLevel1 .top-search form button:after {
    bottom: -13px;
  }
}
@media (min-width: 800px) {
  #fsHeader .nav-main.is-fixed.fixed-account, .no-hero #fsHeader .nav-main.fixed-account {
    top: 45px;
  }
  .no-hero #fsHeader .nav-main {
    top: 93px !important;
  }
}
@media (min-width: 800px) and (max-width: 1000px) {
  .no-hero #fsHeader .nav-main {
    top: 80px;
  }
}
.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main li {
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    max-width: 1280px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.nav-main .fsNavLevel1 > li {
  padding: 25px 0;
}
@media (min-width: 800px) {
  .nav-main .fsNavLevel1 > li {
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}
.nav-main .fsNavLevel1 > li > a {
  display: block;
  width: 100%;
  padding: 0 10px;
  font-size: calc(12px + (15 - 12) * ((100vw - 700px) / (1440 - 700)));
  font-weight: 500;
  text-transform: uppercase;
  color: #006747;
  letter-spacing: .75px;
}
@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 > li > a {
    padding: 0 20px;
  }
}
.nav-main .fsNavLevel1 > li:not(:last-of-type) > a {
  border-right: 2px solid #d3d3d3;
}
.nav-main .fsNavLevel1 > li:hover > a {
  color: #78be20;
}
.nav-main .fsNavLevel1 > li:hover > a:after {
  display: none;
}
.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #78be20;
}

.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 101%;
  left: 48px;
  width: 93%;
  max-height: 0;
  overflow: hidden;
}
.nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}
@media (max-width: 599px) {
  .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}
.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 300;
}
.nav-main .fsNavPageInfo {
  background: #fff;
  text-align: left;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
}
@media (min-width: 800px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 20px;
  }
}
.nav-main .fsNavPageDescription {
  width: 27.5%;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
}
.nav-main .fsNavPageDescription strong, .nav-main .fsNavPageDescription a {
  font-size: 17px;
  line-height: 30px;
  color: #78be20;
  font-weight: 700;
}
.nav-main .fsNavPageThumbnail {
  width: 27.5%;
  text-align: center;
}
.nav-main .fsNavPageThumbnail .thumbnail-wrapper {
  display: inline-block;
  position: relative;
}
.nav-main .fsNavPageThumbnail .thumbnail-wrapper:before {
  position: absolute;
  left: 0;
  height: 100%;
  width: 10px;
  content: '';
  background: rgba(120, 190, 32, 0.6);
}
.nav-main .fsNavPageThumbnail img {
  display: block;
  max-height: 261px;
}
.nav-main .fsNavLevel2 {
  width: 45%;
}
.nav-main .fsNavLevel2 .column-list {
  float: left;
  width: 50%;
}
.nav-main .fsNavLevel2 .column-list > li:first-child a {
  padding: 0 0.625em 0.625em;
}
.nav-main .fsNavLevel2 a {
  padding: 0.625em;
  font-size: 14px;
  line-height: 26px;
  color: #63666a;
  display: block;
  font-weight: 500;
}
.nav-main .fsNavLevel2 a:hover {
  color: #78be20;
}
.nav-main .fsNavLevel2 a:hover:after {
  display: none;
}

.drawer-ribbon {
  position: absolute;
  right: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  height: 50px;
  width: 50px;
}
@media (min-width: 800px) {
  .drawer-ribbon {
    display: none;
  }
}

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 50px;
}
.drawer-trigger:before, .drawer-trigger:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 50%;
  content: '';
  background: #006747;
}
.drawer-trigger:before {
  margin-top: -0.25em;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: margin-top .3s, transform .3s;
}
.drawer-trigger:after {
  box-shadow: 0 0.25em 0 0 #006747;
  -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: 0;
  min-height: 100%;
  max-width: 75%;
  background: #006747;
}
.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-search {
  background: #efeff0;
  margin-bottom: 0;
  padding: 27.5px 15px;
  box-shadow: 10px 0 5px -2px rgba(0, 0, 0, 0.3) inset;
}
.fsMenu .mobile-search button {
  width: 25px;
  height: 45px;
  display: inline-block;
  vertical-align: top;
  padding-right: 0;
  padding-left: 0;
  background: none;
  border: 0;
  border-radius: 0px !important;
}
.fsMenu .mobile-search button:before {
  content: "\e908";
  font-family: IcoMoon;
  font-size: 16px;
  color: #78be20;
}
.fsMenu .mobile-search input {
  width: 80%;
  height: 45px;
  background: none;
  border: 0;
  border-radius: 0px !important;
  color: #2c2a29;
}
.fsMenu .mobile-search ::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 18px;
  color: #63666a;
  text-transform: none;
  font-weight: 500;
}
.fsMenu .mobile-nav {
  display: block;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  box-shadow: 10px 0 5px -2px rgba(0, 0, 0, 0.3) inset;
}
.fsMenu .mobile-nav header {
  display: none;
}
.fsMenu .mobile-nav ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.fsMenu .mobile-nav ul li {
  padding: 0;
}
.fsMenu .mobile-nav ul li.fsNavParentPage {
  position: relative;
}
.fsMenu .mobile-nav ul li.fsNavParentPage.active > a {
  color: #78be20;
  background: #005c40;
  box-shadow: 10px 0 5px -2px rgba(0, 0, 0, 0.3) inset;
}
.fsMenu .mobile-nav ul li.fsNavParentPage .fsNavPageInfo .fsNavPageDescription, .fsMenu .mobile-nav ul li.fsNavParentPage .fsNavPageInfo .fsNavPageThumbnail {
  display: none;
}
.fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger {
  color: #f8f8f7;
  cursor: pointer;
  width: 43px;
  height: 43px;
  padding-top: 8px;
  padding-right: 2px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: left;
}
.fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger:after {
  content: '';
  width: 2px;
  height: 12px;
  background: #fff;
  display: block;
  position: absolute;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  right: 19px;
  top: 16px;
}
.fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger:before {
  content: '';
  width: 2px;
  height: 12px;
  background: #fff;
  display: block;
  position: absolute;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 19px;
  top: 16px;
}
.fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger.expanded {
  background: #005c40;
}
.fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger.expanded:before {
  background: #acacac;
}
.fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger.expanded:after {
  display: none;
}
.fsMenu .mobile-nav ul li.fsNavParentPage .fsNavPageInfo {
  display: none;
}
.fsMenu .mobile-nav ul li.fsNavParentPage > a {
  position: relative;
}
.fsMenu .mobile-nav ul li.fsNavParentPage > a:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  right: 0px;
  top: 0;
}
.fsMenu .mobile-nav ul li.fsNavCurrentPage > a, .fsMenu .mobile-nav ul li.fsNavCurrentPageAncestor > a {
  color: #78be20 !important;
}
.fsMenu .mobile-nav ul li.fsNavCurrentPage > .fsNavPageInfo, .fsMenu .mobile-nav ul li.fsNavCurrentPageAncestor > .fsNavPageInfo {
  display: block;
}
.fsMenu .mobile-nav ul li > a {
  display: block;
  color: #fefefe;
  margin-right: 40px;
  font-size: 14px;
  font-weight: 500;
}
.fsMenu .mobile-nav ul.fsNavLevel1 > li:not(:first-of-type) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.fsMenu .mobile-nav ul.fsNavLevel1 > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.fsMenu .mobile-nav ul.fsNavLevel1 > li > a {
  padding: 10px 0 10px 20px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.fsMenu .mobile-nav ul.fsNavLevel2 {
  background: #005c40;
  box-shadow: 10px 0 5px -2px rgba(0, 0, 0, 0.3) inset;
}
.fsMenu .mobile-nav ul.fsNavLevel2 > li > a {
  padding: 10px 0 10px 30px;
  font-size: 14px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.fsMenu .mobile-nav ul.fsNavLevel2 > li > a:after {
  background: none;
}
.fsMenu .mobile-nav ul.fsNavLevel3 {
  background: #005c40;
  box-shadow: 10px 0 5px -2px rgba(0, 0, 0, 0.3) inset;
}
.fsMenu .mobile-nav ul.fsNavLevel3 > li > a {
  padding: 10px 0 10px 45px;
  font-size: 14px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.fsMenu .mobile-nav ul.fsNavLevel3 > li > a:after {
  background: none;
}
.fsMenu .mobile-nav ul.fsNavLevel4 {
  background: #005c40;
  box-shadow: 10px 0 5px -2px rgba(0, 0, 0, 0.3) inset;
}
.fsMenu .mobile-nav ul.fsNavLevel4 > li > a {
  padding: 10px 0 10px 60px;
  font-size: 14px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.fsMenu .mobile-nav ul.fsNavLevel4 > li > a:after {
  background: none;
}
.fsMenu .mobile-nav ul.fsNavLevel5 {
  background: #005c40;
  box-shadow: 10px 0 5px -2px rgba(0, 0, 0, 0.3) inset;
}
.fsMenu .mobile-nav ul.fsNavLevel5 > li > a {
  font-size: 14px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.fsMenu .mobile-nav ul.fsNavLevel5 > li > a:after {
  background: none;
}

#fsHeader,
#fsPageBodyWrapper,
#fsFooter {
  transition: right .3s;
}

.drawer-is-active #fsHeader,
.drawer-is-active #fsPageBodyWrapper,
.drawer-is-active #fsFooter {
  position: relative;
  right: 75%;
}

.fsMenu .mobile-utility .fsNavLevel1 > li > a {
  font-size: 11px !important;
  color: #ffe320;
}

.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: 800px) {
  #fsHeader .nav-sub {
    display: none;
  }
}
#fsPageBody .nav-sub {
  display: block;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #efeff0;
}
@media (min-width: 800px) {
  #fsPageBody .nav-sub {
    display: block;
    padding: 0;
    padding-left: 20px;
    border: none;
    background: linear-gradient(to bottom, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-y top left;
    background-size: 1px 12px;
  }
}
.nav-sub.nav-sub-empty {
  display: none !important;
}
@media (max-width: 799px) {
  .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.active-nav .section-title:after {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.nav-sub ul li.fsNavParentPage .fsNavPageInfo {
  display: none;
}
.nav-sub ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #2c2a29;
}
.nav-sub ul li.fsNavCurrentPage .fsNavPageInfo, .nav-sub ul li.fsNavCurrentPageAncestor .fsNavPageInfo {
  display: block;
  padding-left: 15px;
}
.nav-sub ul li.fsNavCurrentPage > a {
  position: relative;
}
.nav-sub ul li.fsNavCurrentPage > a:before {
  position: absolute;
  top: 0;
  left: -22px;
  content: '';
  width: 10px;
  height: 100%;
  background: #ffe320;
}
.nav-sub ul li a {
  display: block;
  padding: 15px 0;
  font-size: 14px;
  line-height: 17px;
  color: #63666a;
  font-weight: 500;
}
.nav-sub ul li a:hover {
  color: #78be20;
}
.nav-sub ul li a:hover:after {
  display: none;
}
.nav-sub .fsNavLevel1 > li:last-child {
  border-bottom: none;
}
@media (min-width: 800px) {
  .nav-sub .section-title {
    display: none;
  }
}
.nav-sub .section-title a {
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #63666a;
}
.nav-sub .section-title:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  right: 15px;
  font-size: 13px;
  color: #63666a;
  transition: .3s;
}

.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: 20px;
}
@media (min-width: 650px) {
  .nav-social .fsNavLevel1 li:not(:last-child) {
    margin-right: 27px;
  }
}
.nav-social .fsNavLevel1 [href*='facebook']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='instagram']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='linkedin']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='pinterest']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='tumblr']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='twitter']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='vimeo']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='vine']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='youtube']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='rss']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='facebook']:hover {
  background: #006747;
  border-color: #006747;
}
.nav-social .fsNavLevel1 [href*='facebook']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='instagram']:hover {
  background: #006747;
  border-color: #006747;
}
.nav-social .fsNavLevel1 [href*='instagram']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='linkedin']:hover {
  background: #006747;
  border-color: #006747;
}
.nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='pinterest']:hover {
  background: #006747;
  border-color: #006747;
}
.nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='tumblr']:hover {
  background: #006747;
  border-color: #006747;
}
.nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='twitter']:hover {
  background: #006747;
  border-color: #006747;
}
.nav-social .fsNavLevel1 [href*='twitter']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='vimeo']:hover {
  background: #006747;
  border-color: #006747;
}
.nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='vine']:hover {
  background: #006747;
  border-color: #006747;
}
.nav-social .fsNavLevel1 [href*='vine']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='youtube']:hover {
  background: #006747;
  border-color: #006747;
}
.nav-social .fsNavLevel1 [href*='youtube']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='rss']:hover {
  background: #006747;
  border-color: #006747;
}
.nav-social .fsNavLevel1 [href*='rss']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 3px solid rgba(255, 255, 255, 0.2);
  background: #FFF;
  height: 50px;
  width: 50px;
  border-radius: 100%;
}
.nav-social .fsNavLevel1 a:before {
  color: #006747;
  font-size: 30px;
  transition: 0.3s all;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nav-social .fsNavLevel1 a:after {
  display: none;
}

.nav-utility-header {
  display: none;
  float: right;
}
@media (min-width: 800px) {
  .nav-utility-header {
    display: block;
  }
}
.nav-utility-header .fsNavLevel1 {
  position: relative;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.nav-utility-header .fsNavLevel1 > li {
  position: relative;
  margin-right: 25px;
}
.nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 101%;
  left: 48px;
  width: 93%;
  max-height: 0;
  overflow: hidden;
}
.nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}
@media (max-width: 599px) {
  .nav-utility-header .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}
.nav-utility-header .fsNavLevel1 > li > a {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .75px;
}
@media (min-width: 1040px) {
  .nav-utility-header .fsNavLevel1 > li > a {
    font-size: 13px;
  }
}
.nav-utility-header .fsNavLevel1 > li.fsNavParentPage > a:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 5px;
  font-size: 11px;
  line-height: 13px;
  color: #78be20;
}
.nav-utility-header .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo {
  top: 99%;
  width: 250%;
  max-width: 293px;
  z-index: 11;
  padding: 0 20px;
  background: #fff;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35), -1px 0 7px rgba(0, 0, 0, 0.35);
}
.nav-utility-header .fsNavLevel1 > li:nth-child(n-2) .fsNavPageInfo {
  left: 0;
}
.nav-utility-header .fsNavLevel1 > li:nth-child(n+3) .fsNavPageInfo {
  left: auto;
  right: 0;
}
.nav-utility-header .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 {
  list-style: none;
  padding: 40px 0;
}
.nav-utility-header .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li {
  line-height: 26px;
  margin-bottom: 15px;
}
.nav-utility-header .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 a {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #63666a;
}
.nav-utility-header .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 a:hover {
  color: #78be20;
}
.nav-utility-header .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 a:hover:after {
  display: none;
}
.nav-utility-header .fsNavLevel1 > li:hover > a:before {
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 10px;
  content: '';
  background: #ffe320;
}
.nav-utility-header .fsNavLevel1 > li:hover > a:after {
  position: relative;
  background: none;
}

.nav-utility-footer .fsNavLevel1 {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 0;
}
@media (min-width: 650px) {
  .nav-utility-footer .fsNavLevel1 {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.nav-utility-footer .fsNavLevel1 li:not(:last-child) {
  margin-right: 20px;
}
.nav-utility-footer .fsNavLevel1 a {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}
.nav-utility-footer .fsNavLevel1 a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.nav-utility-footer .fsNavLevel1 a:hover:after {
  display: none;
}

.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 default layout */
.fsConstituent {
  word-break: break-word;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}
.fsConstituent .fsPhoto[style*="background-image"],
.fsConstituent .fsProfileImage[style*="background-image"] {
  background-size: cover;
  background-position: center;
  display: inline-block;
}
.fsConstituent .fsPhoto[style*="background-image"] > img,
.fsConstituent .fsProfileImage[style*="background-image"] > img {
  opacity: 0;
  visibility: hidden;
}
.fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
.fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
  float: none;
  margin: 0;
}
.fsConstituent.fsThumbnailAlignLeft .fsPhoto,
.fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
  float: left;
  padding-right: 0;
}
.fsConstituent.fsThumbnailAlignRight .fsPhoto,
.fsConstituent.fsThumbnailAlignRight .fsProfileImage {
  float: right;
  padding-left: 0;
}

.fsConstituentProfile {
  position: relative;
}
.fsConstituentProfile > div,
.fsConstituentProfile > h3 {
  margin-bottom: 20px;
}
.fsConstituentProfile > div > strong {
  display: block;
}

/*! elements - constituent default layout */
.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px;
  margin: 0 auto 20px;
}
.fsConstituent.fsThumbnailAlignLeft .fsPhoto {
  margin-right: 10px;
  margin-bottom: 10px;
}
.fsConstituent.fsThumbnailAlignRight .fsPhoto {
  margin-left: 10px;
  margin-bottom: 10px;
}

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px;
  padding: 20px;
  background-color: #f1f2f2;
}
.fsConstituentItem > h3,
.fsConstituentItem > div {
  margin-bottom: 10px;
}
.fsConstituentItem > h3:last-child,
.fsConstituentItem > div:last-child {
  margin-bottom: 0;
}
.fsConstituentItem .fsPhoto img {
  display: block;
}

div[class^="fsConstituentColumnLayout"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  margin: 0 -10px;
}

@media (min-width: 600px) {
  .fsConstituentColumnLayout_2 .fsConstituentItem,
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(25% - 20px);
  }
}

/*! elements - constituent profile */
.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 20px;
}
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none;
}
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
  float: none;
  width: 100%;
}
@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    padding: 0;
  }
}
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3:first-child {
  padding: 0;
}
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
  float: none;
}
@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 512px;
  }
}
@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    max-width: 25%;
  }
}
@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 128px;
  }
}
.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSection:after, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSection:after {
  display: none;
}
.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%;
}
.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData > div {
  clear: none;
}
@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-right: 20px;
    float: left;
  }
}
@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-left: calc(40% + 20px);
  }
}
@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 532px;
  }
}
@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-left: calc(25% + 20px);
  }
}
@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 148px;
  }
}
@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-left: 20px;
    float: right;
  }
}
@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-right: calc(40% + 20px);
  }
}
@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 532px;
  }
}
@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-right: calc(25% + 20px);
  }
}
@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 148px;
  }
}

.fsProfileImage {
  margin-bottom: 20px;
}
.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}
.fsProfileSection h4 {
  margin: 0 0 1rem 0;
}

.fsProfileSectionData {
  margin-bottom: 1em;
}
.fsProfileSectionData:last-child {
  margin-bottom: 0;
}
.fsProfileSectionData.fsTitle {
  font-weight: inherit;
  font-size: 16px;
  line-height: 24px;
}
.fsProfileSectionData > div {
  width: auto;
  float: none;
  display: block;
}
.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}
@media (min-width: 600px) {
  .fsProfileSectionData.fsStyleHalf {
    width: 50%;
  }
}

.fsProfileSectionSpecialData > div {
  width: auto;
  float: none;
  display: block;
}
.fsProfileSectionSpecialData div[id^="fsEmail"] {
  display: inline-block;
}

.fsProfileSectionFieldName,
.fsEmail > div:first-child {
  font-weight: 700;
}

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden;
}
.fsConstituent.fsSearch + .fsConstituent {
  border-top: #2c2a29;
  margin-top: 20px;
  padding-top: 20px;
}

.fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.fsConstituentSearchForm > label {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fsConstituentSearchForm > label > span {
  margin-bottom: 2px;
}
.fsConstituentSearchForm > label > select,
.fsConstituentSearchForm > label > input {
  border: 1px solid #2c2a29;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.fsConstituentSearchForm > label > select {
  height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.fsConstituentSearchForm [type*='submit'] {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 10px;
  width: 100%;
}
@media (min-width: 600px) {
  .fsConstituentSearchForm [type*='submit'] {
    width: auto;
  }
}

/*! elements - constituent default layout */
.fsConstituent.fsElementDialog .fsProfileImage:first-child {
  margin-top: 1em;
}
.fsConstituent.fsElementDialog .fsProfileImage img {
  float: none;
  margin: 0;
}
.fsConstituent .fsDialogContent {
  padding-top: 45px;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none;
}
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
  float: none;
  width: 100%;
}
@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    padding: 0;
  }
}
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3:first-child {
  padding: 0;
}
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
  float: none;
}
@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
    max-width: 40%;
  }
}
@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    max-width: 25%;
  }
}
@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage {
    max-width: 128px;
  }
}
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSection:after, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSection:after {
  display: none;
}
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%;
}
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
  clear: none;
}
@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage {
    margin-right: 20px;
    float: left;
  }
}
@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3 {
    padding-left: calc(40% + 20px);
  }
}
@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3 {
    padding-left: calc(25% + 20px);
  }
}
@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-left: 148px;
  }
}
@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    margin-left: 20px;
    float: right;
  }
}
@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3 {
    padding-right: calc(40% + 20px);
  }
}
@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    padding-right: calc(25% + 20px);
  }
}
@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-right: 148px;
  }
}

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: transparent;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #78be20;
  margin-bottom: 20px;
  margin-bottom: 2px;
  display: block;
  font-size: 17px;
  padding: 13.3333333333px;
  color: #006747;
  transition: .3s;
  position: relative;
}
.fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
  transition: none;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: rgba(255, 227, 32, 0.2);
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #006747;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #ffe320;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #006747;
}
.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.3333333333px;
  font-family: "IcoMoon";
  font-size: 15px;
  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.3333333333px;
  font-family: "IcoMoon";
  font-size: 15px;
  content: "";
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  left: 13.3333333333px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  right: 13.3333333333px;
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

.fsAccordion {
  margin-bottom: 20px;
}
.fsAccordion .fsPanel {
  margin-bottom: 0;
}
.fsAccordion .fsPanel .fsElementTitle {
  background: linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x top left;
  background-size: 12px 1px;
  margin-bottom: 0;
}
.fsAccordion .fsPanel .fsElementTitle a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-left: 1px solid #b1b2b4;
}
.fsAccordion .fsPanel .fsElementTitle a:hover:after {
  display: none;
}
.fsAccordion .fsPanel:last-child .fsElementTitle {
  background: linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x top left, linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x bottom left;
  background-size: 12px 1px;
}
.fsAccordion .fsPanel.fsStateOpen .fsElementTitle {
  background: linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x top left, linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x bottom left;
  background-size: 12px 1px;
}

/*! 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 .fsDate {
  display: block;
  font-family: "Surveyor Text A", "Surveyor Text B", serif;
  font-size: 26px;
  line-height: 32px;
  color: #006747;
  font-weight: 500;
}
.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 thead {
    display: none;
  }
}
@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }
  .fsAthleticsEvent.fsTable td:not(:last-child) {
    border: 0;
  }
  .fsAthleticsEvent.fsTable td:first-of-type {
    padding-top: 10px;
  }
  .fsAthleticsEvent.fsTable td:last-of-type {
    padding-bottom: 10px;
  }
  .fsAthleticsEvent.fsTable td:before {
    display: inline-block;
    font-weight: 700;
    color: #78be20;
  }
  .fsAthleticsEvent.fsTable td.fsTitle:before {
    content: 'Team: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsOpponents {
    display: inline-block;
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsOpponents .fsAthleticsVs {
    display: inline-block;
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
    display: inline-block;
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsOpponents:before {
    content: 'Opponent: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsDate .fsDateTime {
    display: inline-block;
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsDate:before {
    content: 'Date: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsTime .fsDateTime {
    display: inline-block;
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsTime:before {
    content: 'Time: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsLocations:before {
    content: 'Location: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsAdvantage:before {
    content: 'Advantage: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsEventType:before {
    content: 'Type: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsDetails:before {
    content: 'Details: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsResult:before {
    content: 'Result: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsScore:before {
    content: 'Score: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsAlerts:before {
    content: 'Alerts: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsDismissal:before {
    content: 'Dismissal: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsDeparture:before {
    content: 'Departure: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsReturn:before {
    content: 'Return Time: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsPickup:before {
    content: 'Pickup Time: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsRecap:before {
    content: 'Recap: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsStatus:before {
    content: 'Status: ';
  }
}

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

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

.fsAthleticsRoster .fsTable td.fsRosterPlayerNumber:before, .fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: ';
}
.fsAthleticsRoster .fsTable td.fsRosterName:before, .fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: ';
}
.fsAthleticsRoster .fsTable td.fsRosterPosition:before, .fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: ';
}
.fsAthleticsRoster .fsTable td.fsRosterClass:before, .fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: ';
}
.fsAthleticsRoster .fsTable td.fsRosterGradeLevel:before, .fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: ';
}
.fsAthleticsRoster .fsTable td.fsRosterHometown:before, .fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: ';
}
.fsAthleticsRoster .fsTable td.fsRosterHeight:before, .fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: ';
}
.fsAthleticsRoster .fsTable td.fsRosterWeight:before, .fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: ';
}

.fsAthleticsRoster {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .fsAthleticsRoster .fsTable thead {
    display: none;
  }
}
@media (min-width: 800px) {
  .fsAthleticsRoster .fsTable td:before {
    display: none;
  }
}
@media (max-width: 800px) {
  .fsAthleticsRoster .fsTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }
  .fsAthleticsRoster .fsTable td:not(:last-child) {
    border: 0;
  }
  .fsAthleticsRoster .fsTable td:first-of-type {
    padding-top: 10px;
  }
  .fsAthleticsRoster .fsTable 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 #f8f8f7;
}
.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;
}

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar .fsDayContainer:not(:last-child) {
  background: linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x bottom left;
  background-size: 12px 1px;
}
.fsCalendar article {
  padding-bottom: 20px;
  padding-top: 0px;
  margin-bottom: 0;
}
.fsCalendar .fsTitle {
  margin: 10px 0;
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
}
.fsCalendar .fsTitle a {
  color: #a1a3a6;
}
.fsCalendar .fsDate {
  font-family: "Surveyor Text A", "Surveyor Text B", serif;
  font-size: 26px;
  line-height: 32px;
  color: #006747;
  font-weight: 500;
}
.fsCalendar .fsTimeRange,
.fsCalendar .fsLocation {
  font-size: 14px;
  line-height: 19px;
  color: #2c2a29;
  font-weight: 400;
}
.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}
.fsCalendar .fsReadMoreLink {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
}
.fsCalendar .fsElementFooterContent a {
  padding: 20px 15px;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
  margin-bottom: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}

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

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
    margin: 20px 0;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    display: inline;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    width: 14.28% !important;
    height: 45px !important;
    float: left;
    overflow: hidden !important;
    cursor: pointer;
    min-height: 0;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background-color: rgba(0, 103, 71, 0.15);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(0, 103, 71, 0.05);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 0;
    height: 25px;
    border: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
    background-color: rgba(0, 103, 71, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(0, 103, 71, 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 {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 280px;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: rgba(44, 42, 41, 0.5) !important;
  background-clip: padding-box;
  outline: 0;
  border-radius: 0;
  transition: .3s;
  padding: 10px 20px;
}
.scroll-up span:after {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: calc(100% - 10px);
  background: #2c2a29;
  transition: .3s;
}
.scroll-up span:hover:after {
  height: calc(100% - 5px);
  background: #2c2a29;
}
.scroll-up span em {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}
.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px;
}
.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0;
}
.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
    width: 49%;
  }
}

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
/*! _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;
}

.green-image, .yellow-image, .green-noimage, .yellow-noimage {
  margin-bottom: 1.25em;
  color: #fff;
}
.green-image h1, .yellow-image h1, .green-noimage h1, .yellow-noimage h1, .green-image h2, .yellow-image h2, .green-noimage h2, .yellow-noimage h2, .green-image h3, .yellow-image h3, .green-noimage h3, .yellow-noimage h3, .green-image h4, .yellow-image h4, .green-noimage h4, .yellow-noimage h4, .green-image h5, .yellow-image h5, .green-noimage h5, .yellow-noimage h5, .green-image h6, .yellow-image h6, .green-noimage h6, .yellow-noimage h6 {
  color: inherit;
}

.green-image {
  background: #006747;
}
.green-image.fsStateEditable a {
  color: #333 !important;
}
.green-image img {
  display: block;
  width: 100%;
}
.green-image .image-wrapper {
  position: relative;
}
.green-image .image-wrapper:after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  height: 10px;
  background: rgba(0, 103, 71, 0.6);
}
.green-image header {
  padding: 20px 20px 0;
}
.green-image header h2 {
  color: #ffe320;
}
.green-image > .fsElementContent {
  padding: 0 20px 20px;
  color: #fff;
}
.green-image > .fsElementContent a {
  position: relative;
  color: #fff;
  font-weight: 700;
  border-bottom: 2px solid #fff;
}
.green-image > .fsElementContent a:hover {
  color: #ffe320;
  border-bottom-color: #ffe320;
}
.green-image > .fsElementContent a:hover:after {
  display: none;
}

.yellow-image {
  background: #ffe320;
}
.yellow-image.fsStateEditable a {
  color: #333 !important;
}
.yellow-image img {
  display: block;
  width: 100%;
}
.yellow-image .image-wrapper {
  position: relative;
}
.yellow-image .image-wrapper:after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  height: 10px;
  background: rgba(255, 227, 32, 0.6);
}
.yellow-image header {
  padding: 20px 20px 0;
}
.yellow-image header h2 {
  color: #006747;
}
.yellow-image > .fsElementContent {
  padding: 0 20px 20px;
  color: #2c2a29;
}
.yellow-image > .fsElementContent a {
  position: relative;
  color: #2c2a29;
  font-weight: 700;
  border-bottom: 2px solid #2c2a29;
}
.yellow-image > .fsElementContent a:hover {
  color: #006747;
  border-bottom-color: #006747;
}
.yellow-image > .fsElementContent a:hover:after {
  display: none;
}

.green-noimage {
  position: relative;
  background: #006747;
  background-image: url("../images/watermark.png");
  background-repeat: no-repeat;
  background-position: 105% 100%;
}
.green-noimage.fsStateEditable a {
  color: #333 !important;
}
.green-noimage img {
  display: block;
}
.green-noimage .image-wrapper {
  position: relative;
}
.green-noimage .image-wrapper:after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  height: 10px;
  background: rgba(0, 103, 71, 0.6);
}
.green-noimage header {
  padding: 20px 20px 0;
}
.green-noimage header h2 {
  color: #ffe320;
}
.green-noimage > .fsElementContent {
  padding: 0 20px 20px;
  color: #fff;
}
.green-noimage > .fsElementContent a {
  position: relative;
  color: #fff;
  font-weight: 700;
  border-bottom: 2px solid #fff;
}
.green-noimage > .fsElementContent a:hover {
  color: #ffe320;
  border-bottom-color: #ffe320;
}
.green-noimage > .fsElementContent a:hover:after {
  display: none;
}
.green-noimage img {
  margin: 0 auto;
}

.yellow-noimage {
  position: relative;
  background: #ffe320;
  background-image: url("../images/watermark2.png");
  background-repeat: no-repeat;
  background-position: 105% 100%;
}
.yellow-noimage.fsStateEditable a {
  color: #333 !important;
}
.yellow-noimage img {
  display: block;
}
.yellow-noimage .image-wrapper {
  position: relative;
}
.yellow-noimage .image-wrapper:after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  height: 10px;
  background: rgba(255, 227, 32, 0.6);
}
.yellow-noimage header {
  padding: 20px 20px 0;
}
.yellow-noimage header h2 {
  color: #006747;
}
.yellow-noimage > .fsElementContent {
  padding: 0 20px 20px;
  color: #2c2a29;
}
.yellow-noimage > .fsElementContent a {
  position: relative;
  color: #2c2a29;
  font-weight: 700;
  border-bottom: 2px solid #2c2a29;
}
.yellow-noimage > .fsElementContent a:hover {
  color: #006747;
  border-bottom-color: #006747;
}
.yellow-noimage > .fsElementContent a:hover:after {
  display: none;
}
.yellow-noimage img {
  margin: 0 auto;
}

body:not(.fsComposeMode) .announcement {
  position: absolute;
  top: 200px;
  right: 0;
  z-index: 103;
  opacity: 1;
  width: 40%;
  padding: 30px 40px 60px;
  color: #2c2a29;
  background: #ffe320;
  transition: .3s;
}
body:not(.fsComposeMode) .announcement:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: rgba(255, 227, 32, 0.6);
}
body:not(.fsComposeMode) .announcement .close-btn {
  position: absolute;
  right: 20px;
  cursor: pointer;
}
body:not(.fsComposeMode) .announcement .close-btn:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 28px;
}
body:not(.fsComposeMode) .announcement header {
  position: relative;
  padding-bottom: 30px;
  color: #006747;
  font-size: 20px;
  font-weight: 700;
}
body:not(.fsComposeMode) .announcement header .fsElementHeaderContent {
  margin-bottom: 0;
}
body:not(.fsComposeMode) .announcement footer .fsElementFooterContent {
  font-size: 16px;
}
body:not(.fsComposeMode) .announcement footer .fsElementFooterContent a {
  color: #2c2a29;
  font-weight: 700;
  border-bottom: 2px solid #2c2a29;
}
body:not(.fsComposeMode) .announcement.hidden {
  right: -360px;
  opacity: 0;
}

body:not(.fsComposeMode) .announcement-tag {
  position: absolute;
  right: -45px;
  top: 250px;
  opacity: 0;
  z-index: 104;
  height: 45px;
  width: 45px;
  font-size: 0;
  background: #78be20;
  transition: .3s;
  cursor: pointer;
}
body:not(.fsComposeMode) .announcement-tag:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
}
body:not(.fsComposeMode) .announcement-tag.hidden {
  right: 0;
  opacity: 1;
}
body:not(.fsComposeMode) .announcement-tag.hidden:hover {
  opacity: .5;
}

.icon-samples {
  position: relative;
}
.icon-samples i {
  display: block;
  position: relative;
  margin: 0 0 15px 0;
  font-size: 30px;
  color: #2c2a29;
}
.icon-samples i:before {
  position: relative;
  left: 0;
  top: 0;
  -ms-transform: none;
  transform: none;
  margin-right: 10px;
}

i {
  position: absolute;
  top: 50%;
  font-size: 42px;
  font-style: normal;
  color: #fff;
}
i:after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  height: 100px;
  width: 100px;
  background: none;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
i.book:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.brush:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.cap:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.cross:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.cup:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.dc:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.gate:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.girls:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.give:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.globe:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.heart:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.lamp:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.masks:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.music:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.pencil:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.bag:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.gv:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.lamp2:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.light:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.paw:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.pennant:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.runners:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.tree:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
i.ball:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

/*! 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: #78be20;
  margin-right: 10px;
  cursor: pointer;
  transition: .3s;
}
.fsComposerFormEmbed form .linkLike:hover {
  color: #78be20;
}
.fsComposerFormEmbed form .required {
  color: #006747;
}
.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: #78be20;
  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: #78be20;
  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: #006747 !important;
  text-shadow: none;
  font-size: inherit;
  border: none !important;
  float: left;
  line-height: 1;
}
.fsComposerFormEmbed form .submitBtn:hover {
  transition: .3s;
  color: #fff !important;
  background: #78be20 !important;
}
.fsComposerFormEmbed .ui-widget {
  font-family: "Gotham A", "Gotham B", 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 {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 280px;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: rgba(44, 42, 41, 0.5) !important;
  background-clip: padding-box;
  outline: 0;
  border-radius: 0;
  transition: .3s;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:after, .fsLogin .fsLoginMainView button:after, .fsLogin .fsLoginForgotView .fsLoginSubmit:after, .fsLogin .fsLoginForgotView button:after, .fsLogin .fsLoginNewView .fsLoginSubmit:after, .fsLogin .fsLoginNewView button:after, .fsAccount .fsLoginMainView .fsLoginSubmit:after, .fsAccount .fsLoginMainView button:after, .fsAccount .fsLoginForgotView .fsLoginSubmit:after, .fsAccount .fsLoginForgotView button:after, .fsAccount .fsLoginNewView .fsLoginSubmit:after, .fsAccount .fsLoginNewView button:after {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: calc(100% - 10px);
  background: #2c2a29;
  transition: .3s;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:hover:after, .fsLogin .fsLoginMainView button:hover:after, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover:after, .fsLogin .fsLoginForgotView button:hover:after, .fsLogin .fsLoginNewView .fsLoginSubmit:hover:after, .fsLogin .fsLoginNewView button:hover:after, .fsAccount .fsLoginMainView .fsLoginSubmit:hover:after, .fsAccount .fsLoginMainView button:hover:after, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover:after, .fsAccount .fsLoginForgotView button:hover:after, .fsAccount .fsLoginNewView .fsLoginSubmit:hover:after, .fsAccount .fsLoginNewView button:hover:after {
  height: calc(100% - 5px);
  background: #2c2a29;
}
.fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
  display: block;
}
.fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
  margin-bottom: 10px;
}
.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}
.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}
.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px;
}

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px;
}
.fsAccount .fsAccountLinks {
  margin: 0;
}
.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px;
}
.fsAccount .fsAccountLogout a {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 280px;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: rgba(44, 42, 41, 0.5) !important;
  background-clip: padding-box;
  outline: 0;
  border-radius: 0;
  transition: .3s;
}
.fsAccount .fsAccountLogout a:after {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: calc(100% - 10px);
  background: #2c2a29;
  transition: .3s;
}
.fsAccount .fsAccountLogout a:hover:after {
  height: calc(100% - 5px);
  background: #2c2a29;
}
.fsAccount .fsAccountLogout a em {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
}
.fsMediaCustomPlayer article {
  background-position: center;
  background-size: cover;
  outline: 0;
  position: relative;
}
.fsMediaCustomPlayer article img {
  opacity: 0;
  visibility: hidden;
}
.fsMediaCustomPlayer .caption-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 24px;
  padding: 10px;
  position: absolute;
  width: 100%;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-wrapper {
    padding: 20px;
  }
}
.fsMediaCustomPlayer .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}
.fsMediaCustomPlayer .caption-wrapper a:hover {
  text-decoration: underline;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-title {
    margin-top: 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #78be20;
    margin-bottom: 20px;
    margin-bottom: 0;
  }
}
.fsMediaCustomPlayer .caption-desc {
  display: none;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-desc {
    display: block;
  }
}
.fsMediaCustomPlayer .caption-desc p:last-child {
  margin-bottom: 0;
}
.fsMediaCustomPlayer .caption-desc:empty {
  display: none;
}
.fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
.fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}
.fsMediaCustomPlayer .slick-next {
  left: auto;
  right: 0;
}
.fsMediaCustomPlayer .slick-next:before {
  content: '\203A';
}
.fsMediaCustomPlayer .slick-prev {
  left: 0;
  right: auto;
}
.fsMediaCustomPlayer .slick-prev:before {
  content: '\2039';
}

.pop-up #fsPageBodyWrapper {
  background: transparent;
}
.pop-up #fsPoweredByFinalsite {
  display: none;
}

.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 18000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.85);
}
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}
.nivo-lightbox-overlay .nivo-lightbox-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.nivo-lightbox-overlay .nivo-lightbox-wrap .nivo-lightbox-content {
  height: 100%;
  width: 100%;
}
.nivo-lightbox-overlay .nivo-lightbox-wrap .nivo-lightbox-content iframe {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
}
.nivo-lightbox-overlay .nivo-lightbox-wrap .nivo-lightbox-content iframe.nivo-lightbox-item {
  padding: 70px 0;
}
.nivo-lightbox-overlay .nivo-lightbox-close {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  right: 40px;
  transition: 0.3s all ease-in-out;
  line-height: 0;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  cursor: pointer;
  color: #bebebe;
  font-size: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nivo-lightbox-overlay .nivo-lightbox-close:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 30px;
  line-height: 30px;
}
.nivo-lightbox-overlay .nivo-lightbox-close:hover:before {
  color: #78be20;
}
.nivo-lightbox-overlay .nivo-lightbox-close:hover:after {
  display: none;
}

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

.fsNews.fsList article,
.fsPostElement.fsList article {
  padding-bottom: 25px;
}
.fsNews.fsList article:not(:last-child),
.fsPostElement.fsList article:not(:last-child) {
  background: linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x bottom left;
  background-size: 12px 1px;
}
.fsNews.fsList article .fsThumbnail,
.fsPostElement.fsList article .fsThumbnail {
  height: 100%;
  width: 100%;
}
.fsNews.fsList article .fsTitle,
.fsPostElement.fsList article .fsTitle {
  margin-bottom: 10px;
}
.fsNews.fsList article .fsTitle a,
.fsPostElement.fsList article .fsTitle a {
  color: #006747;
  font-size: 17px;
  line-height: 23px;
}
.fsNews.fsList article .fsDateTime,
.fsPostElement.fsList article .fsDateTime {
  padding-bottom: 10px;
}
.fsNews.fsList article .fsReadMoreLink,
.fsPostElement.fsList article .fsReadMoreLink {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
}
.fsNews.fsList .fsElementFooterContent a,
.fsPostElement.fsList .fsElementFooterContent a {
  padding: 20px 15px;
}

.fsNews.fsGrid .fsListItems article,
.fsPostElement.fsGrid .fsListItems article {
  margin-bottom: 20px;
  padding: 0 10px;
}

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  margin-bottom: 20px;
}
.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #78be20 !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #f8f8f7;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "Gotham A", "Gotham B", 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: #006747;
  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: "Gotham A", "Gotham B", 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 form {
  background-color: #fff;
  padding: 11px 20px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35), -1px 0 7px rgba(0, 0, 0, 0.35);
}
@media (min-width: 1000px) {
  .top-search form {
    padding: 21px 20px;
  }
}
.top-search form input {
  background: transparent;
  border: 0;
  margin-left: 5px;
}
.top-search form button {
  -webkit-appearance: none;
  background: transparent;
  box-shadow: 0;
  border: 0;
}
.top-search form button:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #2c2a29;
  font-size: 16px;
  line-height: 30px;
  padding-right: 0 30px 0 0;
  transition: color .3s;
  position: absolute;
  top: -4px;
  left: -9px;
}
@media (min-width: 1000px) {
  .top-search form button:before {
    position: static;
  }
}

#fsHeader .top-search {
  position: absolute;
  z-index: 11;
  top: 77px;
  right: 0;
  visibility: hidden;
}
@media (min-width: 1000px) {
  #fsHeader .top-search {
    top: 48px;
  }
}
#fsHeader .top-search form {
  transition: linear .3s;
  opacity: 0;
  width: 1px;
  position: relative;
}
#fsHeader .top-search form input {
  width: 90%;
  font-size: 14px;
  line-height: 26px;
  color: #63666a;
}
#fsHeader .top-search form input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 26px;
  color: #63666a;
}
#fsHeader .top-search form input:-moz-placeholder {
  font-size: 14px;
  line-height: 26px;
  color: #63666a;
}
#fsHeader .top-search form input::-moz-placeholder {
  font-size: 14px;
  line-height: 26px;
  color: #63666a;
}
#fsHeader .top-search form input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 26px;
  color: #63666a;
}
#fsHeader .top-search form button {
  position: absolute;
  top: -48px;
  right: 10px;
  height: 47px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 2.5s;
}
#fsHeader .top-search form button:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  width: 42px;
  height: 10px;
  background: #ffe320;
}
#fsHeader .top-search.active {
  visibility: visible;
}
#fsHeader .top-search.active form {
  opacity: 1;
  width: 327px;
}
#fsHeader .top-search.active form input {
  width: 90%;
}
#fsHeader .top-search.active form button {
  opacity: 1;
  visibility: visible;
}

.search-trigger-container {
  display: none;
  position: relative;
  float: right;
  height: 100%;
  margin-bottom: 0;
  padding: 0 30px 0 0;
  line-height: 43px;
  background: none;
  cursor: pointer;
}
@media (min-width: 800px) {
  .search-trigger-container {
    display: block;
  }
}
.drawer-ribbon .search-trigger-container {
  right: 0;
}
.search-trigger-container .search-trigger {
  font-size: 0;
}
.search-trigger-container:after {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 16px;
  color: #2c2a29;
  cursor: pointer;
}

/*! _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 #2c2a29;
}
.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: #2c2a29;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "Gotham A", "Gotham B", 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: #2c2a29;
  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: "Gotham A", "Gotham B", 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: "Gotham A", "Gotham B", 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: #2c2a29;
}
.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: #78be20;
}
.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: #78be20 !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: #78be20 !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 {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 280px;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: rgba(44, 42, 41, 0.5) !important;
  background-clip: padding-box;
  outline: 0;
  border-radius: 0;
  transition: .3s;
}
.vimeo_view_link a:after {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: calc(100% - 10px);
  background: #2c2a29;
  transition: .3s;
}
.vimeo_view_link a:hover:after {
  height: calc(100% - 5px);
  background: #2c2a29;
}
.vimeo_view_link a em {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}

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

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

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

.Youtube_view_link a {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 280px;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: rgba(44, 42, 41, 0.5) !important;
  background-clip: padding-box;
  outline: 0;
  border-radius: 0;
  transition: .3s;
}
.Youtube_view_link a:after {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: calc(100% - 10px);
  background: #2c2a29;
  transition: .3s;
}
.Youtube_view_link a:hover:after {
  height: calc(100% - 5px);
  background: #2c2a29;
}
.Youtube_view_link a em {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
  background: linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x bottom left;
  background-size: 12px 1px;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 2px;
}
.fsTabs .fsTabsNav li a {
  position: relative;
  display: block;
  margin-top: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #78be20;
  margin-bottom: 20px;
  margin-bottom: 2px;
  display: block;
  font-size: 17px;
  padding: 13.3333333333px;
  color: #006747;
  transition: .3s;
  background: transparent;
  color: #006747;
}
.fsTabs .fsTabsNav li a:hover {
  background: transparent;
  color: #006747;
}
.fsTabs .fsTabsNav li a:hover:after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: transparent;
  color: #006747;
}
.fsTabs .fsTabsNav li.fsStateSelected a:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: #ffe320;
}
.fsTabs .fsTabsNav li.fsStateSelected a:after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: #ffe320;
}
.fsTabs .fsPanel > .fsElementContent {
  padding: 25px 15px 15px;
}

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

@font-face {
  font-family: 'CampusMap';
  src: url("../fonts//CampusMap2/icomoon.eot");
  src: url("../fonts//CampusMap2/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//CampusMap2/icomoon.woff2") format("woff2"), url("../fonts//CampusMap2/icomoon.woff") format("woff"), url("../fonts//CampusMap2/icomoon.ttf") format("truetype"), url("../fonts//CampusMap2/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
.campus-map #fsPageBodyWrapper {
  padding-right: 0;
  padding-left: 0;
}
.campus-map #fsPageBody {
  max-width: 100%;
}
.campus-map .fsBreadcrumb > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}
.campus-map .instructions {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  max-width: 1220px;
  padding: 0 20px;
}
.campus-map .coordinates-popup {
  position: absolute;
  background: #FFF;
  color: #000;
  padding: 9px 5px;
  margin-top: -87px;
  margin-left: -310px;
  z-index: 9000;
  width: 620px;
  height: 80px;
  text-align: center;
  border: 1px solid #000;
}
.campus-map .coordinates-popup:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}
.campus-map .coordinates-popup .html-markup {
  display: block;
  margin: 5px;
}
.campus-map .coordinates-popup .copyButton.success:after {
  content: "\2714";
  margin-left: 5px;
}
@media (min-width: 800px) {
  .campus-map.map-pop-active .map-pop-wrapper {
    width: 30px;
    height: 30px;
    right: 0;
    left: 100%;
    top: 50%;
    bottom: initial;
    -ms-transform: translateY(-35%) !important;
    transform: translateY(-35%) !important;
    background: none;
  }
}
.campus-map .map-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.campus-map .map-wrapper .map-container {
  position: relative;
}
.campus-map .map-wrapper .map-container > .fsElementContent {
  position: relative;
}
.campus-map .map-wrapper .map-container > .fsElementContent img {
  display: block;
  width: 100%;
  height: auto;
}
.campus-map .map-lead-in > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  max-width: 1220px;
  padding: 0 20px;
  margin-bottom: 40px;
}
.campus-map .map-points, .campus-map .map-points ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.campus-map .map-points li {
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  .campus-map .map-points.mobile {
    display: none;
  }
}
.campus-map .map-points:not(.mobile) {
  display: none;
}
@media (min-width: 800px) {
  .campus-map .map-points:not(.mobile) {
    display: block;
  }
}
@media (min-width: 800px) {
  .campus-map .map-points {
    text-align: center;
    font-size: 0.625rem;
  }
}
.campus-map .map-points ul:not(.redactor-toolbar) {
  font-size: 0;
}
.campus-map .map-points ul:not(.redactor-toolbar) li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  counter-increment: li;
  transition: 0.3s all;
  visibility: hidden;
  opacity: 0;
  z-index: 400;
}
.campus-map .map-points ul:not(.redactor-toolbar) li.active-modal {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 800px) {
  .campus-map .map-points ul:not(.redactor-toolbar) li {
    visibility: visible;
    opacity: 1;
  }
}
.campus-map .map-points ul:not(.redactor-toolbar) li:hover {
  z-index: 1;
}
.campus-map .map-points ul:not(.redactor-toolbar) li:before {
  border-radius: 100%;
}
.campus-map .map-points ul:not(.redactor-toolbar) li a {
  display: block;
  position: relative;
}
.campus-map .map-points ul:not(.redactor-toolbar) li a:hover:before {
  background: #ffffff;
}
.campus-map .map-points ul:not(.redactor-toolbar) li a:hover .map-text {
  background: rgba(22, 48, 82, 0.9);
  -ms-transform: scale(1) translate(-50%, -10%);
  transform: scale(1) translate(-50%, -10%);
  opacity: 1;
  visibility: visible;
}
.campus-map .map-points ul:not(.redactor-toolbar) li a span.marker {
  border-radius: 100%;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: bottom;
  color: #2c2a29;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 0.9375rem;
  z-index: 1;
  position: relative;
  font-weight: 600;
}
.campus-map .map-points ul:not(.redactor-toolbar) li a span.marker:after {
  content: '\e900';
  font-family: 'CampusMap';
  width: 30px;
  height: 30px;
  display: block;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 1px 0px 8px #4c4b4b;
  position: absolute;
  top: 5px;
  left: -10px;
  font-size: 50px;
  z-index: -1;
}
.campus-map .map-points ul:not(.redactor-toolbar) li a .map-text {
  bottom: 100%;
  font-size: 0.875rem;
  color: #FFF;
  padding: 5px;
  position: absolute;
  left: 50%;
  border-radius: 5px;
  white-space: nowrap;
  -ms-transform: scale(0.95) translate(-50%, 100%);
  transform: scale(0.95) translate(-50%, 100%);
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.3s ease;
}
.campus-map .map-key {
  margin: 40px 0 20px 0;
  padding: 40px 20px;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  max-width: 1220px;
}
.campus-map .map-key ul:not(.redactor-toolbar) {
  padding: 0;
  margin: 0;
  list-style: none;
}
.campus-map .map-key ul:not(.redactor-toolbar) li {
  padding: 10px 5px;
  margin: 0 -3px 2px;
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
@media (max-width: 800px) {
  .campus-map .map-key ul:not(.redactor-toolbar) li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .campus-map .map-key ul:not(.redactor-toolbar) li {
    width: 100%;
    margin: 5px 0;
  }
}
.campus-map .map-key ul:not(.redactor-toolbar) li:before {
  box-shadow: 1px 0px 4px #020202;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  background: rgba(255, 255, 255, 0.96);
  color: #006747;
  width: 30px;
  height: 30px;
  font-size: 18px;
  border-radius: 100%;
}
@media screen and (min-width: 600px) {
  .campus-map .map-key ul:not(.redactor-toolbar) li {
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
}
.campus-map .map-detail {
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #6d6d6d;
  font-size: 16px;
}
@media (min-width: 800px) {
  .campus-map .map-detail {
    position: relative;
  }
}
@media (min-width: 800px) {
  .campus-map .map-detail .slick-list {
    height: 100% !important;
  }
}
.campus-map .map-detail .slick-dots {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 15px 20px;
  display: none !important;
  line-height: 1;
  text-align: center;
}
@media (min-width: 800px) {
  .campus-map .map-detail .slick-dots {
    display: block !important;
  }
}
.campus-map .map-detail .slick-dots li {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0;
}
.campus-map .map-detail .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.campus-map .map-detail .slick-dots li.slick-active button {
  background: #35c9d7;
  opacity: 1;
}
.campus-map .map-detail .slick-dots li button {
  padding: 0;
  opacity: 0.6;
  background: #b2b2b2;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 100%;
  transition: 0.3s background;
}
.campus-map .map-detail .slick-dots li button:hover {
  background: #35c9d7;
  opacity: 1;
}
.campus-map .map-detail .fsSlideImage {
  width: 100%;
  border-radius: 4px;
  margin-top: 20px;
  display: block;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 799px) {
  .campus-map .map-detail .fsSlideImage {
    background-image: none !important;
  }
}
.campus-map .map-detail .fsSlideImage img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 800px) {
  .campus-map .map-detail .fsSlideImage img {
    opacity: 0;
    visibility: hidden;
  }
}
.campus-map .map-detail .fsCaptionTitleWrapper .fsSlideTitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.campus-map .map-detail .fsCaptionDescWrapper {
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  background: none;
  color: #5e5e5e;
}
@media (min-width: 800px) {
  .campus-map .map-detail .fsCaptionDescWrapper {
    background: none;
  }
}
.campus-map .map-detail .fsCaptionDescWrapper .fsSlideDescription p:last-child {
  margin-bottom: 0;
}
.campus-map.map-pop-active .map-pop-wrapper {
  opacity: 1;
  -ms-transform: translateX(0);
  transform: translateX(0);
  margin-top: 20px;
}
@media (min-width: 800px) {
  .campus-map.map-pop-active .map-pop-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 799px) {
  .campus-map.map-pop-active .map-pop-wrapper {
    top: initial !important;
    left: initial !important;
    max-width: 350px;
    margin: 20px auto 0;
  }
}
.campus-map .map-pop-wrapper {
  position: relative;
}
@media (min-width: 800px) {
  .campus-map .map-pop-wrapper {
    margin: 0;
    margin-left: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    opacity: 0;
    z-index: 500;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    max-width: 540px;
  }
  .campus-map .map-pop-wrapper:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    z-index: 999;
  }
  .campus-map .map-pop-wrapper .map-pop-container {
    position: relative;
    width: 270px;
    padding: 20px 20px 25px;
    height: auto;
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    top: 50%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 0px 8px #4c4b4b;
  }
}
.campus-map .map-pop-wrapper .map-close {
  display: none !important;
}
.campus-map .locations-container {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 35px 0 0;
}
.campus-map .locations-container > header h2.fsElementTitle {
  text-align: center;
  margin-bottom: 30px;
}
.campus-map .locations {
  margin-bottom: 35px;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  width: 25%;
  margin: 0 -3px 35px;
}
@media (max-width: 799px) {
  .campus-map .locations {
    width: 50%;
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .campus-map .locations {
    width: 100%;
    margin: 0 0 15px;
    margin-bottom: 15px;
  }
}
.campus-map .locations.category-1 header h2.fsElementTitle,
.campus-map .locations.category-1 span.marker {
  color: #006747;
}
.campus-map .locations.category-2 header h2.fsElementTitle,
.campus-map .locations.category-2 span.marker {
  color: #e0b300;
}
.campus-map .locations.category-3 header h2.fsElementTitle,
.campus-map .locations.category-3 span.marker {
  color: #00bce5;
}
.campus-map .locations.category-4 header h2.fsElementTitle,
.campus-map .locations.category-4 span.marker {
  color: #78be20;
}
.campus-map .locations.category-5 header h2.fsElementTitle,
.campus-map .locations.category-5 span.marker {
  color: #0072bc;
}
.campus-map .locations.category-6 header h2.fsElementTitle,
.campus-map .locations.category-6 span.marker {
  color: #acc02a;
}
.campus-map .locations.category-7 header h2.fsElementTitle,
.campus-map .locations.category-7 span.marker {
  color: #7da7d9;
}
.campus-map .locations.category-8 header h2.fsElementTitle,
.campus-map .locations.category-8 span.marker {
  color: #39b54a;
}
.campus-map .locations ul, .campus-map .locations ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.campus-map .locations ul li {
  margin: 0;
  padding: 0;
}
.campus-map .locations ul li:not(:last-child) {
  margin-bottom: 13px;
}
.campus-map .locations ul li a {
  font-size: 0.875rem;
  line-height: 1.428;
  font-weight: 500;
  color: #2c2a29;
}
.campus-map .locations ul li a:hover {
  color: #78be20;
}
.campus-map .locations header h2.fsElementTitle {
  font-size: 18px;
  line-height: 24px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-weight: 600;
}
.campus-map .locations header h2.fsElementTitle:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  max-width: 100%;
  height: 1px;
  background: #cccccc;
}
.campus-map .locations span.marker {
  display: inline-block;
  padding-right: 5px;
  font-weight: 500;
}
.campus-map .locations span.marker:after {
  content: "-";
  display: inline-block;
  margin-left: 5px;
  color: #2c2a29 !important;
}
.campus-map .map-points .link-1 span.marker {
  color: #006747 !important;
}
.campus-map .map-points .link-2 span.marker {
  color: #e0b300 !important;
}
.campus-map .map-points .link-3 span.marker {
  color: #00bce5 !important;
}
.campus-map .map-points .link-4 span.marker {
  color: #78be20 !important;
}
.campus-map .map-points .link-5 span.marker {
  color: #0072bc !important;
}
.campus-map .map-points .link-6 span.marker {
  color: #acc02a !important;
}
.campus-map .map-points .link-7 span.marker {
  color: #7da7d9 !important;
}
.campus-map .map-points .link-8 span.marker {
  color: #39b54a !important;
}

body.campus-map.fsComposeMode .coordinates-popup {
  display: none;
}
body.campus-map.fsComposeMode .locations {
  width: 100% !important;
  display: block;
  margin: 0 !important;
}
body.campus-map.fsComposeMode .locations a {
  display: block;
  padding: 10px 0;
  position: relative;
}
body.campus-map.fsComposeMode .map-key {
  display: none;
}
body.campus-map.fsComposeMode .map-points {
  text-align: left;
}
body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) {
  font-size: 16px;
}
body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li {
  position: static;
  opacity: 1;
  visibility: visible;
}
body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li:not(:last-child) {
  margin-bottom: 10px;
}
body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li .map-text {
  position: static;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  color: inherit;
  border-radius: 0;
  white-space: normal;
}

body:not(.fsComposeMode).home .voices-container {
  margin-bottom: 90px;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode).home .voices-container .voices-slide {
    padding: 0 10px;
  }
}

@media screen and (max-width: 699px) {
  body:not(.fsComposeMode):not(.home) .voices-container {
    padding-top: 0;
  }
}
body:not(.fsComposeMode):not(.home) .voices-container .profile--style2 {
  background-size: cover;
  height: 100%;
}
body:not(.fsComposeMode):not(.home) .voices-container .profile--style2 .fsElementContent img {
  max-height: 575px;
  opacity: 0;
}

body:not(.fsComposeMode) .voices-container {
  padding-top: 120px;
}
body:not(.fsComposeMode) .voices-container header {
  position: relative;
  margin-bottom: 60px;
  line-height: 42px;
  overflow: hidden;
}
body:not(.home) body:not(.fsComposeMode) .voices-container header {
  margin-bottom: 20px;
}
body:not(.fsComposeMode) .voices-container header h1 {
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 24px;
  font-family: "Surveyor Text A", "Surveyor Text B", serif;
  font-weight: 500;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .voices-container header h1 {
    float: left;
    font-size: 45px;
  }
}
body:not(.home) body:not(.fsComposeMode) .voices-container header h1 {
  font-size: 1.75rem;
  color: #78be20;
  font-weight: 700;
}
body:not(.fsComposeMode) .voices-container header h1:after {
  position: absolute;
  top: 25%;
  z-index: 10;
  content: '';
  width: 0;
  height: 1px;
  margin-left: 10px;
  background: linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x top left, linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x bottom left;
  background-size: 12px 1px;
  transition: 1s;
}
body:not(.home) body:not(.fsComposeMode) .voices-container header h1:after {
  width: 100% !important;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .voices-container header h1:after {
    top: 50%;
  }
}
body:not(.fsComposeMode) .voices-container header a {
  padding: 10px 15px;
  vertical-align: middle;
  font-weight: 500;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .voices-container header a {
    float: right;
    padding: 0 15px;
    outline: 20px solid #fff;
  }
}
body:not(.fsComposeMode) .voices-container header.animate-line h1:after {
  width: 100%;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .voices-container {
    padding-top: 40px;
  }
}
@media (min-width: 800px) {
  body:not(.fsComposeMode) .voices-container {
    padding-top: 13px;
  }
}
body:not(.fsComposeMode) .voices-container .slick-list {
  overflow: visible !important;
}
body:not(.fsComposeMode) .voices-container .slick-list .slick-slide:not(.slick-current) {
  opacity: .7;
}
body:not(.fsComposeMode) .voices-container .voices-slide {
  overflow: hidden;
  max-width: 1180px;
  margin: 0 auto;
}
body:not(.fsComposeMode):not(.fsDraftMode) .voices-container .voices-slide {
  display: -ms-flexbox;
  display: flex;
}
body:not(.fsComposeMode) .voices-container .voices-slide .profile {
  width: auto;
}
body:not(.fsComposeMode) .voices-container .voices-slide .fsStyleColumn-1,
body:not(.fsComposeMode) .voices-container .voices-slide .fsStyleColumn-2 {
  padding: 0;
  margin-bottom: 0;
}
body:not(.fsComposeMode) .voices-container .voices-slide > .fsStyleColumn-1 {
  width: 100%;
  float: left;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .voices-container .voices-slide > .fsStyleColumn-1 {
    width: 44.5%;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .voices-container .voices-slide > .fsStyleColumn-1 {
    width: 33.90%;
    width: 50%;
  }
}
body:not(.fsComposeMode) .voices-container .voices-slide > .fsStyleColumn-1 .profile {
  margin-right: 20px;
}
body:not(.fsComposeMode) .voices-container .voices-slide > .fsStyleColumn-2 {
  display: none;
  width: 53.5%;
  width: 50%;
  float: left;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .voices-container .voices-slide > .fsStyleColumn-2 {
    display: block;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .voices-container .voices-slide > .fsStyleColumn-2 {
    width: 66.10%;
    width: 50%;
  }
}
body:not(.fsComposeMode) .voices-container .voices-slide > .fsStyleColumn-2 .fsTwoColumnLayout {
  margin: 0;
}
body:not(.fsComposeMode):not(.fsDraftMode) .voices-container .voices-slide .fsStyleColumn-2 .fsTwoColumnLayout {
  display: -ms-flexbox;
  display: flex;
}
body:not(.fsComposeMode) .voices-container .voices-slide > .fsStyleColumn-2 .fsStyleColumn-1 {
  width: 100%;
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .voices-container .voices-slide > .fsStyleColumn-2 .fsStyleColumn-1 {
    width: 64.10%;
  }
  body:not(.fsComposeMode) .voices-container .voices-slide > .fsStyleColumn-2 .fsStyleColumn-1 .profile {
    margin-right: 20px;
  }
}
body:not(.fsComposeMode) .voices-container .voices-slide > .fsStyleColumn-2 .fsStyleColumn-2 {
  display: none;
  width: 35.90%;
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .voices-container .voices-slide > .fsStyleColumn-2 .fsStyleColumn-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
}
body:not(.fsComposeMode) .voices-container .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -62px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body:not(.fsComposeMode) .voices-container .slick-dots li {
  display: inline-block;
}
body:not(.fsComposeMode) .voices-container .slick-dots li.slick-active button {
  background: #a1a3a6;
  /* Active Color */
}
body:not(.fsComposeMode) .voices-container .slick-dots li button {
  display: block;
  float: left;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0px 5px;
  border: 0;
  outline: 0;
  border-radius: 10px;
  transition: .3s all ease-out;
  color: transparent;
  background: #d0d1d2;
  /* Inactive Color */
}

body:not(.fsComposeMode) .profile {
  position: relative;
  width: 380px;
  margin-bottom: 20px;
}
body:not(.fsComposeMode) .profile img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
body:not(.fsComposeMode) .profile a {
  display: block !important;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: capitalize;
}
body:not(.fsComposeMode) .profile a:hover {
  opacity: .7 !important;
}
body:not(.fsComposeMode) .profile a:hover:after {
  display: none;
}
body:not(.fsComposeMode) .profile footer .fsElementFooterContent {
  position: absolute;
  padding: 0 20px;
  font-size: 11px;
  letter-spacing: .75px;
  font-weight: 700;
  color: #8a8e93;
}
body:not(.fsComposeMode) .profile footer .fsElementFooterContent em {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  padding-top: 15px;
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
body:not(.fsComposeMode) .profile footer .fsElementFooterContent em:before {
  position: absolute;
  top: 0;
  width: 40px;
  height: 4px;
  content: '';
  background: #ffe320;
}
body:not(.fsComposeMode) .profile footer .fsElementFooterContent a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
body:not(.fsComposeMode) .profile footer .fsElementFooterContent .footer-wrap {
  height: 80%;
}
body:not(.fsComposeMode) .profile:hover .fsElementFooterContent em, body:not(.fsComposeMode) .profile:hover .fsElementFooterContent a {
  opacity: 1;
  visibility: visible;
}
body:not(.fsComposeMode) .profile--style1 {
  width: 380px;
  overflow: hidden;
  transition: .5s;
  border-radius: 50%;
}
body:not(.fsComposeMode) .profile--style1:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  content: '';
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2) 40%);
  transition: .5s;
  border-radius: 50%;
}
body:not(.fsComposeMode) .profile--style1 .fsElementContent:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  border: 5px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
body:not(.fsComposeMode) .profile--style1 footer .fsElementFooterContent {
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  height: 85%;
  width: 100%;
  z-index: 10;
  margin-top: 0;
  padding: 0 30px 30px;
  padding-bottom: 30px;
  line-height: 20px;
  color: rgba(254, 254, 254, 0.8);
  text-transform: uppercase;
  text-align: center;
  transition: .5s;
}
body:not(.fsComposeMode) .profile--style1 footer .fsElementFooterContent strong {
  font-size: 20px;
  line-height: 31px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
}
body:not(.fsComposeMode) .profile--style1 footer .fsElementFooterContent em {
  display: block;
  top: 15px;
  color: #fefefe;
}
body:not(.fsComposeMode) .profile--style1 footer .fsElementFooterContent em:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body:not(.fsComposeMode) .profile--style1 footer .fsElementFooterContent a {
  position: relative;
  line-height: 55px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
body:not(.fsComposeMode) .profile--style1:hover:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
}
body:not(.fsComposeMode) .profile--style1:hover .fsElementFooterContent {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
body:not(.fsComposeMode) .profile--style1 img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
body:not(.fsComposeMode) .profile--style2 {
  overflow: hidden;
  height: auto;
  transition: .5s;
}
body:not(.fsComposeMode) .profile--style2 .fsElementContent {
  height: 100%;
}
body:not(.fsComposeMode) .profile--style2 .fsElementContent img {
  max-width: none;
  height: 100%;
}
body:not(.fsComposeMode) .profile--style2 footer {
  position: relative;
}
body:not(.fsComposeMode) .profile--style2 footer .fsElementFooterContent {
  -ms-transform: translateY(-33%);
  transform: translateY(-33%);
  margin-top: 0;
  width: 100%;
  padding-top: 20px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4) 20%);
  transition: .5s;
}
body:not(.fsComposeMode) .profile--style2 footer .fsElementFooterContent strong {
  font-size: 16px;
  line-height: 31px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0;
}
body:not(.fsComposeMode) .profile--style2 footer .fsElementFooterContent em {
  top: 20px;
  color: #2c2a29;
  padding-top: 20px;
}
body:not(.fsComposeMode) .profile--style2 footer .fsElementFooterContent em:before {
  background: #fff;
}
body:not(.fsComposeMode) .profile--style2 footer .fsElementFooterContent a {
  position: relative;
  line-height: 85px;
  color: #2c2a29;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
body:not(.fsComposeMode) .profile--style2:hover .fsElementFooterContent {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #ffe320;
  color: rgba(0, 0, 0, 0.8);
}
body:not(.fsComposeMode) .profile--style2:hover .fsElementFooterContent:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
  background: rgba(255, 227, 32, 0.6);
}
body:not(.fsComposeMode) .profile--style2:hover .fsElementFooterContent strong {
  color: #006747;
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .profile--style2 {
    height: auto;
  }
}
body.home:not(.fsComposeMode) .fsStyleColumn-2 .profile--style2 {
  height: auto;
}
@media (min-width: 1000px) {
  body.home:not(.fsComposeMode) .fsStyleColumn-2 .profile--style2 {
    height: calc(100% - 20px);
  }
}
body:not(.fsComposeMode) .profile--style3 {
  overflow: hidden;
  transition: .5s;
  height: calc(45% - 10px);
}
body:not(.fsComposeMode) .profile--style3 > .fsElementContent {
  height: 100%;
}
body:not(.fsComposeMode) .profile--style3 img {
  height: 100%;
}
body:not(.fsComposeMode) .profile--style3 footer .fsElementFooterContent {
  -ms-transform: translateY(-38%);
  transform: translateY(-38%);
  height: 80%;
  width: 100%;
  margin-top: 0;
  line-height: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4) 20%);
  transition: .5s;
}
body:not(.fsComposeMode) .profile--style3 footer .fsElementFooterContent strong {
  font-size: 16px;
  line-height: 31px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0;
}
body:not(.fsComposeMode) .profile--style3 footer .fsElementFooterContent em {
  top: 20px;
  color: #fefefe;
  padding-top: 20px;
}
body:not(.fsComposeMode) .profile--style3 footer .fsElementFooterContent a {
  position: relative;
  line-height: 35px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
body:not(.fsComposeMode) .profile--style3:hover:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
}
body:not(.fsComposeMode) .profile--style3:hover .fsElementFooterContent {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
}
body:not(.fsComposeMode) .fsStyleColumn-2 .profile--style3 {
  position: absolute !important;
  top: 0;
  width: 100% !important;
}
body:not(.fsComposeMode) .profile--style4 {
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x top left, linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x bottom left;
  background-size: 12px 1px;
}
body:not(.fsComposeMode) .profile--style4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-y top left, linear-gradient(to bottom, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-y top right;
  background-size: 1px 12px;
}
body:not(.fsComposeMode) .profile--style4 .fsElementContent {
  position: relative;
  margin-right: 5px;
  width: 50%;
}
body:not(.fsComposeMode) .profile--style4 .fsElementContent:before {
  position: absolute;
  right: 0px;
  content: '';
  height: 100%;
  width: 10px;
  background: rgba(255, 255, 255, 0.6);
}
body:not(.fsComposeMode) .profile--style4 footer .fsElementFooterContent {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  margin-top: 0;
  padding: 0 10px 15px;
  line-height: 15px;
  font-weight: 700;
  color: #8a8e93;
  text-transform: uppercase;
  transition: .5s;
}
body:not(.fsComposeMode) .profile--style4 footer .fsElementFooterContent strong {
  font-size: 16px;
  line-height: 20px;
  color: #006747;
  text-transform: capitalize;
  letter-spacing: 0;
}
body:not(.fsComposeMode) .profile--style4 footer .fsElementFooterContent a {
  position: relative;
  line-height: 45px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
body:not(.fsComposeMode) .profile--style4 footer .fsElementFooterContent a:before {
  position: absolute;
  top: 5px;
  width: 40px;
  height: 4px;
  content: '';
  background: #ffe320;
}
body:not(.fsComposeMode) .profile--style4:hover .fsElementFooterContent {
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
}
body:not(.fsComposeMode) .profile--style5 {
  height: 50%;
  text-align: center;
  background: linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x top left, linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x bottom left;
  background-size: 12px 1px;
  overflow: hidden;
}
body:not(.fsComposeMode) .profile--style5:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-y top left, linear-gradient(to bottom, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-y top right;
  background-size: 1px 12px;
}
body:not(.fsComposeMode) .voices-slide .profile--style5 {
  width: 100% !important;
}
body:not(.fsComposeMode) .voices-slide .profile--style5 .fsElementFooterContent {
  position: absolute;
}
body:not(.fsComposeMode) .voices-slide .profile--style5:hover .fsElementFooterContent {
  -ms-transform: translateY(-48%);
  transform: translateY(-48%);
}
body:not(.fsComposeMode) .profile--style5 footer .fsElementFooterContent {
  position: relative;
  margin-top: 0;
  padding: 10px 20px;
  width: 100%;
  height: 55%;
  line-height: 15px;
  font-weight: 700;
  color: #8a8e93;
  text-transform: uppercase;
  -ms-transform: translateY(-12%);
  transform: translateY(-12%);
  transition: .5s;
}
body:not(.fsComposeMode) .profile--style5 footer .fsElementFooterContent strong {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 31px;
  color: #006747;
  text-transform: capitalize;
  letter-spacing: 0;
}
body:not(.fsComposeMode) .profile--style5 footer .fsElementFooterContent em {
  display: block;
  top: 15px;
  color: #2c2a29;
  height: 50%;
}
body:not(.fsComposeMode) .profile--style5 footer .fsElementFooterContent em:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
}
body:not(.fsComposeMode) .profile--style5 footer .fsElementFooterContent a {
  position: relative;
  top: 21px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
body:not(.fsComposeMode) .profile--style5 > .fsElementContent {
  position: relative;
  padding: 30px;
}
body:not(.fsComposeMode) .profile--style5 > .fsElementContent .border-wrapper {
  position: relative;
  width: 70%;
  margin: 0 auto;
  transition: .5s;
}
body:not(.fsComposeMode) .profile--style5 > .fsElementContent .border-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  content: '';
  border: 5px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
body:not(.fsComposeMode) .profile--style5 > .fsElementContent img {
  transition: .5s;
  border-radius: 50%;
  max-width: 200px;
}
body:not(.fsComposeMode) .profile--style5:hover footer .fsElementFooterContent {
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
}
body:not(.fsComposeMode) .profile--style5:hover .border-wrapper {
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
body:not(.fsComposeMode) .profile--style5:hover img {
  margin-top: -30px;
}
body:not(.fsComposeMode) .fsStyleColumn-2 .profile--style5 {
  position: absolute !important;
  bottom: 0;
}

body:not(.fsComposeMode).landing .fsStyleColumn-2 .profile--style5 {
  position: absolute !important;
  width: 100%;
  bottom: 0;
}

body:not(.fsComposeMode):not(.landing):not(.home) .profile--style5:not(.in-slide) {
  height: 330px;
  position: relative !important;
  overflow: hidden;
  width: 100%;
}

body:not(.fsComposeMode):not(.home) .profile--style5:last-child {
  width: auto;
}
body:not(.fsComposeMode):not(.home) .profile--style5:last-child > .fsElementContent {
  margin: 0 auto;
}
body:not(.fsComposeMode):not(.home) .profile--style5 .fsElementFooterContent em, body:not(.fsComposeMode):not(.home) .profile--style5 .fsElementFooterContent a {
  display: none;
}
body:not(.fsComposeMode):not(.home) .profile--style5:hover .fsElementFooterContent em, body:not(.fsComposeMode):not(.home) .profile--style5:hover .fsElementFooterContent a {
  display: block;
}

body:not(.home) .infographic-container header h1, body:not(.home) .video-header header h1 {
  font-family: "Gotham A", "Gotham B", sans-serif !important;
}

body:not(.fsComposeMode) .infographic-container {
  padding-top: 18px;
  margin-bottom: 90px;
}
body:not(.fsComposeMode) .infographic-container > header {
  position: relative;
  margin-bottom: 60px;
  line-height: 42px;
  overflow: hidden;
}
body:not(.home) body:not(.fsComposeMode) .infographic-container > header {
  margin-bottom: 20px;
}
body:not(.fsComposeMode) .infographic-container > header h1 {
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 24px;
  font-family: "Surveyor Text A", "Surveyor Text B", serif;
  font-weight: 500;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .infographic-container > header h1 {
    float: left;
    font-size: 45px;
  }
}
body:not(.home) body:not(.fsComposeMode) .infographic-container > header h1 {
  font-size: 1.75rem;
  color: #78be20;
  font-weight: 700;
}
body:not(.fsComposeMode) .infographic-container > header h1:after {
  position: absolute;
  top: 25%;
  z-index: 10;
  content: '';
  width: 0;
  height: 1px;
  margin-left: 10px;
  background: linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x top left, linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x bottom left;
  background-size: 12px 1px;
  transition: 1s;
}
body:not(.home) body:not(.fsComposeMode) .infographic-container > header h1:after {
  width: 100% !important;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .infographic-container > header h1:after {
    top: 50%;
  }
}
body:not(.fsComposeMode) .infographic-container > header a {
  padding: 10px 15px;
  vertical-align: middle;
  font-weight: 500;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .infographic-container > header a {
    float: right;
    padding: 0 15px;
    outline: 20px solid #fff;
  }
}
body:not(.fsComposeMode) .infographic-container > header.animate-line h1:after {
  width: 100%;
}
body:not(.fsComposeMode) .infographic-container .slick-list {
  padding: 0 20px;
}
body:not(.fsComposeMode) .infographic-container .infographic-stat {
  text-align: center;
  margin: 0 25px;
}
body:not(.fsComposeMode) .infographic-container .infographic-stat header {
  font-size: 0;
}
body:not(.fsComposeMode) .infographic-container .infographic-stat header .fsElementHeaderContent {
  position: relative;
  width: 120px;
  min-height: 120px;
  margin: 0 auto 20px;
  padding: 25px 0;
  background-image: url(../images/icons/icon-background.png);
  background-repeat: no-repeat;
  background-position: center;
}
body:not(.fsComposeMode) .infographic-container .infographic-stat .fsElementContent {
  font-size: 15px;
  line-height: 20px;
}
body:not(.fsComposeMode) .infographic-container .infographic-stat .fsElementContent p:first-child {
  position: relative;
  margin-bottom: 40px;
}
body:not(.fsComposeMode) .infographic-container .infographic-stat .fsElementContent p:first-child:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background: #ffe320;
}
body:not(.fsComposeMode) .infographic-container .infographic-stat .fsElementContent strong {
  font-family: "Surveyor Text A", "Surveyor Text B", serif;
  font-size: 45px;
  line-height: 30px;
  color: #78be20;
  font-weight: 500;
}
body:not(.fsComposeMode) .infographic-container .slick-next, body:not(.fsComposeMode) .infographic-container .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 20%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
body:not(.fsComposeMode) .infographic-container .slick-next:before, body:not(.fsComposeMode) .infographic-container .slick-prev:before {
  color: #a1a3a6;
  display: block;
  font-size: 30px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
body:not(.fsComposeMode) .infographic-container .slick-next {
  left: auto;
  right: 0;
}
body:not(.fsComposeMode) .infographic-container .slick-next:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
@media (min-width: 1350px) {
  body:not(.fsComposeMode) .infographic-container .slick-next {
    right: -80px;
  }
}
body:not(.fsComposeMode) .infographic-container .slick-prev {
  left: 0;
  right: auto;
}
body:not(.fsComposeMode) .infographic-container .slick-prev:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
@media (min-width: 1350px) {
  body:not(.fsComposeMode) .infographic-container .slick-prev {
    left: -80px;
  }
}
body:not(.fsComposeMode) .infographic-container footer {
  display: none;
}
body:not(.fsComposeMode) .infographic-container .fsElementFooterContent {
  margin-top: 0;
  font-size: 0;
}

body:not(.home) .infographic-container > header {
  margin-bottom: 55px;
}
body:not(.home) .infographic-container > header h1 {
  font-size: 1.75rem;
  color: #78be20;
  font-weight: 700;
}
@media (min-width: 1350px) {
  body:not(.home) .infographic-container .slick-prev {
    left: -10px;
  }
}
@media (min-width: 1350px) {
  body:not(.home) .infographic-container .slick-next {
    right: -10px;
  }
}

body:not(.fsComposeMode) .news-container {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}
body:not(.fsComposeMode) .news-container > header {
  position: relative;
  margin-bottom: 60px;
  line-height: 42px;
  overflow: hidden;
  max-width: 1180px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
body:not(.home) body:not(.fsComposeMode) .news-container > header {
  margin-bottom: 20px;
}
body:not(.fsComposeMode) .news-container > header h1 {
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 24px;
  font-family: "Surveyor Text A", "Surveyor Text B", serif;
  font-weight: 500;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .news-container > header h1 {
    float: left;
    font-size: 45px;
  }
}
body:not(.home) body:not(.fsComposeMode) .news-container > header h1 {
  font-size: 1.75rem;
  color: #78be20;
  font-weight: 700;
}
body:not(.fsComposeMode) .news-container > header h1:after {
  position: absolute;
  top: 25%;
  z-index: 10;
  content: '';
  width: 0;
  height: 1px;
  margin-left: 10px;
  background: linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x top left, linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x bottom left;
  background-size: 12px 1px;
  transition: 1s;
}
body:not(.home) body:not(.fsComposeMode) .news-container > header h1:after {
  width: 100% !important;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .news-container > header h1:after {
    top: 50%;
  }
}
body:not(.fsComposeMode) .news-container > header a {
  padding: 10px 15px;
  vertical-align: middle;
  font-weight: 500;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .news-container > header a {
    float: right;
    padding: 0 15px;
    outline: 20px solid #fff;
  }
}
body:not(.fsComposeMode) .news-container > header.animate-line h1:after {
  width: 100%;
}
body:not(.fsComposeMode) .news-container > header.animate-line h1:after {
  width: calc(100% - 493px);
}
@media (min-width: 1180px) {
  body:not(.fsComposeMode) .news-container > header {
    padding: 0;
  }
}
body:not(.fsComposeMode) .news-container > .fsElementContent {
  position: relative;
  padding: 60px 20px;
  background: url(../images/news-background.png);
  background-size: cover;
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .news-container > .fsElementContent {
    max-height: 700px;
  }
}
body:not(.fsComposeMode) .news-container > .fsElementContent:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: rgba(255, 255, 255, 0.7);
}
body:not(.fsComposeMode) .news-container > .fsElementContent .fsTwoColumnLayout {
  max-width: 1180px;
  margin: 0 auto;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 {
  float: none;
  width: 100%;
  padding: 0;
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .news-container .fsStyleColumn-1 {
    float: left;
    width: 65.5%;
    padding-right: 10px;
  }
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article {
  max-height: 280px;
  position: relative;
  z-index: 4;
  width: 100%;
  padding-bottom: 0;
  overflow: hidden;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  content: '';
  border: 5px solid rgba(0, 0, 0, 0.5);
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article {
    width: calc(50% - 10px);
  }
  body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article:nth-child(odd) {
    margin-right: 20px;
  }
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article .fsThumbnail {
  position: static;
  z-index: 4;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article .fsThumbnail .fsCroppedImage {
  display: block;
  height: 100%;
  padding-bottom: 73.7%;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article .fsThumbnail:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 40%);
  transition: .3s;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article .news-content {
  position: absolute;
  bottom: -20px;
  z-index: 5;
  width: 100%;
  padding: 30px 30px 0;
  transition: .3s;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article .news-content .fsTitle {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 0;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article .news-content .fsTitle a {
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
  color: #fff;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article .news-content .fsTitle:after {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 10px;
  content: '';
  width: 40px;
  height: 4px;
  background: #ffe320;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article .news-content .fsReadMoreLink {
  opacity: 0;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article .news-content .fsReadMoreLink:hover {
  opacity: .6 !important;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article .news-content .fsReadMoreLink:hover:after {
  display: none;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article:hover .fsThumbnail:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article:hover .news-content {
  bottom: 30px;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article:hover .news-content .fsTitle:after {
  opacity: 1;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article:hover .news-content .fsReadMoreLink {
  opacity: 1;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-1 .news-home .fsListItems article.no-image img {
  display: block;
  width: 100%;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-2 {
  float: none;
  width: 100%;
  padding: 0;
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .news-container .fsStyleColumn-2 {
    float: left;
    width: 33%;
    padding-left: 10px;
  }
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-2 .calendar-home {
  position: relative;
  padding: 30px;
  background: #fff;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-2 .calendar-home header h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-2 .calendar-home footer .fsElementFooterContent {
  margin-top: 10px;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-2 .calendar-home footer .fsElementFooterContent a {
  padding: 20px 15px 20px 0;
  font-size: 11px;
  color: #2c2a29;
  letter-spacing: .75px;
  text-transform: uppercase;
  font-weight: 500;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-2 .calendar-home footer .fsElementFooterContent a:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  right: -20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 14px;
  opacity: .6;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-2 .calendar-home footer .fsElementFooterContent a:hover {
  opacity: .6;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-2 .calendar-home footer .fsElementFooterContent a:hover:after {
  bottom: auto;
  left: auto;
  height: auto;
  width: auto;
  background: none;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-2 .calendar-home .slick-slide article {
  margin-bottom: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x bottom left;
  background-size: 12px 1px;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-2 .calendar-home .slick-slide article:last-child {
  margin-bottom: 0;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-2 .calendar-home .slick-dots {
  position: absolute;
  right: -10px;
  bottom: -62px;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .news-container .fsStyleColumn-2 .calendar-home .slick-dots {
    right: 5px;
    bottom: -52px;
  }
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-2 .calendar-home .slick-dots li {
  display: inline-block;
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-2 .calendar-home .slick-dots li.slick-active button {
  background: #a1a3a6;
  /* Active Color */
}
body:not(.fsComposeMode) .news-container .fsStyleColumn-2 .calendar-home .slick-dots li button {
  display: block;
  float: left;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0px 5px;
  border: 0;
  outline: 0;
  border-radius: 10px;
  transition: .3s all ease-out;
  color: transparent;
  background: #d0d1d2;
  /* Inactive Color */
}

.video-header {
  padding-top: 70px;
}
body:not(.home) .video-header {
  overflow: hidden;
  margin-bottom: 40px;
}
.video-header > header {
  position: relative;
  margin-bottom: 60px;
  line-height: 42px;
  overflow: hidden;
  margin-bottom: 90px;
}
body:not(.home) .video-header > header {
  margin-bottom: 20px;
}
.video-header > header h1 {
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 24px;
  font-family: "Surveyor Text A", "Surveyor Text B", serif;
  font-weight: 500;
}
@media (min-width: 700px) {
  .video-header > header h1 {
    float: left;
    font-size: 45px;
  }
}
body:not(.home) .video-header > header h1 {
  font-size: 1.75rem;
  color: #78be20;
  font-weight: 700;
}
.video-header > header h1:after {
  position: absolute;
  top: 25%;
  z-index: 10;
  content: '';
  width: 0;
  height: 1px;
  margin-left: 10px;
  background: linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x top left, linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x bottom left;
  background-size: 12px 1px;
  transition: 1s;
}
body:not(.home) .video-header > header h1:after {
  width: 100% !important;
}
@media (min-width: 700px) {
  .video-header > header h1:after {
    top: 50%;
  }
}
.video-header > header a {
  padding: 10px 15px;
  vertical-align: middle;
  font-weight: 500;
}
@media (min-width: 700px) {
  .video-header > header a {
    float: right;
    padding: 0 15px;
    outline: 20px solid #fff;
  }
}
.video-header > header.animate-line h1:after {
  width: 100%;
}
@media (min-width: 700px) {
  .video-header > header {
    margin-bottom: 60px;
  }
}

body:not(.fsComposeMode) .video-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .video-container {
    padding: 20px 20px 0;
  }
}
body:not(.fsComposeMode) .video-container > .fsElementContent {
  max-width: 1180px;
}
body:not(.fsComposeMode) .video-container > .fsStyleColumn-1 {
  width: 100%;
  padding: 0;
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .video-container > .fsStyleColumn-1 {
    padding: 0 50px 0 0;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .video-container > .fsStyleColumn-1 {
    width: 72%;
  }
}
body:not(.fsComposeMode) .video-container > .fsStyleColumn-2 {
  width: 100%;
  padding: 0;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .video-container > .fsStyleColumn-2 {
    display: -ms-flexbox;
    display: flex;
  }
  body:not(.fsComposeMode) .video-container > .fsStyleColumn-2 .fsContainer.fsStateEditable {
    overflow: visible;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .video-container > .fsStyleColumn-2 {
    width: 28%;
    padding-left: 50px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.video-featured, .video-secondary {
  position: relative;
}
.video-featured header h2, .video-secondary header h2 {
  font-size: 14px;
  line-height: 10px;
  letter-spacing: .5px;
  font-weight: 700;
  text-transform: uppercase;
}
.video-featured footer .fsElementFooterContent, .video-secondary footer .fsElementFooterContent {
  position: absolute;
  height: 48px;
  width: 48px;
  left: 50%;
  top: 50%;
  font-size: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.video-featured footer .fsElementFooterContent a, .video-secondary footer .fsElementFooterContent a {
  display: block;
}
.video-featured > .fsElementContent img, .video-secondary > .fsElementContent img {
  width: 100%;
  vertical-align: bottom;
}

.video-featured header {
  position: absolute;
  top: -30px;
}
.video-featured > .fsElementContent {
  padding: 10px 10px 1px;
  position: relative;
  background: linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x top left, linear-gradient(to right, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-x bottom left;
  background-size: 12px 1px;
}
.video-featured > .fsElementContent:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-y top left, linear-gradient(to bottom, #b1b2b4 0%, #b1b2b4 50%, transparent 50%, transparent 100%) repeat-y top right;
  background-size: 1px 12px;
}
.video-featured > .fsElementContent p {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #006747;
}
.video-featured > .fsElementContent p:empty {
  display: none;
}
.video-featured > .fsElementContent p:last-child {
  margin-bottom: 0;
}

.video-secondary {
  margin-bottom: 0;
  width: 100%;
}
.video-secondary header {
  display: none;
}
@media (min-width: 700px) {
  .video-secondary {
    width: calc(50% - 10px);
  }
  .video-secondary:first-child {
    margin-right: 20px;
  }
}
@media (min-width: 1000px) {
  .video-secondary {
    width: 100%;
  }
  .video-secondary:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .video-secondary header {
    display: block;
  }
  .video-secondary header .fsElementHeaderContent {
    height: 30px;
  }
}
.video-secondary .fsElementContent {
  position: relative;
}
.video-secondary .fsElementContent p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
  color: #a1a3a6;
}
.video-secondary .fsElementContent img {
  height: 100%;
  padding-bottom: 20px;
}
.video-secondary footer .fsElementFooterContent {
  top: 30%;
}

.play:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
@media (min-width: 500px) {
  .play:before {
    display: inline-block;
  }
}

.play-icon:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #ffe320;
  font-size: 50px;
}
.play-icon:hover:before {
  color: #fff9d2;
}
.play-icon:hover:after {
  display: none;
}

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

.portal-sub-nav header {
  display: none;
}

/*! 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: 36.3636363636%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 18.1818181818%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 9.0909090909%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #2c2a29;
  color: #2c2a29;
}
.colors ol li:nth-of-type(1):after {
  content: "#2c2a29";
}
.colors ol li:nth-of-type(2) {
  background: #006747;
  color: #006747;
}
.colors ol li:nth-of-type(2):after {
  content: "#006747";
}
.colors ol li:nth-of-type(3) {
  background: #78be20;
  color: #78be20;
}
.colors ol li:nth-of-type(3):after {
  content: "#78be20";
}
.colors ol li:nth-of-type(4) {
  background: #ffe320;
  color: #ffe320;
}
.colors ol li:nth-of-type(4):after {
  content: "#ffe320";
}
.colors ol li:nth-of-type(5) {
  background: #fff9d2;
  color: #fff9d2;
}
.colors ol li:nth-of-type(5):after {
  content: "#fff9d2";
}
.colors ol li:nth-of-type(6) {
  background: #f8f8f7;
  color: #f8f8f7;
}
.colors ol li:nth-of-type(6):after {
  content: "#f8f8f7";
}
.colors ol li:nth-of-type(7) {
  background: #d9d9d9;
  color: #d9d9d9;
}
.colors ol li:nth-of-type(7):after {
  content: "#d9d9d9";
}
.colors ol li:nth-of-type(8) {
  background: #d3d3d3;
  color: #d3d3d3;
}
.colors ol li:nth-of-type(8):after {
  content: "#d3d3d3";
}
.colors ol li:nth-of-type(9) {
  background: #b1b2b4;
  color: #b1b2b4;
}
.colors ol li:nth-of-type(9):after {
  content: "#b1b2b4";
}
.colors ol li:nth-of-type(10) {
  background: #a1a3a6;
  color: #a1a3a6;
}
.colors ol li:nth-of-type(10):after {
  content: "#a1a3a6";
}
.colors ol li:nth-of-type(11) {
  background: #63666a;
  color: #63666a;
}
.colors ol li:nth-of-type(11):after {
  content: "#63666a";
}

.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: "Droid Serif", Georgia, serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "Droid Serif, Georgia, serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(3) {
  font-family: "Gotham A", "Gotham B", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "Gotham A, Gotham B, sans-serif";
}
.fonts ol li:nth-of-type(4) {
  font-family: "Surveyor Text A", "Surveyor Text B", serif;
}
.fonts ol li:nth-of-type(4):after {
  content: "Surveyor Text A, Surveyor Text B, 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: 45px / line: 50px";
}
.headers h2:after {
  content: " size: 26px / line: 32px";
}
.headers h3:after {
  content: " size: 22px / line: 26px";
}
.headers h4:after {
  content: " size: 20px / line: 24px";
}
.headers h5:after {
  content: " size: 17px / line: 23px";
}
.headers h6:after {
  content: " size: 14px / line: 17px";
}

.redactor-toolbar li a {
  color: #333 !important;
}
.redactor-toolbar li a:hover {
  color: #FFF !important;
}
.redactor-toolbar li a:after {
  position: static;
  width: auto;
  height: auto;
  background: none;
}

.fsPagePopDialog {
  width: 100%;
  max-width: 700px;
}

#fsHeader .fsAthleticsEvent.custom-scroll:last-child {
  margin-top: -60px;
}
.fsAthleticsEvent.custom-scroll header {
  text-align: center;
  position: relative;
  z-index: 2;
}
.fsAthleticsEvent.custom-scroll header .fsElementTitle {
  font-family: "Gotham A", "Gotham B", sans-serif;
  display: inline-block;
  background: #006747;
  color: #78be20;
  font-size: 1.625rem;
  line-height: 1;
  padding: 17px 28px;
  margin: 0;
  font-style: normal;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.fsAthleticsEvent.custom-scroll .fsListItems {
  background: #006747;
  padding: 54px 60px 60px;
  color: #FFF;
}
@media (min-width: 1400px) {
  .fsAthleticsEvent.custom-scroll .fsListItems {
    padding: 54px 45px 60px;
  }
}
.fsAthleticsEvent.custom-scroll .fsListItems article {
  text-align: center;
  padding: 1px;
  margin: 0;
}
.fsAthleticsEvent.custom-scroll .fsListItems article:focus {
  outline-color: rgba(255, 255, 255, 0.3);
}
.fsAthleticsEvent.custom-scroll .fsListItems article .fsAthleticsResultWrapper {
  background: #ffe320;
  display: table;
  margin: 15px auto 0;
  color: #006747;
  font-size: 0.75rem;
  padding: 2px 11px;
  border-radius: 4px;
}
.fsAthleticsEvent.custom-scroll .fsListItems article .fsAthleticsResultWrapper .fsAthleticsScore {
  font-weight: 700;
}
.fsAthleticsEvent.custom-scroll .fsListItems article .fsAthleticsResultWrapper .fsAthleticsResult {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  padding-right: 5px;
  line-height: 1;
}
.fsAthleticsEvent.custom-scroll .fsListItems article .fsAthleticsResultWrapper .fsAthleticsResult:after {
  content: "\25cf";
  vertical-align: middle;
  position: relative;
  top: -1px;
  font-size: 0.625rem;
  margin-left: 8px;
}
.fsAthleticsEvent.custom-scroll .fsListItems article .fsAthleticsResultWrapper .fsAthleticsScore {
  display: inline-block;
  vertical-align: middle;
}
.fsAthleticsEvent.custom-scroll .fsListItems article .fsTitle {
  margin-bottom: 5px;
}
.fsAthleticsEvent.custom-scroll .fsListItems article .fsTitle a {
  color: #78be20;
  font-weight: 700;
  display: block;
}
.fsAthleticsEvent.custom-scroll .fsListItems article .fsTitle a:hover {
  color: #78be20;
}
.fsAthleticsEvent.custom-scroll .fsListItems article .fsAthleticsOpponents {
  display: block;
  font-size: 0.875rem;
}
.fsAthleticsEvent.custom-scroll .fsListItems article .fsDateTime {
  color: #FFF;
  font-family: "Surveyor Text A", "Surveyor Text B", serif;
  font-weight: 500;
  font-size: 1.625rem;
  margin-bottom: 10px;
  padding-top: 3px;
}
.fsAthleticsEvent.custom-scroll .fsListItems article .fsDateTime .fsDayName:after {
  content: ",";
}
.fsAthleticsEvent.custom-scroll .fsListItems article .fsDateTime .fsDate {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
}
.fsAthleticsEvent.custom-scroll .fsListItems .slick-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  padding: 0;
  border: 0;
  background: none;
  line-height: 1;
  z-index: 100;
}
.fsAthleticsEvent.custom-scroll .fsListItems .slick-arrow:hover:before {
  color: #FFF;
}
.fsAthleticsEvent.custom-scroll .fsListItems .slick-arrow:focus {
  outline-color: rgba(255, 255, 255, 0.3);
}
.fsAthleticsEvent.custom-scroll .fsListItems .slick-arrow:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s color;
  display: block;
}
.fsAthleticsEvent.custom-scroll .fsListItems .slick-prev {
  left: 20px;
}
@media (min-width: 1400px) {
  .fsAthleticsEvent.custom-scroll .fsListItems .slick-prev {
    left: 55px;
  }
}
.fsAthleticsEvent.custom-scroll .fsListItems .slick-next {
  right: 20px;
}
@media (min-width: 1400px) {
  .fsAthleticsEvent.custom-scroll .fsListItems .slick-next {
    right: 55px;
  }
}
.fsAthleticsEvent.custom-scroll .fsListItems .slick-next:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.fsAthleticsEvent.custom-scroll .fsListItems .slick-list {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

.fiftyfiftySlider {
  margin-bottom: 40px;
}
.fiftyfiftySlider .slick-arrow {
  position: absolute;
  top: 1px;
  -ms-transform: none;
  transform: none;
  width: 50px;
  height: 50px;
  transition: 0.3s background;
  display: block !important;
  background: rgba(0, 0, 0, 0.2);
}
.fiftyfiftySlider .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.4);
}
.fiftyfiftySlider .slick-arrow:before {
  display: block;
  font-size: 1.625rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: #FFF;
}
.fiftyfiftySlider .slick-arrow.slick-prev {
  left: 1px;
}
.fiftyfiftySlider .slick-arrow.slick-prev:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.fiftyfiftySlider .slick-arrow.slick-next {
  right: 0;
}
@media (min-width: 500px) {
  .fiftyfiftySlider .slick-arrow.slick-next {
    left: 52px;
    right: auto;
  }
}
.fiftyfiftySlider .slick-arrow.slick-next:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.fiftyfiftySlider .bpa-slide {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f8f8f8;
}
.fiftyfiftySlider .bpa-slide:focus {
  outline: 0;
}
@media (min-width: 700px) {
  .fiftyfiftySlider .bpa-slide {
    min-height: 480px;
  }
}
.fiftyfiftySlider .bpa-slide .caption-wrapper {
  position: static;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  -ms-transform: none;
  transform: none;
  text-align: center;
  padding: 65px 30px 65px;
  font-weight: normal;
  font-family: "Gotham A", "Gotham B", sans-serif;
  background: transparent;
}
@media (min-width: 700px) {
  .fiftyfiftySlider .bpa-slide .caption-wrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    padding-bottom: 30px;
  }
}
.fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title, .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc {
  text-align: center;
  text-shadow: none;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  color: #2c2a29;
}
.fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title {
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  padding-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  line-height: 1.2;
  font-size: 1.125rem;
}
.fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 2px;
  margin: auto;
  background: rgba(0, 0, 0, 0.2);
}
.fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 18px;
  font-family: "Surveyor Text A", "Surveyor Text B", serif;
  font-weight: 500;
  color: #006747;
}
.fiftyfiftySlider .bpa-slide article {
  top: 0;
  right: 0;
  position: static;
  height: 350px;
}
@media (min-width: 500px) {
  .fiftyfiftySlider .bpa-slide article {
    height: 470px;
  }
}
@media (min-width: 700px) {
  .fiftyfiftySlider .bpa-slide article {
    height: 100%;
    width: 50%;
    position: absolute;
  }
}

.green-image-callout.fsElement {
  background: #006747;
  padding: 28px 30px 30px;
  overflow: hidden;
}
.green-image-callout.fsElement > header .fsElementTitle {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 18px;
  color: #78be20;
  text-transform: uppercase;
}
.green-image-callout.fsElement > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 800px) {
  .green-image-callout.fsElement > .fsElementContent {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.green-image-callout.fsElement .image {
  margin: 0 0 20px;
  position: relative;
}
@media (min-width: 800px) {
  .green-image-callout.fsElement .image {
    margin: 0;
    width: 50%;
  }
}
.green-image-callout.fsElement .image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background-color: rgba(0, 103, 71, 0.6);
}
.green-image-callout.fsElement .image p {
  margin: 0;
}
.green-image-callout.fsElement .image img {
  vertical-align: bottom;
  width: 100%;
}
.green-image-callout.fsElement .intro-text {
  margin: 0;
  color: #FFF;
}
@media (min-width: 800px) {
  .green-image-callout.fsElement .intro-text {
    width: calc(50% - 30px);
    margin: 0 0 0 30px;
  }
}
.green-image-callout.fsElement .intro-text > header .fsElementTitle {
  color: #ffe320;
}
.green-image-callout.fsElement .intro-text > .fsElementContent p:last-child {
  margin-bottom: 0;
}
.green-image-callout.fsElement .intro-text > .fsElementContent .fs_style_32 {
  vertical-align: bottom;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 9px 17px;
  color: #FFF;
  transition: 0.3s all;
  display: inline-block;
  font-weight: 500;
}
.green-image-callout.fsElement .intro-text > .fsElementContent .fs_style_32:hover {
  background: #FFF;
  color: #006747;
  border-color: #FFF;
}

.fsElement.image-callout {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 20px 30px;
  min-height: 280px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.fsElement.image-callout .fsElementAddWrapper, .fsElement.image-callout .fsElementActionSection {
  z-index: 10;
}
.fsElement.image-callout:hover > .fsElementContent {
  font-size: 0.9375rem;
  line-height: 1.333;
  opacity: 1;
  transition: 0.25s opacity 0.20s, 0.15s font-size 0.10s;
}
.fsElement.image-callout:hover > .fsElementContent p {
  margin-bottom: 10px;
}
.fsElement.image-callout:hover > .fsElementContent p:last-child {
  margin-bottom: 0;
}
.fsElement.image-callout:hover > header .fsElementTitle {
  padding-bottom: 14px;
  margin-bottom: 12px;
}
.fsElement.image-callout:hover > header .fsElementTitle:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 40px;
  height: 4px;
  background: #ffe320;
}
.fsElement.image-callout:hover:after {
  height: 200%;
}
.fsElement.image-callout:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
}
.fsElement.image-callout:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 25%, transparent 50%);
  transition: 0.3s height;
}
.fsElement.image-callout .overlay {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}
body.fsComposeMode .fsElement.image-callout .overlay {
  display: none;
}
.fsElement.image-callout > header {
  position: relative;
  z-index: 5;
}
.fsElement.image-callout > header .fsElementTitle {
  font-size: 1.0625rem;
  line-height: 1.353;
  margin-bottom: 0;
  transition: 0.3s all;
  color: #FFF;
}
body.fsComposeMode .fsElement.image-callout > header .fsElementTitle {
  margin-bottom: 12px;
  padding-bottom: 14px;
}
body.fsComposeMode .fsElement.image-callout > header .fsElementTitle:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 40px;
  height: 4px;
  background: #ffe320;
}
.fsElement.image-callout > .fsElementContent {
  position: relative;
  z-index: 5;
  font-size: 0;
  line-height: 1;
  opacity: 0;
  transition: 0.2s all;
  color: #FFF;
}
body.fsComposeMode .fsElement.image-callout > .fsElementContent {
  font-size: 0.9375rem;
  line-height: 1.333;
  opacity: 1;
}
.fsElement.image-callout > .fsElementContent p {
  margin-bottom: 0px;
  transition: 0.3s margin;
}
body.fsComposeMode .fsElement.image-callout > .fsElementContent p {
  margin-bottom: 10px;
}
body.fsComposeMode .fsElement.image-callout > .fsElementContent p:last-child {
  margin-bottom: 0;
}
.fsElement.image-callout > .fsElementContent a {
  font-weight: 700;
  font-size: 0.875em;
  color: #78be20;
  line-height: 1.857;
}

body:not(.fsComposeMode) .wide-right {
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body:not(.fsComposeMode) .wide-right .fsDiv.fsStyleColumn-1 {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
body:not(.fsComposeMode) .wide-right .fsDiv.fsStyleColumn-2 {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
@media (min-width: 800px) {
  body:not(.fsComposeMode) .wide-right .fsDiv.fsStyleColumn-1 {
    width: 23.7288135593%;
  }
  body:not(.fsComposeMode) .wide-right .fsDiv.fsStyleColumn-2 {
    width: 76.2711864407%;
  }
}

@media (min-width: 800px) {
  .landing.fsHasLeftBanner:not(.fsComposeMode) .fsElement.fsVimeo {
    overflow: hidden;
  }
  .landing.fsHasLeftBanner:not(.fsComposeMode) #fsPageContent {
    float: none !important;
    width: auto !important;
  }
  .landing.fsHasLeftBanner:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv {
    float: none;
  }
  .landing.fsHasLeftBanner:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv > .fsTwoColumnLayout, .landing.fsHasLeftBanner:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv > .fsThreeColumnLayout, .landing.fsHasLeftBanner:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv > .fsFourColumnLayout {
    margin-left: 0;
    margin-right: 0;
    display: -ms-flexbox;
    display: flex;
  }
  .landing.fsHasLeftBanner:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv > .fsTwoColumnLayout > .fsDiv, .landing.fsHasLeftBanner:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv > .fsThreeColumnLayout > .fsDiv, .landing.fsHasLeftBanner:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv > .fsFourColumnLayout > .fsDiv {
    padding-left: 0;
    padding-right: 0;
  }
  .landing.fsHasLeftBanner:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv > .fsTwoColumnLayout > .fsDiv {
    width: calc((100% / 2) - 10px);
  }
  .landing.fsHasLeftBanner:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv > .fsTwoColumnLayout > .fsDiv.fsStyleColumn-1 {
    margin-right: 20px;
  }
  .landing.fsHasLeftBanner:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv > .fsThreeColumnLayout > .fsDiv {
    width: calc((100% / 3) - 13.33px);
  }
  .landing.fsHasLeftBanner:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv > .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1, .landing.fsHasLeftBanner:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv > .fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
    margin-right: 20px;
  }
  .landing.fsHasLeftBanner:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv > .fsFourColumnLayout > .fsDiv {
    width: calc((100% / 4) - 15px);
  }
  .landing.fsHasLeftBanner:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv > .fsFourColumnLayout > .fsDiv.fsStyleColumn-1, .landing.fsHasLeftBanner:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv > .fsFourColumnLayout > .fsDiv.fsStyleColumn-2, .landing.fsHasLeftBanner:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv > .fsFourColumnLayout > .fsDiv.fsStyleColumn-3 {
    margin-right: 20px;
  }
}

@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: 700;
    font-size: 45px;
    line-height: 50px;
    font-family: "Surveyor Text A", "Surveyor Text B", serif;
    color: #006747;
    font-weight: 500;
    margin-bottom: 50px;
  }

  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  dl dd {
    margin-left: 0;
  }

  div, dl, li {
    height: auto !important;
    height: 1%;
  }

  thead {
    display: table-header-group;
  }

  tr, img, h2, h3, pre, blockquote {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
}
