@charset "UTF-8";
 /**
 *
 * Greenwhich Country Day School - default
 * @link http://greenwichcountryday.finalsite.com
 * Site Template : newclientcustom
 * Built By: Jacob Sauerhoefer
 * Project Manager: John Mendes
 * Designer: Your Designer
 * ==== Git Info ====
 * Branch Name: clients/greenwhichcountryday
 * Build version: 1.0.0
 * Git Tag: v1.0-103-g5f2cae4cb0
 * Last build by: Chris Mazurski
 *
 **/

@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 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: 53.63636em;
  max-width: 73.75rem;
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .compartment {
      padding: 0 30px; } }
  @media (min-width: 1240px) {
    .compartment {
      padding: 0; } }

@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.36364em;
  margin-left: 1.36364em; }

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

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

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

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

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

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

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

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

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

/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  background: white; }
  .nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1; }

.nivo-lightbox-overlay .nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%; }

.nivo-lightbox-content {
  width: 100%;
  height: 100%; }
  .nivo-lightbox-content iframe {
    width: 100%;
    height: 100%; }

.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center; }

.nivo-lightbox-nav {
  display: none; }

.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0; }

.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0; }

.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
  line-height: 0;
  font-size: 0;
  display: block;
  height: 45px;
  width: 45px; }
  .nivo-lightbox-close:before {
    content: '\e604';
    font-family: "IcoMoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: relative;
    text-align: center;
    font-size: 44px;
    top: 50%;
    left: 0;
    right: 0;
    color: #F37021;
    opacity: 1;
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    z-index: 10000; }

.nivo-lightbox-image {
  text-align: center; }
  .nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle; }

.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */ }

.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000; }
  .nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle; }

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  transition: all 0.2s ease-in-out; }

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  transition: all 0.3s;
  -ms-transform: scale(0.7);
  transform: scale(0.7); }

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: scale(1);
  transform: scale(1); }

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -ms-transform: translateX(-10%);
  transform: translateX(-10%); }

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -ms-transform: translateX(10%);
  transform: translateX(10%); }

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -ms-transform: translateY(-10%);
  transform: translateY(-10%); }

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -ms-transform: translateY(10%);
  transform: translateY(10%); }

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  perspective: 1000px; }

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  transition: all 0.3s ease-out;
  -ms-transform: translateZ(300px);
  transform: translateZ(300px); }

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

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

h1,
.alpha {
  margin-top: 0;
  font-weight: 700;
  font-family: "freight-sans-pro", sans-serif;
  color: #2f2f2f;
  font-size: 2.18182em;
  line-height: 1.16667em;
  margin-bottom: 0.625em; }

h2,
.beta {
  margin-top: 0;
  font-weight: 700;
  font-family: "freight-sans-pro", sans-serif;
  color: #2f2f2f;
  font-size: 1.63636em;
  line-height: 1.16667em;
  margin-bottom: 0.55556em; }

h3,
.gamma {
  margin-top: 0;
  font-weight: 700;
  font-family: "freight-sans-pro", sans-serif;
  color: #2f2f2f;
  font-size: 1.36364em;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0.66667em; }

h4,
.delta {
  margin-top: 0;
  font-weight: 700;
  font-family: "freight-sans-pro", sans-serif;
  color: #2f2f2f;
  font-size: 1.09091em;
  line-height: 1.16667em;
  margin-bottom: 0.83333em; }

h5,
.epsilon {
  margin-top: 0;
  font-weight: 700;
  font-family: "freight-sans-pro", sans-serif;
  color: #2f2f2f;
  font-size: 0.81818em;
  line-height: 1.22222em;
  margin-bottom: 1.11111em; }

h6,
.zeta {
  margin-top: 0;
  font-weight: 700;
  font-family: "freight-sans-pro", sans-serif;
  color: #2f2f2f;
  font-size: 0.63636em;
  line-height: 1.21429em;
  text-transform: uppercase;
  color: #686868;
  margin-bottom: 1.42857em; }

a {
  text-decoration: none;
  color: #F37021;
  transition: background .3s, color .3s; }
  a:hover {
    color: #F4A261; }

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

table.styled {
  margin-bottom: 1.36364em;
  width: 100%; }
  table.styled th,
  table.styled td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.styled th {
    padding: 1.36364em;
    text-align: left;
    background: #F37021;
    color: #fff; }
  table.styled td {
    padding: 0.68182em 1.36364em;
    background: rgba(0, 0, 0, 0.05); }
    table.styled tr:nth-of-type(odd) td {
      background-color: rgba(0, 0, 0, 0.1); }

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

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

/*! content - buttons v0.0.1 */
.button {
  display: inline-block;
  border: 2px solid #c7c7c7;
  padding: 12px 12px;
  background: #F37021;
  color: #fff;
  text-transform: uppercase;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transition: .3s; }
  .button:hover {
    background: transparent;
    color: #F37021;
    transition: .3s; }
  .button em {
    display: block;
    font-style: normal; }

.color-button {
  display: inline-block;
  border: 2px solid #c7c7c7;
  padding: 12px 12px;
  background: #F4A261;
  color: #fff;
  text-transform: uppercase;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transition: .3s; }
  .color-button:hover {
    background: transparent;
    color: #F4A261;
    transition: .3s; }
  .color-button em {
    display: block;
    font-style: normal; }

.hollow-button {
  display: inline-block;
  border: 2px solid #c7c7c7;
  padding: 12px 12px;
  background: transparent;
  color: #F4A261;
  text-transform: uppercase;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transition: .3s;
  border: 0.2em solid #F4A261; }
  .hollow-button:hover {
    background: transparent;
    color: transparent;
    transition: .3s; }
  .hollow-button em {
    display: block;
    font-style: normal; }

.fsAccountLogout a {
  display: inline-block;
  border: 2px solid #c7c7c7;
  padding: 12px 12px;
  background: #F37021;
  color: #fff;
  text-transform: uppercase;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transition: .3s;
  border: 2px solid #F37021;
  border-radius: 0;
  margin: 10px 0; }
  .fsAccountLogout a:hover {
    background: transparent;
    color: #F37021;
    transition: .3s; }
  .fsAccountLogout a em {
    display: block;
    font-style: normal; }

.fs_style_23 {
  display: inline-block;
  border: 2px solid #c7c7c7;
  padding: 12px 12px;
  background: transparent;
  color: #F37021;
  text-transform: uppercase;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transition: .3s;
  border: 2px solid #F4A261; }
  .fs_style_23:hover {
    background: transparent;
    color: transparent;
    transition: .3s; }
  .fs_style_23 em {
    display: block;
    font-style: normal; }
  .fs_style_23:hover {
    background-color: #F4A261;
    color: #fff; }

.fs_style_24 {
  display: inline-block;
  border: 2px solid #c7c7c7;
  padding: 12px 12px;
  background: transparent;
  color: #686868;
  text-transform: uppercase;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transition: .3s; }
  .fs_style_24:hover {
    background: transparent;
    color: transparent;
    transition: .3s; }
  .fs_style_24 em {
    display: block;
    font-style: normal; }
  .fs_style_24:hover {
    background-color: #c7c7c7;
    color: #686868; }

.fs_style_25 {
  display: inline-block;
  border: 2px solid #c7c7c7;
  padding: 12px 12px;
  background: #F37021;
  color: #fff;
  text-transform: uppercase;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transition: .3s;
  border: 2px solid #F37021; }
  .fs_style_25:hover {
    background: transparent;
    color: #F37021;
    transition: .3s; }
  .fs_style_25 em {
    display: block;
    font-style: normal; }
  .fs_style_25:hover {
    background-color: transparent;
    color: #F37021; }

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

.required {
  color: #F37021 !important; }

.mainGroupSub {
  width: 100%; }
  @media (max-width: 480px) {
    .mainGroupSub {
      width: 320px; }
      .mainGroupSub .elementBody textarea,
      .mainGroupSub .elementBody input {
        max-width: 320px; } }
  .mainGroupSub .pageControls {
    padding: 15px 0 15px 15px !important; }
  .mainGroupSub .userConfirmation {
    margin-bottom: 30px; }
  .mainGroupSub .elementRow {
    margin: 10px 0; }

label.horizontal {
  white-space: normal !important; }

.pageControls .submitBtn, .prevPage, .nextPage {
  background-color: #F37021 !important;
  border-radius: 0;
  text-shadow: none;
  transition: .3s;
  border: solid 2px #F37021 !important;
  margin: 10px;
  color: #fff;
  padding: 6px 0.68182em; }
  .pageControls .submitBtn:hover, .prevPage:hover, .nextPage:hover {
    background-color: transparent !important;
    color: #F37021 !important;
    border: solid 2px #F37021 !important;
    transition: .3s; }

::-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 */
@media (min-width: 700px) {
  .inset-text {
    padding: 0 16.9492%;
    margin: 0 0 45px; } }

.gray-bg-section {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #f9f9f9;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; }
  .gray-bg-section:before, .gray-bg-section:after {
    content: '';
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #f9f9f9;
    width: 100%;
    height: calc(100% + 2px);
    position: absolute;
    top: -1px; }
  .gray-bg-section:before {
    left: -100%; }
  .gray-bg-section:after {
    right: -100%; }

.fs_style_20, .headline-posts .fsSingleItem article .fsSummary, stylename_lead-in {
  font-size: 1.27273em;
  line-height: 1.21429em;
  margin-bottom: 30px;
  color: #F37021;
  font-style: italic; }

blockquote, .fs_style_21, stylename_blockquote {
  position: relative;
  margin: 30px 0;
  font-size: 28px;
  line-height: 34px;
  color: #F37021;
  font-style: italic;
  margin-bottom: 30px;
  text-align: center;
  border-top: solid 1px  #e7e7e7;
  border-bottom: solid 1px  #e7e7e7;
  padding: 30px 25px; }
  blockquote strong, .fs_style_21 strong, stylename_blockquote strong {
    text-align: center;
    font-family: "freight-sans-pro", sans-serif;
    margin-top: 0;
    font-weight: 700;
    font-family: "freight-sans-pro", sans-serif;
    color: #2f2f2f;
    font-size: 0.63636em;
    line-height: 1.21429em;
    text-transform: uppercase;
    color: #686868;
    margin-bottom: 1.42857em;
    font-style: normal;
    font-size: 14px;
    display: block;
    margin-top: 30px;
    margin-bottom: 0; }

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

.callout, .fs_style_22 {
  margin-top: 0;
  font-weight: 700;
  font-family: "freight-sans-pro", sans-serif;
  color: #2f2f2f;
  font-size: 1.63636em;
  line-height: 1.16667em;
  margin-bottom: 0.55556em;
  padding: 30px;
  background: #F37021;
  color: #fff; }
  .callout.left, .fs_style_22.left {
    float: left;
    margin-left: 30px; }
    @media (min-width: 500px) {
      .callout.left, .fs_style_22.left {
        width: 50%; } }
  .callout.right, .fs_style_22.right {
    float: right;
    margin-right: 30px; }
    @media (min-width: 500px) {
      .callout.right, .fs_style_22.right {
        width: 50%; } }

.fs_style_13 {
  padding: 0 30px 30px 0; }

.fs_style_15, stylename_caption__text {
  font-size: 14px;
  line-height: 18px; }

.fsSection51 .nav-main .fsNavLevel1 > li:hover > a:before {
  display: none; }

.fsSection51 .nav-main .fsNavLevel1 > li .fsNavPageInfo {
  display: none; }

hr {
  background-color: #E7E7E7;
  height: 1px;
  border: none; }

.styled-list {
  padding: 0;
  margin: 0 0 30px;
  list-style: none; }
  .styled-list li:before {
    content: '';
    background-color: #f4a261;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 8px;
    display: inline-block;
    margin-bottom: 3px; }

.fs_style_27, stylename_table-styled {
  width: 100%;
  font-family: "freight-sans-pro", sans-serif;
  color: #686868;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; }
  .fs_style_27 tr, stylename_table-styled tr {
    border: 1px solid #e7e7e7; }
  .fs_style_27 tr:nth-child(odd), stylename_table-styled tr:nth-child(odd) {
    background-color: #f9f9f9; }
  .fs_style_27 td, stylename_table-styled td {
    padding: 10px 20px; }

.ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) {
  border-radius: 0;
  border-color: #ccc; }

/*! structure - header v0.0.1 */
#fsHeader {
  position: relative;
  font-family: "freight-sans-pro", sans-serif;
  z-index: 3; }

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

.header-image {
  background-color: #676767;
  background-size: cover;
  background-position: center;
  min-height: 225px; }
  .header-image img {
    opacity: 0;
    visibility: hidden; }
  .header-image > .fsElementContent {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE0NDAgNTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjUwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.5) 100%);
    background-size: cover; }

.header-content-container {
  position: relative;
  margin: 0 auto;
  max-width: 53.63636em;
  max-width: 73.75rem;
  padding: 0 20px;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  top: 70px;
  z-index: 2;
  width: 100%; }
  @media (min-width: 600px) {
    .header-content-container {
      padding: 0 30px; } }
  @media (min-width: 1240px) {
    .header-content-container {
      padding: 0; } }

.header-logo {
  max-width: 65%; }
  @media (min-width: 980px) {
    .header-logo {
      display: inline-block; } }
  @media screen and (max-width: 980px) {
    .header-logo {
      max-width: calc(100% - 75px);
      position: absolute;
      top: -110px;
      height: 40px;
      left: 0;
      opacity: 0; } }

@media (min-width: 980px) {
  .header-search {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 5px; } }

/*! structure - footer v0.0.1 */
#fsFooter {
  color: #fff;
  padding: 25px 14px 0;
  background-image: url("/uploaded/themes/default/images/footer-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 100px; }
  @media (min-width: 800px) {
    #fsFooter {
      height: 362px;
      padding: 80px 30px 0; } }
  @media (min-width: 980px) {
    #fsFooter {
      background-position: 30% center; } }
  #fsFooter .fsBanner {
    margin: 0 auto;
    max-width: 73.75rem; }

.footer-info {
  width: 356px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 24px; }
  @media (min-width: 800px) {
    .footer-info {
      float: left;
      display: inline-block;
      width: auto;
      font-size: 24px;
      line-height: 28px; } }
  @media (min-width: 980px) {
    .footer-info {
      padding-left: 16%; } }
  @media screen and (max-width: 980px) {
    .footer-info {
      text-align: left; } }
  @media screen and (max-width: 800px) {
    .footer-info {
      max-width: 100%;
      text-align: center; }
      .footer-info .fsElementContent {
        display: inline-block; } }

.footer-buttons {
  padding-top: 10px;
  margin: 10px auto; }
  .footer-buttons ul,
  .footer-buttons ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .footer-buttons a {
    display: block; }
  .footer-buttons:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  @media (min-width: 600px) {
    .footer-buttons {
      width: 356px; } }
  @media (min-width: 800px) {
    .footer-buttons {
      display: inline-block;
      float: right;
      margin: 0 auto; } }
  .footer-buttons ul {
    max-width: 356px;
    margin: 0 auto; }
  .footer-buttons li {
    width: 50%;
    float: left;
    text-align: center; }
  .footer-buttons a {
    max-width: 132px;
    max-width: 166px;
    height: 35px;
    border: 2px solid #fff;
    margin: 6px;
    color: #fff;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 31px; }
    @media (min-width: 800px) {
      .footer-buttons a {
        margin: 0 0 12px 12px; } }
    .footer-buttons a:hover {
      color: #686868;
      background-color: #fff; }

.footer-extras {
  position: absolute;
  bottom: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  width: 100%;
  color: #fff;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px; }
  .footer-extras ul,
  .footer-extras ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .footer-extras a {
    display: block; }
  @media (min-width: 800px) {
    .footer-extras {
      padding-bottom: 0; } }
  .footer-extras > span {
    position: relative;
    margin: 0 auto;
    max-width: 53.63636em;
    max-width: 73.75rem;
    padding: 0 20px;
    width: 100%;
    display: block; }
    @media (min-width: 600px) {
      .footer-extras > span {
        padding: 0 30px; } }
    @media (min-width: 1240px) {
      .footer-extras > span {
        padding: 0; } }
    @media (min-width: 800px) {
      .footer-extras > span > div {
        display: inline-block; } }
  .footer-extras a {
    color: #fff;
    display: inline-block;
    padding: 15px 0; }
    .footer-extras a:hover {
      background-color: rgba(0, 0, 0, 0.2); }
  .footer-extras li {
    display: inline-block; }

#fsPoweredByFinalsite {
  min-width: 135px; }

.important-links {
  text-align: center; }
  @media (min-width: 800px) {
    .important-links {
      text-align: left; } }
  .important-links a {
    padding-left: 12px;
    padding-right: 12px; }
    .important-links a:last-child {
      position: relative; }
      .important-links a:last-child:before {
        content: '';
        width: 2px;
        background-color: #c7c7c7;
        height: 14px;
        display: inline-block;
        position: absolute;
        left: -1px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.footer-social {
  text-align: center; }
  .footer-social ul,
  .footer-social ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .footer-social a {
    display: block; }
  @media (min-width: 800px) {
    .footer-social {
      float: right;
      text-align: left; } }
  .footer-social li {
    display: inline-block; }
    .footer-social li:last-child {
      display: block; }
      @media (min-width: 800px) {
        .footer-social li:last-child {
          display: inline-block; } }
  .footer-social a {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    min-width: 50px;
    position: relative;
    display: inline-block;
    padding: 15px 0; }
    .footer-social a:hover {
      background-color: rgba(0, 0, 0, 0.2); }
    .footer-social a:after {
      font-family: "IcoMoon";
      color: #fff;
      font-size: 18px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      line-height: 1; }
    .footer-social a.twitter:after {
      content: '\e601'; }
    .footer-social a.facebook:after {
      content: '\e602'; }
    .footer-social a.instagram:after {
      content: '\e603'; }
    .footer-social a.all {
      color: #fff;
      padding-left: 10px;
      padding-right: 10px; }

#fsPoweredByFinalsite {
  position: relative;
  margin: 0 auto;
  max-width: 53.63636em;
  max-width: 73.75rem;
  padding: 0 20px;
  width: 100%;
  padding-right: 1.36364em;
  padding-left: 1.36364em;
  width: auto; }
  @media (min-width: 600px) {
    #fsPoweredByFinalsite {
      padding: 0 30px; } }
  @media (min-width: 1240px) {
    #fsPoweredByFinalsite {
      padding: 0; } }
  @media (min-width: 800px) {
    #fsPoweredByFinalsite {
      float: left;
      margin-top: 13px;
      margin-right: 12px; } }

body:not(.fsDraftMode):not(.fsComposeMode) .fsLayout.callout-button-container {
  margin: 0 auto !important; }
  body:not(.fsDraftMode):not(.fsComposeMode) .fsLayout.callout-button-container .callout-button-link-wrapper {
    display: block;
    height: 100%; }
  body:not(.fsDraftMode):not(.fsComposeMode) .fsLayout.callout-button-container .fsDiv {
    padding: 0 !important;
    background-size: cover;
    background-position: center;
    height: 270px;
    position: relative;
    overflow: hidden; }
    @media (min-width: 600px) {
      body:not(.fsDraftMode):not(.fsComposeMode) .fsLayout.callout-button-container .fsDiv {
        width: 50%;
        float: left; } }
    @media (min-width: 900px) {
      body:not(.fsDraftMode):not(.fsComposeMode) .fsLayout.callout-button-container .fsDiv {
        width: 25%; } }
    body:not(.fsDraftMode):not(.fsComposeMode) .fsLayout.callout-button-container .fsDiv:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0) 50%); }
    body:not(.fsDraftMode):not(.fsComposeMode) .fsLayout.callout-button-container .fsDiv:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      background-image: linear-gradient(to top, rgba(219, 101, 30, 0.9) 0%, rgba(219, 101, 30, 0.9) 10%, rgba(219, 101, 30, 0.88) 30%, rgba(219, 101, 30, 0.86) 50%, rgba(219, 101, 30, 0.86) 100%);
      visibility: visible;
      bottom: -100%;
      transition: .3s; }
    @media (min-width: 600px) {
      body:not(.fsDraftMode):not(.fsComposeMode) .fsLayout.callout-button-container .fsDiv:hover .callout-button {
        transition: bottom .3s, transform .3s;
        bottom: 50%;
        -ms-transform: translateY(50%);
        transform: translateY(50%); }
        body:not(.fsDraftMode):not(.fsComposeMode) .fsLayout.callout-button-container .fsDiv:hover .callout-button footer {
          opacity: 1;
          visibility: visible; }
      body:not(.fsDraftMode):not(.fsComposeMode) .fsLayout.callout-button-container .fsDiv:hover:after {
        bottom: 0;
        transition: .5s; } }
  body:not(.fsDraftMode):not(.fsComposeMode) .fsLayout.callout-button-container.callout-button-container-inline {
    width: 0vw;
    margin: 0 auto; }
    body:not(.fsDraftMode):not(.fsComposeMode) .fsLayout.callout-button-container.callout-button-container-inline .callout-button-container-inner {
      margin-left: -50vw !important;
      margin-right: -50vw !important;
      max-width: 100vw; }

body:not(.fsDraftMode):not(.fsComposeMode) .callout-button {
  display: block;
  position: absolute;
  bottom: -40px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  width: 100%;
  transition: .5s;
  z-index: 3;
  -ms-transform: translateY(0);
  transform: translateY(0); }
  body:not(.fsDraftMode):not(.fsComposeMode) .callout-button .fsElementTitle {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px; }
  body:not(.fsDraftMode):not(.fsComposeMode) .callout-button .fsElementHeaderContent {
    font-weight: 700;
    font-size: 14px;
    font-family: "freight-sans-pro", sans-serif;
    text-transform: uppercase; }
  body:not(.fsDraftMode):not(.fsComposeMode) .callout-button img {
    display: none; }
  body:not(.fsDraftMode):not(.fsComposeMode) .callout-button footer {
    margin-top: 20px;
    padding-top: 10px;
    position: relative;
    visibility: hidden;
    opacity: 0; }
    body:not(.fsDraftMode):not(.fsComposeMode) .callout-button footer:before {
      content: '';
      width: 30px;
      height: 2px;
      background-color: #FFD7B8;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
    body:not(.fsDraftMode):not(.fsComposeMode) .callout-button footer a {
      color: #fff;
      font-style: italic;
      font-size: 18px;
      font-weight: 700;
      display: inline-block;
      position: relative; }
      body:not(.fsDraftMode):not(.fsComposeMode) .callout-button footer a:after {
        content: '\e60b';
        font-family: "IcoMoon";
        position: absolute;
        font-size: 18px;
        right: -18px;
        top: 0;
        font-weight: normal;
        font-style: normal; }
      body:not(.fsDraftMode):not(.fsComposeMode) .callout-button footer a:hover:after {
        animation: bounce .75s 2; }

.fsLayout.callout-link-container {
  border-top: 1px solid #E7E7E7;
  padding: 0 20px;
  background-color: #fff;
  position: relative; }
  .fsLayout.callout-link-container .callout-link-inner > .fsDiv {
    padding: 0;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsLayout.callout-link-container .callout-link-inner > .fsDiv {
        width: 33.333%;
        float: left;
        margin-bottom: 0; } }
    @media (min-width: 600px) {
      .fsLayout.callout-link-container .callout-link-inner > .fsDiv:nth-child(2) {
        text-align: center; }
      .fsLayout.callout-link-container .callout-link-inner > .fsDiv:last-child {
        text-align: right; } }

.callout-link-inner {
  position: relative;
  margin: 0 auto;
  max-width: 53.63636em;
  max-width: 73.75rem;
  padding: 0 20px;
  width: 100%;
  padding: 80px 0px 0px;
  min-height: 220px;
  overflow: visible; }
  @media (min-width: 600px) {
    .callout-link-inner {
      padding: 0 30px; } }
  @media (min-width: 1240px) {
    .callout-link-inner {
      padding: 0; } }
  @media (min-width: 600px) {
    .callout-link-inner {
      min-height: 150px;
      padding: 80px 0px 0px; } }
  @media (min-width: 800px) {
    .callout-link-inner {
      padding: 35px 20px 35px 320px;
      min-height: 100px; } }
  @media (min-width: 900px) {
    .callout-link-inner {
      padding: 35px 20px 35px 350px; } }
  @media (min-width: 980px) {
    .callout-link-inner {
      padding: 35px 20px 35px 400px; } }
  @media (min-width: 1240px) {
    .callout-link-inner {
      padding: 35px 0 35px 400px; } }
  .callout-link-inner:before {
    content: 'Continue Exploring';
    font-size: 28px;
    font-weight: 700;
    color: #F37021;
    font-family: "freight-sans-pro", sans-serif;
    position: absolute;
    left: 0px;
    display: block;
    top: 20px; }
    @media (min-width: 600px) {
      .callout-link-inner:before {
        font-size: 30px;
        top: 30px; } }
    @media (min-width: 800px) {
      .callout-link-inner:before {
        top: 50%;
        left: 20px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -4px; } }
    @media (min-width: 980px) {
      .callout-link-inner:before {
        font-size: 36px; } }
    @media (min-width: 1240px) {
      .callout-link-inner:before {
        left: 0; } }

.callout-link {
  font-size: 22px; }
  @media (min-width: 800px) {
    .callout-link {
      font-size: 24px; } }
  @media (min-width: 800px) {
    .callout-link {
      font-size: 20px; } }
  @media (min-width: 980px) {
    .callout-link {
      font-size: 24px; } }
  .callout-link a {
    color: #686868;
    display: inline-block;
    position: relative;
    padding-right: 20px; }
    @media (min-width: 980px) {
      .callout-link a {
        padding-right: 24px; } }
    .callout-link a:after {
      content: '\e60b';
      font-family: "IcoMoon";
      position: absolute;
      font-size: 20px;
      right: 0;
      top: 0;
      font-weight: normal;
      font-style: normal;
      color: #F37021; }
      @media (min-width: 980px) {
        .callout-link a:after {
          font-size: 24px; } }
    .callout-link a:hover:after {
      animation: bounce .3s 2; }
  .callout-link p {
    margin: 0; }

@keyframes bounce {
  50% {
    transform: translate(5px, 0); } }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

html {
  font-family: "freight-text-pro", serif;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #fff;
  color: #686868;
  position: relative;
  overflow-x: hidden; }

body {
  font-size: 1.375em;
  line-height: 1.36364;
  overflow-x: hidden;
  display: block;
  width: 100%;
  position: relative; }

p {
  margin: 0 0 30px; }

#fsPageBodyWrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff; }
  @media (min-width: 600px) {
    #fsPageBodyWrapper {
      padding-right: 1.36364em;
      padding-left: 1.36364em; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 53.63636em;
  max-width: 73.75rem;
  padding: 0 20px;
  width: 100%;
  padding: 0; }
  @media (min-width: 600px) {
    #fsPageBody {
      padding: 0 30px; } }
  @media (min-width: 1240px) {
    #fsPageBody {
      padding: 0; } }

#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;
  padding-bottom: 60px; }
  @media (min-width: 800px) {
    #fsPageContent {
      float: left; } }
  @media (min-width: 800px) {
    .fsHasRightBanner #fsPageContent {
      width: 66.1017% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner #fsPageContent {
      width: 78% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 44.1017% !important; } }

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

@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-left: 20px;
      padding-right: 20px; } }

