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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * 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: 65.5555555556em;
  max-width: 73.75rem; }

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("/uploaded/themes/default/fonts//icomoon.eot");
  src: url("/uploaded/themes/default/fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts//icomoon.woff") format("woff"), url("/uploaded/themes/default/fonts//icomoon.ttf") format("truetype"), url("/uploaded/themes/default/fonts//icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }
h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  color: #808084;
  letter-spacing: normal;
  font-size: 40px;
  line-height: 1.0833333333em;
  font-family: "minion-pro", serif;
  word-wrap: break-word;
  margin-bottom: 0.5em; }
  @media (min-width: 600px) {
    h1,
    .alpha {
      font-size: 3.3333333333em; } }

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  color: #808084;
  letter-spacing: normal;
  font-size: 1.8888888889em;
  line-height: 1.2058823529em;
  color: #fda31f;
  margin-bottom: 0.8823529412em; }

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  color: #808084;
  letter-spacing: normal;
  font-size: 1.2222222222em;
  line-height: 1.1818181818em;
  text-transform: uppercase;
  color: #444;
  font-weight: 600;
  margin-bottom: 0.9090909091em; }

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  color: #808084;
  letter-spacing: normal;
  font-size: 1.2222222222em;
  line-height: 1.1818181818em;
  color: #444;
  font-weight: 600;
  margin-bottom: 0.9090909091em; }

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  color: #808084;
  letter-spacing: normal;
  font-size: 0.8888888889em;
  line-height: 1.1875em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 1.25em; }

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  color: #808084;
  letter-spacing: normal;
  font-size: 0.8333333333em;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 0.6666666667em; }

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

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

table.styled, table.fs_style_29 {
  margin-bottom: 1.1111111111em;
  width: 100%; }
  table.styled tr, table.fs_style_29 tr {
    background-color: #ddd;
    border-bottom: 1px solid #fff;
    zoom: 1; }
    table.styled tr:after, table.fs_style_29 tr:after {
      display: table;
      clear: both;
      content: ''; }
    table.styled tr:nth-of-type(odd), table.fs_style_29 tr:nth-of-type(odd) {
      background-color: #f1f2f2; }
  table.styled th,
  table.styled td, table.fs_style_29 th,
  table.fs_style_29 td {
    vertical-align: top; }
  table.styled th, table.fs_style_29 th {
    padding: 1.1111111111em;
    text-align: left;
    background: #78a22f;
    color: #fff; }
  table.styled td, table.fs_style_29 td {
    padding: 0.5555555556em 1.1111111111em;
    display: inline-block;
    float: left; }

.fsElementContent table {
  margin-bottom: 20px; }
.fsElementContent p {
  margin: 0 0 25px; }

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

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

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

/*! content - buttons v0.0.1 */
.fsBanner .fs_style_25, .fsBanner .fs_style_26, .fsBanner .fs_style_27 {
  width: 100%; }

.button, .fs_style_25 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 25px 30px;
  background: #b60050;
  color: #fff;
  outline: 0;
  text-align: center;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  border: solid 2px #b60050;
  transition: .3s; }
  .button:hover, .fs_style_25:hover {
    background: transparent;
    color: #b60050;
    transition: .3s; }
  .button em, .fs_style_25 em {
    display: block;
    font-style: normal;
    text-transform: none;
    font-size: 15px;
    font-weight: 700; }

.color-button, .fs_style_26 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 25px 30px;
  background: #FDA31F;
  color: #fff;
  outline: 0;
  text-align: center;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  border: solid 2px #FDA31F;
  transition: .3s; }
  .color-button:hover, .fs_style_26:hover {
    background: transparent;
    color: #FDA31F;
    transition: .3s; }
  .color-button em, .fs_style_26 em {
    display: block;
    font-style: normal;
    text-transform: none;
    font-size: 15px;
    font-weight: 700; }

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 25px 30px;
  background: #78a22f;
  color: #fff;
  outline: 0;
  text-align: center;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  border: solid 2px #78a22f;
  transition: .3s; }
  .fs_style_27:hover {
    background: transparent;
    color: #78a22f;
    transition: .3s; }
  .fs_style_27 em {
    display: block;
    font-style: normal;
    text-transform: none;
    font-size: 15px;
    font-weight: 700; }

.hollow-button, .fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 25px 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  outline: 0;
  text-align: center;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  border: solid 2px rgba(255, 255, 255, 0.1);
  transition: .3s;
  font-size: 16px;
  border-radius: 4px;
  padding: 12px 20px;
  border: 2px solid #FFF;
  margin-bottom: 0; }
  .hollow-button:hover, .fs_style_28:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.1);
    transition: .3s; }
  .hollow-button em, .fs_style_28 em {
    display: block;
    font-style: normal;
    text-transform: none;
    font-size: 15px;
    font-weight: 700; }
  .hollow-button:hover, .fs_style_28:hover {
    background-color: #fff;
    color: #808084 !important; }

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

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

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

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

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

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

/*! content - style manger v0.0.1 */
.lead-in {
  font-size: 1.1111111111em;
  line-height: 1.2em; }

.fs_style_23 {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 30px;
  color: #4d8aa4; }

blockquote, .fs_style_24 {
  position: relative;
  font-size: 1em;
  line-height: 1.2em;
  font-family: "minion-pro", serif;
  font-style: italic;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 30px;
  padding: 30px;
  border-top: solid 2px #F1F2F2;
  border-bottom: solid 2px #F1F2F2;
  text-align: center; }
  blockquote em, .fs_style_24 em {
    display: block;
    font-style: normal;
    margin-top: 0;
    font-weight: normal;
    color: #808084;
    letter-spacing: normal;
    font-size: 0.8888888889em;
    line-height: 1.1875em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 1.25em;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    margin: 30px auto 0; }
  blockquote:before, .fs_style_24:before {
    position: absolute;
    left: -10px;
    top: 0;
    color: #C9CACC;
    font-size: 100px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.25;
    content: '\201C'; }

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

.callout {
  padding: 20px;
  background: #78a22f;
  color: #fff; }
  .callout.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left {
        width: 50%; } }
  .callout.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right {
        width: 50%; } }

/*! structure - header v0.0.1 */
#fsHeader {
  background-color: #f1f2f2;
  color: #444;
  display: none; }
  #fsHeader.show {
    display: block; }
  @media (min-width: 600px) {
    #fsHeader {
      padding: 0 20px; } }
  #fsHeader > .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 65.5555555556em;
    max-width: 73.75rem;
    height: 100%; }
  @media (min-width: 940px) {
    #fsHeader {
      display: block; } }
  @media screen and (max-width: 939px) {
    #fsHeader {
      height: 75px; } }
  @media screen and (max-width: 600px) {
    #fsHeader {
      height: 125px; } }

.site-info-container {
  height: 75px;
  padding: 15px 20px;
  z-index: 5; }
  @media (min-width: 600px) {
    .site-info-container {
      position: relative;
      margin: 0 auto;
      max-width: 65.5555555556em;
      max-width: 73.75rem;
      position: absolute;
      padding: 0;
      overflow: hidden;
      white-space: nowrap;
      float: left;
      bottom: 10px;
      top: 50%;
      transform: translateY(-50%);
      height: 64px; } }
  @media (min-width: 940px) {
    .site-info-container {
      height: auto;
      top: auto;
      transform: translateY(0);
      transition: .3s; } }
  @media (min-width: 1150px) {
    .site-info-container {
      top: 50%;
      transform: translateY(-50%);
      bottom: auto;
      transition: .3s; } }
  .site-info-container h1 {
    margin-bottom: 0; }
  .site-info-container a {
    display: block;
    color: transparent;
    height: 45px; }
    .svg .site-info-container a {
      background: url("/uploaded/themes/default/images/logo-small-01.svg") no-repeat 0 50%; }
    .no-svg .site-info-container a {
      background: url("../images/logo-small.png") no-repeat 0 50%; }
    @media (min-width: 600px) {
      .site-info-container a {
        height: auto; } }
    @media (min-width: 940px) {
      .site-info-container a {
        width: 350px;
        padding: 20px 0; }
        .svg .site-info-container a {
          background: url("/uploaded/themes/default/images/logo.svg") no-repeat 0 50%; }
        .no-svg .site-info-container a {
          background: url("../images/logo.png") no-repeat 0 50%; } }
    .site-info-container a:hover {
      color: transparent; }

.utility-nav, .nav-search-container {
  width: 62%;
  position: relative;
  float: right; }

.nav-search-container {
  width: calc(100% - 125px); }
  @media (min-width: 600px) {
    .nav-search-container {
      width: 60%;
      margin-right: -15px; } }
  @media (min-width: 1080px) {
    .nav-search-container {
      width: 63.5%; } }

