/**
 *
 * Capital Christian School - build
 * @link http://capitalchristian.finalsite.com/
 * Built By: Josh Webb
 * Project Manager: Ralph Purificato
 * Designer: SchoolSuite
 *
 */

@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: 60em;
  max-width: 60rem;
}

@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 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
		<div class='parent'>
			<span class='sibling'>Dropdown</span>
			<ul class='dropdown'>
				<li>Link</li>
				<li>Link</li>
				<li>Link</li>
			</ul>
		</div>

Use: 
		.parent {
				@include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
		}

		.parent {
				@include drop(".dropdown", true, ".drop-class"); //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
		}

*/
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("https://www.ccscougars.org/uploaded/themes/build/fonts/icomoon.eot");
  src: url("https://www.ccscougars.org/uploaded/themes/build/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("https://www.ccscougars.org/uploaded/themes/build/fonts/icomoon.woff2") format("woff2"), url("https://www.ccscougars.org/uploaded/themes/build/fonts/icomoon.woff") format("woff"), url("https://www.ccscougars.org/uploaded/themes/build/fonts/icomoon.ttf") format("truetype"), url("https://www.ccscougars.org/uploaded/themes/build/fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
.fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1,
.alpha {
  margin-top: 0;
  font-weight: 400;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  margin-bottom: 0.4em;
  color: #093157;
}

h2,
.beta {
  margin-top: 0;
  font-weight: 400;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 2.25em;
  line-height: 1em;
  margin-bottom: 0.4444444444em;
  color: #1c60a1;
}

h3,
.gamma {
  margin-top: 0;
  font-weight: 400;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 1.875em;
  line-height: 1em;
  margin-bottom: 0.3333333333em;
  color: #436377;
}

h4,
.delta {
  margin-top: 0;
  font-weight: 400;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 1.75em;
  line-height: 1em;
  margin-bottom: 0.3571428571em;
  color: #792951;
}

h5,
.epsilon {
  margin-top: 0;
  font-weight: 400;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 0.4166666667em;
}

h6,
.zeta {
  margin-top: 0;
  font-weight: 400;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 1.25em;
  line-height: 1em;
  margin-bottom: 0.5em;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

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

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

table.styled,
.fs_style_26,
.fs_style_27 {
  margin-bottom: 1.25em;
  width: 100%;
}
table.styled th,
table.styled td,
.fs_style_26 th,
.fs_style_26 td,
.fs_style_27 th,
.fs_style_27 td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
  font-family: "freight-sans-pro", sans-serif;
}
table.styled th,
.fs_style_26 th,
.fs_style_27 th {
  padding: 0.625em 1.25em;
  text-align: left;
  background: #003366 !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
table.styled td,
.fs_style_26 td,
.fs_style_27 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);
}
table.fs_style_26 tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}
table.fs_style_27 tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

.fs_style_27 th,
.fs_style_27 tr:first-child td {
  padding: 0.625em 1.25em;
  text-align: left;
  background: #003366 !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1em;
}

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #093157;
  color: #fff;
  display: inline-block;
  border-bottom: 0;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  outline: none;
  border-radius: 0.25em;
  padding: 10px 21px 12px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  text-shadow: none;
}
.fsLoadMoreButton:hover {
  background: #1c60a1;
  color: #fff;
}
.fsLoadMoreButton em {
  display: block;
  font-style: normal;
}

.button, a.fs_style_23, p.fs_style_23 > a, a.fs_style_33, .fsFacebookFollow a, p.fs_style_33 > a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #093157;
  color: #fff;
  display: inline-block;
  border-bottom: 0;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  outline: none;
  border-radius: 0.25em;
  padding: 10px 21px 12px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
.button:hover,
a.fs_style_23:hover,
p.fs_style_23 > a:hover,
a.fs_style_33:hover,
.fsFacebookFollow a:hover,
p.fs_style_33 > a:hover {
  background: #1c60a1;
  color: #fff;
}
.button em,
a.fs_style_23 em,
p.fs_style_23 > a em,
a.fs_style_33 em,
.fsFacebookFollow a em,
p.fs_style_33 > a em {
  display: block;
  font-style: normal;
}
#fsBannerRight .button,
#fsBannerRight a.fs_style_23,
#fsBannerRight p.fs_style_23 > a,
#fsBannerRight a.fs_style_33,
#fsBannerRight .fsFacebookFollow a,
.fsFacebookFollow #fsBannerRight a,
#fsBannerRight p.fs_style_33 > a {
  display: block;
  text-align: center;
}
#fsBannerLeft .button, #fsBannerLeft a.fs_style_23, #fsBannerLeft p.fs_style_23 > a, #fsBannerLeft a.fs_style_33, #fsBannerLeft .fsFacebookFollow a, .fsFacebookFollow #fsBannerLeft a, #fsBannerLeft p.fs_style_33 > a {
  display: block;
  text-align: center;
}

p.fs_style_23 {
  margin: 0;
}

a.fs_style_33, .fsFacebookFollow a,
p.fs_style_33 > a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #d3cebe;
  color: #000;
  display: inline-block;
  border-bottom: 0;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  outline: none;
  border-radius: 0.25em;
  padding: 10px 21px 12px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  text-shadow: none;
  font-size: 12px;
}
a.fs_style_33:hover, .fsFacebookFollow a:hover,
p.fs_style_33 > a:hover {
  background: #1c60a1;
  color: #000;
}
a.fs_style_33 em, .fsFacebookFollow a em,
p.fs_style_33 > a em {
  display: block;
  font-style: normal;
}
a.fs_style_33:hover, .fsFacebookFollow a:hover,
p.fs_style_33 > a:hover {
  background: #e8e5dc;
}

a.fs_style_31, p.fs_style_31 > a {
  font-family: "freight-sans-pro", sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 11px;
  border-radius: 0.5em;
  display: inline-block;
  background: #5e7d8f url("../images/button.png") no-repeat right -17px;
  box-shadow: inset 0 -1em 1em 0 #3c5c70;
  padding: 21px 42px;
  text-shadow: 1px 1px 0 #162d40;
  transition: 0.3s;
  text-align: center;
}
a.fs_style_31:hover,
p.fs_style_31 > a:hover {
  box-shadow: inset 0 0 0 0 #3c5c70;
}
#fsBannerRight a.fs_style_31,
#fsBannerRight p.fs_style_31 > a {
  display: block;
}
#fsBannerLeft a.fs_style_31, #fsBannerLeft p.fs_style_31 > a {
  display: block;
}
a.fs_style_31 em, p.fs_style_31 > a em {
  display: block;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

p.fs_style_31 {
  margin: 0 0 1.8em;
}

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_25 {
  font-size: 1.25em;
  line-height: 1.2em;
  color: #093157;
}

blockquote,
.fs_style_29 {
  position: relative;
  margin: 20px 0;
  font-family: "freight-text-pro", serif;
  font-size: 22px;
  line-height: 28px;
  color: #792951;
  border-top: 3px solid #d1cbbd;
  border-bottom: 1px solid #d1cbbd;
  font-style: italic;
  font-weight: 700;
  padding: 15px 0 15px 30px;
}
blockquote:before,
.fs_style_29:before {
  position: absolute;
  right: 100%;
  top: 20px;
  left: 0;
  font-size: 45px;
  content: '\201C';
}
blockquote em,
.fs_style_29 em {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  text-align: right;
  font-weight: 700;
  font-family: "freight-sans-pro", sans-serif;
}

.callout,
.fs_style_30 {
  padding: 20px;
  background: #f9f7f1;
  border-radius: 0 0 0.5em 0.5em;
  box-shadow: inset 0 0 0 1px #d1cbbd;
  color: #792951;
  font-family: "freight-text-pro", serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  font-style: italic;
}
.callout.left,
.fs_style_30.left {
  float: left;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .callout.left,
  .fs_style_30.left {
    width: 50%;
  }
}
.callout.right,
.fs_style_30.right {
  float: right;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .callout.right,
  .fs_style_30.right {
    width: 50%;
  }
}

.fs_style_32 {
  color: #6e7379;
  font-size: 300%;
  float: left;
  line-height: 1em;
  margin: 0 0.15em 0 0;
}

body:not(.fsComposeMode) .landing-slider {
  background: #e7e3db;
  margin-bottom: 33px;
  padding: 0;
  border-bottom: 1px solid #cfcbc1;
}
body:not(.fsComposeMode) .landing-slider > .fsElementContent {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}
body:not(.fsComposeMode) .landing-slider > header {
  display: none;
}
.fsComposeMode body:not(.fsComposeMode) .landing-slider {
  display: block;
}
body:not(.fsComposeMode) .landing-slider article {
  height: 298px;
  background-size: 950px 298px;
}
@media (max-width: 950px) {
  body:not(.fsComposeMode) .landing-slider article {
    background-size: cover;
  }
}
body:not(.fsComposeMode) .landing-slider .slick-prev,
body:not(.fsComposeMode) .landing-slider .slick-next {
  font-size: 80px !important;
}
body:not(.fsComposeMode) .landing-slider .slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  line-height: 20px;
  height: 50px;
  width: 1024px;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.53);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
}
body:not(.fsComposeMode) .landing-slider .slick-dots, body:not(.fsComposeMode) .landing-slider .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body:not(.fsComposeMode) .landing-slider .slick-dots li {
  margin: 0;
  padding: 0;
}
body:not(.fsComposeMode) .landing-slider .slick-dots li {
  margin: 18px 5px 0 0;
}

.fsSlideshow .fsPrevButton,
.fsSlideshow .fsNextButton {
  background: #fff;
  border-radius: 100%;
  height: 22px;
  width: 22px;
  transition: all .3s linear;
  color: transparent;
  text-shadow: none;
}
.fsSlideshow .fsPrevButton:hover,
.fsSlideshow .fsNextButton:hover {
  background: #436377;
}
.fsSlideshow .fsPrevButton:hover:before,
.fsSlideshow .fsNextButton:hover:before {
  color: #fff;
}

.fsSlideshow .fsPrevButton:before,
.fsSlideshow .fsNextButton:before {
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1em;
  height: auto;
  width: auto;
}

.fsSlideshow .fsPrevButton:before {
  content: '\f0d9';
  left: 45%;
}

.fsSlideshow .fsNextButton:before {
  font-family: "FontAwesome";
  content: '\f0da';
  left: 55%;
}

.ui-dialog-content {
  font-family: "freight-sans-pro", sans-serif;
  color: #000;
}
.ui-dialog-content .fsDate {
  font-weight: 700;
  margin-bottom: 1em;
  color: #003366;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #ccc;
}
.ui-dialog-content .fsDate, .ui-dialog-content .fsTitle {
  display: inline-block;
}
.ui-dialog-content .fsNotes {
  margin-top: 1em;
}

