 /**
 *
 * Farmington Public Schools - default
 * @link http://farmington.redesign.finalsite.com/
 * Built By: 
 * Project Manager: 
 * Designer: 
 *
 */

@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: 71.25em;
  max-width: 71.25rem;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em;
}

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em;
}

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em;
}

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("/uploaded/themes/default/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;
  font-size: 1.75em;
  line-height: 1.6071428571em;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5714285714em;
}

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.625em;
  line-height: 1.2307692308em;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.6153846154em;
}

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.3333333333em;
  font-weight: bold;
  color: #990000;
  margin-bottom: 0.4166666667em;
}

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.0833333333em;
  font-weight: bold;
  color: #990000;
  margin-bottom: 0.4166666667em;
}

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.1em;
  font-weight: bold;
  color: #990000;
  margin-bottom: 0.5em;
}

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 100;
  color: #990000;
  text-transform: uppercase;
  margin-bottom: 0.625em;
}

a {
  text-decoration: none;
  color: #990000;
  transition: background .3s, color .3s;
}
a:hover {
  color: #1b75bb;
}

ul,
ol {
  margin-top: 0;
  padding-left: 1.25em;
}

table.styled {
  margin-bottom: 1.25em;
  width: 100%;
}
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
table.styled th {
  padding: 1.25em;
  text-align: left;
  background: #990000;
  color: #fff;
}
table.styled td {
  padding: 0.625em 1.25em;
  background: rgba(0, 0, 0, 0.05);
}
table.styled tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

/*! content - buttons v0.0.1 */
.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #990000;
  color: #fff;
  outline: 0;
}
.button:hover {
  background: maroon;
  color: #fff;
}
.button em {
  display: block;
  font-style: normal;
}

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #1b75bb;
  color: #fff;
  outline: 0;
}
.color-button:hover {
  background: #1867a5;
  color: #fff;
}
.color-button em {
  display: block;
  font-style: normal;
}

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: transparent;
  color: #1b75bb;
  outline: 0;
  border: 0.2em solid #1b75bb;
}
.hollow-button:hover {
  background: rgba(0, 0, 0, 0);
  color: #1b75bb;
}
.hollow-button em {
  display: block;
  font-style: normal;
}

/*! content - forms v0.0.1 */
textarea,
input,
select {
  padding: 0.625em;
}

::-webkit-input-placeholder {
  color: white;
}

:-moz-placeholder {
  color: white;
}

::-moz-placeholder {
  color: white;
}

:-ms-input-placeholder {
  color: white;
}

/*! content - style manger v0.0.1 */
.lead-in {
  font-size: 1.25em;
  line-height: 1.2em;
}

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 24px;
  color: #1b75bb;
  font-weight: 100;
  line-height: 1.2em;
}
blockquote em {
  display: block;
  text-transform: none;
  margin: 0;
  margin-left: 40px;
  color: #bbbbbb;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0px;
  font-style: normal;
}
blockquote em:before {
  content: '~';
  margin-right: 10px;
}
blockquote br:last-child {
  display: none;
}

cite {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
}
cite:before {
  content: '- ';
}

.callout {
  padding: 20px;
  background: #990000;
  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%;
  }
}

.fs_style_1 {
  background: url("../images/button-bg.svg") 0 0 no-repeat;
  padding: 10px 25px;
  color: #fff;
}

/*! structure - header v0.0.1 */
#fsHeader {
  background: #f1f1f1;
  padding-top: 5px;
}

.header-contain {
  position: relative;
  margin: 0 auto;
  max-width: 85em;
  max-width: 85rem;
  padding-right: 1.25em;
  padding-left: 1.25em;
  zoom: 1;
  position: relative;
}
.header-contain:after {
  display: table;
  clear: both;
  content: '';
}
.header-contain > .fsElementContent {
  zoom: 1;
}
.header-contain > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}

.site-info-container {
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 380px;
  padding-top: 20px;
}
.site-info-container a {
  display: block;
  padding: 40px 0;
  color: transparent;
  width: 100%;
  background: url("../images/2020_FPS_Horizontal_90.png") no-repeat 0 50%;
  background-size: contain;
}
.site-info-container a:hover {
  color: transparent;
}
@media (min-width: 600px) and (max-width: 900px) {
  .site-info-container {
    padding: 20px 0px;
  }
}
@media (max-width: 600px) {
  .site-info-container {
    width: 200px;
    padding: 10px 0px;
  }
}

.photo-grid {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: -5px;
}
.photo-grid img {
  width: 20%;
  box-shadow: -4px 0 0 #616164;
}
@media (max-width: 600px) {
  .photo-grid img {
    width: 33.33%;
  }
  .photo-grid img:nth-child(4n + 1) {
    display: none;
  }
}

.header-landing {
  background: #1b75bb;
  color: #fff;
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.header-landing > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 71.25em;
  max-width: 71.25rem;
  zoom: 1;
}
.header-landing > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}