.utility-nav {
  width: 100%; }

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 25px 20px 30px;
  text-align: left;
  color: #fff;
  background-color: #444444; }
  @media (min-width: 500px) {
    #fsFooter {
      padding: 80px 20px; } }
  @media (min-width: 800px) {
    #fsFooter {
      padding: 80px 50px; } }
  @media (min-width: 1080px) {
    #fsFooter {
      padding: 80px 20px; } }
  #fsFooter * {
    letter-spacing: 0; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 65.5555555556em;
    max-width: 73.75rem; }

@media (min-width: 700px) {
  .footer-logo {
    padding-left: 50px; } }
.footer-logo:before {
  content: '';
  width: 282px;
  display: block;
  height: 42px;
  max-width: 100%;
  margin-bottom: 30px; }
  .svg .footer-logo:before {
    background: url("/uploaded/themes/default/images/logo-footer.svg") no-repeat 0 50%; }
  .no-svg .footer-logo:before {
    background: url("../images/logo-footer.png") no-repeat 0 50%; }
  @media (min-width: 700px) {
    .footer-logo:before {
      margin-left: -50px; } }

.fsBanner .fsThreeColumnLayout.footer-info .fsDiv {
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 500px) {
    .fsBanner .fsThreeColumnLayout.footer-info .fsDiv {
      padding: 0 50px; } }
  @media (min-width: 700px) {
    .fsBanner .fsThreeColumnLayout.footer-info .fsDiv {
      width: 50%;
      padding: 0; } }
  .fsBanner .fsThreeColumnLayout.footer-info .fsDiv:last-child {
    width: 100%;
    margin-bottom: 0; }
    @media (min-width: 500px) {
      .fsBanner .fsThreeColumnLayout.footer-info .fsDiv:last-child {
        padding: 0 50px; } }
    @media (min-width: 1080px) {
      .fsBanner .fsThreeColumnLayout.footer-info .fsDiv:last-child {
        padding: 0;
        width: 33.33%; } }
  @media (min-width: 1080px) {
    .fsBanner .fsThreeColumnLayout.footer-info .fsDiv {
      width: 33.33%; } }
  .fsBanner .fsThreeColumnLayout.footer-info .fsDiv .fsElementContent {
    color: #C9CACC;
    font-size: 18px;
    font-weight: 600; }
  .fsBanner .fsThreeColumnLayout.footer-info .fsDiv footer {
    margin-top: 15px; }
    .fsBanner .fsThreeColumnLayout.footer-info .fsDiv footer a {
      color: #FFD881;
      font-size: 14px;
      font-weight: 700;
      display: inline-block;
      position: relative; }
      .fsBanner .fsThreeColumnLayout.footer-info .fsDiv footer a:hover {
        color: #f0b310 !important; }
      .fsBanner .fsThreeColumnLayout.footer-info .fsDiv footer a:after {
        content: "\e60a";
        font-family: "IcoMoon";
        position: absolute;
        font-size: 15px;
        font-weight: 400;
        line-height: 16px;
        margin-left: 5px; }

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

.footer-links .fsElementTitle {
  color: #C9CACC;
  font-size: 18px;
  font-weight: 600; }
.footer-links .fsElementContent {
  margin-top: 20px; }
.footer-links a {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding: 5px 0; }
  .footer-links a:hover {
    color: #78a22f; }
@media (min-width: 400px) {
  .footer-links .link-column {
    float: left; }
    .footer-links .link-column.one {
      margin-right: 45px; } }

@media (min-width: 500px) {
  .health-center {
    background-color: rgba(255, 255, 255, 0.05);
    border: 2px solid #808084;
    padding: 30px; } }
@media (min-width: 700px) {
  .health-center {
    text-align: center; } }
@media (min-width: 1080px) {
  .health-center {
    text-align: left; } }
.health-center .fsElementTitle {
  color: #C9CACC;
  font-size: 18px;
  font-weight: 600; }
  @media (min-width: 500px) {
    .health-center .fsElementTitle {
      color: #F1F2F2;
      font-size: 22px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .025em; } }
.health-center .fsElementHeaderContent {
  color: #C9CACC;
  font-size: 18px;
  font-weight: 600;
  display: none; }
  @media (min-width: 500px) {
    .health-center .fsElementHeaderContent {
      display: block; } }
.health-center footer a {
  font-size: 15px !important; }

.footer-gutter {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #C9CACC;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  text-align: center;
  padding-bottom: 20px; }
  .footer-gutter ul,
  .footer-gutter ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .footer-gutter a {
    display: block; }
  @media (min-width: 600px) {
    .footer-gutter {
      padding-left: 20px;
      padding-right: 20px;
      height: 75px;
      padding-top: 0;
      padding-bottom: 0;
      height: 110px; } }
  @media (min-width: 830px) {
    .footer-gutter {
      height: 50px;
      padding-left: 190px;
      text-align: left; } }
  @media (min-width: 1220px) {
    .footer-gutter {
      padding-right: 0;
      padding-left: 170px; } }
  .footer-gutter ul, .footer-gutter div {
    display: inline-block;
    position: relative; }
  .footer-gutter ul {
    margin: 0 -20px; }
    @media (min-width: 600px) {
      .footer-gutter ul {
        margin: 0; } }
  .footer-gutter li {
    display: inline-block;
    padding-right: 10px;
    border-right: solid 1px #C9CACC;
    margin: 18px 5px 0; }
    @media (min-width: 600px) {
      .footer-gutter li {
        margin: 18px 14px 0 0;
        padding-right: 14px; } }
    .footer-gutter li:last-child {
      border-right: none; }
      @media screen and (max-width: 600px) {
        .footer-gutter li:last-child {
          margin-right: 0;
          padding-right: 0; } }
    @media screen and (max-width: 600px) {
      .footer-gutter li:first-child {
        margin-left: 0;
        padding-left: 0; } }
    .footer-gutter li a {
      color: #C9CACC; }
      .footer-gutter li a:hover {
        color: #78a22f; }
  @media (min-width: 600px) {
    .footer-gutter .site-links {
      padding-left: 20px; } }
  @media (min-width: 830px) {
    .footer-gutter .site-links {
      padding-left: 0; } }
  .footer-gutter .copyright {
    margin-top: 18px; }
    @media (min-width: 830px) {
      .footer-gutter .copyright {
        float: right; } }

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

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

html {
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #363636;
  letter-spacing: .025em;
  color: #444; }

body {
  font-size: 1.125em;
  line-height: 1.2777777778; }

@media (min-width: 940px) {
  .no-touch #fsPageWrapper.headroom--pinned #fsHeader > .fsBanner {
    transition: height .3s; }
  .no-touch #fsPageWrapper.headroom--not-top {
    padding-top: 75px; }
    .no-touch #fsPageWrapper.headroom--not-top #fsHeader {
      position: fixed;
      height: 75px;
      top: 0;
      width: 100%;
      z-index: 100; }
    .no-touch #fsPageWrapper.headroom--not-top #fsHeader > .fsBanner {
      height: 75px;
      transition: height .3s; }
    .no-touch #fsPageWrapper.headroom--not-top .site-info-container {
      top: 3px;
      height: 65px;
      transform: translateY(0);
      transition: .3s; }
    .no-touch #fsPageWrapper.headroom--not-top .utility-nav {
      display: none;
      margin: 0; }
    .no-touch #fsPageWrapper.headroom--not-top .nav-main .fsNavLevel1 > li > a {
      padding: 26px 0;
      height: 75px;
      transition: .3s; }
    .no-touch #fsPageWrapper.headroom--not-top .nav-search-container {
      position: absolute;
      right: 0;
      top: 0;
      transition: .3s; }
    .no-touch #fsPageWrapper.headroom--not-top form.gsc-search-box-tools td.gsc-search-button {
      height: 75px; } }
#fsPageBodyWrapper {
  padding-right: 1.1111111111em;
  padding-left: 1.1111111111em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }

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

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

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  display: block;
  margin: 0 auto; }
  @media (min-width: 600px) {
    #fsPoweredByFinalsite {
      display: inline-block;
      margin-bottom: -7px; } }
  @media (min-width: 830px) {
    #fsPoweredByFinalsite {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      margin-bottom: 0; } }
  @media (min-width: 1220px) {
    #fsPoweredByFinalsite {
      left: 0; } }

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