.slick-dots {
  width: 100%;
  text-align: center;
  line-height: 20px;
  height: 40px;
}
.slick-dots, .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  margin: 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 15px .3em 0;
  position: relative;
  line-height: 1em;
  height: 16px;
  width: 16px;
}
.slick-dots li button {
  color: transparent;
  background: transparent;
  border-radius: 100%;
  border: none;
  height: 100%;
  width: 100%;
  outline: none;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.slick-dots li.slick-active button {
  background: #fff;
}

.backbutton input[type=button] {
  border: 0;
  background: none;
  padding: 0;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.backbutton input[type=button]:hover {
  text-decoration: none;
}
.backbutton:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  padding-right: .5em;
}

/*! structure - header v0.0.1 */
#fsHeader > .fsBanner {
  position: relative;
}
#fsHeader section header {
  display: none;
}
.fsComposeMode #fsHeader section header {
  display: block;
}
#fsHeader .top-bar {
  background: url("../images/ribbon.jpg") repeat 0 0;
  border-top: 0.0625em solid #464c4f;
  display: block;
  width: 100%;
  box-shadow: inset 0 -0.1em 0.5em 0 rgba(0, 0, 0, 0.5);
  zoom: 1;
  display: none;
}
#fsHeader .top-bar:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 900px) {
  #fsHeader .top-bar {
    display: block;
    z-index: 8999;
  }
}
#fsHeader .top-bar > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 60em;
  max-width: 60rem;
}

.request-info {
  display: inline;
}
.request-info .fsElementContent {
  display: inline;
}
.request-info a {
  position: relative;
  display: inline-block;
  background: #616364 url("../images/request.jpg") no-repeat 0 0;
  border-right: 0.07692em solid #7f8081;
  border-left: 0.07692em solid #7f8081;
  box-shadow: inset 0 0.4em 0.3em -0.15em rgba(255, 255, 255, 0.35), 0 0 1em 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  float: right;
  font-size: 0.8125em;
  font-weight: 700;
  margin-top: -0.07692em;
  margin-left: 1.76923em;
  padding: 1em 0.84615em 0.61538em 0.61538em;
  text-shadow: 1px 1px 0 #2d2e2e;
  z-index: 200;
  transition: 0.3s;
}
.request-info a:hover {
  background-color: #7d7e7f;
  background-position: 0 -50px;
  border-right: 0.07692em solid #97989a;
  border-left: 0.07692em solid #97989a;
}
.request-info a:hover:after {
  background-color: #7d7e7f;
  background-position: 0 200%;
  box-shadow: 0.07692em 0 0 0 #97989a, -0.07692em 0 0 0 #97989a;
}
.request-info a:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 0.4375em;
  transition: 0.3s;
}
.request-info a:after {
  background: #616364 url("../images/request.jpg") no-repeat 0 0;
  background-position: 0 90%;
  box-shadow: 0.07692em 0 0 0 #7f8081, -0.07692em 0 0 0 #7f8081;
  content: '';
  display: block;
  height: 0.69231em;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  transition: 0.3s;
}
.request-info a span {
  height: 0.30769em;
  width: 100%;
  position: absolute;
  top: 97%;
  left: -1px;
  margin-top: 0.69231em;
  z-index: 2;
  transition: 0.3s;
}
.request-info a span:before {
  color: #5e6061;
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 10px;
  margin-top: -5px;
  position: absolute;
  left: 0;
  top: 0;
  text-shadow: 0.5em 0 0 #5e6061, 1em 0 0 #5e6061, 1.5em 0 0 #5e6061, 2em 0 0 #5e6061, 2.5em 0 0 #5e6061, 3em 0 0 #5e6061, 3.5em 0 0 #5e6061, 4em 0 0 #5e6061, 4.5em 0 0 #5e6061, 5em 0 0 #5e6061, 5.5em 0 0 #5e6061, 6em 0 0 #5e6061, 6.5em 0 0 #5e6061, 7em 0 0 #5e6061, 7.5em 0 0 #5e6061, 8em 0 0 #5e6061, 8.5em 0 0 #5e6061, 9em 0 0 #5e6061, 9.5em 0 0 #5e6061, 10em 0 0 #5e6061, 10.5em 0 0 #5e6061, 11em 0 0 #5e6061, 11.5em 0 0 #5e6061, 12em 0 0 #5e6061, 12.5em 0 0 #5e6061, 13em 0 0 #5e6061, 13.5em 0 0 #5e6061, 14em 0 0 #5e6061, 14.5em 0 0 #5e6061, 15em 0 0 #5e6061, 0 0.1em 0 #7a7b7c, 0.5em 0.1em 0 #7a7b7c, 1em 0.1em 0 #7a7b7c, 1.5em 0.1em 0 #7a7b7c, 2em 0.1em 0 #7a7b7c, 2.5em 0.1em 0 #7a7b7c, 3em 0.1em 0 #7a7b7c, 3.5em 0.1em 0 #7a7b7c, 4em 0.1em 0 #7a7b7c, 4.5em 0.1em 0 #7a7b7c, 5em 0.1em 0 #7a7b7c, 5.5em 0.1em 0 #7a7b7c, 6em 0.1em 0 #7a7b7c, 6.5em 0.1em 0 #7a7b7c, 7em 0.1em 0 #7a7b7c, 7.5em 0.1em 0 #7a7b7c, 8em 0.1em 0 #7a7b7c, 8.5em 0.1em 0 #7a7b7c, 9em 0.1em 0 #7a7b7c, 9.5em 0.1em 0 #7a7b7c, 10em 0.1em 0 #7a7b7c, 10.5em 0.1em 0 #7a7b7c, 11em 0.1em 0 #7a7b7c, 11.5em 0.1em 0 #7a7b7c, 12em 0.1em 0 #7a7b7c, 12.5em 0.1em 0 #7a7b7c, 13em 0.1em 0 #7a7b7c, 13.5em 0.1em 0 #7a7b7c, 14em 0.1em 0 #7a7b7c, 14.5em 0.1em 0 #7a7b7c, 15em 0.1em 0 #7a7b7c;
  transition: 0.3s;
}
.request-info a span:after {
  box-shadow: 0 1em 0.5em 0 black;
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: -240%;
  z-index: -1;
  transition: 0.3s;
}
.request-info a:hover span:before {
  color: #7d7e7f;
  text-shadow: 0.5em 0 0 #7d7e7f, 1em 0 0 #7d7e7f, 1.5em 0 0 #7d7e7f, 2em 0 0 #7d7e7f, 2.5em 0 0 #7d7e7f, 3em 0 0 #7d7e7f, 3.5em 0 0 #7d7e7f, 4em 0 0 #7d7e7f, 4.5em 0 0 #7d7e7f, 5em 0 0 #7d7e7f, 5.5em 0 0 #7d7e7f, 6em 0 0 #7d7e7f, 6.5em 0 0 #7d7e7f, 7em 0 0 #7d7e7f, 7.5em 0 0 #7d7e7f, 8em 0 0 #7d7e7f, 8.5em 0 0 #7d7e7f, 9em 0 0 #7d7e7f, 9.5em 0 0 #7d7e7f, 10em 0 0 #7d7e7f, 10.5em 0 0 #7d7e7f, 11em 0 0 #7d7e7f, 11.5em 0 0 #7d7e7f, 12em 0 0 #7d7e7f, 12.5em 0 0 #7d7e7f, 13em 0 0 #7d7e7f, 13.5em 0 0 #7d7e7f, 14em 0 0 #7d7e7f, 14.5em 0 0 #7d7e7f, 15em 0 0 #7d7e7f, 0 0.1em 0 #97989a, 0.5em 0.1em 0 #97989a, 1em 0.1em 0 #97989a, 1.5em 0.1em 0 #97989a, 2em 0.1em 0 #97989a, 2.5em 0.1em 0 #97989a, 3em 0.1em 0 #97989a, 3.5em 0.1em 0 #97989a, 4em 0.1em 0 #97989a, 4.5em 0.1em 0 #97989a, 5em 0.1em 0 #97989a, 5.5em 0.1em 0 #97989a, 6em 0.1em 0 #97989a, 6.5em 0.1em 0 #97989a, 7em 0.1em 0 #97989a, 7.5em 0.1em 0 #97989a, 8em 0.1em 0 #97989a, 8.5em 0.1em 0 #97989a, 9em 0.1em 0 #97989a, 9.5em 0.1em 0 #97989a, 10em 0.1em 0 #97989a, 10.5em 0.1em 0 #97989a, 11em 0.1em 0 #97989a, 11.5em 0.1em 0 #97989a, 12em 0.1em 0 #97989a, 12.5em 0.1em 0 #97989a, 13em 0.1em 0 #97989a, 13.5em 0.1em 0 #97989a, 14em 0.1em 0 #97989a, 14.5em 0.1em 0 #97989a, 15em 0.1em 0 #97989a;
}

.site-info-container {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
  border-top: 0.0625em solid #3b82c8;
  margin: 0 auto;
  background: #1d62a4;
  background: linear-gradient(to bottom, #1d62a4 0%, #124677 100%);
}
.site-info-container:before {
  display: block;
  background: url("../images/header.jpg") 50% 50% no-repeat;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 800px) {
  .site-info-container:before {
    background-size: cover;
  }
}
.site-info-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 60em;
  max-width: 60rem;
}
.site-info-container h1 {
  margin: 0;
}
.site-info-container a {
  display: block;
  color: transparent;
  padding: 125px 0 0 0;
  background: url("../images/logo-2017.png") no-repeat 50% 0;
  background-size: 125px 125px;
  position: relative;
}
@media (min-width: 800px) {
  .site-info-container a {
    padding: 0 0 0 90px;
    height: 96px;
    background: url("../images/logo-2017.png") no-repeat 0 0;
    background-size: 81px 81px;
  }
}
.site-info-container a .school-name {
  display: block;
  color: transparent;
  background: url("../images/school-name-stacked.png") no-repeat 0 0;
  display: block;
  height: 90px;
  width: 170px;
  margin: 20px auto;
}
@media (min-width: 800px) {
  .site-info-container a .school-name {
    display: inline-block;
    height: 26px;
    width: 437px;
    margin: 20px auto 6px;
    background: url("../images/school-name.png") no-repeat 0 0;
  }
}
.site-info-container a .school-info {
  color: #ccc;
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-shadow: 1px 1px 0 #103961;
  text-transform: uppercase;
  line-height: 1em;
  text-align: center;
  padding: 0 20px;
}
@media (min-width: 800px) {
  .site-info-container a .school-info {
    text-align: left;
    padding: 0;
  }
}
.site-info-container a .tagline {
  display: none;
}
@media (min-width: 800px) {
  .site-info-container a .tagline {
    display: block;
    font-size: 16px;
    font-family: "freight-text-pro", serif;
    font-style: italic;
    color: #8ec7ff;
    margin: 0;
    text-shadow: 1px 1px 0 #071929;
    position: absolute;
    top: 50px;
    right: 0;
  }
}
.site-info-container a:hover {
  color: transparent;
}

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 20px;
  color: #fff;
  background: #003366;
  background: linear-gradient(to bottom, #003366 0%, #174f85 100%);
  border-top: 0.0625em solid #003366;
  box-shadow: inset 0 0.0625em 0 0 #4a6e92, 0 -0.25em 0 0 #d4d1cc;
  color: #fff;
  font-family: "freight-sans-pro";
  padding-bottom: 1.25em;
  position: relative;
}
#fsFooter:before {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/cougar.png") no-repeat 75% top;
}
@media (max-width: 800px) {
  #fsFooter:before {
    background-size: cover;
  }
}
#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 60em;
  max-width: 60rem;
  position: relative;
}

