 /**
 *
 * Marshall School - default_15
 * @link www.marshallschool.org
 * Built By: Tom Schisler
 * Project Manager: Lisa Catania
 * Designer: Kelly Wilson
 *
 */

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 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 */
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("/uploaded/themes/default_15/fonts//icomoon.eot");
  src: url("/uploaded/themes/default_15/fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default_15/fonts//icomoon.woff2") format("woff2"), url("/uploaded/themes/default_15/fonts//icomoon.woff") format("woff"), url("/uploaded/themes/default_15/fonts//icomoon.ttf") format("truetype"), url("/uploaded/themes/default_15/fonts//icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
h1,
.alpha {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 20px;
}

h2,
.beta {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "baskerville-urw", Georgia, serif;
  font-style: italic;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 15px;
}

h3,
.gamma {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 3px;
}

h4,
.delta {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "baskerville-urw", Georgia, serif;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 3px;
}

h5,
.epsilon {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
}

h6,
.zeta {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 3px;
}

.fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

a {
  outline: 0;
  text-decoration: none;
  color: #FAD300;
  transition: background .3s, color .3s;
}
a:hover {
  color: #e94f37;
}

ul, ol {
  margin-top: 0;
  padding-left: 20px;
}

ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}
ul ol {
  list-style: lower-roman;
}

ol {
  list-style: decimal;
}
ol ol {
  list-style: lower-roman;
}
ol ul {
  list-style: circle;
}

table.styled,
table.fs_style_9 {
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
table.styled th,
table.styled td,
table.fs_style_9 th,
table.fs_style_9 td {
  vertical-align: top;
}
table.styled th,
table.fs_style_9 th {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
  padding: 20px;
  margin: 0;
  text-align: left;
  background: #e94f37;
  color: #fff;
}
table.styled td,
table.fs_style_9 td {
  padding: 10px 20px;
  background: transparent;
  border-bottom: 1px solid #fff;
}
table.styled tr:nth-of-type(odd) td {
  background: rgba(231, 231, 231, 0.9);
}
table.fs_style_9 tr:nth-of-type(odd) td {
  background: rgba(231, 231, 231, 0.9);
}

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

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

/*! content - buttons v0.0.1 */
.button,
.fs_style_10 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 20px;
  background: #FAD300;
  color: rgba(255, 255, 255, 0.8);
  outline: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
.button:hover,
.fs_style_10:hover {
  background: #e94f37;
  color: rgba(255, 255, 255, 0.8);
}
.button em,
.fs_style_10 em {
  display: block;
  font-style: normal;
}

.fs_style_11,
.home:not(.fsComposeMode) .fsFeaturedNews .fsReadMoreLink {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 20px;
  background: #FAD300;
  color: rgba(255, 255, 255, 0.8);
  outline: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 25px 20px;
}
.fs_style_11:hover,
.home:not(.fsComposeMode) .fsFeaturedNews .fsReadMoreLink:hover {
  background: #e94f37;
  color: rgba(255, 255, 255, 0.8);
}
.fs_style_11 em,
.home:not(.fsComposeMode) .fsFeaturedNews .fsReadMoreLink em {
  display: block;
  font-style: normal;
}

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_5 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 32px;
}

blockquote,
.fs_style_6 {
  position: relative;
  padding: 0 0 0 70px;
  margin: 10px 0 25px 0;
  font-family: "baskerville-urw", Georgia, serif;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
  color: #e94f37;
}
blockquote:before,
.fs_style_6:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  left: 16px;
  top: 10px;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  color: #e7e7e7;
}
blockquote + cite,
blockquote + .fs_style_7,
.fs_style_6 + cite,
.fs_style_6 + .fs_style_7 {
  margin-top: -22px;
  margin-bottom: 25px;
}

cite,
.fs_style_7 {
  display: block;
  padding: 0 0 0 70px;
  margin: 0;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
cite:before,
.fs_style_7:before {
  content: '- ';
}

.callout,
.fs_style_8 {
  padding: 0;
  margin: 10px 0 3px 0;
  font-family: "baskerville-urw", Georgia, serif;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
  color: #FAD300;
}
.callout.left,
.fs_style_8.left {
  float: left;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .callout.left,
  .fs_style_8.left {
    width: 50%;
  }
}
.callout.right,
.fs_style_8.right {
  float: right;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .callout.right,
  .fs_style_8.right {
    width: 50%;
  }
}

/*! structure - header v0.0.1 */
#fsHeader {
  background: #333;
}
#fsHeader .fsHeaderInner {
  position: relative;
  padding: 0;
  z-index: 500;
}
@media (min-width: 600px) {
  #fsHeader .fsHeaderInner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.home #fsHeader .fsHeaderInner, .has-hero #fsHeader .fsHeaderInner {
  background: rgba(0, 0, 0, 0.2);
}
#fsHeader .fsBanner {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  height: auto;
}
@media (min-width: 800px) {
  #fsHeader .fsBanner {
    min-height: 170px;
  }
}
@media (min-width: 1300px) {
  #fsHeader .fsBanner {
    min-height: 130px;
  }
}

.site-info-container {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
  vertical-align: middle;
  box-shadow: inset 0 -3px 0 0 #FAD300;
}
@media (min-width: 800px) {
  .site-info-container {
    position: absolute;
    top: 40px;
    left: 0;
    box-shadow: none;
  }
}
@media (min-width: 1300px) {
  .site-info-container {
    box-shadow: inset 0 -3px 0 0 #FAD300;
  }
}
.site-info-container a {
  display: inline-block;
  padding: 0 0 10px;
  margin: 0;
  color: transparent;
  font-size: 0;
  background: transparent;
  color: #fff;
}
.site-info-container a .site-info {
  display: block;
  width: 145px;
}
@media (min-width: 600px) {
  .site-info-container a .site-info {
    width: 180px;
  }
}
.site-info-container a .site-info:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 38px;
}
@media (min-width: 600px) {
  .site-info-container a .site-info:before {
    font-size: 35px;
    line-height: 45px;
  }
}

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 0;
  text-align: center;
  background: #000;
  color: #fff;
}
#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1220px) {
  #fsFooter .fsBanner {
    padding-right: 0;
    padding-left: 0;
  }
}

.footer-top {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  margin: 0 auto;
  padding: 60px 20px 30px 20px;
}
@media (min-width: 800px) {
  .footer-top {
    zoom: 1;
  }
  .footer-top:after {
    display: table;
    clear: both;
    content: '';
  }
}
@media (min-width: 1220px) {
  .footer-top {
    padding-right: 0;
    padding-left: 0;
  }
}

.copyright-container {
  margin: 0 10px 10px 0;
  padding: 0;
  display: inline-block;
  width: auto;
  float: right;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  color: #707070;
}
.copyright-container a {
  color: inherit;
}
.copyright-container a:hover {
  color: #FAD300;
}

.ftr-logo {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 0;
  overflow: hidden;
  color: #000;
  text-align: center;
}
@media (min-width: 800px) {
  .ftr-logo {
    width: 60px;
    margin: 0 0 20px 0;
    float: left;
    display: inline-block;
    min-height: 60px;
    vertical-align: middle;
    margin-bottom: 0;
    text-align: left;
  }
}
.ftr-logo:hover {
  color: #ef9f13;
}
.ftr-logo:before, .ftr-logo:after {
  position: absolute;
  bottom: 0;
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  box-shadow: inset 0 -3px 0 0 #FAD300;
}
@media (min-width: 800px) {
  .ftr-logo:before, .ftr-logo:after {
    display: none;
  }
}
.ftr-logo:before {
  left: -50%;
  left: calc(-50% - 44px);
}
.ftr-logo:after {
  right: -50%;
  right: calc(-50% - 44px);
}
.ftr-logo span {
  display: block;
  margin: 0 auto;
  font-size: 0;
  width: 60px;
}
.ftr-logo span:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 48px;
  color: inherit;
  box-shadow: inset 0 -3px 0 0 #FAD300;
}

.school-details-container .school-details {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .school-details-container .school-details {
    display: inline-block;
    float: left;
    vertical-align: middle;
    min-height: 60px;
    width: calc(100% - 265px);
    margin: 0 0 0 20px;
    padding: 0 20px 0 0;
    text-align: left;
    box-shadow: inset 0 -3px 0 0 #FAD300;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 900px) {
  .school-details-container .school-details {
    font-size: 16px;
    line-height: 22px;
  }
}
.school-details-container .school-details [itemprop='name'] {
  display: block;
  font-weight: 700;
}
@media (min-width: 800px) {
  .school-details-container .school-details [itemprop='name'] {
    margin-top: 5px;
  }
}
@media (min-width: 1000px) {
  .school-details-container .school-details [itemprop='name'] {
    display: inline-block;
    margin-top: 25px;
  }
}
@media (min-width: 800px) {
  .school-details-container .school-details [itemprop='address'] {
    display: inline-block;
    margin-right: 10px;
  }
}
.school-details-container .school-details [itemprop='streetAddress'] {
  display: block;
}
@media (min-width: 800px) {
  .school-details-container .school-details [itemprop='streetAddress'] {
    display: inline-block;
  }
}
.school-details-container .school-details [itemprop='telephone'] {
  display: inline-block;
  margin-right: 10px;
}
.school-details-container .school-details [itemprop='faxNumber'] {
  display: inline-block;
}
.school-details-container .school-details a {
  color: inherit;
}

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

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

html {
  font-family: "proxima-nova", sans-serif;
  background: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

body {
  font-size: 1em;
  line-height: 1.5;
  color: #404040;
}
body.drawer-is-active {
  overflow: hidden !important;
}

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

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 20px;
  padding-bottom: 0;
  background-color: #fff;
  background-image: url("/uploaded/themes/default_15/images/bg-fsPageBodyWrapper600.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
}
@media (min-width: 600px) {
  #fsPageBodyWrapper {
    background-image: url("/uploaded/themes/default_15/images/bg-fsPageBodyWrapper1000.jpg");
  }
}
@media (min-width: 800px) {
  #fsPageBodyWrapper {
    padding-top: 40px;
    background-image: url("/uploaded/themes/default_15/images/bg-fsPageBodyWrapper1440.jpg");
  }
}
@media (min-width: 1400px) {
  #fsPageBodyWrapper {
    background-size: 100%;
  }
}

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