@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%;
  margin-bottom: 30px; }
  @media (min-width: 1000px) {
    .fsLayout .fsStyleTwoThirds {
      width: 66.66667%;
      margin-bottom: 0; } }

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

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

.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - main v0.0.1 */
.nav-main {
  opacity: 0;
  visibility: visible; }
  .nav-main ul,
  .nav-main ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-main a {
    display: block; }
  @media (min-width: 980px) {
    .nav-main {
      opacity: 1;
      visibility: visible; } }
  .nav-main .fsNavLevel1 {
    padding-top: 20px; }
    @media (min-width: 600px) {
      .nav-main .fsNavLevel1 {
        padding: 0 !important; } }
    @media (min-width: 980px) {
      .nav-main .fsNavLevel1 {
        position: relative;
        margin: 0 auto;
        max-width: 53.63636em;
        max-width: 73.75rem;
        padding: 0 20px;
        width: 100%;
        padding: 0;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  @media (min-width: 980px) and (min-width: 600px) {
    .nav-main .fsNavLevel1 {
      padding: 0 30px; } }
  @media (min-width: 980px) and (min-width: 1240px) {
    .nav-main .fsNavLevel1 {
      padding: 0; } }
    .nav-main .fsNavLevel1 > li {
      position: relative; }
      @media (min-width: 980px) {
        .nav-main .fsNavLevel1 > li {
          -ms-flex: 1 auto;
          flex: 1 auto; }
          .no-flexbox .nav-main .fsNavLevel1 > li {
            display: inline-block;
            float: left; } }
      .nav-main .fsNavLevel1 > li > a {
        padding: 10px 20px;
        color: #F37021;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
        position: relative; }
        @media (min-width: 980px) {
          body:not(.headline-posts) .nav-main .fsNavLevel1 > li > a {
            padding: 0;
            margin: 15px 20px;
            font-size: 14px;
            text-align: center;
            color: #fff;
            display: inline-block; } }
        @media (min-width: 1080px) {
          body:not(.headline-posts) .nav-main .fsNavLevel1 > li > a {
            font-size: 16px; } }
        @media (min-width: 1180px) {
          body:not(.headline-posts) .nav-main .fsNavLevel1 > li > a {
            font-size: 18px; } }
        @media (min-width: 1240px) {
          body:not(.headline-posts) .nav-main .fsNavLevel1 > li > a {
            font-size: 20px;
            text-align: left; } }
        .nav-main .fsNavLevel1 > li > a:after {
          content: '';
          height: 4px;
          width: 0;
          display: block;
          background-color: #fff;
          background-color: rgba(255, 255, 255, 0.4);
          transition: width .4s;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto; }
        .nav-main .fsNavLevel1 > li > a:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: -18px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 20px 18px 20px;
          border-color: transparent transparent rgba(244, 162, 97, 0.95) transparent;
          z-index: 301;
          opacity: 0;
          visibility: hidden;
          transition: .3s; }
        @media (min-width: 980px) {
          .nav-main .fsNavLevel1 > .fsNavCurrentPage > a:after {
            width: 100%;
            transition: width .4s; } }
      @media (min-width: 980px) {
        .nav-main .fsNavLevel1 > li.fsNavCurrentPage a:after, .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor a:after {
          width: 100%;
          transition: width .4s; } }
      @media (min-width: 980px) {
        .nav-main .fsNavLevel1 > li:first-child > a {
          margin-left: 0; } }
      @media (min-width: 980px) {
        .nav-main .fsNavLevel1 > li:last-child > a {
          margin-right: 0; } }
      @media (min-width: 980px) {
        .nav-main .fsNavLevel1 > li:hover > a:before {
          opacity: 1;
          visibility: visible;
          transition: .3s; } }

.nav-main .fsNavPageInfo {
  position: absolute;
  top: 98%;
  z-index: 300;
  display: none;
  width: 8.18182em;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  padding-top: 4px;
  text-align: left; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }
  @media (min-width: 980px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      opacity: 1;
      visibility: visible;
      transition: .3s; } }

.nav-main .fsNavLevel2 {
  background-color: #F4A261;
  background-color: rgba(244, 162, 97, 0.95);
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.15); }
  .nav-main .fsNavLevel2 li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
    .nav-main .fsNavLevel2 li:last-child {
      border-bottom: none; }
  .nav-main .fsNavLevel2 a {
    padding: 0.68182em;
    color: #fff;
    font-weight: 700;
    font-size: 14px; }
    .nav-main .fsNavLevel2 a:hover {
      background-color: #F4A261;
      background-color: rgba(255, 255, 255, 0.2); }

/*! navigation - off-canvas v0.0.1 */
#fsPageWrapper {
  left: 0;
  transition: left .3s;
  position: relative; }

.drawer-is-active #fsPageWrapper {
  left: -268px;
  transition: left .3s; }