.footer-logo {
  display: block;
  margin-top: 15px;
  background: url("../images/logo-2017.png") no-repeat 50%;
  background-size: contain;
  height: 150px;
  width: 100%;
}
@media (min-width: 500px) {
  .footer-logo {
    float: left;
    width: 194px;
  }
}

.school-details {
  clear: both;
  text-align: center;
  margin-bottom: 1.5em;
}
@media (min-width: 500px) {
  .school-details {
    padding: 0 30px 20px;
    margin: 20px 30px 20px 0;
    display: block;
    clear: none;
    text-align: left;
    float: left;
    width: 50%;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  }
}
@media (min-width: 800px) {
  .school-details {
    border-right: 0.0625em dotted #436990;
    border-left: 0.0625em dotted #436990;
    width: 30%;
  }
}
.school-details [itemprop='name'] {
  display: block;
  font-weight: 700;
  margin-bottom: 0.3125em;
  text-transform: uppercase;
  margin-top: 20px;
}
.school-details [itemprop='address'] {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.5em;
}
.school-details [itemprop='streetAddress'] {
  display: block;
}
.school-details [itemprop='telephone'] {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.5em;
  display: block;
}
.school-details [itemprop='telephone']:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}
.school-details [itemprop='fax'] {
  display: inline-block;
}
.school-details a {
  color: inherit;
}

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

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

html {
  font-family: "freight-text-pro", serif;
  background: #003366;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

body {
  font-size: 1em;
  line-height: 1.5;
  color: #000;
}

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

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: calc(100vh - 485px);
}

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

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

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important;
}
@media (min-width: 800px) {
  #fsPageContent {
    float: left !important;
  }
}
@media (min-width: 800px) {
  .fsHasRightBanner #fsPageContent {
    width: 70.8333333333% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 78.125% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 48.9583333333% !important;
  }
}

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

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

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

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

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

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

#fsPoweredByFinalsite {
  width: 132px;
  margin: 0 auto 1em;
}
@media (min-width: 800px) {
  #fsPoweredByFinalsite {
    position: absolute;
    bottom: 20px;
    right: 0;
    margin: 0;
  }
}

.fsBreadcrumb {
  background: #e5e2d9;
  border-bottom: 0.0625em solid #c9c4b4;
  font-family: "freight-sans-pro", sans-serif;
  margin-bottom: 0;
  padding: 12px 20px;
  position: relative;
  z-index: 1;
}
.landing .fsBreadcrumb {
  display: none;
}
@media (min-width: 900px) {
  .fsBreadcrumb {
    padding: 12px;
  }
}
.fsBreadcrumb > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 60em;
  max-width: 60rem;
}
.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsBreadcrumb li {
  color: #363b40;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-right: 4px;
  padding-right: 14px;
  position: relative;
}
.fsBreadcrumb li:after {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #929292;
}
.fsBreadcrumb li:last-child:after {
  display: none;
}
.fsBreadcrumb li:first-child a:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 3px;
}
.fsBreadcrumb a {
  color: #363b40;
}
.fsBreadcrumb a:hover {
  color: #003366;
}

/*! navigation - main v0.0.1 */
#fsHeader .nav-main {
  display: none;
}
@media (min-width: 900px) {
  #fsHeader .nav-main {
    display: block;
    background: #093157;
    box-shadow: 0 0.1em 0.5em 0 rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 500;
  }
}
#fsHeader .nav-main, #fsHeader .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fsHeader .nav-main li {
  margin: 0;
  padding: 0;
}
@media (min-width: 900px) {
  #fsHeader .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 60em;
    max-width: 60rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .no-flexbox #fsHeader .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .no-flexbox #fsHeader .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox #fsHeader .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
#fsHeader .nav-main .fsNavLevel1 > li {
  position: relative;
}
@media (min-width: 900px) {
  #fsHeader .nav-main .fsNavLevel1 > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-transform: uppercase;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 21px;
  }
}
#fsHeader .nav-main .fsNavLevel1 > li > a {
  padding: 0.75em 0.5em 0.9em;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  display: block;
  font-weight: 500;
}
#fsHeader .nav-main .fsNavLevel1 > li > a:hover {
  color: #8ec7ff;
}
#fsHeader .nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
  color: #8ec7ff;
}
#fsHeader .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #8ec7ff;
}

#fsHeader .nav-main .fsNavLevel1 > li {
  position: relative;
}
#fsHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}
#fsHeader .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}
@media (max-width: 599px) {
  #fsHeader .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}
#fsHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 300;
  width: 200px;
}
#fsHeader .nav-main .fsNavPageInfo {
  background: #003366;
  text-align: left;
  border-radius: 0 0 0.45em 0.45em;
}
#fsHeader .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -ms-transform: none;
  transform: none;
}
#fsHeader .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 980px) {
  #fsHeader .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}
#fsHeader .nav-main .fsNavLevel2 a {
  display: block;
  border-top: 1px solid #234668;
  color: #fff;
  font-size: 13px;
  padding: .8em 1em;
  text-transform: none;
}
#fsHeader .nav-main .fsNavLevel2 a:hover {
  background: #8ec7ff;
}

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: relative;
  height: 60px;
  background: #093157;
}
@media (min-width: 900px) {
  .drawer-ribbon {
    display: none;
  }
}

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

#fsMenu {
  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);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  top: 60px;
  min-height: 100%;
  width: 249px;
  max-width: 100%;
  background: #093157;
  z-index: 9000;
}
.drawer-is-active #fsMenu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 900px) {
  .drawer-is-active #fsMenu {
    display: none;
  }
}
#fsMenu .fsNavigation, #fsMenu .fsNavigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fsMenu .fsNavigation li {
  margin: 0;
  padding: 0;
}
#fsMenu .fsNavigation header {
  display: none;
}
body.fsComposeMode #fsMenu .fsNavigation header {
  display: block;
}
#fsMenu .fsNavigation ul {
  margin: 0 20px 20px;
}
#fsMenu .fsNavigation ul li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "freight-sans-pro", sans-serif;
  padding: .5em 0;
}
#fsMenu .fsNavigation ul li:last-child {
  border-bottom: 0;
}
#fsMenu .fsNavigation ul li a {
  text-transform: uppercase;
  color: #fff;
}
#fsMenu .fsNavigation ul li a:hover {
  color: #8ec7ff;
}
#fsMenu .fsNavigation ul li.fsNavCurrentPage > a {
  color: #8ec7ff;
}
#fsMenu .fsNavigation ul li.fsNavCurrentPageAncestor > a {
  color: #8ec7ff;
}

/*! navigation - sub v0.0.1 */
.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub li {
  margin: 0;
  padding: 0;
}
@media (max-width: 799px) {
  .nav-sub > .fsElementContent {
    display: none;
  }
}
.active-nav > .fsElementContent {
  display: block;
}
.nav-sub a {
  color: #6a6e73;
}
.nav-sub a:hover {
  color: #093157;
}
.nav-sub .fsNavLevel1 {
  position: relative;
}
.nav-sub .fsNavLevel1 > li {
  font-family: "freight-sans-pro", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.nav-sub .fsNavLevel1 > li > a {
  padding: 0.3125em 0.625em;
  display: block;
}
.nav-sub li.fsNavCurrentPage > a,
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #003366;
}
.nav-sub .fsNavLevel2 {
  background: #e5e2d9;
  border-top: 0.07692em solid #c9c4b4;
  border-bottom: 0.07692em solid #c9c4b4;
  padding: 0.46154em 0;
}
.nav-sub .fsNavLevel2 > li > a {
  padding: 0.3125em 0.625em 0.3125em 1.25em;
  display: block;
}
.nav-sub .fsNavLevel3 > li > a {
  padding: 0.3125em 0.625em 0.3125em 2.5em;
}
.nav-sub > header {
  display: block;
}
.nav-sub > header > .fsElementTitle {
  position: relative;
  margin: 0;
  cursor: pointer;
  color: #003366;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 0.23077em solid #ddd6c2;
  box-shadow: 0 0.15385em 0 0 #f3f0e8, 0 0.23077em 0 0 #ddd6c2;
  color: #093157;
  font-weight: 700;
  padding-bottom: 0.46154em;
  padding-left: 0.76923em;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}