.landing-photo {
  float: left;
  width: 30%;
}
@media (max-width: 600px) {
  .landing-photo {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.landing-content {
  float: left;
  width: 70%;
  font-size: 24px;
  font-weight: lighter;
  padding-left: 40px;
  padding-top: 20px;
}
@media (max-width: 600px) {
  .landing-content {
    display: block;
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.landing-content .fs_style_1 {
  margin-top: 40px;
  float: left;
  font-size: 14px;
  font-weight: bold;
}
.landing-content .fs_style_1:first-of-type {
  margin-right: 20px;
}

.landing-slider {
  display: block;
  background: #fff;
}
.landing-slider .slide-title {
  font-family: "open-sans", sans-serif;
  color: #1b75bb;
  font-size: 28px;
  line-height: 1.2em;
  display: block;
  float: none;
  font-weight: bold;
  line-height: 30px;
}
.landing-slider .slide-caption {
  font-size: 18px;
  color: #000;
  padding: 20px;
}
.landing-slider.fsMedia > .fsElementContent {
  margin: 0;
}
.landing-slider .fsMediaContainer {
  position: relative;
  margin: 0 auto;
  max-width: 71.25em;
  max-width: 71.25rem;
  background: #f1f1f1;
  max-height: 290px;
}
@media (max-width: 600px) {
  .landing-slider .fsMediaContainer {
    max-height: initial;
  }
}
.landing-slider .slick-slide {
  background: #f1f1f1;
}
.landing-slider .slick-slide img {
  width: 70%;
  float: left;
}
@media (max-width: 600px) {
  .landing-slider .slick-slide img {
    display: block;
    float: none;
    width: 100%;
  }
}
.landing-slider .slick-slide .slide-caption {
  width: 30%;
  float: right;
}
@media (max-width: 600px) {
  .landing-slider .slick-slide .slide-caption {
    display: block;
    float: none;
    width: 100%;
  }
}
.landing-slider .slick-prev, .landing-slider .slick-next {
  position: absolute;
  bottom: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  width: 57px;
  height: 57px;
  background: rgba(255, 255, 255, 0.8);
  transition: .3s all ease-in-out;
  z-index: 999;
}
@media (max-width: 600px) {
  .landing-slider .slick-prev, .landing-slider .slick-next {
    display: none !important;
  }
}
.landing-slider .slick-prev:hover, .landing-slider .slick-next:hover {
  background: #c2c2c2;
}
.landing-slider .slick-prev:hover:after, .landing-slider .slick-next:hover:after {
  color: #990000;
}
.landing-slider .slick-prev:after, .landing-slider .slick-next:after {
  content: '';
  font-family: "IcoMoon";
  color: #58585b;
  transition: .3s all ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  font-size: 18px;
}
.landing-slider .slick-prev {
  bottom: 85px;
  color: transparent;
}
.landing-slider .slick-prev:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.landing-slider .slick-next {
  bottom: 25px;
  color: transparent;
}
.landing-slider .slick-next:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

/*! structure - footer v0.0.1 */
#fsFooter {
  text-align: left;
  color: #fff;
  padding-top: 40px;
}
@media (max-width: 600px) {
  #fsFooter {
    padding-top: 0;
  }
}
#fsFooter:hover .f-slideup {
  height: 500px;
}
#fsFooter:hover .f-slideup > header span:after {
  content: '\f103';
}
#fsFooter .fsBanner {
  position: relative;
}

.f-slide-contain {
  position: relative;
}