.drawer-ribbon {
  position: relative;
  height: 40px;
  background-color: #F37021; }
  .drawer-ribbon:before {
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://greenwichcountryday.redesign.finalsite.com/uploaded/themes/default/images/school-name.png");
    position: absolute;
    left: 20px;
    max-width: 450px;
    width: calc(100% - 100px);
    height: 100%; }
  @media (min-width: 980px) {
    .drawer-ribbon {
      display: none; } }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 52px;
  background-color: #da651e;
  left: auto;
  right: 0;
  transition: right .3s; }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 25%;
    content: '';
    background: #fff; }
  .drawer-trigger:before {
    margin-top: -0.18182em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.18182em 0 0 #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, transform .3s; }
  .drawer-is-active .drawer-trigger {
    right: 268px;
    transition: right .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 {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  top: 0em;
  min-height: 100%;
  max-width: 12.18182em;
  background: #fff;
  font-family: "freight-sans-pro", sans-serif;
  padding-top: 20px;
  right: 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);
    box-shadow: inset 3px 0 5px rgba(0, 0, 0, 0.1);
    right: 0; }
  .drawer .nav-main {
    opacity: 1;
    visibility: visible; }

/*! navigation - sub v0.0.1 */
.nav-sub {
  position: relative;
  margin: 0 auto;
  max-width: 53.63636em;
  max-width: 73.75rem;
  padding: 0 20px;
  width: 100%;
  margin-top: -25px;
  padding: 0 20px; }
  .nav-sub ul,
  .nav-sub ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-sub a {
    display: block; }
  @media (min-width: 600px) {
    .nav-sub {
      padding: 0 30px; } }
  @media (min-width: 1240px) {
    .nav-sub {
      padding: 0; } }
  @media (min-width: 600px) {
    .nav-sub {
      padding: 0 30px; } }
  @media (min-width: 1240px) {
    .nav-sub {
      padding: 0; } }
  @media (max-width: 599px) {
    .nav-sub > .fsElementContent {
      display: none; } }
  .active-nav > .fsElementContent {
    display: block; }
  .nav-sub > .fsElementContent nav > ul {
    border: 1px solid #e7e7e7;
    background-color: #f9f9f9;
    padding: 10px 0; }
    @media (min-width: 600px) {
      .nav-sub > .fsElementContent nav > ul {
        padding: 0; } }
    .nav-sub > .fsElementContent nav > ul:empty {
      border: none; }
  .nav-sub .fsNavLevel1 {
    position: relative;
    text-align: center; }
    .nav-sub .fsNavLevel1 > li {
      display: block;
      text-align: center; }
      @media (min-width: 600px) {
        .nav-sub .fsNavLevel1 > li {
          display: inline-block;
          padding: 0 0.68182em; } }
      .nav-sub .fsNavLevel1 > li a {
        padding: 0.68182em 20px;
        font-size: 14px;
        color: #676767;
        font-weight: 700;
        text-transform: uppercase; }
        @media (min-width: 600px) {
          .nav-sub .fsNavLevel1 > li a {
            padding: 14px 0; } }
        .nav-sub .fsNavLevel1 > li a:hover {
          color: #2f2f2f; }
  .fsBannerRight .nav-sub .fsNavLevel1 > li, .fsBannerLeft .nav-sub .fsNavLevel1 > li {
    text-align: left;
    display: block; }
  .fsHeader .nav-sub .fsNavCurrentPage > a,
  .fsHeader .nav-sub .fsNavCurrentPageAncestor > a {
    color: #2f2f2f !important;
    position: relative; }
    .fsHeader .nav-sub .fsNavCurrentPage > a:after,
    .fsHeader .nav-sub .fsNavCurrentPageAncestor > a:after {
      content: '';
      position: absolute;
      height: 4px;
      background-color: #F37021;
      width: 100%;
      left: 0;
      bottom: 0; }
  .fsBannerRight .nav-sub .fsNavCurrentPage > a:before, .fsBannerLeft .nav-sub .fsNavCurrentPage > a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-right: 5px;
    color: #F37021; }
  .nav-sub .fsNavLevel2, .nav-sub .fsNavLevel3 {
    padding-left: 0.68182em; }

.section-title {
  position: relative;
  padding: 17px 20px;
  cursor: pointer;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  height: 50px;
  background-color: #F9F9F9;
  border: 1px solid #E7E7E7; }
  @media (min-width: 600px) {
    .section-title {
      display: none; } }
  @media (max-width: 599px) {
    .section-title:before {
      position: absolute;
      top: 50%;
      right: 1.36364em;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 18px;
      font-weight: bold;
      right: 20px; } }
  @media (max-width: 599px) {
    .active-nav .section-title:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 18px;
      font-weight: bold;
      right: 20px; } }

.tier-three-nav {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  padding: 30px;
  background-color: #f9f9f9;
  border: 1px solid #e7e7e7; }
  .tier-three-nav ul,
  .tier-three-nav ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .tier-three-nav a {
    display: block; }
  .tier-three-nav li a {
    padding: 8px 0;
    border-bottom: solid 1px #000;
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    position: relative; }
  .tier-three-nav li:last-child a {
    border-bottom: none; }
  .tier-three-nav li.fsNavCurrentPage a {
    color: #686868; }
    .tier-three-nav li.fsNavCurrentPage a:before {
      content: '';
      height: 100%;
      left: -30px;
      top: 0;
      width: 4px;
      background-color: #F37021;
      position: absolute; }

/*! 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.63636em;
    line-height: 1;
    text-align: center;
    color: #686868;
    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 */
.utilities-container {
  background-color: #F37021;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
  z-index: 20; }
  .utilities-container ul,
  .utilities-container ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .utilities-container a {
    display: block; }
  @media (min-width: 980px) {
    .utilities-container {
      height: 40px;
      display: block; } }
  .utilities-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 53.63636em;
    max-width: 73.75rem;
    padding: 0 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .utilities-container > .fsElementContent {
        padding: 0 30px; } }
    @media (min-width: 1240px) {
      .utilities-container > .fsElementContent {
        padding: 0; } }
  .utilities-container nav li {
    position: relative; }
    .utilities-container nav li:hover .fsNavPageInfo {
      opacity: 1;
      visibility: visible; }
    .utilities-container nav li:hover a {
      background-color: rgba(244, 162, 97, 0.95); }
    .utilities-container nav li .fsNavPageInfo {
      position: absolute;
      width: auto;
      background-color: rgba(244, 162, 97, 0.95);
      z-index: 3;
      opacity: 0;
      visibility: hidden;
      transition: .3s; }
      .utilities-container nav li .fsNavPageInfo .fsNavLevel2 li {
        display: block; }
        .utilities-container nav li .fsNavPageInfo .fsNavLevel2 li a {
          padding-left: 15px;
          padding-right: 15px;
          display: block;
          border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
          .utilities-container nav li .fsNavPageInfo .fsNavLevel2 li a:hover {
            background-color: rgba(255, 255, 255, 0.2); }
        .utilities-container nav li .fsNavPageInfo .fsNavLevel2 li:first-child a {
          border-top: solid 1px rgba(255, 255, 255, 0.2); }
        .utilities-container nav li .fsNavPageInfo .fsNavLevel2 li:last-child a {
          border-bottom: none; }

.utilities-nav, .utilities-portals {
  padding: 0 0 20px; }
  .utilities-nav ul,
  .utilities-nav ol, .utilities-portals ul,
  .utilities-portals ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .utilities-nav a, .utilities-portals a {
    display: block; }
  @media (min-width: 980px) {
    body:not(.headline-posts) .utilities-nav, body:not(.headline-posts) .utilities-portals {
      display: inline-block;
      padding: 0; } }
  .utilities-nav .fsNavLevel1 ul,
  .utilities-nav .fsNavLevel1 ol, .utilities-portals .fsNavLevel1 ul,
  .utilities-portals .fsNavLevel1 ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .utilities-nav .fsNavLevel1 a, .utilities-portals .fsNavLevel1 a {
    display: block; }
  @media (min-width: 980px) {
    body:not(.headline-posts) .utilities-nav ul li, body:not(.headline-posts) .utilities-portals ul li {
      display: inline-block; } }
  .utilities-nav ul li a, .utilities-portals ul li a {
    display: block;
    padding: 0em 0em;
    color: #686868;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 980px) {
      body:not(.headline-posts) .utilities-nav ul li a, body:not(.headline-posts) .utilities-portals ul li a {
        color: #fff; }
        body:not(.headline-posts) .utilities-nav ul li a:hover, body:not(.headline-posts) .utilities-portals ul li a:hover {
          background-color: rgba(244, 162, 97, 0.95); } }
    .utilities-nav ul li a:hover, .utilities-portals ul li a:hover {
      color: #2f2f2f; }
      @media (min-width: 980px) {
        body:not(.headline-posts) .utilities-nav ul li a:hover, body:not(.headline-posts) .utilities-portals ul li a:hover {
          color: #fff; } }
  .utilities-nav ul li > a, .utilities-portals ul li > a {
    padding: 10.5px 20px; }
    @media (min-width: 1025px) {
      .utilities-nav ul li > a, .utilities-portals ul li > a {
        padding: 10.5px 15px; } }

@media (min-width: 980px) {
  body:not(.headline-posts) .utilities-nav {
    margin-left: -15px; } }

body.headline-posts .utilities-nav .fsNavLevel1 .fsNavLevel2 {
  display: none; }

@media screen and (max-width: 980px) {
  body:not(.headline-posts) .utilities-nav .fsNavLevel1 .fsNavLevel2 {
    display: none; } }

.utilities-portals {
  padding: 10px 0; }
  @media (min-width: 980px) {
    body:not(.headline-posts) .utilities-portals {
      float: right;
      padding: 0; } }
  .utilities-portals a {
    color: #F4A261 !important; }
    .utilities-portals a:hover {
      color: #F37021 !important; }
    @media (min-width: 980px) {
      body:not(.headline-posts) .utilities-portals a {
        color: #fff !important; }
        body:not(.headline-posts) .utilities-portals a:hover {
          color: #fff !important; } }

.utilities-nav .fsNavLevel1 > li:first-child .fsNavPageInfo {
  display: none; }

.fsAccountBarVisible {
  padding-top: 80px;
  margin-top: 0 !important; }
  @media (min-width: 600px) {
    .fsAccountBarVisible {
      padding-top: 40px; } }
  .fsAccountBarVisible #fsAccountBar {
    background-color: #e8e8e8;
    height: auto;
    padding-right: 8px;
    padding-left: 8px; }
    .fsAccountBarVisible #fsAccountBar .fsAccountBarMenu {
      left: 0;
      background-color: #d1d1d1;
      z-index: 2; }
      .fsAccountBarVisible #fsAccountBar .fsAccountBarMenu ul {
        background-color: #d1d1d1;
        z-index: 1; }
    .fsAccountBarVisible #fsAccountBar .fsAccountBarAvatar {
      display: none; }
    .fsAccountBarVisible #fsAccountBar .fsAccountBarName {
      margin-left: -5px;
      position: relative; }
      .fsAccountBarVisible #fsAccountBar .fsAccountBarName:after {
        content: '\FE40';
        position: absolute;
        top: 0;
        margin-left: 5px;
        font-size: 12px;
        line-height: 2.5; }
    .fsAccountBarVisible #fsAccountBar li {
      line-height: 1;
      padding: 12px; }
    .fsAccountBarVisible #fsAccountBar > ul:first-child {
      float: none; }
      @media (min-width: 600px) {
        .fsAccountBarVisible #fsAccountBar > ul:first-child {
          float: left;
          margin-top: 0;
          height: 40px; } }
    .fsAccountBarVisible #fsAccountBar > ul:last-child {
      float: none;
      position: absolute;
      top: 0;
      right: 0;
      height: 40px; }
      .fsAccountBarVisible #fsAccountBar > ul:last-child li:last-child {
        position: absolute;
        right: 8px;
        top: 0; }
        @media (min-width: 600px) {
          .fsAccountBarVisible #fsAccountBar > ul:last-child li:last-child {
            position: relative;
            right: auto;
            top: auto; } }
      @media (min-width: 600px) {
        .fsAccountBarVisible #fsAccountBar > ul:last-child {
          float: right;
          position: relative;
          top: auto;
          left: auto;
          width: initial; } }

@media screen and (max-width: 599px) {
  #fsAccountBar > ul > li {
    display: inline-block;
    height: 40px; }
  .fsAccountBarVisible #fsAccountBar {
    height: 80px; }
    .fsAccountBarVisible #fsAccountBar ul:first-child li:first-child {
      display: block;
      width: calc(100% - 70px); } }

/*! elements - accordion v0.0.1 */
.fsPanelGroup.fsAccordion {
  margin: 30px 0; }
  .fsPanelGroup.fsAccordion .fsPanel {
    margin-bottom: 3px; }
    .fsPanelGroup.fsAccordion .fsPanel.fsStateOpen > header > .fsElementTitle {
      background: #F37021;
      color: #fff; }
    .fsPanelGroup.fsAccordion .fsPanel > header > .fsElementTitle {
      position: relative;
      margin-bottom: 0;
      padding: 12px 20px;
      cursor: pointer;
      background: #f9f9f9;
      border: 1px solid #e7e7e7;
      color: inherit;
      margin-top: 0;
      font-weight: 700;
      font-family: "freight-sans-pro", sans-serif;
      color: #2f2f2f;
      font-size: 0.81818em;
      line-height: 1.22222em;
      margin-bottom: 1.11111em;
      margin-bottom: 0;
      color: #686868; }
      .fsPanelGroup.fsAccordion .fsPanel > header > .fsElementTitle:before, .fsPanelGroup.fsAccordion .fsPanel > header > .fsElementTitle:after {
        display: inline-block;
        border: 0 !important;
        height: auto !important;
        width: auto !important;
        font-family: "IcoMoon";
        transition: transform .3s; }
      .fsPanelGroup.fsAccordion .fsPanel > header > .fsElementTitle:hover {
        background: #F37021;
        color: #fff; }
      .fsPanelIconBefore > .fsElementContent > .fsPanel .fsElementTitle:before {
        margin: 0 15px 0 0 !important;
        content: '\e604' !important; }
        .fsPanelIconBefore > .fsElementContent > .fsStateOpen .fsElementTitle:before {
          content: '\e605' !important; }
      .fsPanelIconAfter .fsPanel .fsElementTitle:after {
        float: right;
        margin: 0 !important;
        content: '\e604' !important; }
        .fsPanelIconAfter .fsStateOpen .fsElementTitle:after {
          content: '\e605' !important; }
      .fsPanel:hover .fsElementTitle {
        background: #F37021;
        color: #fff; }
      .fsPanel.fsStateOpen .fsElementTitle {
        background: #F37021;
        color: #fff; }
    .fsPanel > .fsElementContent {
      padding: 30px;
      font-family: "freight-sans-pro", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px; }
      .fsPanel > .fsElementContent p:last-child {
        margin-bottom: 0; }

/*! elements - athletics v0.0.1 */
.fsAthleticsEvent article {
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px !important;
  overflow: auto; }
  .fsAthleticsEvent article:last-child {
    border-bottom: 0; }

.fsAthleticsEvent .fsDateTime {
  font-weight: bold;
  margin-bottom: 10px; }

.fsAthleticsEvent .fsTitle {
  display: inline-block;
  margin-bottom: 0px; }

.fsAthleticsEvent.fsTable {
  overflow-x: auto;
  font-size: 16px;
  font-family: "freight-sans-pro", sans-serif; }
  .fsAthleticsEvent.fsTable thead tr {
    background-color: #333; }
  .fsAthleticsEvent.fsTable thead th {
    color: #F4A261;
    text-transform: uppercase; }
  @media (min-width: 900px) {
    .fsAthleticsEvent.fsTable table tr th,
    .fsAthleticsEvent.fsTable table tr td {
      display: table-cell;
      float: none; } }
  .fsAthleticsEvent.fsTable .fsEventTable td, .fsAthleticsEvent.fsTable table.fsTable td {
    padding: 10px; }
  .fsAthleticsEvent.fsTable .fsAthleticsOpponentNames {
    display: inline-block; }
  .fsAthleticsEvent.fsTable .fsElementTable tbody tr {
    background-color: rgba(0, 0, 0, 0.01); }
    .fsAthleticsEvent.fsTable .fsElementTable tbody tr:nth-of-type(odd) {
      background-color: rgba(0, 0, 0, 0.05); }
      .fsAthleticsEvent.fsTable .fsElementTable tbody tr:nth-of-type(odd) td {
        background-color: transparent;
        font-size: 15px; }
    .fsAthleticsEvent.fsTable .fsElementTable tbody tr td {
      background-color: transparent; }
  @media (max-width: 900px) {
    .fsAthleticsEvent.fsTable .fsElementTable {
      display: block;
      width: 100%; }
      .fsAthleticsEvent.fsTable .fsElementTable thead {
        display: none; }
      .fsAthleticsEvent.fsTable .fsElementTable tbody {
        display: block;
        width: 100%; }
      .fsAthleticsEvent.fsTable .fsElementTable tr {
        display: block;
        width: 100%;
        padding: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td {
        display: block;
        width: 100%;
        margin-bottom: 0;
        border-bottom: 0 none;
        padding: 0 !important; }
        .fsAthleticsEvent.fsTable .fsElementTable td > div {
          display: inline; }
        .fsAthleticsEvent.fsTable .fsElementTable td:before {
          font-weight: bold;
          text-transform: uppercase; }
        .fsAthleticsEvent.fsTable .fsElementTable td:empty {
          display: none !important; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
          content: 'Team: '; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: none; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
          content: 'Date: '; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
          content: 'Time: '; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
          content: 'Location: '; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
          content: 'Type: '; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
          content: 'Result: '; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
          content: 'Recap: '; } }

.fsAthleticsOpponents {
  display: inline-block; }

.fsAthleticsOpponentNames {
  display: inline-block; }

.fsAthleticsLocations, .fsAthleticsAdvantage {
  float: left;
  margin-right: 15px; }

.fsAthleticsRosterList {
  list-style: none;
  padding: 0; }
  .fsAthleticsRosterList ul,
  .fsAthleticsRosterList ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .fsAthleticsRosterList a {
    display: block; }

.fsAthleticsTeamDirectory {
  list-style: none;
  padding: 0;
  max-width: 100%; }
  .fsAthleticsTeamDirectory ul,
  .fsAthleticsTeamDirectory ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory a {
    display: block; }
  .fsAthleticsTeamDirectory li {
    padding: 5px 0; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamName {
    display: inline-block; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    margin-right: 5px; }
    .fsAthleticsTeamDirectory .fsAthleticsTeamIcon img {
      vertical-align: bottom; }

.ath-teams .fsTitle {
  margin-right: 15px; }

.print-schedule .fsAthleticsTeam.fsProfile.full-width-image {
  display: none; }

.print-schedule #fsPageBodyWrapper {
  padding-top: 10px;
  padding-bottom: 30px; }

.print-schedule #fsPageContent {
  padding: 0; }

.print-schedule .fsLoadMoreButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 2px solid #c7c7c7;
  padding: 12px 12px;
  background: transparent;
  color: #686868;
  outline: 0;
  text-transform: uppercase;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center; }

.print-schedule .fsAthleticsTeam.fsDirectory {
  padding-bottom: 10px; }
  .print-schedule .fsAthleticsTeam.fsDirectory header {
    display: inline-block; }
    .print-schedule .fsAthleticsTeam.fsDirectory header .fsElementTitle {
      font-size: 16px;
      line-height: 24px;
      margin: 0; }
  .print-schedule .fsAthleticsTeam.fsDirectory .fsElementContent {
    padding-left: 12px;
    display: inline-block; }
    .print-schedule .fsAthleticsTeam.fsDirectory .fsElementContent .fsAthleticsTeamDirectory {
      height: 24px;
      font-size: 16px; }
      .print-schedule .fsAthleticsTeam.fsDirectory .fsElementContent .fsAthleticsTeamDirectory option {
        height: 24px;
        line-height: 24px;
        font-size: 16px; }

.print-schedule .fsAlertFeeds,
.print-schedule .fsAlertIcon {
  display: none; }

.print-schedule .fsElementEventIcon img {
  max-width: 10px; }

.print-schedule .fsAthleticsEvent .fsListItems {
  width: 100%; }

.print-schedule article {
  width: 100%;
  margin-bottom: 0 !important;
  padding-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #dddddd; }
  .print-schedule article > * {
    vertical-align: top;
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 4px; }

.print-schedule .ath-teams {
  width: 100%;
  max-width: 37.5%; }

.print-schedule .fsDateTime {
  width: 100%;
  max-width: 18.75%;
  margin: 0; }

.print-schedule .fsAthleticsAdvantage {
  width: 100%;
  max-width: 4.6875%; }

.print-schedule .fsAthleticsOpponents {
  display: block; }

.print-schedule .fsAthleticsDismissal .ath-teams {
  display: none; }

.print-schedule .fsAthleticsDismissal .fsDateTime {
  max-width: none; }

.print-schedule .fsAthleticsLocations {
  width: 100%;
  max-width: 25%; }

.print-schedule .footer-extras {
  background: transparent; }

@media print {
  .print-schedule .fsLoadMoreButton {
    display: none; }
  .print-schedule #fsPageBody {
    max-width: 640px; }
  .print-schedule .fsAthleticsTeam.fsDirectory header .fsElementTitle {
    font-size: 12px;
    line-height: 20px; }
  .print-schedule .fsAthleticsTeam.fsDirectory .fsElementContent .fsAthleticsTeamDirectory {
    height: 20px;
    font-size: 12px; }
    .print-schedule .fsAthleticsTeam.fsDirectory .fsElementContent .fsAthleticsTeamDirectory option {
      height: 20px;
      line-height: 20px;
      font-size: 12px; }
  .print-schedule article > * {
    font-size: 11px; } }

/*! elements - calendar v0.0.1 */
#fsBannerRight .fsCalendar {
  position: relative;
  border: 1px solid #e7e7e7;
  padding: 30px 30px 30px;
  margin-bottom: 30px; }
  #fsBannerRight .fsCalendar:before {
    content: '';
    width: calc(100% + 2px);
    height: 6px;
    position: absolute;
    background-color: #F37021;
    left: -1px;
    top: -1px; }

.fsCalendar article {
  position: relative;
  padding-left: 55px;
  min-height: 40px; }

.fsCalendar .fsAllDay {
  display: none; }

.fsCalendar .fsTitle {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  color: #F37021; }

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #686868;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }
  .fsCalendar .fsDate span {
    display: block; }
  .fsCalendar .fsDate .fsDayName, .fsCalendar .fsDate .fsYear {
    display: none; }
  .fsCalendar .fsDate .fsMonth {
    font-size: 14px; }
  .fsCalendar .fsDate .fsDay {
    font-size: 36px;
    color: #2f2f2f;
    line-height: .75; }

.fsCalendar .fsEventDetails {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 500;
  font-size: 18px; }

.fsCalendar .fsTimeRange {
  font-size: 14px;
  line-height: 18px; }

.fsCalendar .fsLocation {
  font-size: 14px;
  line-height: 18px; }

.fsCalendar .fsAllDay {
  font-size: 14px;
  line-height: 18px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  line-height: 1.2; }

.fsCalendarMonthBrowser .fsCalendarPrevMonth, .fsCalendarMonthBrowser .fsCalendarNextMonth {
  color: transparent;
  background-color: transparent;
  border: none;
  position: relative;
  line-height: 0;
  outline: 0; }
  .fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
    display: block;
    font-size: 24px;
    color: #F37021;
    line-height: 1;
    content: '\e60c';
    font-family: 'icomoon';
    font-size: 18px; }

.fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: '\e60b'; }

@media screen and (max-width: 800px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 16% !important;
      height: 50px !important;
      float: none;
      display: inline-block;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: -3px -1.5px; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 24px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
            margin-bottom: 1px; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: #F37021;
            color: #fff; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: #F37021; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarDate {
          color: #fff; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        right: 10px;
        top: 5px;
        line-height: 1;
        font-size: 15px; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; } }

#event-view {
  padding: 20px;
  margin: 20px auto; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsCalendarWeekendDayBoxfsCalendarOutOfRange > div:last-child .fsCalendarDate {
  top: auto !important;
  bottom: 0; }

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementHeaderContent {
  word-break: break-word; }

.fsElementTitle p {
  margin-bottom: 0; }

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

.fsTitle {
  margin-top: 0;
  font-weight: 700;
  font-family: "freight-sans-pro", sans-serif;
  color: #2f2f2f;
  font-size: 1.09091em;
  line-height: 1.16667em;
  margin-bottom: 0.83333em; }

.content-module {
  margin-bottom: 30px;
  padding: 24px 30px 30px;
  border: 1px solid #e7e7e7;
  font-family: "freight-sans-pro", sans-serif;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px; }
  .content-module:before {
    content: '';
    width: calc(100% + 2px);
    height: 6px;
    position: absolute;
    background-color: #F37021;
    left: -1px;
    top: -1px; }
  .content-module h5 {
    margin-bottom: 5px; }
  .content-module .fsElementContent p:last-child {
    margin-bottom: 0 !important; }

#fsBannerRight > .fsBanner > .fsElement {
  margin-bottom: 30px; }