@media (min-width: 800px) {
  .nav-sub > header > .fsElementTitle {
    cursor: default;
  }
}
@media (max-width: 799px) {
  .nav-sub > header > .fsElementTitle:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 40px;
    text-align: center;
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

/*! Navigation - Social v0.0.5 */
.nav-social {
  display: block;
  zoom: 1;
  text-align: center;
  margin-bottom: 20px !important;
}
.nav-social, .nav-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-social li {
  margin: 0;
  padding: 0;
}
.nav-social:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 800px) {
  .nav-social {
    text-align: right;
    margin-bottom: 0 !important;
    margin-top: 40px;
    float: left;
    width: 15%;
  }
}
.nav-social li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.nav-social .nav-social__item--facebook a {
  display: block;
}
.nav-social .nav-social__item--facebook a:before {
  content: "";
}
.nav-social .nav-social__item--instagram a {
  display: block;
}
.nav-social .nav-social__item--instagram a:before {
  content: "";
}
.nav-social .nav-social__item--linkedin a {
  display: block;
}
.nav-social .nav-social__item--linkedin a:before {
  content: "";
}
.nav-social .nav-social__item--pinterest a {
  display: block;
}
.nav-social .nav-social__item--pinterest a:before {
  content: "";
}
.nav-social .nav-social__item--tumblr a {
  display: block;
}
.nav-social .nav-social__item--tumblr a:before {
  content: "";
}
.nav-social .nav-social__item--twitter a {
  display: block;
}
.nav-social .nav-social__item--twitter a:before {
  content: "";
}
.nav-social .nav-social__item--vine a {
  display: block;
}
.nav-social .nav-social__item--vine a:before {
  content: "";
}
.nav-social .nav-social__item--youtube a {
  display: block;
}
.nav-social .nav-social__item--youtube a:before {
  content: "";
}
.nav-social .nav-social__item--facebook a {
  transition: all .3s linear;
}
.nav-social .nav-social__item--facebook a:hover {
  color: #fff;
}
.nav-social .nav-social__item--instagram a {
  transition: all .3s linear;
}
.nav-social .nav-social__item--instagram a:hover {
  color: #fff;
}
.nav-social .nav-social__item--linkedin a {
  transition: all .3s linear;
}
.nav-social .nav-social__item--linkedin a:hover {
  color: #fff;
}
.nav-social .nav-social__item--pinterest a {
  transition: all .3s linear;
}
.nav-social .nav-social__item--pinterest a:hover {
  color: #fff;
}
.nav-social .nav-social__item--tumblr a {
  transition: all .3s linear;
}
.nav-social .nav-social__item--tumblr a:hover {
  color: #fff;
}
.nav-social .nav-social__item--twitter a {
  transition: all .3s linear;
}
.nav-social .nav-social__item--twitter a:hover {
  color: #fff;
}
.nav-social .nav-social__item--vine a {
  transition: all .3s linear;
}
.nav-social .nav-social__item--vine a:hover {
  color: #fff;
}
.nav-social .nav-social__item--youtube a {
  transition: all .3s linear;
}
.nav-social .nav-social__item--youtube a:hover {
  color: #fff;
}
.nav-social a {
  font-size: 1.5em;
  line-height: 1;
  text-align: center;
  color: #003366;
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #fff;
}
.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 a:hover {
  background: #023569;
  color: #fff;
  box-shadow: 0 0 0 0.15em #fff;
}
.nav-social span {
  display: none;
}

/* Navigation - Utility Container v0.0.1 */
#fsHeader .nav-util, #fsHeader .nav-util ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fsHeader .nav-util li {
  margin: 0;
  padding: 0;
}
@media (min-width: 900px) {
  #fsHeader .nav-util {
    display: inline-block;
  }
}
#fsHeader .nav-util ul.fsNavLevel1 {
  zoom: 1;
}
#fsHeader .nav-util ul.fsNavLevel1:after {
  display: table;
  clear: both;
  content: '';
}
#fsHeader .nav-util ul.fsNavLevel1 > li {
  display: inline-block;
  font-family: "freight-sans-pro", sans-serif;
}
#fsHeader .nav-util ul.fsNavLevel1 > li:after {
  border-right: 1px dotted #555d63;
  content: '';
  display: inline-block;
  width: 1px;
  height: 50%;
  position: absolute;
  top: 25%;
  right: -1px;
}
#fsHeader .nav-util ul.fsNavLevel1 > li:last-child:after {
  display: none;
}
#fsHeader .nav-util ul.fsNavLevel1 > li > a {
  color: #fff;
  display: block;
  font-size: 0.6875em;
  font-weight: 700;
  padding: 1.09091em 1.36364em 1.54545em;
  padding-left: 3.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  position: relative;
}
#fsHeader .nav-util ul.fsNavLevel1 > li:hover a {
  background: #3f5f73;
}
#fsHeader .nav-util ul.fsNavLevel1 > li:first-child a:before {
  margin-right: 0.5em;
  display: block;
  content: '';
  background: url("../images/cougar-mini.png") no-repeat left center;
  content: "";
  height: 100%;
  width: 28px;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: none;
  transform: none;
}
#fsHeader .nav-util ul.fsNavLevel1 > li:nth-child(2) > a:before {
  display: inline-block;
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.875em;
  font-weight: normal;
  margin-right: 0.5em;
  position: absolute;
  top: 50%;
  left: 0.46667em;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#fsHeader .nav-util ul.fsNavLevel1 > li:last-child > a:before {
  display: inline-block;
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.5625em;
  font-weight: normal;
  margin-right: 0.5em;
  position: absolute;
  top: 50%;
  left: 0.56em;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-util .fsNavLevel1 > li {
  position: relative;
}
.nav-util .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}
.nav-util .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}
@media (max-width: 599px) {
  .nav-util .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}
.nav-util .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 9000;
  width: 200px;
}
.nav-util .fsNavPageInfo {
  background: #3f5f73;
  text-align: left;
  border-radius: 0 0 0.45em 0.45em;
  padding: 0 0.625em;
  top: 98% !important;
}
.nav-util .fsNavPageInfo .fsNavLevel2 li {
  display: block;
}
.nav-util .fsNavPageInfo .fsNavLevel2 li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.75em;
  padding: 1.16667em 0;
  text-transform: uppercase;
}
.nav-util .fsNavPageInfo .fsNavLevel2 li a:hover {
  color: #72afeb;
}
.nav-util .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -ms-transform: none;
  transform: none;
}
.nav-util .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 980px) {
  .nav-util .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}

#fsFooter .nav-util {
  zoom: 1;
  display: block;
  clear: both;
  text-align: center;
  margin-bottom: 20px !important;
}
#fsFooter .nav-util, #fsFooter .nav-util ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fsFooter .nav-util li {
  margin: 0;
  padding: 0;
}
#fsFooter .nav-util:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 800px) {
  #fsFooter .nav-util {
    padding-top: 1.8em;
    width: 24%;
    float: left;
    text-align: left;
    clear: none;
  }
}
#fsFooter .nav-util a {
  transition: 0.3s;
  color: #8ebfef;
  display: block;
  font-size: 0.75em;
  font-weight: 700;
  padding: 0.5625em 2.5625em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
#fsFooter .nav-util a:hover {
  color: #fff;
}
@media (min-width: 800px) {
  #fsFooter .nav-util a:hover {
    box-shadow: inset 0.25em 0 0 0 #fff;
  }
}

/* Navigation - Utility Container v0.0.1 */
#fsHeader .nav-const, #fsHeader .nav-const ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fsHeader .nav-const li {
  margin: 0;
  padding: 0;
}
@media (min-width: 900px) {
  #fsHeader .nav-const {
    position: absolute;
    top: 0;
    right: 180px;
    display: inline-block;
  }
}
#fsHeader .nav-const ul.fsNavLevel1 {
  zoom: 1;
}
#fsHeader .nav-const ul.fsNavLevel1:after {
  display: table;
  clear: both;
  content: '';
}
#fsHeader .nav-const ul.fsNavLevel1 > li {
  display: inline-block;
  font-family: "freight-sans-pro", sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}
#fsHeader .nav-const ul.fsNavLevel1 > li:after {
  border-right: 1px dotted #555d63;
  content: '';
  display: inline-block;
  width: 1px;
  height: 50%;
  position: absolute;
  top: 25%;
  right: -1px;
}
#fsHeader .nav-const ul.fsNavLevel1 > li > a {
  color: #a6a6a6;
  font-size: 0.6875em;
  font-weight: 700;
  padding: 1.09091em 1em 1.45455em 0.63636em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  display: block;
}
#fsHeader .nav-const ul.fsNavLevel1 > li > a:before {
  color: #fff;
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 0.8em;
  margin-right: 0.5em;
  vertical-align: top;
}
#fsHeader .nav-const ul.fsNavLevel1 > li:hover a {
  color: #fff;
  background: #003366;
}

#fsHeader .nav-const .fsNavLevel1 > li {
  position: relative;
}
#fsHeader .nav-const .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}
#fsHeader .nav-const .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}
@media (max-width: 599px) {
  #fsHeader .nav-const .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}
#fsHeader .nav-const .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 9000;
  width: 200px;
}
#fsHeader .nav-const .fsNavPageInfo {
  background: #003366;
  text-align: left;
  border-radius: 0 0 0.45em 0.45em;
  padding: 0 0.625em;
}
#fsHeader .nav-const .fsNavPageInfo .fsNavLevel2 li {
  display: block;
}
#fsHeader .nav-const .fsNavPageInfo .fsNavLevel2 li a {
  display: block;
  border-bottom: 1px solid #27435d;
  color: #fff;
  font-size: 0.75em;
  padding: 1.16667em 0;
  text-transform: uppercase;
}
#fsHeader .nav-const .fsNavPageInfo .fsNavLevel2 li a:before {
  display: none;
}
#fsHeader .nav-const .fsNavPageInfo .fsNavLevel2 li a:hover {
  color: #8ec7ff;
}
#fsHeader .nav-const .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -ms-transform: none;
  transform: none;
}
#fsHeader .nav-const .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 980px) {
  #fsHeader .nav-const .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.25em;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    width: 32.8333333333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.625em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #093157;
  color: #fff;
  display: inline-block;
  border-bottom: 0;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  outline: none;
  border-radius: 0.25em;
  padding: 10px 21px 12px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #1c60a1;
  color: #fff;
}
.fsConstituent.fsSearch .fsConstituentSearchButton em {
  display: block;
  font-style: normal;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

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

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

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

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

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

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px;
  background: none;
  padding: 0;
  float: none;
}
.fsConstituentColumnLayout_1 .fsConstituentItem > div,
.fsConstituentColumnLayout_1 .fsConstituentItem > h3 {
  padding: 0;
}
.fsConstituentColumnLayout_1 .fsConstituentItem .fsPhoto {
  width: 25%;
  min-width: 150px;
  float: left;
  margin-right: 20px;
}

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #e5e2d9;
  transition: .3s;
  border-radius: 0.25em;
  border: 0.0625rem solid #c9c4b4;
  margin-bottom: 5px;
}
.fsStateOpen .fsAccordion .fsPanel > header, .fsStateOpen .fsTabs .fsPanel > header {
  border-radius: 0.25em 0.25em 0 0;
  border-bottom: none;
  margin-bottom: 0;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: 400;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 2.25em;
  line-height: 1em;
  margin-bottom: 0.4444444444em;
  margin-bottom: 2px;
  display: block;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 21px;
  color: #093157;
  transition: .3s;
  position: relative;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: #093157;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #fff;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen > .fsElementContent, .fsTabs .fsPanel.fsStateOpen > .fsElementContent {
  background: #f9f7f1;
  border: 1px solid #c9c4b4;
  border-top: 0;
  border-radius: 0 0 0.35em 0.35em;
  font-family: "freight-text-pro", serif;
  font-size: 15px;
  line-height: 1.75em;
  margin-top: -1em;
  margin-bottom: 8px;
  padding: 10px 21px;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #f9f7f1;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #093157;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "-";
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.3333333333px;
  transition: .3s;
  content: "+";
  background: #093157;
  color: #fff;
  display: inline-block;
  width: 25px !important;
  height: 25px !important;
  font-size: 25px;
  border-radius: 100%;
  line-height: .8em;
  font-weight: 700;
  text-align: center;
  margin-top: -4px;
}
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.3333333333px;
  transition: .3s;
  content: "-";
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2:hover::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:hover::before, .fsPanelIconAfter.fsAccordion .fsPanel > header h2:hover::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:hover::after {
  background: #fff;
  color: #093157;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 50px;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  left: 13.3333333333px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  right: 13.3333333333px;
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

.fsAccordion {
  margin-bottom: 20px;
}

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 0;
  }
}
.fsAthleticsEvent .fsListItems article {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsTitle {
  display: inline-block;
  margin-bottom: 0;
}
.fsAthleticsEvent .fsElementEventIcon {
  margin-right: 10px;
}
.fsAthleticsEvent .fsAthleticsEventDetailLink {
  outline: 0;
}
.fsAthleticsEvent .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}
.fsAthleticsEvent .fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #093157;
  color: #fff;
  display: inline-block;
  border-bottom: 0;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  outline: none;
  border-radius: 0.25em;
  padding: 10px 21px 12px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  padding: 10px 20px;
}
.fsAthleticsEvent .fsLoadMoreButton:hover {
  background: #1c60a1;
  color: #fff;
}
.fsAthleticsEvent .fsLoadMoreButton em {
  display: block;
  font-style: normal;
}
.fsAthleticsEvent .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent .fsAthleticsOpponentNames {
  display: inline;
}

