@charset "UTF-8";
 /**
 *
 * Yokohama International School - default
 * @link http://yokohama.redesign.finalsite.com/
 * Site Template : newclientcustom
 * Built By: 
 * Project Manager: 
 * Designer: 
 * ==== Git Info ====
 * Branch Name: clients/yokohama
 * Build version: 3.2.7
 * Git Tag: v1.0-86-g2cd8f2b7e1
 * Last build by: Kosha Burnett
 *
 **/

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  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.33333em;
  margin-left: 1.33333em; }

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'IcoMoon-Smug';
  src: url("/uploaded/themes/default/fonts//smugmug/icomoon.eot");
  src: url("/uploaded/themes/default/fonts//smugmug/icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts//smugmug/icomoon.woff") format("woff"), url("/uploaded/themes/default/fonts//smugmug/icomoon.ttf") format("truetype"), url("/uploaded/themes/default/fonts//smugmug/icomoon.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-size: 2.33333em;
  line-height: 1.14286em;
  margin-bottom: 0.45714em; }

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-size: 2.2em;
  line-height: 1.06061em;
  margin-bottom: 0.48485em; }

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-size: 2em;
  line-height: 1.16667em;
  margin-bottom: 0.33333em; }

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.06667em;
  line-height: 1.5em;
  margin-bottom: 0.625em; }

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.33333em;
  margin-bottom: 0.55556em; }

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6em;
  margin-bottom: 0.66667em; }

a {
  text-decoration: none;
  color: #f22e2e;
  font-weight: 600;
  transition: background .3s, color .3s, border-color .3s; }
  a:hover {
    color: #f29b30; }

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

table {
  margin-bottom: 1.33333em;
  table-layout: fixed;
  float: none !important;
  height: auto !important; }
  table colgroup {
    display: none; }
  @media only screen and (max-width: 800px) {
    table, table td, table tr {
      display: table;
      width: 100% !important; }
    table {
      table-layout: fixed; } }
  table td {
    vertical-align: top;
    word-wrap: break-word;
    color: #000; }
  table td {
    padding: 0.66667em 1.33333em; }
    table.caption tr:nth-child(1) td {
      background-color: #2bbfbd;
      color: #FFF;
      font-weight: normal; }
    table.caption tr:nth-child(2) td {
      font-weight: 600; }
    table.caption.nobold tr:nth-child(2) td {
      font-weight: 400; }

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

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

@media (max-width: 599px) {
  .fsImage.fsStateFloatLeft, .fsImage.fsStateFloatRight {
    width: 100%; }
    .fsImage.fsStateFloatLeft img, .fsImage.fsStateFloatRight img {
      width: 100%; } }

/*! content - buttons v0.0.1 */
.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #ececec;
  color: #fff;
  outline: 0; }
  .button:hover {
    background: #dfdfdf;
    color: #fff; }
  .button em {
    display: block;
    font-style: normal; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #343434;
  color: #fff;
  outline: 0; }
  .color-button:hover {
    background: #272727;
    color: #fff; }
  .color-button em {
    display: block;
    font-style: normal; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: transparent;
  color: #343434;
  outline: 0;
  border: 0.2em solid #343434; }
  .hollow-button:hover {
    background: rgba(0, 0, 0, 0);
    color: #343434; }
  .hollow-button em {
    display: block;
    font-style: normal; }

/*! content - forms v0.0.1 */
textarea,
input,
select {
  padding: 0.66667em; }

::-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); }

/*! content - style manger v0.0.1 */
.no-border {
  border: 0 !important; }

.read-more, .fs_style_9 {
  text-transform: uppercase; }
  .read-more:after, .fs_style_9:after {
    content: '\00BB';
    padding-left: 5px; }

.lead-in, .callout, .fs_style_8 {
  font-size: 1.4em;
  color: #6a6a6a;
  font-style: italic;
  line-height: 1.42857em; }

.callout.left {
  float: left;
  margin-left: 20px; }
  @media (min-width: 500px) {
    .callout.left {
      width: 50%; } }

.callout.right {
  float: right;
  margin-right: 20px; }
  @media (min-width: 500px) {
    .callout.right {
      width: 50%; } }

.blockquote-element {
  position: relative;
  border-left: 10px solid #f29b30;
  border-bottom: 0 !important;
  margin: 20px 0;
  padding: 30px 20px;
  font-style: italic;
  text-align: center;
  font-size: 1em;
  line-height: 1.5em;
  color: #6a6a6a; }
  .blockquote-element:before, .blockquote-element:after {
    content: '';
    border-top: 1px dotted #ccc;
    width: 100%;
    position: absolute;
    left: 1px;
    top: 1px;
    height: 1px; }
  .blockquote-element:after {
    top: auto;
    bottom: 1px; }
  .blockquote-element .fsElementContent:before {
    float: left;
    content: '\201C'; }
  .blockquote-element .fsElementContent:after {
    float: right;
    content: '\201C'; }
  .blockquote-element footer, .blockquote-element header {
    font-style: normal;
    text-align: right; }
  .blockquote-element header {
    margin-top: 20px;
    color: #2bbfbd;
    font-weight: 600; }
  .blockquote-element footer {
    text-transform: uppercase;
    font-size: 0.93333em; }

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

/*! structure - header v0.0.1 */
@media screen and (min-width: 800px) {
  #fsHeader .sticky-wrapper.is-sticky .logo-container a img {
    max-width: 80%;
    transition: 0.5s max-width; }
  #fsHeader .sticky-wrapper.is-sticky .logo-container .nav-main {
    margin-top: 35px; } }

#fsHeader .nav-sub {
  background-color: #e13735;
  padding-bottom: 0;
  margin-bottom: 0;
  clear: both;
  display: none; }
  @media screen and (min-width: 600px) {
    #fsHeader .nav-sub {
      display: block; } }
  #fsHeader .nav-sub ul {
    text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }
    #fsHeader .nav-sub ul li {
      display: inline-block;
      text-align: center; }
      #fsHeader .nav-sub ul li.fsNavCurrentPageAncestor a {
        font-weight: 600; }
      #fsHeader .nav-sub ul li a {
        color: #FFF;
        padding: 0;
        font-family: "Proxima-Nova";
        font-weight: 400;
        background: transparent;
        padding: 13.33333px 10px;
        margin-left: -3px;
        display: block;
        border-right: 1px solid rgba(255, 255, 255, 0.5); }
        #fsHeader .nav-sub ul li a:before {
          content: ''; }
        #fsHeader .nav-sub ul li a:hover {
          background-color: #c61f1d; }
      #fsHeader .nav-sub ul li:last-child a {
        border-right: 0; }

#fsHeader .graybar {
  background: #343434;
  padding: 10px 20px;
  display: none; }
  @media (min-width: 900px) {
    #fsHeader .graybar {
      display: block; } }
  #fsHeader .graybar .center-container, #fsHeader .graybar > .fsElementContent {
    zoom: 1; }
    #fsHeader .graybar .center-container:after, #fsHeader .graybar > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
  #fsHeader .graybar > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }
  #fsHeader .graybar .social-media, #fsHeader .graybar .quicklinks {
    float: right; }
  #fsHeader .graybar ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  #fsHeader .graybar .social-media {
    padding-top: 3px; }
    #fsHeader .graybar .social-media li {
      float: left;
      margin: 0 13.33333px 0 0;
      position: relative;
      border: 2px solid #d0d0d0;
      border-radius: 15px;
      display: block;
      width: 27px;
      height: 27px;
      text-align: center; }
      #fsHeader .graybar .social-media li:before {
        font-size: 12px;
        display: inline-block; }
      #fsHeader .graybar .social-media li:hover {
        border-color: #FFF; }
        #fsHeader .graybar .social-media li:hover a {
          color: #FFF; }
      #fsHeader .graybar .social-media li a {
        line-height: 1.4rem;
        color: #d0d0d0;
        font-size: 0;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 100%; }
        #fsHeader .graybar .social-media li a:before {
          font-size: 12px;
          display: inline-block; }
        #fsHeader .graybar .social-media li a[href*=facebook]:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        #fsHeader .graybar .social-media li a[href*=instagram]:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        #fsHeader .graybar .social-media li a[href*=twitter]:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        #fsHeader .graybar .social-media li a[href*=photos]:before {
          content: "";
          font-family: "IcoMoon-Smug";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        #fsHeader .graybar .social-media li a[href*=vimeo]:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
  #fsHeader .graybar .quicklinks {
    padding: 5px 0;
    margin-right: 20px;
    border-right: 1px solid #6a6a6a; }
    #fsHeader .graybar .quicklinks .fsNavLevel1 > li {
      float: left;
      margin: 0 20px 0 0; }
      #fsHeader .graybar .quicklinks .fsNavLevel1 > li:before {
        display: inline-block;
        margin-right: 3px; }
      #fsHeader .graybar .quicklinks .fsNavLevel1 > li.ql > a {
        pointer-events: none; }
      #fsHeader .graybar .quicklinks .fsNavLevel1 > li.ql .fsNavPageInfo {
        display: none;
        position: absolute;
        background: white;
        padding: 10px;
        z-index: 10;
        border: 5px solid #d0d0d0;
        max-width: 300px; }
        #fsHeader .graybar .quicklinks .fsNavLevel1 > li.ql .fsNavPageInfo li {
          margin-bottom: 5px; }
          #fsHeader .graybar .quicklinks .fsNavLevel1 > li.ql .fsNavPageInfo li a {
            color: #6a6a6a;
            font-weight: 400; }
          #fsHeader .graybar .quicklinks .fsNavLevel1 > li.ql .fsNavPageInfo li:hover a {
            color: #343434; }
      #fsHeader .graybar .quicklinks .fsNavLevel1 > li.ql:hover .fsNavPageInfo {
        display: block; }
      #fsHeader .graybar .quicklinks .fsNavLevel1 > li.yis:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #f22e2e; }
      #fsHeader .graybar .quicklinks .fsNavLevel1 > li.calendar:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #2bbfbd; }
      #fsHeader .graybar .quicklinks .fsNavLevel1 > li.search:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #f29b30; }
      #fsHeader .graybar .quicklinks .fsNavLevel1 > li.search + .search-dropdown, #fsHeader .graybar .quicklinks .fsNavLevel1 > li.search .search-dropdown {
        opacity: 0;
        visibility: hidden;
        -ms-transform: translate(0, -20%);
        transform: translate(0, -20%);
        transition: opacity .3s, visibility .3s, transform .3s;
        position: absolute;
        z-index: 1;
        text-align: right;
        background: #f2b33d;
        width: 100%;
        top: -10px;
        left: 0; }
        #fsHeader .graybar .quicklinks .fsNavLevel1 > li.search + .search-dropdown .search-form, #fsHeader .graybar .quicklinks .fsNavLevel1 > li.search .search-dropdown .search-form {
          position: relative;
          margin: 0 20px; }
      @media (min-width: 900px) {
        #fsHeader .graybar .quicklinks .fsNavLevel1 > li.search .search-dropdown {
          top: auto;
          left: auto;
          width: 240px; }
          #fsHeader .graybar .quicklinks .fsNavLevel1 > li.search .search-dropdown .search-form {
            position: absolute;
            margin: 0 50px 0 10px;
            top: 6px; } }
      #fsHeader .graybar .quicklinks .fsNavLevel1 > li.search .drawer-search-is-active + .search-dropdown {
        visibility: visible;
        opacity: 1;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
      #fsHeader .graybar .quicklinks .fsNavLevel1 > li a {
        color: #fff; }
        #fsHeader .graybar .quicklinks .fsNavLevel1 > li a:before {
          display: inline-block;
          margin-right: 3px; }
        #fsHeader .graybar .quicklinks .fsNavLevel1 > li a.yis:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #f22e2e; }
        #fsHeader .graybar .quicklinks .fsNavLevel1 > li a.calendar:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #2bbfbd; }
        #fsHeader .graybar .quicklinks .fsNavLevel1 > li a.search:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #f29b30; }
        #fsHeader .graybar .quicklinks .fsNavLevel1 > li a.search + .search-dropdown {
          opacity: 0;
          visibility: hidden;
          -ms-transform: translate(0, -20%);
          transform: translate(0, -20%);
          transition: opacity .3s, visibility .3s, transform .3s;
          position: absolute;
          z-index: 1;
          text-align: right;
          background: #f2b33d;
          width: 100%;
          top: -10px;
          left: 0; }
          #fsHeader .graybar .quicklinks .fsNavLevel1 > li a.search + .search-dropdown .search-form {
            position: relative;
            margin: 0 20px; }
        #fsHeader .graybar .quicklinks .fsNavLevel1 > li a.search.drawer-search-is-active + .search-dropdown {
          visibility: visible;
          opacity: 1;
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
        #fsHeader .graybar .quicklinks .fsNavLevel1 > li a:hover {
          color: #d0d0d0; }

#fsHeader .logo-container {
  text-align: center;
  zoom: 1; }
  #fsHeader .logo-container:after {
    display: table;
    clear: both;
    content: ''; }
  #fsHeader .logo-container .center-container {
    position: relative !important;
    zoom: 1; }
    #fsHeader .logo-container .center-container:after {
      display: table;
      clear: both;
      content: ''; }
    @media screen and (max-width: 900px) {
      #fsHeader .logo-container .center-container .fsImage {
        width: 100%;
        text-align: center; } }
    @media screen and (max-width: 900px) {
      #fsHeader .logo-container .center-container .logo a img {
        max-width: 250px;
        margin-left: 40px !important; } }
  #fsHeader .logo-container .center-container .logo a {
    display: block;
    text-align: center; }
    @media screen and (min-width: 900px) {
      #fsHeader .logo-container .center-container .logo a {
        float: left;
        text-align: left; } }
    #fsHeader .logo-container .center-container .logo a img {
      transition: 0.5s max-width;
      vertical-align: bottom;
      margin: 13.33333px 10px; }