.f-slideup {
  position: absolute;
  width: 100%;
  background: #5f5f62;
  background: url("../images/footer-bg.jpg") 0 0 repeat;
  bottom: 0;
  height: 55px;
  overflow: hidden;
  transition: .3s all ease-in-out;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
@media (max-width: 600px) {
  .f-slideup {
    position: relative;
    height: 100%;
    display: block;
    top: 0;
  }
  #fsFooter:hover .f-slideup {
    height: 100%;
  }
}
.fsDraftMode .f-slideup {
  position: relative;
  height: 500px;
}
.f-slideup > header {
  display: none;
}
@media (min-width: 600px) {
  .f-slideup > header {
    display: block;
  }
}
.f-slideup header {
  background: #c2c2c2;
  padding: 15px 0px;
  text-align: center;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.f-slideup header span {
  width: 50%;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 18px;
  color: #787878;
  letter-spacing: .08em;
  font-weight: 600;
}
.f-slideup header span:after {
  content: '\f102';
  color: #990000;
  font-family: "IcoMoon";
  margin-left: 5px;
}
.f-slideup > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 71.25em;
  max-width: 71.25rem;
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 600px) {
  .f-slideup > .fsElementContent {
    padding: 0;
  }
  .f-slideup > .fsElementContent .fsElementContent {
    padding: 20px;
  }
}
.f-slideup .fsElementContent {
  zoom: 1;
}
.f-slideup .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
.f-slideup .fsElementContent .fsTwoColumnLayout > .fsDiv {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .f-slideup .fsElementContent .fsTwoColumnLayout > .fsDiv {
    min-height: 450px;
  }
}
@media (min-width: 600px) {
  .f-slideup .fsElementContent .fsTwoColumnLayout > .fsDiv header {
    display: none;
  }
}
.f-slideup .fsElementContent .fsTwoColumnLayout > .fsDiv footer {
  position: absolute;
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-links ul,
.footer-links ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.footer-links a {
  display: block;
}
.footer-links li {
  display: inline-block;
  padding: 0px 5px 0px 5px;
}
.footer-links li:first-child a {
  padding-left: 0px;
}
.footer-links li.powered-holder {
  width: 200px;
}
.footer-links li:not(:last-child) {
  border-right: 1px solid #999;
}
.footer-links li a {
  padding: 0;
  color: #999;
  font-size: 14px;
}
.footer-links li a:hover {
  color: #1b75bb;
}

.footer-bottom {
  position: relative;
  margin: 0 auto;
  max-width: 85em;
  max-width: 85rem;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.footer-bottom img {
  margin-right: 20px;
  float: left;
  margin-bottom: 50px;
}
.footer-bottom .address {
  font-weight: 100;
  color: #999999;
  font-size: 14px;
}
.footer-bottom > .fsElementContent > .fsElement {
  float: left;
  width: 50%;
}
.footer-bottom > .fsElementContent > .fsElement:nth-child(2) {
  text-align: right;
  float: right;
}
@media (max-width: 600px) {
  .footer-bottom > .fsElementContent > .fsElement {
    width: 100%;
    display: block;
    float: none;
  }
}

.cal-column {
  float: left;
  width: 50%;
}
.cal-column.one {
  padding-right: 20px;
}
.cal-column.two {
  padding-left: 20px;
}
@media (max-width: 600px) {
  .cal-column.one, .cal-column.two {
    padding: 0;
  }
  .cal-column.two {
    display: none;
  }
  .cal-column.one {
    width: 100%;
  }
}

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none;
}

html {
  font-family: "open-sans", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #3d3d3e;
}

body {
  font-size: 1em;
  line-height: 1.5;
  color: #58585b;
}

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 71.25em;
  max-width: 71.25rem;
}

#fsBannerLeft {
  float: none;
  margin-bottom: gutter;
  width: 100%;
}
@media (min-width: 800px) {
  #fsBannerLeft {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerLeft {
    padding-right: 40px;
    width: 22.22%;
  }
}

#fsPageContent {
  float: none;
  margin-bottom: gutter;
  width: 100% !important;
}
@media (min-width: 800px) {
  #fsPageContent {
    float: left;
  }
}
@media (min-width: 800px) {
  .fsHasRightBanner #fsPageContent {
    width: 77.78% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 77.78% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 55.56% !important;
  }
}

#fsBannerRight {
  float: none;
  margin-bottom: gutter;
  width: 100%;
}
@media (min-width: 800px) {
  #fsBannerRight {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerRight {
    padding-left: 40px;
    width: 22.22%;
  }
}

@media (min-width: 800px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.fsLayout .fsDiv {
  float: none;
  margin-bottom: gutter;
  width: 100%;
}
@media (min-width: 800px) {
  .fsLayout .fsDiv {
    float: left;
  }
}
@media (min-width: 800px) {
  .fsLayout .fsDiv {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

@media (min-width: 800px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.3333333333%;
  }
}

@media (min-width: 800px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%;
  }
}

.fsLayout .fsStyleTwoThirds {
  width: 100%;
}
@media (min-width: 1000px) {
  .fsLayout .fsStyleTwoThirds {
    width: 66.6666666667%;
  }
}
.fsLayout .fsStyleOneThird {
  width: 100%;
}
@media (min-width: 1000px) {
  .fsLayout .fsStyleOneThird {
    width: 33.3333333333%;
  }
}

#fsPoweredByFinalsite {
  width: 100%;
}

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsBreadcrumb li {
  display: inline-block;
}

.tier-two {
  background: #fff;
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
}
.tier-two ul,
.tier-two ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.tier-two a {
  display: block;
}
.tier-two header {
  position: relative;
  margin: 0 auto;
  max-width: 71.25em;
  max-width: 71.25rem;
  border-bottom: 3px solid #1b75bb;
  margin-bottom: 10px;
}
.tier-two header h1.section-title {
  margin: 5px;
  line-height: 1.2em;
  padding: 0;
}
@media (max-width: 600px) {
  .tier-two header h1.section-title {
    margin: 5px 0px;
  }
}
.tier-two ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  margin: 0 auto;
  max-width: 71.25em;
  max-width: 71.25rem;
}
.tier-two li {
  display: inline;
}
.tier-two a {
  font-size: 15px;
  font-weight: bold;
  color: #1b75bb;
  display: inline-block;
}
.tier-two a:hover {
  color: #c2c2c2;
}
.tier-two span {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  margin: 0 5px;
  text-align: center;
}