.fsAthleticsEvent.fsTable .fsTitle,
.fsAthleticsEvent.fsTable .fsAthleticsOpponents {
  display: table-cell;
}

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar article {
  position: relative;
  padding-left: 60px;
  min-height: 50px;
  padding-top: 0;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.fsCalendar article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}
.fsCalendar .fsDate {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  height: 50px;
  width: 50px;
  color: #fff;
  background: #06315b;
  border-radius: 0.25em;
  border: 1px solid #06315b;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.fsCalendar .fsDate > span {
  display: block;
}
.fsCalendar .fsDate > span.fsMonth {
  background: #144c83;
  border-radius: 0.25em 0.25em 0 0;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
  font-family: "freight-sans-pro", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.fsCalendar .fsDate > span.fsDay {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
}
.fsCalendar .fsNotes, .fsCalendar .fsDescription {
  font-weight: normal;
}
.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarWeekendDayBox > div {
  height: auto !important;
}

.fsGrid .fsDisplayNavigation {
  display: block;
  clear: both;
  width: 100%;
}
@media (min-width: 800px) {
  .fsGrid .fsDisplayNavigation {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
  }
}
.fsGrid .fsDisplayNavigation span {
  background: #ddd6c2 !important;
  border: 0;
  border-radius: 0.25em;
  color: #3a3a3a;
  display: inline-block;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.2em;
  padding: 0.5em 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}
.fsGrid .fsDisplayNavigation span:hover {
  background: #2071b1 !important;
  color: #fff;
  text-decoration: none;
}
.fsGrid .fsDisplayNavigation input[type='radio']:checked ~ span {
  background: #2071b1 !important;
  color: #fff;
  text-decoration: none;
}
.fsGrid .fsCalendarGridShowMonthPickerButton {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 700;
  color: #093157;
  text-transform: none !important;
}

.fsCalendarEventGrid .fsCalendarWeekdays > span {
  text-transform: none;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
  margin-bottom: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
  word-wrap: break-word;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}
@media (min-width: 800px) {
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    display: inline-block;
    padding: 8px;
    line-height: 1;
    text-align: left;
    border-right: 1px solid #CCD1D1;
    border-bottom: 1px solid #CCD1D1;
    margin: -5px 0 0 -5px;
    min-width: 32px;
  }
}

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
  }
}
@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
    margin: 20px 0;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    display: inline;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    width: 14.28% !important;
    height: 45px !important;
    float: left;
    overflow: hidden !important;
    cursor: pointer;
    min-height: 0;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background-color: rgba(0, 51, 102, 0.15);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(0, 51, 102, 0.05);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 0;
    height: 25px;
    border: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
    background-color: rgba(0, 51, 102, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(0, 51, 102, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 15px;
    margin-bottom: 0;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    zoom: 1;
    display: block;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
    display: table;
    clear: both;
    content: '';
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
    border-top: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
    border-bottom: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
    width: 16.666% !important;
    height: 50px !important;
    border: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
    display: block;
  }
}
#event-view {
  padding: 20px;
  margin: 20px auto 0;
}
#event-view .fsCalendarDaybox {
  height: auto !important;
}
#event-view .fsCalendarDaybox > div {
  margin-bottom: 20px;
}
#event-view .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 800px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #093157;
  color: #fff;
  display: inline-block;
  border-bottom: 0;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  outline: none;
  border-radius: 0.25em;
  padding: 10px 21px 12px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background: #1c60a1;
  color: #fff;
}
.scroll-up span em {
  display: block;
  font-style: normal;
}
.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px;
}
.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0;
}
.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
    width: 49%;
  }
}

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle p {
  margin-bottom: 0;
}

.fsListItems article {
  margin-bottom: 20px;
}

.module, #fsBannerLeft .fsNews.fsList,
#fsBannerRight .fsNews.fsList {
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f9f7f1;
  border-radius: 0 0 0.5em 0.5em;
  box-shadow: inset 0 0 0 1px #d1cbbd;
}
.module h1, #fsBannerLeft .fsNews.fsList h1,
#fsBannerRight .fsNews.fsList h1, .module h2, #fsBannerLeft .fsNews.fsList h2,
#fsBannerRight .fsNews.fsList h2, .module h3, #fsBannerLeft .fsNews.fsList h3,
#fsBannerRight .fsNews.fsList h3, .module h4, #fsBannerLeft .fsNews.fsList h4,
#fsBannerRight .fsNews.fsList h4, .module h5, #fsBannerLeft .fsNews.fsList h5,
#fsBannerRight .fsNews.fsList h5, .module h6, #fsBannerLeft .fsNews.fsList h6,
#fsBannerRight .fsNews.fsList h6 {
  color: inherit;
}

.module .fsElementTitle {
  background: #353a40;
  border: 1px solid #ddd6c2;
  border: 0.0625rem solid #ddd6c2;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 0 0 0.5em 0 rgba(0, 0, 0, 0.4);
  color: #a3a3a3;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px 14px;
  padding: 1.25rem 0.875rem;
  margin: -1.25em -1.25em 20px;
  text-shadow: 1px 1px 0 #000;
  text-shadow: 0.0625rem 0.0625rem 0 #000;
  text-transform: uppercase;
}

/*! 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: #2173b4;
  margin-right: 10px;
  cursor: pointer;
  transition: .3s;
}
.fsComposerFormEmbed form .linkLike:hover {
  color: #792951;
}
.fsComposerFormEmbed form .required {
  color: #003366;
}
.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: #2173b4;
  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: #792951;
  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: #003366 !important;
  text-shadow: none;
  font-size: inherit;
  border: none !important;
  float: left;
  line-height: 1;
  font-family: "freight-sans-pro", sans-serif;
}
.fsComposerFormEmbed form .submitBtn:hover {
  transition: .3s;
  color: #fff !important;
  background: #792951 !important;
}
.fsComposerFormEmbed .ui-widget {
  font-family: "freight-sans-pro", sans-serif;
  max-width: 100%;
}
.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  transition: .3s;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  transition: .3s;
  opacity: .5;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}
.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

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

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

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

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

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1;
}
.fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
  display: table;
  clear: both;
  content: '';
}
.fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
  margin-bottom: 20px;
}
.fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
  margin-bottom: 2px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #093157;
  color: #fff;
  display: inline-block;
  border-bottom: 0;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  outline: none;
  border-radius: 0.25em;
  padding: 10px 21px 12px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
  background: #1c60a1;
  color: #fff;
}
.fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
  display: block;
  font-style: normal;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
  display: block;
}
.fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
  margin-bottom: 10px;
}
.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}
.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}
.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px;
}

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px;
}
.fsAccount .fsAccountLinks {
  margin: 0;
}
.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px;
}
.fsAccount .fsAccountLogout a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #093157;
  color: #fff;
  display: inline-block;
  border-bottom: 0;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  outline: none;
  border-radius: 0.25em;
  padding: 10px 21px 12px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
.fsAccount .fsAccountLogout a:hover {
  background: #1c60a1;
  color: #fff;
}
.fsAccount .fsAccountLogout a em {
  display: block;
  font-style: normal;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
}
.fsMediaCustomPlayer article {
  background-position: center;
  background-size: cover;
  outline: 0;
  position: relative;
}
.fsMediaCustomPlayer article img {
  opacity: 0;
  visibility: hidden;
}
.fsMediaCustomPlayer .caption-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 24px;
  padding: 10px;
  position: absolute;
  width: 100%;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-wrapper {
    padding: 20px;
  }
}
.fsMediaCustomPlayer .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}
.fsMediaCustomPlayer .caption-wrapper a:hover {
  text-decoration: underline;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-title {
    margin-top: 0;
    font-weight: 400;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 2.25em;
    line-height: 1em;
    margin-bottom: 0.4444444444em;
    margin-bottom: 0;
  }
}
.fsMediaCustomPlayer .caption-desc {
  display: none;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-desc {
    display: block;
  }
}
.fsMediaCustomPlayer .caption-desc p:last-child {
  margin-bottom: 0;
}
.fsMediaCustomPlayer .caption-desc:empty {
  display: none;
}
.fsMediaCustomPlayer .slick-prev,
.fsMediaCustomPlayer .slick-next {
  border: 0;
  padding: 0;
  color: transparent;
  height: 51px;
  width: 51px;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 70px;
  background: none;
  outline: none;
  z-index: 300;
}
.fsMediaCustomPlayer .slick-prev:hover:before, .fsMediaCustomPlayer .slick-prev:hover:after,
.fsMediaCustomPlayer .slick-next:hover:before,
.fsMediaCustomPlayer .slick-next:hover:after {
  color: #fff;
}
.fsMediaCustomPlayer .slick-prev {
  left: 0;
}
.fsMediaCustomPlayer .slick-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #a7a295;
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.fsMediaCustomPlayer .slick-next {
  right: 0;
}
.fsMediaCustomPlayer .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #a7a295;
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

/*! elements - news v0.0.1 */
.fsNews article {
  background-repeat: no-repeat;
  font-size: 14px;
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.625em;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsTitle {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 22px;
}

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

.fsNews.fsList .fsElementTitle {
  margin: 0;
  color: #003366;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 24px;
  line-height: 26px;
  border-bottom: 0.23077em solid #ddd6c2;
  box-shadow: 0 0.15385em 0 0 #f3f0e8, 0 0.23077em 0 0 #ddd6c2;
  color: #003366;
  font-weight: 700;
  padding-bottom: 0.46154em;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}

/*=======================*/
/* 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: 210px;
  border: 0;
  height: 55px;
}
@media (min-width: 900px) {
  form.gsc-search-box-tools div.gsc-input-box {
    height: 39px;
    min-width: 320px;
  }
}
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: 55px;
}
@media (min-width: 900px) {
  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 {
    height: 39px;
  }
}
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-image: none !important;
  width: 100%;
  height: 55px !important;
  color: #003366;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: 0 !important;
  background: #fff !important;
}
@media (min-width: 900px) {
  form.gsc-search-box-tools input.gsc-input {
    height: 39px !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 10px 0 10px;
  overflow: hidden;
  height: 55px;
  width: auto;
  background: #fff;
  position: relative;
}
@media (min-width: 900px) {
  form.gsc-search-box-tools td.gsc-search-button {
    height: 39px;
  }
}
form.gsc-search-box-tools td.gsc-search-button:after {
  content: "";
  color: #003366;
  opacity: 1;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
form.gsc-search-box-tools td.gsc-search-button:hover {
  background: #fff;
}
form.gsc-search-box-tools input.gsc-search-button {
  border: 0;
  height: 55px;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
@media (min-width: 900px) {
  form.gsc-search-box-tools input.gsc-search-button {
    height: 39px;
  }
}

/*=======================*/
/* Custom Styles         */
/*=======================*/
.site-search-trigger {
  border: none;
  border-radius: 0;
  height: 39px;
  width: 39px;
  color: transparent;
  outline: none;
  float: right;
  position: relative;
  background: none;
  margin: 0 20px 0 0;
  display: none;
}
@media (min-width: 900px) {
  .site-search-trigger {
    display: inline-block;
  }
}
.site-search-trigger:before {
  display: block;
  font-size: 16px;
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  width: 39px;
  position: absolute;
  top: 50%;
  left: 0;
  padding: .55em 0;
}
.site-search-trigger:hover:before {
  background: #792951;
}
.search-active .site-search-trigger {
  display: none;
}

.fsSearch.site-search {
  position: relative;
  margin: 0 auto;
  max-width: 60em;
  max-width: 60rem;
  transition: all .4s linear;
  width: 0;
  opacity: 0;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  overflow: hidden;
  margin: 0 0 20px 0;
}
@media (min-width: 900px) {
  .fsSearch.site-search {
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 9000;
  }
}
.search-active .fsSearch.site-search, #fsMenu .fsSearch.site-search {
  opacity: 1;
  width: auto;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fsSearch.site-search form.gsc-search-box-tools input.gsc-input {
  border-radius: 5px;
  background: #fff;
}
.fsSearch.site-search form.gsc-search-box-tools td.gsc-search-button {
  height: 55px;
  width: 39px;
  background: #fff;
  text-align: center;
}
@media (min-width: 900px) {
  .fsSearch.site-search form.gsc-search-box-tools td.gsc-search-button {
    background: #003366;
    height: 39px;
  }
}
@media (min-width: 900px) {
  .fsSearch.site-search form.gsc-search-box-tools td.gsc-search-button:hover {
    background: #792951;
  }
}
.fsSearch.site-search form.gsc-search-box-tools td.gsc-search-button:before {
  line-height: 1em;
  color: #003366;
  display: block;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
@media (min-width: 900px) {
  .fsSearch.site-search form.gsc-search-box-tools td.gsc-search-button:before {
    color: #fff;
  }
}

/*! elements - social main */
/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 20px;
}

.fsFacebookList, .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsFacebookList li {
  margin: 0;
  padding: 0;
}
.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}