#fsHeader .nav-main {
  float: right;
  margin-top: 40px;
  display: none; }
  @media (min-width: 900px) {
    #fsHeader .nav-main {
      display: block; } }
  #fsHeader .nav-main li a {
    font-size: 0.93333em; }
    @media screen and (min-width: 1050px) {
      #fsHeader .nav-main li a {
        font-size: 1.13333em; } }
    #fsHeader .nav-main li a:hover {
      background: transparent;
      color: #343434; }
  #fsHeader .nav-main li .fsNavPageDescription {
    padding: 20px 13.33333px 10px; }
    #fsHeader .nav-main li .fsNavPageDescription a + br {
      display: none; }
    #fsHeader .nav-main li .fsNavPageDescription a {
      color: #e13735;
      font-size: 1.26667em; }
      #fsHeader .nav-main li .fsNavPageDescription a:after {
        content: "\00BB";
        margin-left: 10px;
        line-height: 1.7;
        vertical-align: top;
        font-size: 0.8em; }

#fsHeader .masthead-banner {
  background-color: #e13735;
  overflow: hidden;
  clear: both; }
  #fsHeader .masthead-banner img {
    width: 100%;
    display: block;
    vertical-align: bottom; }

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap; }
  .site-info-container a {
    display: block;
    padding: 20px 0;
    color: transparent;
    background: url("../images/build-logo.png") no-repeat 0 50%; }
    .site-info-container a:hover {
      color: transparent; }

@font-face {
  font-family: 'IcoMoon-Smug';
  src: url("/uploaded/themes/default/fonts//smugmug/icomoon.eot");
  src: url("/uploaded/themes/default/fonts//smugmug/icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts//smugmug/icomoon.woff") format("woff"), url("/uploaded/themes/default/fonts//smugmug/icomoon.ttf") format("truetype"), url("/uploaded/themes/default/fonts//smugmug/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

/*! structure - footer v0.0.1 */
#fsFooter {
  text-align: center;
  color: #fff;
  background-color: #ececec; }
  #fsFooter .main-footer {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }
    #fsFooter .main-footer .fsDiv {
      padding: 40px 20px;
      width: 100%;
      text-align: center; }
      #fsFooter .main-footer .fsDiv:last-child {
        padding-top: 0; }
      @media screen and (min-width: 900px) {
        #fsFooter .main-footer .fsDiv {
          width: 50%;
          text-align: left; }
          #fsFooter .main-footer .fsDiv:last-child {
            text-align: right;
            padding-top: 30px;
            padding-bottom: 30px; } }
      #fsFooter .main-footer .fsDiv h3 {
        font-size: 25px;
        color: #000;
        font-family: "Open-Sans";
        margin-bottom: 0; }
        #fsFooter .main-footer .fsDiv h3 span {
          color: #6a6a6a;
          font-family: "Open-Sans"; }
      #fsFooter .main-footer .fsDiv address {
        color: #343434;
        font-style: normal;
        font-family: "Open-Sans"; }
        #fsFooter .main-footer .fsDiv address span {
          pointer-events: none; }
          #fsFooter .main-footer .fsDiv address span > a {
            text-decoration: none;
            color: inherit;
            font-weight: normal; }
        #fsFooter .main-footer .fsDiv address br:nth-child(2) {
          display: block; }
          @media screen and (min-width: 600px) {
            #fsFooter .main-footer .fsDiv address br:nth-child(2) {
              display: none; } }
  #fsFooter .contact-info > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #fsFooter .contact-info > .fsElementContent .fsImage img {
      max-width: 75px; }
    @media (min-width: 600px) {
      #fsFooter .contact-info > .fsElementContent {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        #fsFooter .contact-info > .fsElementContent .fsImage {
          margin-right: 20px; } }
  #fsFooter .footer-links {
    background-color: #343434; }
    #fsFooter .footer-links .fsElementContent {
      overflow: hidden;
      position: relative;
      margin: 0 auto;
      max-width: 78.66667em;
      max-width: 73.75rem;
      padding: 13.33333px 20px; }
      #fsFooter .footer-links .fsElementContent ul {
        list-style: none;
        padding: 0;
        margin: 20px 0 0;
        display: block;
        text-align: center; }
        @media screen and (min-width: 600px) {
          #fsFooter .footer-links .fsElementContent ul {
            float: left;
            margin: 0; } }
        #fsFooter .footer-links .fsElementContent ul li {
          display: inline-block; }
          #fsFooter .footer-links .fsElementContent ul li:after {
            margin: 0 10px;
            content: '|';
            display: inline-block; }
          #fsFooter .footer-links .fsElementContent ul li:last-child:after {
            content: '';
            margin: 0; }
          #fsFooter .footer-links .fsElementContent ul li a {
            text-transform: uppercase;
            color: #aeaeae;
            font-family: 'Proxima-Nova';
            font-size: 1em; }
            #fsFooter .footer-links .fsElementContent ul li a:hover {
              color: #959595; }
  #fsFooter .footer-images a {
    vertical-align: top;
    display: inline-block;
    margin-left: 20px; }
    #fsFooter .footer-images a:first-child {
      margin-left: 0; }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-size: 1.06667em;
    line-height: 1.5em;
    margin-bottom: 0.625em; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details [itemprop='telephone'] {
    display: inline-block; }
  .school-details [itemprop='fax'] {
    display: inline-block; }
  .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: "Open-Sans", "proxima-nova", sans-serif;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

body {
  font-size: 0.9375em;
  line-height: 1.46667; }

@media (min-width: 800px) and (max-width: 900px) {
  #fsPageWrapper {
    padding-top: 50px; } }

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

#fsBannerRight > .fsBanner > .fsElement {
  border-bottom: 1px dotted #ccc; }

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

#fsPageContent > .fsLayout.fsOneColumnLayout > .fsDiv > .fsElement:first-child {
  margin-bottom: 20px;
  padding-bottom: 40px; }

#fsPageContent > .fsLayout.fsOneColumnLayout > .fsDiv > .fsElement:nth-child(1n+2) > .fsDiv {
  width: 100%; }
  #fsPageContent > .fsLayout.fsOneColumnLayout > .fsDiv > .fsElement:nth-child(1n+2) > .fsDiv > .fsElement {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    padding-top: 20px; }
  @media screen and (min-width: 600px) {
    #fsPageContent > .fsLayout.fsOneColumnLayout > .fsDiv > .fsElement:nth-child(1n+2) > .fsDiv:first-child {
      width: 39%;
      margin-right: 1%;
      float: left; } }
  @media screen and (min-width: 600px) {
    #fsPageContent > .fsLayout.fsOneColumnLayout > .fsDiv > .fsElement:nth-child(1n+2) > .fsDiv:last-child {
      width: 59%;
      float: left; } }

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

#fsPageContent {
  float: none;
  margin-bottom: gutter;
  width: 100% !important; }
  @media (min-width: 800px) {
    #fsPageContent {
      float: left; } }
  @media (min-width: 800px) {
    .fsHasRightBanner #fsPageContent {
      width: 72% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner #fsPageContent {
      width: 78% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 50% !important; } }

#fsBannerRight {
  float: none;
  margin-bottom: gutter;
  width: 100%; }
  @media (min-width: 800px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 800px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 28%; } }

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

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  display: table;
  margin: 20px auto; }
  @media screen and (min-width: 600px) {
    #fsPoweredByFinalsite {
      margin: 0;
      float: right; } }

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

.fsBreadcrumb li {
  display: inline-block; }

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

.nav-main a {
  display: block; }