@media (min-width: 800px) {
  #fsPageContent {
    padding-bottom: 260px;
  }
}

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  font-size: 14px;
  line-height: 20px;
}
@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;
  }
}
body:not(.home):not(.fsHasLeftBanner):not(.fsHasRightBanner) #fsPageContent {
  margin: 0 auto;
  max-width: 980px;
  float: none !important;
}
@media (min-width: 800px) {
  .fsHasRightBanner #fsPageContent {
    width: 67.7966101695% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 76.2711864407% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 44.0677966102% !important;
  }
}

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 800px) {
  #fsBannerRight {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerRight {
    padding-left: 80px;
    width: 32.2033898305%;
  }
}

@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 {
  margin: 0 0 10px 10px;
  display: inline-block;
  width: auto;
  float: left;
  background-position: center center;
  text-align: center;
}
#fsPoweredByFinalsite a {
  display: block;
  margin: 0;
  padding: 0;
  width: 132px;
}

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsBreadcrumb li {
  display: inline-block;
}

/*! navigation - main v0.0.1 */
#fsHeader .nav-main {
  display: none;
}
@media (min-width: 800px) {
  #fsHeader .nav-main {
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1300px) {
  #fsHeader .nav-main {
    position: absolute;
    top: 55px;
    left: 205px;
    right: 90px;
  }
}
@media (min-width: 800px) {
  .nav-main nav {
    display: block;
    float: left;
    width: 100%;
    vertical-align: middle;
    width: calc(100% - 115px);
  }
}
.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main li {
  margin: 0;
  padding: 0;
}
.nav-main .fsNavLevel1 {
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 800px) {
  .nav-main .fsNavLevel1 {
    zoom: 1;
    margin: 0 30px 0 0;
    text-align: left;
    box-shadow: inset 0 -3px 0 0 #FAD300;
  }
  .nav-main .fsNavLevel1:after {
    display: table;
    clear: both;
    content: '';
  }
}
.nav-main .fsNavLevel1 > li {
  position: relative;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 60px;
  text-transform: uppercase;
}
.nav-main .fsNavLevel1 > li:first-child > a {
  padding-left: 0;
}
.nav-main .fsNavLevel1 > li:last-child {
  margin-right: 0;
}
.nav-main .fsNavLevel1 > li:last-child > a {
  padding-right: 0;
}
@media (min-width: 800px) {
  .nav-main .fsNavLevel1 > li {
    position: static;
    display: inline-block;
    float: left;
    font-size: 13px;
    line-height: 40px;
    margin-right: 5px;
  }
}
@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 > li {
    font-size: 15px;
    padding-right: 10px;
  }
}
.nav-main .fsNavLevel1 > li:hover > a {
  color: #fff;
}
@media (min-width: 800px) {
  .nav-main .fsNavLevel1 > li:hover > a {
    box-shadow: inset 0 3px 0 0 #FAD300;
  }
}
.nav-main .fsNavLevel1 > li.fsNavCurrentPage:hover > a, .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor:hover > a {
  color: #FAD300;
}
@media (min-width: 800px) {
  .nav-main .fsNavLevel1 > li.fsNavCurrentPage:hover > a, .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor:hover > a {
    color: #fff;
    box-shadow: inset 0 3px 0 0 #FAD300, inset 0 -3px 0 0 #fff;
  }
}
.nav-main .fsNavLevel1 > li > a {
  padding: 0;
  color: #fff;
  display: block;
}
.nav-main .fsNavLevel1 > li > a:hover {
  color: #FAD300;
}
@media (min-width: 800px) {
  .nav-main .fsNavLevel1 > li > a:hover {
    color: #fff;
    box-shadow: inset 0 3px 0 0 #FAD300;
  }
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a,
.nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #FAD300;
}
@media (min-width: 800px) {
  .nav-main .fsNavLevel1 > .fsNavCurrentPage > a,
  .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
    color: #fff;
    box-shadow: inset 0 -3px 0 0 #fff;
  }
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a:hover,
.nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a:hover {
  color: #FAD300;
}
@media (min-width: 800px) {
  .nav-main .fsNavLevel1 > .fsNavCurrentPage > a:hover,
  .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a:hover {
    color: #fff;
    box-shadow: inset 0 3px 0 0 #FAD300, inset 0 -3px 0 0 #fff;
  }
}

.nav-main .fsNavPageInfo {
  position: absolute;
  top: 100%;
  top: calc(100% + 5px);
  left: 0;
  z-index: 300;
  width: 100%;
  max-width: 740px;
  margin: 0;
  padding: 5px;
  background: #FAD300;
  text-align: left;
  overflow: hidden;
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (min-width: 800px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    max-height: 5000px;
    visibility: visible;
    opacity: 1;
  }
}
.nav-main .fsNavPageThumbnail {
  float: right;
  width: 32.5%;
  background: red;
}
.nav-main .fsNavPageThumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.nav-main .fsNavLevel2 {
  padding: 10px 0 10px 20px;
  margin: 0;
  width: 67.5%;
}
.nav-main .fsNavLevel2 li {
  display: inline-block;
  float: left;
  width: 46.3%;
  margin-right: 3.7%;
  vertical-align: top;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.3);
}
.nav-main .fsNavLevel2 li:last-child, .nav-main .fsNavLevel2 li:nth-last-child(2) {
  box-shadow: none;
}
.nav-main .fsNavLevel2 li.fsNavCurrentPage > a, .nav-main .fsNavLevel2 li.fsNavCurrentPageAncestor > a {
  color: #fff;
}
.nav-main .fsNavLevel2 a {
  display: block;
  padding: 9px 0;
  color: #000;
}
.nav-main .fsNavLevel2 a:hover {
  color: #fff;
}

.nav-misc, .nav-misc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-misc li {
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  .nav-misc {
    width: 40%;
    display: inline-block;
    float: right;
    text-align: right;
  }
}
.nav-misc ul {
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .nav-misc ul {
    margin-bottom: 0;
  }
}
.nav-misc ul li {
  display: block;
}
@media (min-width: 600px) {
  .nav-misc ul li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
  }
  .nav-misc ul li:first-child {
    padding-left: 0;
  }
  .nav-misc ul li:last-child {
    padding-right: 0;
  }
}
.nav-misc ul li a {
  margin: 0;
  padding: 2px 0;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}
.nav-misc ul li a:hover {
  color: #FAD300;
}