/*! navigation - main v0.0.1 */
.nav-main {
  float: left;
  width: calc(100% - 50px);
  opacity: 0;
  visibility: hidden;
  display: none; }
  .nav-main ul,
  .nav-main ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-main a {
    display: block; }
  @media (min-width: 940px) {
    .nav-main {
      opacity: 1;
      visibility: visible;
      display: block; } }
  .drawer-is-active .nav-main {
    opacity: 1;
    visibility: visible;
    display: block; }
  .nav-main .fsNavLevel1 {
    position: relative; }
    @media (min-width: 940px) {
      .nav-main .fsNavLevel1 {
        position: relative;
        margin: 0 auto;
        max-width: 65.5555555556em;
        max-width: 73.75rem;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (min-width: 940px) {
      .nav-main .fsNavLevel1 > li {
        -ms-flex: 1 auto;
        flex: 1 auto; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block;
          padding: 0 20px; } }
    .nav-main .fsNavLevel1 > li:hover a {
      color: #808084; }
      .nav-main .fsNavLevel1 > li:hover a:after {
        opacity: 1;
        visibility: visible;
        transition: .3s;
        width: 100%; }
    .nav-main .fsNavLevel1 > li > a {
      padding: 22px 0;
      color: #444444;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      font-weight: 600;
      font-size: 16px; }
      @media (min-width: 1080px) {
        .nav-main .fsNavLevel1 > li > a {
          font-size: 18px;
          padding: 1.1111111111em 0; } }
      .nav-main .fsNavLevel1 > li > a:after {
        content: '';
        height: 7px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        background-color: #dddedf;
        opacity: 0;
        visibility: hidden;
        width: 0;
        transition: .3s; }

.nav-main .fsNavLevel1 > .fsNavCurrentPage > a, .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #808084; }
  .nav-main .fsNavLevel1 > .fsNavCurrentPage > a:after, .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a:after {
    opacity: 1;
    visibility: visible;
    width: 100%; }

.nav-main .fsNavLevel2 .bigNavvies li.fsNavCurrentPageAncestor.bigNavItem a {
  color: #808084; }
  .nav-main .fsNavLevel2 .bigNavvies li.fsNavCurrentPageAncestor.bigNavItem a:hover {
    color: #b60050; }

.nav-main .fsNavPageInfo {
  position: absolute;
  top: 100%;
  z-index: 300;
  display: none;
  width: calc(100% + 55px);
  height: 450px;
  text-align: left;
  background-color: #C9CACC;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  left: 0;
  right: auto; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0px;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    transform: none; }
  @media (min-width: 940px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: block; } }
.nav-main .fsNavLevel2 {
  position: relative;
  padding: 30px 0;
  min-height: 257px; }
  .nav-main .fsNavLevel2 > li {
    width: 50%;
    margin-left: 50%;
    border-left: solid 1px rgba(0, 0, 0, 0.1); }
    .nav-main .fsNavLevel2 > li:nth-of-type(1) a {
      padding-top: 0; }
    .nav-main .fsNavLevel2 > li:last-child a {
      padding-bottom: 0; }
    .nav-main .fsNavLevel2 > li a {
      color: #444 !important;
      font-size: 15px;
      font-weight: 600; }
      .nav-main .fsNavLevel2 > li a:hover {
        color: #b60050 !important; }
  .nav-main .fsNavLevel2 .bigNavvies {
    width: 50%;
    float: left;
    position: absolute;
    left: 0; }
    .nav-main .fsNavLevel2 .bigNavvies li {
      width: 100%;
      margin: 0;
      padding: 0 30px;
      border-left: none; }
      .nav-main .fsNavLevel2 .bigNavvies li:first-child a {
        padding-top: 0; }
      .nav-main .fsNavLevel2 .bigNavvies li:last-child a {
        border-bottom: none; }
      .nav-main .fsNavLevel2 .bigNavvies li a {
        padding: 20px 0px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        color: #444;
        font-size: 22px;
        font-weight: 600; }
        .nav-main .fsNavLevel2 .bigNavvies li a:hover {
          color: #b60050; }
  .nav-main .fsNavLevel2 a {
    padding: 10px 30px;
    color: #fff; }

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: absolute;
  height: 50px;
  left: 10px;
  width: 105px;
  top: 75px; }
  @media (min-width: 600px) {
    .drawer-ribbon {
      position: absolute;
      height: 75px;
      right: 70px;
      width: 110px;
      left: auto;
      top: 0;
      width: 110px; } }
  @media (min-width: 940px) {
    .drawer-ribbon {
      display: none; } }
  .drawer-ribbon:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 50px;
    background-color: #d2d2d2;
    top: 50%;
    transform: translateY(-50%); }

.menu-text {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 100%;
  left: 35px;
  line-height: 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600; }
  @media (min-width: 600px) {
    .menu-text {
      line-height: 75px; } }

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

.drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(-20%, 0, 0);
  transform: translate(-20%, 0);
  top: 130px;
  max-width: 100%;
  background: #c9cacc; }
  @media (min-width: 600px) {
    .drawer {
      top: 80px; } }
  .drawer-is-active .drawer {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transform: translate(0, 0); }
  .drawer .nav-main {
    padding: 20px 20px 0;
    width: 100%;
    float: none; }
    @media (min-width: 600px) {
      .drawer .nav-main {
        width: 50%;
        display: inline-block;
        padding: 30px;
        float: left; } }
    @media (min-width: 600px) {
      .drawer .nav-main > .fsElementContent {
        border-right: solid 1px rgba(0, 0, 0, 0.1);
        padding-right: 30px; } }
    .drawer .nav-main a {
      border-bottom: solid 1px rgba(0, 0, 0, 0.1);
      display: block !important; }
      .drawer .nav-main a:after {
        display: none; }
    @media (min-width: 600px) {
      .drawer .nav-main li:last-child a {
        border-bottom: none;
        padding-bottom: 0; } }
    .drawer .nav-main li:first-child a {
      padding-top: 0; }
  .drawer > .fsElementContent {
    padding: 20px; }
    .drawer > .fsElementContent ul,
    .drawer > .fsElementContent ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .drawer > .fsElementContent a {
      display: block; }
    @media (min-width: 600px) {
      .drawer > .fsElementContent {
        display: inline-block;
        padding: 30px 0; } }
    .drawer > .fsElementContent a {
      color: #444;
      font-size: 15px;
      font-weight: 600;
      line-height: 26px;
      padding: 7px 0; }
      @media (min-width: 600px) {
        .drawer > .fsElementContent a {
          padding: 10px 0; } }

/*! navigation - sub v0.0.1 */
.nav-sub {
  background-color: #fff1de;
  padding: 30px; }
  .nav-sub ul,
  .nav-sub ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-sub a {
    display: block; }
  .active-nav > .fsElementContent {
    display: block; }
  .nav-sub .fsNavLevel1 {
    position: relative; }
    .nav-sub .fsNavLevel1 > li > a {
      padding: 15px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 15px;
      font-weight: 600;
      color: #444; }
      .nav-sub .fsNavLevel1 > li > a:hover {
        color: #B60050; }
    .nav-sub .fsNavLevel1 > li:first-child > a {
      padding-top: 0; }
    .nav-sub .fsNavLevel1 > li:last-child > a {
      border-bottom: none;
      padding-bottom: 0; }
    .nav-sub .fsNavLevel1 .fsNavPageInfo {
      display: none; }
  .nav-sub .fsNavLevel2 > li > a {
    padding: 0.5555555556em 20px;
    font-size: 15px;
    font-weight: 600;
    color: #444; }
    .nav-sub .fsNavLevel2 > li > a:hover {
      color: #B60050; }

.nav-sub li.fsNavCurrentPage > a,
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #b60050; }
.nav-sub li.fsNavCurrentPage.fsNavParentPage > a,
.nav-sub li.fsNavCurrentPageAncestor.fsNavParentPage > a {
  border-bottom: none; }
.nav-sub li.fsNavCurrentPage .fsNavPageInfo,
.nav-sub li.fsNavCurrentPageAncestor .fsNavPageInfo {
  display: block; }

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

/*! Navigation - Social v0.0.5 */
.footer-social {
  overflow: hidden;
  margin-bottom: 22px; }
  .footer-social ul,
  .footer-social ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .footer-social a {
    display: block; }
  .footer-social li {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    float: left; }
    @media (min-width: 500px) {
      .footer-social li {
        margin-right: 30px;
        width: inherit; } }
  .footer-social li a.facebook:before {
    content: "";
    font-family: "IcoMoon"; }
  .footer-social li a.instagram:before {
    content: "";
    font-family: "IcoMoon"; }
  .footer-social li a.linkedin:before {
    content: "";
    font-family: "IcoMoon"; }
  .footer-social li a.pinterest:before {
    content: "";
    font-family: "IcoMoon"; }
  .footer-social li a.tumblr:before {
    content: "";
    font-family: "IcoMoon"; }
  .footer-social li a.twitter:before {
    content: "";
    font-family: "IcoMoon"; }
  .footer-social li a.vine:before {
    content: "";
    font-family: "IcoMoon"; }
  .footer-social li a.youtube:before {
    content: "";
    font-family: "IcoMoon"; }
  .footer-social .nav-social__item-facebook a:hover {
    color: #3b5998; }
  .footer-social .nav-social__item-instagram a:hover {
    color: #517fa4; }
  .footer-social .nav-social__item-linkedin a:hover {
    color: #007bb6; }
  .footer-social .nav-social__item-pinterest a:hover {
    color: #cb2027; }
  .footer-social .nav-social__item-tumblr a:hover {
    color: #32506d; }
  .footer-social .nav-social__item-twitter a:hover {
    color: #00aced; }
  .footer-social .nav-social__item-vine a:hover {
    color: #00a478; }
  .footer-social .nav-social__item-youtube a:hover {
    color: #b00; }
  .footer-social a {
    font-size: 0.7777777778em;
    line-height: 1;
    text-align: center;
    color: #444444;
    display: block;
    color: transparent;
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: .1em solid currentColor;
    border: 2px solid #808084;
    background-color: rgba(255, 255, 255, 0.05); }
    .footer-social a:before {
      font-family: "IcoMoon";
      color: #F1F2F2;
      font-size: 24px;
      font-weight: normal;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translate(0, -50%); }
    .footer-social a:hover {
      background-color: #808084; }
      .footer-social a:hover:before {
        color: #444; }
  .footer-social span {
    display: none; }

/* Navigation - Utility Container v0.0.1 */
.utility-nav {
  text-align: right;
  margin-bottom: 45px;
  margin-right: -5px; }
  .utility-nav ul,
  .utility-nav ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .utility-nav a {
    display: block; }
  .utility-nav > .fsElementContent {
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 940px) {
      .utility-nav > .fsElementContent {
        opacity: 1;
        visibility: visible; } }
  .drawer-is-active .utility-nav {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 1150px) {
    .utility-nav {
      margin-bottom: 20px; } }
  @media screen and (max-width: 940px) {
    .utility-nav {
      position: absolute;
      right: 30px;
      margin: 0;
      width: auto;
      bottom: -50px;
      z-index: 5; } }
  @media screen and (max-width: 600px) {
    .utility-nav {
      bottom: 0;
      right: 0;
      width: calc(100% - 175px); } }
  .utility-nav > .fsElementContent {
    display: inline-block; }
  .utility-nav footer {
    background-color: #78a22f;
    height: 50px;
    background-color: #78A22F;
    text-align: center;
    transition: .3s; }
    @media (min-width: 600px) {
      .utility-nav footer {
        border-radius: 0px 0px 4px 4px;
        display: inline-block;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); } }
    .utility-nav footer:hover {
      background-color: #b60050;
      transition: .3s; }
    .utility-nav footer a {
      color: #fff;
      height: 50px;
      line-height: 1.2;
      text-transform: uppercase;
      padding: 12px 0px;
      font-size: 11px;
      font-weight: 700;
      position: relative; }
      @media (min-width: 400px) {
        .utility-nav footer a {
          line-height: 50px;
          padding: 0 20px; } }
      @media (min-width: 600px) {
        .utility-nav footer a {
          font-size: 16px;
          line-height: 50px; } }
  .utility-nav ul li {
    display: inline-block;
    margin-right: 5px; }
    .utility-nav ul li a {
      padding: 0em 10px;
      color: #FDA31F;
      font-weight: 600;
      font-size: 15px;
      position: relative;
      padding-left: 20px;
      letter-spacing: 0; }
      .utility-nav ul li a:before {
        content: '';
        font-family: "IcoMoon";
        position: absolute;
        left: 0;
        font-size: 15px;
        color: rgba(253, 163, 31, 0.5);
        font-weight: normal;
        transition: .3s; }
      .utility-nav ul li a:hover {
        color: #b60050; }
        .utility-nav ul li a:hover:before {
          color: #b60050;
          transition: .3s; }
    .utility-nav ul li:first-child a:before {
      content: '\e600'; }
    .utility-nav ul li:nth-child(2) a:before {
      content: '\e601'; }
    .utility-nav ul li:last-child a:before {
      content: '\e602'; }

/*! elements - accordion v0.0.1 */
.fsAccordion {
  margin-bottom: 30px; }
  .fsAccordion .fsPanel {
    margin-bottom: 0px; }
    .fsAccordion .fsPanel:first-child .fsElementTitle {
      border-top: solid 1px rgba(0, 0, 0, 0.1); }
    .fsAccordion .fsPanel:last-child .fsElementTitle {
      box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1); }
    .fsAccordion .fsPanel > header .fsElementTitle {
      position: relative;
      padding: 15px 20px;
      cursor: pointer;
      background: transparent;
      color: inherit;
      border-top: solid 1px rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
      margin-top: 0;
      font-weight: normal;
      color: #808084;
      letter-spacing: normal;
      font-size: 0.8888888889em;
      line-height: 1.1875em;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
      margin-bottom: 1.25em;
      color: #78a22f;
      margin: 0;
      transition: .3s; }
      .fsAccordion .fsPanel > header .fsElementTitle:before, .fsAccordion .fsPanel > header .fsElementTitle:after {
        display: inline-block;
        border: 0 !important;
        height: auto !important;
        font-family: "IcoMoon";
        transition: transform .3s;
        font-size: 18px;
        font-weight: 400; }
      .fsPanelIconBefore .fsPanel > header .fsElementTitle:before {
        margin: 0 10px 0 0 !important;
        content: '\e610' !important; }
        .fsPanelIconBefore .fsStateOpen > header .fsElementTitle:before {
          content: '\e611' !important; }
      .fsPanelIconAfter .fsPanel > header .fsElementTitle:after {
        float: right;
        margin: 0 !important;
        content: '\e610' !important; }
        .fsPanelIconAfter .fsStateOpen > header .fsElementTitle:after {
          content: '\e611' !important; }
      .fsPanel:hover > header .fsElementTitle {
        background: transparent;
        color: #b60050;
        transition: .3s; }
      .fsPanel.fsStateOpen > header .fsElementTitle {
        background: transparent;
        color: #b60050;
        box-shadow: none; }
    .fsPanel > .fsElementContent {
      padding: 20px;
      border-top: none;
      border-bottom: solid 3px #808084; }
      .fsPanel > .fsElementContent p:last-child {
        margin-bottom: 0; }

.fsPanel.fsStateOpen {
  border-top: solid 3px #808084; }

.fsAccordion.fsPanelIconAfter .fsPanel > header .fsElementTitle {
  padding-right: 40px; }
  .fsAccordion.fsPanelIconAfter .fsPanel > header .fsElementTitle:after {
    position: absolute;
    margin: 0 auto;
    width: 40px !important;
    text-align: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

.fsAccordion.fsPanelIconBefore .fsPanel > header .fsElementTitle {
  padding-left: 40px; }
  .fsAccordion.fsPanelIconBefore .fsPanel > header .fsElementTitle:before {
    position: absolute;
    margin: 0 auto;
    width: 40px !important;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after {
  right: 0; }

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

.fsAthleticsOpponents {
  display: inline-block; }

.fsAthleticsOpponentNames {
  display: inline-block; }

/*! elements - calendar v0.0.1 */
.fsBanner .fsCalendar {
  background-color: #D85858;
  padding: 30px;
  color: #fff; }
  .fsBanner .fsCalendar a {
    color: #fff; }
    .fsBanner .fsCalendar a:hover {
      color: rgba(255, 255, 255, 0.7); }
  .fsBanner .fsCalendar .fsElementTitle {
    color: #fff; }
  .fsBanner .fsCalendar .fsTimeRange:before {
    margin-right: 2px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: rgba(255, 255, 255, 0.5); }
  .fsBanner .fsCalendar .fsLocation:before {
    margin-right: 4px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: rgba(255, 255, 255, 0.5); }

.fsCalendar .fsDayContainer:last-child article {
  border-bottom: 0;
  margin-bottom: 0; }
.fsCalendar .fsDayContainer article {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
.fsCalendar article {
  position: relative;
  padding-left: 70px;
  min-height: 88px; }
.fsCalendar .fsTitle {
  font-size: 18px;
  font-weight: 600; }
.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  height: 64px;
  width: 55px;
  text-align: center; }
  .fsCalendar .fsDate span {
    display: block; }
  .fsCalendar .fsDate .fsMonth {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 23px;
    background-color: #C9CACC; }
  .fsCalendar .fsDate .fsDay {
    border: 1px solid #DADADA;
    background-color: #FFF;
    color: #808084;
    font-size: 25px;
    font-weight: 600;
    line-height: 40px; }
  .fsCalendar .fsDate .fsYear {
    display: none; }
.fsCalendar .fsEventDetails {
  font-size: 14px;
  font-weight: 700; }
.fsCalendar .fsTimeRange:before {
  margin-right: 0px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fda31f; }
.fsCalendar .fsLocation:before {
  margin-right: 5px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fda31f; }
.fsCalendar .fsReadMoreLink {
  font-size: 14px;
  font-weight: 700; }

/*! elements - calendar v0.0.1 */
.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: #78a22f;
    line-height: 1;
    content: '\e60b';
    font-family: 'icomoon';
    font-size: 18px; }
.fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: '\e60a'; }

@media screen and (max-width: 800px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid *, .fsCalendar.fsGrid .fsCalendarEventGrid:before, .fsCalendar.fsGrid .fsCalendarEventGrid:after {
      pointer-events: all; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 16% !important;
      height: 50px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 1px; }
      .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: #78a22f;
            color: #fff; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: #78a22f; }
        .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;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; } }
#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

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

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

.fsSlideshow.fsCalendar article {
  padding: 0 30px 0 70px; }

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
#fsBannerRight .fsBanner > .fsElement {
  margin-bottom: 40px; }
#fsBannerRight .fsBanner .fsElementTitle {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase; }

.content-element {
  background-color: #F1F2F2;
  padding: 30px; }
  .content-element .fsElementTitle {
    color: #444;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase; }
  .content-element h1 {
    color: #808084;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    margin-bottom: 15px; }
  .content-element h2 {
    color: #808084;
    font-size: 15px;
    font-weight: 700; }
  .content-element p:last-child {
    margin-bottom: 0; }

.fsElementTitle p {
  margin-bottom: 0; }

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

.fsTitle {
  margin-top: 0;
  font-weight: normal;
  color: #808084;
  letter-spacing: normal;
  font-size: 1.2222222222em;
  line-height: 1.1818181818em;
  color: #444;
  font-weight: 600;
  margin-bottom: 0.9090909091em; }

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

.module {
  background: #78a22f; }

@media (min-width: 800px) {
  .fsGrid {
    margin-right: -0.5555555556em;
    margin-left: -0.5555555556em; } }
.fsGrid .fsListItems > * {
  float: none !important;
  width: 100%;
  padding-right: 0.5555555556em;
  padding-left: 0.5555555556em; }
  @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.8333333333%; } }
@media (min-width: 800px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 49.5%; } }
@media (min-width: 900px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 32.8333333333%; } }
@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.8333333333%; } }
@media (min-width: 1000px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 24.5%; } }
@media (min-width: 1180px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 19.5%; } }

.fsSlideshow .fsElementContent {
  margin: 0; }
.fsSlideshow article {
  padding: 20px 45px;
  border-bottom: none; }
.fsSlideshow .fsPrevButton, .fsSlideshow .fsNextButton {
  color: transparent;
  width: 45px;
  height: 45px; }
  .fsSlideshow .fsPrevButton:before, .fsSlideshow .fsNextButton:before {
    color: #575757;
    font-weight: normal;
    font-size: 75px;
    line-height: 30px;
    width: 45px;
    height: 45px;
    display: block; }
.fsSlideshow .fsPrevButton:before {
  content: '\2039';
  text-align: left; }
.fsSlideshow .fsNextButton:before {
  content: '\203A';
  text-align: right; }
.fsSlideshow .fsPager span {
  color: inherit;
  opacity: 0.5;
  transition: color 100ms, opacity 100ms; }
  .fsSlideshow .fsPager span.fsStateActive {
    color: inherit;
    opacity: 1; }
@media (min-width: 600px) {
  .fsSlideshow .fsThumbnail {
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 25%;
    float: left; } }
@media (min-width: 800px) {
  .fsSlideshow .fsThumbnail {
    max-width: 50%; } }
@media (min-width: 1200px) {
  .fsSlideshow .fsThumbnail {
    float: none;
    max-width: 100%;
    margin-right: 0; } }
.fsSlideshow .fsThumbnail img {
  width: auto; }

/*! elements - constituent v0.0.1 */
.fsConstituent {
  word-break: break-word; }
  .fsConstituent .fsElementPagination {
    margin-bottom: 20px; }
  .fsConstituentItem {
    padding: 15px;
    background-color: #f1f2f2; }
    .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; } }

.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 15px; }
  .fsConstituentProfile .fsFullName {
    color: #78a22f; }
  @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.1111111111em; }
  .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.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.1111111111em; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.8333333333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.5555555556em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 25px 30px;
    background: #b60050;
    color: #fff;
    outline: 0;
    text-align: center;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    border: solid 2px #b60050;
    transition: .3s;
    margin: 0 10px;
    padding: 10px 30px;
    font-size: inherit; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: transparent;
      color: #b60050;
      transition: .3s; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal;
      text-transform: none;
      font-size: 15px;
      font-weight: 700; }

/*--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 .fsMediaGallery .fsMediaGalleryObject {
  margin: 0 0 20px; }
.fsMedia > .fsElementContent {
  margin-top: 20px; }

/* News Element */
/*General News Styles*/
/*! elements - news v0.0.1 */
.fsBanner .fsNews {
  padding: 30px;
  background-color: #4d8aa4;
  color: #fff; }
  .fsBanner .fsNews a {
    color: #fff; }
    .fsBanner .fsNews a:hover {
      color: rgba(255, 255, 255, 0.7); }
  .fsBanner .fsNews .fsElementTitle {
    color: #fff; }
  .fsBanner .fsNews .fsTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0; }
  .fsBanner .fsNews .fsDateTime {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative; }
    .fsBanner .fsNews .fsDateTime:before {
      content: 'Posted '; }
    .fsBanner .fsNews .fsDateTime .fsDayName {
      display: none; }
    .fsBanner .fsNews .fsDateTime .fsTime {
      display: none; }

.fsNews article {
  zoom: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  .fsNews article:after {
    display: table;
    clear: both;
    content: ''; }
  .fsNews article:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.5555555556em; }
  .fsNews .fsThumbnail img {
    display: block; }
.fsNews .fsDateTime {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative; }
  .fsNews .fsDateTime:before {
    content: 'Posted '; }
  .fsNews .fsDateTime .fsDayName {
    display: none; }
  .fsNews .fsDateTime .fsTime {
    display: none; }
.fsNews.fsPost .fsCallout {
  margin: 20px 0; }
.fsNews.fsPost .fsBody img[style*="left"] {
  margin-right: 15px;
  margin-bottom: 15px; }

.fsNews.fsGrid:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }
.fsNews.fsGrid .fsNewsGrid {
  zoom: 1; }
  .fsNews.fsGrid .fsNewsGrid:after {
    display: table;
    clear: both;
    content: ''; }
.fsNews.fsGrid article {
  clear: none;
  margin-bottom: 30px !important;
  margin-top: 0 !important;
  padding: 0 10px 20px !important;
  width: 100%;
  border-bottom: none; }
  .fsNews.fsGrid article.containsThumb .fsThumbnail {
    position: relative;
    margin: 0 10px 10px 0;
    float: left; }
  .fsNews.fsGrid article .fsSummary, .fsNews.fsGrid article .fsDateTime {
    margin-bottom: 10px; }
.fsNews.fsGrid .fsStyleTwoColumns article {
  width: 49%; }
  .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(odd) {
    margin-right: 1%; }
  .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(even) {
    margin-left: 1%; }
  .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
    clear: both; }
@media (min-width: 600px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%;
    float: left !important; }
    .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: both; } }
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 32%; }
    .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
      clear: both; }
    .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: none; }
    .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
      margin: 0 2%; } }
.fsNews.fsGrid .fsStyleFourColumns article {
  width: 23.5%; }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
    margin: 0 1% 0 2%; }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
    margin: 0 2% 0 1%; }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
    clear: both; }
.fsNews.fsGrid .fsStyleFiveColumns article {
  width: 18.4%; }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
    margin: 0 1% 0 2%; }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
    margin: 0 1%; }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
    margin: 0 2% 0 1%; }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
    clear: both; }