.fsFacebookExtras {
  margin-top: 10px;
}
.fsFacebookExtras .fsFacebookThumb {
  margin-bottom: 10px;
  display: block;
}
.fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.fsFacebookFollow {
  margin-top: 20px;
}

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

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

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #093157;
  color: #fff;
  display: inline-block;
  border-bottom: 0;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  outline: none;
  border-radius: 0.25em;
  padding: 10px 21px 12px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
.vimeo_view_link a:hover {
  background: #1c60a1;
  color: #fff;
}
.vimeo_view_link a em {
  display: block;
  font-style: normal;
}

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #093157;
  color: #fff;
  display: inline-block;
  border-bottom: 0;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  outline: none;
  border-radius: 0.25em;
  padding: 10px 21px 12px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
.Youtube_view_link a:hover {
  background: #1c60a1;
  color: #fff;
}
.Youtube_view_link a em {
  display: block;
  font-style: normal;
}

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 4px;
}
.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: 400;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 2.25em;
  line-height: 1em;
  margin-bottom: 0.4444444444em;
  margin-bottom: 2px;
  display: block;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 21px;
  color: #093157;
  transition: .3s;
  background: #093157;
  color: #fff;
  box-shadow: 0 0 0 1px #d1cbbd;
  border-radius: 0.25em;
  text-transform: uppercase;
  font-size: 16px;
}
.fsTabs .fsTabsNav li a:hover {
  background: #2071b1;
  color: #fff;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #f9f7f1;
  color: #000;
  position: relative;
}
.fsTabs .fsTabsNav li.fsStateSelected a:before {
  display: block;
  background: #f9f7f1;
  border-right: 1px solid #d1cbbd;
  border-bottom: 1px solid #d1cbbd;
  content: '';
  height: 18px;
  width: 18px;
  margin-left: -9px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fsTabs .fsPanel.fsStateOpen .fsElementContent {
  background: none;
  padding: 20px 0 0 0;
  border: none;
}

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

/*! pages - home v0.0.1 */
.home:not(.fsComposeMode) #fsPageBodyWrapper {
  padding: 0;
  margin: 0;
}
.home:not(.fsComposeMode) #fsPageBody {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.home:not(.fsComposeMode) #fsPageContent {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.home:not(.fsComposeMode) .fsLayout {
  margin-right: 0px;
  margin-left: 0px;
}
.home:not(.fsComposeMode) .fsLayout .fsDiv {
  padding: 0;
  margin-bottom: 0;
}
.home:not(.fsComposeMode) .slideshow-container {
  position: relative;
}
@media (min-width: 800px) {
  .home:not(.fsComposeMode) .slideshow-container {
    height: 500px;
    overflow: hidden;
  }
}
.home:not(.fsComposeMode) .main-slideshow > header {
  display: none;
}
.fsComposeMode .home:not(.fsComposeMode) .main-slideshow > header {
  display: block;
}
.home:not(.fsComposeMode) .main-slideshow article {
  height: 500px;
}
.home:not(.fsComposeMode) .main-slideshow .slick-prev,
.home:not(.fsComposeMode) .main-slideshow .slick-next {
  font-size: 80px !important;
}
.home:not(.fsComposeMode) .main-slideshow .slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 50px;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  line-height: 20px;
  height: 50px;
  width: 1024px;
  max-width: 100%;
}
.home:not(.fsComposeMode) .main-slideshow .slick-dots, .home:not(.fsComposeMode) .main-slideshow .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home:not(.fsComposeMode) .main-slideshow .slick-dots li {
  margin: 0;
  padding: 0;
}
.home:not(.fsComposeMode) .main-slideshow .slick-dots li {
  display: inline-block;
  margin: 0 .3em;
  position: relative;
  line-height: 1em;
  height: 16px;
  width: 16px;
}
.home:not(.fsComposeMode) .main-slideshow .slick-dots li button {
  color: transparent;
  background: transparent;
  border-radius: 100%;
  border: none;
  height: 100%;
  width: 100%;
  outline: none;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.home:not(.fsComposeMode) .main-slideshow .slick-dots li.slick-active button {
  background: #fff;
}
.home:not(.fsComposeMode) .panel-slider {
  width: 100%;
  transition: .5s;
  zoom: 1;
}
@media (min-width: 800px) {
  .home:not(.fsComposeMode) .panel-slider {
    position: absolute;
    top: 440px;
    width: 100%;
    height: 400px;
    overflow: hidden;
    z-index: 9000;
    background: rgba(0, 0, 0, 0.65);
  }
  .home:not(.fsComposeMode) .panel-slider:hover {
    -ms-transform: translate(0, -240px);
    transform: translate(0, -240px);
  }
}
.home:not(.fsComposeMode) .panel-slider > header {
  display: none;
}
.fsComposeMode .home:not(.fsComposeMode) .panel-slider > header {
  display: block;
}
.home:not(.fsComposeMode) .panel-slider:after {
  display: table;
  clear: both;
  content: '';
}
.home:not(.fsComposeMode) .panel-slider > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 60em;
  max-width: 60rem;
}
@media (max-width: 800px) {
  .home:not(.fsComposeMode) .panel-slider .fsNews,
  .home:not(.fsComposeMode) .panel-slider .fsCalendar {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
.home:not(.fsComposeMode) .panel-slider .fsNews header,
.home:not(.fsComposeMode) .panel-slider .fsCalendar header {
  padding: 18px 0;
  position: relative;
}
.home:not(.fsComposeMode) .panel-slider .fsNews header a,
.home:not(.fsComposeMode) .panel-slider .fsCalendar header a {
  background: #808182;
  border-radius: .25em;
  border-top: 1px solid #9c9c9c;
  box-shadow: inset 0 -.25em .5em 0 #606163;
  color: #ccc;
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  margin-top: 9px;
  margin-right: 37px;
  padding: 3px 14px 8px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.home:not(.fsComposeMode) .panel-slider .fsNews header a:hover,
.home:not(.fsComposeMode) .panel-slider .fsCalendar header a:hover {
  background: #979797;
  color: #fff;
}
.home:not(.fsComposeMode) .panel-slider .fsNews .fsElementTitle,
.home:not(.fsComposeMode) .panel-slider .fsCalendar .fsElementTitle {
  color: #999;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: none;
  transition: .3s;
}
@media (min-width: 800px) {
  .home:not(.fsComposeMode) .panel-slider .fsNews .fsElementTitle:before,
  .home:not(.fsComposeMode) .panel-slider .fsCalendar .fsElementTitle:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-right: 5px;
  }
}
@media (min-width: 800px) {
  .home:not(.fsComposeMode) .panel-slider .fsNews,
  .home:not(.fsComposeMode) .panel-slider .fsCalendar {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
  }
}
@media (min-width: 800px) {
  .home:not(.fsComposeMode) .panel-slider .fsNews a,
  .home:not(.fsComposeMode) .panel-slider .fsCalendar a {
    color: #fff;
  }
  .home:not(.fsComposeMode) .panel-slider .fsNews a:hover,
  .home:not(.fsComposeMode) .panel-slider .fsCalendar a:hover {
    color: #7d9ea3;
  }
}
@media (min-width: 800px) {
  .home:not(.fsComposeMode) .panel-slider .fsCalendar {
    width: 40%;
    float: left;
  }
}
@media (min-width: 800px) {
  .home:not(.fsComposeMode) .panel-slider .fsNews {
    width: 60%;
    float: left;
  }
}
.home:not(.fsComposeMode) .panel-slider .fsNews .fsTitle {
  line-height: 24px;
}
.home:not(.fsComposeMode) .panel-slider .fsNews .fsThumbnail img {
  width: 100%;
}
@media (min-width: 800px) {
  .home:not(.fsComposeMode) .panel-slider .fsNews .fsThumbnail img {
    width: auto;
  }
}
.home:not(.fsComposeMode) .panel-slider .fsNews .fsElementContent .fsElementSlideshow {
  padding-top: 0;
}
.home:not(.fsComposeMode) .panel-slider .fsNews .fsElementContent .fsElementSlideshow article {
  padding-top: 0;
}
.home:not(.fsComposeMode) .at-a-glance {
  padding-bottom: 30px;
}
.home:not(.fsComposeMode) .at-a-glance > header {
  font-size: 1.125rem;
  font-weight: 500;
  padding-top: 25px;
  text-align: center;
  position: relative;
  position: relative;
  margin: 0 auto;
  max-width: 60em;
  max-width: 60rem;
}
.home:not(.fsComposeMode) .at-a-glance > header:before {
  background: #ddd6c2;
  content: '';
  display: block;
  height: 4px;
  width: 80%;
  position: absolute;
  left: 10%;
  top: 2.5em;
}
.home:not(.fsComposeMode) .at-a-glance > header:after {
  background: #ddd6c2;
  content: '';
  display: block;
  height: 2px;
  height: 0.125rem;
  width: 76%;
  position: absolute;
  left: 12%;
  top: 2.9em;
}
.home:not(.fsComposeMode) .at-a-glance > header .fsElementTitle {
  background: #F3F0E8;
  color: #093056;
  display: inline-block;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: .7em;
  padding: 0 25px;
  z-index: 2;
  position: relative;
}
.home:not(.fsComposeMode) .at-a-glance > .fsElementContent p {
  position: relative;
  margin: 0 auto;
  max-width: 60em;
  max-width: 60rem;
  font-size: 1.125rem;
  text-align: center;
}
.home:not(.fsComposeMode) .at-a-glance .flipbox-container > header {
  display: none;
}
.fsComposeMode .home:not(.fsComposeMode) .at-a-glance .flipbox-container > header {
  display: block;
}
.home:not(.fsComposeMode) .at-a-glance .flipbox-container .slick-list {
  position: relative;
  margin: 0 auto;
  max-width: 60em;
  max-width: 60rem;
}
@media (max-width: 800px) {
  .home:not(.fsComposeMode) .at-a-glance .flipbox-container .slick-list {
    max-width: calc(100% - 120px);
  }
}
.home:not(.fsComposeMode) .at-a-glance .flip-box {
  background: #f7f6f5;
  border-radius: .75em;
  box-shadow: 0 0 0 1px #f7f6f5, 0 0 0 2px #d1cbbd;
  color: #1b5e9f;
  height: 270px;
  width: 270px;
  list-style: none;
  margin: 33px 15px 5px;
  text-align: center;
  transition: .6s;
  -ms-transform: scale(1);
  transform: scale(1);
  background-image: none;
  border-bottom: 0.0625em solid #efefef;
  outline: none;
}
.home:not(.fsComposeMode) .at-a-glance .flip-box.active {
  -ms-transform: scale(0.83);
  transform: scale(0.83);
}
.home:not(.fsComposeMode) .at-a-glance .flip-box header {
  width: 100%;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home:not(.fsComposeMode) .at-a-glance .flip-box header img {
  margin: 20px auto 0;
}
.home:not(.fsComposeMode) .at-a-glance .flip-box .icon {
  border-radius: .75em 0 0 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
  width: 110px;
  overflow: hidden;
}
.home:not(.fsComposeMode) .at-a-glance .flip-box .icon:before {
  display: block;
  background: #ddd6c2;
  content: '';
  position: absolute;
  left: -50%;
  top: -50%;
  height: 100%;
  width: 100%;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .45s;
}
.home:not(.fsComposeMode) .at-a-glance .flip-box .icon:after {
  display: block;
  color: #fff;
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 2em;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  text-shadow: rgba(0, 0, 0, 0.75);
  transition: .3s ease-out;
}
.at-a-glance .flip-box:hover .icon:before {
  background: #1b5e9f !important;
}
.at-a-glance .flip-box:hover .icon:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home:not(.fsComposeMode) .at-a-glance .flip-box footer {
  background: #416378;
  border-radius: .75em;
  box-shadow: 0 0 0 2px #416378;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transform: scale(1.2) rotateY(180deg);
  transition: .6s;
  padding: 20px;
}
.home:not(.fsComposeMode) .at-a-glance .flip-box.active footer {
  opacity: 1;
  -ms-transform: scale(1.2) rotate(0);
  transform: scale(1.2) rotate(0);
}
.home:not(.fsComposeMode) .at-a-glance .slick-dots li button {
  border: 2px solid rgba(0, 51, 102, 0.5);
}
.home:not(.fsComposeMode) .at-a-glance .slick-dots li.slick-active button {
  background: #003366;
}
.home:not(.fsComposeMode) .at-a-glance .slick-prev,
.home:not(.fsComposeMode) .at-a-glance .slick-next {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 53px;
  transition: all .3s linear;
  color: transparent;
  text-shadow: none;
  position: absolute;
  outline: none;
}
.home:not(.fsComposeMode) .at-a-glance .slick-prev:hover,
.home:not(.fsComposeMode) .at-a-glance .slick-next:hover {
  background: #436377;
}
.home:not(.fsComposeMode) .at-a-glance .slick-prev:hover:before,
.home:not(.fsComposeMode) .at-a-glance .slick-next:hover:before {
  color: #fff;
}
.home:not(.fsComposeMode) .at-a-glance .slick-prev {
  top: 0;
  left: 0;
}
.home:not(.fsComposeMode) .at-a-glance .slick-next {
  top: 0;
  right: 0;
}
.home:not(.fsComposeMode) .at-a-glance .slick-prev:before,
.home:not(.fsComposeMode) .at-a-glance .slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1em;
  height: auto;
  width: auto;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.8);
  font-size: 90px;
}
.home:not(.fsComposeMode) .at-a-glance .slick-prev:before {
  content: '\f104';
}
.home:not(.fsComposeMode) .at-a-glance .slick-next:before {
  font-family: "FontAwesome";
  content: '\f105';
}

.cougar-nation:not(.fsComposeMode) #fsPageBodyWrapper {
  padding: 0;
  margin: 0;
}
.cougar-nation:not(.fsComposeMode) #fsPageBody {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.cougar-nation:not(.fsComposeMode) #fsPageContent {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.cougar-nation:not(.fsComposeMode) #fsPageContent > .fsPageLayout > .fsDiv {
  margin-bottom: 0;
}
.cougar-nation:not(.fsComposeMode) .twitterCustom .fsElementContent,
.cougar-nation:not(.fsComposeMode) .cougar-topbar .fsElementContent,
.cougar-nation:not(.fsComposeMode) .cougar-title .fsElementContent,
.cougar-nation:not(.fsComposeMode) .cougar-news .fsElementContent,
.cougar-nation:not(.fsComposeMode) .instagram-box .fsElementContent,
.cougar-nation:not(.fsComposeMode) .twitterCustom .fsElementContent,
.cougar-nation:not(.fsComposeMode) .join-box .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 60em;
  max-width: 60rem;
}
.cougar-nation:not(.fsComposeMode) .fb-calendar-box {
  position: relative;
  margin: 0 auto;
  max-width: 60em;
  max-width: 60rem;
}
.cougar-nation:not(.fsComposeMode) .cougar-topbar {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.29);
  background: #51595f;
  background: linear-gradient(to bottom, #51595f 0%, #373c40 100%);
  border: none;
  padding: 0.3125em 20px;
  color: #fff;
  font-family: "freight-sans-pro", sans-serif;
  zoom: 1;
}
.cougar-nation:not(.fsComposeMode) .cougar-topbar:after {
  display: table;
  clear: both;
  content: '';
}
.cougar-nation:not(.fsComposeMode) .cougar-topbar p {
  margin: 0;
}
.cougar-nation:not(.fsComposeMode) .cougar-topbar span.coug-tagline {
  margin: 0;
  color: #fff;
  font-size: 0.875em;
  font-style: normal;
  font-family: "freight-sans-pro", sans-serif;
  padding: 5px 0;
  text-align: center;
  display: block;
}
@media (min-width: 500px) {
  .cougar-nation:not(.fsComposeMode) .cougar-topbar span.coug-tagline {
    display: inline;
    text-align: left;
    float: left;
  }
}
.cougar-nation:not(.fsComposeMode) .cougar-topbar a {
  color: #ababab;
  font-size: 0.6875em;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: bold;
  display: block;
  border-radius: 3px;
  background-color: rgba(31, 31, 31, 0.56);
  text-transform: uppercase;
  text-align: center;
  padding: 7px 15px;
  box-shadow: none;
  transition: 0.3s;
  margin-top: 1em;
}
.cougar-nation:not(.fsComposeMode) .cougar-topbar a:hover {
  color: #fff;
}
@media (min-width: 500px) {
  .cougar-nation:not(.fsComposeMode) .cougar-topbar a {
    margin: 0;
    float: right;
    text-align: left;
  }
}
.cougar-nation:not(.fsComposeMode) .cougar-title {
  font-family: "freight-sans-pro", sans-serif;
  margin-bottom: 20px;
}
.cougar-nation:not(.fsComposeMode) .cougar-title a {
  display: block;
  color: #fff;
  float: none;
  padding: 0;
  background: url("../../../images/cougarnation/bg-logo.png") 50% 0 no-repeat;
  padding: 168px 0 0 0;
  height: auto;
  float: none;
  font-size: 2.5em;
  letter-spacing: .005em;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #000;
  white-space: nowrap;
  line-height: 1.68;
  text-align: center;
}
@media (min-width: 900px) {
  .cougar-nation:not(.fsComposeMode) .cougar-title a {
    padding: 0 0 0 196px;
    height: 168px;
    font-size: 6.25em;
    text-align: left;
    background: url("../../../images/cougarnation/bg-logo.png") 0 0 no-repeat;
  }
}
.cougar-nation:not(.fsComposeMode) .cougar-masthead {
  background-repeat: no-repeat;
  background-position: 50% 0;
  box-shadow: inset 0 -15px 15px 0 rgba(0, 0, 0, 0.51);
  zoom: 1;
  position: relative;
}
.cougar-nation:not(.fsComposeMode) .cougar-masthead:after {
  display: table;
  clear: both;
  content: '';
}
.cougar-nation:not(.fsComposeMode) .cougar-masthead:before {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.58);
}
.cougar-nation:not(.fsComposeMode) .cougar-masthead .fsElementFooterContent a {
  display: block;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "freight-sans-pro", sans-serif;
  padding: 0.91667em 1.33333em;
  background-color: rgba(0, 0, 0, 0.42);
  border-radius: 4px;
  transition: 0.3s;
  margin: 0 auto 1em;
  width: 140px;
  text-align: center;
}
.cougar-nation:not(.fsComposeMode) .cougar-masthead .fsElementFooterContent a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.cougar-nation:not(.fsComposeMode) .cougar-news article {
  background-color: rgba(33, 86, 140, 0.8);
  display: block;
  padding: 10px;
  color: #fff;
  margin: 0 10px 10px 10px;
}
.cougar-nation:not(.fsComposeMode) .cougar-news article a {
  color: #fff;
}
.cougar-nation:not(.fsComposeMode) .cougar-news article .fsThumbnail {
  max-height: 160px;
  overflow: hidden;
}
.cougar-nation:not(.fsComposeMode) .cougar-news article img {
  width: 100%;
}
.cougar-nation:not(.fsComposeMode) .cougar-news article .fsTitle {
  margin: 0;
  font-size: 0.875em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.42857;
}
.cougar-nation:not(.fsComposeMode) .instagram-box {
  margin: 20px 0;
}
.cougar-nation:not(.fsComposeMode) .instagram-box p {
  margin: 0;
}
.cougar-nation:not(.fsComposeMode) .instagram-box .fsElementContent {
  border: 1px solid #d3cebe;
  padding: 20px;
}
.cougar-nation:not(.fsComposeMode) .instagram-box .fsElementContent h6 {
  text-transform: uppercase;
  font-size: 14px;
}
.cougar-nation:not(.fsComposeMode) .twitterCustom {
  background-color: #5baada;
  margin-bottom: 0;
  padding: 20px 0;
  position: relative;
  margin-bottom: 40px;
}
.cougar-nation:not(.fsComposeMode) .twitterCustom .timeline-TweetList-tweet {
  margin: 0 80px;
  padding: 0;
  text-align: center;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.31579;
  color: #f3f0e8;
  text-shadow: 0 1px 0 #3d88b7;
  z-index: 100;
}
@media (min-width: 600px) {
  .cougar-nation:not(.fsComposeMode) .twitterCustom .timeline-TweetList-tweet {
    font-size: 2.375em;
  }
}
.cougar-nation:not(.fsComposeMode) .twitterCustom .timeline-TweetList-tweet .u-hiddenVisually {
  display: none;
}
.cougar-nation:not(.fsComposeMode) .twitterCustom .timeline-TweetList-tweet .TweetAuthor-avatar {
  display: block;
  width: 100%;
  float: none;
  position: relative;
  height: auto;
  display: none;
}
.cougar-nation:not(.fsComposeMode) .twitterCustom .timeline-TweetList-tweet .TweetAuthor-avatar img {
  display: block;
  margin: 0 auto;
  width: 80px;
  margin-bottom: 1em;
}
.cougar-nation:not(.fsComposeMode) .twitterCustom .timeline-TweetList-tweet img {
  display: inline-block;
  max-height: 30px;
}
.cougar-nation:not(.fsComposeMode) .twitterCustom .timeline-TweetList-tweet .timeline-Tweet-metadata,
.cougar-nation:not(.fsComposeMode) .twitterCustom .timeline-TweetList-tweet .timeline-Tweet-retweetCredit {
  float: none;
}
.cougar-nation:not(.fsComposeMode) .twitterCustom .timeline-TweetList-tweet .TweetAuthor {
  display: none;
}
.cougar-nation:not(.fsComposeMode) .twitterCustom .timeline-TweetList-tweet .dt-updated {
  display: block !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #f3f0e8;
  display: block;
  width: 100%;
}
.cougar-nation:not(.fsComposeMode) .twitterCustom .slick-prev,
.cougar-nation:not(.fsComposeMode) .twitterCustom .slick-next {
  transition: all .3s linear;
  color: transparent;
  text-shadow: none;
  position: absolute;
  outline: none;
  background: none;
  border: 0;
}
.cougar-nation:not(.fsComposeMode) .twitterCustom .slick-prev:hover:before,
.cougar-nation:not(.fsComposeMode) .twitterCustom .slick-next:hover:before {
  color: #fff;
}
.cougar-nation:not(.fsComposeMode) .twitterCustom .slick-prev {
  top: 50%;
  left: 0;
}
.cougar-nation:not(.fsComposeMode) .twitterCustom .slick-next {
  top: 50%;
  right: 0;
}
.cougar-nation:not(.fsComposeMode) .twitterCustom .slick-prev:before,
.cougar-nation:not(.fsComposeMode) .twitterCustom .slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1em;
  height: auto;
  width: auto;
  color: #fff;
  font-size: 90px;
}
.cougar-nation:not(.fsComposeMode) .twitterCustom .slick-prev:before {
  content: '\f104';
}
.cougar-nation:not(.fsComposeMode) .twitterCustom .slick-next:before {
  font-family: "FontAwesome";
  content: '\f105';
}
.cougar-nation:not(.fsComposeMode) .twitterCustom footer {
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .cougar-nation:not(.fsComposeMode) .fsTwoColumnLayout > .fsDiv {
    padding: 0 20px;
  }
}
.cougar-nation:not(.fsComposeMode) .join-box {
  background-color: #ddd6c2;
  text-align: center;
  padding: 2.5em 0 3.75em;
}
.cougar-nation:not(.fsComposeMode) .join-box .fsElementTitle {
  color: #4a4a4b;
  font-weight: 500;
  font-size: 1.5em;
  margin-bottom: 1.91667em;
}
.cougar-nation:not(.fsComposeMode) .join-box .fsElementTitle:after {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 10px;
}
.cougar-nation:not(.fsComposeMode) .join-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cougar-nation:not(.fsComposeMode) .join-box ul li {
  width: 50%;
  float: left;
}
@media (min-width: 500px) {
  .cougar-nation:not(.fsComposeMode) .join-box ul li {
    width: 25%;
  }
}
.cougar-nation:not(.fsComposeMode) .join-box ul li a {
  text-transform: uppercase;
  color: #04376b;
  font-size: 0.875em;
  line-height: 1.28571;
  font-weight: bold;
  font-family: "freight-sans-pro", sans-serif;
}
.cougar-nation:not(.fsComposeMode) .join-box ul li.facebook a:before {
  margin-right: 5px;
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.cougar-nation:not(.fsComposeMode) .join-box ul li.twitter a:before {
  margin-right: 5px;
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.cougar-nation:not(.fsComposeMode) .join-box ul li.instagram a:before {
  margin-right: 5px;
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.cougar-nation:not(.fsComposeMode) .join-box ul li.youtube a:before {
  margin-right: 5px;
  content: "";
  font-family: "FontAwesome";
  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: 25%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 12.5%;
  }
}
@media (min-width: 960px) {
  .colors ol li {
    margin-bottom: 0;
    width: 6.25%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #000;
  color: #000;
}
.colors ol li:nth-of-type(1):after {
  content: "#000";
}
.colors ol li:nth-of-type(2) {
  background: #003366;
  color: #003366;
}
.colors ol li:nth-of-type(2):after {
  content: "#003366";
}
.colors ol li:nth-of-type(3) {
  background: #792951;
  color: #792951;
}
.colors ol li:nth-of-type(3):after {
  content: "#792951";
}
.colors ol li:nth-of-type(4) {
  background: #d1cbbd;
  color: #d1cbbd;
}
.colors ol li:nth-of-type(4):after {
  content: "#d1cbbd";
}
.colors ol li:nth-of-type(5) {
  background: #093157;
  color: #093157;
}
.colors ol li:nth-of-type(5):after {
  content: "#093157";
}
.colors ol li:nth-of-type(6) {
  background: #174f85;
  color: #174f85;
}
.colors ol li:nth-of-type(6):after {
  content: "#174f85";
}
.colors ol li:nth-of-type(7) {
  background: #1c60a1;
  color: #1c60a1;
}
.colors ol li:nth-of-type(7):after {
  content: "#1c60a1";
}
.colors ol li:nth-of-type(8) {
  background: #8ec7ff;
  color: #8ec7ff;
}
.colors ol li:nth-of-type(8):after {
  content: "#8ec7ff";
}
.colors ol li:nth-of-type(9) {
  background: #436377;
  color: #436377;
}
.colors ol li:nth-of-type(9):after {
  content: "#436377";
}
.colors ol li:nth-of-type(10) {
  background: #f3f0e8;
  color: #f3f0e8;
}
.colors ol li:nth-of-type(10):after {
  content: "#f3f0e8";
}
.colors ol li:nth-of-type(11) {
  background: #383838;
  color: #383838;
}
.colors ol li:nth-of-type(11):after {
  content: "#383838";
}
.colors ol li:nth-of-type(12) {
  background: #5e6061;
  color: #5e6061;
}
.colors ol li:nth-of-type(12):after {
  content: "#5e6061";
}
.colors ol li:nth-of-type(13) {
  background: #7d7e7f;
  color: #7d7e7f;
}
.colors ol li:nth-of-type(13):after {
  content: "#7d7e7f";
}
.colors ol li:nth-of-type(14) {
  background: #eee;
  color: #eee;
}
.colors ol li:nth-of-type(14):after {
  content: "#eee";
}
.colors ol li:nth-of-type(15) {
  background: #c9c4b4;
  color: #c9c4b4;
}
.colors ol li:nth-of-type(15):after {
  content: "#c9c4b4";
}
.colors ol li:nth-of-type(16) {
  background: #d3cebe;
  color: #d3cebe;
}
.colors ol li:nth-of-type(16):after {
  content: "#d3cebe";
}

.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: "freight-text-pro", serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "freight-text-pro, serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(3) {
  font-family: "freight-sans-pro", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "freight-sans-pro, sans-serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(5) {
  font-family: "FontAwesome";
}
.fonts ol li:nth-of-type(5):after {
  content: "FontAwesome";
}
.fonts ol li:nth-of-type(6) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(6):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: 40px / line: 40px";
}
.headers h2:after {
  content: " size: 36px / line: 36px";
}
.headers h3:after {
  content: " size: 30px / line: 30px";
}
.headers h4:after {
  content: " size: 28px / line: 28px";
}
.headers h5:after {
  content: " size: 24px / line: 24px";
}
.headers h6:after {
  content: " size: 20px / line: 20px";
}

.fsConstituentColumnLayout_1 .fsConstituentItem {
  clear: both;
}