.myMarshall-container {
  text-align: center;
}
@media (min-width: 800px) {
  .myMarshall-container {
    display: block;
    float: left;
    vertical-align: middle;
    width: auto;
    min-width: 100px;
    margin: 0;
  }
}
.myMarshall-container a {
  display: block;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  max-width: 260px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: "baskerville-urw", Georgia, serif;
  font-size: 18px;
  line-height: 20px;
}
@media (min-width: 800px) {
  .myMarshall-container a {
    padding: 0 5px;
    font-size: 13px;
    line-height: 40px;
    background: transparent;
    box-shadow: inset 0 -3px 0 0 #FAD300;
  }
  .myMarshall-container a:hover {
    box-shadow: inset 0 -3px 0 0 #fff, inset 0 3px 0 0 #fff;
  }
}
@media (min-width: 1000px) {
  .myMarshall-container a {
    font-size: 15px;
  }
}
.myMarshall-container a:hover {
  color: #FAD300;
}
.myMarshall-container strong {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .myMarshall-container strong {
    font-size: 13px;
  }
}
@media (min-width: 1000px) {
  .myMarshall-container strong {
    font-size: 15px;
  }
}

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: transparent;
  vertical-align: middle;
}
@media (min-width: 600px) {
  .drawer-ribbon {
    background: rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 800px) {
  .drawer-ribbon {
    display: none;
  }
}

.drawer-trigger {
  color: #FAD300;
  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:hover {
  color: #fff;
}
.drawer-trigger:before, .drawer-trigger:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 50%;
  max-width: 20px;
  content: '';
  background: currentColor;
}
.drawer-trigger:before {
  margin-top: -0.375em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: margin-top .3s, -webkit-transform .3s, background .3s, color .3s;
  transition: margin-top .3s, transform .3s, background .3s, color .3s;
}
.drawer-trigger:after {
  box-shadow: 0 0.375em 0 0 currentColor;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: box-shadow .3s, -webkit-transform .3s, background .3s, color .3s;
  transition: box-shadow .3s, transform .3s, background .3s, color .3s;
}
.drawer-is-active .drawer-trigger:before {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-is-active .drawer-trigger:after {
  box-shadow: none;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0);
  -webkit-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  transform: translate(0, -20%);
  padding: 40px 10px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9001;
  height: 100%;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(64, 64, 64, 0.95);
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 800px) {
  .drawer {
    display: none;
  }
}
.drawer-is-active .drawer {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.nav-sub {
  display: none;
  background: rgba(233, 79, 55, 0.8);
}
.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub li {
  margin: 0;
  padding: 0;
}
#fsPageBodyWrapper .nav-sub {
  margin-bottom: 20px;
  display: block;
  background: #e94f37;
  transition: background 0.3s ease;
}
@media (min-width: 800px) {
  #fsPageBodyWrapper .nav-sub {
    display: none;
  }
}
#fsBannerRight .nav-sub {
  display: none;
}
@media (min-width: 800px) {
  #fsBannerRight .nav-sub {
    display: block;
    margin-bottom: 20px;
  }
}
.nav-sub.nav-sub-empty {
  display: none !important;
}
@media (max-width: 800px) {
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
}
.active-nav > .fsElementContent {
  max-height: 5000px;
  opacity: 1;
  visibility: visible;
}
.nav-sub ul {
  margin: 0;
  padding: 10px 20px;
}
.nav-sub ul li {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.nav-sub ul li a {
  color: #fff;
}
.nav-sub ul li a:hover {
  color: #FAD300;
}
.nav-sub ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #000;
}
.nav-sub .fsNavLevel1 {
  position: relative;
}
.nav-sub .fsNavLevel1 > li {
  text-transform: uppercase;
}
.nav-sub .fsNavLevel1 > li:last-child > a,
.nav-sub .fsNavLevel1 > li:last-child ul {
  box-shadow: none;
}
.nav-sub .fsNavLevel1 > li > a {
  display: block;
  padding: 9px 0;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.3);
}
.nav-sub .fsNavLevel2 {
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.3);
}
.nav-sub .fsNavLevel2 > li {
  text-transform: none;
}
.nav-sub > header > .fsElementTitle {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "baskerville-urw", Georgia, serif;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 3px;
  position: relative;
  margin: 0;
  padding: 16px 20px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  text-transform: none;
  text-align: left;
}
@media (min-width: 800px) {
  .nav-sub > header > .fsElementTitle {
    cursor: default;
  }
}
@media (max-width: 800px) {
  .nav-sub > header > .fsElementTitle:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 16px;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 800px) {
  .active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

.nav-social {
  text-align: center;
}
.nav-social, .nav-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-social li {
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  .nav-social {
    display: inline-block;
    float: left;
    vertical-align: middle;
    min-height: 60px;
    text-align: right;
    box-shadow: inset 0 -3px 0 0 #FAD300;
  }
}
.nav-social ul {
  display: inline-block;
  width: auto;
  margin: 0;
}
@media (min-width: 800px) {
  .nav-social ul {
    margin-top: 10px;
  }
}
.nav-social li {
  float: left;
  margin: 0 4px;
  padding: 0;
  width: 38px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.nav-social [href*='facebook']:before {
  content: "";
}
.nav-social [href*='instagram']:before {
  content: "";
}
.nav-social [href*='linkedin']:before {
  content: "";
}
.nav-social [href*='pinterest']:before {
  content: "";
}
.nav-social [href*='tumblr']:before {
  content: "";
}
.nav-social [href*='twitter']:before {
  content: "";
}
.nav-social [href*='vimeo']:before {
  content: "";
}
.nav-social [href*='vine']:before {
  content: "";
}
.nav-social [href*='youtube']:before {
  content: "";
}
.nav-social [href*='rss']:before {
  content: "";
}
.nav-social a {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: auto;
}
.nav-social a:hover {
  color: #707070;
}
.nav-social a:before {
  height: auto;
  width: auto;
  font-family: "IcoMoon";
  font-size: 38px;
  line-height: 38px;
  color: inherit;
  background: transparent;
  border-radius: 100%;
  transition: color 0.25s;
}
.nav-social a:after {
  position: absolute;
  width: auto;
  height: auto;
  border-radius: 100%;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2px;
  z-index: 4;
  border: 2px double transparent;
  background: transparent;
  transition: -webkit-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
.nav-social span {
  display: none;
}

.nav-utility, .nav-utility ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-utility li {
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  .nav-utility {
    width: 60%;
    display: inline-block;
    float: left;
    text-align: left;
  }
}
.nav-utility ul {
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .nav-utility ul {
    margin-bottom: 0;
  }
}
.nav-utility ul li {
  display: block;
}
@media (min-width: 600px) {
  .nav-utility ul li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
  }
  .nav-utility ul li:first-child {
    padding-left: 0;
  }
  .nav-utility ul li:last-child {
    padding-right: 0;
  }
}
.nav-utility ul li a {
  margin: 0;
  padding: 2px 0;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}
.nav-utility ul li a:hover {
  color: #FAD300;
}

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.25em;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    width: 32.8333333333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.625em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 20px;
  background: #FAD300;
  color: rgba(255, 255, 255, 0.8);
  outline: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #e94f37;
  color: rgba(255, 255, 255, 0.8);
}
.fsConstituent.fsSearch .fsConstituentSearchButton em {
  display: block;
  font-style: normal;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

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

.fsProfileSection {
  margin-bottom: 1.25em;
}
.fsProfileSection .fsProfileSectionData {
  margin-bottom: 20px;
}

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

.fsProfileSectionFieldName, .fsProfileSectionFieldValue {
  width: auto;
  float: none;
}
@media (min-width: 800px) {
  .fsProfileSectionFieldName, .fsProfileSectionFieldValue {
    width: 50%;
    float: left;
  }
}

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

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px;
}

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  position: relative;
  cursor: pointer;
  background: transparent;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.fsAccordion .fsPanel:last-child {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
  display: block;
  padding: 20px 0;
  margin: 0;
  color: #FAD300;
  transition: all .3s ease;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: transparent;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #e94f37;
  transition: all .3s ease;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  height: auto;
  background: transparent;
  box-shadow: inset 0 4px 0 0 #404040;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #404040;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before, .fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsTabs .fsPanel.fsStateOpen > header h2:after {
  content: '';
}
.fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
  margin: 0;
  padding: 0 0 20px 0;
  box-shadow: inset 0 -4px 0 0 #404040;
}
.fsAccordion .fsPanel > .fsElementContent p, .fsTabs .fsPanel > .fsElementContent p {
  margin-bottom: 20px;
}
.fsAccordion .fsPanel > .fsElementContent p:last-child, .fsTabs .fsPanel > .fsElementContent p:last-child {
  margin-bottom: 0;
}
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2:before {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 16px;
  color: #a6a6a6;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.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 {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 16px;
  color: #a6a6a6;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  left: 10px;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2:after, .fsPanelIconBefore.fsTabs .fsPanel > header h2:after {
  display: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2:after {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 16px;
  color: #a6a6a6;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 16px;
  color: #a6a6a6;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  right: 10px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}

.fsAccordion {
  margin-bottom: 20px;
}

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 0;
  }
}
.fsAthleticsEvent .fsListItems article {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsTitle {
  display: inline-block;
  margin-bottom: 0;
}
.fsAthleticsEvent .fsElementEventIcon {
  margin-right: 10px;
}
.fsAthleticsEvent .fsAthleticsEventDetailLink {
  outline: 0;
}
.fsAthleticsEvent .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}
.fsAthleticsEvent .fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 20px;
  background: #FAD300;
  color: rgba(255, 255, 255, 0.8);
  outline: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
}
.fsAthleticsEvent .fsLoadMoreButton:hover {
  background: #e94f37;
  color: rgba(255, 255, 255, 0.8);
}
.fsAthleticsEvent .fsLoadMoreButton em {
  display: block;
  font-style: normal;
}
.fsAthleticsEvent .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent .fsAthleticsOpponentNames {
  display: inline;
}

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

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

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

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

.fsRosterPlayerNumber:before {
  content: 'Number: ';
}

.fsRosterPosition:before {
  content: 'Position: ';
}

.fsRosterHeight:before {
  content: 'Height: ';
}

.fsRosterWeight:before {
  content: 'Weight: ';
}

.fsRosterBio p:last-child {
  margin-bottom: 0;
}

/*! elements - athletics teams */
.fsAthleticsTeam {
  margin-bottom: 20px;
}

.fsAthleticsTeamDirectory {
  max-width: 100%;
  margin-bottom: 20px;
}
.fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsAthleticsTeamDirectory li {
  margin: 0;
  padding: 0;
}
.fsAthleticsTeamDirectory > li {
  margin-bottom: 10px;
}
.fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
  display: inline-block;
}

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

/*! elements - calendar */
.fsCalendar .fsDate {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "baskerville-urw", Georgia, serif;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 3px;
  display: block;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  line-height: 1.2;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
  margin-bottom: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}

.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarPrevMonth, .fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth {
  color: transparent;
  background-color: transparent;
  border: none;
  position: relative;
  line-height: 0;
  outline: 0;
  padding: 0;
  width: 40px;
  height: 40px;
}
.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  color: #575757;
  content: '\2039';
  font-size: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -2px;
}
.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: '\203A';
}

@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(250, 211, 0, 0.15);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(250, 211, 0, 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(250, 211, 0, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(250, 211, 0, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 15px;
    margin-bottom: 0;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    zoom: 1;
    display: block;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
    display: table;
    clear: both;
    content: '';
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
    border-top: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
    border-bottom: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
    width: 16.666% !important;
    height: 50px !important;
    border: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
    display: block;
  }
}
#event-view {
  padding: 20px;
  margin: 20px auto 0;
}
#event-view .fsCalendarDaybox {
  height: auto !important;
}
@media screen and (min-width: 800px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 20px;
  background: #FAD300;
  color: rgba(255, 255, 255, 0.8);
  outline: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background: #e94f37;
  color: rgba(255, 255, 255, 0.8);
}
.scroll-up span em {
  display: block;
  font-style: normal;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
  width: 10px;
  height: 10px;
}