.fsNews.fsGrid .fsThumbnail {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 15px 0;
  max-width: inherit; }

/*=======================*/
/* Search Variables      */
/*=======================*/
.site-search {
  width: 50px; }
  @media (min-width: 600px) {
    .site-search {
      float: right; } }
  @media screen and (max-width: 940px) {
    .site-search {
      padding-right: 10px; } }

/*=================================================================*/
/* 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: calc(100% + 55px);
    border: 0;
    height: 75px; }
    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: 75px; }
  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: #4D8AA4 !important;
    background-image: none !important;
    width: 100%;
    height: 75px !important;
    color: #fff;
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin: 0 !important; }
  form.gsc-search-box-tools table.gsc-branding {
    display: none; }
  form.gsc-search-box-tools td.gsc-search-button {
    display: block;
    float: right;
    padding: 0 10px 0 10px;
    overflow: hidden;
    height: 75px;
    width: auto;
    background: transparent;
    position: relative; }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: "";
      opacity: 1;
      display: block;
      position: relative;
      left: 0;
      right: 0;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      font-family: "IcoMoon";
      transition: .3s; }
  form.gsc-search-box-tools td.gsc-search-button:hover {
    background: transparent; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    height: 63px;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

/*=======================*/
/* Custom Styles         */
/*=======================*/
.site-search:hover div.gsc-input-box {
  height: 75px;
  transition: .3s;
  bottom: -85px;
  z-index: 5; }
  @media (min-width: 600px) {
    .site-search:hover div.gsc-input-box {
      bottom: -75px; } }