#fsBannerRight .fsElement:not(.fsPanel):not(.fsAccordion) h2.fsElementTitle {
  margin-top: 0;
  font-weight: 700;
  font-family: "freight-sans-pro", sans-serif;
  color: #2f2f2f;
  font-size: 1.36364em;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0.66667em; }

#fsBannerRight .fsElement:not(.fsPanel):not(.fsAccordion) p {
  margin: 0 0 15px; }

body:not(.fsComposeMode) .full-width-image {
  opacity: 0;
  visibility: hidden;
  height: 0; }

.tintup > div {
  max-height: 100%; }

.fsGrid .fsListItems > * {
  float: none !important;
  width: 100%;
  padding-right: 0.68182em;
  padding-left: 0.68182em; }
  @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%; } }

/* ******************************** */
/*    Autoplay Video Enhancement    */
/* ******************************** */
.fsMedia.autoplay-video .fsMediaCustomPlayer:before {
  content: '';
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  display: block; }

/* ******************************** */
/*    Video Lightbox Enhancement    */
/* ******************************** */
a.fs_style_30 {
  position: relative;
  overflow: hidden;
  display: block; }
  a.fs_style_30 img {
    display: block; }
  a.fs_style_30 span.video-lightbox-text {
    color: #ffffff;
    font-style: italic;
    font-size: 19px;
    font-weight: 500;
    display: block;
    position: absolute;
    width: 100%;
    visibility: visible;
    transition: .3s;
    z-index: 10;
    text-align: center;
    vertical-align: middle;
    bottom: 8px; }
    @media (min-width: 1024px) {
      a.fs_style_30 span.video-lightbox-text {
        bottom: -100%; } }
    a.fs_style_30 span.video-lightbox-text:after {
      content: '\e60b';
      font-family: "IcoMoon";
      font-size: 21px;
      display: inline-block;
      font-weight: normal;
      font-style: normal;
      color: #ffffff;
      padding-left: 8px; }
      @media (min-width: 980px) {
        a.fs_style_30 span.video-lightbox-text:after {
          font-size: 18px; } }
    a.fs_style_30 span.video-lightbox-text:hover:after {
      animation: bounce .3s 2; }
  a.fs_style_30:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-image: linear-gradient(to top, rgba(219, 101, 30, 0.9) 0%, rgba(219, 101, 30, 0.9) 10%, rgba(219, 101, 30, 0.88) 30%, rgba(219, 101, 30, 0.86) 50%, rgba(219, 101, 30, 0.86) 100%);
    visibility: visible;
    bottom: -100%;
    transition: .3s;
    bottom: calc(-100% + 40px); }
    @media (min-width: 1024px) {
      a.fs_style_30:after {
        bottom: -100%; } }
  a.fs_style_30:hover span.video-lightbox-text {
    bottom: 50%;
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    transition: .5s; }
  a.fs_style_30:hover:after {
    bottom: 0;
    transition: .5s; }

/* ******************************** */
/*   Custom Slideshow Enhancement   */
/* ******************************** */
body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slide {
  position: relative; }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slide:before {
    content: '';
    padding-bottom: 66.66667%;
    width: 100%;
    display: block; }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slide:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slide img {
    display: none; }

body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 21px;
  z-index: 10;
  cursor: pointer; }
  @media (min-width: 450px) {
    body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slick-arrow {
      width: 70px;
      height: 70px; } }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slick-arrow:before {
    font-family: "IcoMoon";
    position: absolute;
    font-size: 34px;
    text-align: center;
    line-height: 70px;
    left: 0;
    right: 0;
    top: 0;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    opacity: 0.5;
    transition: opacity 0.3s ease; }
    @media (min-width: 450px) {
      body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slick-arrow:before {
        line-height: 50px; } }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slick-arrow:hover:before {
    opacity: 1; }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slick-arrow.fsLeftArrow {
    left: 0; }
    body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slick-arrow.fsLeftArrow:before {
      content: '\e60a'; }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slick-arrow.fsRightArrow {
    right: 0; }
    body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slick-arrow.fsRightArrow:before {
      content: '\e609'; }

body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slide-caption {
  bottom: 0px;
  text-align: center;
  padding: 0 50px; }
  @media (min-width: 450px) {
    body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slide-caption {
      padding: 0; } }

body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slide-title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 6px;
  max-width: none; }
  @media (min-width: 450px) {
    body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slide-title {
      font-size: 24px;
      line-height: 28px; } }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slide-title p {
    margin: 0;
    padding: 0; }

body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slide-description {
  display: block;
  font-size: 16px;
  line-height: 19px;
  font-family: "freight-sans-pro", sans-serif; }
  @media (min-width: 450px) {
    body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slide-description {
      font-size: 18px;
      line-height: 24px; } }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slide-description a {
    display: inline-block; }
    body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slide-description a:after {
      font-size: 18px;
      right: -15px;
      font-weight: normal; }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.fsMedia .slide-description p {
    margin: 0;
    padding: 0; }

body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip {
  margin-bottom: 32px;
  position: relative;
  opacity: 0; }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.element-loaded {
    opacity: 1; }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip > header > .fsElementTitle {
    font-weight: 700;
    font-family: "freight-sans-pro", sans-serif;
    color: #2f2f2f;
    font-size: 1.36364em;
    line-height: 1.2em;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 13px; }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsNavigation > .fsElementContent > nav:before, body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsNavigation > .fsElementContent > nav:after,
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsContainer > .fsElementContent:before,
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsContainer > .fsElementContent:after {
    position: absolute;
    width: 60px;
    content: '';
    top: 0;
    bottom: 0;
    display: block;
    z-index: 100; }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsNavigation > .fsElementContent > nav:before,
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsContainer > .fsElementContent:before {
    left: 0;
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsNavigation > .fsElementContent > nav:after,
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsContainer > .fsElementContent:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsNavigation nav {
    position: relative;
    height: 100px; }
    body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsNavigation nav ul,
    body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsNavigation nav ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsNavigation nav a {
      display: block; }
    body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsNavigation nav li {
      position: relative;
      display: block;
      padding: 0 15px; }
      body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsNavigation nav li > a {
        font-size: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsNavigation .fsNavPageThumbnail {
    height: 100px;
    line-height: 100px;
    display: inline-block; }
    body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsNavigation .fsNavPageThumbnail img {
      display: inline-block;
      vertical-align: middle; }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsContainer > .fsElementContent > .slick-list > .slick-track > .fsElement.fsContent {
    position: relative;
    display: block;
    padding: 0 15px; }
    body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsContainer > .fsElementContent > .slick-list > .slick-track > .fsElement.fsContent .custom-slideshow-linkcover {
      font-size: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsContainer > .fsElementContent > .slick-list > .slick-track > .fsElement.fsContent footer a.linkcover {
      display: none; }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsContainer > .fsElementContent > .fsElement.fsContent {
    max-width: 30%; }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsContainer > .fsElementContent > .slick-list > .slick-track > .fsElement.fsContent {
    max-width: 300px; }
  body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsContainer.slideshow-logo > .fsElementContent > .slick-list > .slick-track > .fsElement.fsContent {
    height: 100px;
    line-height: 100px;
    display: inline-block; }
    body:not(.fsDraftMode):not(.fsComposeMode) .slideshow-custom.slideshow-strip.fsContainer.slideshow-logo > .fsElementContent > .slick-list > .slick-track > .fsElement.fsContent > .fsElementContent {
      display: inline-block;
      vertical-align: middle; }

/* ******************************** */
/*  Directory Redesign Enhancement  */
/* ******************************** */
.custom-directory #fsPageBodyWrapper {
  padding: 60px 0 0; }

.custom-directory #fsPageBody {
  max-width: none; }
  @media (min-width: 600px) {
    .custom-directory #fsPageBody {
      padding: 0; } }

.custom-directory #fsPageContent {
  padding-bottom: 0; }

.custom-directory .fsPageTitle {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin: 0 auto;
  max-width: 53.63636em;
  max-width: 73.75rem;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 600px) {
    .custom-directory .fsPageTitle {
      padding-right: 1.36364em;
      padding-left: 1.36364em; } }
  @media (min-width: 600px) {
    .custom-directory .fsPageTitle {
      padding: 0 30px; } }
  @media (min-width: 1240px) {
    .custom-directory .fsPageTitle {
      padding: 0; } }

.custom-directory .fsPageLayout {
  margin-left: 0;
  margin-right: 0; }
  .custom-directory .fsPageLayout > .fsDiv {
    padding-left: 0;
    padding-right: 0; }
    .custom-directory .fsPageLayout > .fsDiv > .fsElement > .fsElementContent {
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      margin: 0 auto;
      max-width: 53.63636em;
      max-width: 73.75rem;
      padding: 0 20px;
      width: 100%;
      margin: 0 auto; }
      @media (min-width: 600px) {
        .custom-directory .fsPageLayout > .fsDiv > .fsElement > .fsElementContent {
          padding-right: 1.36364em;
          padding-left: 1.36364em; } }
      @media (min-width: 600px) {
        .custom-directory .fsPageLayout > .fsDiv > .fsElement > .fsElementContent {
          padding: 0 30px; } }
      @media (min-width: 1240px) {
        .custom-directory .fsPageLayout > .fsDiv > .fsElement > .fsElementContent {
          padding: 0; } }

.custom-directory .content-module:before {
  display: none; }

.custom-directory .fsConstituent.fsSearch {
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 29px;
  padding-bottom: 50px; }
  .custom-directory .fsConstituent.fsSearch > .fsElementContent {
    border: 1px solid #e7e7e7;
    border-top: 6px solid #f37021;
    padding: 30px 29px 29px !important; }
  .custom-directory .fsConstituent.fsSearch .fsConstituentSearchForm {
    zoom: 1; }
    .custom-directory .fsConstituent.fsSearch .fsConstituentSearchForm:after {
      display: table;
      clear: both;
      content: ''; }
    .custom-directory .fsConstituent.fsSearch .fsConstituentSearchForm label {
      background: #f9f9f9;
      position: relative;
      padding: 0;
      display: block;
      float: left;
      margin: 0 0 29px;
      width: 100%; }
      @media (min-width: 1000px) {
        .custom-directory .fsConstituent.fsSearch .fsConstituentSearchForm label {
          margin-left: 10px;
          margin-right: 10px;
          width: calc((100% - 60px)/4); }
          .custom-directory .fsConstituent.fsSearch .fsConstituentSearchForm label:first-of-type {
            margin-left: 0; }
          .custom-directory .fsConstituent.fsSearch .fsConstituentSearchForm label:nth-of-type(4n+0) {
            margin-right: 0; } }
      .custom-directory .fsConstituent.fsSearch .fsConstituentSearchForm label.focused span, .custom-directory .fsConstituent.fsSearch .fsConstituentSearchForm label.hasValue span {
        font-size: 9px;
        top: 8px; }
        .custom-directory .fsConstituent.fsSearch .fsConstituentSearchForm label.focused span:before, .custom-directory .fsConstituent.fsSearch .fsConstituentSearchForm label.hasValue span:before {
          opacity: 0;
          z-index: 100; }
      .custom-directory .fsConstituent.fsSearch .fsConstituentSearchForm label span {
        position: absolute;
        z-index: 20;
        display: block;
        left: 16px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: top 0.3s ease; }
        .custom-directory .fsConstituent.fsSearch .fsConstituentSearchForm label span:before {
          height: 20px;
          width: 100%;
          background-color: #f9f9f9;
          opacity: 1;
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -100;
          transition: opacity 0.3s ease; }
      .custom-directory .fsConstituent.fsSearch .fsConstituentSearchForm label.field-select span {
        transition: none;
        opacity: 0;
        z-index: 22; }
      .custom-directory .fsConstituent.fsSearch .fsConstituentSearchForm label.field-select.hasValue span {
        opacity: 1;
        transition: opacity 0.3s ease; }
      .custom-directory .fsConstituent.fsSearch .fsConstituentSearchForm label input[type="text"],
      .custom-directory .fsConstituent.fsSearch .fsConstituentSearchForm label select {
        position: relative;
        background-color: #f9f9f9;
        border: 1px solid #d8d8d8;
        height: 50px; }
      .custom-directory .fsConstituent.fsSearch .fsConstituentSearchForm label select {
        z-index: 21; }
  .custom-directory .fsConstituent.fsSearch .fsConstituentSearchButton {
    clear: both;
    border: 0 !important;
    background-color: #f37021 !important;
    font-size: 14px !important;
    padding: 13px 18px 12px !important;
    margin: 0; }
    .custom-directory .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      color: #f37021 !important;
      background-color: #ffffff !important; }

.custom-directory .fsConstituent.fsDirectory {
  background-color: #f9f9f9;
  padding-top: 24px;
  padding-bottom: 60px; }

.custom-directory .fsConstituent .fsElementPagination {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 18px; }

.custom-directory .fsConstituentColumnLayout_4 {
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .no-flexbox .custom-directory .fsConstituentColumnLayout_4 {
    display: block;
    border: 1px solid #e7e7e7;
    border-top: 0;
    background-color: #ffffff; }
  @media (min-width: 600px) {
    .custom-directory .fsConstituentColumnLayout_4 {
      margin: 0; } }
  .custom-directory .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0;
    padding: 29px;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #ffffff; }
    .no-flexbox .custom-directory .fsConstituentColumnLayout_4 .fsConstituentItem {
      display: block;
      border-bottom: 0;
      border-right: 0;
      border-top: 1px solid #e7e7e7; }
    @media (min-width: 600px) {
      .custom-directory .fsConstituentColumnLayout_4 .fsConstituentItem {
        width: 50%;
        margin: 0; }
        .custom-directory .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
          clear: both; } }
    @media (min-width: 800px) {
      .custom-directory .fsConstituentColumnLayout_4 .fsConstituentItem {
        width: 33.33333%; }
        .custom-directory .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
          clear: none; }
        .custom-directory .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
          clear: both; } }
    @media (min-width: 1000px) {
      .custom-directory .fsConstituentColumnLayout_4 .fsConstituentItem {
        width: 25%; }
        .custom-directory .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
          clear: none; }
        .custom-directory .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
          clear: both; } }
    .custom-directory .fsConstituentColumnLayout_4 .fsConstituentItem > * {
      display: none; }
    .custom-directory .fsConstituentColumnLayout_4 .fsConstituentItem .fsConstituentItemInner {
      width: 100%;
      display: block !important;
      padding-top: 145px;
      position: relative; }
      .custom-directory .fsConstituentColumnLayout_4 .fsConstituentItem .fsConstituentItemInner:before {
        width: 100%;
        height: 145px;
        position: absolute;
        background-color: #ffffff;
        content: '';
        top: 0;
        left: 0; }
      .custom-directory .fsConstituentColumnLayout_4 .fsConstituentItem .fsConstituentItemInner .fsPhoto {
        background: #ffffff;
        width: 100%;
        height: 145px;
        position: absolute;
        top: 0;
        left: 0; }
      .custom-directory .fsConstituentColumnLayout_4 .fsConstituentItem .fsConstituentItemInner .fsFullName {
        font-weight: 700;
        color: #2f2f2f;
        font-size: 18px;
        line-height: 22px;
        margin-top: 25px;
        margin-bottom: 11px; }
      .custom-directory .fsConstituentColumnLayout_4 .fsConstituentItem .fsConstituentItemInner .fsTitles {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 9px; }
      .custom-directory .fsConstituentColumnLayout_4 .fsConstituentItem .fsConstituentItemInner .fsDepartments {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px; }