.nav-main .fsNavLevel1 {
  padding: 0;
  margin: 0; }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 78.66667em;
      max-width: 73.75rem;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: static; } }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 > li {
      -ms-flex: 1 auto;
      flex: 1 auto; }
      .no-flexbox .nav-main .fsNavLevel1 > li {
        display: inline-block; } }
  .nav-main .fsNavLevel1 > li > a {
    color: #FFF;
    padding: 0.66667em;
    font-family: "Proxima-Nova"; }
    @media screen and (min-width: 800px) {
      .nav-main .fsNavLevel1 > li > a {
        color: #6a6a6a;
        text-transform: uppercase; }
        .nav-main .fsNavLevel1 > li > a:hover {
          color: #404040; } }
    .nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
      color: #e13735; }
    .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
      color: #e13735; }

.nav-main .fsNavPageInfo {
  position: absolute;
  top: 98%;
  z-index: 300;
  display: none;
  width: 100%;
  left: 0;
  top: auto;
  background: #2bbfbd;
  margin-top: 10px;
  border: 5px solid #d0d0d0;
  text-align: left;
  width: 100%; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }
  @media (min-width: 900px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: table; } }

@media screen and (min-width: 800px) {
  .nav-main .fsNavParentPage:hover:after {
    content: '';
    display: table;
    margin: auto;
    width: 0;
    height: 0;
    text-align: center;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d0d0d0; } }

.nav-main .fsNavPageDescription {
  display: table-cell;
  vertical-align: top;
  width: 31%;
  position: relative;
  background-color: #FFF;
  padding: 10px; }

.nav-main .fsNavPageThumbnail {
  display: table-cell;
  vertical-align: top;
  width: 29%; }
  .nav-main .fsNavPageThumbnail img {
    vertical-align: bottom; }

.nav-main .fsNavLevel2 {
  padding: 20px 10px;
  margin: 0;
  display: table-cell;
  vertical-align: top;
  width: 40%; }
  .nav-main .fsNavLevel2 li {
    float: left;
    width: 47%;
    border-bottom: 1px dotted #ccc; }
    .nav-main .fsNavLevel2 li:nth-child(2n+1) {
      margin-right: 5%; }
  .nav-main .fsNavLevel2 a {
    padding: 0.33333em 0.66667em;
    color: #fff;
    font-family: "Proxima-Nova";
    font-size: 0.8em; }
    .nav-main .fsNavLevel2 a:hover {
      background: #343434; }

/*! navigation - off-canvas v0.0.1 */
@media screen and (min-width: 800px) {
  .drawer + .sticky-wrapper, .drawer + .sticky-wrapper .sticky-wrapper {
    height: 0 !important; } }

.drawer-ribbon {
  position: relative;
  background: #343434;
  width: 100%;
  z-index: 999999;
  height: 50px; }
  .drawer-is-active .drawer-ribbon {
    background: #f22e2e; }
  @media (min-width: 900px) {
    .drawer-ribbon {
      display: none; } }
  .drawer-ribbon .graybar {
    background: #343434;
    display: none;
    padding: 10px 0 10px 20px;
    max-height: 50px; }
    .drawer-is-active .drawer-ribbon .graybar {
      background: #f22e2e;
      display: none; }
    .drawer-ribbon .graybar ul {
      list-style: none;
      padding: 0;
      margin: 0;
      float: right; }
      .drawer-ribbon .graybar ul.social-media {
        color: #d0d0d0;
        padding-top: 3px; }
        .drawer-ribbon .graybar ul.social-media li {
          float: left;
          margin: 0 13.33333px 0 0; }
          .drawer-ribbon .graybar ul.social-media li a {
            position: relative;
            line-height: 1.4rem;
            color: #ddd; }
            .drawer-ribbon .graybar ul.social-media li a.facebook-icon {
              border: 2px solid #d0d0d0;
              border-radius: 15px;
              display: block;
              padding: 0px 8px; }
              .drawer-ribbon .graybar ul.social-media li a.facebook-icon:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none;
                display: inline-block;
                font-size: 0.8em; }
            .drawer-ribbon .graybar ul.social-media li a.instagram-icon {
              border: 2px solid #d0d0d0;
              border-radius: 15px;
              display: block;
              padding: 0px 6px; }
              .drawer-ribbon .graybar ul.social-media li a.instagram-icon:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none;
                display: inline-block;
                font-size: 0.8em; }
            .drawer-ribbon .graybar ul.social-media li a.twitter-icon {
              border: 2px solid #d0d0d0;
              border-radius: 15px;
              display: block;
              padding: 0px 6px; }
              .drawer-ribbon .graybar ul.social-media li a.twitter-icon:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none;
                display: inline-block;
                font-size: 0.8em; }
            .drawer-ribbon .graybar ul.social-media li a.smugmug-icon {
              border: 2px solid #d0d0d0;
              border-radius: 15px;
              display: block;
              padding: 0px 6px; }
              .drawer-ribbon .graybar ul.social-media li a.smugmug-icon:before {
                content: "";
                font-family: "IcoMoon-Smug";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none;
                display: inline-block;
                font-size: 0.8em; }
            .drawer-ribbon .graybar ul.social-media li a.vimeo-icon {
              border: 2px solid #d0d0d0;
              border-radius: 15px;
              display: block;
              padding: 0px 6px; }
              .drawer-ribbon .graybar ul.social-media li a.vimeo-icon:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none;
                display: inline-block;
                font-size: 0.8em; }
            .drawer-ribbon .graybar ul.social-media li a:hover {
              border-color: #FFF;
              color: #FFF; }
      .drawer-ribbon .graybar ul.quicklinks {
        padding: 5px 0;
        margin-right: 20px;
        border-right: 1px solid #6a6a6a; }
        .drawer-ribbon .graybar ul.quicklinks li {
          float: left;
          margin: 0 20px 0 0; }
          .drawer-ribbon .graybar ul.quicklinks li a {
            color: #fff; }
            .drawer-ribbon .graybar ul.quicklinks li a.yis:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              color: #f22e2e;
              display: inline-block;
              margin-right: 3px; }
            .drawer-ribbon .graybar ul.quicklinks li a.calendar:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              color: #2bbfbd;
              display: inline-block;
              margin-right: 3px; }
            .drawer-ribbon .graybar ul.quicklinks li a.search:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              color: #f29b30;
              display: inline-block;
              margin-right: 3px; }
            .drawer-ribbon .graybar ul.quicklinks li a.search + .search-dropdown {
              opacity: 0;
              visibility: hidden;
              -ms-transform: translate(0, -20%);
              transform: translate(0, -20%);
              transition: opacity .3s, visibility .3s, transform .3s;
              position: absolute;
              z-index: 1;
              text-align: right;
              background: #f2b33d;
              width: 100%;
              top: 0;
              left: 0; }
              .drawer-ribbon .graybar ul.quicklinks li a.search + .search-dropdown .search-form {
                position: relative;
                margin: 0 20px; }
                .drawer-ribbon .graybar ul.quicklinks li a.search + .search-dropdown .search-form:before {
                  content: 'Search';
                  color: #404040;
                  padding: 0 0.66667em 0.66667em 0;
                  display: block;
                  position: absolute;
                  top: -15px;
                  font-size: 0.93333em;
                  font-weight: 600; }
            .drawer-ribbon .graybar ul.quicklinks li a.search.drawer-search-is-active + .search-dropdown {
              visibility: visible;
              opacity: 1;
              -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
            .drawer-ribbon .graybar ul.quicklinks li a:hover {
              color: #d0d0d0; }

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

.drawer-openclose-trigger {
  position: relative;
  color: #FFF;
  display: inline-block;
  height: 50px;
  max-width: 50px;
  background: transparent;
  width: 100%;
  border: 0; }
  .drawer-openclose-trigger:before, .drawer-openclose-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    background-color: #FFF;
    width: 50%;
    content: ''; }
  .drawer-openclose-trigger:before {
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .drawer-openclose-trigger:after {
    box-shadow: none;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  z-index: 999999;
  top: 3.33333em;
  min-height: 100%;
  background: #1c1c1c; }
  @media screen and (min-width: 600px) {
    .drawer {
      min-height: auto; } }
  .drawer-is-active .drawer {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    background: #f22e2e; }
  .drawer .graybar {
    display: block; }
    .drawer .graybar ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .drawer .graybar ul li {
        display: block; }
        .drawer .graybar ul li a {
          color: #fff;
          text-transform: uppercase;
          font-weight: 400;
          padding: 0.66667em 0;
          display: block; }
    @media screen and (min-width: 600px) {
      .drawer .graybar {
        display: none; } }
    .drawer .graybar ul.search-holder {
      padding: 20px;
      border-bottom: 0; }
      .drawer .graybar ul.search-holder:before {
        content: 'Search';
        color: #404040;
        padding: 0 0.66667em 0.66667em 0;
        display: block;
        font-size: 0.93333em;
        font-weight: 600; }
      .drawer .graybar ul.search-holder > li > a {
        display: none; }
      .drawer .graybar ul.search-holder > li > div.search-dropdown .drawer-openclose-trigger {
        display: none; }
      .drawer .graybar ul.search-holder > li > div.search-dropdown form.gsc-search-box-tools input.gsc-input, .drawer .graybar ul.search-holder > li > div.search-dropdown form.gsc-search-box-tools td.gsc-search-button, .drawer .graybar ul.search-holder > li > div.search-dropdown form.gsc-search-box-tools td.gsc-search-button:hover {
        background: #f22e2e !important; }
    .drawer .graybar ul.ql-holder {
      padding: 20px; }
      .drawer .graybar ul.ql-holder > li > a {
        display: none; }
    .drawer .graybar .quicklinks {
      margin: 20px 20px 0;
      padding: 20px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      position: relative; }
      .drawer .graybar .quicklinks:before {
        content: 'Yokohama International School';
        color: #404040;
        padding: 0 0.66667em 0.66667em 0;
        display: block;
        position: absolute;
        top: 0;
        font-size: 0.93333em;
        font-weight: 600; }
        @media screen and (min-width: 600px) {
          .drawer .graybar .quicklinks:before {
            padding-left: 0.66667em; } }
    .drawer .graybar .social-media {
      overflow: hidden;
      margin: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .drawer .graybar .social-media:before {
        content: 'Social';
        color: #404040;
        padding: 0 0.66667em 0.66667em 0;
        display: block;
        font-size: 0.93333em;
        font-weight: 600; }
      .drawer .graybar .social-media li {
        float: left;
        margin: 0 13.33333px 0 0;
        position: relative;
        border: 2px solid #d0d0d0;
        border-radius: 15px;
        display: block;
        width: 27px;
        height: 27px;
        text-align: center; }
        .drawer .graybar .social-media li:before {
          font-size: 12px;
          display: inline-block; }
        .drawer .graybar .social-media li:hover {
          border-color: #FFF; }
          .drawer .graybar .social-media li:hover a {
            color: #FFF; }
        .drawer .graybar .social-media li a {
          line-height: 1.4rem;
          color: #fff;
          font-size: 0;
          display: block;
          width: 100%;
          height: 100%;
          border-radius: 100%; }
          .drawer .graybar .social-media li a:before {
            font-size: 12px;
            display: inline-block; }
          .drawer .graybar .social-media li a[href*=facebook]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
          .drawer .graybar .social-media li a[href*=instagram]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
          .drawer .graybar .social-media li a[href*=twitter]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
          .drawer .graybar .social-media li a[href*=photos]:before {
            content: "";
            font-family: "IcoMoon-Smug";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
          .drawer .graybar .social-media li a[href*=vimeo]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
  .drawer .nav-main {
    display: block; }
    @media screen and (min-width: 900px) {
      .drawer .nav-main {
        display: none; } }
    .drawer .nav-main nav > ul {
      padding: 20px 0;
      position: relative;
      margin: 0 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      @media screen and (min-width: 600px) {
        .drawer .nav-main nav > ul {
          margin: 0 auto;
          display: table;
          width: auto;
          padding: 20px 0;
          border: 0; } }
      .drawer .nav-main nav > ul:before {
        content: 'Main Menu';
        color: #404040;
        padding: 0 0.66667em 0.66667em 0;
        display: block;
        position: absolute;
        top: 0;
        font-size: 0.93333em;
        font-weight: 600; }
        @media screen and (min-width: 600px) {
          .drawer .nav-main nav > ul:before {
            padding-left: 0.66667em; } }
      .drawer .nav-main nav > ul > li {
        display: block; }
        @media screen and (min-width: 600px) {
          .drawer .nav-main nav > ul > li {
            display: table-cell; } }
        .drawer .nav-main nav > ul > li.fsNavCurrentPage.fsNavParentPage > a {
          font-weight: 600; }
        @media screen and (min-width: 600px) {
          .drawer .nav-main nav > ul > li.fsNavCurrentPage ul, .drawer .nav-main nav > ul > li.fsNavParentPage.fsNavCurrentPageAncestor ul {
            display: none; } }
        .drawer .nav-main nav > ul > li.fsNavCurrentPage ul li a, .drawer .nav-main nav > ul > li.fsNavParentPage.fsNavCurrentPageAncestor ul li a {
          font-weight: 400;
          font-size: 0.86667em;
          color: #FFF !important;
          text-transform: uppercase; }
        .drawer .nav-main nav > ul > li.fsNavCurrentPage ul .fsNavCurrentPage a, .drawer .nav-main nav > ul > li.fsNavParentPage.fsNavCurrentPageAncestor ul .fsNavCurrentPage a {
          font-weight: 600; }
        .drawer .nav-main nav > ul > li > a {
          text-transform: uppercase;
          font-weight: 400;
          padding-left: 0;
          color: #FFF !important; }
          @media screen and (min-width: 600px) {
            .drawer .nav-main nav > ul > li > a {
              padding-left: 0.66667em; } }

@media (min-width: 600px) and (max-width: 680px) {
  .social-media,
  .quicklinks {
    display: none; } }

/*! navigation - sub v0.0.1 */
.nav-sub {
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .nav-sub ul,
  .nav-sub ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-sub a {
    display: block; }
  .nav-sub header h2 {
    font-size: 1em;
    margin-bottom: 30px;
    color: #848484; }
  .nav-sub .fsNavLevel1 {
    position: relative;
    margin-left: 0; }
    .nav-sub .fsNavLevel1 > li > a {
      padding: 0.66667em 0.66667em 0.66667em 1.33333em;
      color: #4c4c4c;
      position: relative;
      text-transform: uppercase; }
      .nav-sub .fsNavLevel1 > li > a:before {
        content: '\00BB';
        padding-right: 3px;
        position: absolute;
        left: 0; }
      .nav-sub .fsNavLevel1 > li > a:hover {
        color: #f29b30; }
  .nav-sub .fsNavCurrentPage > a,
  .nav-sub .fsNavCurrentPageAncestor > a {
    color: #fff !important;
    background: #c61f1d !important;
    font-weight: 600 !important; }
    .nav-sub .fsNavCurrentPage > a:before,
    .nav-sub .fsNavCurrentPageAncestor > a:before {
      content: "" !important; }
  .nav-sub .fsNavLevel2 > li > a {
    padding: 0.33333em 1.33333em 0.33333em 0;
    font-weight: 400;
    background: #FFF !important;
    color: #343434 !important;
    font-size: 0.93333em; }
  .nav-sub .fsNavLevel2 > li.fsNavCurrentPage a {
    font-weight: 600; }

.section-title {
  position: relative;
  display: none;
  padding: 1.33333em 0;
  cursor: pointer; }
  .section-title:before {
    display: none; }
    @media (max-width: 599px) {
      .section-title:before {
        position: absolute;
        top: 50%;
        right: 1.33333em;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 0.2em;
        width: 0.2em;
        content: '';
        background: #1c1c1c;
        border-radius: 100%;
        box-shadow: 0 -0.33333em 0 0 #1c1c1c, 0 0.33333em 0 0 #1c1c1c;
        transition: box-shadow .3s, transform .3s; } }
  @media (max-width: 599px) {
    .active-nav .section-title:before {
      box-shadow: -0.33333em 0 0 0 #1c1c1c, 0.33333em 0 0 0 #1c1c1c;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin-left: 15px; }
  .nav-social ul,
  .nav-social ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-social a {
    display: block; }
  .nav-social li {
    display: inline-block;
    vertical-align: middle; }
  .nav-social .nav-social__item-facebook a:before {
    content: ""; }
  .nav-social .nav-social__item-instagram a:before {
    content: ""; }
  .nav-social .nav-social__item-linkedin a:before {
    content: ""; }
  .nav-social .nav-social__item-pinterest a:before {
    content: ""; }
  .nav-social .nav-social__item-tumblr a:before {
    content: ""; }
  .nav-social .nav-social__item-twitter a:before {
    content: ""; }
  .nav-social .nav-social__item-vine a:before {
    content: ""; }
  .nav-social .nav-social__item-youtube a:before {
    content: ""; }
  .nav-social .nav-social__item-facebook a:hover {
    color: #3b5998; }
  .nav-social .nav-social__item-instagram a:hover {
    color: #517fa4; }
  .nav-social .nav-social__item-linkedin a:hover {
    color: #007bb6; }
  .nav-social .nav-social__item-pinterest a:hover {
    color: #cb2027; }
  .nav-social .nav-social__item-tumblr a:hover {
    color: #32506d; }
  .nav-social .nav-social__item-twitter a:hover {
    color: #00aced; }
  .nav-social .nav-social__item-vine a:hover {
    color: #00a478; }
  .nav-social .nav-social__item-youtube a:hover {
    color: #b00; }
  .nav-social a {
    font-size: 0.93333em;
    line-height: 1;
    text-align: center;
    color: #1c1c1c;
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border: .1em solid currentColor; }
    .nav-social a:before {
      font-family: "fontawesome";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .nav-social span {
    display: none; }

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

.nav-util a {
  display: block; }

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

/*! elements - accordion v0.0.1 */
.fsAccordion {
  margin-bottom: 20px; }
  .fsAccordion .fsPanel {
    margin-bottom: 10px; }
    .fsAccordion .fsPanel .fsElementTitle {
      position: relative;
      margin-bottom: 0;
      text-transform: uppercase;
      padding: 20px;
      font-family: "Proxima-Nova";
      font-size: 1.06667em;
      cursor: pointer;
      background: #f22e2e;
      color: #FFF; }
      .fsAccordion .fsPanel .fsElementTitle:before, .fsAccordion .fsPanel .fsElementTitle:after {
        display: inline-block;
        border: 0 !important;
        height: auto !important;
        width: auto !important;
        font-family: "IcoMoon";
        transition: transform .3s; }
      .fsPanelIconBefore .fsPanel > header > .fsElementTitle:before {
        margin: 0 10px 0 0 !important;
        content: '\e600' !important; }
        .fsPanelIconBefore .fsStateOpen > header > .fsElementTitle:before {
          content: '\e607' !important; }
      .fsPanelIconAfter .fsPanel > header > .fsElementTitle:after {
        float: right;
        margin: 0 !important;
        content: '\e600' !important; }
        .fsPanelIconAfter .fsStateOpen > header > .fsElementTitle:after {
          content: '\e607' !important; }
      .fsPanel:hover > header > .fsElementTitle {
        background: #f29b30;
        color: #fff; }
      .fsStateOpen > header > .fsElementTitle {
        background: #2bbfbd !important;
        color: #fff; }
    .fsPanel > .fsElementContent {
      padding: 20px;
      background: #ececec;
      margin-top: 2px; }
      .fsPanel > .fsElementContent p {
        margin-top: 0; }
        .fsPanel > .fsElementContent p:last-child {
          margin-bottom: 0; }
  .fsAccordion.alt01 .fsPanel .fsElementTitle {
    background-color: #ececec;
    color: #404040; }
  .fsAccordion.alt01 .fsPanel:hover .fsElementTitle {
    background: #f22e2e;
    color: #FFF; }
  .fsAccordion.alt01 .fsPanel.fsStateOpen .fsElementTitle {
    background: #6a6a6a !important;
    color: #FFF; }
  .fsAccordion.alt02 .fsPanel .fsElementTitle {
    background-color: #ccf0ef;
    color: #000; }
  .fsAccordion.alt02 .fsPanel:hover .fsElementTitle {
    background: #6adad8;
    color: #FFF; }
  .fsAccordion.alt02 .fsPanel.fsStateOpen .fsElementTitle {
    background: #2bbfbd !important;
    color: #FFF; }
  .fsAccordion.alt02 .fsPanel > .fsElementContent {
    background: #FFF; }
  .fsAccordion.alt03 .fsPanel > .fsElementContent {
    background: #FFF; }
  .fsAccordion.strategic_red .fsPanel {
    margin-bottom: 0; }
    .fsAccordion.strategic_red .fsPanel:last-of-type .fsElementTitle {
      border-bottom: 1px solid #EF3340; }
    .fsAccordion.strategic_red .fsPanel.fsStateOpen:last-of-type .fsElementTitle {
      border-bottom: none; }
    .fsAccordion.strategic_red .fsPanel .fsElementTitle {
      background-color: #fff;
      color: #EF3340;
      text-transform: none;
      padding: 8px 5px;
      margin-left: 20px;
      border-top: 1px solid #EF3340; }
      .fsAccordion.strategic_red .fsPanel .fsElementTitle:before {
        margin: 0 5px 8px 0 !important;
        content: '\25CB' !important; }
    .fsAccordion.strategic_red .fsPanel:hover .fsElementTitle {
      background: #EF3340;
      color: #FFF; }
    .fsAccordion.strategic_red .fsPanel.fsStateOpen .fsElementTitle {
      background: #fff !important;
      color: #EF3340; }
      .fsAccordion.strategic_red .fsPanel.fsStateOpen .fsElementTitle:before {
        content: '\2022' !important;
        font-size: 22px;
        padding-right: 2px; }
    .fsAccordion.strategic_red .fsPanel > .fsElementContent {
      background: #FFF;
      padding: 0 18px; }
    .fsAccordion.strategic_red .fsPanel table tr {
      border-bottom: 0; }
  .fsAccordion.strategic_purple .fsPanel {
    margin-bottom: 0; }
    .fsAccordion.strategic_purple .fsPanel:last-of-type .fsElementTitle {
      border-bottom: 1px solid #444185; }
    .fsAccordion.strategic_purple .fsPanel.fsStateOpen:last-of-type .fsElementTitle {
      border-bottom: none; }
    .fsAccordion.strategic_purple .fsPanel .fsElementTitle {
      background-color: #fff;
      color: #444185;
      text-transform: none;
      padding: 8px 5px;
      margin-left: 20px;
      border-top: 1px solid #444185; }
      .fsAccordion.strategic_purple .fsPanel .fsElementTitle:before {
        margin: 0 5px 8px 0 !important;
        content: '\25CB' !important; }
    .fsAccordion.strategic_purple .fsPanel:hover .fsElementTitle {
      background: #444185;
      color: #FFF; }
    .fsAccordion.strategic_purple .fsPanel.fsStateOpen .fsElementTitle {
      background: #fff !important;
      color: #444185; }
      .fsAccordion.strategic_purple .fsPanel.fsStateOpen .fsElementTitle:before {
        content: '\2022' !important;
        font-size: 22px;
        padding-right: 2px; }
    .fsAccordion.strategic_purple .fsPanel > .fsElementContent {
      background: #FFF;
      padding: 0 18px; }
    .fsAccordion.strategic_purple .fsPanel table tr {
      border-bottom: 0; }
  .fsAccordion.strategic_orange .fsPanel {
    margin-bottom: 0; }
    .fsAccordion.strategic_orange .fsPanel:last-of-type .fsElementTitle {
      border-bottom: 1px solid #EF9942; }
    .fsAccordion.strategic_orange .fsPanel.fsStateOpen:last-of-type .fsElementTitle {
      border-bottom: none; }
    .fsAccordion.strategic_orange .fsPanel .fsElementTitle {
      background-color: #fff;
      color: #EF9942;
      text-transform: none;
      padding: 8px 5px;
      margin-left: 20px;
      border-top: 1px solid #EF9942; }
      .fsAccordion.strategic_orange .fsPanel .fsElementTitle:before {
        margin: 0 5px 8px 0 !important;
        content: '\25CB' !important; }
    .fsAccordion.strategic_orange .fsPanel:hover .fsElementTitle {
      background: #EF9942;
      color: #FFF; }
    .fsAccordion.strategic_orange .fsPanel.fsStateOpen .fsElementTitle {
      background: #fff !important;
      color: #EF9942; }
      .fsAccordion.strategic_orange .fsPanel.fsStateOpen .fsElementTitle:before {
        content: '\2022' !important;
        font-size: 22px;
        padding-right: 2px; }
    .fsAccordion.strategic_orange .fsPanel > .fsElementContent {
      background: #FFF;
      padding: 0 18px; }
    .fsAccordion.strategic_orange .fsPanel table tr {
      border-bottom: 0; }
  .fsAccordion.strategic_cyan .fsPanel {
    margin-bottom: 0; }
    .fsAccordion.strategic_cyan .fsPanel:last-of-type .fsElementTitle {
      border-bottom: 1px solid #00B2A9; }
    .fsAccordion.strategic_cyan .fsPanel.fsStateOpen:last-of-type .fsElementTitle {
      border-bottom: none; }
    .fsAccordion.strategic_cyan .fsPanel .fsElementTitle {
      background-color: #fff;
      color: #00B2A9;
      text-transform: none;
      padding: 8px 5px;
      margin-left: 20px;
      border-top: 1px solid #00B2A9; }
      .fsAccordion.strategic_cyan .fsPanel .fsElementTitle:before {
        margin: 0 5px 8px 0 !important;
        content: '\25CB' !important; }
    .fsAccordion.strategic_cyan .fsPanel:hover .fsElementTitle {
      background: #00B2A9;
      color: #FFF; }
    .fsAccordion.strategic_cyan .fsPanel.fsStateOpen .fsElementTitle {
      background: #fff !important;
      color: #00B2A9; }
      .fsAccordion.strategic_cyan .fsPanel.fsStateOpen .fsElementTitle:before {
        content: '\2022' !important;
        font-size: 22px;
        padding-right: 2px; }
    .fsAccordion.strategic_cyan .fsPanel > .fsElementContent {
      background: #FFF;
      padding: 0 18px; }
    .fsAccordion.strategic_cyan .fsPanel table tr {
      border-bottom: 0; }
  .fsAccordion.strategic_black .fsPanel {
    margin-bottom: 0; }
    .fsAccordion.strategic_black .fsPanel:last-of-type .fsElementTitle {
      border-bottom: 1px solid #000; }
    .fsAccordion.strategic_black .fsPanel.fsStateOpen:last-of-type .fsElementTitle {
      border-bottom: none; }
    .fsAccordion.strategic_black .fsPanel .fsElementTitle {
      background-color: #fff;
      color: #000;
      text-transform: none;
      padding: 8px 5px;
      margin-left: 20px;
      border-top: 1px solid #000; }
      .fsAccordion.strategic_black .fsPanel .fsElementTitle:before {
        margin: 0 5px 8px 0 !important;
        content: '\25CB' !important; }
    .fsAccordion.strategic_black .fsPanel:hover .fsElementTitle {
      background: #000;
      color: #FFF; }
    .fsAccordion.strategic_black .fsPanel.fsStateOpen .fsElementTitle {
      background: #fff !important;
      color: #000; }
      .fsAccordion.strategic_black .fsPanel.fsStateOpen .fsElementTitle:before {
        content: '\2022' !important;
        font-size: 22px;
        padding-right: 2px; }
    .fsAccordion.strategic_black .fsPanel > .fsElementContent {
      background: #FFF;
      padding: 0 18px; }
    .fsAccordion.strategic_black .fsPanel table tr {
      border-bottom: 0; }

.red-bg {
  background: #EF3340;
  padding: 1em; }
  .red-bg h2 {
    color: #fff; }

.purple-bg {
  background: #444185;
  padding: 1em; }
  .purple-bg h2 {
    color: #fff; }

.orange-bg {
  background: #EF9942;
  padding: 1em; }
  .orange-bg h2 {
    color: #fff; }

.cyan-bg {
  background: #00B2A9;
  padding: 1em; }
  .cyan-bg h2 {
    color: #fff; }

/*! elements - athletics v0.0.1 */
.fsAthleticsEvent .fsTitle {
  display: inline-block; }

.fsAthleticsOpponents {
  display: inline-block; }

.fsAthleticsOpponentNames {
  display: inline-block; }

.red-button, .fs_style_10 {
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 1.46667em;
  color: #FFF;
  margin: 20px auto;
  text-transform: uppercase;
  background-color: #f22e2e; }
  .red-button:after, .fs_style_10:after {
    content: '\00BB';
    padding-left: 10px; }
  .red-button:hover, .fs_style_10:hover {
    background-color: #df0e0e;
    color: #FFF; }

.teal-button, .fs_style_12 {
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 1.46667em;
  color: #FFF;
  margin: 20px auto;
  text-transform: uppercase;
  background-color: #2bbfbd; }
  .teal-button:after, .fs_style_12:after {
    content: '\00BB';
    padding-left: 10px; }
  .teal-button:hover, .fs_style_12:hover {
    background-color: #229594;
    color: #FFF; }

.gold-button, .fs_style_11 {
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 1.46667em;
  color: #FFF;
  margin: 20px auto;
  text-transform: uppercase;
  background-color: #f29b30; }
  .gold-button:after, .fs_style_11:after {
    content: '\00BB';
    padding-left: 10px; }
  .gold-button:hover, .fs_style_11:hover {
    background-color: #e1820e;
    color: #FFF; }

/*! elements - calendar v0.0.1 */
.fsCalendar {
  background: #ccf0ef;
  padding: 20px 10px;
  font-family: "proxima-nova";
  margin-bottom: 40px; }
  .fsCalendar .fsPrevButton.fsLeftArrow {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 0; }
    .fsCalendar .fsPrevButton.fsLeftArrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      color: #83B5B4;
      display: block; }
  .fsCalendar .fsNextButton.fsRightArrow {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 0; }
    .fsCalendar .fsNextButton.fsRightArrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      color: #83B5B4;
      display: block; }
  .fsCalendar article {
    position: relative;
    padding-left: 100px;
    min-height: 80px; }
    .fsCalendar article .fsEventDetails {
      font-style: italic; }
      .fsCalendar article .fsEventDetails .fsAllDay, .fsCalendar article .fsEventDetails .fsStartTime, .fsCalendar article .fsEventDetails .fsEndTime, .fsCalendar article .fsEventDetails .fsLocation {
        text-transform: uppercase;
        font-family: "Open-Sans"; }
    .fsCalendar article.slick-slide {
      padding: 0 1em 1em 85px !important; }
  .fsCalendar .fsLoadMoreButton {
    margin: 0 auto 20px;
    text-align: center;
    color: #e13735;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.86667em;
    border: 0;
    width: 100%;
    background: transparent; }
    .fsCalendar .fsLoadMoreButton:after {
      content: '\00BB';
      padding-left: 2px; }
    .fsCalendar .fsLoadMoreButton:hover {
      background: transparent;
      color: #f29b30; }
  .fsCalendar .fsElementHeaderContent {
    text-align: center; }
    .fsCalendar .fsElementHeaderContent > * {
      display: inline-block;
      font-family: "Proxima-Nova";
      font-weight: 400;
      color: #558a89;
      font-size: 1.46667em;
      text-transform: uppercase; }
  .fsCalendar .fsTitle .fsCalendarEventLink {
    color: #404040; }
    .fsCalendar .fsTitle .fsCalendarEventLink:hover {
      color: #000; }
  .fsCalendar .fsDate {
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    height: 80px;
    width: 80px;
    padding-top: 5px;
    text-align: center;
    background: #2bbfbd;
    border-radius: 100%;
    color: #fff;
    font-family: "Proxima-Nova"; }
    .fsCalendar .fsDate .fsMonth {
      font-size: 1.06667em;
      margin-top: 7px; }
    .fsCalendar .fsDate .fsDay {
      font-size: 2em;
      line-height: 1; }
    .fsCalendar .fsDate .fsYear {
      display: none; }
    .fsCalendar .fsDate span {
      display: block; }

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 1.46667em;
    color: #FFF;
    margin: 20px auto;
    text-transform: uppercase;
    padding: 10px 20px; }
    .scroll-up span:after {
      content: '\00BB';
      padding-left: 10px; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

.fsCalendar.fsGrid .fsCalendarLegend a {
  display: block; }

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

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

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

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

.fsListItems article {
  margin-bottom: 1.33333em; }

.fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.06667em;
  line-height: 1.5em;
  margin-bottom: 0.625em; }

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

.module {
  background: #ececec; }

@media (min-width: 800px) {
  .fsGrid {
    margin-right: -0.66667em;
    margin-left: -0.66667em; } }

.fsGrid .fsListItems > * {
  float: none !important;
  width: 100%;
  padding-right: 0.66667em;
  padding-left: 0.66667em; }
  @media (min-width: 800px) {
    .fsGrid .fsListItems > * {
      display: inline-block;
      vertical-align: top; } }

@media (min-width: 800px) {
  .fsGrid .fsStyleTwoColumns > * {
    width: 49.5%; } }

@media (min-width: 800px) {
  .fsGrid .fsStyleThreeColumns > * {
    width: 49.5%; } }

@media (min-width: 900px) {
  .fsGrid .fsStyleThreeColumns > * {
    width: 32.83333%; } }

@media (min-width: 800px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 49.5%; } }

@media (min-width: 900px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 32.83333%; } }

@media (min-width: 1000px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 24.5%; } }

@media (min-width: 800px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 49.5%; } }

@media (min-width: 900px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 32.83333%; } }

@media (min-width: 1000px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 24.5%; } }

@media (min-width: 1180px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 19.5%; } }

/*! elements - constituent v0.0.1 */
.fsConstituent .fsElementPagination {
  margin-bottom: 20px; }

.fsConstituentItem {
  float: none;
  max-width: 300px;
  width: 100% !important;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 800px) {
    .fsConstituentItem {
      display: inline-block;
      vertical-align: top;
      max-width: 100%; } }
  .fsConstituentItem > * {
    padding-right: 20px;
    padding-left: 20px; }

.fsConstituent .fsPhoto {
  padding-right: 0;
  padding-left: 0; }
  .fsConstituent .fsPhoto img {
    display: block;
    width: 100%; }

.fsConstituent .fsFullName {
  padding-top: 20px; }

@media (min-width: 800px) {
  [class^='fsConstituentColumnLayout'] {
    -moz-column-gap: 20px;
    column-gap: 20px; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 900px) {
  .fsConstituentColumnLayout_3 {
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 900px) {
  .fsConstituentColumnLayout_4 {
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 {
    -moz-column-count: 4;
    column-count: 4; } }

.fsProfileSection {
  margin-bottom: 1.33333em; }

.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.33333em; }
  @media (min-width: 800px) {
    .fsConstituent.fsSearch label {
      display: inline-block;
      vertical-align: top;
      width: 49.5%;
      padding-right: 0.66667em;
      padding-left: 0.66667em; } }
  @media (min-width: 900px) {
    .fsConstituent.fsSearch label {
      width: 32.83333%; } }

.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%; }

.fsConstituent.fsSearch [type*='submit'] {
  width: auto; }
  @media (min-width: 800px) {
    .fsConstituent.fsSearch [type*='submit'] {
      margin-left: 0.66667em; } }

/*--Forms--*/
.fsLogin p {
  display: block;
  clear: both;
  margin-bottom: 5px; }

.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span {
    display: block;
    font-weight: inherit;
    text-transform: uppercase;
    font-size: inherit; }
  .fsLogin .fsLoginMainView input, .fsLogin .fsLoginForgotView input, .fsLogin .fsLoginNewView input {
    margin-bottom: 20px;
    border: 1px solid inherit;
    font-size: inherit;
    padding: 2px 5px;
    height: 25px;
    display: block;
    clear: both; }
    .fsLogin .fsLoginMainView input:focus, .fsLogin .fsLoginForgotView input:focus, .fsLogin .fsLoginNewView input:focus {
      border: 1px solid inherit;
      outline: none; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button {
    background-color: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    border: 0 none;
    outline: none;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: all 100ms linear;
    height: 25px;
    line-height: 1;
    display: block;
    float: left;
    margin-right: 20px; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover {
      background-color: inherit;
      color: inherit; }

.fsLogin .fsLoginForgotPasswordLink {
  margin-top: -2px;
  line-height: 1; }
  .fsLogin .fsLoginForgotPasswordLink a {
    font-size: inherit; }

.fsLogin .fsLoginNewAccountLink {
  line-height: 1; }
  .fsLogin .fsLoginNewAccountLink a {
    font-size: inherit; }

.fsLogin .fsLoginNewCaptcha {
  display: block;
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewCaptcha #recaptcha_table {
    width: 100% !important;
    max-width: 318px; }

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.3.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, NoÃ«l Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0); }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em; }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    min-width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal; }
  .featherlight .featherlight-inner {
    display: block; }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000; }
  .featherlight .featherlight-image {
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    border: 0; } }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/*== Media Element ==*/
.fsMedia .fsMediaGallery .fsMediaGalleryObject {
  margin: 0 0 20px; }

.fsMedia > .fsElementContent {
  margin-top: 20px; }

/* News Element */
/*General News Styles*/
/*! elements - news v0.0.1 */
.fsNews {
  margin-bottom: 20px;
  /*Slideshow*/
  /*Grid*/ }
  .fsNews .fsElementContent {
    padding: 1px 0; }
  .fsNews .fsPrevButton.fsLeftArrow {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 0; }
    .fsNews .fsPrevButton.fsLeftArrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      color: #6a6a6a;
      display: block; }
  .fsNews .fsNextButton.fsRightArrow {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 0; }
    .fsNews .fsNextButton.fsRightArrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      color: #6a6a6a;
      display: block; }
  .fsNews .fsLoadMoreButton {
    margin: 0 auto 20px;
    text-align: center;
    color: #e13735;
    font-weight: 600;
    font-size: 0.86667em;
    text-transform: uppercase;
    background: transparent; }
    .fsNews .fsLoadMoreButton:after {
      content: '\00BB';
      padding-left: 2px; }
    .fsNews .fsLoadMoreButton:hover {
      background: transparent;
      color: #f29b30; }
  .fsNews .fsElementHeaderContent {
    text-align: center; }
    .fsNews .fsElementHeaderContent > * {
      display: inline-block;
      font-family: "Proxima-Nova";
      font-size: 1.46667em;
      font-weight: 400;
      color: #6a6a6a;
      text-transform: uppercase; }
  .fsNews article .fsSummary {
    background-color: #ececec;
    font-size: 1.2em;
    text-align: center;
    color: #343434;
    font-weight: 600;
    padding: 20px 13.33333px;
    font-family: "Proxima-Nova"; }
  .fsNews .fsThumbnail {
    display: block; }
    .fsNews .fsThumbnail .fsCroppedImage {
      width: 100%;
      height: 155px;
      vertical-align: bottom; }
    .fsNews .fsThumbnail img {
      display: block; }
  .fsNews .fsTitle {
    display: none; }
  .fsNews.fsSlideshow .fsElementContent {
    margin: 0; }
  .fsNews.fsSlideshow .fsElementSlideshow {
    padding: 0 40px; }
  .fsNews.fsSlideshow .fsPager span {
    color: inherit;
    opacity: 0.5;
    transition: color 100ms, opacity 100ms; }
    .fsNews.fsSlideshow .fsPager span.fsStateActive {
      color: inherit;
      opacity: 1; }
  .fsNews.fsGrid .fsNewsGrid {
    zoom: 1; }
    .fsNews.fsGrid .fsNewsGrid:after {
      display: table;
      clear: both;
      content: ''; }
  .fsNews.fsGrid article {
    clear: none;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    padding: 0; }
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 48%;
    float: left !important;
    margin-right: 0; }
    .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(odd) {
      margin-right: 1%; }
    .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(even) {
      margin-left: 1%; }
    .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+3) {
      clear: both; }
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 31.5%;
    margin-right: 0; }
    .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
      margin: 0 2%; }
    .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+4) {
      clear: both; }
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 23.5%;
    margin-right: 0; }
    .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
      clear: both; }
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 17%;
    margin-right: 0; }
    .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
      margin: 0 1% 0 2%; }
    .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
      margin: 0 1%; }
    .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
      margin: 0 2% 0 1%; }
    .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
      clear: both; }
  .fsNews.fsGrid .fsThumbnail {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: inherit; }

/* Posts Element */
/*General Posts Styles*/
.fsPostElement {
  margin-bottom: 20px;
  /*Slideshow*/
  /*Grid*/ }
  .fsPostElement .fsElementContent {
    padding: 1px 0; }
  .fsPostElement .fsPrevButton.fsLeftArrow {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 0; }
    .fsPostElement .fsPrevButton.fsLeftArrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      color: #6a6a6a;
      display: block; }
  .fsPostElement .fsNextButton.fsRightArrow {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 0; }
    .fsPostElement .fsNextButton.fsRightArrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      color: #6a6a6a;
      display: block; }
  .fsPostElement .fsLoadMoreButton {
    margin: 0 auto 20px;
    text-align: center;
    color: #e13735;
    font-weight: 600;
    font-size: 0.86667em;
    text-transform: uppercase;
    background: transparent; }
    .fsPostElement .fsLoadMoreButton:after {
      content: '\00BB';
      padding-left: 2px; }
    .fsPostElement .fsLoadMoreButton:hover {
      background: transparent;
      color: #f29b30; }
  .fsPostElement .fsElementHeaderContent {
    text-align: center; }
    .fsPostElement .fsElementHeaderContent > * {
      display: inline-block;
      font-family: "Proxima-Nova";
      font-size: 1.46667em;
      font-weight: 400;
      color: #6a6a6a;
      text-transform: uppercase; }
  .fsPostElement article table tr {
    border-bottom: 0px; }
  .fsPostElement article .fsSummary {
    background-color: #ececec;
    font-size: 1.2em;
    text-align: center;
    color: #343434;
    font-weight: 600;
    padding: 20px 13.33333px;
    font-family: "Proxima-Nova"; }
  .fsPostElement .fsThumbnail {
    display: block; }
    .fsPostElement .fsThumbnail .fsCroppedImage {
      width: 100%;
      height: 155px;
      vertical-align: bottom; }
    .fsPostElement .fsThumbnail img {
      display: block; }
  .fsPostElement .fsTitle {
    display: none; }
  .fsPostElement.fsSlideshow .fsElementContent {
    margin: 0; }
  .fsPostElement.fsSlideshow .fsElementSlideshow {
    padding: 0 40px; }
  .fsPostElement.fsSlideshow .fsPager span {
    color: inherit;
    opacity: 0.5;
    transition: color 100ms, opacity 100ms; }
    .fsPostElement.fsSlideshow .fsPager span.fsStateActive {
      color: inherit;
      opacity: 1; }
  .fsPostElement.fsGrid article {
    clear: none;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    padding: 0; }
  .fsPostElement.fsGrid .fsStyleTwoColumns article {
    width: 48%;
    float: left !important;
    margin-right: 0; }
    .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(odd) {
      margin-right: 1%; }
    .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(even) {
      margin-left: 1%; }
    .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(2n+3) {
      clear: both; }
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 100%;
    margin: 0; }
    @media (min-width: 500px) {
      .fsPostElement.fsGrid .fsStyleThreeColumns article {
        width: 47%;
        margin-right: 0; }
        .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n-1) {
          margin: 0 2% 0 1%; }
        .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
          clear: both; } }
    @media (min-width: 800px) {
      .fsPostElement.fsGrid .fsStyleThreeColumns article {
        width: 31.5%;
        margin-right: 0; }
        .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n-1) {
          margin: 0; }
        .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
          clear: inherit; }
        .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
          margin: 0 2%; }
        .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n+4) {
          clear: both; } }
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 100%;
    margin: 0; }
    @media (min-width: 500px) {
      .fsPostElement.fsGrid .fsStyleFourColumns article {
        width: 47%;
        margin-right: 0; }
        .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n-1) {
          margin: 0 2% 0 1%; }
        .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
          clear: both; } }
    @media (min-width: 800px) {
      .fsPostElement.fsGrid .fsStyleFourColumns article {
        width: 23.5%; }
        .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n-1) {
          margin: 0; }
        .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
          margin: 0 1% 0 2%; }
        .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
          margin: 0 2% 0 1%; }
        .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
          clear: both; } }
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 17%;
    margin-right: 0; }
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
      margin: 0 1% 0 2%; }
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
      margin: 0 1%; }
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
      margin: 0 2% 0 1%; }
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
      clear: both; }
  .fsPostElement.fsGrid .fsThumbnail {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 15px;
    max-width: inherit; }

/*=======================*/
/* Search Variables      */
/*=======================*/
/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
form.gsc-search-box-tools {
  margin-bottom: 0 !important;
  overflow: hidden;
  padding: 0 !important; }
  form.gsc-search-box-tools table {
    table-layout: initial;
    border: 0;
    display: table; }
    form.gsc-search-box-tools table tr {
      border: 0 !important;
      display: table-row; }
      form.gsc-search-box-tools table tr td {
        display: table-cell; }
  form.gsc-search-box-tools td.gsc-input {
    padding: 0 !important;
    border-bottom: 1px solid #fff !important; }
    form.gsc-search-box-tools td.gsc-input > .gsc-input-box {
      border: 0 !important; }
  form.gsc-search-box-tools table.gsc-search-box {
    margin-bottom: 0; }
  form.gsc-search-box-tools div.gsc-input-box {
    min-width: 140px;
    height: auto !important; }
  form.gsc-search-box-tools td.gsib_a {
    padding: 1px 0 4px 0 !important;
    display: inline-block;
    width: 100% !important;
    background-color: #e13735; }
    @media screen and (min-width: 600px) {
      form.gsc-search-box-tools td.gsib_a {
        background-color: #f2b33d; } }
    form.gsc-search-box-tools td.gsib_a input {
      vertical-align: bottom !important; }
  form.gsc-search-box-tools td.gsib_b {
    padding: 0;
    display: none; }
  form.gsc-search-box-tools input.gsc-input {
    background: #f2b33d !important;
    background-image: none !important;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    text-align: right;
    border: 0 !important;
    font-weight: 400;
    padding: 1px 10px 0px !important;
    margin: 0 !important; }
  form.gsc-search-box-tools table.gsc-branding {
    display: none; }
  form.gsc-search-box-tools td.gsc-search-button {
    width: 1% !important;
    padding: 0 10px 0 10px;
    border-bottom: 1px solid #fff !important;
    overflow: hidden;
    width: auto;
    background: #f2b33d;
    position: relative;
    vertical-align: bottom !important; }
    form.gsc-search-box-tools td.gsc-search-button input {
      vertical-align: middle !important;
      height: auto !important; }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      cursor: pointer;
      opacity: 1;
      display: block;
      position: absolute;
      left: 0;
      bottom: 2px;
      right: 0;
      text-align: center; }
  form.gsc-search-box-tools td.gsc-search-button:hover {
    background: #f2b33d; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    margin: 0; }

/*=======================*/
/* Custom Styles         */
/*=======================*/
.gsc-control-cse {
  padding: 0 !important;
  border: 0 !important; }

form.gsc-search-box-tools table {
  margin: 0 !important; }

/* Social Elements */
/*--Facebook--*/
.fsFacebook .fsFacebookList {
  padding-left: 0;
  margin-left: 0; }
  .fsFacebook .fsFacebookList ul,
  .fsFacebook .fsFacebookList ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .fsFacebook .fsFacebookList a {
    display: block; }
  .fsFacebook .fsFacebookList li {
    display: block;
    margin-bottom: 30px; }
    .fsFacebook .fsFacebookList li:first-child {
      margin-top: 20px; }
    .fsFacebook .fsFacebookList li a:not(.fsFacebookFollow) {
      word-wrap: break-word; }
  .fsFacebook .fsFacebookList .fsFacebookFrom {
    display: block;
    font-weight: inherit;
    font-size: inherit;
    color: inherit; }
  .fsFacebook .fsFacebookList .fsFacebookExtras {
    margin-top: 10px; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookThumb {
      float: left;
      margin: 0 20px 0 0;
      width: 28%; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookTitle {
      float: left;
      line-height: 1;
      width: 60%; }
      .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookCaption {
      float: left;
      font-size: inherit; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookDesc {
      clear: both;
      font-style: italic; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookLikes {
      clear: both;
      padding-top: 10px;
      font-size: inherit;
      font-style: italic;
      color: inherit; }
  .fsFacebook .fsFacebookList .fsFacebookFollow {
    margin-top: 20px; }
    .fsFacebook .fsFacebookList .fsFacebookFollow a {
      background-color: inherit;
      color: inherit;
      font-size: inherit;
      padding: 5px 10px;
      text-transform: capitalize; }
      .fsFacebook .fsFacebookList .fsFacebookFollow a:hover {
        background-color: inherit;
        color: inherit; }

/*--Twitter--*/
.fsTwitter .tweets {
  margin: 0;
  padding: 0;
  list-style: none; }
  .fsTwitter .tweets li {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    .fsTwitter .tweets li a {
      color: #343434; }
      .fsTwitter .tweets li a:hover {
        color: #ececec; }
    .fsTwitter .tweets li:first-child {
      margin-top: 20px; }
    .fsTwitter .tweets li .header {
      position: relative; }
      .fsTwitter .tweets li .header:after {
        content: '';
        display: table;
        clear: both; }
      .fsTwitter .tweets li .header time {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        float: right;
        width: 15%;
        text-align: right;
        font-size: 12px;
        color: #ececec; }
        .fsTwitter .tweets li .header time abbr {
          text-decoration: none;
          border: 0; }
        .fsTwitter .tweets li .header time:hover {
          color: #343434; }
      .fsTwitter .tweets li .header .p-author {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        float: left;
        width: 85%; }
        .fsTwitter .tweets li .header .p-author > .profile:after {
          content: '';
          display: table;
          clear: both; }
        .fsTwitter .tweets li .header .p-author > .profile .avatar {
          position: relative;
          display: inline-block;
          float: left;
          width: 25%; }
          .fsTwitter .tweets li .header .p-author > .profile .avatar img {
            width: 100%;
            height: auto; }
        .fsTwitter .tweets li .header .p-author > .profile .full-name,
        .fsTwitter .tweets li .header .p-author > .profile .p-nickname {
          margin: 0;
          padding: 0 0 0 10px;
          position: relative;
          display: inline-block;
          float: left;
          width: 70%;
          vertical-align: middle;
          line-height: 16px;
          font-size: 14px;
          font-weight: bold; }
        .fsTwitter .tweets li .header .p-author > .profile .full-name {
          margin-top: 15px; }
    .fsTwitter .tweets li .e-entry-content {
      font-size: 13px;
      line-height: 18px; }
      .fsTwitter .tweets li .e-entry-content .inline-media img {
        width: 100%;
        height: auto; }
    .fsTwitter .tweets li .footer .stats-narrow,
    .fsTwitter .tweets li .footer .stats-wide {
      display: none; }
    .fsTwitter .tweets li .footer .expand {
      display: inline-block;
      float: left;
      color: #ececec; }
      .fsTwitter .tweets li .footer .expand b {
        display: none; }
      .fsTwitter .tweets li .footer .expand:hover {
        color: #343434; }
      .fsTwitter .tweets li .footer .expand:before {
        display: block;
        font-family: "IcoMoon";
        content: '\f067'; }
    .fsTwitter .tweets li .footer .tweet-actions {
      margin: 0;
      padding: 0;
      text-align: right; }
      .fsTwitter .tweets li .footer .tweet-actions li {
        margin: 0 10px 0 0;
        padding: 0;
        position: relative;
        display: inline-block;
        width: auto; }
        .fsTwitter .tweets li .footer .tweet-actions li a {
          color: #ececec; }
          .fsTwitter .tweets li .footer .tweet-actions li a b {
            display: none; }
          .fsTwitter .tweets li .footer .tweet-actions li a:hover {
            color: #343434; }
          .fsTwitter .tweets li .footer .tweet-actions li a i {
            font-style: normal; }
            .fsTwitter .tweets li .footer .tweet-actions li a i:before {
              display: block;
              font-family: "IcoMoon"; }
        .fsTwitter .tweets li .footer .tweet-actions li .reply-action i:before {
          content: '\f112'; }
        .fsTwitter .tweets li .footer .tweet-actions li .retweet-action i:before {
          content: '\f079'; }
        .fsTwitter .tweets li .footer .tweet-actions li .favorite-action i:before {
          content: '\f005'; }

/*--Youtube--*/
.fsYoutube .fsSocialVideoFrame {
  margin-top: 20px; }

.fsYoutube .fsYoutubeList ul,
.fsYoutube .fsYoutubeList ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.fsYoutube .fsYoutubeList a {
  display: block; }

.fsYoutube .fsYoutubeList li {
  display: block;
  margin-bottom: 20px;
  width: 100%; }
  .fsYoutube .fsYoutubeList li:first-child {
    margin-top: 20px; }

.fsYoutube .fsYoutubeList .fsYoutubeThumb {
  margin: 0 20px 20px 0;
  float: left; }

.fsYoutube .fsYoutubeList .fsYoutubeTitle {
  font-weight: inherit;
  font-size: inherit;
  color: inherit; }

.fsYoutube .fsYoutubeList .fsYoutubeViews {
  font-size: inherit;
  font-style: italic;
  color: inherit; }

.fsYoutube .fsYoutubeList .fsYoutubeDesc {
  margin-top: 5px; }

/*--Vimeo--*/
/*--Instagram--*/
/*--Flickr--*/
.fsTabs {
  padding: 0;
  background: none;
  margin-bottom: 20px;
  border: 0; }
  .fsTabs .fsElementContent {
    margin: 40px 0; }
  .fsTabs .ui-widget {
    font-family: inherit;
    font-size: inherit; }
  .fsTabs .ui-widget-content {
    border-width: 0;
    background: transparent;
    color: inherit; }
    .fsTabs .ui-widget-content a {
      color: #343434;
      text-decoration: inherit; }
  .fsTabs .ui-tabs-nav, .fsTabs .fsTabsNav {
    margin-bottom: 1.33333em;
    padding: 0;
    margin-left: 0;
    background: none;
    border-bottom: 1px solid #ccc; }
    .fsTabs .ui-tabs-nav li, .fsTabs .fsTabsNav li {
      margin: 0 0.13333em 0.13333em 0 !important;
      padding: 0 !important;
      background: none;
      border: 0;
      border-radius: 0;
      color: inherit;
      width: 100%; }
      @media screen and (min-width: 600px) {
        .fsTabs .ui-tabs-nav li, .fsTabs .fsTabsNav li {
          width: auto;
          margin-bottom: 0 !important; } }
      .fsTabs .ui-tabs-nav li a, .fsTabs .fsTabsNav li a {
        padding: 0.5em 1.33333em;
        background: #ececec;
        display: block;
        transition: 0.3s color;
        color: #6a6a6a; }
        .fsTabs .ui-tabs-nav li a:hover, .fsTabs .fsTabsNav li a:hover {
          background: #ececec;
          color: #f29b30 !important; }
        .ui-tabs .ui-state-active a {
          background: #2bbfbd !important;
          color: #fff !important; }
        .fsTabs .fsTabsNavItem.fsStateSelected a {
          background: #2bbfbd !important;
          color: #fff !important; }
      .fsTabs .ui-tabs-nav li span, .fsTabs .fsTabsNav li span {
        text-indent: 0; }

.ui-tabs-panel {
  padding: 0 !important; }

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .home #fsPageBodyWrapper {
      padding-top: 10px; } }

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

.home .sticky-wrapper.is-sticky > .logo-container {
  border-bottom: 1px solid #ccc; }

.home:not(.fsDraftMode) .life-at-yis {
  background: #fcc152 url("/uploaded/themes/default/images/life-at-yis-overlay.png");
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  padding: 40px; }
  .home:not(.fsDraftMode) .life-at-yis header {
    max-width: 850px;
    margin: 0 auto 20px;
    text-align: center;
    color: #FFF;
    padding: 0 20px; }
    @media screen and (min-width: 800px) {
      .home:not(.fsDraftMode) .life-at-yis header {
        display: table-cell;
        width: 40%;
        vertical-align: middle; } }
    .home:not(.fsDraftMode) .life-at-yis header h2 {
      margin-bottom: 10px; }
    .home:not(.fsDraftMode) .life-at-yis header .fsElementHeaderContent {
      display: none; }
      @media screen and (min-width: 600px) {
        .home:not(.fsDraftMode) .life-at-yis header .fsElementHeaderContent {
          display: block; } }
  .home:not(.fsDraftMode) .life-at-yis .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }
    @media screen and (min-width: 800px) {
      .home:not(.fsDraftMode) .life-at-yis .fsElementContent .fsElementContent {
        display: table-cell;
        vertical-align: middle;
        width: 55%; } }
  .home:not(.fsDraftMode) .life-at-yis iframe {
    width: 590px;
    height: 332px;
    float: right; }
  .home:not(.fsDraftMode) .life-at-yis ul {
    padding: 40px 70px;
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }
  .home:not(.fsDraftMode) .life-at-yis .slick-prev {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: -50px;
    font-size: 0;
    background: none;
    border: 0; }
    .home:not(.fsDraftMode) .life-at-yis .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 40px;
      color: rgba(255, 255, 255, 0.7);
      display: block; }
  .home:not(.fsDraftMode) .life-at-yis .slick-next {
    top: 50%;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -50px;
    font-size: 0;
    background: none;
    border: 0; }
    .home:not(.fsDraftMode) .life-at-yis .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 40px;
      color: rgba(255, 255, 255, 0.7);
      display: block; }
  .home:not(.fsDraftMode) .life-at-yis h2 {
    font-size: 3em;
    color: #FFF;
    font-family: "Proxima-Nova";
    margin: 10px 0;
    text-align: center; }
  .home:not(.fsDraftMode) .life-at-yis .slide-title {
    font-family: "Open-Sans";
    font-size: 1.6em;
    text-align: center; }

.home .button-container {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }
  @media screen and (max-width: 900px) {
    .home .button-container .fsElementContent a {
      margin: 20px auto 0 auto;
      padding: 15px; }
    .home .button-container .fsElementContent p {
      margin-top: 5px; } }

.home .meet-our-community {
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }
  @media screen and (min-width: 900px) {
    .home .meet-our-community {
      padding: 0; } }
  .home .meet-our-community article {
    padding: 0 20px 20px; }
  .home .meet-our-community .fsElementHeaderContent {
    text-align: center; }
  @media screen and (min-width: 900px) {
    .home .meet-our-community .fsElement.fsTab {
      margin-left: 152px;
      border-left: 1px solid #ccc; } }
  .home .meet-our-community .fsElement.fsTab .fsElementContent {
    padding-left: 0; }
  .home .meet-our-community .fsElement.fsTab .fsTitle {
    overflow: hidden;
    display: block; }
    .home .meet-our-community .fsElement.fsTab .fsTitle a {
      color: #2bbfbd;
      font-family: "Proxima-Nova";
      font-size: 2.2em;
      line-height: 1;
      padding-bottom: 10px;
      display: none !important; }
  .home .meet-our-community .fsElement.fsTab .fsSummary {
    clear: right;
    font-style: italic;
    background: transparent;
    padding-left: 0;
    color: #6a6a6a;
    font-weight: 400;
    margin-left: 0;
    text-align: left; }
  .home .meet-our-community .fsElement.fsTab .fsThumbnail {
    max-width: 300px !important;
    width: 100%;
    margin-bottom: 40px;
    margin: 0 auto; }
    @media screen and (min-width: 800px) {
      .home .meet-our-community .fsElement.fsTab .fsThumbnail {
        float: left;
        margin-bottom: 0;
        margin-right: 20px; } }
    @media screen and (min-width: 800px) {
      .home .meet-our-community .fsElement.fsTab .fsThumbnail ~ .fsTitle {
        float: right;
        width: calc(100% - 320px); } }
    .home .meet-our-community .fsElement.fsTab .fsThumbnail ~ .fsSummary {
      padding-left: 0;
      margin-left: 0; }
      @media screen and (max-width: 800px) {
        .home .meet-our-community .fsElement.fsTab .fsThumbnail ~ .fsSummary h5 {
          margin-bottom: 5px; }
        .home .meet-our-community .fsElement.fsTab .fsThumbnail ~ .fsSummary p {
          margin-top: 0; } }
  .home .meet-our-community .ui-tabs-nav {
    border-bottom: 1px solid #ccc; }
    .home .meet-our-community .ui-tabs-nav li {
      border-right: 1px solid #ccc;
      background: none;
      width: auto; }
      .home .meet-our-community .ui-tabs-nav li:last-child {
        border-right: 0; }
      @media screen and (max-width: 900px) {
        .home .meet-our-community .ui-tabs-nav li {
          width: 24%; } }
      @media screen and (max-width: 500px) {
        .home .meet-our-community .ui-tabs-nav li {
          width: 49%; }
          .home .meet-our-community .ui-tabs-nav li:last-child {
            border-right: 1px solid #ccc; } }
      .home .meet-our-community .ui-tabs-nav li a {
        text-transform: uppercase;
        font-size: 1.33333em;
        background: none;
        padding-right: 40px;
        padding-left: 10px;
        display: block; }
        @media screen and (max-width: 900px) {
          .home .meet-our-community .ui-tabs-nav li a {
            width: 100%;
            text-align: center;
            padding-right: 10px;
            font-size: 1.15em; } }
      .home .meet-our-community .ui-tabs-nav li.ui-state-active a {
        background: transparent !important;
        color: #e13735 !important; }
    @media screen and (min-width: 900px) {
      .home .meet-our-community .ui-tabs-nav {
        float: left;
        border-bottom: 0; }
        .home .meet-our-community .ui-tabs-nav li {
          float: none;
          display: block;
          border: 0;
          border-bottom: 1px solid #ccc;
          overflow: hidden;
          margin-bottom: 20px !important; } }
  .home .meet-our-community .fsPrevButton.fsLeftArrow, .home .meet-our-community .fsNextButton.fsRightArrow {
    left: -20px; }
    .home .meet-our-community .fsPrevButton.fsLeftArrow:before, .home .meet-our-community .fsNextButton.fsRightArrow:before {
      color: #9a9a9a; }
    .home .meet-our-community .fsPrevButton.fsLeftArrow:hover:before, .home .meet-our-community .fsNextButton.fsRightArrow:hover:before {
      color: #6a6a6a; }
  .home .meet-our-community .fsNextButton.fsRightArrow {
    left: auto;
    right: -20px; }
    .home .meet-our-community .fsNextButton.fsRightArrow:before {
      color: #9a9a9a; }
    .home .meet-our-community .fsNextButton.fsRightArrow:hover:before {
      color: #6a6a6a; }
  @media screen and (min-width: 900px) {
    .home .meet-our-community .fsPrevButton.fsLeftArrow, .home .meet-our-community .fsNextButton.fsRightArrow {
      top: auto;
      right: 0;
      left: auto;
      bottom: 0; }
    .home .meet-our-community .fsPrevButton.fsLeftArrow {
      right: 40px; } }

.home .main-slideshow {
  position: relative;
  clear: both; }
  .home .main-slideshow .fsElementContent {
    margin-top: 0; }
  .home .main-slideshow .caption {
    display: none;
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    position: absolute;
    z-index: 299;
    right: 0;
    left: 0;
    bottom: 40px; }
    @media screen and (min-width: 700px) {
      .home .main-slideshow .caption {
        display: block; } }
    .home .main-slideshow .caption .text {
      padding: 30px 20px 20px 40px;
      float: right;
      font-family: "Proxima-Nova"; }
      .home .main-slideshow .caption .text > * {
        color: #FFF;
        font-size: 3.8em;
        line-height: 1;
        margin-bottom: 0; }
        @media screen and (min-width: 900px) {
          .home .main-slideshow .caption .text > * {
            font-size: 6em; } }
      .home .main-slideshow .caption .text p {
        margin-top: 0;
        font-size: 1.8em;
        line-height: 0.7;
        color: #FFF; }
        @media screen and (min-width: 900px) {
          .home .main-slideshow .caption .text p {
            font-size: 3.66667em; } }
  .home .main-slideshow .slick-next, .home .main-slideshow .slick-prev {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    font-size: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    color: #FFF; }
    .home .main-slideshow .slick-next:before, .home .main-slideshow .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 50px;
      float: left; }
  .home .main-slideshow .slick-next {
    left: auto;
    right: 0px;
    text-align: right; }
    .home .main-slideshow .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      float: right; }
  .home .main-slideshow article {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-height: 645px; }
    .home .main-slideshow article:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 37%;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); }
    .home .main-slideshow article img {
      width: 100%; }

.home .upcoming-events {
  padding: 0 0 10px 0; }
  .home .upcoming-events header {
    padding: 40px 0 0; }
  .home .upcoming-events .fsElementFooterContent {
    text-align: center; }
  .home .upcoming-events .fsElementContent {
    padding: 20px 40px 20px;
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }
    .home .upcoming-events .fsElementContent .fsListItems {
      position: static !important;
      padding: 40px 0 0; }
      .home .upcoming-events .fsElementContent .fsListItems article {
        margin-bottom: 0;
        min-height: 0 !important; }
  .home .upcoming-events .slick-next, .home .upcoming-events .slick-prev {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    position: absolute;
    right: 0;
    top: 40%;
    background: none;
    border: 0;
    outline: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    text-align: right; }
    .home .upcoming-events .slick-next:before, .home .upcoming-events .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      color: #6a6a6a;
      display: block; }
  .home .upcoming-events .slick-prev {
    left: 0;
    right: auto;
    text-align: left; }
    .home .upcoming-events .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

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

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

.fonts ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.33333em;
    padding: 0.33333em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Droid Serif", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Droid Serif, Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Open-Sans", "proxima-nova", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Open-Sans, proxima-nova, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 35px / line: 40px"; }

.headers h2:after {
  content: " size: 33px / line: 35px"; }

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

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

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

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

body:not(.fsComposeMode) .resources-slideshow {
  position: relative;
  width: 100%;
  z-index: 1;
  clear: both; }
  body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow,
  body:not(.fsComposeMode) .resources-slideshow .fsElementContent {
    padding: 0;
    margin: 0; }
    body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article,
    body:not(.fsComposeMode) .resources-slideshow .fsElementContent article {
      position: relative;
      overflow: hidden;
      padding: 0; }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent article {
          max-height: 645px; } }
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figure,
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article picture,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figure,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article picture {
        width: 100%;
        height: 100%;
        margin: 0; }
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article img,
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article video,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article img,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article video {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%; }
      
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article video,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article video {
        height: 100%;
        display: block; }
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article:before,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 37%;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); }
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figcaption,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figcaption {
        display: none;
        font-size: 12px;
        position: relative;
        margin: 0 auto;
        max-width: 78.66667em;
        max-width: 73.75rem;
        position: absolute;
        z-index: 299;
        right: 0;
        left: 0;
        bottom: 40px;
        color: #FFF;
        line-height: 1;
        margin-bottom: 0;
        font-weight: normal;
        font-family: "Proxima-Nova";
        bottom: 60px; }
        @media screen and (min-width: 700px) {
          body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figcaption,
          body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figcaption {
            display: block; } }
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figcaption h2,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figcaption h2 {
          font-size: 6em;
          color: #FFF;
          margin: 0; }
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figcaption p,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figcaption p {
          margin: 0;
          line-height: 0.7;
          font-size: 3.66667em; }
  body:not(.fsComposeMode) .resources-slideshow .fsPrevButton:before,
  body:not(.fsComposeMode) .resources-slideshow .fsNextButton:before {
    opacity: 1;
    color: white;
    line-height: 50px;
    text-align: center;
    font-size: 50px; }
  body:not(.fsComposeMode) .resources-slideshow .fsPrevButton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 50px;
    display: block; }
  
  body:not(.fsComposeMode) .resources-slideshow .fsNextButton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 50px;
    display: block; }
  body:not(.fsComposeMode) .resources-slideshow > footer {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 101;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .resources-slideshow > footer {
        display: block; } }
    body:not(.fsComposeMode) .resources-slideshow > footer .scroll-to {
      width: 80px;
      height: 70px;
      padding-top: 17px;
      color: #ffffff;
      font-size: 13px;
      letter-spacing: 0.04em;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer; }
      body:not(.fsComposeMode) .resources-slideshow > footer .scroll-to:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        position: absolute;
        left: 50%;
        bottom: 7px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #ffffff;
        font-size: 20px; }

.resourcesVideoControls {
  position: absolute;
  bottom: 0; }

.resourcesVideoControls__playButton:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: "fontawesome"; }

.active.resourcesVideoControls__playButton:before {
  content: '\f04b'; }

.resourcesVideoControls__muteButton:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: "fontawesome"; }

.active.resourcesVideoControls__muteButton:before {
  content: '\f026'; }

.resourcesVideoControls__playButton, .resourcesVideoControls__muteButton {
  margin: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 24px;
  color: white;
  line-height: 40px;
  padding: 0;
  background: rgba(236, 236, 236, 0.7); }

.button-container > .fsDiv {
  width: 100% !important; }
  @media screen and (min-width: 500px) {
    .button-container > .fsDiv {
      width: 33% !important;
      margin-right: 0% !important;
      float: left !important; } }
  .button-container > .fsDiv > .fsElement {
    border-bottom: 0 !important;
    padding: 0 !important; }
    @media screen and (min-width: 500px) {
      .button-container > .fsDiv > .fsElement {
        padding: 20px 0; } }
    .button-container > .fsDiv > .fsElement p,
    .button-container > .fsDiv > .fsElement span {
      display: block;
      text-align: center;
      font-family: "Open-Sans";
      font-weight: 400; }

.center-container {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  position: static; }

h1 {
  font-weight: 600;
  position: relative;
  padding-bottom: 13.33333px; }
  h1:before {
    content: '';
    border-bottom: 4px solid #f29b30;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 75px;
    width: 100%; }

h2 {
  color: #2bbfbd;
  font-weight: 600; }

h3 {
  font-weight: 400;
  color: #6a6a6a;
  text-transform: uppercase; }

h4 {
  font-weight: 600;
  color: #404040; }

h5 {
  font-weight: 700;
  color: #404040; }

h6 {
  font-weight: 600;
  color: #717073; }

body {
  font-family: "Open-Sans", "proxima-nova", sans-serif; }

.fsNews.fsThumbnailRectangle.fsThumbnailMedium .fsThumbnail,
.fsNews.fsThumbnailSquare.fsThumbnailMedium .fsThumbnail,
.fsPostElement.fsThumbnailRectangle.fsThumbnailMedium .fsThumbnail,
.fsPostElement.fsThumbnailSquare.fsThumbnailMedium .fsThumbnail {
  max-width: 100% !important; }

.sticky-wrapper.is-sticky {
  width: 100%; }
  .sticky-wrapper.is-sticky > .fsElement {
    width: 100%;
    z-index: 99999; }
  .sticky-wrapper.is-sticky:nth-child(2) > .fsElement {
    top: 52px !important;
    z-index: 100000;
    background: #FFF; }

.community-fb article {
  overflow: hidden;
  margin-bottom: 30px; }
  .community-fb article .entry-photo {
    margin-bottom: 5px; }
    @media screen and (min-width: 600px) {
      .community-fb article .entry-photo {
        float: left;
        margin-bottom: 0;
        width: 30%;
        margin-right: 1%; } }
  @media screen and (min-width: 600px) {
    .community-fb article .entry-content {
      float: left;
      width: 68%; } }
  .community-fb article .read-more {
    display: block;
    margin-top: 5px; }

.fsNews.home-hover-news .slick-cloned .fsSummary, .fsNews.home-hover-news .slick-cloned .fsDateTime,
.fsPostElement.home-hover-news .slick-cloned .fsSummary,
.fsPostElement.home-hover-news .slick-cloned .fsDateTime,
.fsNews.hover-news .slick-cloned .fsSummary,
.fsNews.hover-news .slick-cloned .fsDateTime,
.fsPostElement.hover-news .slick-cloned .fsSummary,
.fsPostElement.hover-news .slick-cloned .fsDateTime {
  display: none; }

.fsNews.home-hover-news .fsElementContent,
.fsPostElement.home-hover-news .fsElementContent,
.fsNews.hover-news .fsElementContent,
.fsPostElement.hover-news .fsElementContent {
  margin-top: 40px; }

.fsNews.home-hover-news h5,
.fsPostElement.home-hover-news h5,
.fsNews.hover-news h5,
.fsPostElement.hover-news h5 {
  color: #fff; }

.community-posts .fsNews.home-hover-news article:hover .fsTitle a, .community-posts
.fsPostElement.home-hover-news article:hover .fsTitle a, .community-posts
.fsNews.hover-news article:hover .fsTitle a, .community-posts
.fsPostElement.hover-news article:hover .fsTitle a {
  display: none; }

.fsNews.home-hover-news,
.fsPostElement.home-hover-news,
.fsNews.hover-news,
.fsPostElement.hover-news {
  border-bottom: 0 !important;
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }
  .fsNews.home-hover-news.hide,
  .fsPostElement.home-hover-news.hide,
  .fsNews.hover-news.hide,
  .fsPostElement.hover-news.hide {
    visibility: hidden; }
  .fsNews.home-hover-news .slick-next,
  .fsNews.home-hover-news .slick-prev,
  .fsPostElement.home-hover-news .slick-next,
  .fsPostElement.home-hover-news .slick-prev,
  .fsNews.hover-news .slick-next,
  .fsNews.hover-news .slick-prev,
  .fsPostElement.hover-news .slick-next,
  .fsPostElement.hover-news .slick-prev {
    position: absolute;
    background: transparent;
    border: 0;
    top: 50%;
    height: 44px;
    margin-top: -22px;
    padding: 0;
    left: 0;
    font-size: 0; }
    .fsNews.home-hover-news .slick-next:before,
    .fsNews.home-hover-news .slick-prev:before,
    .fsPostElement.home-hover-news .slick-next:before,
    .fsPostElement.home-hover-news .slick-prev:before,
    .fsNews.hover-news .slick-next:before,
    .fsNews.hover-news .slick-prev:before,
    .fsPostElement.hover-news .slick-next:before,
    .fsPostElement.hover-news .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      float: left; }
  .fsNews.home-hover-news .slick-next,
  .fsPostElement.home-hover-news .slick-next,
  .fsNews.hover-news .slick-next,
  .fsPostElement.hover-news .slick-next {
    right: 0;
    left: auto; }
    .fsNews.home-hover-news .slick-next:before,
    .fsPostElement.home-hover-news .slick-next:before,
    .fsNews.hover-news .slick-next:before,
    .fsPostElement.hover-news .slick-next:before {
      float: right;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .fsNews.home-hover-news .fsListItems,
  .fsPostElement.home-hover-news .fsListItems,
  .fsNews.hover-news .fsListItems,
  .fsPostElement.hover-news .fsListItems {
    padding: 0 40px; }
  .fsNews.home-hover-news article,
  .fsPostElement.home-hover-news article,
  .fsNews.hover-news article,
  .fsPostElement.hover-news article {
    vertical-align: top;
    margin-bottom: 0;
    position: relative;
    transition: 0.3s opacity;
    padding: 0; }
    @media screen and (min-width: 600px) {
      .fsNews.home-hover-news article,
      .fsPostElement.home-hover-news article,
      .fsNews.hover-news article,
      .fsPostElement.hover-news article {
        margin-right: 13.33333px; } }
    .fsNews.home-hover-news article:last-child,
    .fsPostElement.home-hover-news article:last-child,
    .fsNews.hover-news article:last-child,
    .fsPostElement.hover-news article:last-child {
      margin-right: 0; }
    .fsNews.home-hover-news article .fsTitle,
    .fsPostElement.home-hover-news article .fsTitle,
    .fsNews.hover-news article .fsTitle,
    .fsPostElement.hover-news article .fsTitle {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .fsNews.home-hover-news article .fsDateTime,
    .fsPostElement.home-hover-news article .fsDateTime,
    .fsNews.hover-news article .fsDateTime,
    .fsPostElement.hover-news article .fsDateTime {
      display: none; }
    .fsNews.home-hover-news article:before,
    .fsPostElement.home-hover-news article:before,
    .fsNews.hover-news article:before,
    .fsPostElement.hover-news article:before {
      content: '';
      opacity: 0;
      background: rgba(52, 52, 52, 0.8);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2; }
    .fsNews.home-hover-news article:hover:before,
    .fsPostElement.home-hover-news article:hover:before,
    .fsNews.hover-news article:hover:before,
    .fsPostElement.hover-news article:hover:before {
      opacity: 1; }
    .fsNews.home-hover-news article:hover .fsSummary,
    .fsPostElement.home-hover-news article:hover .fsSummary,
    .fsNews.hover-news article:hover .fsSummary,
    .fsPostElement.hover-news article:hover .fsSummary {
      margin-top: 7px;
      padding-top: 0;
      padding-bottom: 0;
      font-weight: 400;
      font-size: 1.06667em; }
    .fsNews.home-hover-news article:hover .fsDateTime,
    .fsPostElement.home-hover-news article:hover .fsDateTime,
    .fsNews.hover-news article:hover .fsDateTime,
    .fsPostElement.hover-news article:hover .fsDateTime {
      display: block;
      font-family: "Open-Sans", "proxima-nova", sans-serif;
      font-size: .9em; }
    .fsNews.home-hover-news article:hover .fsTitle,
    .fsPostElement.home-hover-news article:hover .fsTitle,
    .fsNews.hover-news article:hover .fsTitle,
    .fsPostElement.hover-news article:hover .fsTitle {
      background-color: transparent;
      top: 40px;
      display: block;
      color: #FFF;
      padding-left: 10px;
      padding-right: 10px;
      z-index: 2; }
      .fsNews.home-hover-news article:hover .fsTitle a,
      .fsPostElement.home-hover-news article:hover .fsTitle a,
      .fsNews.hover-news article:hover .fsTitle a,
      .fsPostElement.hover-news article:hover .fsTitle a {
        color: #FFF;
        padding: 0 10px 10px; }
    .fsNews.home-hover-news article:hover .fsReadMoreLink,
    .fsPostElement.home-hover-news article:hover .fsReadMoreLink,
    .fsNews.hover-news article:hover .fsReadMoreLink,
    .fsPostElement.hover-news article:hover .fsReadMoreLink {
      left: 0;
      bottom: 0;
      width: 100%;
      background: #e13735;
      color: #FFF;
      padding: 25px 20px;
      text-align: center;
      z-index: 3; }
      .fsNews.home-hover-news article:hover .fsReadMoreLink:after,
      .fsPostElement.home-hover-news article:hover .fsReadMoreLink:after,
      .fsNews.hover-news article:hover .fsReadMoreLink:after,
      .fsPostElement.hover-news article:hover .fsReadMoreLink:after {
        content: '\00BB';
        margin-left: 6px; }
    .fsNews.home-hover-news article .fsSummary,
    .fsNews.home-hover-news article .fsTitle,
    .fsPostElement.home-hover-news article .fsSummary,
    .fsPostElement.home-hover-news article .fsTitle,
    .fsNews.hover-news article .fsSummary,
    .fsNews.hover-news article .fsTitle,
    .fsPostElement.hover-news article .fsSummary,
    .fsPostElement.hover-news article .fsTitle {
      text-align: center; }
    .fsNews.home-hover-news article .fsTitle,
    .fsPostElement.home-hover-news article .fsTitle,
    .fsNews.hover-news article .fsTitle,
    .fsPostElement.hover-news article .fsTitle {
      background: #ececec;
      margin-bottom: 0; }
      .fsNews.home-hover-news article .fsTitle a,
      .fsPostElement.home-hover-news article .fsTitle a,
      .fsNews.hover-news article .fsTitle a,
      .fsPostElement.hover-news article .fsTitle a {
        color: #343434;
        display: block;
        padding: 10px;
        font-family: "Proxima-Nova";
        font-size: 1.33333em; }
    .fsNews.home-hover-news article .fsSummary,
    .fsPostElement.home-hover-news article .fsSummary,
    .fsNews.hover-news article .fsSummary,
    .fsPostElement.hover-news article .fsSummary {
      position: absolute;
      left: -9999px;
      background: transparent;
      bottom: 50px;
      color: #FFF;
      z-index: 2; }
    .fsNews.home-hover-news article .fsReadMoreLink,
    .fsPostElement.home-hover-news article .fsReadMoreLink,
    .fsNews.hover-news article .fsReadMoreLink,
    .fsPostElement.hover-news article .fsReadMoreLink {
      position: absolute;
      left: -9999px; }
    .fsNews.home-hover-news article .fsThumbnail,
    .fsPostElement.home-hover-news article .fsThumbnail,
    .fsNews.hover-news article .fsThumbnail,
    .fsPostElement.hover-news article .fsThumbnail {
      width: 100%;
      max-width: 100% !important;
      margin: 0; }
      .fsNews.home-hover-news article .fsThumbnail .fsCroppedImage,
      .fsPostElement.home-hover-news article .fsThumbnail .fsCroppedImage,
      .fsNews.hover-news article .fsThumbnail .fsCroppedImage,
      .fsPostElement.hover-news article .fsThumbnail .fsCroppedImage {
        width: 100%;
        height: 245px; }
  .fsNews.home-hover-news.no-title article .fsTitle,
  .fsPostElement.home-hover-news.no-title article .fsTitle,
  .fsNews.hover-news.no-title article .fsTitle,
  .fsPostElement.hover-news.no-title article .fsTitle {
    visibility: hidden; }
  .fsNews.home-hover-news.no-title article:hover .fsTitle a,
  .fsPostElement.home-hover-news.no-title article:hover .fsTitle a,
  .fsNews.hover-news.no-title article:hover .fsTitle a,
  .fsPostElement.hover-news.no-title article:hover .fsTitle a {
    visibility: visible; }
  .fsNews.home-hover-news.no-title article:hover .fsSummary,
  .fsPostElement.home-hover-news.no-title article:hover .fsSummary,
  .fsNews.hover-news.no-title article:hover .fsSummary,
  .fsPostElement.hover-news.no-title article:hover .fsSummary {
    visibility: visible; }

#campusLightbox {
  display: none; }

.featherlight #campusLightbox {
  display: block; }

.fsDialog.fsNews .ui-dialog-titlebar .ui-dialog-title,
.fsDialog.fsPostElement .ui-dialog-titlebar .ui-dialog-title {
  visibility: hidden !important; }

.fsDialog.fsNews .fsAuthor,
.fsDialog.fsNews .fsDateTime,
.fsDialog.fsPostElement .fsAuthor,
.fsDialog.fsPostElement .fsDateTime {
  display: none !important; }

.fsDialog.fsNews .ui-dialog-titlebar-close.ui-state-default .ui-icon,
.fsDialog.fsPostElement .ui-dialog-titlebar-close.ui-state-default .ui-icon {
  width: 17px !important;
  height: 17px !important; }

@media (max-width: 600px) {
  #fsHeader .section-title {
    color: #fff !important; } }

.black-link a.fsCalendarEventTitle.fsCalendarEventLink {
  color: #404040 !important; }

.fsPostElement.home-hover-news article:hover .fsSummary,
.fsPostElement.hover-news article:hover .fsSummary {
  position: static; }

.wf-loading {
  visibility: hidden;
  opacity: 0; }

.wf-active, .wf-inactive {
  visibility: visible;
  opacity: 1; }

.fsSlideshow.fixed-height-slideshow .fsElementContent article img {
  max-height: 450px;
  margin: 0 auto; }

.fsResourceElement.fsSlideshow article figure {
  text-align: center;
  margin: 0 auto; }

.fsNews.hover-news article:before, .fsNews.hover-news article:hover:before,
.fsPostElement.hover-news article:before,
.fsPostElement.hover-news article:hover:before {
  opacity: 0; }

.fsNews.hover-news article .fsTitle, .fsNews.hover-news article:hover .fsTitle,
.fsPostElement.hover-news article .fsTitle,
.fsPostElement.hover-news article:hover .fsTitle {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  top: auto;
  padding: 0; }
  .fsNews.hover-news article .fsTitle > a, .fsNews.hover-news article:hover .fsTitle > a,
  .fsPostElement.hover-news article .fsTitle > a,
  .fsPostElement.hover-news article:hover .fsTitle > a {
    background: #e13735;
    color: #fff;
    font-size: 1.06667em;
    padding: 10px; }