/*! navigation - main v0.0.1 */
.nav-main ul,
.nav-main ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-main a {
  display: block;
}
@media (min-width: 900px) {
  .nav-main {
    width: 80%;
    width: calc(100% - 420px);
    float: right;
  }
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 71.25em;
    max-width: 71.25rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li {
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding: 30px 0px;
  }
  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
}
.nav-main .fsNavLevel1 > li > a {
  color: #fff;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  padding: 10px 10px;
  position: relative;
}
.nav-main .fsNavLevel1 > li > a:hover {
  box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0);
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 14px;
  }
  .nav-main .fsNavLevel1 > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0%;
    height: 3px;
    background: #1b75bb;
    transition: .3s all ease-in-out;
  }
  .nav-main .fsNavLevel1 > li > a:hover {
    color: #58585b;
  }
  .nav-main .fsNavLevel1 > li > a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
  box-shadow: inset 0 -3px 0 #1b75bb;
  color: #58585b;
}

.nav-main .fsNavPageInfo {
  position: absolute;
  top: 98%;
  z-index: 300;
  display: none;
  width: 940px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #1b75bb;
  background: url("../images/Dropdown.png") top left no-repeat;
  text-align: left;
  right: 0;
  left: auto;
  -ms-transform: none;
  transform: none;
  position: absolute;
  top: 83px;
  min-height: 300px;
  padding: 35px 0px 35px 0px;
}
@media (min-width: 980px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}
.nav-main .fsNavPageThumbnail {
  width: 35%;
  float: left;
  padding-left: 40px;
}
.nav-main .fsNavLevel2 {
  float: right;
  width: 65%;
}
.nav-main .fsNavLevel2 a {
  padding: 3px 0px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.nav-main .fsNavLevel2 a:hover {
  color: #c2c2c2;
}

.drawer .nav-main {
  padding: 40px;
}
.drawer .nav-main li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 900px) {
  .nav-column {
    float: left;
    width: 50%;
  }
}

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: relative;
  height: 50px;
  text-align: right;
}
@media (min-width: 900px) {
  .drawer-ribbon {
    display: none;
  }
}

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 50px;
  left: auto;
  right: 10px;
  top: 40%;
  height: 50px;
}
@media (min-width: 900px) {
  .drawer-trigger {
    display: none;
  }
}
.drawer-trigger:before, .drawer-trigger:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 50%;
  content: '';
  background: #1b75bb;
}
.drawer-trigger:before {
  margin-top: -0.25em;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: margin-top .3s, transform .3s;
}
.drawer-trigger:after {
  box-shadow: 0 0.25em 0 0 #1b75bb;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: box-shadow .3s, transform .3s;
}
.drawer-is-active .drawer-trigger:before {
  margin-top: 0;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-is-active .drawer-trigger:after {
  box-shadow: none;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(0, -20%, 0);
  -ms-transform: translate(0, -20%);
  transform: translate(0, -20%);
  top: 6.25em;
  min-height: 100%;
  background: #1b75bb;
  background: rgba(27, 117, 187, 0.9);
  color: #fff;
}
.drawer-is-active .drawer {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.drawer .nav-main {
  padding-top: 0;
}
.drawer .nav-main .fsNavLevel1 > li > a {
  font-weight: bold;
  padding: 0;
}
.drawer .nav-main .fsNavCurrentPage a {
  color: #fff;
}
.drawer .nav-main .fsNavCurrentPage .fsNavPageInfo {
  display: block;
  position: relative;
  background: none;
  width: auto;
  top: 5px;
  left: 0;
  right: 0;
  padding: 20px 0px 20px 20px;
  border-top: 4px solid #fff;
}
.drawer .nav-main .fsNavPageThumbnail {
  display: none;
}
.drawer .nav-main .fsNavLevel2 {
  display: block;
  position: relative;
  float: none;
  display: block;
  width: 100%;
}
.drawer .nav-main .fsNavLevel2 > div {
  float: none;
  display: block;
  width: 100%;
}
.drawer .nav-util {
  position: relative;
  float: none;
  display: block;
  color: #fff;
  text-align: left;
  padding: 20px;
}
.drawer .nav-util ul {
  background: #1b75bb;
  padding: 20px;
}
.drawer .nav-util li {
  display: block;
}
.drawer .nav-util a {
  color: #fff;
}
.drawer .nav-util a:hover {
  color: #1b75bb;
}

/*! navigation - sub v0.0.1 */
.nav-sub ul,
.nav-sub ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-sub a {
  display: block;
}
.nav-sub .fsNavLevel1 {
  position: relative;
}
.nav-sub .fsNavLevel1 > li > a {
  padding: 0.625em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-sub .fsNavCurrentPage > a,
.nav-sub .fsNavCurrentPageAncestor > a {
  color: #990000;
}
.nav-sub .fsNavLevel2 > li > a {
  padding: 0.625em 1.25em;
}

.section-title {
  position: relative;
  padding: 1.25em 0;
  cursor: pointer;
}
.section-title:before {
  display: none;
}
@media (max-width: 599px) {
  .section-title:before {
    position: absolute;
    top: 50%;
    right: 1.25em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0.1875em;
    width: 0.1875em;
    content: '';
    background: #58585b;
    border-radius: 100%;
    box-shadow: 0 -0.3125em 0 0 #58585b, 0 0.3125em 0 0 #58585b;
    transition: box-shadow .3s, transform .3s;
  }
}
@media (max-width: 599px) {
  .active-nav .section-title:before {
    box-shadow: -0.3125em 0 0 0 #58585b, 0.3125em 0 0 0 #58585b;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin-left: 15px;
}
.nav-social ul,
.nav-social ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-social a {
  display: block;
}
.nav-social li {
  display: inline-block;
  vertical-align: middle;
}
.nav-social .nav-social__item-facebook a:before {
  content: "";
}
.nav-social .nav-social__item-instagram a:before {
  content: "";
}
.nav-social .nav-social__item-linkedin a:before {
  content: "";
}
.nav-social .nav-social__item-pinterest a:before {
  content: "";
}
.nav-social .nav-social__item-tumblr a:before {
  content: "";
}
.nav-social .nav-social__item-twitter a:before {
  content: "";
}
.nav-social .nav-social__item-vine a:before {
  content: "";
}
.nav-social .nav-social__item-youtube a:before {
  content: "";
}
.nav-social .nav-social__item-facebook a:hover {
  color: #3b5998;
}
.nav-social .nav-social__item-instagram a:hover {
  color: #517fa4;
}
.nav-social .nav-social__item-linkedin a:hover {
  color: #007bb6;
}
.nav-social .nav-social__item-pinterest a:hover {
  color: #cb2027;
}
.nav-social .nav-social__item-tumblr a:hover {
  color: #32506d;
}
.nav-social .nav-social__item-twitter a:hover {
  color: #00aced;
}
.nav-social .nav-social__item-vine a:hover {
  color: #00a478;
}
.nav-social .nav-social__item-youtube a:hover {
  color: #b00;
}
.nav-social a {
  font-size: 0.875em;
  line-height: 1;
  text-align: center;
  color: #58585b;
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  border: .1em solid currentColor;
}
.nav-social a:before {
  font-family: "fontawesome";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-social span {
  display: none;
}

/* Navigation - Utility Container v0.0.1 */
.nav-util {
  text-align: right;
  float: right;
}
.nav-util ul,
.nav-util ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-util a {
  display: block;
}
.nav-util ul li {
  display: inline-block;
}
.nav-util ul li a {
  color: #787878;
  padding: 0.3125em 0.625em;
}
.nav-util ul li a:hover {
  color: #1b75bb;
}

.nav-quick {
  position: relative;
}
.nav-quick:hover > a {
  color: #1b75bb;
}
.nav-quick ul {
  position: absolute;
  top: 98%;
  z-index: 300;
  display: none;
  width: 150px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #1b75bb;
  padding: 15px;
}
.nav-quick ul li {
  display: block;
}
.nav-quick ul li a {
  display: block;
  color: #fff;
  font-weight: 500;
}
.nav-quick ul li a:hover {
  color: #82beed;
}
.nav-quick:hover ul {
  display: block;
}

/*! elements - accordion v0.0.1 */
.fsAccordion {
  margin-bottom: 20px;
}
.fsAccordion .fsPanel {
  margin-bottom: 2px;
}
.fsAccordion .fsPanel .fsElementTitle {
  position: relative;
  margin-bottom: 0;
  padding: 10px;
  font-size: 1.125em;
  cursor: pointer;
  background: #f1f1f1;
  color: inherit;
}
.fsAccordion .fsPanel .fsElementTitle:before, .fsAccordion .fsPanel .fsElementTitle:after {
  display: inline-block;
  border: 0 !important;
  height: auto !important;
  width: auto !important;
  font-family: "IcoMoon";
  transition: transform .3s;
}
.fsPanelIconBefore .fsPanel .fsElementTitle:before {
  margin: 0 10px 0 0 !important;
  content: '\f101' !important;
}
.fsPanelIconBefore .fsStateOpen .fsElementTitle:before {
  content: '\f103' !important;
  color: #990000 !important;
}
.fsPanelIconAfter .fsPanel .fsElementTitle:after {
  float: right;
  margin: 0 !important;
  content: '\f101' !important;
}
.fsPanelIconAfter .fsStateOpen .fsElementTitle:after {
  content: '\f103' !important;
}
.fsPanel:hover .fsElementTitle {
  color: #1b75bb;
}
.fsStateOpen .fsElementTitle {
  color: #990000 !important;
}
.fsPanel > .fsElementContent {
  padding: 20px 0px 20px 40px !important;
}
.fsPanel > .fsElementContent p:first-child {
  margin-top: 0;
}
.fsPanel > .fsElementContent p:last-child {
  margin-bottom: 0;
}

/*! elements - athletics v0.0.1 */
.fsAthleticsEvent .fsTitle {
  display: inline-block;
}

.fsAthleticsOpponents {
  display: inline-block;
}

.fsAthleticsOpponentNames {
  display: inline-block;
}

/*! elements - calendar v0.0.1 */
.fsCalendar article {
  position: relative;
  padding-left: 65px;
  min-height: 80px;
}
.fsCalendar .fsTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #58585b;
}
#fsFooter .fsCalendar .fsTitle {
  color: #fff;
  font-family: "bree-serif", Georgia, serif;
  font-weight: 300;
}
.fsCalendar .fsTitle .fsCalendarEventLink {
  color: inherit;
}
.fsCalendar .fsTitle .fsCalendarEventLink:hover {
  color: #1b75bb;
}
.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  padding-top: 0px;
  text-align: center;
  background: none;
  color: #58585b;
}
#fsFooter .fsCalendar .fsDate {
  color: #fff;
}
.fsCalendar .fsDate span {
  display: block;
}
.fsCalendar .fsDate .fsMonth {
  text-transform: uppercase;
  font-size: 18px;
}
.fsCalendar .fsDate .fsDay {
  font-size: 38px;
  font-family: "bree-serif", Georgia, serif;
  font-weight: bold;
  line-height: .6;
}
.fsCalendar .fsEventDetails {
  font-size: 12px;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid #58585b;
  color: #58585b;
}
#fsFooter .fsCalendar .fsEventDetails {
  border-color: #fff;
  color: #bbbbbb;
}
.fsCalendar .fsTimeRange:before {
  margin-right: 2px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.fsCalendar .fsLocation:before {
  margin-right: 10px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  padding-left: 2px;
}
.fsCalendar .fsReadMoreLink {
  font-weight: bold;
  font-size: 14px;
  display: block;
  padding: 5px 0px;
}
#fsFooter .fsCalendar .fsReadMoreLink {
  display: none;
}

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle {
  font-size: 20px;
  color: #990000;
}
.fsElementTitle p {
  margin-bottom: 0;
}
#fsBannerRight .fsElement {
  margin-bottom: 20px;
}