.fsCalendarLegend {
  margin: 20px 0;
  padding: 0;
}
.fsCalendarLegend, .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsCalendarLegend li {
  margin: 0;
  padding: 0;
}
@media (min-width: 600px) {
  .fsCalendarLegend > ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 800px) {
  .fsCalendarLegend > ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.fsCalendarLegend > ul ul {
  margin-left: 20px;
}

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement header .fsElementTitle {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "baskerville-urw", Georgia, serif;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 3px;
}
.fsElementTitle p {
  margin-bottom: 0;
}
.fsElement footer {
  padding-top: 5px;
}
.fsElement footer > .fsElementFooterContent {
  font-size: 14px;
  line-height: 20px;
}
.fsElement footer > .fsElementFooterContent a {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.fsElement footer > .fsElementFooterContent a:hover {
  color: #FAD300;
}

.fsListItems article {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.fsListItems p:last-child {
  margin-bottom: 0;
}

.module {
  background: #404040;
  margin-bottom: 20px;
  padding: 16px 20px;
  color: #fff;
}
.module > header {
  margin: -20px -20px 20px -20px;
  padding: 20px;
  background: #383838;
  color: inherit;
}
.module > header .fsElementTitle {
  margin-bottom: 0;
}
.module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
  color: inherit;
}
.module article {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

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

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

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

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

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

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1;
}
.fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
  display: table;
  clear: both;
  content: '';
}
.fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
  margin-bottom: 20px;
}
.fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
  margin-bottom: 2px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 20px;
  background: #FAD300;
  color: rgba(255, 255, 255, 0.8);
  outline: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
  background: #e94f37;
  color: rgba(255, 255, 255, 0.8);
}
.fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
  display: block;
  font-style: normal;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
  display: block;
}
.fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
  margin-bottom: 10px;
}
.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}
.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}
.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px;
}

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px;
}
.fsAccount .fsAccountLinks {
  margin: 0;
}
.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px;
}
.fsAccount .fsAccountLogout a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 20px;
  background: #FAD300;
  color: rgba(255, 255, 255, 0.8);
  outline: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
.fsAccount .fsAccountLogout a:hover {
  background: #e94f37;
  color: rgba(255, 255, 255, 0.8);
}
.fsAccount .fsAccountLogout a em {
  display: block;
  font-style: normal;
}

#fsPagePopNotification {
  width: 50px;
  height: 50px;
  background: #e94f37;
}
#fsPagePopNotification[aria-label] {
  opacity: 1;
}
#fsPagePopNotification:hover {
  background: #FAD300;
}

#fsPagePopDialog {
  margin: 0 auto;
  padding: 20px 30px;
  max-width: 430px;
  background: rgba(233, 79, 55, 0.95);
  border: 0;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
}
#fsPagePopDialog #fsPagePopCloseButton {
  background: transparent;
  opacity: 1;
}
#fsPagePopDialog #fsPagePopCloseButton:before, #fsPagePopDialog #fsPagePopCloseButton:after {
  background: #fff;
}
#fsPagePopDialog #fsPagePopCloseButton:hover:before, #fsPagePopDialog #fsPagePopCloseButton:hover:after {
  background: #ef9f13;
}
#fsPagePopDialog > div .fsPagePopMessage p:last-child {
  margin-bottom: 0;
}
#fsPagePopDialog #fsPagePopControls {
  margin: 0;
  padding: 10px 0 0 0;
}
#fsPagePopDialog #fsPagePopControls #fsPagePopHideButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 20px;
  background: #FAD300;
  color: rgba(255, 255, 255, 0.8);
  outline: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  margin: 0;
  position: relative;
  box-shadow: none;
  text-shadow: none;
}
#fsPagePopDialog #fsPagePopControls #fsPagePopHideButton:hover {
  background: #e94f37;
  color: rgba(255, 255, 255, 0.8);
}
#fsPagePopDialog #fsPagePopControls #fsPagePopHideButton em {
  display: block;
  font-style: normal;
}
#fsPagePopDialog #fsPagePopControls #fsPagePopHideButton:hover {
  background: #ef9f13;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
}
.fsMediaCustomPlayer article {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  outline: 0;
  position: relative;
  text-align: center;
}
.fsMediaCustomPlayer article img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.fsMediaCustomPlayer .caption-wrapper {
  display: none;
}
@media (min-width: 600px) {
  .fsMediaCustomPlayer .caption-wrapper {
    display: block;
    padding: 20px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    max-width: 980px;
  }
}
.fsMediaCustomPlayer .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}
.fsMediaCustomPlayer .caption-wrapper a:hover {
  text-decoration: underline;
}
.fsMediaCustomPlayer .caption-title {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  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;
}

/*! elements - news v0.0.1 */
.fsNews.fsList .fsThumbnail {
  display: block;
  margin-bottom: 10px;
}
.fsNews.fsList .fsThumbnail img {
  display: block;
}
.fsNews.fsList .fsDateTime {
  font-family: "baskerville-urw", Georgia, serif;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
}
.fsNews.fsList .fsDateTime:before {
  content: 'Posted ';
}

.fsNews.fsGrid .fsListItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}
.fsNews.fsGrid article {
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
}
.no-flexbox .fsNews.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1;
}
.no-flexbox .fsNews.fsGrid .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}
.no-flexbox .fsNews.fsGrid .fsListItems article {
  margin: 0 0 20px;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
    clear: both;
  }
}

.fsSearchField {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  background: transparent;
  width: 50px;
  max-height: 50px;
  color: #FAD300;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}
#fsHeader .fsSearchField {
  position: absolute;
  top: 35px;
  right: 0;
}
@media (min-width: 1000px) {
  #fsHeader .fsSearchField {
    top: 45px;
  }
}
.drawer .fsSearchField {
  position: relative;
  top: 0;
  left: 70px;
  width: 100%;
  width: calc(100% - 70px);
}
.search-active .fsSearchField {
  width: 260px;
}
.fsSearchField:hover {
  color: #fff;
}
.fsSearchField:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  font-size: 20px;
  font-family: "IcoMoon";
  content: '\f002';
  color: inherit;
  opacity: 1;
  display: inline-block;
  text-align: center;
  width: 50px;
  line-height: 50px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background: transparent;
}
@media (min-width: 600px) {
  .fsSearchField:after {
    background: rgba(0, 0, 0, 0.4);
  }
}
.search-active .fsSearchField:after {
  opacity: 0;
  visibility: hidden;
}
.fsSearchField > .fsElementContent {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.drawer .fsSearchField > .fsElementContent, .search-active .fsSearchField > .fsElementContent {
  opacity: 1;
  visibility: visible;
}

form.gsc-search-box-tools {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
form.gsc-search-box-tools table,
form.gsc-search-box-tools tbody,
form.gsc-search-box-tools tr,
form.gsc-search-box-tools td {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  height: 50px;
}
form.gsc-search-box-tools table.gsc-branding {
  display: none;
}
form.gsc-search-box-tools table.gsc-search-box {
  display: inline-block !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
form.gsc-search-box-tools td.gsc-input {
  position: relative;
  top: 0;
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: top !important;
  width: 100% !important;
  width: calc(100% - 50px) !important;
  background: transparent;
}
form.gsc-search-box-tools div.gsc-input-box {
  padding: 0 20px !important;
  margin: 0 !important;
  width: 100%;
  border: 0;
  vertical-align: middle;
  outline: none;
  box-shadow: none;
  height: 50px !important;
  background: #FAD300 !important;
  height: 50px !important;
  color: #fff;
}
form.gsc-search-box-tools td.gsib_b {
  display: none !important;
}
form.gsc-search-box-tools input.gsc-input {
  display: inline-block;
  background: transparent !important;
  width: 100% !important;
  height: 50px !important;
  border: none !important;
  color: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px;
  line-height: 20px;
  text-transform: none !important;
}
form.gsc-search-box-tools input.gsc-input::-webkit-input-placeholder {
  font-family: "baskerville-urw", Georgia, serif;
  font-style: italic;
  color: #fff;
}
form.gsc-search-box-tools input.gsc-input:-moz-placeholder {
  font-family: "baskerville-urw", Georgia, serif;
  font-style: italic;
  color: #fff;
}
form.gsc-search-box-tools input.gsc-input::-moz-placeholder {
  font-family: "baskerville-urw", Georgia, serif;
  font-style: italic;
  color: #fff;
}
form.gsc-search-box-tools input.gsc-input:-ms-input-placeholder {
  font-family: "baskerville-urw", Georgia, serif;
  font-style: italic;
  color: #fff;
}
form.gsc-search-box-tools td.gsc-search-button {
  display: inline-block;
  width: 50px;
  color: #FAD300;
}
form.gsc-search-box-tools td.gsc-search-button:hover {
  color: #fff;
}
form.gsc-search-box-tools td.gsc-search-button:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  font-size: 20px;
  font-family: "IcoMoon";
  content: '\f002';
  color: inherit;
  opacity: 1;
  display: inline-block;
  text-align: center;
  width: 50px;
  line-height: 50px;
  z-index: 20;
  background: transparent;
}
@media (min-width: 600px) {
  form.gsc-search-box-tools td.gsc-search-button:after {
    background: rgba(0, 0, 0, 0.4);
  }
}
form.gsc-search-box-tools input.gsc-search-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  opacity: 0;
}

.gsc-control-cse {
  font-family: "proxima-nova", sans-serif !important;
  border: none !important;
  background: none !important;
}

.gsc-control-cse .gsc-table-result {
  font-family: "proxima-nova", sans-serif !important;
}

.gsc-tabHeader.gsc-tabhInactive {
  border: none !important;
  background: none !important;
}

.gsc-tabHeader.gsc-tabhActive {
  border: none !important;
  background: none !important;
}

.gsc-tabsArea {
  border: none !important;
  background: none !important;
}

.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
  border: none !important;
  background: none !important;
}