.site-search:hover td.gsc-search-button:after {
  color: #4D8AA4;
  transition: .3s; }
.site-search:hover td.gsc-search-button:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: .3s; }

form.gsc-search-box-tools div.gsc-input-box {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0px;
  height: 0px;
  overflow: hidden;
  transition: .3s;
  left: -125px;
  width: calc(100% + 125px); }
  form.gsc-search-box-tools div.gsc-input-box .gsib_a:after {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px; }
    @media (min-width: 600px) {
      form.gsc-search-box-tools div.gsc-input-box .gsib_a:after {
        left: 30px; } }
  form.gsc-search-box-tools div.gsc-input-box.gsc-input-box-focus .gsib_a:after, form.gsc-search-box-tools div.gsc-input-box.gsc-input-box-hover .gsib_a:after {
    opacity: 0;
    visibility: hidden; }
  @media (min-width: 600px) {
    form.gsc-search-box-tools div.gsc-input-box {
      right: -30px;
      min-width: calc(100% + 55px);
      left: auto;
      width: auto; } }
form.gsc-search-box-tools input.gsc-input {
  padding: 0 25px;
  font-size: 22px !important;
  font-weight: 600;
  height: 75px; }
  form.gsc-search-box-tools input.gsc-input::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 22px !important; }
  form.gsc-search-box-tools input.gsc-input::-moz-placeholder {
    color: #fff !important;
    font-size: 22px !important; }
  form.gsc-search-box-tools input.gsc-input:-ms-input-placeholder {
    color: #fff !important;
    font-size: 22px !important; }
  form.gsc-search-box-tools input.gsc-input::placeholder {
    color: #fff !important;
    font-size: 22px !important; }