.fsListItems article {
  margin-bottom: 1.25em;
}

.fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.0833333333em;
  font-weight: bold;
  color: #990000;
  margin-bottom: 0.4166666667em;
}

.module {
  font-size: 16px;
  line-height: 24px;
}

.banner-photo {
  font-size: 13px;
  line-height: 1;
  color: #000000;
}

@media (min-width: 800px) {
  .fsGrid {
    margin-right: -0.625em;
    margin-left: -0.625em;
  }
}
.fsGrid .fsListItems > * {
  float: none !important;
  width: 100%;
  padding-right: 0.625em;
  padding-left: 0.625em;
}
@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: 1140px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 19.5%;
  }
}

/*! elements - constituent v0.0.1 */
.fsConstituent .fsElementPagination {
  margin-bottom: 20px;
}
.fsConstituentItem {
  float: none;
  max-width: 300px;
  width: 100% !important;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 800px) {
  .fsConstituentItem {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
  }
}
.fsConstituentItem > * {
  padding-right: 20px;
  padding-left: 20px;
}
.fsConstituent .fsPhoto {
  padding-right: 0;
  padding-left: 0;
}
.fsConstituent .fsPhoto img {
  display: block;
  width: 100%;
}
.fsConstituent .fsFullName {
  padding-top: 20px;
}