.gsc-webResult.gsc-result:hover,
.gsc-imageResult:hover {
  border: none !important;
  background-color: #FFFFFF;
}

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
  color: #e94f37 !important;
}

.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
  color: #e94f37 !important;
}

.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b {
  color: #5f6556 !important;
}

.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b,
.gs-imageResult a.gs-title:active,
.gs-imageResult a.gs-title:active b {
  color: #5f6556 !important;
}

.gsc-cursor-page {
  color: #e94f37 !important;
}
.gsc-cursor-page:hover {
  color: #5f6556 !important;
  text-decoration: none !important;
}

a.gsc-trailing-more-results:link {
  color: #e94f37 !important;
}

.gs-webResult .gs-snippet,
.gs-imageResult .gs-snippet,
.gs-fileFormatType {
  color: #404040 !important;
}

.gs-webResult div.gs-visibleUrl,
.gs-imageResult div.gs-visibleUrl {
  color: #e94f37 !important;
}

.gs-webResult div.gs-visibleUrl-short {
  color: #e94f37 !important;
}

.gs-webResult div.gs-visibleUrl-short {
  display: none;
}

.gs-webResult div.gs-visibleUrl-long {
  display: block;
}

.gs-promotion div.gs-visibleUrl-short {
  display: none;
}

.gs-promotion div.gs-visibleUrl-long {
  display: block;
}

.gsc-cursor-box {
  border: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border: none !important;
  background: none !important;
  color: #e94f37 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border: none !important;
  background: none !important;
  color: #e94f37 !important;
}

.gsc-webResult.gsc-result.gsc-promotion {
  border: none !important;
  background: none !important;
}

.gsc-completion-title {
  color: #e94f37 !important;
}

.gsc-completion-snippet {
  color: #404040;
}

.gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link *,
.gs-promotion .gs-snippet a:link {
  color: #e94f37 !important;
}

.gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited *,
.gs-promotion .gs-snippet a:visited {
  color: #e94f37 !important;
}

.gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover *,
.gs-promotion .gs-snippet a:hover {
  color: #e94f37 !important;
}

.gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active *,
.gs-promotion .gs-snippet a:active {
  color: #e94f37 !important;
}

.gs-promotion .gs-snippet,
.gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #5f6556 !important;
}

.gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl-short {
  color: #5f6556 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  z-index: 400;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-slide {
  outline: 0 !important;
  z-index: 400;
}

.slick-arrow {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent;
  display: block;
  height: 20px !important;
  width: 20px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: #707070 !important;
  opacity: 1 !important;
  outline: 0;
  cursor: pointer;
  z-index: 500;
}
.slick-arrow:hover, .slick-arrow:focus {
  background: transparent;
  color: rgba(112, 112, 112, 0.4) !important;
  outline: none;
}
.slick-arrow:hover:before, .slick-arrow:focus:before {
  color: inherit !important;
}
.slick-arrow:before {
  display: block !important;
  height: 20px !important;
  width: 20px !important;
  font-family: "IcoMoon" !important;
  font-size: 20px !important;
  line-height: 20px !important;
  text-align: center !important;
  color: inherit !important;
}
.slick-arrow.slick-prev, .slick-arrow.fsLeftArrow {
  left: 10px !important;
}
.slick-arrow.slick-prev:before, .slick-arrow.fsLeftArrow:before {
  content: "" !important;
}
.slick-arrow.slick-next, .slick-arrow.fsRightArrow {
  right: 10px !important;
}
.slick-arrow.slick-next:before, .slick-arrow.fsRightArrow:before {
  content: "" !important;
}
.slick-arrow.slick-disabled:before {
  display: none;
}

.slick-dots {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  width: 100%;
}
.slick-dots, .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  margin: 0;
  padding: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: rgba(112, 112, 112, 0.4);
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  color: #707070;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.slick-dots li button:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 20px;
  line-height: 20px;
}
.slick-dots li.slick-active button {
  color: #707070;
}
.slick-dots li.slick-active button:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.slick-arrow {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent;
  display: block;
  height: 20px !important;
  width: 20px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: #707070 !important;
  opacity: 1 !important;
  outline: 0;
  cursor: pointer;
  z-index: 500;
}
.slick-arrow:hover, .slick-arrow:focus {
  background: transparent;
  color: rgba(112, 112, 112, 0.4) !important;
  outline: none;
}
.slick-arrow:hover:before, .slick-arrow:focus:before {
  color: inherit !important;
}
.slick-arrow:before {
  display: block !important;
  height: 20px !important;
  width: 20px !important;
  font-family: "IcoMoon" !important;
  font-size: 20px !important;
  line-height: 20px !important;
  text-align: center !important;
  color: inherit !important;
}
.slick-arrow.slick-prev, .slick-arrow.fsLeftArrow {
  left: 10px !important;
}
.slick-arrow.slick-prev:before, .slick-arrow.fsLeftArrow:before {
  content: "" !important;
}
.slick-arrow.slick-next, .slick-arrow.fsRightArrow {
  right: 10px !important;
}
.slick-arrow.slick-next:before, .slick-arrow.fsRightArrow:before {
  content: "" !important;
}
.slick-arrow.slick-disabled:before {
  display: none;
}

.slick-dots {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  width: 100%;
}
.slick-dots, .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  margin: 0;
  padding: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: rgba(112, 112, 112, 0.4);
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  color: #707070;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.slick-dots li button:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 20px;
  line-height: 20px;
}
.slick-dots li.slick-active button {
  color: #707070;
}
.slick-dots li.slick-active button:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

/*! 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 facebook custom - optional partial*/
.facebook-post {
  font-size: 14px;
  line-height: 20px;
}
.facebook-post .profile-img {
  display: inline-block;
  float: left;
  margin: 0 15px 15px 0;
  padding: 8px;
  width: 50px;
  height: 50px;
  background: #fff;
}
.facebook-post .profile-img img {
  width: 100%;
  height: auto;
}
.facebook-post .entry-name {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.facebook-post .entry-time {
  margin-bottom: 10px;
  color: #707070;
  font-size: 14px;
}
.facebook-post .entry-photo {
  display: none;
}
.facebook-post .entry-content {
  float: none;
  clear: both;
  margin-bottom: 10px;
}
.facebook-post .read-more {
  display: block;
  text-align: right;
  font-size: 0;
  color: #707070;
}
.facebook-post .read-more:hover {
  color: #fff;
}
.facebook-post .read-more:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 14px;
}

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

/*! elements - social twitter custom - optional partial*/
.fsTwitterCustom {
  margin-bottom: 20px;
}