form.gsc-search-box-tools td.gsc-search-button {
  font-size: 21px;
  line-height: 50px;
  height: 50px;
  position: relative; }
  @media (min-width: 600px) {
    form.gsc-search-box-tools td.gsc-search-button {
      line-height: 75px;
      height: 75px; } }
  @media (min-width: 940px) {
    form.gsc-search-box-tools td.gsc-search-button {
      line-height: 50px;
      height: 63px; } }
  form.gsc-search-box-tools td.gsc-search-button:before {
    content: '';
    width: 100%;
    height: 7px;
    background-color: rgba(77, 138, 164, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s; }
  form.gsc-search-box-tools td.gsc-search-button:hover:after {
    color: #4D8AA4;
    transition: .3s; }
  form.gsc-search-box-tools td.gsc-search-button:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: .3s; }

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

/*--Twitter--*/
.fsTwitter .tweets {
  margin: 0;
  padding: 0;
  list-style: none; }
  .fsTwitter .tweets li {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    .fsTwitter .tweets li a {
      color: #b60050; }
      .fsTwitter .tweets li a:hover {
        color: #78a22f; }
    .fsTwitter .tweets li:first-child {
      margin-top: 20px; }
    .fsTwitter .tweets li .header {
      position: relative; }
      .fsTwitter .tweets li .header:after {
        content: '';
        display: table;
        clear: both; }
      .fsTwitter .tweets li .header time {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        float: right;
        width: 15%;
        text-align: right;
        font-size: 12px;
        color: #78a22f; }
        .fsTwitter .tweets li .header time abbr {
          text-decoration: none;
          border: 0; }
        .fsTwitter .tweets li .header time:hover {
          color: #b60050; }
      .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: #78a22f; }
      .fsTwitter .tweets li .footer .expand b {
        display: none; }
      .fsTwitter .tweets li .footer .expand:hover {
        color: #b60050; }
      .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: #78a22f; }
          .fsTwitter .tweets li .footer .tweet-actions li a b {
            display: none; }
          .fsTwitter .tweets li .footer .tweet-actions li a:hover {
            color: #b60050; }
          .fsTwitter .tweets li .footer .tweet-actions li a i {
            font-style: normal; }
            .fsTwitter .tweets li .footer .tweet-actions li a i:before {
              display: block;
              font-family: "IcoMoon"; }
        .fsTwitter .tweets li .footer .tweet-actions li .reply-action i:before {
          content: '\f112'; }
        .fsTwitter .tweets li .footer .tweet-actions li .retweet-action i:before {
          content: '\f079'; }
        .fsTwitter .tweets li .footer .tweet-actions li .favorite-action i:before {
          content: '\f005'; }

/*--Youtube--*/
.fsYoutube .fsSocialVideoFrame {
  margin-top: 20px; }
.fsYoutube .fsYoutubeList ul,
.fsYoutube .fsYoutubeList ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
.fsYoutube .fsYoutubeList a {
  display: block; }
.fsYoutube .fsYoutubeList li {
  display: block;
  margin-bottom: 20px;
  width: 100%; }
  .fsYoutube .fsYoutubeList li:first-child {
    margin-top: 20px; }
.fsYoutube .fsYoutubeList .fsYoutubeThumb {
  margin: 0 20px 20px 0;
  float: left; }
.fsYoutube .fsYoutubeList .fsYoutubeTitle {
  font-weight: inherit;
  font-size: inherit;
  color: inherit; }
.fsYoutube .fsYoutubeList .fsYoutubeViews {
  font-size: inherit;
  font-style: italic;
  color: inherit; }
.fsYoutube .fsYoutubeList .fsYoutubeDesc {
  margin-top: 5px; }

/*--Vimeo--*/
/*--Instagram--*/
/*--Flickr--*/
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 30px; }
  .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: #78a22f;
      text-decoration: inherit; }
      .fsTabs .ui-widget-content a:hover {
        color: #b60050; }
  .fsTabs .ui-tabs-nav {
    margin-bottom: 1.1111111111em;
    padding: 0;
    background: none;
    border: 0; }
    .fsTabs .ui-tabs-nav li {
      margin: 0 0 4px 0 !important;
      padding: 0;
      background: none;
      border: 0;
      border-radius: 0;
      color: inherit;
      float: none;
      display: inline-block; }
      .fsTabs .ui-tabs-nav li a {
        padding: 0.5em 1.1111111111em;
        background: rgba(77, 138, 164, 0.1);
        color: #4D8AA4;
        border-radius: 4px;
        border: 2px solid #4D8AA4;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase; }
        .fsTabs .ui-tabs-nav li a:hover {
          background: #4D8AA4;
          color: #fff !important; }
        .ui-tabs .ui-state-active a {
          background: #60376e !important;
          color: #fff !important;
          border: 2px solid #60376e !important; }
      .fsTabs .ui-tabs-nav li span {
        text-indent: 0; }
  .fsTabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    display: block;
    float: none; }

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

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding: 0; }
.home #fsPageBody {
  max-width: none; }
.home .fsLayout {
  margin: 0 auto; }
  .home .fsLayout .fsDiv {
    padding: 0; }

.top-grid-container.fsTwoColumnLayout .fsDiv {
  padding: 0; }
  .top-grid-container.fsTwoColumnLayout .fsDiv:first-child {
    width: 100%; }
    @media (min-width: 980px) {
      .top-grid-container.fsTwoColumnLayout .fsDiv:first-child {
        width: 66.6%; } }
  .top-grid-container.fsTwoColumnLayout .fsDiv:last-child {
    width: 100%; }
    @media (min-width: 980px) {
      .top-grid-container.fsTwoColumnLayout .fsDiv:last-child {
        width: 33.33%; } }
    .top-grid-container.fsTwoColumnLayout .fsDiv:last-child .fsElementFooterContent a {
      padding: 15px 20px;
      font-size: 16px;
      font-weight: 700; }
    .top-grid-container.fsTwoColumnLayout .fsDiv:last-child > .info-button {
      width: 100%; }
      @media (min-width: 500px) {
        .top-grid-container.fsTwoColumnLayout .fsDiv:last-child > .info-button {
          width: 33.33%;
          float: left; } }
      @media (min-width: 980px) {
        .top-grid-container.fsTwoColumnLayout .fsDiv:last-child > .info-button {
          width: 100%;
          float: none; } }
.top-grid-container.fsTwoColumnLayout .fsElementFooterContent a {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 5px;
  padding: 10px 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block; }
  @media (min-width: 600px) {
    .top-grid-container.fsTwoColumnLayout .fsElementFooterContent a {
      font-size: 22px;
      padding: 20px 30px; } }
  .top-grid-container.fsTwoColumnLayout .fsElementFooterContent a:hover {
    color: #444;
    background-color: #fff; }
.top-grid-container.fsTwoColumnLayout .fsDiv .info-button {
  height: 123px; }
  @media (min-width: 980px) {
    .top-grid-container.fsTwoColumnLayout .fsDiv .info-button {
      height: 226.66px; } }

.info-button {
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden; }
  .info-button img {
    display: none; }
  .info-button:not(.experience) header {
    font-weight: 600;
    float: left;
    transition: all 0.55s;
    transform-style: preserve-3d;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    background-color: rgba(182, 0, 80, 0.8); }
    .info-button:not(.experience) header h2 {
      color: #fff;
      margin-bottom: 0;
      font-size: 16px; }
      @media (min-width: 900px) {
        .info-button:not(.experience) header h2 {
          font-size: 18px; } }
    .info-button:not(.experience) header .fsElementHeaderContent {
      font-size: 18px;
      text-transform: uppercase; }
      @media (min-width: 900px) {
        .info-button:not(.experience) header .fsElementHeaderContent {
          font-size: 22px; } }
    .info-button:not(.experience) header .button-header-wrapper {
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      padding: 0 20px; }
      .info-button:not(.experience) header .button-header-wrapper h2 {
        font-weight: 600; }
      @media (min-width: 900px) {
        .info-button:not(.experience) header .button-header-wrapper {
          padding: 0; } }
  .info-button:not(.experience) footer {
    width: 100%;
    height: 0px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.55s; }
    .info-button:not(.experience) footer .fsElementFooterContent {
      top: 50%;
      transform: translateY(-50%);
      position: relative;
      z-index: 5; }
  .info-button:not(.experience):hover header {
    transform-origin: 0% 0%;
    transform: rotateX(-90deg); }
  .info-button:not(.experience):hover footer {
    height: 100%;
    opacity: 1; }
  .info-button.two header {
    background-color: rgba(253, 163, 31, 0.8); }
  .info-button.three header {
    background-color: rgba(120, 162, 47, 0.8); }

.fsComposeMode .info-button img {
  display: block; }

.image-rotation {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media (min-width: 980px) {
    .image-rotation {
      height: 680px; } }
  .image-rotation:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    opacity: .2; }
  .image-rotation header {
    position: relative; }
    .image-rotation header h1,
    .image-rotation header .fsElementHeaderContent {
      color: #fff;
      font-size: 30px; }
      @media (min-width: 600px) {
        .image-rotation header h1,
        .image-rotation header .fsElementHeaderContent {
          color: #fff;
          font-size: 60px; } }
  .image-rotation > .fsElementContent {
    display: none; }

.rotation-content-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  max-width: 600px;
  margin: 0 auto; }

.slide.custom {
  display: none; }
  .slide.custom img {
    display: none; }

.testimonial-slider {
  margin-top: 0;
  padding: 45px 0 0; }
  @media (min-width: 980px) {
    .testimonial-slider {
      padding: 70px 30px 50px; } }
  .testimonial-slider * {
    outline: 0; }
  .testimonial-slider > article {
    display: none; }
  .testimonial-slider > header {
    text-align: center;
    margin-bottom: 10px; }
    @media (min-width: 700px) {
      .testimonial-slider > header {
        margin-bottom: 45px; } }
    .testimonial-slider > header h2 {
      color: #444;
      font-size: 22px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .testimonial-slider > header:after {
      content: '';
      width: 180px;
      height: 4px;
      background-color: #ffd881;
      display: block;
      margin: 0 auto; }
  .testimonial-slider > .fsElementContent {
    max-width: 980px;
    width: 100%;
    margin: 0 auto; }
  .testimonial-slider article {
    margin: 0 auto;
    padding: 0;
    background: transparent !important;
    text-align: center;
    clear: none;
    border-bottom: none; }
    @media (min-width: 700px) {
      .testimonial-slider article {
        padding: 0 20px; } }
    .testimonial-slider article .fsThumbnail {
      display: none; }
    .testimonial-slider article .fsTitle {
      display: block;
      font-style: normal;
      margin-top: 0;
      font-weight: normal;
      color: #808084;
      letter-spacing: normal;
      font-size: 0.8888888889em;
      line-height: 1.1875em;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
      margin-bottom: 1.25em;
      font-size: 16px;
      font-family: "proxima-nova", sans-serif;
      margin: 0 auto; }
      @media (min-width: 700px) {
        .testimonial-slider article .fsTitle {
          margin: 0 auto 30px; } }
      .testimonial-slider article .fsTitle:before {
        content: '– '; }
      .testimonial-slider article .fsTitle a {
        cursor: default; }
    .testimonial-slider article .fsBody p {
      margin: 0; }
    @media (min-width: 700px) {
      .testimonial-slider article .fsBody {
        display: none; } }
    .testimonial-slider article .fsSummary {
      position: relative;
      font-size: 1em;
      line-height: 1.2em;
      font-family: "minion-pro", serif;
      font-style: italic;
      font-size: 20px;
      line-height: 1.2em;
      padding: 25px;
      text-align: center; }
      @media (min-width: 700px) {
        .testimonial-slider article .fsSummary {
          font-size: 30px;
          padding: 30px; } }
      .testimonial-slider article .fsSummary:before {
        position: absolute;
        left: 15px;
        top: 0;
        color: #C9CACC;
        font-size: 50px;
        font-weight: 500;
        font-style: italic;
        line-height: 1.75;
        content: '\201C';
        vertical-align: bottom; }
        @media (min-width: 700px) {
          .testimonial-slider article .fsSummary:before {
            font-size: 100px;
            line-height: 1.25;
            left: -10px; } }
      .testimonial-slider article .fsSummary:after {
        content: '”'; }
  .testimonial-slider .slick-dots {
    padding: 0;
    display: table;
    width: auto;
    margin: 0 auto 20px auto;
    text-align: center; }
    .testimonial-slider .slick-dots ul,
    .testimonial-slider .slick-dots ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .testimonial-slider .slick-dots a {
      display: block; }
    .testimonial-slider .slick-dots li {
      display: none;
      vertical-align: top;
      padding: 0 16px;
      margin: 0 5px; }
      @media (min-width: 700px) {
        .testimonial-slider .slick-dots li {
          display: inline-block; } }
      .testimonial-slider .slick-dots li .blog-link {
        color: #78a22f;
        font-size: 15px;
        font-weight: 700;
        margin-top: 20px;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        display: block;
        margin: 20px -16px;
        text-align: center;
        z-index: 3; }
        .testimonial-slider .slick-dots li .blog-link:after {
          content: "\e60a";
          font-family: "IcoMoon";
          margin-left: 5px;
          font-weight: normal; }
      .testimonial-slider .slick-dots li.slick-active .blog-link {
        opacity: 1;
        visibility: visible; }
      @media screen and (max-width: 600px) {
        .testimonial-slider .slick-dots li button {
          display: none !important; } }
      .testimonial-slider .slick-dots li:hover button {
        opacity: 1;
        width: 102px;
        height: 102px;
        transition: .3s;
        border: 2px solid #ffd881;
        margin-top: -13px; }
      .testimonial-slider .slick-dots li:hover .blog-link {
        opacity: 1;
        visibility: visible;
        transition: .3s; }
    .testimonial-slider .slick-dots button {
      background-size: cover !important;
      padding: 0;
      border: 0 none;
      font-size: 0;
      width: 76px;
      height: 76px;
      border-radius: 100%;
      opacity: 0.5;
      outline: none;
      transition: .3s; }
    .testimonial-slider .slick-dots .slick-active button {
      opacity: 1;
      width: 102px;
      height: 102px;
      transition: .3s;
      border: 2px solid #ffd881;
      margin-top: -13px; }

.blog-link {
  color: #78a22f;
  font-size: 15px;
  font-weight: 700;
  margin-top: 20px;
  transition: .3s;
  display: block;
  margin: 10px -16px;
  text-align: center; }
  .blog-link:after {
    content: "\e60a";
    font-family: "IcoMoon";
    margin-left: 5px;
    font-weight: normal; }

.experience-wrapper .info-button img {
  display: block;
  opacity: 0;
  visibility: hidden; }
.experience-wrapper .info-button.experience {
  height: 250px; }
  @media (min-width: 600px) {
    .experience-wrapper .info-button.experience {
      height: 400px; } }
  @media (min-width: 900px) {
    .experience-wrapper .info-button.experience {
      height: 100%; } }
  .experience-wrapper .info-button.experience p {
    margin-bottom: 0; }
  .experience-wrapper .info-button.experience:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3; }
  .experience-wrapper .info-button.experience .fsElementTitle {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    font-family: "minion-pro", serif;
    max-width: 600px;
    margin: 0 auto 25px;
    max-width: 350px; }
    @media (min-width: 600px) {
      .experience-wrapper .info-button.experience .fsElementTitle {
        font-size: 60px;
        max-width: 100%; } }
.experience-wrapper .info-button.our-story header {
  background-color: rgba(216, 88, 88, 0.8); }
.experience-wrapper .info-button.community header {
  background-color: rgba(77, 138, 164, 0.8); }
@media (min-width: 900px) {
  .experience-wrapper .row-one .fsDiv {
    height: 680px; } }
.experience-wrapper .row-one .fsDiv:first-child {
  width: 33.33%; }
.experience-wrapper .row-one .fsDiv:last-child {
  width: 66.66%; }
.experience-wrapper .row-two .fsDiv {
  width: 100%; }
  @media (min-width: 600px) {
    .experience-wrapper .row-two .fsDiv {
      width: 33.33%; } }
  @media (min-width: 900px) {
    .experience-wrapper .row-two .fsDiv {
      width: 50%; } }
.experience-wrapper .row-two .info-button {
  height: 123px;
  background-position: center; }
  @media (min-width: 900px) {
    .experience-wrapper .row-two .info-button {
      height: 227px; } }
.experience-wrapper .row-two .fsElementFooterContent a {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700; }
.experience-wrapper .fsElementFooterContent a {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 5px;
  padding: 20px 30px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block; }
  @media (min-width: 600px) {
    .experience-wrapper .fsElementFooterContent a {
      font-size: 22px; } }
  .experience-wrapper .fsElementFooterContent a:hover {
    color: #444;
    background-color: #fff; }

.button-title-wrapper {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }

.home-news {
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 25px; }
  @media (min-width: 500px) {
    .home-news {
      padding-bottom: 70px; } }
  .home-news header {
    padding: 45px 20px 30px;
    overflow: hidden; }
    @media (min-width: 500px) {
      .home-news header {
        padding: 70px 30px 30px; } }
    .home-news header h2 {
      line-height: 1;
      color: #444;
      font-size: 22px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 10px; }
      @media (min-width: 500px) {
        .home-news header h2 {
          float: left;
          margin-bottom: 20px; } }
      .home-news header h2:after {
        content: '';
        width: 180px;
        height: 4px;
        background-color: #ffd881;
        display: block;
        margin-top: 12px; }
        @media (min-width: 500px) {
          .home-news header h2:after {
            margin-top: 18px; } }
    @media (min-width: 500px) {
      .home-news header > div {
        float: right; } }
    .home-news header > div a {
      color: #78a22f;
      font-size: 15px;
      font-weight: 700;
      transition: .3s; }
      .home-news header > div a:after {
        content: "\e60a";
        font-family: "IcoMoon";
        margin-left: 5px;
        font-weight: normal; }
      .home-news header > div a:hover {
        color: #b60050; }
  .home-news .fsListItems {
    overflow: hidden; }
  .home-news article {
    width: 100%;
    padding: 0 20px;
    border: none; }
    @media (min-width: 500px) {
      .home-news article {
        width: 50%;
        float: left;
        padding: 0 30px; } }
    .home-news article:nth-child(2) {
      display: none; }
      @media (min-width: 500px) {
        .home-news article:nth-child(2) {
          display: block; } }
    .home-news article:last-child {
      display: none; }
    @media (min-width: 900px) {
      .home-news article {
        width: 33.33%; }
        .home-news article:last-child {
          display: block; } }
    .home-news article .fsCroppedImage {
      height: 200px;
      display: block; }
    .home-news article .fsDateTime {
      color: #808084;
      font-weight: 700;
      letter-spacing: 0; }
    .home-news article .fsTitle {
      letter-spacing: 0; }
      .home-news article .fsTitle a {
        color: #444;
        font-size: 18px;
        font-weight: 600; }
        .home-news article .fsTitle a:hover {
          color: #b60050; }
    .home-news article .fsSeparator,
    .home-news article .fsYear {
      display: none; }

.home-cta {
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  height: 253px; }
  .home-cta img {
    opacity: 0;
    visibility: hidden; }
  .home-cta:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fda31f;
    opacity: .8;
    left: 0; }
  .home-cta header h2 {
    color: white;
    font-family: "minion-pro", serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.2;
    letter-spacing: .025em; }
    @media (min-width: 600px) {
      .home-cta header h2 {
        font-size: 60px; } }
  .home-cta .fsElementFooterContent a {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 5px;
    padding: 10px 15px;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .025em; }
    @media (min-width: 600px) {
      .home-cta .fsElementFooterContent a {
        font-size: 16px;
        padding: 15px 20px; } }
    .home-cta .fsElementFooterContent a:hover {
      color: #444;
      background-color: #fff; }
  .home-cta .cta-inner-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 30px; }
    @media (min-width: 900px) {
      .home-cta .cta-inner-wrapper {
        padding: 0; } }

.fsTwoColumnLayout.row-one {
  position: relative;
  overflow: hidden; }
  .fsTwoColumnLayout.row-one > .fsDiv {
    vertical-align: top; }
    .fsTwoColumnLayout.row-one > .fsDiv:first-child {
      width: 100%; }
      @media (min-width: 900px) {
        .fsTwoColumnLayout.row-one > .fsDiv:first-child {
          width: 33.33%; } }
    .fsTwoColumnLayout.row-one > .fsDiv:last-child {
      width: 100%;
      position: relative;
      top: 0; }
      @media (min-width: 600px) {
        .fsTwoColumnLayout.row-one > .fsDiv:last-child {
          display: block; } }
      @media (min-width: 900px) {
        .fsTwoColumnLayout.row-one > .fsDiv:last-child {
          width: 66.66%;
          display: table-cell;
          overflow: hidden;
          position: relative; } }
  .fsTwoColumnLayout.row-one .fsMediaControlsContainer {
    display: none; }

.info-button.video {
  height: 100%; }
  @media (min-width: 600px) {
    .info-button.video {
      width: 33.3%;
      float: left; } }
  @media (min-width: 900px) {
    .info-button.video {
      width: 100%; } }
  .info-button.video .fsElementContent {
    margin-top: 0;
    position: absolute;
    height: 100%;
    width: 100%; }
  .info-button.video header {
    z-index: 2;
    background-color: rgba(96, 55, 110, 0.8); }
  .info-button.video .fsElementFooterContent {
    height: auto; }
  .info-button.video div {
    height: 100%; }
  .info-button.video .fsMediaView {
    height: 100% !important; }
  .info-button.video video {
    max-width: none;
    max-width: 100%;
    width: initial !important;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    min-height: 100%;
    height: initial !important;
    background-position: center;
    min-width: 100%;
    top: 50%; }
    @media (min-width: 900px) {
      .info-button.video video {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        max-width: none; } }

.fsComposeMode .info-button header,
.fsComposeMode .info-button footer {
  display: none; }
.fsComposeMode .info-button img,
.fsComposeMode .home-cta img {
  opacity: 1;
  visibility: visible; }

body:not(.fsComposeMode) .home-cta .fsElementContent {
  display: none; }

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.2222222222em;
  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: #444444;
      color: #444444; }
      .colors ol li:nth-of-type(1):after {
        content: "#444444"; }
    .colors ol li:nth-of-type(2) {
      background: #78a22f;
      color: #78a22f; }
      .colors ol li:nth-of-type(2):after {
        content: "#78a22f"; }
    .colors ol li:nth-of-type(3) {
      background: #b60050;
      color: #b60050; }
      .colors ol li:nth-of-type(3):after {
        content: "#b60050"; }
    .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.2222222222em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.2777777778em;
    padding: 0.2777777778em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "minion-pro", serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "minion-pro, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "proxima-nova", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "proxima-nova, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 60px / line: 65"; }
.headers h2:after {
  content: " size: 34px / line: 41"; }
.headers h3:after {
  content: " size: 22px / line: 26"; }
.headers h4:after {
  content: " size: 22px / line: 26"; }
.headers h5:after {
  content: " size: 16px / line: 19"; }
.headers h6:after {
  content: " size: 15px / line: 18"; }