@media (min-width: 800px) {
  [class^='fsConstituentColumnLayout'] {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 {
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 900px) {
  .fsConstituentColumnLayout_3 {
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 900px) {
  .fsConstituentColumnLayout_4 {
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 {
    -moz-column-count: 4;
    column-count: 4;
  }
}

.fsProfileSection {
  margin-bottom: 1.25em;
}

.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.25em;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding-right: 0.625em;
    padding-left: 0.625em;
  }
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    width: 32.8333333333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.625em;
  }
}

/*--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 */
.fsNews {
  /*Slideshow*/
  /*Grid*/
}
.fsNews article {
  font-size: 16px;
  color: #58585b;
  line-height: 24px;
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.625em;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsTitle {
  font-size: 16px;
  color: #58585b;
  line-height: 24px;
  margin-bottom: 0;
}
.f-slideup .fsNews .fsTitle {
  font-size: 18px;
  line-height: 1;
  padding-bottom: 18px;
  margin: 0;
  text-align: left;
  font-family: "bree-serif", Georgia, serif;
  color: #fff;
  font-weight: 100;
  border-bottom: 1px solid #fff;
}
.fsNews .fsDateTime {
  font-size: 12px;
  color: #999999;
}
.fsNews.fsSlideshow .fsElementContent {
  margin: 0;
}
.fsNews.fsSlideshow article {
  padding: 20px;
}
.fsNews.fsSlideshow .fsPager span {
  color: inherit;
  opacity: 0.5;
  transition: color 100ms, opacity 100ms;
}
.fsNews.fsSlideshow .fsPager span.fsStateActive {
  color: inherit;
  opacity: 1;
}
.fsNews.fsGrid .fsNewsGrid {
  zoom: 1;
}
.fsNews.fsGrid .fsNewsGrid:after {
  display: table;
  clear: both;
  content: '';
}
.fsNews.fsGrid .fsThumbnail {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 15px 0;
  max-width: inherit;
}

/*=======================*/
/* Search Variables      */
/*=======================*/
/*=================================================================*/
/* 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: 350px;
  border: 0;
  height: 30px;
}
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: 30px;
}
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: url("../images/search-bg.png") 0 0 no-repeat !important;
  background-image: url("../images/search-bg.png") !important;
  width: 100%;
  height: 30px !important;
  color: #444444;
  padding-left: 10px !important;
  padding-right: 10px !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: left;
  padding: 0 20px 0 20px;
  overflow: hidden;
  height: 30px;
  width: auto;
  background: transparent;
  position: relative;
}
form.gsc-search-box-tools td.gsc-search-button:after {
  content: "";
  color: #58585b;
  opacity: 1;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "IcoMoon";
  font-weight: 400;
  font-size: 16px;
}
form.gsc-search-box-tools input.gsc-search-button {
  border: 0;
  height: 30px;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*=======================*/
/* Custom Styles Desktop */
/*=======================*/
li.search-holder {
  width: 20px;
}
li.search-holder .fsSearch {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 1600;
}
li.search-holder form.gsc-search-box-tools div.gsc-input-box {
  width: 0;
  overflow: hidden;
  min-width: 0;
  transition: width .4s ease;
  position: relative;
  right: 0px;
  background: url("../images/search-bg.png") 0 0 no-repeat;
  color: #fff;
}
li.search-holder form.gsc-search-box-tools input.gsc-input {
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
  padding-left: 10px;
  font: 400 14px/24px "open-sans", sans-serif;
  color: rgba(0, 0, 0, 0.75);
}
li.search-holder form.gsc-search-box-tools td.gsc-search-button {
  padding: 0;
  width: 24px;
}
li.search-holder .fsSearch.search-active div.gsc-input-box {
  width: 350px;
  transition: width .4s ease;
  padding-left: 20px;
  color: #fff !important;
}

/*=======================*/
/* Custom Styles Drawer  */
/*=======================*/
.drawer .fsSearch {
  display: inline-block;
  position: relative;
  display: block;
  right: 0;
  z-index: 1600;
  width: 100%;
  margin-bottom: 10px;
}
.drawer .fsSearch div.gsc-input-box {
  width: 350px;
  transition: width .4s ease;
  padding-left: 20px;
  color: #fff !important;
}
.drawer form.gsc-search-box-tools div.gsc-input-box {
  width: 80%;
  position: relative;
  right: 0px;
  background: none;
}
.drawer form.gsc-search-box-tools td.gsc-input {
  width: 100%;
  background: #1b75bb;
}
.drawer form.gsc-search-box-tools input.gsc-input {
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
  padding-left: 10px;
  font: 400 14px/24px "open-sans", sans-serif;
  color: #fff;
  padding-left: 27px !important;
  height: 58px !important;
  background-color: #1b75bb !important;
}
.drawer form.gsc-search-box-tools td.gsc-search-button {
  padding: 0;
  width: 24px;
  position: absolute;
  right: 18px;
  backgorund: #1b75bb;
  top: 15px;
}
.drawer form.gsc-search-box-tools td.gsc-search-button:after {
  color: #fff;
}
.drawer div.gsc-input-box {
  width: 100%;
  transition: width .4s ease;
}
.drawer form.gsc-search-box-tools div.gsc-input-box {
  min-width: 350px;
  border: 0;
  height: 58px;
}
.drawer form.gsc-search-box-tools div.gsc-input-box table,
.drawer form.gsc-search-box-tools div.gsc-input-box tbody,
.drawer form.gsc-search-box-tools div.gsc-input-box tr,
.drawer form.gsc-search-box-tools div.gsc-input-box td {
  overflow: hidden;
  display: block;
  width: 100%;
  border: 0;
  height: 58px;
}

/* 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: #1b75bb;
}
.fsTwitter .tweets li a:hover {
  color: #990000;
}
.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: #990000;
}
.fsTwitter .tweets li .header time abbr {
  text-decoration: none;
  border: 0;
}
.fsTwitter .tweets li .header time:hover {
  color: #1b75bb;
}
.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: #990000;
}
.fsTwitter .tweets li .footer .expand b {
  display: none;
}
.fsTwitter .tweets li .footer .expand:hover {
  color: #1b75bb;
}
.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: #990000;
}
.fsTwitter .tweets li .footer .tweet-actions li a b {
  display: none;
}
.fsTwitter .tweets li .footer .tweet-actions li a:hover {
  color: #1b75bb;
}
.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;
}
.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: #1b75bb;
  text-decoration: inherit;
}
.fsTabs .ui-tabs-nav {
  margin-bottom: 1.25em;
  padding: 0;
  background: none;
  border: 0;
}
.fsTabs .ui-tabs-nav li {
  margin: 0 0.125em 0.125em 0 !important;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
}
.fsTabs .ui-tabs-nav li a {
  padding: 0.5em 1.25em;
  background: #990000;
  color: #1b75bb;
}
.fsTabs .ui-tabs-nav li a:hover {
  background: #cc0000;
  color: #1b75bb !important;
}
.ui-tabs .ui-state-active a {
  background: #b30000 !important;
  color: #1b75bb !important;
}
.fsTabs .ui-tabs-nav li span {
  text-indent: 0;
}

.ui-tabs-panel {
  padding: 0 !important;
}

/*! pages - home v0.0.1 */
.home .fsPageTitle {
  display: none;
}
.home #fsPageBodyWrapper {
  width: 100%;
  padding: 0;
}
.home #fsPageBody {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 600px) {
  .home #fsFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}

.slideshow {
  position: relative;
  height: calc(100vh - 313px);
  font-family: "open-sans", sans-serif;
}
.slideshow .fsMediaContainer {
  font-family: "open-sans", sans-serif;
}
.slideshow .fsElementContent {
  margin: 0;
}
.slideshow .slick-slide {
  height: 768px;
  height: calc(100vh - 313px);
  background-size: cover;
  background-position: center center;
}
.slideshow .caption {
  position: absolute;
  bottom: 85px;
  left: 60px;
  height: 117px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 70px 20px 20px;
  font-size: 15px;
  color: #000;
  max-width: 50%;
  height: auto;
}
@media (max-width: 900px) {
  .slideshow .caption {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .slideshow .caption {
    background: #fff;
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 180px;
    bottom: 0;
    left: auto;
  }
}
.slideshow .slide-title {
  display: block;
  color: #1b75bb;
  font-weight: bold;
  font-size: 28px;
}
.slideshow .slick-prev, .slideshow .slick-next {
  position: absolute;
  bottom: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  width: 57px;
  height: 57px;
  background: rgba(255, 255, 255, 0.8);
  transition: .3s all ease-in-out;
  z-index: 9999;
}
@media (max-width: 600px) {
  .slideshow .slick-prev, .slideshow .slick-next {
    display: none !important;
  }
}
.slideshow .slick-prev:hover, .slideshow .slick-next:hover {
  background: #c2c2c2;
}
.slideshow .slick-prev:hover:after, .slideshow .slick-next:hover:after {
  color: #990000;
}
.slideshow .slick-prev:after, .slideshow .slick-next:after {
  content: '';
  font-family: "IcoMoon";
  color: #58585b;
  transition: .3s all ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  font-size: 18px;
}
.slideshow .slick-prev {
  bottom: 145px;
  color: transparent;
}
.slideshow .slick-prev:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.slideshow .slick-next {
  bottom: 85px;
  color: transparent;
}
.slideshow .slick-next:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em;
  padding: 1.25em;
  background: rgba(0, 0, 0, 0.1);
}

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}
.colors ol:after {
  display: table;
  clear: both;
  content: '';
}
.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 66.6666666667%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 33.3333333333%;
  }
}
@media (min-width: 1140px) {
  .colors ol li {
    margin-bottom: 0;
    width: 16.6666666667%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #58585b;
  color: #58585b;
}
.colors ol li:nth-of-type(1):after {
  content: "#58585b";
}
.colors ol li:nth-of-type(2) {
  background: #990000;
  color: #990000;
}
.colors ol li:nth-of-type(2):after {
  content: "#990000";
}
.colors ol li:nth-of-type(3) {
  background: #1b75bb;
  color: #1b75bb;
}
.colors ol li:nth-of-type(3):after {
  content: "#1b75bb";
}
.colors ol li:nth-of-type(4) {
  background: #c2c2c2;
  color: #c2c2c2;
}
.colors ol li:nth-of-type(4):after {
  content: "#c2c2c2";
}
.colors ol li:nth-of-type(5) {
  background: #f1f1f1;
  color: #f1f1f1;
}
.colors ol li:nth-of-type(5):after {
  content: "#f1f1f1";
}
.colors ol li:nth-of-type(6) {
  background: #000000;
  color: #000000;
}
.colors ol li:nth-of-type(6):after {
  content: "#000000";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}
.fonts ol li {
  margin-bottom: 0.3125em;
  padding: 0.3125em;
}
.fonts ol li:nth-of-type(1) {
  font-family: "bree-serif", Georgia, serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "bree-serif, Georgia, serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(3) {
  font-family: "open-sans", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "open-sans, 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(5) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(5):after {
  content: "IcoMoon";
}
.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: 28px / line: 45";
}
.headers h2:after {
  content: " size: 26px / line: 32";
}
.headers h3:after {
  content: " size: 24px / line: 32";
}
.headers h4:after {
  content: " size: 24px / line: 26";
}
.headers h5:after {
  content: " size: 20px / line: 22";
}
.headers h6:after {
  content: " size: 16px / line: 18";
}