/*! elements - constituent v0.0.1 - 
- change name to directory? (match the element name in composer, less confusing for new hires) 
- remove pinterest style as default, this addresses both styles

- maybe put true false variable on this partial? so people know where its coming from.

*/
.fsConstituent.fsSearch {
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #dddedf; }
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px; }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.36364em; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.68182em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    border: 2px solid #c7c7c7;
    padding: 12px 12px;
    background: #F4A261;
    color: #fff;
    text-transform: uppercase;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    transition: .3s;
    margin: 0 10px;
    padding: 10px 30px;
    font-size: inherit;
    display: block; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: transparent;
      color: #F4A261;
      transition: .3s; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal; }

.fsElementPagination {
  margin: 20px 0; }

.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 15px; }
  .fsConstituentProfile .fsFullName {
    color: #F37021; }
  @media (min-width: 800px) {
    .fsConstituentProfile.hasImg > div, .fsConstituentProfile.hasImg > h3 {
      padding: 0;
      padding-left: calc(25% + 20px); } }
  @media (min-width: 800px) {
    .fsConstituentProfile.hasImg .fsProfileImage {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 25%; } }

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

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

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

.fsConstituent {
  word-break: break-word; }
  .fsConstituent .fsElementPagination {
    margin-bottom: 30px; }
  .fsConstituentItem > div strong, .fsConstituentItem > div br {
    display: none; }

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

@media (min-width: 600px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px; } }

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

@media (min-width: 600px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px; } }

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

@media (min-width: 600px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px; } }

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

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

/*== Media Element ==*/
.fsMedia .fsMediaContainer {
  font-family: "freight-sans-pro", sans-serif; }

.fsMedia .fsMediaGallery .fsMediaGalleryObject {
  margin: 0 0 30px; }

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

.fsSlideshow article {
  padding: 0; }

/* News Element */
/*General News Styles*/
/*! elements - news v0.0.1 */
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.68182em; }
  .fsNews .fsThumbnail img {
    display: block;
    width: 100%; }

.fsNews.fsSlideshow .fsElementContent {
  margin: 0; }

.fsNews.fsSlideshow article {
  padding: 30px 50px; }

.fsNews.fsSlideshow .fsPrevButton, .fsNews.fsSlideshow .fsNextButton {
  color: transparent; }
  .fsNews.fsSlideshow .fsPrevButton:before, .fsNews.fsSlideshow .fsNextButton:before {
    color: #686868;
    font-weight: normal;
    font-size: 75px; }

.fsNews.fsSlideshow .fsPrevButton:before {
  content: '\2039'; }

.fsNews.fsSlideshow .fsNextButton:before {
  content: '\203A'; }

.fsNews.fsSlideshow .fsPager span {
  color: inherit;
  opacity: 0.5;
  transition: color 100ms, opacity 100ms; }
  .fsNews.fsSlideshow .fsPager span.fsStateActive {
    color: inherit;
    opacity: 1; }

.fsNews.fsSlideshow .fsThumbnail {
  float: left;
  margin-right: 20px; }
  .fsNews.fsSlideshow .fsThumbnail img {
    width: auto; }

/*=======================*/
/* Search Variables      */
/*=======================*/
@media screen and (max-width: 979px) {
  .header-search {
    border: 2px solid #c7c7c7;
    width: 226px;
    margin: 0 auto;
    position: relative; } }