.tweets, .tweets ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tweets li {
  margin: 0;
  padding: 0;
}
.tweets .timeline-TweetList-tweet {
  zoom: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid currentColor;
}
.tweets .timeline-TweetList-tweet:after {
  display: table;
  clear: both;
  content: '';
}
.tweets .timeline-TweetList-tweet:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.tweets .timeline-Tweet-brand {
  display: none;
}
.tweets .timeline-Tweet-brand.u-floatRight {
  float: right;
}
.tweets .timeline-Tweet-brand.u-floatLeft {
  float: left;
}
.tweets .timeline-Tweet-brand .Icon--twitter:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.tweets .timeline-Tweet-author {
  zoom: 1;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.tweets .timeline-Tweet-author:after {
  display: table;
  clear: both;
  content: '';
}
.tweets .timeline-Tweet-author .TweetAuthor .TweetAuthor-avatar {
  display: block;
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
.tweets .timeline-Tweet-author .TweetAuthor .TweetAuthor-avatar img {
  width: 100%;
  height: auto;
}
.tweets .timeline-Tweet-author .TweetAuthor .TweetAuthor-name {
  display: block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.tweets .timeline-Tweet-author .TweetAuthor .TweetAuthor-screenName {
  display: block;
  margin: 0;
  padding: 0;
}
.tweets .timeline-Tweet-media {
  display: none;
  background: red;
}
.tweets .timeline-Tweet-metadata {
  margin-top: 3px;
  float: left;
  font-size: 14px;
  line-height: 18px;
}
.tweets .timeline-Tweet-metadata .timeline-Tweet-timestamp {
  color: #a6a6a6;
}
.tweets .timeline-Tweet-metadata .timeline-Tweet-timestamp abbr {
  border-bottom: none;
}
.tweets .timeline-Tweet-actions {
  zoom: 1;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.tweets .timeline-Tweet-actions:after {
  display: table;
  clear: both;
  content: '';
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 2px;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action:first-child {
  margin-left: 0;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action:last-child {
  margin-right: 0;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action.timeline-ShareMenu:hover a {
  color: #FAD300;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action.timeline-ShareMenu:hover .timeline-ShareMenu-container {
  visibility: visible;
  opacity: 1;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .TweetAction {
  color: #707070;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .TweetAction:hover {
  color: #FAD300;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .TweetAction:before {
  font-size: 16px;
  line-height: 20px;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .TweetAction--heart:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .TweetAction--share:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container {
  display: block;
  position: absolute;
  bottom: 100%;
  left: -50%;
  width: 100%;
  min-width: 120px;
  min-height: 28px;
  padding: 5px;
  margin: 0;
  background: rgba(166, 166, 166, 0.5);
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container h3.timeline-ShareMenu-title {
  display: none;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul {
  zoom: 1;
  text-align: center;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul:after {
  display: table;
  clear: both;
  content: '';
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 5px;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li:first-child {
  padding-left: 0;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li:last-child {
  padding-right: 0;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li a {
  display: block;
  font-size: 0;
  width: 18px;
  height: 18px;
  color: #FAD300;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li a:hover {
  color: #fff;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li a:before {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: auto;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li a[href*="twitter"]:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li a[href*="facebook"]:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li a[href*="linkedin"]:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li a[href*="tumblr"]:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 20px;
  background: #FAD300;
  color: rgba(255, 255, 255, 0.8);
  outline: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
.vimeo_view_link a:hover {
  background: #e94f37;
  color: rgba(255, 255, 255, 0.8);
}
.vimeo_view_link a em {
  display: block;
  font-style: normal;
}

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 20px;
  background: #FAD300;
  color: rgba(255, 255, 255, 0.8);
  outline: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
.Youtube_view_link a:hover {
  background: #e94f37;
  color: rgba(255, 255, 255, 0.8);
}
.Youtube_view_link a em {
  display: block;
  font-style: normal;
}

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0 0 20px 0;
  padding: 0;
  display: none;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin: 0;
  padding: 0 20px;
}
.fsTabs .fsTabsNav li:first-child {
  padding-left: 0;
}
.fsTabs .fsTabsNav li:last-child {
  padding-right: 0;
}
.fsTabs .fsTabsNav li a {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
  display: block;
  padding: 20px 0;
  margin: 0;
  color: #FAD300;
  transition: all .3s ease;
  display: block;
  margin: 0;
  padding: 20px 0;
  background: transparent;
  color: #FAD300;
}
.fsTabs .fsTabsNav li a:hover {
  background: transparent;
  color: #e94f37;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: transparent;
  color: #404040;
  box-shadow: inset 0 -4px 0 0 #404040;
}
@media (min-width: 600px) {
  .fsTabs .fsPanel > .fsElementContent {
    box-shadow: none;
  }
}

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

.fsPanel > header ~ .fsElementContent {
  display: none;
}

.fsPanel.fsStateOpen > header ~ .fsElementContent {
  display: block;
}

.fsGoogleTranslate {
  display: inline-block;
  position: relative;
  top: -2px;
  margin: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
  color: #fff;
  transition: background .3s, color .3s;
}
.fsGoogleTranslate:hover {
  color: #707070;
}
.fsGoogleTranslate:hover #google_translate_element {
  opacity: 1;
  visibility: visible;
}
.fsGoogleTranslate:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  font-size: 38px;
  line-height: 38px;
}
.fsGoogleTranslate #google_translate_element {
  position: absolute;
  bottom: 100%;
  right: 0;
  display: block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  border: none;
  border-radius: 5px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.fsGoogleTranslate #google_translate_element:hover .goog-te-gadget > div > select {
  color: #fff;
}
.fsGoogleTranslate #google_translate_element .goog-te-gadget {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.fsGoogleTranslate #google_translate_element .goog-te-gadget img,
.fsGoogleTranslate #google_translate_element .goog-te-gadget .goog-logo-link {
  display: none;
}
.fsGoogleTranslate #google_translate_element .goog-te-gadget > div {
  display: inline-block;
  vertical-align: middle;
}
.fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select {
  width: auto;
  height: auto;
  margin: 5px 0 0 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  color: #fff;
}
.fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select:hover {
  color: rgba(255, 255, 255, 0.75);
}
.fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select:focus {
  outline: none;
}
.fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select option {
  background: #fff;
  color: #000;
}
.fsGoogleTranslate #google_translate_element .goog-te-gadget > span {
  display: none;
}

body:not(.fsComposeMode).has-hero #fsHeader {
  position: relative;
  background: transparent;
  width: 100%;
  height: auto;
  min-height: 220px;
}
@media (min-width: 800px) {
  body:not(.fsComposeMode).has-hero #fsHeader {
    min-height: 34.72vw;
  }
}
body:not(.fsComposeMode).has-hero .fsHeroImage {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 220px;
  z-index: 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 800px) {
  body:not(.fsComposeMode).has-hero .fsHeroImage {
    min-height: 34.72vw;
  }
}

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
}
@media (min-width: 600px) {
  .home #fsPageBodyWrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
.home #fsPageBody {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 800px) {
  .home #fsPageContent {
    padding-bottom: 0;
  }
}
.home #fsHeader {
  position: relative;
  background: transparent;
  width: 100%;
  height: auto;
  min-height: 380px;
}
@media (min-width: 800px) {
  .home #fsHeader {
    min-height: 51.39vw;
  }
}
.home:not(.fsComposeMode) .fsWelcome {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  width: 100%;
  height: auto;
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsWelcome {
    min-height: 300px;
  }
}
@media (min-width: 900px) {
  .home:not(.fsComposeMode) .fsWelcome {
    text-align: left;
  }
}
.home:not(.fsComposeMode) .fsWelcome > .fsElementContent {
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsWelcome > .fsElementContent {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (min-width: 900px) {
  .home:not(.fsComposeMode) .fsWelcome > .fsElementContent {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 900px) {
  .home:not(.fsComposeMode) .fsWelcome > .fsElementContent {
    padding-left: 0;
    float: right;
    width: 80%;
    max-width: 700px;
  }
}
.home:not(.fsComposeMode) .fsWelcome .fsElementFooterContent a {
  margin: 0 15px 15px;
  padding: 0;
  color: #FAD300;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsWelcome .fsElementFooterContent a {
    display: inline-block;
    margin-bottom: 0;
  }
}
.home:not(.fsComposeMode) .fsWelcome .fsElementFooterContent a:hover {
  color: #e94f37;
}
.home:not(.fsComposeMode) .fsWelcome .fsElementFooterContent a:before {
  margin-right: 8px;
}
.home:not(.fsComposeMode) .fsWelcome .fsElementFooterContent a.btn-inquire:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home:not(.fsComposeMode) .fsWelcome .fsElementFooterContent a.btn-visit:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home:not(.fsComposeMode) .fsWelcome .fsElementFooterContent a.btn-apply:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home:not(.fsComposeMode) .fsWhyMarshall {
  margin: 0 -40px 20px -40px;
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsWhyMarshall {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 900px) {
  .home:not(.fsComposeMode) .fsWhyMarshall {
    margin: 0 0 20px 0;
    padding-right: 20px;
  }
}
.home:not(.fsComposeMode) .fsWhyMarshall > header {
  position: relative;
  margin: 0;
  padding: 35px 10px;
  background: #d0d0d0;
  color: #fff;
  text-align: center;
}
@media (min-width: 900px) {
  .home:not(.fsComposeMode) .fsWhyMarshall > header {
    padding-left: 60px;
    text-align: left;
  }
}
.home:not(.fsComposeMode) .fsWhyMarshall > header .fsElementTitle {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "baskerville-urw", Georgia, serif;
  font-style: italic;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 15px;
  margin-bottom: 0;
}
.home:not(.fsComposeMode) .fsWhyMarshall > header .btn-refresh {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  display: none;
}
@media (min-width: 900px) {
  .home:not(.fsComposeMode) .fsWhyMarshall > header .btn-refresh {
    display: block;
  }
}
.home:not(.fsComposeMode) .fsWhyMarshall > header .btn-refresh:hover {
  background: rgba(0, 0, 0, 0.5);
}
.home:not(.fsComposeMode) .fsWhyMarshall > header .btn-refresh em {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22px;
  font-size: 0;
  font-style: normal;
}
.home:not(.fsComposeMode) .fsWhyMarshall > header .btn-refresh em:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 16px;
}
.home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent {
  margin: 0;
  padding: 10px 20px;
  background-color: #e7e7e7;
  background-image: url("/uploaded/themes/default_15/images/home/seal.png");
  background-repeat: no-repeat;
  background-position: center bottom -150px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 900px) {
  .home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent {
    height: auto;
    min-height: 470px;
    padding-left: 60px;
    padding-right: 60px;
    background-position: right bottom -175px;
  }
}
.home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement {
  position: relative;
  margin: 0;
  padding: 20px 0 20px 90px;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.95);
  display: none;
  font-size: 15px;
}
.home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement.selected {
  display: block;
}
.home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement.character:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement.global:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement.curiosity:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement.individualized:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement.access:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement.relationships:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement.community:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement.college:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement.dynamic:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement:before {
  display: block;
  font-size: 40px;
  line-height: 40px;
  width: 65px;
  position: absolute;
  left: 0;
  top: 50%;
  color: #707070;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement h2, .home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement h3, .home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement h4, .home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement h6, .home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement h6 {
  margin-bottom: 0;
}
.home:not(.fsComposeMode) .fsWhyMarshall > .fsElementContent > .fsElement p:last-child {
  margin-bottom: 0;
}
.home:not(.fsComposeMode) .fsWhyMarshall footer {
  margin: 0;
  padding: 10px 20px;
  text-align: right;
}
.home:not(.fsComposeMode) .fsWhyMarshall footer a {
  color: rgba(64, 64, 64, 0.8);
}
.home:not(.fsComposeMode) .fsWhyMarshall footer a:hover {
  color: #e94f37;
}
.home:not(.fsComposeMode) .fsFeaturedNews {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  background: none;
  text-align: center;
  width: 100%;
  height: auto;
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsFeaturedNews {
    min-height: 300px;
  }
}
@media (min-width: 800px) {
  .home:not(.fsComposeMode) .fsFeaturedNews {
    min-height: 600px;
  }
}
.home:not(.fsComposeMode) .fsFeaturedNews header {
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsFeaturedNews header {
    display: none;
  }
}
.home:not(.fsComposeMode) .fsFeaturedNews header .fsElementTitle {
  font-weight: 500;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}
.home:not(.fsComposeMode) .fsFeaturedNews header .fsElementTitle:after {
  display: block;
  padding: 0;
  margin: 6px auto 0;
  content: '';
  width: 75px;
  height: 3px;
  box-shadow: inset 0 -3px 0 0 #FAD300;
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsFeaturedNews .fsFeaturedNewsInner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    color: #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.home:not(.fsComposeMode) .fsFeaturedNews .fsElementContent {
  background: #fff;
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsFeaturedNews .fsElementContent {
    background: transparent;
  }
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsFeaturedNews .fsListItems {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(239, 159, 19, 0.63);
  }
}
.home:not(.fsComposeMode) .fsFeaturedNews .fsListItems article {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsFeaturedNews .fsListItems article {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 20px;
    border: none;
  }
}
.home:not(.fsComposeMode) .fsFeaturedNews .fsTitle {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "baskerville-urw", Georgia, serif;
  font-style: italic;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
  color: #000;
}
.home:not(.fsComposeMode) .fsFeaturedNews .fsTitle a {
  color: #000;
}
.home:not(.fsComposeMode) .fsFeaturedNews .fsTitle a:hover {
  color: #FAD300;
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsFeaturedNews .fsTitle {
    color: #fff;
  }
  .home:not(.fsComposeMode) .fsFeaturedNews .fsTitle a {
    color: #fff;
  }
  .home:not(.fsComposeMode) .fsFeaturedNews .fsTitle a:hover {
    color: #fff;
  }
}
.home:not(.fsComposeMode) .fsFeaturedNews .fsSummary {
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 40px;
}
.home:not(.fsComposeMode) .fsFeaturedNews .fsReadMoreLink {
  min-width: 170px;
  display: block;
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsFeaturedNews .fsReadMoreLink {
    display: inline-block;
  }
}
.home:not(.fsComposeMode) .fsUpcoming {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  height: auto;
  min-height: 200px;
}
@media (min-width: 900px) {
  .home:not(.fsComposeMode) .fsUpcoming {
    min-height: 300px;
  }
}
.home:not(.fsComposeMode) .fsUpcoming > header {
  display: none;
}
.home:not(.fsComposeMode) .fsUpcoming .fsUpcomingInner {
  text-align: center;
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsUpcoming .fsUpcomingInner {
    background: rgba(233, 79, 55, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 30px 30px 60px 30px;
    text-align: left;
  }
}
.home:not(.fsComposeMode) .fsUpcoming .fsElementContent {
  height: 100%;
  margin: 0;
  padding: 0;
}
.home:not(.fsComposeMode) .fsUpcoming .fsDayContainer {
  display: block;
  color: #000;
  padding: 0;
  margin: 0;
}
.home:not(.fsComposeMode) .fsUpcoming .fsDayContainer:nth-child(odd) {
  padding: 0 0 20px 0;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.4);
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsUpcoming .fsDayContainer:nth-child(odd) {
    padding: 0 30px 0 0;
    box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.2);
  }
}
.home:not(.fsComposeMode) .fsUpcoming .fsDayContainer:nth-child(even) {
  padding: 20px 0 0 0;
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsUpcoming .fsDayContainer:nth-child(even) {
    padding: 0 0 0 30px;
  }
}
.home:not(.fsComposeMode) .fsUpcoming .fsDate {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "baskerville-urw", Georgia, serif;
  font-style: italic;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsUpcoming .fsDate {
    color: #fff;
  }
}
.home:not(.fsComposeMode) .fsUpcoming .fsTitle {
  color: #000;
}
.home:not(.fsComposeMode) .fsUpcoming .fsTitle a {
  color: #000;
}
.home:not(.fsComposeMode) .fsUpcoming .fsTitle a:hover {
  color: #e94f37;
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsUpcoming .fsTitle a:hover {
    color: #fff;
  }
}
@media (max-width: 600px) {
  .home:not(.fsComposeMode) .fsUpcoming footer a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 15px 20px;
    background: #FAD300;
    color: rgba(255, 255, 255, 0.8);
    outline: 0;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 25px 20px;
    display: block;
  }
  .home:not(.fsComposeMode) .fsUpcoming footer a:hover {
    background: #e94f37;
    color: rgba(255, 255, 255, 0.8);
  }
  .home:not(.fsComposeMode) .fsUpcoming footer a em {
    display: block;
    font-style: normal;
  }
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .fsUpcoming footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 80px 0 0 0 rgba(233, 79, 55, 0.8);
    margin: 0;
    padding: 0;
  }
  .home:not(.fsComposeMode) .fsUpcoming footer .fsElementFooterContent {
    position: relative;
    text-align: right;
    line-height: 40px;
  }
  .home:not(.fsComposeMode) .fsUpcoming footer a {
    padding-right: 40px;
    color: rgba(0, 0, 0, 0.8);
  }
  .home:not(.fsComposeMode) .fsUpcoming footer a:hover {
    color: #fff;
  }
}
.home:not(.fsComposeMode) .fsUpcoming footer .slick-prev {
  background: rgba(0, 0, 0, 0.13) !important;
}
.home:not(.fsComposeMode) .fsUpcoming footer .slick-next {
  background: rgba(0, 0, 0, 0.15) !important;
}
.home:not(.fsComposeMode) .fsUpcoming footer .slick-prev,
.home:not(.fsComposeMode) .fsUpcoming footer .slick-next {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  display: block !important;
  float: left !important;
  width: 40px !important;
  height: 40px !important;
  color: #fff !important;
}
.home:not(.fsComposeMode) .fsUpcoming footer .slick-prev:hover,
.home:not(.fsComposeMode) .fsUpcoming footer .slick-next:hover {
  color: #ef9f13 !important;
}
.home:not(.fsComposeMode) .fsUpcoming footer .slick-prev:before,
.home:not(.fsComposeMode) .fsUpcoming footer .slick-next:before {
  height: 40px !important;
  width: 40px !important;
  line-height: 40px !important;
}
.home:not(.fsComposeMode) .fsUpcoming article {
  border: none;
}
.home:not(.fsComposeMode) .fsTwitterCustom {
  margin: 0 0 20px 0;
  padding: 0;
}
.home:not(.fsComposeMode) .fsTwitterCustom > .fsElementContent {
  margin: 0;
  padding: 20px;
  background: #404040;
  color: #fff;
}
.home:not(.fsComposeMode) .fsFacebookCustom {
  margin: 0 0 20px 0;
  padding: 0;
}
.home:not(.fsComposeMode) .fsFacebookCustom > .fsElementContent {
  margin: 0;
  padding: 20px;
  background: #404040;
  color: #fff;
}
.home:not(.fsComposeMode) .fsFacebookCustom article {
  display: none;
}
.home:not(.fsComposeMode) .fsFacebookCustom article:first-child {
  display: block;
}
.home:not(.fsComposeMode) .fsFacebookCustom article:last-child {
  display: none;
}
.home:not(.fsComposeMode) .fsFacebookCustom.fsFacebookCustom2 article {
  display: none;
}
.home:not(.fsComposeMode) .fsFacebookCustom.fsFacebookCustom2 article:first-child {
  display: none;
}
.home:not(.fsComposeMode) .fsFacebookCustom.fsFacebookCustom2 article:last-child {
  display: block;
}
.home:not(.fsComposeMode) .fsFacebookCustom > .fsElementContent {
  margin: 0;
  padding: 20px;
}
.home:not(.fsComposeMode) .fsPhoto {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  height: auto;
  min-height: 300px;
  text-align: center;
  color: #fff;
  background: transparent;
}
.home:not(.fsComposeMode) .fsPhoto:hover .fsPhotoInner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.home:not(.fsComposeMode) .fsPhoto > .fsElementContent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home:not(.fsComposeMode) .fsPhoto .fsPhotoInner {
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.35s ease;
}
.home:not(.fsComposeMode) .fsPhoto .fsPhotoText {
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home:not(.fsComposeMode) .fsPhoto h2 {
  margin-bottom: 0;
}
.home:not(.fsComposeMode) .fsPhoto p:last-child {
  margin-bottom: 0;
}
.home:not(.fsComposeMode) .fsPhoto a {
  text-transform: uppercase;
}

.fsHomeSlider {
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 380px;
}
@media (min-width: 800px) {
  .fsHomeSlider {
    min-height: 51.39vw;
  }
}
.fsHomeSlider article:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: transparent;
  background-image: url("/uploaded/themes/default_15/images/home/overlay.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fsHomeSlider img {
  width: 100%;
  height: auto;
  min-height: 380px;
}
@media (min-width: 800px) {
  .fsHomeSlider img {
    min-height: 51.39vw;
  }
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(1),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(1) ~ li {
  width: calc(100% / 1 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(2),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(2) ~ li {
  width: calc(100% / 2 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(3),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(3) ~ li {
  width: calc(100% / 3 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(4),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(4) ~ li {
  width: calc(100% / 4 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(5),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(5) ~ li {
  width: calc(100% / 5 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(6),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(6) ~ li {
  width: calc(100% / 6 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(7),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(7) ~ li {
  width: calc(100% / 7 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(8),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(8) ~ li {
  width: calc(100% / 8 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(9),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(9) ~ li {
  width: calc(100% / 9 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(10),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(10) ~ li {
  width: calc(100% / 10 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(11),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(11) ~ li {
  width: calc(100% / 11 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(12),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(12) ~ li {
  width: calc(100% / 12 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(13),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(13) ~ li {
  width: calc(100% / 13 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(14),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(14) ~ li {
  width: calc(100% / 14 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(15),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(15) ~ li {
  width: calc(100% / 15 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(16),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(16) ~ li {
  width: calc(100% / 16 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(17),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(17) ~ li {
  width: calc(100% / 17 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(18),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(18) ~ li {
  width: calc(100% / 18 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(19),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(19) ~ li {
  width: calc(100% / 19 - 3px);
}
.fsHomeSlider .slick-dots li:first-child:nth-last-child(20),
.fsHomeSlider .slick-dots li:first-child:nth-last-child(20) ~ li {
  width: calc(100% / 20 - 3px);
}
.fsHomeSlider .slick-dots {
  position: absolute;
  bottom: 95px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  height: auto;
  max-width: 980px;
  text-align: center;
  font-size: 0;
}
.fsHomeSlider .slick-dots li {
  margin: 0 1.5px;
  padding: 0;
  position: relative;
  display: inline-block;
  height: 3px;
  width: 100%;
}
.fsHomeSlider .slick-dots li button {
  height: 3px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  color: transparent;
  transition: all 0.3s ease;
}
.fsHomeSlider .slick-dots li button:hover, .fsHomeSlider .slick-dots li button:focus {
  background: rgba(255, 255, 255, 0.9);
  color: transparent;
}
.fsHomeSlider .slick-dots li button:before {
  display: none;
}
.fsHomeSlider .slick-dots li.slick-active button {
  background: rgba(233, 79, 55, 0.7);
  color: transparent;
}

body.home:not(.fsComposeMode) .fsHomeSlider {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
body.home:not(.fsComposeMode) .fsHomeTop {
  zoom: 1;
  position: relative;
  padding: 0 20px;
  margin: 0 0 20px 0;
}
body.home:not(.fsComposeMode) .fsHomeTop:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 600px) {
  body.home:not(.fsComposeMode) .fsHomeTop {
    margin-right: -10px;
    margin-bottom: 0;
    margin-left: -10px;
  }
}
@media (min-width: 900px) {
  body.home:not(.fsComposeMode) .fsHomeTop {
    padding: 0;
  }
}
body.home:not(.fsComposeMode) .fsHomeTop > .fsElementContent {
  zoom: 1;
  position: relative;
}
body.home:not(.fsComposeMode) .fsHomeTop > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 600px) {
  body.home:not(.fsComposeMode) .fsHomeTop > .fsElementContent {
    width: 100%;
  }
}
body.home:not(.fsComposeMode) .fsHomeTop > .fsElementContent > .fsElement {
  position: relative;
}
@media (min-width: 600px) {
  body.home:not(.fsComposeMode) .fsHomeTop > .fsElementContent > .fsElement {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    border-right: 10px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid transparent;
  }
}
@media (min-width: 900px) {
  body.home:not(.fsComposeMode) .fsHomeTop > .fsElementContent > .fsElement {
    width: 50%;
  }
}
body.home:not(.fsComposeMode) .fsHomeBottom {
  zoom: 1;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
body.home:not(.fsComposeMode) .fsHomeBottom:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 900px) {
  body.home:not(.fsComposeMode) .fsHomeBottom {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
}
body.home:not(.fsComposeMode) .fsHomeBottom > .fsElementContent {
  zoom: 1;
}
body.home:not(.fsComposeMode) .fsHomeBottom > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
body.home:not(.fsComposeMode) .fsHomeBottom > .fsElementContent > .fsElement {
  width: 100%;
}
body.home:not(.fsComposeMode) .fsHomeBottom > .fsElementContent > .fsElement.fsPhoto {
  display: none;
}
@media (min-width: 600px) {
  body.home:not(.fsComposeMode) .fsHomeBottom > .fsElementContent > .fsElement {
    margin-bottom: 0;
    border-right: 10px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid transparent;
    width: 50%;
  }
  body.home:not(.fsComposeMode) .fsHomeBottom > .fsElementContent > .fsElement.fsPhoto {
    display: block;
  }
}
@media (min-width: 800px) {
  body.home:not(.fsComposeMode) .fsHomeBottom > .fsElementContent > .fsElement {
    width: 25%;
  }
}
body.home:not(.fsComposeMode) .fsPhoto {
  overflow: hidden;
}

body:not(.fsComposeMode) .fsPhotoGrid {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: auto;
}
body:not(.fsComposeMode) .fsPhotoGrid .photo-grid-image {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
body:not(.fsComposeMode) .fsPhotoGrid .photo-grid-image:nth-of-type(3) {
  margin-bottom: 0;
}
body:not(.fsComposeMode) .fsPhotoGrid .photo-grid-image img {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: auto;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .fsPhotoGrid {
    min-height: 50vw;
  }
  body:not(.fsComposeMode) .fsPhotoGrid .photo-grid-image {
    position: absolute;
    height: auto;
  }
  body:not(.fsComposeMode) .fsPhotoGrid .photo-grid-image:nth-of-type(1) {
    top: 0%;
    left: 0%;
    height: 66.6666666667%;
    width: 100%;
    box-shadow: inset 0 -10px 0 0 #fff;
  }
  body:not(.fsComposeMode) .fsPhotoGrid .photo-grid-image:nth-of-type(2) {
    top: 66.6666666667%;
    left: 0%;
    height: 33.3333333333%;
    width: 50%;
    box-shadow: inset 0 10px 0 0 #fff, inset -10px 0 0 0 #fff;
  }
  body:not(.fsComposeMode) .fsPhotoGrid .photo-grid-image:nth-of-type(3) {
    top: 66.6666666667%;
    left: 50%;
    height: 33.3333333333%;
    width: 50%;
    box-shadow: inset 0 10px 0 0 #fff, inset 10px 0 0 0 #fff;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .fsPhotoGrid {
    min-height: 32.5vw;
  }
  body:not(.fsComposeMode) .fsPhotoGrid .photo-grid-image {
    position: absolute;
    height: auto;
  }
  body:not(.fsComposeMode) .fsPhotoGrid .photo-grid-image:nth-of-type(1) {
    top: 0%;
    left: 0%;
    height: 100%;
    width: 50%;
    box-shadow: inset -10px 0 0 0 #fff;
  }
  body:not(.fsComposeMode) .fsPhotoGrid .photo-grid-image:nth-of-type(2) {
    top: 0%;
    left: 50%;
    height: 50%;
    width: 50%;
    box-shadow: inset 10px 0 0 0 #fff,  inset 0 -10px 0 0 #fff;
  }
  body:not(.fsComposeMode) .fsPhotoGrid .photo-grid-image:nth-of-type(3) {
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    box-shadow: inset 10px 0 0 0 #fff,  inset 0 10px 0 0 #fff;
  }
}

/** /
html {
  &:before {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: $sky-index + $sky-index;
    margin: 0;
    padding: 5px;
    background: rgba(#fff,.25);
    font-size: 16px;
    line-height: 22px;
    color: $m1;
    text-align: center;
    content: 'mobile (< 600)';
    @media (min-width: $bp-medium) and (max-width: $bp-large) {
      content: 'tablet - portait (600 - 800)';
    }
    @media (min-width: $bp-large) and (max-width: $bp-titan) {
      content: 'tablet - landscape (800 - 1000)';
    }
    @media (min-width: $bp-titan) and (max-width: $bp-universe) {
      content: 'desktop - small (1000 - 1400)';
    }
    @media (min-width: $bp-universe) {
      content: 'desktop - large (1400+)';
    }
  }
}
/**/
.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: 40%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 20%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 10%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #404040;
  color: #404040;
}
.colors ol li:nth-of-type(1):after {
  content: "#404040";
}
.colors ol li:nth-of-type(2) {
  background: #FAD300;
  color: #FAD300;
}
.colors ol li:nth-of-type(2):after {
  content: "#FAD300";
}
.colors ol li:nth-of-type(3) {
  background: #ef9f13;
  color: #ef9f13;
}
.colors ol li:nth-of-type(3):after {
  content: "#ef9f13";
}
.colors ol li:nth-of-type(4) {
  background: #5f6556;
  color: #5f6556;
}
.colors ol li:nth-of-type(4):after {
  content: "#5f6556";
}
.colors ol li:nth-of-type(5) {
  background: #e94f37;
  color: #e94f37;
}
.colors ol li:nth-of-type(5):after {
  content: "#e94f37";
}
.colors ol li:nth-of-type(6) {
  background: #000;
  color: #000;
}
.colors ol li:nth-of-type(6):after {
  content: "#000";
}
.colors ol li:nth-of-type(7) {
  background: #333;
  color: #333;
}
.colors ol li:nth-of-type(7):after {
  content: "#333";
}
.colors ol li:nth-of-type(8) {
  background: #707070;
  color: #707070;
}
.colors ol li:nth-of-type(8):after {
  content: "#707070";
}
.colors ol li:nth-of-type(9) {
  background: #a6a6a6;
  color: #a6a6a6;
}
.colors ol li:nth-of-type(9):after {
  content: "#a6a6a6";
}
.colors ol li:nth-of-type(10) {
  background: #e7e7e7;
  color: #e7e7e7;
}
.colors ol li:nth-of-type(10):after {
  content: "#e7e7e7";
}

.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: "baskerville-urw", Georgia, serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "baskerville-urw, Georgia, serif";
}
.fonts ol li:nth-of-type(2) {
  font-family: "proxima-nova", sans-serif;
}
.fonts ol li:nth-of-type(2):after {
  content: "proxima-nova, sans-serif";
}
.fonts ol li:nth-of-type(3) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(3):after {
  content: "IcoMoon";
}
.fonts ol li:nth-of-type(4) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.fonts ol li:nth-of-type(4):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 40px / line: 46px";
}
.headers h2:after {
  content: " size: 36px / line: 40px";
}
.headers h3:after {
  content: " size: 30px / line: 36px";
}
.headers h4:after {
  content: " size: 24px / line: 30px";
}
.headers h5:after {
  content: " size: 18px / line: 22px";
}
.headers h6:after {
  content: " size: 16px / line: 24px";
}