@media (min-width: 980px) {
  .header-search {
    border: solid 2px transparent; }
    .header-search:hover {
      border: solid #fff 2px; }
      .header-search:hover form.gsc-search-box-tools div.gsc-input-box {
        min-width: 250px;
        width: 250px;
        transition: .3s; } }

/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
form.gsc-search-box-tools {
  margin-bottom: 0 !important;
  overflow: hidden; }
  form.gsc-search-box-tools table {
    border: 0; }
  form.gsc-search-box-tools table,
  form.gsc-search-box-tools tbody,
  form.gsc-search-box-tools tr,
  form.gsc-search-box-tools td {
    display: block; }
  form.gsc-search-box-tools td.gsc-input {
    padding: 0 !important;
    display: block;
    float: left; }
  form.gsc-search-box-tools table.gsc-search-box {
    margin-bottom: 0; }
  form.gsc-search-box-tools div.gsc-input-box {
    min-width: 226px;
    width: 226px;
    transition: .3s;
    border: 0;
    height: 46px;
    background-color: transparent; }
    @media (min-width: 980px) {
      form.gsc-search-box-tools div.gsc-input-box {
        min-width: 0;
        width: 0; } }
    form.gsc-search-box-tools div.gsc-input-box table,
    form.gsc-search-box-tools div.gsc-input-box tbody,
    form.gsc-search-box-tools div.gsc-input-box tr,
    form.gsc-search-box-tools div.gsc-input-box td {
      overflow: hidden;
      display: block;
      width: 100%;
      border: 0;
      height: 46px; }
  form.gsc-search-box-tools td.gsib_a {
    padding: 0;
    display: inline-block; }
  form.gsc-search-box-tools td.gsib_b {
    padding: 0;
    display: none !important; }
  form.gsc-search-box-tools input.gsc-input {
    background: transparent !important;
    background-image: none !important;
    width: 100%;
    height: 46px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 !important;
    font-weight: 700;
    font-size: 18px; }
    @media (min-width: 980px) {
      form.gsc-search-box-tools input.gsc-input {
        color: #fff; } }
  form.gsc-search-box-tools table.gsc-branding {
    display: none; }
  form.gsc-search-box-tools td.gsc-search-button {
    display: block;
    float: left;
    padding: 0 10px 0 10px;
    overflow: hidden;
    height: 46px;
    width: auto;
    background: transparent;
    position: absolute;
    right: 0; }
    @media (min-width: 980px) {
      form.gsc-search-box-tools td.gsc-search-button {
        position: relative;
        right: auto; } }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: "";
      font-family: "IcoMoon";
      color: #686868;
      opacity: 1;
      display: block;
      position: relative;
      left: 0;
      right: 0;
      text-align: center;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 24px; }
      @media (min-width: 980px) {
        form.gsc-search-box-tools td.gsc-search-button:after {
          color: #fff; } }
  form.gsc-search-box-tools td.gsc-search-button:hover {
    background: transparent; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    height: 46px;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

/*=======================*/
/* Custom Styles         */
/*=======================*/
.header-search:hover div.gsc-input-box:before {
  opacity: 1;
  visibility: visible; }

.no-touch form.gsc-search-box-tools div.gsc-input-box {
  position: relative; }
  .no-touch form.gsc-search-box-tools div.gsc-input-box:before {
    content: 'Search this site';
    position: absolute;
    left: 10px;
    line-height: 46px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden; }
  .no-touch form.gsc-search-box-tools div.gsc-input-box.gsc-input-box-focus:before {
    display: none; }

/* Social Elements */
/*--Facebook--*/
.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: 30px; }
  .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 30px 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: 30px; }
  .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: 30px; }
    .fsTwitter .tweets li a {
      color: #F4A261; }
      .fsTwitter .tweets li a:hover {
        color: #F37021; }
    .fsTwitter .tweets li:first-child {
      margin-top: 30px; }
    .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: #F37021; }
        .fsTwitter .tweets li .header time abbr {
          text-decoration: none;
          border: 0; }
        .fsTwitter .tweets li .header time:hover {
          color: #F4A261; }
      .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: #F37021; }
      .fsTwitter .tweets li .footer .expand b {
        display: none; }
      .fsTwitter .tweets li .footer .expand:hover {
        color: #F4A261; }
      .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: #F37021; }
          .fsTwitter .tweets li .footer .tweet-actions li a b {
            display: none; }
          .fsTwitter .tweets li .footer .tweet-actions li a:hover {
            color: #F4A261; }
          .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: 30px; }

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

.fsYoutube .fsYoutubeList .fsYoutubeThumb {
  margin: 0 30px 30px 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;
  border: 0;
  margin-bottom: 20px; }
  .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: #F4A261;
      text-decoration: inherit; }
  .fsTabs .ui-tabs-nav {
    margin-bottom: 1.36364em;
    padding: 0;
    background: none;
    border: 0; }
    .fsTabs .ui-tabs-nav li {
      margin: 0 0.09091em 0.09091em 0 !important;
      padding: 0;
      background: none;
      border: 0;
      border-radius: 0;
      color: inherit; }
      .fsTabs .ui-tabs-nav li a {
        padding: 10px 20px !important;
        background: transparent;
        color: #686868;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "freight-sans-pro", sans-serif;
        border: 2px solid #c7c7c7; }
        .fsTabs .ui-tabs-nav li a:hover {
          background: #c7c7c7;
          color: #686868 !important; }
        .ui-tabs .ui-state-active a {
          background: #F37021 !important;
          color: #fff !important;
          color: #fff !important; }
          .ui-tabs .ui-state-active a:hover {
            color: #fff !important; }
      .fsTabs .ui-tabs-nav li span {
        text-indent: 0; }

.fsTabs .ui-tabs-nav li.ui-state-active a {
  border-color: #F37021; }
  .fsTabs .ui-tabs-nav li.ui-state-active a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #F37021 transparent transparent transparent; }
  .fsTabs .ui-tabs-nav li.ui-state-active a:hover {
    color: #fff !important; }

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

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 30px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px;
      position: relative; }
      .fsTabs .fsTabsNav li a {
        display: block;
        background: transparent;
        color: #686868;
        padding: 10px 20px;
        font-family: "freight-sans-pro", sans-serif;
        border: 2px solid #c7c7c7;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase; }
        .fsTabs .fsTabsNav li a:hover {
          background: #c7c7c7;
          color: #686868; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #F37021;
        color: #eee;
        border-color: #F37021; }
        .fsTabs .fsTabsNav li.fsStateSelected a:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: -14px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 15px 20px 0 20px;
          border-color: #F37021 transparent transparent transparent; }

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

/*! pages - home v0.0.1 */
.touch .video-container > .fsDiv:last-child {
  display: none; }

.touch .video-container > .fsDiv:first-child {
  width: 100% !important; }

.home #fsPageBodyWrapper {
  padding: 0; }

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

.home #fsPageContent {
  padding-bottom: 0;
  background-color: #fff;
  position: relative;
  z-index: 25; }

.home .nav-sub {
  display: none; }

.home .slide:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 30%, transparent 50%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.25) 100%);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1; }

.home .fsMedia > .fsElementContent {
  margin-top: 0; }

.home .fsLayout {
  margin: 0 auto; }
  .home .fsLayout .fsDiv {
    padding: 0; }

.fsMediaCustomPlayer .slide {
  background-size: cover;
  background-position: center;
  min-height: 225px;
  z-index: 1 !important; }
  .fsMediaCustomPlayer .slide.slick-active {
    z-index: 2 !important; }
  .fsMediaCustomPlayer .slide img {
    opacity: 0;
    visibility: hidden;
    max-height: 680px;
    max-width: 100%;
    width: 100%; }

.fsMediaCustomPlayer .slide-caption {
  max-width: 1220px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 3;
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 800px) {
    .fsMediaCustomPlayer .slide-caption {
      bottom: 65px; } }

.slide-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 50%; }
  @media (min-width: 600px) {
    .slide-title {
      margin-bottom: 10px;
      font-size: 36px;
      max-width: none; } }

.slide-description {
  font-size: 24px;
  font-family: "freight-text-pro", serif;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px; }
  .slide-description p {
    margin-bottom: 0; }
  .slide-description a {
    color: #fff;
    position: relative; }
    .slide-description a:after {
      content: '\e60b';
      font-family: "IcoMoon";
      position: absolute;
      font-size: 20px;
      right: -20px;
      top: 0;
      font-weight: normal;
      font-style: normal;
      color: #fff;
      line-height: 1.4; }
      @media (min-width: 980px) {
        .slide-description a:after {
          font-size: 24px; } }
    .slide-description a:hover:after {
      animation: bounce .5s 2; }

.slick-dots {
  max-width: 1220px;
  margin: 0;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 20px;
  padding: 0 20px; }
  @media (min-width: 800px) {
    .slick-dots {
      bottom: 50px;
      left: 0px;
      right: 0;
      width: 100%;
      margin: 0 auto; } }
  .slick-dots li {
    display: inline-block;
    margin-right: 15px; }
    .slick-dots li.slick-active button {
      background-color: #f9f9f9;
      color: #f9f9f9; }
  .slick-dots button {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    padding: 0;
    border: none;
    background-color: #c7c7c7;
    color: #c7c7c7;
    overflow: hidden;
    transition: .3s; }
    .slick-dots button:hover {
      background-color: #f9f9f9;
      color: #f9f9f9;
      transition: .3s; }

.fsTwoColumnLayout.events-container {
  padding: 30px 20px;
  background-color: #f9f9f9;
  position: relative; }
  @media (min-width: 550px) {
    .fsTwoColumnLayout.events-container {
      padding: 40px 20px; } }
  .fsTwoColumnLayout.events-container .fsDiv .fsElementTitle {
    font-size: 24px; }
    @media (min-width: 700px) {
      .fsTwoColumnLayout.events-container .fsDiv .fsElementTitle {
        font-size: 36px; } }
  @media (min-width: 550px) {
    .fsTwoColumnLayout.events-container .fsDiv:first-child {
      width: 50%;
      padding-right: 30px;
      float: left; } }
  @media (min-width: 900px) {
    .fsTwoColumnLayout.events-container .fsDiv:first-child {
      width: 65.25%;
      padding-right: 0; } }
  @media (min-width: 980px) {
    .fsTwoColumnLayout.events-container .fsDiv:first-child {
      padding-right: 40px; } }
  .fsTwoColumnLayout.events-container .fsDiv:first-child h2 {
    margin-bottom: 30px; }
  .fsTwoColumnLayout.events-container .fsDiv:last-child {
    margin-top: 30px; }
    @media (min-width: 550px) {
      .fsTwoColumnLayout.events-container .fsDiv:last-child {
        width: 50%;
        float: left;
        margin-top: 0; } }
    @media (min-width: 900px) {
      .fsTwoColumnLayout.events-container .fsDiv:last-child {
        width: 34.75%; } }
  @media (min-width: 900px) {
    .fsTwoColumnLayout.events-container .fsDayContainer {
      width: 33.33%;
      float: left;
      display: inline-block;
      padding-right: 40px; } }
  .fsTwoColumnLayout.events-container .fsCalendar .fsListItems {
    display: none; }
  .fsTwoColumnLayout.events-container .fsCalendar > .fsElementContent {
    zoom: 1; }
    .fsTwoColumnLayout.events-container .fsCalendar > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
    .fsTwoColumnLayout.events-container .fsCalendar > .fsElementContent > .fsDayContainer {
      margin-bottom: 30px;
      word-wrap: break-word; }

.events-inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  zoom: 1; }
  .events-inner:after {
    display: table;
    clear: both;
    content: ''; }

.headlines {
  position: relative;
  background-color: #fff;
  padding: 30px 40px 10px;
  text-align: center;
  border: 1px solid #e7e7e7; }
  @media (min-width: 550px) {
    .headlines {
      padding: 30px 40px 40px; } }
  @media (min-width: 700px) {
    .headlines {
      margin-top: 0;
      position: absolute;
      right: 0;
      width: 50%;
      height: 100%;
      bottom: 0px; } }
  @media (min-width: 900px) {
    .headlines {
      width: 34.75%;
      bottom: -40px;
      height: calc(100% + 170px); } }
  .headlines:before {
    content: '';
    height: 6px;
    background-color: #f37021;
    width: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px; }
  .headlines h2 {
    margin-bottom: 14px; }
  .headlines h4 {
    color: #F37021;
    margin-bottom: 5px;
    font-size: 18px; }
    @media (min-width: 550px) {
      .headlines h4 {
        font-size: 24px; } }
  .headlines h6 {
    margin-bottom: 12px; }
    .headlines h6 a {
      color: #686868; }
  .headlines .fsElementHeaderContent h6 {
    margin-bottom: 20px; }
  .headlines .fsElementContent {
    padding-top: 10px; }

.grid-container {
  max-width: 1220px;
  border-left: solid 20px #fff;
  border-right: solid 20px #fff;
  margin: 40px auto 0;
  background-color: #F37021;
  background-color: #fff; }
  @media (min-width: 900px) {
    .grid-container {
      margin: 80px auto 0; } }
  .grid-container > header {
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    padding: 20px 30px 0px; }
    .grid-container > header h6 {
      display: none;
      margin-bottom: 10px; }
      @media (min-width: 600px) {
        .grid-container > header h6 {
          display: block; } }
    .grid-container > header h2 {
      font-size: 60px; }
      @media screen and (max-width: 600px) {
        .grid-container > header h2 {
          font-size: 30px; } }
  .grid-container .fsMediaControlsContainer {
    display: none; }

.video-container {
  position: relative;
  overflow: hidden;
  background-color: #F37021; }
  .video-container > .fsDiv {
    display: table-cell;
    float: none;
    vertical-align: top;
    height: 100%; }
    .video-container > .fsDiv:first-child {
      width: 100%; }
      @media (min-width: 900px) {
        .video-container > .fsDiv:first-child {
          width: 35%; } }
    .video-container > .fsDiv:last-child {
      width: 100%;
      position: relative;
      display: none;
      height: 400px;
      top: 0; }
      @media (min-width: 600px) {
        .video-container > .fsDiv:last-child {
          display: block; } }
      @media (min-width: 900px) {
        .video-container > .fsDiv:last-child {
          width: 65%;
          display: table-cell;
          overflow: hidden;
          position: relative; } }

.autoplay-video {
  height: 100%; }
  .autoplay-video div {
    height: 100%; }
  .autoplay-video .fsMediaView {
    height: 100% !important; }
  .autoplay-video video {
    max-width: none;
    width: initial !important;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    min-height: 100%;
    height: initial !important;
    background-position: center;
    min-width: 100%;
    top: 50%;
    left: 50%;
    max-width: 800px; }

.video-description {
  padding: 30px;
  color: #fff;
  background-color: #F37021; }
  .video-description h2, .video-description h6, .video-description a {
    color: #fff; }
  .video-description h2 {
    font-size: 24px; }
    @media (min-width: 600px) {
      .video-description h2 {
        font-size: 28px; } }
    @media (min-width: 1100px) {
      .video-description h2 {
        font-size: 36px; } }
  .video-description .fs_style_24 {
    border: 2px solid #ffd7b8; }
    .video-description .fs_style_24:hover {
      background-color: #ffd7b8;
      color: #F37021; }

.media-video-container {
  background-color: #f9f9f9;
  border-top: 1px solid #e7e7e7;
  padding: 30px 0;
  margin-top: 30px; }
  @media (min-width: 800px) {
    .media-video-container {
      padding: 70px 0; } }
  @media (min-width: 900px) {
    .media-video-container {
      margin-top: 70px; } }
  .media-video-container .fsTwoColumnLayout {
    max-width: 1220px;
    padding: 0 20px;
    margin: 0 auto; }
  .media-video-container .fsMediaControlsContainer {
    opacity: 1 !important;
    border: none;
    position: static; }
  .media-video-container .fsMediaControls {
    position: static;
    height: 0; }
  .media-video-container .fsMediaTitleContainer, .media-video-container .fsMediaStatusBar, .media-video-container .fsMediaControlsRight,
  .media-video-container .fsMediaTimeLabel, .media-video-container .fsMediaPrevious, .media-video-container .fsMediaNext, .media-video-container .fsMediaVolume {
    display: none; }
  .media-video-container .fsMediaControl {
    background: none; }
  .media-video-container .fsMediaPlay {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color: rgba(243, 112, 33, 0.9);
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    transition: .15s; }
    @media (min-width: 600px) {
      .media-video-container .fsMediaPlay {
        width: 70px;
        height: 70px; } }
    .media-video-container .fsMediaPlay:after {
      content: "\e60d";
      font-family: "IcoMoon";
      position: absolute;
      left: 0;
      right: 0;
      font-size: 23px;
      text-align: center;
      line-height: 45px;
      top: -3px;
      margin-left: 5px; }
      @media (min-width: 600px) {
        .media-video-container .fsMediaPlay:after {
          line-height: 70px;
          font-size: 36px; } }
    .media-video-container .fsMediaPlay.fsMediaPause {
      width: 40px;
      height: 40px;
      right: auto;
      left: 10px;
      top: auto;
      bottom: 10px;
      -ms-transform: translateY(0);
      transform: translateY(0);
      transition: .5s; }
      .media-video-container .fsMediaPlay.fsMediaPause:after {
        content: '';
        position: absolute;
        height: 10px;
        width: 3px;
        background-color: #fff;
        display: block;
        left: 9px;
        right: auto;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .media-video-container .fsMediaPlay.fsMediaPause:before {
        content: '';
        position: absolute;
        height: 10px;
        width: 3px;
        background-color: #fff;
        display: block;
        left: 19px;
        right: auto;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.media-video-content {
  margin-top: 20px; }
  @media (min-width: 800px) {
    .media-video-content {
      margin-top: 0;
      padding-left: 50px; } }
  .media-video-content h2 {
    font-size: 60px;
    margin-bottom: 20px; }
    @media screen and (max-width: 940px) {
      .media-video-content h2 {
        font-size: 36px; } }
    @media screen and (max-width: 800px) {
      .media-video-content h2 {
        font-size: 60px; } }
    @media screen and (max-width: 600px) {
      .media-video-content h2 {
        font-size: 30px; } }

.home #fsPageBodyWrapper {
  position: relative;
  z-index: 1; }

.homepage-slideshow {
  position: relative;
  margin-bottom: 70px; }
  .homepage-slideshow:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 13;
    height: 740px;
    content: '';
    background: linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.7) 100%); }
  .homepage-slideshow article {
    position: relative;
    padding: 0;
    height: 40vh;
    overflow: hidden; }
    @media (min-width: 500px) {
      .homepage-slideshow article {
        height: 50vh; } }
    @media (min-width: 700px) {
      .homepage-slideshow article {
        height: 60vh; } }
    @media (min-width: 900px) {
      .homepage-slideshow article {
        height: calc(100vh - 40px); } }
    @media (min-width: 980px) {
      .homepage-slideshow article {
        height: 100vh; } }
    .homepage-slideshow article figure {
      margin: 0;
      height: 100%; }
    .homepage-slideshow article img,
    .homepage-slideshow article video {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      max-width: none;
      min-height: 100%;
      min-width: 100%; }
    .homepage-slideshow article video {
      -o-object-fit: cover;
      object-fit: cover; }
  .homepage-slideshow .fsElementSlideshowControls {
    opacity: 0;
    visibility: hidden; }
  .homepage-slideshow footer {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 14;
    bottom: 20px;
    font-size: 0;
    cursor: pointer; }
    .homepage-slideshow footer button {
      height: 20px;
      width: 40px;
      background: transparent;
      border: 0; }
      .homepage-slideshow footer button:before {
        display: block;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        content: '\e60b';
        color: rgba(255, 255, 255, 0.5);
        font-family: "IcoMoon";
        font-size: 35px; }

.homepage-news .fsListItems {
  position: relative;
  margin: 0 auto;
  max-width: 53.63636em;
  max-width: 73.75rem;
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .homepage-news .fsListItems {
      padding: 0 30px; } }
  @media (min-width: 1240px) {
    .homepage-news .fsListItems {
      padding: 0; } }
  .homepage-news .fsListItems article {
    position: relative;
    margin: 0 17.5px;
    min-height: 249px; }
    .homepage-news .fsListItems article .fsThumbnail {
      margin-bottom: 16px;
      background-position: 50% 50%;
      background-size: auto 100%;
      background-repeat: no-repeat;
      transition: background-size .3s; }
    .homepage-news .fsListItems article img {
      display: block;
      width: 100%;
      min-height: 249px;
      opacity: 0; }
    .homepage-news .fsListItems article .fsTitle {
      color: #F37021;
      font-size: 18px; }
    .homepage-news .fsListItems article .fsDateTime {
      display: none; }
    .homepage-news .fsListItems article .fsTags {
      position: absolute;
      top: 6px;
      left: 10px;
      margin: 0; }
      .homepage-news .fsListItems article .fsTags .fsTag {
        color: #fff;
        font-family: "freight-sans-pro", sans-serif;
        font-size: 14px;
        font-weight: 700;
        background: #F37021;
        text-transform: uppercase; }
    .homepage-news .fsListItems article:hover .fsThumbnail {
      background-size: auto 110%; }
    .homepage-news .fsListItems article.more-news-link {
      display: none;
      color: #fff;
      text-align: center;
      background: #F37021;
      vertical-align: middle; }
      @media (min-width: 700px) {
        .homepage-news .fsListItems article.more-news-link {
          display: block; } }
      .homepage-news .fsListItems article.more-news-link a {
        display: block;
        min-height: 249px;
        color: #fff; }
        .homepage-news .fsListItems article.more-news-link a:hover span:after {
          animation: bounceX .75s 2; }
      .homepage-news .fsListItems article.more-news-link:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        height: calc(100% - 19px);
        width: calc(100% - 19px);
        content: '';
        background: transparent;
        border: 2px solid rgba(255, 255, 255, 0.5); }
      .homepage-news .fsListItems article.more-news-link div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        font-family: "freight-sans-pro", sans-serif;
        font-size: 14px;
        font-weight: 700; }
      .homepage-news .fsListItems article.more-news-link strong {
        display: block;
        margin-bottom: 9px;
        font-size: 22px; }
      .homepage-news .fsListItems article.more-news-link span {
        position: relative;
        margin-top: 20px;
        padding-top: 15px;
        font-family: "freight-text-pro", serif;
        font-size: 18px;
        font-style: italic;
        font-weight: 700; }
        .homepage-news .fsListItems article.more-news-link span:before {
          position: absolute;
          top: 0;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          height: 3px;
          width: 30px;
          content: '';
          background: rgba(255, 255, 255, 0.5); }
        .homepage-news .fsListItems article.more-news-link span:after {
          position: absolute;
          top: 70%;
          right: -18px;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          content: '\e60b';
          font-family: "IcoMoon";
          font-style: normal;
          font-weight: 400; }

.homepage-news footer {
  margin-top: 30px;
  text-align: center; }
  .homepage-news footer a {
    position: relative; }
    .homepage-news footer a:after {
      position: absolute;
      top: 50%;
      right: -25px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: '\e60b';
      font-family: "IcoMoon";
      font-style: normal; }
  @media (min-width: 700px) {
    .homepage-news footer {
      display: none; } }

body:not(.fsComposeMode) .homepage-news.hidden {
  display: none; }

.homepage-news .slick-next, .homepage-news .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  z-index: 2; }
  .homepage-news .slick-next:before, .homepage-news .slick-prev:before {
    color: #c7c7c7;
    display: block;
    font-family: "IcoMoon";
    font-size: 40px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }

.homepage-news .slick-next {
  left: auto;
  right: 0; }
  @media (min-width: 1240px) {
    .homepage-news .slick-next {
      right: -20px; } }
  .homepage-news .slick-next:before {
    content: '\e609'; }

.homepage-news .slick-prev {
  left: 0;
  right: auto; }
  @media (min-width: 1240px) {
    .homepage-news .slick-prev {
      left: -20px; } }
  .homepage-news .slick-prev:before {
    content: '\e60a'; }

.homepage-calendar {
  margin: 70px 0;
  padding: 58px 0 70px;
  background: #f9f9f9;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }
  @media (min-width: 900px) {
    .homepage-calendar article {
      width: 25%;
      float: left;
      display: inline-block;
      padding-right: 40px; } }
  .homepage-calendar header,
  .homepage-calendar > .fsElementContent,
  .homepage-calendar footer {
    position: relative;
    margin: 0 auto;
    max-width: 53.63636em;
    max-width: 73.75rem;
    padding: 0 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .homepage-calendar header,
      .homepage-calendar > .fsElementContent,
      .homepage-calendar footer {
        padding: 0 30px; } }
    @media (min-width: 1240px) {
      .homepage-calendar header,
      .homepage-calendar > .fsElementContent,
      .homepage-calendar footer {
        padding: 0; } }
  .homepage-calendar > .fsElementContent {
    zoom: 1; }
    .homepage-calendar > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
    .homepage-calendar > .fsElementContent > .fsDayContainer {
      margin-bottom: 30px;
      word-wrap: break-word; }

@keyframes bounceX {
  50% {
    transform: translate(5px, -50%); } }

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.72727em;
  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: #686868;
      color: #686868; }
      .colors ol li:nth-of-type(1):after {
        content: "#686868"; }
    .colors ol li:nth-of-type(2) {
      background: #F37021;
      color: #F37021; }
      .colors ol li:nth-of-type(2):after {
        content: "#F37021"; }
    .colors ol li:nth-of-type(3) {
      background: #F4A261;
      color: #F4A261; }
      .colors ol li:nth-of-type(3):after {
        content: "#F4A261"; }
    .colors ol li:nth-of-type(4) {
      background: #eee;
      color: #eee; }
      .colors ol li:nth-of-type(4):after {
        content: "#eee"; }
    .colors ol li:nth-of-type(5) {
      background: #333;
      color: #333; }
      .colors ol li:nth-of-type(5):after {
        content: "#333"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.72727em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.34091em;
    padding: 0.34091em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "freight-text-pro", serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "freight-text-pro, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "freight-sans-pro", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "freight-sans-pro, 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: 48px / line: 56"; }

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

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

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

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

.headers h6:after {
  content: " size: 14px / line: 17"; }

.headline-posts #fsPageBodyWrapper {
  padding-bottom: 0; }
  .headline-posts #fsPageBodyWrapper #fsPageContent {
    padding-bottom: 0; }

.headline-posts .drawer-ribbon {
  display: block;
  position: fixed;
  position: absolute;
  right: 0;
  z-index: 10;
  height: 60px;
  width: 100%;
  background: transparent; }
  @media (min-width: 981px) {
    .headline-posts .drawer-ribbon {
      width: 55px; } }
  .headline-posts .drawer-ribbon:before {
    background-image: none; }
    @media (min-width: 981px) {
      .headline-posts .drawer-ribbon:before {
        background-image: url("https://greenwichcountryday.redesign.finalsite.com/uploaded/themes/default/images/school-name.png"); } }

.headline-posts #fsHeader .fsBanner {
  position: fixed;
  position: relative;
  width: 100%;
  background: #F37021;
  opacity: 0; }

.headline-posts #fsHeader.loaded .fsBanner {
  opacity: 1; }

.headline-posts #fsHeader .header-logo {
  padding: 15px 20px;
  max-width: none;
  position: static;
  height: auto; }
  .headline-posts #fsHeader .header-logo a {
    color: #fff;
    font-family: "freight-text-pro", serif;
    font-size: 19px; }
  .headline-posts #fsHeader .header-logo p {
    margin: 0; }

.headline-posts #fsHeader .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700; }
  .headline-posts #fsHeader .page-title p {
    margin-bottom: 0; }
  @media (min-width: 980px) {
    .headline-posts #fsHeader .page-title {
      display: block;
      font-size: 30px; } }

.headline-posts #fsHeader .fsThumbnail img {
  display: block;
  width: 100%; }

.headline-posts .fsSingleItem article {
  max-width: 760px;
  margin: 0 auto 60px; }
  .headline-posts .fsSingleItem article .fsTitle {
    margin-bottom: 7px;
    font-size: 48px;
    line-height: 56px; }
  .headline-posts .fsSingleItem article .fsDateTime {
    margin-bottom: 9px;
    color: #686868;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase; }
  .headline-posts .fsSingleItem article .fsBody {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    color: #2f2f2f;
    font-size: 20px;
    line-height: 30px; }
    .headline-posts .fsSingleItem article .fsBody img {
      display: block; }
    .headline-posts .fsSingleItem article .fsBody figure figcaption {
      margin-top: 11px;
      padding-left: 20px;
      color: #686868;
      font-family: "freight-sans-pro", sans-serif;
      font-size: 18px;
      font-weight: 500; }
      @media (min-width: 1200px) {
        .headline-posts .fsSingleItem article .fsBody figure figcaption {
          padding-left: 0; } }
    .headline-posts .fsSingleItem article .fsBody .body-width,
    .headline-posts .fsSingleItem article .fsBody figure {
      position: relative;
      right: 50%;
      left: 50%;
      width: 100vw;
      margin: 50px -50vw; }
      @media (min-width: 1180px) {
        .headline-posts .fsSingleItem article .fsBody .body-width,
        .headline-posts .fsSingleItem article .fsBody figure {
          padding: 0 calc(100vw / 2 - 1180px / 2); } }
    @media (min-width: 1180px) {
      .headline-posts .fsSingleItem article .fsBody .full-width {
        padding: 0; }
        .headline-posts .fsSingleItem article .fsBody .full-width img {
          width: 100%; } }

.headline-posts .more-headlines {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin: 0 -50vw;
  padding: 60px 0;
  background: #f9f9f9;
  border-top: 1px solid #e7e7e7; }
  .headline-posts .more-headlines .fsElementContent,
  .headline-posts .more-headlines header {
    position: relative;
    margin: 0 auto;
    max-width: 53.63636em;
    max-width: 73.75rem;
    padding: 0 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .headline-posts .more-headlines .fsElementContent,
      .headline-posts .more-headlines header {
        padding: 0 30px; } }
    @media (min-width: 1240px) {
      .headline-posts .more-headlines .fsElementContent,
      .headline-posts .more-headlines header {
        padding: 0; } }
  .headline-posts .more-headlines .fsListItems {
    margin: 0; }
  .headline-posts .more-headlines article {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    background: #fff;
    width: 100%;
    border: 1px solid #e7e7e7; }
    @media (min-width: 700px) {
      .headline-posts .more-headlines article {
        width: calc(100% / 3 - 14px);
        margin-bottom: 0;
        margin-top: 20px; }
        .headline-posts .more-headlines article:nth-of-type(3n-1) {
          margin: 20px 20px 0; }
        .headline-posts .more-headlines article:nth-of-type(1) {
          margin-top: 0; }
        .headline-posts .more-headlines article:nth-of-type(2) {
          margin: 0 20px; }
        .headline-posts .more-headlines article:nth-of-type(3) {
          margin-top: 0; } }
    .headline-posts .more-headlines article .fsThumbnail {
      overflow: hidden; }
      .headline-posts .more-headlines article .fsThumbnail img {
        display: block;
        width: 100%;
        -ms-transform: scale(1);
        transform: scale(1);
        transition: transform 0.3s; }
    .headline-posts .more-headlines article .article-wrapper {
      padding: 20px; }
      .headline-posts .more-headlines article .article-wrapper .fsTitle {
        margin-bottom: 0;
        font-size: 18px; }
      .headline-posts .more-headlines article .article-wrapper .fsDateTime {
        margin-bottom: 10px;
        font-family: "freight-sans-pro", sans-serif;
        font-size: 14px;
        font-weight: 500; }
      .headline-posts .more-headlines article .article-wrapper .fsSummary {
        font-family: "freight-sans-pro", sans-serif;
        font-size: 18px;
        font-weight: 500; }
    .headline-posts .more-headlines article:last-of-type {
      display: none; }
    .headline-posts .more-headlines article:before {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      width: 100%;
      content: '';
      background: #F37021;
      opacity: 0;
      transition: opacity 0.3s; }
    .headline-posts .more-headlines article:focus .fsThumbnail img, .headline-posts .more-headlines article:hover .fsThumbnail img {
      -ms-transform: scale(1.3);
      transform: scale(1.3); }
    .headline-posts .more-headlines article:focus:before, .headline-posts .more-headlines article:hover:before {
      opacity: 1; }
  .headline-posts .more-headlines.has-current .current-post {
    display: none; }
  .headline-posts .more-headlines.has-current article:last-of-type:not(.current-post) {
    display: block; }

body:not(.fsComposeMode) .fs_style_31,
body:not(.fsComposeMode) .orangeBorderButton {
  transition: all 0.3s;
  padding: 20px 40px;
  border: 1px solid #F37021;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  line-height: 40px;
  height: 120px;
  margin-bottom: 20px;
  overflow: hidden;
  background: transparent; }
  body:not(.fsComposeMode) .fs_style_31 strong, body:not(.fsComposeMode) .orangeBorderButton strong {
    transition: all 0.3s;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    font-family: "freight-sans-pro", sans-serif;
    color: #F37021; }
    body:not(.fsComposeMode) .fs_style_31 strong:after, body:not(.fsComposeMode) .orangeBorderButton strong:after {
      content: '\e60b';
      font-family: "IcoMoon";
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      padding: 5px;
      top: 2px;
      position: relative; }
  body:not(.fsComposeMode) .fs_style_31:hover,
  body:not(.fsComposeMode) .orangeBorderButton:hover {
    background: rgba(243, 112, 33, 0.9);
    color: white; }
    body:not(.fsComposeMode) .fs_style_31:hover strong, body:not(.fsComposeMode) .orangeBorderButton:hover strong {
      color: white; }

.bpa-featured-profiles-3 {
  margin: 0 0 30px; }
  @media (min-width: 800px) {
    .bpa-featured-profiles-3 {
      margin: 60px 0; } }
  @media (min-width: 800px) {
    .bpa-featured-profiles-3.fsPostElement {
      margin: 0 0 60px; } }
  @media (min-width: 1000px) {
    .bpa-featured-profiles-3.fsPostElement {
      margin: 60px 0; } }
  .bpa-featured-profiles-3 article > ul, .bpa-featured-profiles-3 article > div, .bpa-featured-profiles-3 article > a {
    position: relative;
    z-index: 5;
    width: 100%; }
  .bpa-featured-profiles-3 article > .fsThumbnail {
    background-color: #333;
    background-size: cover;
    background-position: center center; }
    .bpa-featured-profiles-3 article > .fsThumbnail img {
      opacity: 0;
      max-width: 100%;
      width: 100%; }
  .bpa-featured-profiles-3 article .fsCategories {
    margin: 0 0 5px; }
  .bpa-featured-profiles-3 article .fsCategory {
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, 0.5);
    font-family: "freight-sans-pro", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2px; }
    .bpa-featured-profiles-3 article .fsCategory:not(:last-child) {
      border: none;
      margin-right: 2px; }
      .bpa-featured-profiles-3 article .fsCategory:not(:last-child):after {
        content: ','; }
  .bpa-featured-profiles-3 article .fsTitle {
    margin-bottom: 0;
    color: #000;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 700; }
    .bpa-featured-profiles-3 article .fsTitle a {
      color: inherit; }
      .bpa-featured-profiles-3 article .fsTitle a:hover, .bpa-featured-profiles-3 article .fsTitle a:focus {
        color: inherit; }
  .bpa-featured-profiles-3 .active-profile article {
    position: relative;
    padding: 0;
    margin: 0;
    box-shadow: inset 0 0 0 1px #E0E0E0;
    display: block; }
    @media (min-width: 800px) {
      .bpa-featured-profiles-3 .active-profile article {
        height: 40.98361vw;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; } }
    @media (min-width: 1220px) {
      .bpa-featured-profiles-3 .active-profile article {
        height: 500px; } }
    .bpa-featured-profiles-3 .active-profile article:before, .bpa-featured-profiles-3 .active-profile article:after {
      display: none; }
    .bpa-featured-profiles-3 .active-profile article:after {
      content: '';
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 51.8%, #FFFFFF 100%);
      width: calc(100% - 30px);
      height: 39px;
      position: absolute;
      left: auto;
      right: 30px;
      bottom: 1px;
      z-index: 8;
      visibility: visible; }
      @media (min-width: 800px) {
        .bpa-featured-profiles-3 .active-profile article:after {
          display: block; } }
      @media (min-width: 1000px) {
        .bpa-featured-profiles-3 .active-profile article:after {
          height: 59px; } }
    .bpa-featured-profiles-3 .active-profile article.has-thumbnail {
      box-shadow: none; }
      @media (min-width: 800px) {
        .bpa-featured-profiles-3 .active-profile article.has-thumbnail {
          margin: 40px 0;
          box-shadow: inset 0 0 0 1px #E0E0E0; } }
    .bpa-featured-profiles-3 .active-profile article > .fsThumbnail {
      position: relative;
      overflow: hidden;
      background-position: center top;
      z-index: 10;
      width: calc(100% - 40px);
      max-width: 580px;
      margin: 0 auto;
      -ms-transform: translateY(30px);
      transform: translateY(30px); }
      @media (min-width: 400px) {
        .bpa-featured-profiles-3 .active-profile article > .fsThumbnail {
          width: calc(100% - 60px); } }
      @media (min-width: 800px) {
        .bpa-featured-profiles-3 .active-profile article > .fsThumbnail {
          height: auto;
          margin: -30px 0;
          -ms-flex-item-align: stretch;
          align-self: stretch;
          width: 50%;
          -ms-transform: none;
          transform: none; } }
      @media (min-width: 1000px) {
        .bpa-featured-profiles-3 .active-profile article > .fsThumbnail {
          margin: -40px 0; } }
      .bpa-featured-profiles-3 .active-profile article > .fsThumbnail:before {
        display: none; }
      .bpa-featured-profiles-3 .active-profile article > .fsThumbnail img {
        display: block;
        padding-bottom: 100%;
        width: 100%;
        height: 0; }
        @media (min-width: 800px) {
          .bpa-featured-profiles-3 .active-profile article > .fsThumbnail img {
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            white-space: nowrap;
            width: 1px;
            opacity: 1; } }
    .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper {
      box-shadow: inset 0 0 0 1px #E0E0E0;
      padding: 60px 20px 30px; }
      @media (min-width: 400px) {
        .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper {
          padding: 60px 30px 30px; } }
      @media (min-width: 800px) {
        .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper {
          -ms-flex-positive: 1;
          flex-grow: 1;
          width: calc(100% - 580px - 1px);
          max-height: calc(100% - 2px);
          overflow: auto;
          padding: 40px 20px;
          box-shadow: none; } }
      @media (min-width: 1000px) {
        .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper {
          padding: 60px 30px; } }
    .bpa-featured-profiles-3 .active-profile article .fsCategories {
      margin: 0 0 5px; }
    .bpa-featured-profiles-3 .active-profile article .fsSummary, .bpa-featured-profiles-3 .active-profile article .fsBody, .bpa-featured-profiles-3 .active-profile article .fsReadMoreLink {
      margin-top: 15px; }
      @media (min-width: 800px) {
        .bpa-featured-profiles-3 .active-profile article .fsSummary, .bpa-featured-profiles-3 .active-profile article .fsBody, .bpa-featured-profiles-3 .active-profile article .fsReadMoreLink {
          margin-top: 30px; } }
    .bpa-featured-profiles-3 .active-profile article .fsReadMoreLink {
      width: auto;
      display: inline-block;
      font-size: 18px;
      font-family: "freight-sans-pro", sans-serif; }
    .bpa-featured-profiles-3 .active-profile article .fsBody {
      display: none; }
      @media (min-width: 800px) {
        .bpa-featured-profiles-3 .active-profile article .fsBody {
          display: block; } }
      @media (min-width: 800px) {
        .bpa-featured-profiles-3 .active-profile article .fsBody + .fsReadMoreLink {
          display: none; } }
  .bpa-featured-profiles-3.slider-profile-nav {
    padding-bottom: 70px;
    position: relative;
    margin-left: -3px;
    margin-right: -3px; }
    @media (min-width: 600px) {
      .bpa-featured-profiles-3.slider-profile-nav {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 60px; } }
    .bpa-featured-profiles-3.slider-profile-nav:last-child {
      margin-bottom: 0; }
    .bpa-featured-profiles-3.slider-profile-nav .slick-track {
      display: -ms-flexbox;
      display: flex; }
      .bpa-featured-profiles-3.slider-profile-nav .slick-track:before, .bpa-featured-profiles-3.slider-profile-nav .slick-track:after {
        display: none; }
    .bpa-featured-profiles-3.slider-profile-nav article {
      position: relative;
      background-size: cover;
      background-position: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto;
      margin: 0 3px; }
      @media (min-width: 600px) {
        .bpa-featured-profiles-3.slider-profile-nav article {
          margin: 0 10px; } }
      @media (min-width: 700px) {
        .bpa-featured-profiles-3.slider-profile-nav article {
          min-height: 382px; } }
      .bpa-featured-profiles-3.slider-profile-nav article > ul, .bpa-featured-profiles-3.slider-profile-nav article > div, .bpa-featured-profiles-3.slider-profile-nav article > a {
        display: none; }
      .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
        @media (min-width: 600px) {
          .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail {
            padding: 30px; } }
        .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 34%;
          bottom: 0;
          left: 0;
          background: linear-gradient(180deg, rgba(12, 22, 31, 0) 0%, #0C161F 100%);
          transition: height .3s ease-in-out;
          z-index: 3; }
        .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img {
          padding-bottom: 144.444%;
          height: 0; }
          @media (min-width: 600px) {
            .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img {
              padding-bottom: 0;
              height: auto;
              max-height: 345px; } }
          @media (min-width: 1000px) {
            .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img {
              max-height: 265px; } }
        .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder {
          position: relative;
          z-index: 5;
          width: 100%;
          color: #fff;
          display: none; }
          @media (min-width: 600px) {
            .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder {
              display: block; } }
          .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder .fsTitle, .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder .fsCategory {
            color: inherit; }
            .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder .fsTitle a, .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder .fsCategory a {
              color: inherit; }
        .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail + div, .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail + ul, .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail + a {
          margin: 10px 0 0; }
        .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail:hover:before, .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail:focus:before {
          height: 42%; }
      .bpa-featured-profiles-3.slider-profile-nav article.slick-current:after {
        content: '';
        visibility: visible;
        height: calc(100% - 10px);
        width: calc(100% - 10px);
        position: absolute;
        left: 5px;
        top: 5px;
        box-shadow: inset 0 0 0 1px #fff;
        z-index: 10; }
    .bpa-featured-profiles-3.slider-profile-nav a {
      pointer-events: none; }
  .bpa-featured-profiles-3 .slick-arrow {
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid #E0E0E0;
    color: transparent;
    cursor: pointer;
    display: block;
    height: 50px;
    width: 50px;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    z-index: 200;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
    bottom: 0; }
    .bpa-featured-profiles-3 .slick-arrow:before {
      color: #686868;
      font-size: 28px;
      transition: .3s;
      display: block;
      line-height: 1;
      width: 100%;
      text-align: center;
      height: auto;
      position: absolute;
      left: 0;
      position: absolute;
      top: 50%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .bpa-featured-profiles-3 .slick-arrow.slick-prev {
      margin-left: -28px; }
      .bpa-featured-profiles-3 .slick-arrow.slick-prev:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .bpa-featured-profiles-3 .slick-arrow.slick-next {
      margin-left: 28px; }
      .bpa-featured-profiles-3 .slick-arrow.slick-next:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .bpa-featured-profiles-3 .slick-arrow:hover:before, .bpa-featured-profiles-3 .slick-arrow:focus:before {
      color: rgba(104, 104, 104, 0.5);
      transition: .3s; }
  .fsBannerLeft .bpa-featured-profiles-3,
  .fsBannerRight .bpa-featured-profiles-3,
  .fsStyleOneThird .bpa-featured-profiles-3,
  .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .bpa-featured-profiles-3,
  .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3,
  .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3,
  .wide-left > .fsStyleColumn-last .bpa-featured-profiles-3,
  .wide-right > .fsStyleColumn-1 .bpa-featured-profiles-3 {
    margin-top: 0; }
    .fsBannerLeft .bpa-featured-profiles-3.fsPostElement,
    .fsBannerRight .bpa-featured-profiles-3.fsPostElement,
    .fsStyleOneThird .bpa-featured-profiles-3.fsPostElement,
    .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .bpa-featured-profiles-3.fsPostElement,
    .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3.fsPostElement,
    .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3.fsPostElement,
    .wide-left > .fsStyleColumn-last .bpa-featured-profiles-3.fsPostElement,
    .wide-right > .fsStyleColumn-1 .bpa-featured-profiles-3.fsPostElement {
      margin-bottom: 30px; }
    .fsBannerLeft .bpa-featured-profiles-3 .active-profile article,
    .fsBannerRight .bpa-featured-profiles-3 .active-profile article,
    .fsStyleOneThird .bpa-featured-profiles-3 .active-profile article,
    .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .bpa-featured-profiles-3 .active-profile article,
    .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article,
    .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article,
    .wide-left > .fsStyleColumn-last .bpa-featured-profiles-3 .active-profile article,
    .wide-right > .fsStyleColumn-1 .bpa-featured-profiles-3 .active-profile article {
      display: block;
      height: auto; }
      .fsBannerLeft .bpa-featured-profiles-3 .active-profile article:after,
      .fsBannerRight .bpa-featured-profiles-3 .active-profile article:after,
      .fsStyleOneThird .bpa-featured-profiles-3 .active-profile article:after,
      .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .bpa-featured-profiles-3 .active-profile article:after,
      .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article:after,
      .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article:after,
      .wide-left > .fsStyleColumn-last .bpa-featured-profiles-3 .active-profile article:after,
      .wide-right > .fsStyleColumn-1 .bpa-featured-profiles-3 .active-profile article:after {
        display: none; }
      .fsBannerLeft .bpa-featured-profiles-3 .active-profile article.has-thumbnail,
      .fsBannerRight .bpa-featured-profiles-3 .active-profile article.has-thumbnail,
      .fsStyleOneThird .bpa-featured-profiles-3 .active-profile article.has-thumbnail,
      .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .bpa-featured-profiles-3 .active-profile article.has-thumbnail,
      .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article.has-thumbnail,
      .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article.has-thumbnail,
      .wide-left > .fsStyleColumn-last .bpa-featured-profiles-3 .active-profile article.has-thumbnail,
      .wide-right > .fsStyleColumn-1 .bpa-featured-profiles-3 .active-profile article.has-thumbnail {
        box-shadow: none;
        margin: 0; }
      .fsBannerLeft .bpa-featured-profiles-3 .active-profile article > .fsThumbnail,
      .fsBannerRight .bpa-featured-profiles-3 .active-profile article > .fsThumbnail,
      .fsStyleOneThird .bpa-featured-profiles-3 .active-profile article > .fsThumbnail,
      .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .bpa-featured-profiles-3 .active-profile article > .fsThumbnail,
      .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article > .fsThumbnail,
      .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article > .fsThumbnail,
      .wide-left > .fsStyleColumn-last .bpa-featured-profiles-3 .active-profile article > .fsThumbnail,
      .wide-right > .fsStyleColumn-1 .bpa-featured-profiles-3 .active-profile article > .fsThumbnail {
        max-width: 580px;
        margin: 0 auto;
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        width: calc(100% - 40px); }
        .fsBannerLeft .bpa-featured-profiles-3 .active-profile article > .fsThumbnail img,
        .fsBannerRight .bpa-featured-profiles-3 .active-profile article > .fsThumbnail img,
        .fsStyleOneThird .bpa-featured-profiles-3 .active-profile article > .fsThumbnail img,
        .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .bpa-featured-profiles-3 .active-profile article > .fsThumbnail img,
        .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article > .fsThumbnail img,
        .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article > .fsThumbnail img,
        .wide-left > .fsStyleColumn-last .bpa-featured-profiles-3 .active-profile article > .fsThumbnail img,
        .wide-right > .fsStyleColumn-1 .bpa-featured-profiles-3 .active-profile article > .fsThumbnail img {
          display: block;
          padding-bottom: 100%;
          width: 100%;
          height: 0;
          position: relative;
          white-space: normal; }
      .fsBannerLeft .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper,
      .fsBannerRight .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper,
      .fsStyleOneThird .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper,
      .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper,
      .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper,
      .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper,
      .wide-left > .fsStyleColumn-last .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper,
      .wide-right > .fsStyleColumn-1 .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper {
        box-shadow: inset 0 0 0 1px #E0E0E0;
        padding: 60px 20px 30px;
        width: 100%; }
    .fsBannerLeft .bpa-featured-profiles-3.slider-profile-nav article,
    .fsBannerRight .bpa-featured-profiles-3.slider-profile-nav article,
    .fsStyleOneThird .bpa-featured-profiles-3.slider-profile-nav article,
    .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article,
    .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article,
    .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article,
    .wide-left > .fsStyleColumn-last .bpa-featured-profiles-3.slider-profile-nav article,
    .wide-right > .fsStyleColumn-1 .bpa-featured-profiles-3.slider-profile-nav article {
      padding: 0; }
      .fsBannerLeft .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail,
      .fsBannerRight .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail,
      .fsStyleOneThird .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail,
      .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail,
      .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail,
      .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail,
      .wide-left > .fsStyleColumn-last .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail,
      .wide-right > .fsStyleColumn-1 .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail {
        padding: 0; }
        .fsBannerLeft .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img,
        .fsBannerRight .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img,
        .fsStyleOneThird .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img,
        .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img,
        .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img,
        .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img,
        .wide-left > .fsStyleColumn-last .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img,
        .wide-right > .fsStyleColumn-1 .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img {
          padding-bottom: 144.444%;
          height: 0; }
        .fsBannerLeft .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder,
        .fsBannerRight .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder,
        .fsStyleOneThird .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder,
        .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder,
        .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder,
        .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder,
        .wide-left > .fsStyleColumn-last .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder,
        .wide-right > .fsStyleColumn-1 .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder {
          display: none; }
  @media (min-width: 800px) {
    .fsHasLeftBanner .bpa-featured-profiles-3 .active-profile article,
    .fsHasRightBanner .bpa-featured-profiles-3 .active-profile article,
    .fsHasTwoColumnWideLeftLayout .bpa-featured-profiles-3 .active-profile article,
    .fsHasTwoColumnWideRightLayout .bpa-featured-profiles-3 .active-profile article {
      height: 29.91803vw; } }
  @media (min-width: 1220px) {
    .fsHasLeftBanner .bpa-featured-profiles-3 .active-profile article,
    .fsHasRightBanner .bpa-featured-profiles-3 .active-profile article,
    .fsHasTwoColumnWideLeftLayout .bpa-featured-profiles-3 .active-profile article,
    .fsHasTwoColumnWideRightLayout .bpa-featured-profiles-3 .active-profile article {
      height: 365px; } }
  @media (max-width: 915px) {
    .fsHasLeftBanner .bpa-featured-profiles-3.slider-profile-nav article,
    .fsHasRightBanner .bpa-featured-profiles-3.slider-profile-nav article,
    .fsHasTwoColumnWideLeftLayout .bpa-featured-profiles-3.slider-profile-nav article,
    .fsHasTwoColumnWideRightLayout .bpa-featured-profiles-3.slider-profile-nav article {
      padding: 0; }
      .fsHasLeftBanner .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail,
      .fsHasRightBanner .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail,
      .fsHasTwoColumnWideLeftLayout .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail,
      .fsHasTwoColumnWideRightLayout .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail {
        padding: 0; }
        .fsHasLeftBanner .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img,
        .fsHasRightBanner .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img,
        .fsHasTwoColumnWideLeftLayout .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img,
        .fsHasTwoColumnWideRightLayout .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img {
          padding-bottom: 144.444%;
          height: 0; }
        .fsHasLeftBanner .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder,
        .fsHasRightBanner .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder,
        .fsHasTwoColumnWideLeftLayout .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder,
        .fsHasTwoColumnWideRightLayout .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder {
          display: none; } }
  body.fsComposeMode .bpa-featured-profiles-3 .active-profile article.has-thumbnail {
    margin-bottom: 100px; }
  body.fsComposeMode .bpa-featured-profiles-3 .active-profile article:after {
    display: none; }
  body.fsComposeMode .bpa-featured-profiles-3.slider-profile-nav .slick-list {
    display: none; }

.has-bpa-featured-profiles .fsElementDialog {
  width: 860px;
  color: #686868;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 22px;
  line-height: 30px; }
  .has-bpa-featured-profiles .fsElementDialog .fsThumbnailAlignLeft .fsThumbnail {
    margin-bottom: 30px;
    margin-right: 0;
    float: none; }
    @media (min-width: 600px) {
      .has-bpa-featured-profiles .fsElementDialog .fsThumbnailAlignLeft .fsThumbnail {
        margin-right: 30px;
        float: left; } }
  .has-bpa-featured-profiles .fsElementDialog .fsCategories {
    margin: 0 0 5px; }
  .has-bpa-featured-profiles .fsElementDialog .fsCategory {
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, 0.5);
    font-family: "freight-sans-pro", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2px; }
    .has-bpa-featured-profiles .fsElementDialog .fsCategory:not(:last-child) {
      border: none;
      margin-right: 2px; }
      .has-bpa-featured-profiles .fsElementDialog .fsCategory:not(:last-child):after {
        content: ','; }
  .has-bpa-featured-profiles .fsElementDialog .fsTitle {
    margin-bottom: 20px;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 700; }

@media (max-width: 600px) {
  .has-bpa-featured-profiles .fsDialogContent {
    padding: 50px 20px 20px; } }

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

.bpa-post-filter-1 {
  margin-bottom: 20px; }

body.fsComposeMode .fsTagFilter.bpa-post-filter-1.tag-dropdown > header h2 {
  display: block; }

body.fsComposeMode .fsTagFilter.bpa-post-filter-1.tag-dropdown > .fsElementContent {
  display: block; }

.fsTagFilter.bpa-post-filter-1 {
  margin-top: 20px; }
  .fsTagFilter.bpa-post-filter-1 > header h2 {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px; }
  .fsTagFilter.bpa-post-filter-1 .tags_trigger {
    display: none; }
  .fsTagFilter.bpa-post-filter-1.tag-dropdown > header h2 {
    display: none; }
  .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 55px;
    position: relative;
    background-color: #f9f9f9;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all .3s;
    margin-bottom: 12px;
    display: block;
    height: 61px; }
    @media (max-width: 600px) {
      .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
        font-size: 17px;
        line-height: 48px; } }
    .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:before {
      content: '';
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 35px;
      height: 35px;
      background-color: #fff;
      border-radius: 100%;
      right: 20px; }
    .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 32px;
      line-height: 1;
      color: #F4A261;
      font-size: 25px;
      font-size: 25px; }
    .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:hover, .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:focus {
      background-color: #F4A261;
      color: #fff; }
    @media (max-width: 700px) {
      .fsStyleOneThird .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
        font-size: 17px;
        line-height: 48px; } }
  .fsTagFilter.bpa-post-filter-1.tag-dropdown > .fsElementContent {
    display: none; }
  .fsTagFilter.bpa-post-filter-1.tag-dropdown.is-active .tags_trigger:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    right: 29px; }
  .fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink {
    padding: 5px 10px;
    margin: 0 5px 10px 0;
    background-color: #f9f9f9;
    border-radius: 0;
    color: #686868;
    border: none !important;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none; }
    .fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink:hover, .fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink:focus {
      background-color: #F4A261;
      color: #fff; }
  .fsTagFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsTagLink {
    background-color: #F4A261;
    color: #fff; }

body.fsComposeMode .fsCategoryFilter.bpa-post-filter-1.category-dropdown > header h2 {
  display: block; }

body.fsComposeMode .fsCategoryFilter.bpa-post-filter-1.category-dropdown > .fsElementContent {
  display: block; }

.fsCategoryFilter.bpa-post-filter-1 {
  margin-top: 40px; }
  @media (max-width: 600px) {
    .fsCategoryFilter.bpa-post-filter-1 {
      margin-top: 24px; } }
  .fsCategoryFilter.bpa-post-filter-1 > header h2 {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    display: block; }
    @media (max-width: 600px) {
      .fsCategoryFilter.bpa-post-filter-1 > header h2 {
        display: none; } }
  .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 55px;
    position: relative;
    background-color: #f9f9f9;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all .3s;
    margin-bottom: 12px;
    display: block;
    height: 61px;
    display: none; }
    @media (max-width: 600px) {
      .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        font-size: 17px;
        line-height: 48px; } }
    .fsCategoryFilter.bpa-post-filter-1 .category_trigger:before {
      content: '';
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 35px;
      height: 35px;
      background-color: #fff;
      border-radius: 100%;
      right: 20px; }
    .fsCategoryFilter.bpa-post-filter-1 .category_trigger:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 32px;
      line-height: 1;
      color: #F4A261;
      font-size: 25px;
      font-size: 25px; }
    .fsCategoryFilter.bpa-post-filter-1 .category_trigger:hover, .fsCategoryFilter.bpa-post-filter-1 .category_trigger:focus {
      background-color: #F4A261;
      color: #fff; }
    @media (max-width: 700px) {
      .fsStyleOneThird .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        font-size: 17px;
        line-height: 48px; } }
    @media (max-width: 600px) {
      .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        display: block; } }
  .fsCategoryFilter.bpa-post-filter-1 > .fsElementContent {
    width: 100%;
    z-index: 2;
    display: block; }
    @media (max-width: 600px) {
      .fsCategoryFilter.bpa-post-filter-1 > .fsElementContent {
        display: none; } }
  @media (max-width: 600px) {
    .fsCategoryFilter.bpa-post-filter-1.is-active > header .category_trigger:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      right: 29px; } }
  .fsCategoryFilter.bpa-post-filter-1.category-dropdown {
    margin: 20px 0; }
    .fsCategoryFilter.bpa-post-filter-1.category-dropdown > header h2 {
      display: none; }
    .fsCategoryFilter.bpa-post-filter-1.category-dropdown .category_trigger {
      display: block; }
    .fsCategoryFilter.bpa-post-filter-1.category-dropdown > .fsElementContent {
      display: none; }
  .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li {
    display: block;
    border-bottom: solid 1px #e5e5e5; }
    .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:last-child {
      border-bottom: none; }
    .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:first-child .fsCategoryLink {
      padding-top: 0; }
      .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:first-child .fsCategoryLink:before {
        top: 7px; }
  .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink {
    position: relative;
    text-align: left;
    border: none;
    padding: 14px 25px;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    color: #686868 !important;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    border: 0 !important; }
    .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:before {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      top: 21px;
      left: 0;
      border: 1px solid #F4A261;
      border-radius: 100%;
      background: transparent;
      transition: .3s; }
    .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:hover, .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:focus {
      color: #F4A261 !important; }
  .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsCategoryLink:before {
    background-color: #F4A261;
    transition: .3s; }
  .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsCategoryLink:focus {
    color: #686868 !important; }

body:not(.fsComposeMode) .filter-search-container {
  position: relative;
  margin-top: 40px; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 > header {
      width: 280px; } }
  body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 > header h2 {
    display: none; }
  body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
    display: block; }
  body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 > .fsElementContent {
    display: none;
    padding-bottom: 10px;
    border-bottom: solid 1px #e5e5e5; }
  body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1.is-active > header .category_trigger:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    right: 29px; }
  body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList {
    background: #fff;
    margin-bottom: 0; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden; } }
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li {
      border-bottom: solid 1px #e5e5e5; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li {
          width: calc(33.33% - 20px);
          margin: 1px 10px -1px 10px; } }
      body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:first-child .fsCategoryLink {
        padding-top: 9px; }
      @media (max-width: 600px) {
        body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:last-child {
          border: 0; } }
      body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li .fsCategoryLink {
        padding: 9px 25px 9px 40px; }
        body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li .fsCategoryLink:before {
          left: 20px;
          top: 16px; }
  body:not(.fsComposeMode) .filter-search-container .fsSearch.bpa-post-filter-1 {
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .filter-search-container .fsSearch.bpa-post-filter-1 {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100% - 300px);
        margin-bottom: 0; } }

.fsSearch.bpa-post-filter-1 .fsElementToolsSearch {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  padding: 15.5px 20px; }
  @media (max-width: 600px) {
    .fsSearch.bpa-post-filter-1 .fsElementToolsSearch {
      padding: 13px 20px; } }

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 5px; }
  .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField {
    border: none;
    background: none;
    padding: 0 30px 0 0;
    color: #686868;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1; }
    @media (max-width: 600px) {
      .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField {
        font-size: 17px; } }
    .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField::-moz-placeholder {
      color: #686868; }
    .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField:-ms-input-placeholder {
      color: #686868; }
    .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField::placeholder {
      color: #686868; }
  .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsButtonClear {
    display: none; }
  .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword.buttonClearActive .fsButtonClear {
    display: block; }

.fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton {
  margin: 0;
  width: 35px;
  color: transparent !important;
  padding: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: transparent;
  position: relative;
  border: 0 !important; }
  .fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton:before {
    content: '';
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 100%; }
  .fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    left: 0;
    line-height: 1;
    color: #F4A261;
    font-size: 16px; }

.fsGrid.bpa-post-filter-1 .fsListItems {
  margin-left: -10px;
  margin-right: -10px; }

.fsGrid.bpa-post-filter-1 article {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
  padding: 10px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center; }
  @media (min-width: 600px) {
    .fsGrid.bpa-post-filter-1 article {
      width: 100%; } }
  @media (min-width: 800px) {
    .fsGrid.bpa-post-filter-1 article {
      width: 50%; } }
  @media (min-width: 1000px) {
    .fsGrid.bpa-post-filter-1 article {
      width: 33.33%; } }
  .fsGrid.bpa-post-filter-1 article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    background-color: #f9f9f9; }
  .fsGrid.bpa-post-filter-1 article > div, .fsGrid.bpa-post-filter-1 article > a {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .fsGrid.bpa-post-filter-1 article > .fsTitle {
    position: relative;
    padding-bottom: 16px;
    transition: 0.4s;
    transform: translate3d(0, 36px, 0);
    color: #686868;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: none; }
    .fsGrid.bpa-post-filter-1 article > .fsTitle a {
      color: inherit; }
    .fsGrid.bpa-post-filter-1 article > .fsTitle:after {
      content: '';
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0;
      width: 30px;
      height: 3px;
      background-color: #F4A261; }
  .fsGrid.bpa-post-filter-1 article > .fsThumbnail {
    padding: 0;
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat; }
    .fsGrid.bpa-post-filter-1 article > .fsThumbnail:before {
      content: '';
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
      opacity: 0.6;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .4s; }
    .fsGrid.bpa-post-filter-1 article > .fsThumbnail img {
      opacity: 0;
      visibility: hidden; }
  .fsGrid.bpa-post-filter-1 article > .fsSummary {
    color: inherit;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 12px;
    height: 72px;
    opacity: 0;
    overflow: hidden;
    transition: 0.4s;
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  .fsGrid.bpa-post-filter-1 article > .fsReadMoreLink {
    position: absolute;
    width: 100%;
    height: 100%;
    color: transparent;
    top: 0;
    left: 0; }
  .fsGrid.bpa-post-filter-1 article:hover > .fsTitle, .fsGrid.bpa-post-filter-1 article:focus > .fsTitle, .fsGrid.bpa-post-filter-1 article.active > .fsTitle {
    transform: translate3d(0, 0, 0);
    transition: 0.4s; }
  .fsGrid.bpa-post-filter-1 article:hover > .fsThumbnail:before, .fsGrid.bpa-post-filter-1 article:focus > .fsThumbnail:before, .fsGrid.bpa-post-filter-1 article.active > .fsThumbnail:before {
    background: linear-gradient(180deg, black 0%, #000000 100%);
    opacity: 0.8;
    transition: all .4s; }
  .fsGrid.bpa-post-filter-1 article:hover > .fsSummary, .fsGrid.bpa-post-filter-1 article:focus > .fsSummary, .fsGrid.bpa-post-filter-1 article.active > .fsSummary {
    opacity: 1;
    transition: 0.4s;
    -ms-transform: scale(1);
    transform: scale(1); }
  .fsGrid.bpa-post-filter-1 article[class*="fsCategory"] {
    padding: 20px 20px 30px; }
    .fsGrid.bpa-post-filter-1 article[class*="fsCategory"] > .fsTitle {
      transform: translate3d(0, 0, 0); }
      .fsGrid.bpa-post-filter-1 article[class*="fsCategory"] > .fsTitle:before {
        display: block;
        border-radius: 100%;
        width: 60px;
        height: 60px;
        color: #686868;
        background-color: #fff;
        margin: 0 auto 25px;
        line-height: 60px;
        font-size: 24px;
        font-weight: normal; }
    .fsGrid.bpa-post-filter-1 article[class*="fsCategory"]:hover > .fsTitle, .fsGrid.bpa-post-filter-1 article[class*="fsCategory"]:focus > .fsTitle, .fsGrid.bpa-post-filter-1 article[class*="fsCategory"].active > .fsTitle {
      transform: translate3d(0, -42.5px, 0);
      transition: 0.4s; }
      .fsGrid.bpa-post-filter-1 article[class*="fsCategory"]:hover > .fsTitle:before, .fsGrid.bpa-post-filter-1 article[class*="fsCategory"]:focus > .fsTitle:before, .fsGrid.bpa-post-filter-1 article[class*="fsCategory"].active > .fsTitle:before {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        transition: 0.4s; }
    .fsGrid.bpa-post-filter-1 article[class*="fsCategory"]:hover > .fsSummary, .fsGrid.bpa-post-filter-1 article[class*="fsCategory"]:focus > .fsSummary, .fsGrid.bpa-post-filter-1 article[class*="fsCategory"].active > .fsSummary {
      opacity: 1;
      transition: 0.4s;
      transform: translate3d(0, -42.5px, 0) scale(1); }
  .fsGrid.bpa-post-filter-1 article.has-summary[class*="fsCategory"] {
    padding: 0 20px; }
    .fsGrid.bpa-post-filter-1 article.has-summary[class*="fsCategory"].icon > .fsTitle {
      transform: translate3d(0, 42px, 0); }
    .fsGrid.bpa-post-filter-1 article.has-summary[class*="fsCategory"]:hover > .fsTitle, .fsGrid.bpa-post-filter-1 article.has-summary[class*="fsCategory"]:focus > .fsTitle, .fsGrid.bpa-post-filter-1 article.has-summary[class*="fsCategory"].active > .fsTitle {
      transform: translate3d(0, -42.5px, 0); }
  .fsGrid.bpa-post-filter-1 article.has-thumbnail > .fsTitle {
    color: #fff;
    text-shadow: 1px 1px 1px #000; }
    .fsGrid.bpa-post-filter-1 article.has-thumbnail > .fsTitle:before {
      text-shadow: none; }
    .fsGrid.bpa-post-filter-1 article.has-thumbnail > .fsTitle a {
      color: inherit; }
  .fsGrid.bpa-post-filter-1 article.has-thumbnail > .fsSummary {
    color: #fff;
    text-shadow: 1px 1px 1px #000; }

.fsGrid.bpa-post-filter-1.dark article:before {
  background-color: #F37021; }

.fsGrid.bpa-post-filter-1.dark article > .fsTitle {
  color: #fff; }
  .fsGrid.bpa-post-filter-1.dark article > .fsTitle a {
    color: inherit; }

.fsGrid.bpa-post-filter-1.dark article > .fsSummary {
  color: #fff; }

.fsStyleOneThird .fsGrid.bpa-post-filter-1 article {
  width: 100%; }

.apple[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.backpack[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.bar-graph[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.baseball[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.book[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.briefcase[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.bullhorn[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.bus[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.calendar[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.camera[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.certificate[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.check[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.chess[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.city[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.college[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.cross[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.directory[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.diversity[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.door[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.droplet[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.enroll[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.faq[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.files[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.football[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.gift[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.giving[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.globe[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.grad[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.group-boys[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.group-coed[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.group-girls[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.group[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.heart[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.info[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.jersey[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.leaf[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.lightbulb[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.link[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.list[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.location[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.lock[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.map[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.medal[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.microscope[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.music[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.paint[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.pencil[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.person[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.phone[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.piggy-bank[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.portion[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.question[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.ratio[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.robot[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.school[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.screens[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.settings[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.shoe[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.soccer[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.sports[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.star-of-david[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.star[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.store[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.sun[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.teacher[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.theatre[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.time[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.tree[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.trophy[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.warning[class*="fsCategory"] .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1; }

.icon-library .fsElement.fsContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  .icon-library .fsElement.fsContent.apple:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.backpack:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.bar-graph:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.baseball:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.book:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.briefcase:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.bullhorn:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.bus:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.calendar:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.camera:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.certificate:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.check:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.chess:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.city:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.college:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.cross:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.directory:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.diversity:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.door:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.droplet:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.enroll:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.faq:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.files:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.football:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.gift:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.giving:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.globe:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.grad:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.group-boys:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.group-coed:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.group-girls:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.group:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.heart:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.info:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.jersey:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.leaf:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.lightbulb:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.link:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.list:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.location:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.lock:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.map:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.medal:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.microscope:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.music:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.paint:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.pencil:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.person:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.phone:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.piggy-bank:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.portion:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.question:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.ratio:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.robot:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.school:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.screens:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.settings:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.shoe:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.soccer:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.sports:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.star-of-david:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.star:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.store:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.sun:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.teacher:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.theatre:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.time:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.tree:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.trophy:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent.warning:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none; }
  .icon-library .fsElement.fsContent:before {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px; }
