/* ==========================================================================
	Imports
============================================================================= */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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"], /* 1 */
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.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

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

/* ==================================================================
	 Bootstrap Variables
================================================================== */
/* ==========================================================================
	Variables
============================================================================= */
/* ==========================================================================
	Colors
============================================================================= */
/* ==========================================================================
	Mixins
============================================================================= */
/**
	 * Cover Image:
	 *
	 * Use on wrapping element of img (<figure>, <picture>)
	 * Will work like background-size: cover; but with static images
	 * Won't scale it down though, so good to use with picturefill
	 */
.font_smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.killFlicker {
  -webkit-font-smoothing: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.border_left_lg {
  border-left-width: 18px;
  border-left-style: solid;
}
.border_left_sm {
  border-left-width: 9px;
  border-left-style: solid;
}
.border_right_lg {
  border-right-width: 18px;
  border-right-style: solid;
}
.border_right_sm {
  border-right-width: 9px;
  border-right-style: solid;
}
.border_top_lg {
  border-top-width: 18px;
  border-top-style: solid;
}
.border_top_sm {
  border-top-width: 9px;
  border-top-style: solid;
}
.border_bottom_lg {
  border-bottom-width: 18px;
  border-bottom-style: solid;
}
.border_bottom_sm {
  border-bottom-width: 9px;
  border-bottom-style: solid;
}
/* ==========================================================================
	Fonts
============================================================================= */

@font-face {
    font-family: 'SchoolbookBold';
    src: url('../fonts/centschbook_bt_bold-webfont.eot');
    src: url('../fonts/centschbook_bt_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/centschbook_bt_bold-webfont.woff') format('woff'),
    url('../fonts/centschbook_bt_bold-webfont.ttf') format('truetype'),
    url('../fonts/centschbook_bt_bold-webfont.svg#centschbook_btbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SchoolbookItalic';
    src: url('../fonts/centschbook_bt_italic-webfont.eot');
    src: url('../fonts/centschbook_bt_italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/centschbook_bt_italic-webfont.woff') format('woff'),
    url('../fonts/centschbook_bt_italic-webfont.ttf') format('truetype'),
    url('../fonts/centschbook_bt_italic-webfont.svg#centschbook_btitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SchoolbookRegular';
    src: url('../fonts/centschbook_bt_roman-webfont.eot');
    src: url('../fonts/centschbook_bt_roman-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/centschbook_bt_roman-webfont.woff') format('woff'),
    url('../fonts/centschbook_bt_roman-webfont.ttf') format('truetype'),
    url('../fonts/centschbook_bt_roman-webfont.svg#centschbook_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Univers';
    src: url('../fonts/Univers.eot');
    src: url('../fonts/Univers.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Univers.woff') format('woff'),
    url('../fonts/Univers.ttf') format('truetype'),
    url('../fonts/Univers.svg#Univers') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Univers-Light';
    src: url('../fonts/Univers-Light.eot');
    src: url('../fonts/Univers-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Univers-Light.woff') format('woff'),
    url('../fonts/Univers-Light.ttf') format('truetype'),
    url('../fonts/Univers-Light.svg#Univers') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Univers-Bold';
    src: url('../fonts/Univers-Bold.eot');
    src: url('../fonts/Univers-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Univers-Bold.woff') format('woff'),
    url('../fonts/Univers-Bold.ttf') format('truetype'),
    url('../fonts/Univers-Bold.svg#Univers') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Univers-Condensed';
    src: url('../fonts/Univers-Condensed.eot');
    src: url('../fonts/Univers-Condensed.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Univers-Condensed.woff') format('woff'),
    url('../fonts/Univers-Condensed.ttf') format('truetype'),
    url('../fonts/Univers-Condensed.svg#Univers') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Univers-CondensedBold';
    src: url('../fonts/Univers-CondensedBold.eot');
    src: url('../fonts/Univers-CondensedBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Univers-CondensedBold.woff') format('woff'),
    url('../fonts/Univers-CondensedBold.ttf') format('truetype'),
    url('../fonts/Univers-CondensedBold.svg#Univers') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/**
 * @theme
 * @name Carousel Home
 * @component Carousel
 */
/*
@fs-light-primary_50: 		#fafafa;
@fs-light-primary_100:		#f5f5f5;
@fs-light-primary_200:		#eeeeee;
@fs-light-primary_300:		#e0e0e0;
@fs-light-primary_400:		#bdbdbd;
@fs-light-primary_500:		#9e9e9e;
@fs-light-primary_600:		#757575;
@fs-light-primary_700:		#616161;
@fs-light-primary_800:		#424242;
@fs-light-primary_900:		#212121;
*/
.fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-canister {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  overflow: visible;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fs-carousel.carousel_base.fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister {
  transition: height 0.5s ease, -webkit-transform 0.5s ease;
  transition: height 0.5s ease, transform 0.5s ease;
  transition: height 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-control {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -150px;
  bottom: 0;
  background: #E65525;
  border-radius: 100%;
  display: block;
  margin: auto;
  overflow: hidden;
  text-indent: 200%;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  visibility: hidden;
  white-space: nowrap;
  pointer-events: none;
}
.fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-control:before {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-control:before {
  background-image: url(../images/icons.svg);
}
.fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-control:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
}
.no-opacity .fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-control {
  text-indent: -999px;
}
.fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-control.fs-carousel-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.no-touchevents .fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-control.fs-carousel-visible:hover {
  background: #C8C3BC;
}
.fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-control_previous,
.fs-carousel.carousel_base.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next {
  right: auto;
  left: 20px;
}
.fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-control_previous:before,
.fs-carousel.carousel_base.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next:before {
  width: 25px;
  height: 34px;
  width: 25;
  height: 34;
  background-position: -29px -70px;
}
.fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-control_next,
.fs-carousel.carousel_base.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous {
  left: auto;
  right: 20px;
}
.fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-control_next:before,
.fs-carousel.carousel_base.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous:before {
  width: 25px;
  height: 34px;
  width: 25;
  height: 34;
  background-position: 2px -70px;
}
.fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-control_disabled {
  opacity: 0;
}
.fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-pagination {
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-page {
  width: 6px;
  height: 6px;
  background: #C8C3BC;
  border-radius: 100%;
  margin: 0 7px;
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.no-opacity .fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-page {
  text-indent: -999px;
}
.fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-page.fs-carousel-active,
.no-touchevents .carousel_base.fs-carousel-enabled .fs-carousel-page:hover {
  background: #98252B;
}
/**
 * @theme
 * @name Light
 * @component Lightbox
 */
/*
@fs-light-primary_50: 		#fafafa;
@fs-light-primary_100:		#f5f5f5;
@fs-light-primary_200:		#eeeeee;
@fs-light-primary_300:		#e0e0e0;
@fs-light-primary_400:		#bdbdbd;
@fs-light-primary_500:		#9e9e9e;
@fs-light-primary_600:		#757575;
@fs-light-primary_700:		#616161;
@fs-light-primary_800:		#424242;
@fs-light-primary_900:		#212121;
*/
.fs-lightbox.fs-light {
  z-index: 101;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0;
  padding: 0;
}
.fs-light.fs-lightbox-inline {
  padding: 30px;
}
.fs-light.fs-lightbox-animating {
  transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}
.fs-light.fs-lightbox-animating .fs-lightbox-container {
  transition: opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s;
}
.fs-light.fs-lightbox-mobile.fs-lightbox-animating .fs-lightbox-image_container {
  transition: height 0.25s ease, width 0.25s ease, top 0.25s ease, left 0.25s ease;
}
.fs-light.fs-lightbox-overlay {
  z-index: 100;
  background: #fff;
  transition: opacity 0.25s linear;
}
.fs-light.fs-lightbox-overlay.fs-lightbox-open {
  opacity: 0.75;
}
.fs-lightbox.fs-light .fs-lightbox-close {
  width: 95px;
  height: 95px;
  top: -23.75px;
  right: -23.75px;
  z-index: 105;
  background: #E65525;
  border-radius: 100%;
  text-indent: 200%;
  white-space: nowrap;
}
.fs-lightbox.fs-light .fs-lightbox-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  content: "\00d7";
  display: block;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 95px;
  margin: auto;
  text-align: center;
  text-indent: 0;
  transition: color 0.15s linear;
}
.no-opacity .fs-lightbox.fs-light .fs-lightbox-close {
  text-indent: -999px;
}
.fs-lightbox.fs-light .fs-lightbox-loading_icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  display: block;
  margin: auto;
  opacity: 0;
  transition: opacity 0.25s linear, visibility 0.25s linear;
  visibility: hidden;
}
.fs-lightbox.fs-light .fs-lightbox-loading_icon:before,
.fs-lightbox.fs-light .fs-lightbox-loading_icon:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 110%;
  content: '';
  display: block;
}
.fs-lightbox.fs-light .fs-lightbox-loading_icon:before {
  border: 5px solid rgba(255, 255, 255, 0.25);
}
.fs-lightbox.fs-light .fs-lightbox-loading_icon:after {
  -webkit-animation: fs-lightbox-loading-spin 0.75s linear infinite;
          animation: fs-lightbox-loading-spin 0.75s linear infinite;
  border: 5px solid transparent;
  border-top-color: #fff;
}
@-webkit-keyframes fs-lightbox-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fs-lightbox-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fs-lightbox.fs-light .fs-lightbox-container {
  z-index: 103;
  background: #F7F7F7;
}
.fs-lightbox.fs-light .fs-lightbox-content {
  background: #fff;
}
.fs-lightbox.fs-light .fs-lightbox-meta {
  padding: 10px 10px 0;
}
.fs-lightbox.fs-light .fs-lightbox-control {
  width: 40px;
  height: 40px;
  z-index: 105;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.25);
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  transition: opacity 0.15s linear, visibility 0.15s linear;
  visibility: visible;
}
.fs-lightbox.fs-light .fs-lightbox-control:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
}
.no-opacity .fs-lightbox.fs-light .fs-lightbox-control {
  text-indent: -999px;
}
.fs-lightbox.fs-light .fs-lightbox-control_previous {
  left: 20px;
}
.fs-lightbox.fs-light .fs-lightbox-control_previous:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10.4px solid #fff;
  margin-left: 14px;
}
.fs-lightbox.fs-light .fs-lightbox-control_next {
  right: 20px;
}
.fs-lightbox.fs-light .fs-lightbox-control_next:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10.4px solid #fff;
  margin-right: 14px;
}
.no-touchevents .fs-lightbox.fs-light .fs-lightbox-control {
  opacity: 0;
  visibility: hidden;
}
.no-touchevents .fs-lightbox.fs-light:hover .fs-lightbox-control {
  opacity: 1;
  visibility: visible;
}
.no-touchevents .fs-lightbox.fs-light .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox.fs-light:hover .fs-lightbox-control_disabled {
  opacity: 0;
  cursor: default;
  visibility: hidden;
}
.fs-lightbox.fs-light .fs-lightbox-position {
  color: #78909C;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
.fs-lightbox.fs-light .fs-lightbox-caption p {
  color: #546E7A;
  font-size: 14px;
  margin: 5px 0;
  padding: 0;
}
.fs-lightbox.fs-light .fs-lightbox-error {
  width: 250px;
}
.fs-lightbox.fs-light .fs-lightbox-error p {
  color: #900;
  font-size: 14px;
  margin: 0;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}
.fs-light.fs-lightbox-loading .fs-lightbox-container {
  opacity: 0;
  transition: opacity 0.25s linear;
  visibility: hidden;
}
.fs-light.fs-lightbox-loading .fs-lightbox-loading_icon {
  opacity: 1;
  visibility: visible;
}
.fs-light.fs-lightbox-mobile {
  background: #000;
  border-radius: 0;
  padding: 60px 0 0;
}
.fs-light.fs-lightbox-mobile .fs-lightbox-close {
  height: 60px;
  width: 60px;
  top: 0;
  right: 0;
  background: #E65525;
  border-radius: 0;
}
.fs-light.fs-lightbox-mobile .fs-lightbox-close:before {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 60px;
}
.fs-light.fs-lightbox-mobile .fs-lightbox-loading_icon:before {
  border-color: rgba(144, 164, 174, 0.25);
}
.fs-light.fs-lightbox-mobile .fs-lightbox-loading_icon:after {
  border-top-color: #90A4AE;
}
.fs-light.fs-lightbox-mobile .fs-lightbox-container {
  background: #F7F7F7;
}
.fs-light.fs-lightbox-mobile .fs-lightbox-content {
  background-color: #F7F7F7;
  padding: 0;
}
.fs-light.fs-lightbox-mobile .fs-lightbox-tools {
  background-color: #fff;
}
.fs-light.fs-lightbox-mobile .fs-lightbox-control {
  width: 50px;
  height: 100%;
  min-height: 50px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}
.fs-light.fs-lightbox-mobile .fs-lightbox-control_previous {
  left: 0;
}
.fs-light.fs-lightbox-mobile .fs-lightbox-control_previous:before {
  border-right-color: #90A4AE;
  margin-left: 19px;
}
.fs-light.fs-lightbox-mobile .fs-lightbox-control_next {
  right: 0;
}
.fs-light.fs-lightbox-mobile .fs-lightbox-control_next:before {
  border-left-color: #90A4AE;
  margin-right: 19px;
}
.no-touchevents .fs-light.fs-lightbox-mobile .fs-lightbox-control,
.no-touchevents .fs-light.fs-lightbox-mobile:hover .fs-lightbox-control {
  opacity: 1;
  visibility: visible;
}
.fs-light.fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-light.fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-light.fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
  cursor: default !important;
  opacity: 0;
  visibility: hidden;
}
.fs-light.fs-lightbox-mobile .fs-lightbox-meta {
  padding: 15px 65px;
}
.fs-light.fs-lightbox-mobile .fs-lightbox-position {
  color: #90A4AE;
  font-size: 12px;
  margin: 0;
  padding: 0 15px 0 0;
}
.fs-light.fs-lightbox-mobile .fs-lightbox-caption p {
  color: #CFD8DC;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.fs-light.fs-lightbox-mobile .fs-lightbox-image {
  transition: none !important;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.fs-light.fs-lightbox-mobile.fs-lightbox-animated .fs-lightbox-image {
  transition: -webkit-transform 0.25s ease-out !important;
  transition: transform 0.25s ease-out !important;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out !important;
}
.fs-light.fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content,
.fs-light.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
  width: auto;
  position: static;
  background: transparent;
}
.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
  width: 100%;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  background-color: #fff;
  padding: 0 65px;
}
.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-caption_toggle {
  color: #90A4AE;
  display: block;
  font-size: 12px;
  line-height: 50px;
}
.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
  width: 100%;
  height: 80%;
  position: fixed;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #fff;
  box-shadow: 0;
  padding: 15px 15px 65px;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.fs-light.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
/* ==================================================================
	Bootstrap
================================================================== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@media (max-width: 499px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-pull-12 {
    right: 100%;
  }
  .col-xxs-pull-11 {
    right: 91.66666667%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-8 {
    right: 66.66666667%;
  }
  .col-xxs-pull-7 {
    right: 58.33333333%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-5 {
    right: 41.66666667%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-2 {
    right: 16.66666667%;
  }
  .col-xxs-pull-1 {
    right: 8.33333333%;
  }
  .col-xxs-pull-0 {
    right: auto;
  }
  .col-xxs-push-12 {
    left: 100%;
  }
  .col-xxs-push-11 {
    left: 91.66666667%;
  }
  .col-xxs-push-10 {
    left: 83.33333333%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-8 {
    left: 66.66666667%;
  }
  .col-xxs-push-7 {
    left: 58.33333333%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-5 {
    left: 41.66666667%;
  }
  .col-xxs-push-4 {
    left: 33.33333333%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-2 {
    left: 16.66666667%;
  }
  .col-xxs-push-1 {
    left: 8.33333333%;
  }
  .col-xxs-push-0 {
    left: auto;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0%;
  }
}
[class*='col-'] {
  float: left;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* ==========================================================================
	Plugins
============================================================================= */
/**
 * @component
 * @name Background
 */
/**
 * @class
 * @name .fs-background-element
 * @type element
 * @description Target elmement
 */
/**
 * @class
 * @name .fs-background
 * @type element
 * @description Base widget class
 */
.fs-background {
  overflow: hidden;
  position: relative;
  /**
	 * @class
	 * @name .fs-background-container
	 * @type element
	 * @description Container element
	 */
  /**
	 * @class
	 * @name .fs-background-media
	 * @type element
	 * @description Media element
	 */
  /**
	 * @class
	 * @name .fs-background-media.fs-background-animated
	 * @type modifier
	 * @description Indicates animated state
	 */
  /**
	 * @class
	 * @name .fs-background-media.fs-background-navtive
	 * @type modifier
	 * @description Indicates native support
	 */
  /**
	 * @class
	 * @name .fs-background-media.fs-background-fixed
	 * @type modifier
	 * @description Indicates fixed positioning
	 */
  /**
	 * @class
	 * @name .fs-background-embed
	 * @type element
	 * @description Embed/iFrame element
	 */
  /**
	 * @class
	 * @name .fs-background-embed.fs-background-embed-ready
	 * @type modifier
	 * @description Indicates ready state
	 */
}
.fs-background,
.fs-background-container,
.fs-background-media {
  transition: none;
}
.fs-background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.fs-background-media {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.fs-background-media.fs-background-animated {
  transition: opacity 0.5s linear;
}
.fs-background-media img,
.fs-background-media video,
.fs-background-media iframe {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-drag: none;
}
.fs-background-media.fs-background-native,
.fs-background-media.fs-background-fixed {
  width: 100%;
  height: 100%;
}
.fs-background-media.fs-background-native img,
.fs-background-media.fs-background-fixed img {
  display: none;
}
.fs-background-media.fs-background-native {
  background-position: center;
  background-size: cover;
}
.fs-background-media.fs-background-fixed {
  background-position: center;
  background-attachment: fixed;
}
.fs-background-embed.fs-background-ready:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}
.fs-background-embed.fs-background-ready iframe {
  z-index: 0;
}
/**
 * @component
 * @name Carousel
 */
/**
 * @class
 * @name .fs-carousel-element
 * @type element
 * @description Target elmement
 */
/**
 * @class
 * @name .fs-carousel
 * @type element
 * @description Base widget class
 */
/**
 * @class
 * @name .fs-carousel.fs-enabled
 * @type modifier
 * @description Indicates enabled state
 */
/**
 * @class
 * @name .fs-carousel.fs-rtl
 * @type modifier
 * @description Indicates right to left display
 */
/**
 * @class
 * @name .fs-carousel.fs-carousel-auto_height
 * @type modifier
 * @description Indicates auto height sizing
 */
/**
 * @class
 * @name .fs-carousel.fs-carousel-contained
 * @type modifier
 * @description Indicates overflow: hidden
 */
/**
 * @class
 * @name .fs-carousel.fs-carousel-single
 * @type modifier
 * @description Indicates single item display
 */
.fs-carousel {
  /**
	 * @class
	 * @name .fs-carousel-viewport
	 * @type element
	 * @description Carousel container
	 */
  /**
	 * @class
	 * @name .fs-carousel-wrapper
	 * @type element
	 * @description Carousel container
	 */
  /**
	 * @class
	 * @name .fs-carousel-container
	 * @type element
	 * @description Canister container
	 */
  /**
	 * @class
	 * @name .fs-carousel-canister
	 * @type element
	 * @description Item container
	 */
  /**
	 * @class
	 * @name .fs-carousel-canister
	 * @type element
	 * @description Item container
	 */
  /**
	 * @class
	 * @name .fs-carousel-item
	 * @type element
	 * @description Individual item
	 */
  /**
	 * @class
	 * @name .fs-carousel-controls
	 * @type element
	 * @description Controls container
	 */
  /**
	 * @class
	 * @name .fs-carousel-controls.fs-carousel-visible
	 * @type modifier
	 * @description Indicates visible state
	 */
  /**
	 * @class
	 * @name .fs-carousel-control
	 * @type element
	 * @description Control element
	 */
  /**
	 * @class
	 * @name .fs-carousel-control.fs-carousel-control_previous
	 * @type modifier
	 * @description Indicates previous control
	 */
  /**
	 * @class
	 * @name .fs-carousel-control.fs-carousel-control_next
	 * @type modifier
	 * @description Indicates next control
	 */
  /**
	 * @class
	 * @name .fs-carousel-control.fs-carousel-control_disabled
	 * @type modifier
	 * @description Indicates disbaled state
	 */
  /**
	 * @class
	 * @name .fs-carousel-pagination
	 * @type element
	 * @description Item element
	 */
  /**
	 * @class
	 * @name .fs-carousel-pagination.fs-carousel-visible
	 * @type modifier
	 * @description Indicates visible state
	 */
  /**
	 * @class
	 * @name .fs-carousel-page
	 * @type element
	 * @description Pagiantion item element
	 */
  /**
	 * @class
	 * @name .fs-carousel-page.fs-carousel-active
	 * @type modifier
	 * @description Indicates active state
	 */
}
.fs-carousel.fs-carousel-enabled {
  width: 100%;
  position: relative;
}
.fs-carousel.fs-carousel-enabled:after {
  clear: both;
  content: '';
  display: table;
}
.fs-carousel,
.fs-carousel:after,
.fs-carousel:before,
.fs-carousel *,
.fs-carousel *:after,
.fs-carousel *:before {
  box-sizing: border-box;
  transition: none;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.fs-carousel-enabled.fs-carousel-contained,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-viewport,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-wrapper,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-container {
  overflow: hidden;
}
.fs-carousel-enabled .fs-carousel-viewport {
  position: relative;
}
.fs-carousel-enabled .fs-carousel-viewport:after {
  clear: both;
  content: '';
  display: table;
}
.fs-carousel-enabled .fs-carousel-wrapper {
  position: relative;
}
.fs-carousel-enabled .fs-carousel-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.fs-carousel-enabled .fs-carousel-container {
  position: relative;
}
.fs-carousel-enabled .fs-carousel-container:after {
  clear: both;
  content: '';
  display: table;
}
.fs-carousel-enabled .fs-carousel-canister {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  overflow: hidden;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister {
  transition: height 0.5s ease, -webkit-transform 0.5s ease;
  transition: height 0.5s ease, transform 0.5s ease;
  transition: height 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.fs-carousel-enabled .fs-carousel-item {
  min-height: 1px;
  display: block;
  float: left;
}
.fs-carousel-enabled .fs-carousel-item img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fs-carousel-single .fs-carousel-item {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1;
}
.fs-carousel-single .fs-carousel-item.fs-carousel-visible {
  position: relative !important;
  z-index: 2;
}
.fs-carousel-controls {
  display: none;
}
.fs-carousel-enabled .fs-carousel-controls {
  width: 100%;
  margin: 0;
  padding: 0;
}
.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible,
.fs-carousel-controls_custom.fs-carousel-visible {
  display: block;
}
.fs-carousel-enabled .fs-carousel-control {
  border: none;
  cursor: pointer;
  padding: 0;
}
.fs-carousel-pagination {
  display: none;
}
.fs-carousel-enabled .fs-carousel-pagination {
  width: 100%;
}
.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
  display: block;
}
.fs-carousel-enabled .fs-carousel-page {
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
}
.fs-carousel-enabled.fs-carousel-rtl {
  direction: rtl;
}
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-item {
  float: right;
}
/**
 * @component
 * @name Checkbox
 */
/**
 * @class
 * @name .fs-checkbox-element
 * @type element
 * @description Target elmement
 */
/**
 * @class
 * @name .fs-checkbox
 * @type element
 * @description Base widget class
 */
/**
 * @class
 * @name .fs-checkbox.fs-checkbox-checked
 * @type modifier
 * @description Indicates checked state
 */
/**
 * @class
 * @name .fs-checkbox.fs-checkbox-radio
 * @type modifier
 * @description Indicates radio interface
 */
/**
 * @class
 * @name .fs-checkbox.fs-checkbox-toggle
 * @type modifier
 * @description Indicates toggle interface
 */
/**
 * @class
 * @name .fs-checkbox.fs-checkbox-focus
 * @type modifier
 * @description Indicates focused state
 */
/**
 * @class
 * @name .fs-checkbox.fs-checkbox-disabled
 * @type modifier
 * @description Indicates disabled state
 */
.fs-checkbox {
  /**
	 * @class
	 * @name .fs-checkbox-enabled
	 * @type modifier
	 * @description Indicates enabled state
	 */
  /**
	 * @class
	 * @name .fs-checkbox-label
	 * @type element
	 * @description Label element
	 */
  /**
	 * @class
	 * @name .fs-checkbox-marker
	 * @type element
	 * @description Marker element
	 */
  /**
	 * @class
	 * @name .fs-checkbox-flag
	 * @type element
	 * @description Flag element
	 */
}
.fs-checkbox.fs-checkbox-enabled {
  cursor: pointer;
  overflow: hidden;
}
.fs-checkbox,
.fs-checkbox:after,
.fs-checkbox:before,
.fs-checkbox *,
.fs-checkbox *:after,
.fs-checkbox *:before {
  box-sizing: border-box;
  transition: none;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.fs-checkbox-element_wrapper {
  position: relative;
  border: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
}
.fs-checkbox-element {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  transition: none;
}
.fs-checkbox-label {
  cursor: pointer;
  display: block;
  line-height: 20px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fs-checkbox-marker {
  width: 20px;
  height: 20px;
  border: 1px solid;
  cursor: pointer;
  display: block;
  float: left;
}
.fs-checkbox-flag {
  width: 100%;
  height: 100%;
  margin: 0;
}
.fs-checkbox-flag:before {
  width: 5px;
  height: 10px;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  content: '';
  display: block;
  margin: 3px 0 0 6px;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  -webkit-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
}
.fs-checkbox-checked .fs-checkbox-flag:before {
  -webkit-transform: rotate(45deg) scale(1);
      -ms-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
.no-csstransforms .fs-checkbox-flag:before {
  width: 100%;
  height: 100%;
  content: "\2713";
  display: none;
  line-height: 1;
  text-align: center;
}
.no-csstransforms .fs-checkbox-checked .fs-checkbox-flag:before {
  display: block;
}
.fs-checkbox-radio .fs-checkbox-marker {
  position: relative;
  border-radius: 100%;
}
.fs-checkbox-radio .fs-checkbox-flag {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #666;
  border-radius: 100%;
  margin: auto;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.fs-checkbox-radio .fs-checkbox-flag:before {
  display: none;
}
.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none;
}
.no-csstransforms .fs-checkbox-radio .fs-checkbox-flag:before {
  display: none;
}
.no-csstransforms .fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
  display: block;
}
.fs-checkbox-disabled {
  cursor: default;
  opacity: 0.5;
}
.fs-checkbox-disabled .fs-checkbox-label {
  cursor: default;
}
.fs-checkbox-disabled .fs-checkbox-marker {
  cursor: default;
}
.fs-checkbox-toggle {
  position: relative;
}
.fs-checkbox-toggle .fs-checkbox-label {
  line-height: 40px;
}
.fs-checkbox-toggle .fs-checkbox-marker {
  width: 100px;
  height: 40px;
  position: relative;
}
.fs-checkbox-toggle .fs-checkbox-marker:after {
  clear: both;
  content: '';
  display: table;
}
.fs-checkbox-toggle .fs-checkbox-flag {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #666;
  display: block;
  transition: left 0.15s ease;
}
.no-touch .fs-checkbox-toggle:hover .fs-checkbox-flag:after {
  opacity: 1;
}
.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag {
  left: 50%;
}
.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none;
}
.fs-checkbox-toggle.fs-checkbox-disabled .fs-checkbox-flag:after {
  display: none;
}
.fs-checkbox-toggle .fs-checkbox-state {
  width: 50%;
  display: block;
  line-height: 40px;
  margin: 0;
  text-align: center;
}
.fs-checkbox-toggle .fs-checkbox-state_on {
  float: left;
}
.fs-checkbox-toggle .fs-checkbox-state_off {
  float: right;
}
/**
 * @component
 * @name Dropdown
 */
/**
 * @class
 * @name .fs-dropdown-element
 * @type element
 * @description Target element
 */
/**
 * @class
 * @name .fs-dropdown
 * @type element
 * @description Base widget class
 */
/**
 * @class
 * @name .fs-dropdown.fs-dropdown-multiple
 * @type modifer
 * @description Indicates multi-selected element
 */
/**
 * @class
 * @name .fs-dropdown.fs-dropdown-cover
 * @type modifer
 * @description Indicates cover positioning
 */
/**
 * @class
 * @name .fs-dropdown.fs-dropdown-bottom
 * @type modifer
 * @description Indicates bottom positioning
 */
/**
 * @class
 * @name .fs-dropdown.fs-dropdown-disabled
 * @type modifer
 * @description Indicates disabled state
 */
/**
 * @class
 * @name .fs-dropdown.fs-dropdown-open
 * @type modifer
 * @description Indicates open state
 */
/**
 * @class
 * @name .fs-dropdown.fs-dropdown-focus
 * @type modifer
 * @description Indicates focus state
 */
.fs-dropdown {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  /**
	 * @class
	 * @name .fs-dropdown-selected
	 * @type element
	 * @description Handle item
	 */
  /**
	 * @class
	 * @name .fs-dropdown-options
	 * @type element
	 * @description Options container
	 */
  /**
	 * @class
	 * @name .fs-dropdown-group
	 * @type element
	 * @description Option group label
	 */
  /**
	 * @class
	 * @name .fs-dropdown-item
	 * @type element
	 * @description Option item
	 */
}
.fs-dropdown,
.fs-dropdown:after,
.fs-dropdown:before,
.fs-dropdown *,
.fs-dropdown *:after,
.fs-dropdown *:before {
  box-sizing: border-box;
  transition: none;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.fs-dropdown-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.fs-dropdown-selected {
  border: none;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid;
  color: #000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  text-overflow: clip;
}
.fs-dropdown-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  background: #fff;
  border: 1px solid;
  display: none;
  overflow: auto;
  overflow-x: hidden;
}
.fs-dropdown-options.fs-scrollbar {
  position: absolute;
}
.fs-dropdown-group {
  display: block;
  font-size: 75%;
}
.fs-dropdown-item {
  border: none;
  padding: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  /**
		 * @class
		 * @name .fs-dropdown-item.fs-dropdown-item_placeholder
		 * @type modifier
		 * @description Indicates placeholder item
		 */
  /**
		 * @class
		 * @name .fs-dropdown-item.fs-dropdown-item_selected
		 * @type modifier
		 * @description Indicates selected item
		 */
  /**
		 * @class
		 * @name .fs-dropdown-item.fs-dropdown-item_disabled
		 * @type modifier
		 * @description Indicates disabled item
		 */
}
.fs-dropdown-item_placeholder {
  display: none;
}
.fs-dropdown-item_selected {
  background: #ddd;
}
.fs-dropdown-item_disabled {
  cursor: default;
  opacity: 0.5;
}
.fs-dropdown-open {
  z-index: 3;
}
.fs-dropdown-open .fs-dropdown-options {
  display: block;
}
.fs-dropdown-open .fs-dropdown-selected {
  z-index: 6;
}
.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 4;
}
.fs-dropdown-cover .fs-dropdown-options {
  top: 0;
}
.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: 100%;
}
.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0;
}
.fs-dropdown-multiple .fs-dropdown-options {
  width: 100%;
  position: static;
  display: block;
}
.fs-dropdown-disabled {
  opacity: 0.5;
}
.fs-dropdown-disabled .fs-dropdown-selected {
  cursor: default;
}
.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
  cursor: default;
}
.fs-dropdown-options.fs-scrollbar {
  overflow: hidden;
}
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
  border: 1px solid;
  border-width: 0 0 0 1px;
}
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
  max-height: 260px;
  height: auto;
}
.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
  padding: 0;
}
/**
 * @component
 * @name Number
 */
/**
 * @class
 * @name .fs-lightbox-element
 * @type element
 * @description Target elmement
 */
/**
 * @class
 * @name .fs-lightbox
 * @type element
 * @description Base widget class
 */
/**
 * @class
 * @name .fs-lightbox.fs-lightbox-open
 * @type modifier
 * @description Indicates open state
 */
/**
 * @class
 * @name .fs-lightbox.fs-lightbox-loading
 * @type modifier
 * @description Indicates loading state
 */
/**
 * @class
 * @name .fs-lightbox.fs-lightbox-animating
 * @type modifier
 * @description Indicates animating state
 */
/**
 * @class
 * @name .fs-lightbox.fs-lightbox-mobile
 * @type modifier
 * @description Indicates mobile display
 */
/**
 * @class
 * @name .fs-lightbox.fs-lightbox-fixed
 * @type modifier
 * @description Indicates fixed positioning
 */
/**
 * @class
 * @name .fs-lightbox.fs-lightbox-inline
 * @type modifier
 * @description Indicates inline content
 */
/**
 * @class
 * @name .fs-lightbox.fs-lightbox-iframed
 * @type modifier
 * @description Indicates iFrame content
 */
/**
 * @class
 * @name .fs-lightbox.fs-lightbox-has_caption
 * @type modifier
 * @description Indicates caption is present
 */
/**
 * @class
 * @name .fs-lightbox.fs-lightbox-has_controls
 * @type modifier
 * @description Indicates controls are present
 */
.fs-lightbox {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  background: #fff;
  opacity: 0;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  /**
	 * @class
	 * @name .fs-lightbox-overlay
	 * @type element
	 * @description Overlay element
	 */
  /**
	 * @class
	 * @name .fs-lightbox-close
	 * @type element
	 * @description Close element
	 */
  /**
	 * @class
	 * @name .fs-lightbox-loading_icon
	 * @type element
	 * @description Loading icon element
	 */
  /**
	 * @class
	 * @name .fs-lightbox-container
	 * @type element
	 * @description Container element
	 */
  /**
	 * @class
	 * @name .fs-lightbox-content
	 * @type element
	 * @description Content element
	 */
  /**
	 * @class
	 * @name .fs-lightbox-image
	 * @type element
	 * @description Image element
	 */
  /**
	 * @class
	 * @name .fs-lightbox-video
	 * @type element
	 * @description Video element
	 */
  /**
	 * @class
	 * @name .fs-lightbox-iframe
	 * @type element
	 * @description iFrame element
	 */
  /**
	 * @class
	 * @name .fs-lightbox-tools
	 * @type element
	 * @description Tools element
	 */
  /**
	 * @class
	 * @name .fs-lightbox-meta
	 * @type element
	 * @description Meta info element
	 */
  /**
	 * @class
	 * @name .fs-lightbox-controls
	 * @type element
	 * @description Controls container element
	 */
  /**
	 * @class
	 * @name .fs-lightbox-control
	 * @type element
	 * @description Control element
	 */
  /**
	 * @class
	 * @name .fs-lightbox-control.fs-lightbox-control_previous
	 * @type modifier
	 * @description Indicates previous control
	 */
  /**
	 * @class
	 * @name .fs-lightbox-control.fs-lightbox-control_next
	 * @type modifier
	 * @description Indicates next control
	 */
  /**
	 * @class
	 * @name .fs-lightbox-control.fs-lightbox-control_disabled
	 * @type modifier
	 * @description Indicates disbaled state
	 */
  /**
	 * @class
	 * @name .fs-lightbox-position
	 * @type element
	 * @description Position element
	 */
  /**
	 * @class
	 * @name .fs-lightbox-position_current
	 * @type element
	 * @description Current position element
	 */
  /**
	 * @class
	 * @name .fs-lightbox-position_total
	 * @type element
	 * @description Total position element
	 */
  /**
	 * @class
	 * @name .fs-lightbox-caption
	 * @type element
	 * @description Caption element
	 */
  /**
	 * @class
	 * @name .fs-lightbox-error
	 * @type element
	 * @description Error message element
	 */
  /**
	 * @class
	 * @name .fs-lightbox-thumbnails
	 * @type element
	 * @description
	 */
  /**
	 * @class
	 * @name .fs-lightbox-thumbnail_container
	 * @type element
	 * @description
	 */
  /**
	 * @class
	 * @name .fs-lightbox-thumbnail_item
	 * @type element
	 * @description
	 */
  /**
	 * @class
	 * @name .fs-lightbox-lock
	 * @type modifier
	 * @description Indicates locked state; Applied to body element
	 */
}
.fs-lightbox,
.fs-lightbox *:not(input):not(textarea) {
  box-sizing: border-box;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.fs-lightbox-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fs-lightbox-animating {
  transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}
.fs-lightbox-animating .fs-lightbox-content,
.fs-lightbox-animating .fs-lightbox-thumbnails,
.fs-lightbox-animating .fs-lightbox-tools,
.fs-lightbox-animating .fs-lightbox-meta,
.fs-lightbox-animating .fs-lightbox-control {
  transition: opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s;
}
.fs-lightbox-mobile .fs-lightbox-image_container {
  transition: height 0.25s ease, width 0.25s ease, top 0.25s ease, left 0.25s ease;
}
.fs-lightbox-mobile.fs-lightbox-scaling .fs-lightbox-image_container {
  transition: none !important;
}
.fs-lightbox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000;
  opacity: 0;
  transition: opacity 0.25s linear;
}
.fs-lightbox-open {
  opacity: 1;
}
.fs-lightbox-overlay.fs-lightbox-open {
  opacity: 0.75;
}
.fs-lightbox-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 105;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
}
.fs-lightbox-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  background: #fff;
  overflow: hidden;
}
.fs-lightbox-container:after {
  clear: both;
  content: '';
  display: table;
}
.fs-lightbox-content {
  width: 100%;
  background: #fff;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  visibility: visible;
}
.fs-lightbox-content:after {
  clear: both;
  content: '';
  display: table;
}
.fs-lightbox-inline .fs-lightbox-content {
  width: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.fs-lightbox-iframed .fs-lightbox-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.fs-lightbox-mobile .fs-lightbox-image_container {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: 0;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
.fs-lightbox-image {
  float: left;
}
.fs-lightbox-mobile .fs-lightbox-image {
  position: relative;
  float: none;
}
.fs-lightbox-video {
  width: 100%;
  height: 100%;
}
.fs-lightbox-iframe {
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  overflow: auto;
}
.fs-lightbox-meta {
  opacity: 1;
  clear: both;
  visibility: visible;
}
.fs-lightbox-control {
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 105;
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  visibility: visible;
  white-space: nowrap;
}
.fs-lightbox-control_previous {
  left: 0;
}
.fs-lightbox-control_next {
  right: 0;
}
.fs-lightbox-control_disabled {
  opacity: 0;
  visibility: hidden;
}
.no-touchevents .fs-lightbox .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox:hover .fs-lightbox-control_disabled {
  opacity: 0;
  visibility: hidden;
}
.fs-lightbox-caption:after {
  clear: both;
  content: '';
  display: table;
}
.fs-lightbox-toggle {
  border: none;
  padding: 0;
  display: none;
}
.fs-lightbox-thumbnails {
  height: 60px;
  clear: both;
  overflow: hidden;
  padding: 0;
}
.fs-lightbox-thumbnail_container {
  height: 80px;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 30px;
  text-align: center;
  white-space: nowrap;
}
.fs-lightbox-thumbnail_item {
  width: 50px;
  height: 50px;
  position: relative;
  background: none;
  border: none;
  display: inline-block;
  margin: 0 10px 0 0;
  opacity: 0.25;
  overflow: hidden;
  padding: 0;
  transition: opacity 0.25s linear;
}
.fs-lightbox-thumbnail_item:last-child {
  margin: 0;
}
.fs-lightbox-thumbnail_item img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fs-lightbox-thumbnail_item.fs-lightbox-active,
.no-touchevents .fs-lightbox-thumbnail_item:hover {
  opacity: 1;
}
.fs-lightbox-loading .fs-lightbox-content,
.fs-lightbox-loading .fs-lightbox-thumbnails,
.fs-lightbox-loading .fs-lightbox-tools,
.fs-lightbox-loading .fs-lightbox-meta,
.fs-lightbox-loading .fs-lightbox-control {
  opacity: 0;
  transition: opacity 0.25s linear, visibility 0.25s linear;
  visibility: hidden;
}
.fs-lightbox-loading .fs-lightbox-loading_icon,
.fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-thumbnails,
.fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-tools {
  opacity: 1;
  visibility: visible;
}
.fs-lightbox-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  border-radius: 0;
}
.fs-lightbox-mobile .fs-lightbox-container {
  position: static;
  background: #111;
}
.fs-lightbox-mobile .fs-lightbox-content {
  height: 100%;
  background-color: #111;
}
.fs-lightbox-mobile .fs-lightbox-tools {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111;
}
.fs-lightbox-mobile .fs-lightbox-controls {
  text-align: center;
}
.fs-lightbox-mobile .fs-lightbox-control {
  opacity: 1;
  visibility: visible;
}
.no-touchevents .fs-lightbox-mobile .fs-lightbox-control,
.no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control {
  visibility: visible;
}
.fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
  cursor: default !important;
  opacity: 0;
  visibility: hidden;
}
.fs-lightbox-mobile .fs-lightbox-position {
  color: #999;
}
.fs-lightbox-mobile .fs-lightbox-caption p {
  color: #eee;
}
.fs-lightbox-mobile .fs-lightbox-image {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: none !important;
}
.fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content,
.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
  width: auto;
  position: static;
  background: transparent;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  background-color: #111;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-toggle {
  display: inline-block;
  margin: 0 5px;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
  width: 100%;
  height: 80%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #222;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  transition: opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s;
  transition: transform 0.25s ease, opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s, -webkit-transform 0.25s ease;
}
.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnails {
  width: 100%;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #111;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  transition: opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s;
  transition: transform 0.25s ease, opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s, -webkit-transform 0.25s ease;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnail_container {
  height: 100px;
}
.fs-lightbox-touch.fs-lightbox-thumbnails_open .fs-lightbox-thumbnails {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.fs-lightbox-lock {
  overflow: hidden !important;
}
/**
 * @component
 * @name Number
 */
/**
 * @class
 * @name .fs-navigation-element
 * @type element
 * @description Target elmement
 */
/**
 * @class
 * @name .fs-navigation
 * @type element
 * @description Base widget class
 */
.fs-navigation {
  /**
	 * @class
	 * @name .fs-navigation-toggle-nav
	 * @type element
	 * @description Toggle navigation
	 */
  /**
	 * @class
	 * @name .fs-navigation-toggle-nav.fs-navigation-enabled
	 * @type modifier
	 * @description Indicates enabled state
	 */
  /**
	 * @class
	 * @name .fs-navigation-toggle-nav.fs-navigation-open
	 * @type modifier
	 * @description Indicates open state
	 */
  /**
	 * @class
	 * @name .fs-navigation-toggle-handle
	 * @type element
	 * @description Toggle handle
	 */
  /**
	 * @class
	 * @name .fs-navigation-toggle-handle.fs-navigation-enabled
	 * @type modifier
	 * @description Indicates enabled state
	 */
  /**
	 * @class
	 * @name .fs-navigation-toggle-handle.fs-navigation-open
	 * @type modifier
	 * @description Indicates open state
	 */
  /**
	 * @class
	 * @name .fs-navigation-overlay-nav
	 * @type element
	 * @description Overlay nav
	 */
  /**
	 * @class
	 * @name .fs-navigation-overlay-nav.fs-navigation-enabled
	 * @type modifier
	 * @description Indicates enabled state
	 */
  /**
	 * @class
	 * @name .fs-navigation-overlay-nav.fs-navigation-animated
	 * @type modifier
	 * @description Indicates animated state
	 */
  /**
	 * @class
	 * @name .fs-navigation-overlay-nav.fs-navigation-open
	 * @type modifier
	 * @description Indicates open state
	 */
  /**
	 * @class
	 * @name .fs-navigation-overlay-left-nav
	 * @type modifier
	 * @description Indicates left hand nav
	 */
  /**
	 * @class
	 * @name .fs-navigation-overlay-right-nav
	 * @type modifier
	 * @description Indicates right hand nav
	 */
  /**
	 * @class
	 * @name .fs-navigation-push-nav
	 * @type element
	 * @description Push nav
	 */
  /**
	 * @class
	 * @name .fs-navigation-push-nav.fs-navigation-enabled
	 * @type modifier
	 * @description Indicates enabled state
	 */
  /**
	 * @class
	 * @name .fs-navigation-push-nav.fs-navigation-animated
	 * @type modifier
	 * @description Indicates animated state
	 */
  /**
	 * @class
	 * @name .fs-navigation-push-nav.fs-navigation-open
	 * @type modifier
	 * @description Indicates open state
	 */
  /**
	 * @class
	 * @name .fs-navigation-push-left-nav
	 * @type modifier
	 * @description Indicates left hand nav
	 */
  /**
	 * @class
	 * @name .fs-navigation-push-right-nav
	 * @type modifier
	 * @description Indicates right hand nav
	 */
  /**
	 * @class
	 * @name .fs-navigation-reveal-nav
	 * @type element
	 * @description Reveal nav
	 */
  /**
	 * @class
	 * @name .fs-navigation-reveal-nav.fs-navigation-enabled
	 * @type modifier
	 * @description Indicates enabled state
	 */
  /**
	 * @class
	 * @name .fs-navigation-reveal-nav.fs-navigation-animated
	 * @type modifier
	 * @description Indicates animated state
	 */
  /**
	 * @class
	 * @name .fs-navigation-reveal-nav.fs-navigation-open
	 * @type modifier
	 * @description Indicates open state
	 */
  /**
	 * @class
	 * @name .fs-navigation-reveal-left-nav
	 * @type modifier
	 * @description Indicates left hand nav
	 */
  /**
	 * @class
	 * @name .fs-navigation-reveal-right-nav
	 * @type modifier
	 * @description Indicates right hand nav
	 */
  /**
	 * @class
	 * @name .fs-navigation-overlay-handle
	 * @type element
	 * @description Overlay handle
	 */
  /**
	 * @class
	 * @name .fs-navigation-overlay-handle.fs-navigation-enabled
	 * @type modifier
	 * @description Indicates enabled state
	 */
  /**
	 * @class
	 * @name .fs-navigation-push-handle
	 * @type element
	 * @description Push handle
	 */
  /**
	 * @class
	 * @name .fs-navigation-push-handle.fs-navigation-enabled
	 * @type modifier
	 * @description Indicates enabled state
	 */
  /**
	 * @class
	 * @name .fs-navigation-overlay-content:before
	 * @type element
	 * @description Overlay mask
	 */
  /**
	 * @class
	 * @name .fs-navigation-overlay-content.fs-navigation-open:before
	 * @type modifier
	 * @description Indicates open state
	 */
  /**
	 * @class
	 * @name .fs-navigation-push-content
	 * @type element
	 * @description Target page content
	 */
  /**
	 * @class
	 * @name .fs-navigation-push-content.fs-navigation-enabled
	 * @type modifier
	 * @description Indicates enabled state
	 */
  /**
	 * @class
	 * @name .fs-navigation-push-content.fs-navigation-animated
	 * @type modifier
	 * @description Indicates animted state
	 */
  /**
	 * @class
	 * @name .fs-navigation-push-content.fs-navigation-open
	 * @type modifier
	 * @description Indicates open state
	 */
  /**
	 * @class
	 * @name .fs-navigation-push-left-content
	 * @type modifier
	 * @description Indicates left hand nav
	 */
  /**
	 * @class
	 * @name .fs-navigation-push-right-content
	 * @type modifier
	 * @description Indicates right hand nav
	 */
  /**
	 * @class
	 * @name .fs-navigation-reveal-content
	 * @type element
	 * @description Target page content
	 */
  /**
	 * @class
	 * @name .fs-navigation-reveal-content.fs-navigation-enabled
	 * @type modifier
	 * @description Indicates enabled state
	 */
  /**
	 * @class
	 * @name .fs-navigation-reveal-content.fs-navigation-animated
	 * @type modifier
	 * @description Indicates animted state
	 */
  /**
	 * @class
	 * @name .fs-navigation-reveal-content.fs-navigation-open
	 * @type modifier
	 * @description Indicates open state
	 */
  /**
	 * @class
	 * @name .fs-navigation-reveal-left-content
	 * @type modifier
	 * @description Indicates left hand nav
	 */
  /**
	 * @class
	 * @name .fs-navigation-reveal-right-content
	 * @type modifier
	 * @description Indicates right hand nav
	 */
  /**
	 * @class
	 * @name .fs-navigation-handle
	 * @type element
	 * @description Click target to toggle navigation
	 */
  /**
	 * @class
	 * @name .fs-navigation-handle.fs-navigation-open
	 * @type modifier
	 * @description Indicates open state
	 */
  /**
	 * @class
	 * @name .fs-navigation-handle.fs-navigation-enabled
	 * @type modifier
	 * @description Indicates enabled state
	 */
  /**
	 * @class
	 * @name .fs-navigation-lock
	 * @type modifier
	 * @description Indicates locked state; Applied to body element
	 */
}
.fs-navigation,
.fs-navigation:after,
.fs-navigation:before,
.fs-navigation *,
.fs-navigation *:after,
.fs-navigation *:before {
  box-sizing: border-box;
  transition: none;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.fs-navigation-toggle-nav.fs-navigation-enabled {
  display: none;
}
.fs-navigation-toggle-nav.fs-navigation-open {
  display: block;
}
.fs-navigation-toggle-handle.fs-navigation-enabled {
  border: none;
  padding: 0;
  width: 100%;
  cursor: pointer;
  display: block;
}
.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled,
.fs-navigation-overlay-nav.fs-navigation-enabled {
  width: 270px;
  height: 100%;
  height: calc(100% + 60px);
  position: fixed;
  top: 0;
  background: #fff;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled {
  visibility: hidden;
}
.fs-navigation-reveal-nav.fs-navigation-animated {
  transition: visibility 0.001s linear 0.2s;
}
.fs-navigation-push-nav.fs-navigation-animated,
.fs-navigation-overlay-nav.fs-navigation-animated {
  transition: visibility 0.001s linear 0.2s, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, visibility 0.001s linear 0.2s;
  transition: transform 0.2s ease, visibility 0.001s linear 0.2s, -webkit-transform 0.2s ease;
}
.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled {
  z-index: 0;
}
.fs-navigation-push-left-nav.fs-navigation-enabled,
.fs-navigation-reveal-left-nav.fs-navigation-enabled,
.fs-navigation-overlay-left-nav.fs-navigation-enabled {
  left: 0;
}
.fs-navigation-push-right-nav.fs-navigation-enabled,
.fs-navigation-reveal-right-nav.fs-navigation-enabled,
.fs-navigation-overlay-right-nav.fs-navigation-enabled {
  right: 0;
}
.fs-navigation-push-left-nav.fs-navigation-enabled,
.fs-navigation-overlay-left-nav.fs-navigation-enabled {
  -webkit-transform: translateX(-270px);
      -ms-transform: translateX(-270px);
          transform: translateX(-270px);
}
.csstransforms3d .fs-navigation-push-left-nav.fs-navigation-enabled,
.csstransforms3d .fs-navigation-overlay-left-nav.fs-navigation-enabled {
  -webkit-transform: translate3D(-270px, 0, 0);
      -ms-transform: translate3D(-270px, 0, 0);
          transform: translate3D(-270px, 0, 0);
}
.fs-navigation-push-right-nav.fs-navigation-enabled,
.fs-navigation-overlay-right-nav.fs-navigation-enabled {
  -webkit-transform: translateX(270px);
      -ms-transform: translateX(270px);
          transform: translateX(270px);
}
.csstransforms3d .fs-navigation-push-right-nav.fs-navigation-enabled,
.csstransforms3d .fs-navigation-overlay-right-nav.fs-navigation-enabled {
  -webkit-transform: translate3D(270px, 0, 0);
      -ms-transform: translate3D(270px, 0, 0);
          transform: translate3D(270px, 0, 0);
}
.fs-navigation-overlay-nav.fs-navigation-enabled {
  z-index: 3;
}
.fs-navigation-reveal-nav.fs-navigation-open {
  visibility: visible;
  transition: visibility 0.001s ease;
}
.fs-navigation-push-nav.fs-navigation-open,
.fs-navigation-overlay-nav.fs-navigation-open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition: visibility 0.001s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, visibility 0.001s ease;
  transition: transform 0.2s ease, visibility 0.001s ease, -webkit-transform 0.2s ease;
  visibility: visible;
}
.csstransforms3d .fs-navigation-push-nav.fs-navigation-open,
.csstransforms3d .fs-navigation-overlay-nav.fs-navigation-open {
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
.fs-navigation-push-handle.fs-navigation-enabled,
.fs-navigation-overlay-handle.fs-navigation-enabled {
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
}
.fs-navigation-overlay-content:before {
  width: 100%;
  height: 100%;
  height: calc(100% + 60px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  content: '';
  display: block;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  visibility: hidden;
}
.fs-navigation-overlay-content.fs-navigation-open:before {
  opacity: 1;
  visibility: visible;
}
.fs-navigation-reveal-content.fs-navigation-enabled,
.fs-navigation-push-content.fs-navigation-enabled {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.csstransforms3d .fs-navigation-reveal-content.fs-navigation-enabled,
.csstransforms3d .fs-navigation-push-content.fs-navigation-enabled {
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
.fs-navigation-reveal-content.fs-navigation-animated,
.fs-navigation-push-content.fs-navigation-animated {
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.fs-navigation-reveal-left-content.fs-navigation-open,
.fs-navigation-push-left-content.fs-navigation-open {
  -webkit-transform: translate3D(270px, 0, 0);
      -ms-transform: translate3D(270px, 0, 0);
          transform: translate3D(270px, 0, 0);
}
.csstransforms3d .fs-navigation-reveal-left-content.fs-navigation-open,
.csstransforms3d .fs-navigation-push-left-content.fs-navigation-open {
  -webkit-transform: translateX(270px);
      -ms-transform: translateX(270px);
          transform: translateX(270px);
}
.fs-navigation-reveal-right-content.fs-navigation-open,
.fs-navigation-push-right-content.fs-navigation-open {
  -webkit-transform: translate3D(-270px, 0, 0);
      -ms-transform: translate3D(-270px, 0, 0);
          transform: translate3D(-270px, 0, 0);
}
.csstransforms3d .fs-navigation-reveal-right-content.fs-navigation-open,
.csstransforms3d .fs-navigation-push-right-content.fs-navigation-open {
  -webkit-transform: translateX(-270px);
      -ms-transform: translateX(-270px);
          transform: translateX(-270px);
}
.fs-navigation-handle.fs-navigation-enabled {
  border: none;
  padding: 0;
}
.fs-navigation-lock {
  overflow: hidden !important;
}
/**
 * @component
 * @name Tabs
 */
/**
 * @class
 * @name .fs-tabs-element
 * @type element
 * @description Target elmement
 */
/**
 * @class
 * @name .fs-tabs
 * @type element
 * @description Base widget class
 */
/**
 * @class
 * @name .fs-tabs.fs-tabs-enabled
 * @type modifier
 * @description Indicates enabled state
 */
.fs-tabs {
  /**
	 * @class
	 * @name .fs-tabs-tab
	 * @type element
	 * @description Tab handle element
	 */
  /**
	 * @class
	 * @name .fs-tabs-tab.fs-tabs-enabled
	 * @type modifier
	 * @description Indicates enabled state
	 */
  /**
	 * @class
	 * @name .fs-tabs-tab.fs-tabs-active
	 * @type modifier
	 * @description Indicates active state
	 */
  /**
	 * @class
	 * @name .fs-tabs-tab.fs-tabs-mobile
	 * @type modifier
	 * @description Indicates mobile interface
	 */
  /**
	 * @class
	 * @name .fs-tabs-content
	 * @type element
	 * @description Tab content element
	 */
  /**
	 * @class
	 * @name .fs-tabs-content.fs-tabs-enabled
	 * @type modifier
	 * @description Indicates enabled state
	 */
  /**
	 * @class
	 * @name .fs-tabs-content.fs-tabs-active
	 * @type modifier
	 * @description Indicates active state
	 */
  /**
	 * @class
	 * @name .fs-tabs-tab_mobile
	 * @type element
	 * @description Mobile tab handle element
	 */
  /**
	 * @class
	 * @name .fs-tabs-tab_mobile.fs-tabs-active
	 * @type modifier
	 * @description Indicates active state
	 */
}
.fs-tabs.fs-tabs-enabled:after {
  clear: both;
  content: '';
  display: table;
}
.fs-tabs-tab.fs-tabs-enabled {
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}
.fs-tabs-content.fs-tabs-enabled {
  box-sizing: border-box;
  display: none;
}
.fs-tabs-content.fs-tabs-enabled:after {
  clear: both;
  content: '';
  display: table;
}
.fs-tabs-content.fs-tabs-active {
  display: block;
}
.fs-tabs-tab.fs-tabs-mobile,
.fs-tabs-tab_mobile,
.fs-tabs-tab_mobile.fs-tabs-active {
  display: none;
}
.fs-tabs-tab_mobile.fs-tabs-mobile,
.fs-tabs-tab_mobile.fs-tabs-mobile.fs-tabs-active {
  display: block;
}
/**
	 * @class
	 * @name .fs-swapper-element
	 * @type element
	 * @description Target Element
	 */
/**
	 * @class
	 * @name .fs-swapper-target
	 * @type element
	 * @description Toggled element
	 */
/**
	 * @class
	 * @name .fs-swapper-enabled
	 * @type modifier
	 * @description Indicates enabled state
	 */
/**
	 * @class
	 * @name .fs-swapper-active
	 * @type modifier
	 * @description Indicates active state
	 */
/* ==========================================================================
	Plugin Overrides
============================================================================= */
/* ==========================================================================
	Mobile Navigation
============================================================================= */
.fs-navigation-overlay-nav.fs-navigation-enabled {
  width: 100%;
}
.csstransforms3d .fs-navigation-overlay-left-nav.fs-navigation-enabled,
.fs-navigation-overlay-left-nav.fs-navigation-enabled {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.csstransforms3d .fs-navigation-overlay-left-nav.fs-navigation-open,
.fs-navigation-overlay-nav.fs-navigation-open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition-delay: 0.1s;
}
.csstransforms3d.fs-navigation-overlay-nav.fs-navigation-animated,
.fs-navigation-overlay-nav.fs-navigation-animated {
  transition-delay: 0.1s;
}
.fs-navigation-overlay-handle.fs-navigation-enabled.nav_trigger:after {
  display: block;
  width: 18px;
  height: 3px;
  width: 18;
  height: 3;
  content: "";
}
.fs-navigation-handle.fs-navigation-enabled.search_trigger {
  margin-top: -5px;
}
.fs-navigation-handle.fs-navigation-enabled.search_trigger:after {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .fs-navigation-handle.fs-navigation-enabled.search_trigger:after {
  background-image: url(../images/icons.svg);
}
.fs-navigation-handle.fs-navigation-enabled.search_trigger:after {
  background-color: transparent;
  width: 14px;
  height: 14px;
  background-position: 0 0;
  box-shadow: none;
}
.fs-navigation-overlay-nav.fs-navigation-open {
  top: 88px;
}
.fs-navigation-handle.fs-navigation-open:after {
  content: " ";
}
/* Base Sub Nav
============================================================================= */
.ccm-page .sub_nav_handle {
  font-family: "Univers-CondensedBold";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  transition: background 0.25s;
}
@media (min-width: 1200px ) {
  .ccm-page .sub_nav_handle {
    display: none !important;
    visibility: hidden;
  }
}
.ccm-page .sub_nav_handle:focus,
.no-touchevents .ccm-page .sub_nav_handle:hover,
.ccm-page .sub_nav_handle.fs-navigation-open {
  background-color: #F7F7F7;
}
.ccm-page .sub_nav_handle.fs-navigation-handle.fs-navigation-enabled {
  padding: 18px 20px 16px;
  border: 1px solid #C8C3BC;
}
.ccm-page .sub_nav_handle.fs-navigation-handle.fs-navigation-enabled:before,
.ccm-page .sub_nav_handle.fs-navigation-handle.fs-navigation-enabled:after {
  position: absolute;
  display: block;
  color: #98252B;
  top: 0;
  right: 15px;
  bottom: 0;
  content: "";
  margin: auto 0;
  transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s, -webkit-transform 0.25s;
}
.ccm-page .sub_nav_handle.fs-navigation-handle.fs-navigation-enabled:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #98252B transparent transparent transparent;
}
.ccm-page .sub_nav_handle.fs-navigation-handle.fs-navigation-enabled:after {
  width: 15px;
  height: 15px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 0.59090909;
  text-align: center;
  background-color: transparent;
  box-shadow: none;
  content: "\00d7";
  font-weight: bold;
  opacity: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  visibility: hidden;
}
.ccm-page .sub_nav_handle.fs-navigation-handle.fs-navigation-open {
  border-bottom: none;
}
.ccm-page .sub_nav_handle.fs-navigation-handle.fs-navigation-open:before {
  opacity: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  visibility: hidden;
}
.ccm-page .sub_nav_handle.fs-navigation-handle.fs-navigation-open:after {
  opacity: 1;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  visibility: visible;
}
.fs-navigation-toggle-nav.fs-navigation-enabled {
  border: 1px solid #C8C3BC;
  border-top-width: 0;
  background: #F7F7F7;
  border-radius: none;
}
/* ==========================================================================
	Lightbox
============================================================================= */
.fs-light.fs-lightbox-mobile {
  padding: 0;
}
.fs-light.fs-lightbox-mobile .fs-lightbox-close,
.fs-light.fs-lightbox-mobile .fs-lightbox-close:link,
.fs-light.fs-lightbox-mobile .fs-lightbox-close:visited,
.fs-light.fs-lightbox-mobile .fs-lightbox-close:hover,
.fs-light.fs-lightbox-mobile .fs-lightbox-close:active,
.fs-light.fs-lightbox-mobile .fs-lightbox-close:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
@media (min-width: 992px ) {
  .fs-light.fs-lightbox-mobile .fs-lightbox-close {
    width: 95px;
    height: 95px;
  }
}
@media (min-width: 992px ) {
  .fs-light.fs-lightbox-mobile .fs-lightbox-close:before {
    line-height: 93px;
  }
}
.fs-light.fs-lightbox-mobile .fs-lightbox-close:hover {
  background-color: #C8C3BC;
}
.fs-lightbox-controls {
  display: none;
}
/* ==========================================================================
	Carousel Pagination (Red)
============================================================================= */
.base_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-pagination {
  text-align: center;
  width: 100%;
  margin: 30px 0 0;
  padding: 0;
}
@media (min-width: 992px ) {
  .base_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-pagination {
    margin: 50px 0 0;
  }
}
.base_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-page {
  width: 6px;
  height: 6px;
  background-color: #C8C3BC;
  margin: 0 7px;
  border-radius: 100%;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.no-touchevents .base_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-page:hover {
  background-color: #98252B;
}
.base_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-page.fs-carousel-active {
  background-color: #98252B;
}
/* ==========================================================================
	Carousel Pagination (Orange)
============================================================================= */
.chair_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-page.fs-carousel-active {
  background-color: #E65525;
}
.no-touchevents .chair_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-page:hover {
  background-color: #E65525;
}
/* ==========================================================================
	Dropdown
============================================================================= */
.dropdown_base:focus,
.dropdown_black:focus,
.dropdown_orange:focus,
.dropdown_blue:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.dropdown_base .fs-dropdown-selected,
.dropdown_black .fs-dropdown-selected,
.dropdown_orange .fs-dropdown-selected,
.dropdown_blue .fs-dropdown-selected {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff;
  border: none;
  line-height: 1;
  padding: 17px 30px 17px 25px;
  letter-spacing: 1.17px;
  position: relative;
}
.dropdown_base .fs-dropdown-selected:after,
.dropdown_black .fs-dropdown-selected:after,
.dropdown_orange .fs-dropdown-selected:after,
.dropdown_blue .fs-dropdown-selected:after {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .dropdown_base .fs-dropdown-selected:after,
.svg .dropdown_black .fs-dropdown-selected:after,
.svg .dropdown_orange .fs-dropdown-selected:after,
.svg .dropdown_blue .fs-dropdown-selected:after {
  background-image: url(../images/icons.svg);
}
.dropdown_base .fs-dropdown-selected,
.dropdown_base .fs-dropdown-selected:link,
.dropdown_base .fs-dropdown-selected:visited,
.dropdown_base .fs-dropdown-selected:hover,
.dropdown_base .fs-dropdown-selected:active,
.dropdown_base .fs-dropdown-selected:focus,
.dropdown_black .fs-dropdown-selected,
.dropdown_black .fs-dropdown-selected:link,
.dropdown_black .fs-dropdown-selected:visited,
.dropdown_black .fs-dropdown-selected:hover,
.dropdown_black .fs-dropdown-selected:active,
.dropdown_black .fs-dropdown-selected:focus,
.dropdown_orange .fs-dropdown-selected,
.dropdown_orange .fs-dropdown-selected:link,
.dropdown_orange .fs-dropdown-selected:visited,
.dropdown_orange .fs-dropdown-selected:hover,
.dropdown_orange .fs-dropdown-selected:active,
.dropdown_orange .fs-dropdown-selected:focus,
.dropdown_blue .fs-dropdown-selected,
.dropdown_blue .fs-dropdown-selected:link,
.dropdown_blue .fs-dropdown-selected:visited,
.dropdown_blue .fs-dropdown-selected:hover,
.dropdown_blue .fs-dropdown-selected:active,
.dropdown_blue .fs-dropdown-selected:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
.dropdown_base .fs-dropdown-selected:after,
.dropdown_black .fs-dropdown-selected:after,
.dropdown_orange .fs-dropdown-selected:after,
.dropdown_blue .fs-dropdown-selected:after {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .dropdown_base .fs-dropdown-selected:after,
.svg .dropdown_black .fs-dropdown-selected:after,
.svg .dropdown_orange .fs-dropdown-selected:after,
.svg .dropdown_blue .fs-dropdown-selected:after {
  background-image: url(../images/icons.svg);
}
.dropdown_base .fs-dropdown-selected:after,
.dropdown_black .fs-dropdown-selected:after,
.dropdown_orange .fs-dropdown-selected:after,
.dropdown_blue .fs-dropdown-selected:after {
  width: 11px;
  height: 11px;
  background-position: -57px -32px;
  position: absolute;
  top: 16px;
  right: 33px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dropdown_base.fs-dropdown-open:focus,
.dropdown_black.fs-dropdown-open:focus,
.dropdown_orange.fs-dropdown-open:focus,
.dropdown_blue.fs-dropdown-open:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.dropdown_base.fs-dropdown-open .fs-dropdown-selected:after,
.dropdown_black.fs-dropdown-open .fs-dropdown-selected:after,
.dropdown_orange.fs-dropdown-open .fs-dropdown-selected:after,
.dropdown_blue.fs-dropdown-open .fs-dropdown-selected:after {
  top: 21px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.dropdown_base .fs-dropdown-item,
.dropdown_black .fs-dropdown-item,
.dropdown_orange .fs-dropdown-item,
.dropdown_blue .fs-dropdown-item {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 5px 25px 5px 25px;
  letter-spacing: 1.17px;
}
.dropdown_base .fs-dropdown-item,
.dropdown_base .fs-dropdown-item:link,
.dropdown_base .fs-dropdown-item:visited,
.dropdown_base .fs-dropdown-item:hover,
.dropdown_base .fs-dropdown-item:active,
.dropdown_base .fs-dropdown-item:focus,
.dropdown_black .fs-dropdown-item,
.dropdown_black .fs-dropdown-item:link,
.dropdown_black .fs-dropdown-item:visited,
.dropdown_black .fs-dropdown-item:hover,
.dropdown_black .fs-dropdown-item:active,
.dropdown_black .fs-dropdown-item:focus,
.dropdown_orange .fs-dropdown-item,
.dropdown_orange .fs-dropdown-item:link,
.dropdown_orange .fs-dropdown-item:visited,
.dropdown_orange .fs-dropdown-item:hover,
.dropdown_orange .fs-dropdown-item:active,
.dropdown_orange .fs-dropdown-item:focus,
.dropdown_blue .fs-dropdown-item,
.dropdown_blue .fs-dropdown-item:link,
.dropdown_blue .fs-dropdown-item:visited,
.dropdown_blue .fs-dropdown-item:hover,
.dropdown_blue .fs-dropdown-item:active,
.dropdown_blue .fs-dropdown-item:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
.dropdown_base .fs-dropdown-item:focus,
.dropdown_base .fs-dropdown-item:active,
.no-touchevents .dropdown_base .fs-dropdown-item:hover,
.dropdown_black .fs-dropdown-item:focus,
.dropdown_black .fs-dropdown-item:active,
.no-touchevents .dropdown_black .fs-dropdown-item:hover,
.dropdown_orange .fs-dropdown-item:focus,
.dropdown_orange .fs-dropdown-item:active,
.no-touchevents .dropdown_orange .fs-dropdown-item:hover,
.dropdown_blue .fs-dropdown-item:focus,
.dropdown_blue .fs-dropdown-item:active,
.no-touchevents .dropdown_blue .fs-dropdown-item:hover {
  background-color: #616265;
}
.dropdown_base .fs-dropdown-options,
.dropdown_black .fs-dropdown-options,
.dropdown_orange .fs-dropdown-options,
.dropdown_blue .fs-dropdown-options {
  border: none;
  padding: 10px 0;
}
.dropdown_black .fs-dropdown-selected,
.dropdown_black .fs-dropdown-item,
.dropdown_black .fs-dropdown-options {
  background-color: #1A1A1A;
  color: #fff;
}
.dropdown_black .fs-dropdown-item:focus,
.dropdown_black .fs-dropdown-item:active,
.no-touchevents .dropdown_black .fs-dropdown-item:hover {
  background-color: #98252B;
}
.dropdown_orange .fs-dropdown-selected,
.dropdown_orange .fs-dropdown-item,
.dropdown_orange .fs-dropdown-options {
  background-color: #E65525;
  color: #fff;
}
.dropdown_blue .fs-dropdown-selected,
.dropdown_blue .fs-dropdown-item,
.dropdown_blue .fs-dropdown-options {
  background-color: #005195;
  color: #fff;
}
.dropdown_large .fs-dropdown-selected {
  padding: 25px;
  letter-spacing: 1px;
  line-height: 1.2;
}
.dropdown_large .fs-dropdown-selected:after {
  top: 23px;
}
.dropdown_large.fs-dropdown-open .fs-dropdown-selected:after {
  top: 25px;
}
.info_link {
  position: absolute;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  width: 100%;
  bottom: 10px;
  z-index: 5;
  padding-left: 10px;
  cursor: pointer;
}
.info_link:before {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .info_link:before {
  background-image: url(../images/icons.svg);
}
.feature_image_wrapper .info_link {
  bottom: 5px;
}
@media (min-width: 992px) {
  .info_link {
    bottom: 75px;
    padding-left: 0;
  }
}
.info_link:before {
  width: 11px;
  height: 11px;
  background-position: -181px 0;
  margin-right: 8px;
}
.info_detail.fs-swap-enabled {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  color: #fff;
  bottom: -30px;
  padding-left: 10px;
  display: none;
}
.feature_image_wrapper .info_detail.fs-swap-enabled {
  bottom: -35px;
}
@media (min-width: 992px) {
  .info_detail.fs-swap-enabled {
    bottom: 25px;
    padding-left: 0;
  }
}
.info_detail.fs-swap-enabled.fs-swapper-active {
  display: block;
}
/* ==========================================================================
	Elements
============================================================================= */
html {
  font-size: 16px;
  background: #fff;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
}
html.fs-lightbox-contained,
.fs-lightbox-contained body {
  background-color: #F7F7F7;
}
body {
  color: #616265;
  min-width: 300px;
  overflow-x: hidden;
}
hr {
  width: 100%;
  height: 1px;
  background: #eee;
  border: none;
  clear: both;
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:focus {
  color: #616265;
  text-decoration: none;
}
iframe {
  border: none;
}
menu {
  margin: 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
figure {
  margin: 0;
}
/* ==========================================================================
	 Margins
============================================================================= */
.margined,
.margined_top {
  margin-top: 20px;
}
.margined,
.margined_bottom {
  margin-bottom: 20px;
}
.margined_md,
.margined_md_top {
  margin-top: 30px;
}
@media (min-width: 992px ) {
  .margined_md,
  .margined_md_top {
    margin-top: 40px;
  }
}
.margined_md,
.margined_md_bottom {
  margin-bottom: 30px;
}
@media (min-width: 992px ) {
  .margined_md,
  .margined_md_bottom {
    margin-bottom: 40px;
  }
}
.margined_lg,
.margined_lg_top {
  margin-top: 30px;
}
@media (min-width: 992px ) {
  .margined_lg,
  .margined_lg_top {
    margin-top: 60px;
  }
}
.margined_lg,
.margined_lg_bottom {
  margin-bottom: 30px;
}
@media (min-width: 992px ) {
  .margined_lg,
  .margined_lg_bottom {
    margin-bottom: 60px;
  }
}
/* ==================================================================
   Padding
================================================================== */
.padded,
.padded_top {
  padding-top: 20px;
}
.padded,
.padded_bottom {
  padding-bottom: 20px;
}
.padded_md,
.padded_md_top {
  padding-top: 30px;
}
@media (min-width: 992px ) {
  .padded_md,
  .padded_md_top {
    padding-top: 40px;
  }
}
.padded_md,
.padded_md_bottom {
  padding-bottom: 30px;
}
@media (min-width: 992px ) {
  .padded_md,
  .padded_md_bottom {
    padding-bottom: 40px;
  }
}
.padded_lg,
.padded_lg_top {
  padding-top: 30px;
}
@media (min-width: 992px ) {
  .padded_lg,
  .padded_lg_top {
    padding-top: 60px;
  }
}
.padded_lg,
.padded_lg_bottom {
  padding-bottom: 30px;
}
@media (min-width: 992px ) {
  .padded_lg,
  .padded_lg_bottom {
    padding-bottom: 60px;
  }
}
/* ==========================================================================
	Background Colors
============================================================================= */
.bg_transparent {
  background-color: transparent;
}
.bg_true_white {
  background-color: #fff;
}
.bg_true_black {
  background-color: #000;
}
.bg_black {
  background-color: #1A1A1A;
}
.bg_red {
  background-color: #98252B;
}
.bg_gray_dark {
  background-color: #616265;
}
.bg_blue {
  background-color: #005195;
}
.bg_orange {
  background-color: #E65525;
}
.bg_green {
  background-color: #6C953C;
}
.bg_beige {
  background-color: #EFDEBC;
}
.bg_gray_light {
  background-color: #C8C3BC;
}
.bg_gray {
  background-color: #F7F7F7;
}
.bg_gray_medium {
  background-color: #E8E8E8;
}
.hover_bg_transparent:focus,
.hover_bg_transparent:active,
.no-touchevents .hover_bg_transparent:hover {
  background-color: transparent;
}
.hover_bg_true_white:focus,
.hover_bg_true_white:active,
.no-touchevents .hover_bg_true_white:hover {
  background-color: #fff;
}
.hover_bg_true_black:focus,
.hover_bg_true_black:active,
.no-touchevents .hover_bg_true_black:hover {
  background-color: #000;
}
.hover_bg_black:focus,
.hover_bg_black:active,
.no-touchevents .hover_bg_black:hover {
  background-color: #1A1A1A;
}
.hover_bg_red:focus,
.hover_bg_red:active,
.no-touchevents .hover_bg_red:hover {
  background-color: #98252B;
}
.hover_bg_gray_dark:focus,
.hover_bg_gray_dark:active,
.no-touchevents .hover_bg_gray_dark:hover {
  background-color: #616265;
}
.hover_bg_blue:focus,
.hover_bg_blue:active,
.no-touchevents .hover_bg_blue:hover {
  background-color: #005195;
}
.hover_bg_orange:focus,
.hover_bg_orange:active,
.no-touchevents .hover_bg_orange:hover {
  background-color: #E65525;
}
.hover_bg_green:focus,
.hover_bg_green:active,
.no-touchevents .hover_bg_green:hover {
  background-color: #6C953C;
}
.hover_bg_beige:focus,
.hover_bg_beige:active,
.no-touchevents .hover_bg_beige:hover {
  background-color: #EFDEBC;
}
.hover_bg_gray_light:focus,
.hover_bg_gray_light:active,
.no-touchevents .hover_bg_gray_light:hover {
  background-color: #C8C3BC;
}
.hover_bg_gray_medium:focus,
.hover_bg_gray_medium:active,
.no-touchevents .hover_bg_gray_medium:hover {
  background-color: #E8E8E8;
}
/* ==========================================================================
	Border Colors
============================================================================= */
.border_true_white {
  border-color: #fff;
}
.border_true_black {
  border-color: #000;
}
.border_black {
  border-color: #1A1A1A;
}
.border_red {
  border-color: #98252B;
}
.border_gray_dark {
  border-color: #616265;
}
.border_blue {
  border-color: #005195;
}
.border_orange {
  border-color: #E65525;
}
.border_green {
  border-color: #6C953C;
}
.border_beige {
  border-color: #EFDEBC;
}
.border_gray_light {
  border-color: #C8C3BC;
}
.border_gray_medium {
  border-color: #E8E8E8;
}
/* ==========================================================================
	Text Colors
============================================================================= */
.color_true_white {
  color: #fff;
}
.color_true_black {
  color: #000;
}
.color_black {
  color: #1A1A1A;
}
.color_red {
  color: #98252B;
}
.color_gray {
  color: #F7F7F7;
}
.color_gray_dark {
  color: #616265;
}
.color_blue {
  color: #005195;
}
.color_orange {
  color: #E65525;
}
.color_green {
  color: #6C953C;
}
.color_beige {
  color: #EFDEBC;
}
.color_gray_light {
  color: #C8C3BC;
}
.color_gray_medium {
  color: #E8E8E8;
}
.hover_color_true_white:focus,
.hover_color_true_white:active,
.no-touchevents .hover_color_true_white:hover {
  color: #fff;
}
.hover_color_true_black:focus,
.hover_color_true_black:active,
.no-touchevents .hover_color_true_black:hover {
  color: #000;
}
.hover_color_black:focus,
.hover_color_black:active,
.no-touchevents .hover_color_black:hover {
  color: #1A1A1A;
}
.hover_color_red:focus,
.hover_color_red:active,
.no-touchevents .hover_color_red:hover {
  color: #98252B;
}
.hover_color_gray_dark:focus,
.hover_color_gray_dark:active,
.no-touchevents .hover_color_gray_dark:hover {
  color: #616265;
}
.hover_color_blue:focus,
.hover_color_blue:active,
.no-touchevents .hover_color_blue:hover {
  color: #005195;
}
.hover_color_orange:focus,
.hover_color_orange:active,
.no-touchevents .hover_color_orange:hover {
  color: #E65525;
}
.hover_color_green:focus,
.hover_color_green:active,
.no-touchevents .hover_color_green:hover {
  color: #6C953C;
}
.hover_color_beige:focus,
.hover_color_beige:active,
.no-touchevents .hover_color_beige:hover {
  color: #EFDEBC;
}
.hover_color_gray_light:focus,
.hover_color_gray_light:active,
.no-touchevents .hover_color_gray_light:hover {
  color: #C8C3BC;
}
.hover_color_gray_medium:focus,
.hover_color_gray_medium:active,
.no-touchevents .hover_color_gray_medium:hover {
  color: #E8E8E8;
}
/* ==========================================================================
	Helpers
============================================================================= */
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.block {
  display: block;
}
.block_link {
  display: block;
}
.inline {
  display: inline;
}
.inline_block {
  display: inline-block;
}
.full_height {
  height: 100%;
}
.full_width {
  width: 100%;
}
.full {
  width: 100%;
  height: 100%;
}
.left,
.block_left,
.content-editor-image-left {
  float: left;
}
.block_left,
.content-editor-image-left {
  margin: 0 20px 20px 0;
}
.right,
.block_right,
.content-editor-image-right {
  float: right;
}
.block_right,
.content-editor-image-right {
  margin: 0 0 20px 20px;
}
.clear {
  clear: both;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.contain {
  overflow: hidden;
}
.no_select,
.no_select * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hide {
  display: none !important;
  visibility: hidden;
}
.visually_hide {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}
.visually_hide.focusable:active,
.visually_hide.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}
.invisible {
  visibility: hidden;
}
.offscreen {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -999px;
  overflow: hidden;
  z-index: -999;
}
.print {
  display: none;
}
.video_frame {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.video_frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.uppercase {
  text-transform: uppercase;
}
.regularcase {
  text-transform: none;
}
.letter_space {
  letter-spacing: 1.8px;
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .pad_md_1col {
    padding-left: 40px;
  }
}
/* ==========================================================================
	Transitions
============================================================================= */
.transition_default {
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.transition_default_ease {
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
/* ==========================================================================
	Images
============================================================================= */
.image_1_1 {
  padding-top: 100%;
}
.image_16_9 {
  padding-top: 56.25%;
}
.image_3_2 {
  padding-top: 66.66666667%;
}
.responsive_image {
  display: block;
}
.responsive_image picture {
  display: block;
}
.responsive_image img {
  width: 100%;
}
/* ==========================================================================
	Media Queries
============================================================================= */
/* ==================================================================
	Base Icons
================================================================== */
.icon_only .icon_text {
  display: none !important;
  visibility: hidden;
}
.icon_only_before:before {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .icon_only_before:before {
  background-image: url(../images/icons.svg);
}
.icon_only_after:after {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .icon_only_after:after {
  background-image: url(../images/icons.svg);
}
.icon_left:before {
  margin-right: 10px;
}
.icon_right:after {
  margin-left: 10px;
}
.icon_center {
  position: relative;
  display: block;
  line-height: 1;
  overflow: hidden;
  text-indent: 100%;
}
.icon_center:after {
  background: url(../images/icons.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  margin: auto;
}
.svg .icon_center:after {
  background-image: url(../images/icons.svg);
}
/* ==================================================================
   Icons
================================================================== */
.icon_search_white {
  width: 14px;
  height: 14px;
  background-position: 0 0;
}
.icon_search_gray {
  width: 18px;
  height: 18px;
  background-position: -22px 0;
}
.icon_arrow_down {
  width: 11px;
  height: 11px;
  background-position: -52px 0;
}
.icon_arrow_up_orange {
  width: 12px;
  height: 12px;
  background-position: -40px -30px;
}
.icon_arrow_up_white {
  width: 11px;
  height: 11px;
  background-position: -57px -32px;
}
.icon_arrow_left_white {
  width: 25px;
  height: 34px;
  width: 25;
  height: 34;
  background-position: -29px -70px;
}
.icon_arrow_right_white {
  width: 25px;
  height: 34px;
  width: 25;
  height: 34;
  background-position: 2px -70px;
}
.icon_arrow_left_orange {
  width: 16px;
  height: 24px;
  width: 16;
  height: 24;
  background-position: -140px -70px;
}
.icon_arrow_right_orange {
  width: 16px;
  height: 24px;
  width: 16;
  height: 24;
  background-position: -110px -70px;
}
.icon_arrow_right_black {
  width: 15px;
  height: 12px;
  width: 15;
  height: 12;
  background-position: -131px -41px;
}
.icon_arrow_left_black {
  width: 15px;
  height: 12px;
  width: 15;
  height: 12;
  background-position: -109px -41px;
}
.icon_x {
  width: 19px;
  height: 19px;
  background-position: -69px 0;
}
.icon_house {
  width: 12px;
  height: 12px;
  background-position: 0 -27px;
}
.icon_arrow_red {
  width: 11px;
  height: 12px;
  width: 11;
  height: 12;
  background-position: -21px -29px;
}
.icon_arrow_blue {
  width: 11px;
  height: 11px;
  width: 11;
  height: 11;
  background-position: -75px -30px;
}
.icon_arrow_orange {
  width: 11px;
  height: 11px;
  width: 11;
  height: 11;
  background-position: -87px -50px;
}
.icon_arrow_green {
  width: 11px;
  height: 11px;
  width: 11;
  height: 11;
  background-position: -86px -67px;
}
.icon_facebook {
  width: 18px;
  height: 18px;
  background-position: 0 -50px;
}
.icon_twitter {
  width: 18px;
  height: 16px;
  width: 18;
  height: 16;
  background-position: -30px -53px;
}
.icon_wordpress {
  width: 18px;
  height: 18px;
  background-position: -60px -50px;
}
.icon_book_small {
  width: 11px;
  height: 11px;
  background-position: -95px 0;
}
.icon_book_large {
  width: 14px;
  height: 14px;
  background-position: -110px 0;
}
.icon_logo_red {
  width: 172px;
  height: 73px;
  width: 172;
  height: 73;
  background-position: 0 -200px;
}
.icon_logo_white {
  width: 166px;
  height: 70px;
  width: 166;
  height: 70;
  background-position: 0 -108px;
}
.icon_logo_white_big {
  width: 351px;
  height: 150px;
  width: 351;
  height: 150;
  background-position: 0 -300px;
}
.icon_seal {
  width: 38px;
  height: 38px;
  background-position: -134px 0;
}
/* ==========================================================================
    Fonts
============================================================================= */
.schoolbook {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
}
.schoolbook_italic {
  font-family: "SchoolbookItalic";
}
.schoolbook_bold {
  font-family: "SchoolbookBold";
}
.univers {
  font-family: "Univers";
  font-style: normal;
  font-weight: 400;
}
.univers_light {
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
}
.univers_bold {
  font-family: "Univers-Bold";
  font-style: normal;
  font-weight: 400;
}
.univers_con {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
}
.univers_con_bld {
  font-family: "Univers-CondensedBold";
  font-style: normal;
  font-weight: 400;
}
/* ==========================================================================
    Typography
============================================================================= */
.heading_1 {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 768px ) {
  .heading_1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .heading_1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
.heading_2 {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (min-width: 768px ) {
  .heading_2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.heading_3 {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.23076923;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
@media (min-width: 768px ) {
  .heading_3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.heading_4 {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.52380952;
}
@media (min-width: 768px ) {
  .heading_4 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.heading_5 {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.heading_6 {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.intro_text {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
@media (min-width: 768px ) {
  .intro_text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.caption_text {
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.71428571;
}
@media (min-width: 768px ) {
  .caption_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
div.ccm-page *,
.fs-lightbox *,
div.ccm-page *:before,
.fs-lightbox *:before,
div.ccm-page *:after,
.fs-lightbox *:after {
  box-sizing: border-box;
}
/* ==========================================================================
	Header - Mobile
============================================================================= */
.header_bar {
  background-color: #98252B;
  position: relative;
  height: 88px;
  z-index: 9;
}
@media (min-width: 992px ) {
  .header_bar {
    display: none;
  }
}
.logo_main {
  float: left;
  margin-top: 10px;
}
.logo_main:before {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .logo_main:before {
  background-image: url(../images/icons.svg);
}
.logo_main:before {
  width: 166px;
  height: 70px;
  width: 166;
  height: 70;
  background-position: 0 -108px;
}
@media (min-width: 992px ) {
  .logo_main {
    margin-top: 33px;
  }
  .logo_main:before {
    width: 172px;
    height: 73px;
    width: 172;
    height: 73;
    background-position: 0 -200px;
  }
}
.mobile_nav_controls {
  float: right;
  margin-top: 43px;
}
.nav_trigger,
.search_trigger {
  float: left;
}
.nav_trigger {
  background-color: transparent;
  float: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 20px;
  height: 26px;
  width: 20;
  height: 26;
  position: relative;
  margin-top: -10px;
  padding: 0;
}
.nav_trigger:after {
  background-color: #fff;
  width: 16px;
  height: 3px;
  width: 16;
  height: 3;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-shadow: 0 6px 0 #fff, 0 -6px 0 #fff;
  content: "";
}
.search_trigger {
  margin-top: -5px;
}
.search_trigger:after {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .search_trigger:after {
  background-image: url(../images/icons.svg);
}
.search_trigger:after {
  background-color: transparent;
  width: 14px;
  height: 14px;
  background-position: 0 0;
  box-shadow: none;
}
.header_pad {
  padding: 20px;
}
.header_pad:before,
.header_pad:after {
  content: " ";
  display: table;
}
.header_pad:after {
  clear: both;
}
.header_pad:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.header_pad:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 992px ) {
  .header_pad {
    padding: 0;
  }
}
.pipe {
  float: left;
  margin: 0 20px;
}
.pipe:before {
  display: block;
  background-color: #fff;
  width: 1px;
  height: 31px;
  width: 1;
  height: 31;
  margin-top: -14px;
  content: "";
}
/* ==========================================================================
	Utility Nav
============================================================================= */
.header_utility {
  background-color: #F7F7F7;
  height: 100%;
}
@media (min-width: 992px ) {
  .header_utility {
    height: auto;
  }
}
.button_nav {
  max-width: 500px;
  margin-top: 30px;
}
.button_nav:before,
.button_nav:after {
  content: " ";
  display: table;
}
.button_nav:after {
  clear: both;
}
.button_nav:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.button_nav:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 992px ) {
  .button_nav {
    float: left;
    margin-top: 0;
    max-width: none;
  }
}
.button_nav .button_inline {
  float: left;
  width: 92px;
  margin: 5px 10px 5px 0;
  padding: 10px 22px 8px 22px;
}
.button_nav .button_inline:last-child {
  margin: 5px 0 5px 0;
}
@media (min-width: 992px ) {
  .button_nav .button_inline {
    margin: 5px 24px 5px 0;
  }
}
.utility_nav {
  margin: 27px 0 30px 5px;
}
@media (min-width: 992px ) {
  .utility_nav {
    float: left;
    margin: -4px 0 0 0;
  }
}
.utility_nav_link {
  display: block;
  color: #1A1A1A;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 8px 0;
  padding: 21px 0 0 18px;
}
.utility_nav_link:active,
.utility_nav_link:focus,
.no-touchevents .utility_nav_link:hover {
  color: #98252B;
}
@media (min-width: 992px ) {
  .utility_nav_link {
    float: left;
    margin: 0 15px 0 0;
    letter-spacing: 2px;
  }
}
.utility_nav_link .main_nav_expand {
  margin-left: 8px;
}
.utility_nav_has_child {
  position: relative;
  margin-right: 20px;
}
@media (min-width: 992px ) {
  .utility_nav_has_child {
    float: left;
  }
  .utility_nav_has_child:active,
  .utility_nav_has_child:focus,
  .no-touchevents .utility_nav_has_child:hover {
    background-color: #000;
  }
  .utility_nav_has_child:active .utility_nav_link,
  .utility_nav_has_child:focus .utility_nav_link,
  .no-touchevents .utility_nav_has_child:hover .utility_nav_link {
    color: #fff;
  }
  .utility_nav_has_child:active .utility_nav_children,
  .utility_nav_has_child:focus .utility_nav_children,
  .no-touchevents .utility_nav_has_child:hover .utility_nav_children {
    display: block;
  }
  .utility_nav_has_child:active .main_nav_expand:after,
  .utility_nav_has_child:focus .main_nav_expand:after,
  .no-touchevents .utility_nav_has_child:hover .main_nav_expand:after {
    width: 11px;
    height: 11px;
    background-position: -57px -32px;
  }
}
@media (min-width: 992px ) {
  .utility_nav_has_child .utility_nav_link {
    margin-right: 10px;
    padding-top: 20px;
  }
}
.utility_nav_has_child.fs-swapper-active .utility_nav_children {
  display: block;
}
.utility_nav_has_child.fs-swapper-active .main_nav_expand:after {
  top: -2px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.utility_nav_children {
  position: absolute;
  background-color: #000;
  padding: 5px 0 0 0;
  top: 45px;
  left: 18px;
  z-index: 3;
  display: none;
}
@media (min-width: 992px ) {
  .utility_nav_children {
    width: 100%;
    top: 34px;
    left: 0;
  }
}
.utility_nav_children a {
  display: block;
  color: #fff;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 5px 12px 18px;
}
.utility_nav_children a:last-child {
  margin-bottom: 0;
}
.utility_nav_children a:active,
.utility_nav_children a:focus,
.no-touchevents .utility_nav_children a:hover {
  background-color: #98252B;
}
/* ==========================================================================
	Search
============================================================================= */
.site_search_wrap {
  cursor: pointer;
}
@media (min-width: 1200px ) {
  .site_search_wrap {
    float: left;
  }
}
@media (min-width: 1200px ) {
  .site_search_wrap.active .site_search {
    opacity: 1;
    visibility: visible;
  }
}
.site_search {
  background-color: #F7F7F7;
  position: relative;
  max-width: 500px;
  margin-bottom: 20px;
}
@media (min-width: 992px ) {
  .site_search {
    display: block;
    position: absolute;
    width: 322px;
    height: 37px;
    width: 322;
    height: 37;
    right: 17px;
    margin: 50px 0 0 0;
  }
}
@media (min-width: 1200px ) {
  .site_search {
    width: 380px;
    height: 47px;
    opacity: 0;
    padding-bottom: 10px;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
  }
}
.site_search_icon {
  float: left;
  display: none;
  padding: 12px 0 20px 40px;
}
.site_search_icon:after {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .site_search_icon:after {
  background-image: url(../images/icons.svg);
}
@media (min-width: 1200px ) {
  .site_search_icon {
    display: block;
  }
}
.site_search_icon:after {
  width: 18px;
  height: 18px;
  background-position: -22px 0;
}
.site_search_form {
  position: relative;
}
@media (min-width: 992px ) {
  .site_search_form {
    border-bottom: 1px solid #616265;
  }
}
.site_search_label {
  display: none !important;
  visibility: hidden;
}
.site_search_input {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  display: block;
  background-color: #F7F7F7;
  color: #616265;
  font-size: 16px;
  font-size: 1rem;
  font-family: "SchoolbookItalic";
  width: 100%;
  line-height: 1;
  padding: 20px 0 20px 18px;
  text-indent: 5px;
}
.site_search_input,
.site_search_input:link,
.site_search_input:visited,
.site_search_input:hover,
.site_search_input:active,
.site_search_input:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
.site_search_input:placeholder-shown {
  font-family: "SchoolbookItalic";
}
.site_search_input::-webkit-input-placeholder {
  color: rgba(26, 26, 26, 0.4);
}
.site_search_input::-moz-placeholder {
  color: rgba(26, 26, 26, 0.4);
}
.site_search_input:-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.4);
}
.site_search_input::placeholder {
  color: rgba(26, 26, 26, 0.4);
}
.site_search_input[placeholder] {
  color: rgba(26, 26, 26, 0.4);
}
.site_search_input:focus {
  color: #1A1A1A;
}
@media (min-width: 992px ) {
  .site_search_input {
    display: block;
    background-color: transparent;
    margin: 0;
    padding: 5px 75px 5px 0;
    text-indent: 8px;
  }
}
.site_search_button {
  position: absolute;
  color: #616265;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
}
.site_search_button:after {
  width: 18px;
  height: 18px;
  background-position: -22px 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 992px ) {
  .site_search_button {
    top: 0;
    right: 10px;
  }
}
@media (min-width: 1200px ) {
}
@media (min-width: 992px ) {
  .site_search_button span {
    padding-right: 5px;
  }
}
.mobile_navigation * {
  box-sizing: border-box !important;
}
.mobile_navigation .site_search_button {
  position: absolute;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
}
.mobile_navigation .site_search_button:after {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .mobile_navigation .site_search_button:after {
  background-image: url(../images/icons.svg);
}
.mobile_navigation .site_search_button:after {
  width: 18px;
  height: 18px;
  background-position: -22px 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .mobile_navigation .site_search_button {
    position: relative;
    top: 8px;
    left: 265px;
  }
}
@media (min-width: 1200px ) {
  .mobile_navigation .site_search_button {
    right: -83px;
  }
}
.mobile_navigation .site_search_input {
  padding-right: 50px;
}
/* ==========================================================================
	Header - Desktop
============================================================================= */
.header_top_wrap {
  display: none;
}
@media (min-width: 992px ) {
  .header_top_wrap {
    display: block;
    background-color: #F7F7F7;
    position: relative;
    height: 140px;
  }
  .header_top_wrap:before,
  .header_top_wrap:after {
    content: " ";
    display: table;
  }
  .header_top_wrap:after {
    clear: both;
  }
  .header_top_wrap:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .header_top_wrap:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
}
@media (min-width: 1200px ) {
  .header_top_wrap {
    height: 150px;
  }
}
.header_rel {
  position: relative;
}
.header_top {
  float: right;
  margin-top: 53px;
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .header_top {
    margin-top: 40px;
  }
}
@media (min-width: 1200px ) {
  .header_top.fs-swapper-active {
    float: left;
  }
}
@media (min-width: 992px ) {
  .header_top.fs-swapper-active .site_search {
    display: block;
    position: absolute;
    width: 322px;
    height: 37px;
    width: 322;
    height: 37;
    right: 0;
    margin: 50px 0 0 0;
    border: 1px solid #C5C5C5;
  }
}
@media (min-width: 1200px ) {
  .header_top.fs-swapper-active .site_search {
    width: 258px;
    height: 37px;
    width: 258;
    height: 37;
    margin: 4px 0 0 0;
  }
}
@media (min-width: 992px ) {
  .header_top.fs-swapper-active .site_search_input {
    display: block;
    padding: 10px 0 0 10px;
  }
}
@media (min-width: 992px ) {
  .header_top.fs-swapper-active .site_search_button {
    right: 0;
  }
}
@media (min-width: 992px ) {
  .header_top.fs-swapper-active .site_search_button:after {
    bottom: -3px;
  }
}
@media (min-width: 992px ) {
  .header_top.fs-swapper-active .site_search_icon {
    display: none;
  }
}
.nav_bar {
  display: none;
}
@media (min-width: 992px ) {
  .nav_bar {
    display: block;
    background-color: #98252B;
    position: relative;
    height: 70px;
  }
}
/* ==========================================================================
	Fonts
============================================================================= */
.schoolbook {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
}
.schoolbook_italic {
  font-family: "SchoolbookItalic";
}
.schoolbook_bold {
  font-family: "SchoolbookBold";
}
.univers {
  font-family: "Univers";
  font-style: normal;
  font-weight: 400;
}
.univers_light {
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
}
.univers_bold {
  font-family: "Univers-Bold";
  font-style: normal;
  font-weight: 400;
}
.univers_con {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
}
.univers_con_bld {
  font-family: "Univers-CondensedBold";
  font-style: normal;
  font-weight: 400;
}
/* ==========================================================================
	Typography
============================================================================= */
.heading_1 {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 768px ) {
  .heading_1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .heading_1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
.heading_2 {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (min-width: 768px ) {
  .heading_2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.heading_3 {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.23076923;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
@media (min-width: 768px ) {
  .heading_3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.heading_4 {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.52380952;
}
@media (min-width: 768px ) {
  .heading_4 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.heading_5 {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.heading_6 {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.intro_text {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
@media (min-width: 768px ) {
  .intro_text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.caption_text {
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.71428571;
}
@media (min-width: 768px ) {
  .caption_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1A1A1A;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
h1 {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 768px ) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 768px ) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
h2 {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (min-width: 768px ) {
  h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 768px ) {
  h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
h3 {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.23076923;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
@media (min-width: 768px ) {
  h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 768px ) {
  h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
h4 {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.52380952;
}
@media (min-width: 768px ) {
  h4 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 768px ) {
  h4 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
h5 {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
h6 {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
}
p {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.83333333;
  color: #616265;
}
@media (min-width: 768px ) {
  p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px ) {
  p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
a {
  text-decoration: none;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
.touch a[href^=tel] {
  color: inherit;
}
.base_link {
  color: #616265;
  padding-bottom: .15em;
  border-bottom: 1px solid #98252B;
}
.base_link:active,
.base_link:focus,
.no-touchevents .base_link:hover {
  color: #98252B;
}
.link_arrow {
  color: #616265;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
.link_arrow:after {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .link_arrow:after {
  background-image: url(../images/icons.svg);
}
.link_arrow:after {
  display: inline-block;
  position: relative;
  width: 11px;
  height: 12px;
  width: 11;
  height: 12;
  background-position: -21px -29px;
  right: -8px;
  margin-right: -11px;
  content: "";
  transition: background 0.25s, box-shadow 0.25s, color 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  transition: background 0.25s, box-shadow 0.25s, color 0.25s, opacity 0.25s, transform 0.25s;
  transition: background 0.25s, box-shadow 0.25s, color 0.25s, opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.link_arrow:active,
.link_arrow:focus,
.no-touchevents .link_arrow:hover {
  color: #98252B;
}
.link_arrow:active:after,
.link_arrow:focus:after,
.no-touchevents .link_arrow:hover:after {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}
.line_title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #fff;
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  letter-spacing: normal;
}
@media (min-width: 768px ) {
  .line_title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 768px ) {
  .line_title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.link_reset {
  border-bottom-width: 0;
  padding-bottom: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.typography,
.cke_editable {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.83333333;
  color: #616265;
}
@media (min-width: 768px ) {
  .typography,
  .cke_editable {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px ) {
  .typography,
  .cke_editable {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.typography h1,
.cke_editable h1 {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 768px ) {
  .typography h1,
  .cke_editable h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .typography h1,
  .cke_editable h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 768px ) {
  .typography h1,
  .cke_editable h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .typography h1,
  .cke_editable h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
.typography h2,
.cke_editable h2 {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (min-width: 768px ) {
  .typography h2,
  .cke_editable h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 768px ) {
  .typography h2,
  .cke_editable h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.typography h3,
.cke_editable h3 {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.23076923;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #98252B;
}
@media (min-width: 768px ) {
  .typography h3,
  .cke_editable h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 768px ) {
  .typography h3,
  .cke_editable h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.typography h4,
.cke_editable h4 {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.52380952;
}
@media (min-width: 768px ) {
  .typography h4,
  .cke_editable h4 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 768px ) {
  .typography h4,
  .cke_editable h4 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.typography h5,
.cke_editable h5 {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.typography h6,
.cke_editable h6 {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.typography p,
.cke_editable p {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.83333333;
}
@media (min-width: 768px ) {
  .typography p,
  .cke_editable p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px ) {
  .typography p,
  .cke_editable p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.typography p.intro_text,
.cke_editable p.intro_text {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
@media (min-width: 768px ) {
  .typography p.intro_text,
  .cke_editable p.intro_text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 768px ) {
  .typography p.intro_text,
  .cke_editable p.intro_text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.typography img,
.cke_editable img {
  max-width: 50%;
  height: auto;
}
.typography a,
.cke_editable a {
  color: #616265;
  padding-bottom: .15em;
  border-bottom: 1px solid #98252B;
}
.typography a:active,
.cke_editable a:active,
.typography a:focus,
.cke_editable a:focus,
.no-touchevents .typography a:hover,
.no-touchevents .cke_editable a:hover {
  color: #98252B;
}
/* WYSIWYG Images
	============================================================================= */
.typography img {
  max-width: 50%;
  height: auto;
}
.typography .block_left,
.typography .block_right,
.typography .content-editor-image-left,
.typography .content-editor-image-right {
  width: 100%;
  display: table;
}
@media (max-width: 767px ) {
  .typography .block_left,
  .typography .block_right,
  .typography .content-editor-image-left,
  .typography .content-editor-image-right {
    width: 100%;
    float: none;
  }
}
@media (min-width: 992px ) {
  .typography .block_left,
  .typography .block_right,
  .typography .content-editor-image-left,
  .typography .content-editor-image-right {
    max-width: none;
  }
}
@media (max-width: 767px ) {
  .typography .content_figure.block_right,
  .typography .content-editor-image-captioned.block_right,
  .typography .content_figure.content-editor-image-right,
  .typography .content-editor-image-captioned.content-editor-image-right {
    margin-left: 0;
  }
}
@media (min-width: 768px ) {
  .typography .content_figure,
  .typography .content-editor-image-captioned {
    max-width: 50%;
    height: auto;
  }
}
.typography .content_figure img,
.typography .content-editor-image-captioned img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.typography .content_figure figcaption,
.typography .content-editor-image-captioned figcaption {
  display: block;
  background-color: #fff;
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.71428571;
  color: #616265;
  position: relative;
  margin: -33px 17px 0 17px;
  padding: 7px 10px;
  border-left: 9px solid #E65525;
  caption-side: bottom;
  display: table-caption;
}
@media (min-width: 768px ) {
  .typography .content_figure figcaption,
  .typography .content-editor-image-captioned figcaption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px ) {
  .typography .content_figure figcaption,
  .typography .content-editor-image-captioned figcaption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.typography .content_figure.block_full figcaption,
.typography .content-editor-image-captioned.block_full figcaption {
  display: block;
}
/* Blockquote
	============================================================================= */
/* Lists
	============================================================================= */
.typography ol,
.typography ul {
  padding: 0;
  margin: 18px 0;
}
@media (min-width: 768px ) {
  .typography ol,
  .typography ul {
    margin: 30px 0;
  }
}
.typography ol li,
.typography ul li {
  position: relative;
  margin: 18px 0;
  padding: 0 0 0 24px;
}
@media (min-width: 768px ) {
  .typography ol li,
  .typography ul li {
    margin: 20px 0;
    padding: 0 0 0 30px;
  }
}
.typography ol ol,
.typography ul ol,
.typography ol ul,
.typography ul ul {
  margin: 0;
}
.typography ol {
  counter-reset: li;
}
.typography ol > li {
  display: block;
  list-style: none;
}
.typography ol > li:before {
  font-size: 14px;
  font-size: 0.875rem;
  color: #98252B;
  content: counter(li) ". ";
  counter-increment: li;
  float: left;
  line-height: 1;
  margin: 5px 0 0 -24px;
}
@media (min-width: 768px ) {
  .typography ol > li:before {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 5px 0 0 -30px;
  }
}
.typography ul {
  list-style: none;
}
.typography ul li:before {
  display: block;
  background-color: #98252B;
  width: 6px;
  height: 6px;
  float: left;
  margin: 8px 0 0 -24px;
  border-radius: 100%;
  content: "";
}
@media (min-width: 768px ) {
  .typography ul li:before {
    margin: 14px 0 0 -20px;
  }
}
/* Tables
	============================================================================= */
div.ccm-page table,
.fs-lightbox table {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  box-shadow: inset 0 0 0 1px #EEEEEE;
  color: rgba(20, 32, 54, 0.8);
}
div.ccm-page table thead td,
.fs-lightbox table thead td,
div.ccm-page table th,
.fs-lightbox table th {
  background-color: #98252B;
  color: #fff;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1.8px;
  vertical-align: top;
}
div.ccm-page table tr,
.fs-lightbox table tr {
  border-bottom: 1px solid #EEEEEE;
}
div.ccm-page table tr:nth-child(even),
.fs-lightbox table tr:nth-child(even) {
  background-color: #F7F7F7;
}
div.ccm-page table th,
.fs-lightbox table th,
div.ccm-page table td,
.fs-lightbox table td {
  padding: 16px 16px 12px;
}
@media (min-width: 768px ) {
  div.ccm-page table th,
  .fs-lightbox table th,
  div.ccm-page table td,
  .fs-lightbox table td {
    padding: 20px 20px 16px;
  }
}
div.ccm-page table td,
.fs-lightbox table td {
  border-right: 1px solid #EEEEEE;
}
.table_wrapper {
  min-height: 0.01%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.table_wrapper.table_wrapper_overflow {
  position: relative;
  width: 100%;
  border: 1px solid #EEEEEE;
}
.table_wrapper.table_wrapper_overflow:after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=1);
  width: 20px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
}
.table_wrapper.table_wrapper_overflow .table_wrapper_inner {
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table {
  margin: 0;
  border: 0;
}
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > tbody {
  border: none;
}
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > thead > tr > th,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > tbody > tr > th,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > tfoot > tr > th,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > thead > tr > td,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > tbody > tr > td,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > tfoot > tr > td {
  white-space: nowrap;
}
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > thead > tr > th:first-child,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > tbody > tr > th:first-child,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > tfoot > tr > th:first-child,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > thead > tr > td:first-child,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > tbody > tr > td:first-child,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > tfoot > tr > td:first-child {
  border-left: 0;
}
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > thead > tr > th:last-child,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > tbody > tr > th:last-child,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > tfoot > tr > th:last-child,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > thead > tr > td:last-child,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > tbody > tr > td:last-child,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > tfoot > tr > td:last-child {
  border-right: 0;
}
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > tbody > tr:last-child > th,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > tfoot > tr:last-child > th,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > tbody > tr:last-child > td,
.table_wrapper.table_wrapper_overflow .table_wrapper_inner > table > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.table-responsive {
  margin-bottom: 15px;
  overflow-y: hidden;
  width: 100%;
}
/* ==========================================================================
	Buttons
============================================================================= */
button {
  background: none;
  border: none;
  padding: 0;
}
.button_base {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333333;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px 8px 30px;
  border: 1px solid #1A1A1A;
  letter-spacing: 2px;
}
.button_base,
.button_base:link,
.button_base:visited,
.button_base:hover,
.button_base:active,
.button_base:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
.button_inline {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333333;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px 8px 30px;
  border: 1px solid #1A1A1A;
  letter-spacing: 2px;
  display: inline-block;
}
.button_inline,
.button_inline:link,
.button_inline:visited,
.button_inline:hover,
.button_inline:active,
.button_inline:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
.button_inline.theme_black {
  border-color: #1A1A1A;
  color: #1A1A1A;
}
.button_inline.theme_black:focus,
.button_inline.theme_black:active,
.no-touchevents .button_inline.theme_black:hover {
  background-color: #1A1A1A;
}
.button_inline.theme_black:focus,
.button_inline.theme_black:active,
.no-touchevents .button_inline.theme_black:hover {
  color: #fff;
}
.button_inline.theme_orange {
  border-color: #E65525;
  color: #E65525;
}
.button_inline.theme_orange:focus,
.button_inline.theme_orange:active,
.no-touchevents .button_inline.theme_orange:hover {
  background-color: #E65525;
}
.button_inline.theme_orange:focus,
.button_inline.theme_orange:active,
.no-touchevents .button_inline.theme_orange:hover {
  color: #fff;
}
.button_inline.theme_blue {
  border-color: #005195;
  color: #005195;
}
.button_inline.theme_blue:focus,
.button_inline.theme_blue:active,
.no-touchevents .button_inline.theme_blue:hover {
  background-color: #005195;
}
.button_inline.theme_blue:focus,
.button_inline.theme_blue:active,
.no-touchevents .button_inline.theme_blue:hover {
  color: #fff;
}
.button_inline.theme_green {
  border-color: #6C953C;
  color: #6C953C;
}
.button_inline.theme_green:focus,
.button_inline.theme_green:active,
.no-touchevents .button_inline.theme_green:hover {
  background-color: #6C953C;
}
.button_inline.theme_green:focus,
.button_inline.theme_green:active,
.no-touchevents .button_inline.theme_green:hover {
  color: #fff;
}
.button_inline.theme_border {
  background-color: #fff;
  border-left-width: 9px;
  border-left-style: solid;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 768px ) {
  .button_inline.theme_border {
    border-left-width: 18px;
    border-left-style: solid;
  }
}
.button_block {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333333;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px 8px 30px;
  border: 1px solid #1A1A1A;
  letter-spacing: 2px;
  display: block;
}
.button_block,
.button_block:link,
.button_block:visited,
.button_block:hover,
.button_block:active,
.button_block:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
.button_block.theme_black {
  border-color: #1A1A1A;
  color: #1A1A1A;
}
.button_block.theme_black:focus,
.button_block.theme_black:active,
.no-touchevents .button_block.theme_black:hover {
  background-color: #1A1A1A;
}
.button_block.theme_black:focus,
.button_block.theme_black:active,
.no-touchevents .button_block.theme_black:hover {
  color: #fff;
}
.button_block.theme_orange {
  border-color: #E65525;
  color: #E65525;
}
.button_block.theme_orange:focus,
.button_block.theme_orange:active,
.no-touchevents .button_block.theme_orange:hover {
  background-color: #E65525;
}
.button_block.theme_orange:focus,
.button_block.theme_orange:active,
.no-touchevents .button_block.theme_orange:hover {
  color: #fff;
}
.button_block.theme_blue {
  border-color: #005195;
  color: #005195;
}
.button_block.theme_blue:focus,
.button_block.theme_blue:active,
.no-touchevents .button_block.theme_blue:hover {
  background-color: #005195;
}
.button_block.theme_blue:focus,
.button_block.theme_blue:active,
.no-touchevents .button_block.theme_blue:hover {
  color: #fff;
}
.button_block.theme_green {
  border-color: #6C953C;
  color: #6C953C;
}
.button_block.theme_green:focus,
.button_block.theme_green:active,
.no-touchevents .button_block.theme_green:hover {
  background-color: #6C953C;
}
.button_block.theme_green:focus,
.button_block.theme_green:active,
.no-touchevents .button_block.theme_green:hover {
  color: #fff;
}
.button_block.theme_border {
  background-color: #fff;
  border-left-width: 9px;
  border-left-style: solid;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 768px ) {
  .button_block.theme_border {
    border-left-width: 18px;
    border-left-style: solid;
  }
}
button.button_block {
  width: 100%;
}
/* ==========================================================================
	Color Variations
============================================================================= */
.button_base.theme_black,
.button_inline.theme_black,
.button_block.theme_black {
  border-color: #1A1A1A;
  color: #1A1A1A;
}
.button_base.theme_black:focus,
.button_inline.theme_black:focus,
.button_block.theme_black:focus,
.button_base.theme_black:active,
.button_inline.theme_black:active,
.button_block.theme_black:active,
.no-touchevents .button_base.theme_black:hover,
.no-touchevents .button_inline.theme_black:hover,
.no-touchevents .button_block.theme_black:hover {
  background-color: #1A1A1A;
}
.button_base.theme_black:focus,
.button_inline.theme_black:focus,
.button_block.theme_black:focus,
.button_base.theme_black:active,
.button_inline.theme_black:active,
.button_block.theme_black:active,
.no-touchevents .button_base.theme_black:hover,
.no-touchevents .button_inline.theme_black:hover,
.no-touchevents .button_block.theme_black:hover {
  color: #fff;
}
.button_base.theme_orange,
.button_inline.theme_orange,
.button_block.theme_orange {
  border-color: #E65525;
  color: #E65525;
}
.button_base.theme_orange:focus,
.button_inline.theme_orange:focus,
.button_block.theme_orange:focus,
.button_base.theme_orange:active,
.button_inline.theme_orange:active,
.button_block.theme_orange:active,
.no-touchevents .button_base.theme_orange:hover,
.no-touchevents .button_inline.theme_orange:hover,
.no-touchevents .button_block.theme_orange:hover {
  background-color: #E65525;
}
.button_base.theme_orange:focus,
.button_inline.theme_orange:focus,
.button_block.theme_orange:focus,
.button_base.theme_orange:active,
.button_inline.theme_orange:active,
.button_block.theme_orange:active,
.no-touchevents .button_base.theme_orange:hover,
.no-touchevents .button_inline.theme_orange:hover,
.no-touchevents .button_block.theme_orange:hover {
  color: #fff;
}
.button_base.theme_blue,
.button_inline.theme_blue,
.button_block.theme_blue {
  border-color: #005195;
  color: #005195;
}
.button_base.theme_blue:focus,
.button_inline.theme_blue:focus,
.button_block.theme_blue:focus,
.button_base.theme_blue:active,
.button_inline.theme_blue:active,
.button_block.theme_blue:active,
.no-touchevents .button_base.theme_blue:hover,
.no-touchevents .button_inline.theme_blue:hover,
.no-touchevents .button_block.theme_blue:hover {
  background-color: #005195;
}
.button_base.theme_blue:focus,
.button_inline.theme_blue:focus,
.button_block.theme_blue:focus,
.button_base.theme_blue:active,
.button_inline.theme_blue:active,
.button_block.theme_blue:active,
.no-touchevents .button_base.theme_blue:hover,
.no-touchevents .button_inline.theme_blue:hover,
.no-touchevents .button_block.theme_blue:hover {
  color: #fff;
}
.button_base.theme_green,
.button_inline.theme_green,
.button_block.theme_green {
  border-color: #6C953C;
  color: #6C953C;
}
.button_base.theme_green:focus,
.button_inline.theme_green:focus,
.button_block.theme_green:focus,
.button_base.theme_green:active,
.button_inline.theme_green:active,
.button_block.theme_green:active,
.no-touchevents .button_base.theme_green:hover,
.no-touchevents .button_inline.theme_green:hover,
.no-touchevents .button_block.theme_green:hover {
  background-color: #6C953C;
}
.button_base.theme_green:focus,
.button_inline.theme_green:focus,
.button_block.theme_green:focus,
.button_base.theme_green:active,
.button_inline.theme_green:active,
.button_block.theme_green:active,
.no-touchevents .button_base.theme_green:hover,
.no-touchevents .button_inline.theme_green:hover,
.no-touchevents .button_block.theme_green:hover {
  color: #fff;
}
.button_base.theme_border,
.button_inline.theme_border,
.button_block.theme_border {
  background-color: #fff;
  border-left-width: 9px;
  border-left-style: solid;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 768px ) {
  .button_base.theme_border,
  .button_inline.theme_border,
  .button_block.theme_border {
    border-left-width: 18px;
    border-left-style: solid;
  }
}
/* ==========================================================================
	Footer
============================================================================= */
.footer {
  background-color: #1A1A1A;
  color: #fff;
  padding: 30px 0;
  background: #1A1A1A url("../images/seal.png") no-repeat;
}
.svg .footer {
  background: #1A1A1A url("../images/seal.svg") no-repeat 15% 0;
}
@media (min-width: 768px ) {
  .svg .footer {
    background-position: 10% 5%;
  }
}
@media (min-width: 992px ) {
  .svg .footer {
    background-position: 500px 65%;
  }
}
@media (min-width: 1200px ) {
  .svg .footer {
    background-position: 700px 65%;
  }
}
@media (min-width: 992px ) {
  .footer {
    padding: 80px 0;
  }
}
.footer p {
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.71428571;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  margin: 16px 0;
}
@media (min-width: 768px ) {
  .footer p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px ) {
  .footer p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.footer p.copyright {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.footer a,
.footer .base_link {
  color: #fff;
}
.footer .base_link {
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
.footer .line_title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.footer .line_title:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: repeating-linear-gradient(to right, #98252B 0px, #98252B 1px, transparent 1px, transparent 4px);
  content: "";
}
.footer_logo {
  margin-bottom: 10px;
}
@media (min-width: 992px ) {
  .footer_logo {
    margin-bottom: 25px;
  }
}
.logo_footer {
  display: block;
}
.logo_footer:before {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .logo_footer:before {
  background-image: url(../images/icons.svg);
}
.logo_footer:before {
  width: 166px;
  height: 70px;
  width: 166;
  height: 70;
  background-position: 0 -108px;
}
@media (min-width: 992px ) {
  .logo_footer:before {
    width: 351px;
    height: 150px;
    width: 351;
    height: 150;
    background-position: 0 -300px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .footer_address,
  .footer_contact {
    float: left;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .footer_address {
    margin-right: 30px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .footer_contact {
    margin-top: 77px;
  }
}
@media (min-width: 992px ) {
  .pull_back {
    margin-left: -60px;
  }
}
.social_wrap {
  margin: 33px 0 25px 0;
  padding: 26px 0 0 0;
  border-top: 1px solid rgba(232, 232, 232, 0.5);
}
@media (min-width: 992px ) {
  .social_wrap {
    max-width: 380px;
  }
}
.social_nav_label {
  display: none !important;
  visibility: hidden;
}
.social_nav a {
  margin-right: 30px;
}
.social_nav a:active,
.social_nav a:focus,
.no-touchevents .social_nav a:hover {
  opacity: 0.5;
}
.social_nav a.link_arrow {
  color: #e8e8e8;
}
.social_nav a.link_arrow:active,
.social_nav a.link_arrow:focus,
.no-touchevents .social_nav a.link_arrow:hover {
  color: #98252B;
  opacity: 1;
}
.social_nav a:last-child {
  margin-right: 0;
}
.facebook:before {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .facebook:before {
  background-image: url(../images/icons.svg);
}
.facebook:before {
  width: 18px;
  height: 18px;
  background-position: 0 -50px;
}
.twitter:before {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .twitter:before {
  background-image: url(../images/icons.svg);
}
.twitter:before {
  width: 18px;
  height: 16px;
  width: 18;
  height: 16;
  background-position: -30px -53px;
}
.wordpress:before {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .wordpress:before {
  background-image: url(../images/icons.svg);
}
.wordpress:before {
  width: 18px;
  height: 18px;
  background-position: -60px -50px;
}
.footer_nav_wrap {
  background-color: #98252B;
  padding: 5px 18px 20px 18px;
}
@media (min-width: 992px ) {
  .footer_nav_wrap {
    margin-top: -32px;
    padding: 40px 50px 75px;
  }
}
.footer_nav_wrap a {
  display: block;
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid transparent;
  clear: left;
  letter-spacing: 1px;
}
.footer_nav_wrap a:active,
.footer_nav_wrap a:focus,
.no-touchevents .footer_nav_wrap a:hover {
  border-color: #fff;
}
@media (min-width: 992px ) {
  .footer_nav_wrap a {
    display: block;
  }
}
.footer_nav_wrap .line_title:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: repeating-linear-gradient(to right, #1A1A1A 0px, #1A1A1A 1px, transparent 1px, transparent 2px);
  content: "";
}
@media (min-width: 992px ) {
  .footer_nav_wrap .line_title {
    margin: 15px 0 20px 0;
  }
}
.footer_nav {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.footer_nav > * {
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
       break-inside: avoid;
}
@media (min-width: 992px ) {
  .footer_nav {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .footer_nav > * {
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
         break-inside: avoid;
  }
}
div.ccm-page,
.fs-lightbox {
  /* ==========================================================================
	Forms
============================================================================= */
  /* ==========================================================================
	Forms
============================================================================= */
}
div.ccm-page fieldset,
.fs-lightbox fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
div.ccm-page input,
.fs-lightbox input,
div.ccm-page textarea,
.fs-lightbox textarea {
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-appearance: none;
}
div.ccm-page input::-ms-clear,
.fs-lightbox input::-ms-clear {
  width: 0;
  height: 0;
}
div.ccm-page textarea,
.fs-lightbox textarea {
  resize: vertical;
}
div.ccm-page ::-webkit-input-placeholder,
.fs-lightbox ::-webkit-input-placeholder,
div.ccm-page ::-moz-placeholder,
.fs-lightbox ::-moz-placeholder,
div.ccm-page :-ms-input-placeholder,
.fs-lightbox :-ms-input-placeholder {
  font-family: "SchoolbookItalic";
}
div.ccm-page .typography form,
.fs-lightbox .typography form {
  background-color: #F7F7F7;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
@media (min-width: 500px ) {
  div.ccm-page .typography form,
  .fs-lightbox .typography form {
    padding: 35px 45px;
  }
}
div.ccm-page .typography form h3,
.fs-lightbox .typography form h3 {
  color: #98252B;
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 0;
  letter-spacing: 2px;
}
div.ccm-page .typography fieldset,
.fs-lightbox .typography fieldset {
  border: 0;
  margin: 18px 0;
  padding: 0;
}
div.ccm-page .typography legend,
.fs-lightbox .typography legend {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #616265;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1.8px;
  margin: 6px 0;
}
div.ccm-page .typography label,
.fs-lightbox .typography label {
  color: #616265;
  display: block;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 16px;
  font-size: 1rem;
  margin: 16px 0;
}
div.ccm-page .typography label:focus,
.fs-lightbox .typography label:focus {
  color: #E65525;
}
div.ccm-page .typography label:focus span,
.fs-lightbox .typography label:focus span {
  color: #E65525;
}
div.ccm-page .typography label span,
.fs-lightbox .typography label span {
  color: #98252B;
  margin-left: 7px;
}
div.ccm-page .typography input,
.fs-lightbox .typography input,
div.ccm-page .typography textarea,
.fs-lightbox .typography textarea {
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-appearance: none;
}
[data-whatinput="mouse"] div.ccm-page .typography input:focus,
[data-whatinput="mouse"] .fs-lightbox .typography input:focus,
[data-whatinput="mouse"] div.ccm-page .typography textarea:focus,
[data-whatinput="mouse"] .fs-lightbox .typography textarea:focus,
[data-whatinput="touch"] div.ccm-page .typography input:focus,
[data-whatinput="touch"] .fs-lightbox .typography input:focus,
[data-whatinput="touch"] div.ccm-page .typography textarea:focus,
[data-whatinput="touch"] .fs-lightbox .typography textarea:focus {
  outline: none;
}
div.ccm-page .typography input:focus,
.fs-lightbox .typography input:focus,
div.ccm-page .typography textarea:focus,
.fs-lightbox .typography textarea:focus {
  border-left-width: 18px;
  border-left-style: solid;
  border-color: #E65525;
}
div.ccm-page .typography input::-ms-clear,
.fs-lightbox .typography input::-ms-clear {
  width: 0;
  height: 0;
}
div.ccm-page .typography textarea,
.fs-lightbox .typography textarea {
  resize: vertical;
}
div.ccm-page .typography input[type=text],
.fs-lightbox .typography input[type=text],
div.ccm-page .typography input[type=email],
.fs-lightbox .typography input[type=email],
div.ccm-page .typography input[type=tel],
.fs-lightbox .typography input[type=tel],
div.ccm-page .typography input[type=url],
.fs-lightbox .typography input[type=url],
div.ccm-page .typography input[type=number],
.fs-lightbox .typography input[type=number],
div.ccm-page .typography input[type=date],
.fs-lightbox .typography input[type=date],
div.ccm-page .typography textarea,
.fs-lightbox .typography textarea {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  color: #1A1A1A;
  width: 100%;
  padding: 20px;
  line-height: 1.2;
  transition: border 0.25s;
}
div.ccm-page .typography textarea,
.fs-lightbox .typography textarea {
  height: 250px;
}
div.ccm-page .typography .checkbox_set label,
.fs-lightbox .typography .checkbox_set label {
  display: block;
  margin: 0;
}
div.ccm-page .typography .checkbox_set .fs-checkbox,
.fs-lightbox .typography .checkbox_set .fs-checkbox {
  margin: 14px 0;
}
div.ccm-page .typography .checkbox_set .fs-checkbox:before,
.fs-lightbox .typography .checkbox_set .fs-checkbox:before,
div.ccm-page .typography .checkbox_set .fs-checkbox:after,
.fs-lightbox .typography .checkbox_set .fs-checkbox:after {
  content: " ";
  display: table;
}
div.ccm-page .typography .checkbox_set .fs-checkbox:after,
.fs-lightbox .typography .checkbox_set .fs-checkbox:after {
  clear: both;
}
div.ccm-page .typography .checkbox_set .fs-checkbox:after,
.fs-lightbox .typography .checkbox_set .fs-checkbox:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
div.ccm-page .typography .checkbox_set .fs-checkbox:after,
.fs-lightbox .typography .checkbox_set .fs-checkbox:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
div.ccm-page .typography .checkbox_set .fs-checkbox-marker,
.fs-lightbox .typography .checkbox_set .fs-checkbox-marker {
  border-color: #98252B;
  width: 30px;
  height: 30px;
}
div.ccm-page .typography .checkbox_set .fs-checkbox-flag:before,
.fs-lightbox .typography .checkbox_set .fs-checkbox-flag:before {
  border-color: #98252B;
  border-width: 3px;
  width: 7px;
  height: 14px;
  width: 7;
  height: 14;
  margin: 5px 0 0 10px;
}
div.ccm-page .typography .checkbox_set .fs-checkbox-radio .fs-checkbox-flag,
.fs-lightbox .typography .checkbox_set .fs-checkbox-radio .fs-checkbox-flag {
  background-color: #98252B;
}
div.ccm-page .typography .checkbox_set .checkbox_label,
.fs-lightbox .typography .checkbox_set .checkbox_label {
  color: #616265;
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  display: block;
  text-transform: none;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0 16px;
  padding: 5px 0;
  letter-spacing: normal;
}
@media (min-width: 768px ) {
  div.ccm-page .typography .form_dropdown,
  .fs-lightbox .typography .form_dropdown {
    width: 50%;
  }
}
/* ==========================================================================
	Page
============================================================================= */
a.skip_link {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  background-color: #616265;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 20px;
  text-align: center;
  -webkit-transform: translateY(-300%);
      -ms-transform: translateY(-300%);
          transform: translateY(-300%);
  transition: top 0.35s,
			-webkit-transform 0.35s;
  transition: transform 0.35s,
			top 0.35s;
  transition: transform 0.35s,
			top 0.35s,
			-webkit-transform 0.35s;
}
a.skip_link:focus,
a.skip_link:active {
  outline: none;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.no-csstransforms a.skip_link {
  top: -100%;
}
.no-csstransforms a.skip_link:focus,
.no-csstransforms a.skip_link:active {
  top: 0;
}
.page:focus,
.page:active {
  outline: none;
}
.page_sidebar {
  clear: right;
}
.sub_nav_container,
.page_sidebar {
  float: right;
}
.col_centered {
  margin: 0 auto;
  float: none;
}
button:focus,
input:focus {
  outline: none;
}
@media (max-width: 991px ) {
  .fs-navigation-lock .header_bar {
    position: absolute;
    width: 100%;
    top: 0;
  }
}
/* ==========================================================================
	Component Reference
============================================================================= */
/* CRL Basics
============================================================================= */
.cr_title {
  font-family: "SchoolbookRegular";
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  color: #98252B;
  font-family: "Univers-Bold";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 768px ) {
  .cr_title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .cr_title {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 768px ) {
  .cr_title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .cr_title {
    font-size: 48px;
    font-size: 3rem;
  }
}
.cr_heading {
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: rgba(97, 98, 101, 0.5);
  letter-spacing: 1.33px;
}
@media (min-width: 992px ) {
  .cr_heading {
    margin-top: 40px;
  }
}
@media (min-width: 992px ) {
  .cr_heading {
    margin-bottom: 40px;
  }
}
.cr_description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #999;
  font-family: Arial, sans-serif;
}
/* Color Blocks
============================================================================= */
.cr_color_blocks {
  margin-bottom: 30px;
}
@media (min-width: 992px ) {
  .cr_color_blocks {
    margin-bottom: 40px;
  }
}
.cr_color_block {
  position: relative;
  padding-top: 30%;
}
@media (min-width: 500px ) {
  .cr_color_block {
    padding-top: 50%;
  }
  .cr_color_block:first-child {
    padding-top: 100%;
  }
}
@media (min-width: 500px ) {
  .cr_color_block.slim {
    padding-top: 50%;
  }
}
.cr_color_block_content {
  font-family: "Univers-Condensed";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 1.4;
  padding: 15px;
}
@media (min-width: 768px ) {
  .cr_color_block_content {
    padding: 20px 25px;
  }
}
/* Fonts
============================================================================= */
.cr_font {
  font-size: 48px;
  font-size: 3rem;
  color: #1A1A1A;
  border-bottom: 1px solid #EEEEEE;
  line-height: 1;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
/* ==========================================================================
	Breadcrumb
============================================================================= */
.breadcrumb_nav {
  color: #616265;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 60px 0 35px 0;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 991px ) {
  .breadcrumb_nav {
    display: none !important;
    visibility: hidden;
  }
}
.breadcrumb_list:before,
.breadcrumb_list:after {
  content: " ";
  display: table;
}
.breadcrumb_list:after {
  clear: both;
}
.breadcrumb_list:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.breadcrumb_list:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.breadcrumb_item {
  float: left;
}
.breadcrumb_item:first-child .breadcrumb_link {
  width: 35px;
  margin: 0 -20px 0 0;
}
.breadcrumb_item:first-child .breadcrumb_link:before {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .breadcrumb_item:first-child .breadcrumb_link:before {
  background-image: url(../images/icons.svg);
}
.breadcrumb_item:first-child .breadcrumb_link:before {
  width: 12px;
  height: 12px;
  background-position: 0 -27px;
}
.breadcrumb_item:first-child .breadcrumb_link:after {
  width: 0px;
  height: 0px;
  margin: 0;
}
.breadcrumb_item:first-child .breadcrumb_link .breadcrumb_name {
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.breadcrumb_link {
  display: block;
  color: #616265;
  line-height: 20px;
}
.breadcrumb_link:after {
  display: block;
  background-color: #C8C3BC;
  float: left;
  width: 1px;
  height: 20px;
  width: 1;
  height: 20;
  margin: 0 20px;
  content: "";
  -webkit-transform: rotate(7deg);
      -ms-transform: rotate(7deg);
          transform: rotate(7deg);
}
.breadcrumb_link.breadcrumb_active,
.breadcrumb_link:focus,
.no-touchevents .breadcrumb_link:hover {
  color: #98252B;
}
/* ==========================================================================
	Main Navigation
============================================================================= */
@media (min-width: 992px ) {
  .mobile_navigation {
    display: none;
  }
}
.main_nav {
  text-align: center;
  padding-top: 20px;
}
.main_nav_list {
  display: inline-block;
}
.main_nav_list:before,
.main_nav_list:after {
  content: " ";
  display: table;
}
.main_nav_list:after {
  clear: both;
}
.main_nav_list:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.main_nav_list:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.main_nav_item,
.main_nav_item:link,
.main_nav_item:visited,
.main_nav_item:hover,
.main_nav_item:active,
.main_nav_item:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
@media (min-width: 992px ) {
  .main_nav_item {
    float: left;
  }
}
@media (min-width: 992px ) {
  .main_nav_item:active .main_nav_link_text,
  .main_nav_item:focus .main_nav_link_text,
  .no-touchevents .main_nav_item:hover .main_nav_link_text {
    position: relative;
    border-color: #E65525;
    z-index: 6;
  }
}
@media (min-width: 992px ) {
  .main_nav_item:active .child_level_1,
  .main_nav_item:focus .child_level_1,
  .no-touchevents .main_nav_item:hover .child_level_1 {
    display: block;
  }
}
.main_nav_link {
  display: block;
  color: #1A1A1A;
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913;
  margin: 30px 0;
  padding-left: 10px;
  border-left: 9px solid transparent;
}
@media (min-width: 992px ) {
  .main_nav_link {
    margin: 0;
    padding: 0 30px;
    border-left: none;
    color: #F0F0F0;
  }
}
.main_nav_link.fs-swapper-active {
  border-left-color: #E65525;
}
.main_nav_link:active,
.main_nav_link:focus,
.no-touchevents .main_nav_link:hover {
  color: #1A1A1A;
}
@media (min-width: 992px ) {
  .main_nav_link:active,
  .main_nav_link:focus,
  .no-touchevents .main_nav_link:hover {
    color: #fff;
  }
}
.main_nav_link_text {
  border-bottom: 18px solid transparent;
}
.main_nav_link_text,
.main_nav_link_text:link,
.main_nav_link_text:visited,
.main_nav_link_text:hover,
.main_nav_link_text:active,
.main_nav_link_text:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
.main_nav_toggle {
  display: block;
  color: #1A1A1A;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 12px 0;
  letter-spacing: 1px;
}
.main_nav_toggle.fs-swapper-active {
  font-family: "Univers-CondensedBold";
  font-style: normal;
  font-weight: 400;
}
.main_nav_toggle.fs-swapper-active .main_nav_expand:after {
  width: 12px;
  height: 12px;
  background-position: -40px -30px;
}
.main_nav_expand {
  display: block;
  line-height: 0;
  overflow: hidden;
  text-indent: 100%;
  display: inline-block;
  width: 23px;
}
.main_nav_expand:after {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .main_nav_expand:after {
  background-image: url(../images/icons.svg);
}
.main_nav_expand:after {
  width: 11px;
  height: 11px;
  background-position: -52px 0;
  position: relative;
  top: 2px;
}
.main_nav_children {
  display: none;
  margin: 18px 0 20px 25px;
}
@media (min-width: 992px ) {
  .main_nav_children {
    display: block;
    margin: 0;
  }
}
.main_nav_children.fs-swapper-active {
  display: block;
}
@media (min-width: 992px ) {
  .main_nav_children .main_nav_item {
    float: left;
  }
}
.main_nav_child_link {
  display: block;
  color: #1A1A1A;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571429;
  margin: 15px 0;
}
@media (min-width: 992px ) {
  .main_nav_child_link {
    color: #fff;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin: 20px 0;
    letter-spacing: 2px;
  }
  .main_nav_child_link:active,
  .main_nav_child_link:focus,
  .no-touchevents .main_nav_child_link:hover {
    color: #98252B;
  }
}
.main_nav_child_link.main_nav_child_link_bold {
  font-family: "Univers-CondensedBold";
  font-style: normal;
  font-weight: 400;
}
.main_nav_child_indent {
  margin-left: 15px;
}
.child_nav_wrap {
  margin: 0 auto;
  padding: 15px 0;
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .child_nav_wrap {
    max-width: 960px;
  }
}
@media (min-width: 1200px ) {
  .child_nav_wrap {
    max-width: 1200px;
  }
}
.child_nav_wrap .fs-all-third {
  padding-right: 100px;
}
.child_nav_wrap .line_title {
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: left;
}
.child_nav_wrap .line_title:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: repeating-linear-gradient(to right, #fff 0px, #fff 1px, transparent 1px, transparent 4px);
  content: "";
}
.child_level_1 {
  display: none;
}
@media (min-width: 992px ) {
  .child_level_1 {
    position: absolute;
    background-color: #1A1A1A;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 5;
  }
  .child_level_1:before,
  .child_level_1:after {
    content: " ";
    display: table;
  }
  .child_level_1:after {
    clear: both;
  }
  .child_level_1:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .child_level_1:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
}
.child_level_1.fs-swapper-active {
  display: block;
  margin-left: 20px;
}
/* ==========================================================================
	Pagination
============================================================================= */
.pagination,
.gsc-control-cse .gsc-results .gsc-cursor-box {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #1A1A1A;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: 1.8px;
  line-height: 1;
}
.pagination:before,
.pagination:after,
.gsc-control-cse .gsc-results .gsc-cursor-box:before,
.gsc-control-cse .gsc-results .gsc-cursor-box:after {
  content: " ";
  display: table;
}
.pagination:after,
.gsc-control-cse .gsc-results .gsc-cursor-box:after {
  clear: both;
}
.pagination:after,
.gsc-control-cse .gsc-results .gsc-cursor-box:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.pagination:after,
.gsc-control-cse .gsc-results .gsc-cursor-box:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 992px ) {
  .pagination,
  .gsc-control-cse .gsc-results .gsc-cursor-box {
    margin-top: 40px;
  }
}
@media (min-width: 992px ) {
  .pagination,
  .gsc-control-cse .gsc-results .gsc-cursor-box {
    margin-bottom: 40px;
  }
}
.pagination a,
.typography .pagination a,
.gsc-control-cse .gsc-results .gsc-cursor-box a,
.typography .gsc-control-cse .gsc-results .gsc-cursor-box a {
  display: block;
  float: left;
  color: inherit;
}
.pagination_arrow {
  overflow: hidden;
  position: relative;
  width: 30px;
  height: 35px;
  width: 30;
  height: 35;
  padding-left: 30px;
}
.pagination_arrow:before {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .pagination_arrow:before {
  background-image: url(../images/icons.svg);
}
@media (min-width: 500px ) {
  .pagination_arrow {
    width: 40px;
    height: 35px;
    width: 40;
    height: 35;
    padding-left: 40px;
  }
}
.pagination_arrow:before {
  position: absolute;
  display: block;
  width: 11px;
  height: 12px;
  width: 11;
  height: 12;
  background-position: -21px -29px;
  top: 6px;
  content: "";
}
@media (min-width: 500px ) {
  .pagination_arrow:before {
    top: 11px;
  }
}
.pagination_arrow_disabled {
  cursor: default;
  pointer-events: none;
}
.pagination_arrow_disabled:before {
  opacity: 0.5;
}
@media (min-width: 500px ) {
  .pagination_arrow_left {
    border-right: 2px solid #E8E8E8;
    margin-right: 10px;
  }
}
.pagination_arrow_left:before {
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination_arrow_left:active:before,
.pagination_arrow_left:focus:before,
.no-touchevents .pagination_arrow_left:hover:before {
  border-color: transparent #1A1A1A transparent transparent;
}
@media (min-width: 500px ) {
  .pagination_arrow_right {
    border-left: 2px solid #E8E8E8;
    margin-left: 10px;
  }
}
.pagination_arrow_right:before {
  right: 0;
}
.pagination_arrow_right:active,
.pagination_arrow_right:focus,
.no-touchevents .pagination_arrow_right:hover {
  opacity: 0.5;
}
.pagination_number_link,
.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
  display: block;
  float: left;
  padding: 7px;
}
@media (min-width: 500px ) {
  .pagination_number_link,
  .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
    padding: 12px 10px;
  }
}
a.pagination_number_link:active,
a.pagination_number_link:focus,
.no-touchevents a.pagination_number_link:hover,
a.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:active,
a.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:focus,
.no-touchevents a.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #98252B;
}
.pagination_number_selected,
.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #98252B;
}
/* ==========================================================================
	Subnav
============================================================================= */
.sub_nav {
  margin: 10px 0;
}
@media (min-width: 992px ) {
  .sub_nav {
    background-color: #F7F7F7;
    margin: 20px 0 0;
    padding: 30px 0;
  }
}
@media (min-width: 992px ) {
  .sub_nav_handle {
    display: none !important;
    visibility: hidden;
  }
}
.sub_nav_item {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1875;
  text-transform: uppercase;
  color: rgba(97, 98, 101, 0.9);
  letter-spacing: 0.5px;
}
.sub_nav_item.open .sub_nav_link,
.sub_nav_item.open .sub_nav_main_link {
  border-color: #98252B;
  color: #98252B;
}
.sub_nav_item.active .sub_nav_link,
.sub_nav_item.active .sub_nav_main_link {
  color: #98252B;
}
.sub_nav_main_link,
.sub_nav_link {
  color: #1A1A1A;
  margin: 17px 0;
  padding: 3px 20px;
  border-left: 9px solid transparent;
}
.sub_nav_main_link:focus,
.sub_nav_link:focus,
.no-touchevents .sub_nav_main_link:hover,
.no-touchevents .sub_nav_link:hover {
  color: #98252B;
}
.sub_nav_main_link {
  font-size: 16px;
  font-size: 1rem;
}
.sub_nav_link {
  display: block;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
@media (min-width: 992px ) {
  .sub_nav_link:last-child {
    margin-bottom: 0;
  }
}
.sub_nav_children {
  margin: 0 0 0 50px;
  text-transform: none;
}
.sub_nav_children .sub_nav_children {
  margin-left: 20px;
}
.sub_nav_child_item.open > .sub_nav_child_link,
.sub_nav_child_item.active > .sub_nav_child_link {
  color: #98252B;
}
.sub_nav_child_link {
  display: block;
  color: #1A1A1A;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 20px 0;
}
.sub_nav_child_link:focus,
.no-touchevents .sub_nav_child_link:hover {
  color: #98252B;
}
/* Back to Top styles */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(152, 38, 40, 0.9) url('../images/back-top-arrow.svg') no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/* ==========================================================================
	 Academics
============================================================================= */
.academics_feature {
  position: relative;
  min-height: 623px;
  margin-bottom: 30px;
}
@media (min-width: 768px ) {
  .academics_feature {
    margin-bottom: 0;
  }
}
.academics_feature.home_feature {
  background-color: transparent;
}
.academics_wrap {
  position: relative;
  z-index: 1;
}
.academics_image_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 623px;
  opacity: 0.2;
}
.academics_header {
  text-align: center;
}
.academics_header h2 {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  color: #98252B;
  margin: 30px 0 20px 0;
}
@media (min-width: 768px ) {
  .academics_header h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .academics_header h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 768px ) {
  .academics_header h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .academics_header h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 992px ) {
  .academics_header h2 {
    margin: 90px 0 20px 0;
  }
}
.academics_header p {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  color: #1A1A1A;
  line-height: 1.63636364;
  margin: 20px 0 30px 0;
}
@media (min-width: 768px ) {
  .academics_header p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 768px ) {
  .academics_header p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 992px ) {
  .academics_header p {
    padding: 0 110px;
  }
}
.academics_dropdown_wrap:before,
.academics_dropdown_wrap:after {
  content: " ";
  display: table;
}
.academics_dropdown_wrap:after {
  clear: both;
}
.academics_dropdown_wrap:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.academics_dropdown_wrap:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 768px ) {
  .academics_dropdown_wrap {
    display: none;
  }
}
.academics_dropdown_wrap .home_feature_dropdown {
  float: left;
  width: 46%;
  margin: 0 10px 20px 0;
}
@media (min-width: 768px ) {
  .academics_dropdown_wrap .home_feature_dropdown {
    width: 48%;
  }
}
.academics_dropdown_wrap .home_feature_dropdown.dropdown_blue {
  margin: 0 0 0 10px;
}
.academics_dropdown_wrap .home_feature_dropdown .fs-dropdown-selected {
  padding-left: 10px;
}
.academics_dropdown_wrap .home_feature_dropdown .fs-dropdown-selected:after {
  right: 15px;
}
.academics_dropdown_wrap .home_feature_dropdown .fs-dropdown-item {
  padding: 5px 10px;
}
@media (min-width: 768px ) {
  .academics_tags_container {
    position: relative;
  }
  .academics_tags_container:before {
    background: url(../images/icons.png) no-repeat 0 0;
    content: "";
    display: inline-block;
  }
  .svg .academics_tags_container:before {
    background-image: url(../images/icons.svg);
  }
  .academics_tags_container:after {
    background: url(../images/icons.png) no-repeat 0 0;
    content: "";
    display: inline-block;
  }
  .svg .academics_tags_container:after {
    background-image: url(../images/icons.svg);
  }
}
.academics_tags_wrap {
  -webkit-mask-box-image: -webkit-linear-gradient(left, transparent, white 3%, white 97%, transparent 100%);
  display: none;
}
@media (min-width: 768px ) {
  .academics_tags_wrap {
    display: block;
    margin-bottom: -30px;
    overflow: hidden;
    /*
			padding-left: 35px;
			padding-right: 100px;
*/
    padding: 0;
  }
}
@media (min-width: 768px ) {
  .academics_tags_wrap:before,
  .academics_tags_wrap:after {
    position: absolute;
    bottom: 6px;
    z-index: 1;
    height: 200%;
    width: 75px;
    background: linear-gradient(rgba(0, 0, 0, 0), #eee);
    -webkit-filter: blur(25px);
            filter: blur(25px);
  }
}
@media (min-width: 768px ) {
  .academics_tags_wrap:before {
    left: 0;
  }
}
@media (min-width: 768px ) {
  .academics_tags_wrap:after {
    right: 0;
  }
}
.no-supports .academics_tags_wrap:after,
.no-supports .academics_tags_wrap:before {
  content: none;
}
.academics_tags {
  display: block;
  height: 190px;
  margin: 0 auto -16px;
  -webkit-transform: rotate(-90deg) translate(0, 100%);
      -ms-transform: rotate(-90deg) translate(0, 100%);
          transform: rotate(-90deg) translate(0, 100%);
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  white-space: nowrap;
}
.touchevents .academics_tags {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.no-touchevents .academics_tags {
  overflow: visible;
}
.academic_item_tags:first-child {
  padding-top: 35px;
}
.academic_item_tags:last-child {
  padding-bottom: 35px;
}
.academic_item {
  display: none;
}
.academic_item.active {
  display: block;
}
.tags {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  margin: 0 20px;
  letter-spacing: 1px;
}
.year_tag {
  color: #fff;
  background-color: #E65525;
  letter-spacing: 1.8px;
  margin-top: 10px;
  padding: 5px 5px 0 15px;
}
.book_tag {
  color: #1A1A1A;
  margin-top: 25px;
  padding-left: 16px;
}
.book_tag:focus,
.book_tag:active,
.no-touchevents .book_tag:hover {
  color: #E65525;
}
.book_tag.fs-swapper-active {
  color: #1A1A1A;
}
.book_tag.fs-swapper-active:after {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .book_tag.fs-swapper-active:after {
  background-image: url(../images/icons.svg);
}
.book_tag.fs-swapper-active:after {
  width: 14px;
  height: 14px;
  background-position: -110px 0;
  position: relative;
  top: 2px;
  left: 12px;
}
.book_swap.fs-swapper-enabled.fs-swapper-target {
  transition: opacity 0.8s 0.35s,
				visibility 0.8s 0.35s;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.book_swap.fs-swapper-enabled.fs-swapper-active {
  opacity: 1;
  height: auto;
}
.book_wrap {
  background-color: #F7F7F7;
  border-top-width: 9px;
  border-top-style: solid;
  border-color: #98252B;
  padding: 20px;
}
@media (min-width: 992px ) {
  .book_wrap {
    padding: 60px 40px 75px 70px;
  }
}
.book_left h2 {
  color: #005195;
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0;
}
.book_left p {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.83333333;
  font-family: "SchoolbookItalic";
  margin: 10px 0 20px 0;
}
@media (min-width: 768px ) {
  .book_left p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px ) {
  .book_left p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px ) {
  .book_left p {
    margin: 38px 68px 57px 0;
  }
}
.book_left p.subject {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.52380952;
  color: #98252B;
  margin: 0;
}
@media (min-width: 768px ) {
  .book_left p.subject {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 768px ) {
  .book_left p.subject {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.subject_label {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #616265;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 10px;
  letter-spacing: 1.2px;
}
.book_right p {
  font-family: "Univers-Light";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.71428571;
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  margin: 20px 0 10px 0;
}
@media (min-width: 768px ) {
  .book_right p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px ) {
  .book_right p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px ) {
  .book_right p {
    margin: 45px 0 20px 0;
  }
}
.book_right p.book_label {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #616265;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 20px 0 20px 0;
  letter-spacing: 1.2px;
}
.book_right .link_arrow {
  font-size: 14px;
  font-size: 0.875rem;
}
.book_drawing_wrap {
  float: left;
  border-left-width: 9px;
  border-left-style: solid;
  position: relative;
  width: 115px;
  height: 155px;
  width: 115;
  height: 155;
  margin-right: 20px;
  overflow: hidden;
}
@media (min-width: 992px ) {
  .book_drawing_wrap {
    width: 169px;
    height: 240px;
    width: 169;
    height: 240;
  }
}
.book_drawing_wrap:before {
  display: block;
  width: 100%;
  height: 130%;
  content: "";
}
.book_drawing {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
p.book_title {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin: 0;
}
@media (min-width: 992px ) {
  p.book_title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.seal {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.seal:before {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .seal:before {
  background-image: url(../images/icons.svg);
}
.seal:before {
  width: 38px;
  height: 38px;
  background-position: -134px 0;
}
.book_drawing_wrap.theme_image {
  border: none;
  background-size: cover;
  background-position: center center;
}
.book_drawing_wrap.theme_image:before {
  display: none;
}
.book_drawing_wrap.theme_green {
  background-color: #6C953C;
  border-color: #54742E;
}
.book_drawing_wrap.theme_green:before {
  background-image: linear-gradient(46deg, #54742E 0%, #6C953C 100%);
}
.book_drawing_wrap.theme_orange {
  background-color: #E65525;
  border-color: #BA4923;
}
.book_drawing_wrap.theme_orange:before {
  background-image: linear-gradient(46deg, #BA4923 0%, #E65525 100%);
}
.book_drawing_wrap.theme_red {
  background-color: #98252B;
  border-color: #852025;
}
.book_drawing_wrap.theme_red:before {
  background-image: linear-gradient(46deg, #98252B 0%, #852025 100%);
}
.book_drawing_wrap.theme_blue {
  background-color: #005195;
  border-color: #02335D;
}
.book_drawing_wrap.theme_blue:before {
  background-image: linear-gradient(46deg, #02335D 0%, #005195 100%);
}
/* ==========================================================================
	 Admission
============================================================================= */
.admission_feature {
  background-color: #1A1A1A;
  color: #fff;
  margin-bottom: 20px;
}
.admission_feature_wrapper {
  position: relative;
}
@media (min-width: 500px ) {
  .admission_feature_wrapper {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px ) {
  .admission_feature_wrapper {
    padding: 40px 0;
  }
}
@media (min-width: 992px ) {
  .admission_feature_wrapper {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px ) {
  .admission_feature_wrapper {
    padding-bottom: 90px;
  }
}
.admission_feature_bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
.admission_feature_header {
  text-align: center;
}
.admission_feature_heading {
  color: #fff;
  margin: 40px 0;
}
@media (min-width: 768px ) {
  .admission_feature_heading {
    margin: 50px 0;
  }
}
@media (min-width: 992px ) {
  .admission_feature_heading {
    margin: 66px 0;
  }
}
.admission_feature_item {
  max-width: 400px;
  margin: 0 auto 26px auto;
}
@media (min-width: 768px ) {
  .admission_feature_item {
    float: left;
    width: calc(33.3333% - 8px);
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px ) {
  .admission_feature_item {
    width: calc(33.3333% - 12px);
    margin-right: 18px;
  }
}
@media (min-width: 1200px ) {
  .admission_feature_item {
    width: calc(33.3333% - 17px);
    margin-right: 25px;
  }
}
@media (min-width: 768px ) {
  .admission_feature_item:last-child {
    margin-right: 0;
  }
}
.admission_feature_item_figure {
  display: block;
}
.admission_feature_item_figure picture {
  display: block;
}
.admission_feature_item_figure img {
  width: 100%;
}
.admission_feature_item_picture {
  display: block;
}
.admission_feature_item_image {
  display: block;
}
.admission_feature_item_link {
  display: block;
  background-color: #fff;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 23px 20px 20px;
}
@media (min-width: 500px ) {
  .admission_feature_item_link {
    margin: -30px 30px 0;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .admission_feature_item_link {
    margin: 0 10px;
  }
}
.admission_feature_item_link:before {
  display: block;
  position: absolute;
  width: 20px;
  height: 102%;
  top: -1%;
  left: -2px;
  content: "";
  transition: width 0.45s;
}
.no-touchevents .admission_feature_item_link:hover:before {
  width: 102%;
}
.no-touchevents .admission_feature_item_link:hover .admission_feature_item_label {
  color: #fff;
}
.admission_feature_item_label {
  position: relative;
  transition: color 0.45s;
}
/* Color Variations
============================================================================= */
.admission_feature_item.theme_red .admission_feature_item_link {
  color: #98252B;
  border-left-color: #98252B;
}
.admission_feature_item.theme_red .admission_feature_item_link:before {
  background-color: #98252B;
}
.admission_feature_item.theme_orange .admission_feature_item_link {
  color: #E65525;
  border-left-color: #E65525;
}
.admission_feature_item.theme_orange .admission_feature_item_link:before {
  background-color: #E65525;
}
.admission_feature_item.theme_blue .admission_feature_item_link {
  color: #005195;
  border-left-color: #005195;
}
.admission_feature_item.theme_blue .admission_feature_item_link:before {
  background-color: #005195;
}
.admission_feature_item.theme_green .admission_feature_item_link {
  color: #6C953C;
  border-left-color: #6C953C;
}
.admission_feature_item.theme_green .admission_feature_item_link:before {
  background-color: #6C953C;
}
/* ==========================================================================
	 Feature Image
============================================================================= */
.feature_image {
  position: relative;
  background-color: #F7F7F7;
  color: #fff;
  min-height: 250px;
}
@media (min-width: 500px ) {
  .feature_image {
    min-height: 300px;
  }
}
@media (min-width: 768px ) {
  .feature_image {
    min-height: 350px;
  }
}
@media (max-width: 991px ) {
  .feature_image {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px ) {
  .feature_image {
    min-height: 450px;
  }
}
@media (min-width: 1200px ) {
  .feature_image {
    min-height: 500px;
  }
}
.feature_image_wrapper {
  position: absolute;
  background-image: linear-gradient(-180deg, rgba(216, 216, 216, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  right: 0;
  bottom: 0;
  left: 0;
  padding: 90px 0 20px;
  z-index: 1;
}
@media (min-width: 500px ) {
  .feature_image_wrapper {
    padding: 120px 0 15px;
  }
}
@media (min-width: 768px ) {
  .feature_image_wrapper {
    background-image: linear-gradient(-180deg, rgba(216, 216, 216, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 130px 0 25px;
  }
}
@media (min-width: 992px ) {
  .feature_image_wrapper {
    padding: 140px 0 35px;
  }
}
@media (min-width: 1200px ) {
  .feature_image_wrapper {
    background-image: linear-gradient(-180deg, rgba(216, 216, 216, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    padding: 150px 0 35px;
  }
}
.feature_image_wrapper .fs-cell {
  position: relative;
}
.feature_image_heading {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px ) {
  .feature_image_heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .feature_image_heading {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 768px ) {
  .feature_image_heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .feature_image_heading {
    font-size: 48px;
    font-size: 3rem;
  }
}
.feature_image_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* ==========================================================================
	 No Image
============================================================================= */
.no_image {
  background-color: #F7F7F7;
}
.no_image_heading {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  color: #000;
  margin-top: 25px;
}
@media (min-width: 768px ) {
  .no_image_heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .no_image_heading {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 768px ) {
  .no_image_heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .no_image_heading {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 500px ) {
  .no_image_heading {
    margin-top: 95px;
  }
}
/* ==========================================================================
	 Home Feature
============================================================================= */
.home_feature {
  position: relative;
  background-color: #1A1A1A;
  margin: 0 0 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px ) {
  .home_feature {
    background-color: transparent;
    margin: 0 0 30px;
    padding-bottom: 0;
  }
}
.home_feature_header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  text-align: center;
}
@media (max-width: 767px ) {
  .home_feature_header {
    background-color: rgba(26, 26, 26, 0.85);
    background: linear-gradient(to bottom, rgba(26, 26, 26, 0.85), rgba(26, 26, 26, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d91a1a1a', endColorstr='#001a1a1a', GradientType=0);
    padding: 10px 0 40px;
  }
}
@media (min-width: 768px ) {
  .home_feature_header {
    padding: 40px 0 0;
  }
}
@media (min-width: 992px ) {
  .home_feature_header {
    padding: 70px 0 0;
  }
}
@media (min-width: 992px ) and (max-height: 899px) {
  .home_feature_header {
    padding-top: 40px;
  }
}
.home_feature_heading {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  display: inline-block;
  color: #fff;
}
.home_feature_heading:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: repeating-linear-gradient(to right, #E65525 0px, #E65525 1px, transparent 1px, transparent 4px);
  content: "";
}
@media (max-width: 767px ) {
  .home_feature_heading {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 992px ) and (max-height: 899px) {
  .home_feature_heading_wrapper {
    width: 70%;
    left: 30%;
  }
}
.home_feature_mobile_select_row {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px ) {
  .home_feature_mobile_select_row {
    display: none !important;
    visibility: hidden;
  }
}
.home_feature_mobile_select {
  display: block;
}
.home_feature_dropdown {
  max-width: 60%;
  margin: 10px auto 0;
}
.home_feature_items {
  background-color: #1A1A1A;
}
.home_feature_item {
  position: relative;
  background-color: #1A1A1A;
}
.home_feature_item.fs-carousel-item {
  opacity: 0;
  transition: opacity 0.01s linear 0.5s, visibility 0.01s linear 0.5s;
  visibility: hidden;
}
.home_feature_item.fs-carousel-visible {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.5s;
  visibility: visible;
}
@media (min-width: 768px ) {
  .home_feature_item.fs-carousel-visible .home_feature_content {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    transition-duration: 0.5s;
  }
}
.home_feature_background {
  position: relative;
  overflow: hidden;
}
@media (max-width: 499px ) {
  .home_feature_background {
    padding-bottom: 75%;
  }
}
@media (min-width: 500px ) and (max-width: 767px ) {
  .home_feature_background {
    padding-bottom: 45%;
  }
}
@media (max-width: 767px ) {
  .home_feature_background {
    width: 100%;
    height: 1px;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .home_feature_background:after {
    background-color: rgba(26, 26, 26, 0);
    background: linear-gradient(to bottom, rgba(26, 26, 26, 0), #1A1A1A);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001a1a1a', endColorstr='#ff1a1a1a', GradientType=0);
    position: absolute;
    height: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
  }
}
@media (min-width: 768px ) {
  .home_feature_background {
    position: absolute;
    height: 100%;
    top: 0;
    right: 45%;
    bottom: 0;
    z-index: 0;
    will-change: right;
  }
}
@media (min-width: 992px ) {
}
@media (min-width: 1200px ) {
  .home_feature_background {
    right: 35%;
  }
}
.home_feature_picture {
  position: relative;
  opacity: 99.99%;
}
@media (max-width: 767px ) {
  .home_feature_picture {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px ) {
  .home_feature_picture {
    height: 100%;
  }
  .home_feature_picture:after {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: radial-gradient(circle at center, rgba(26, 26, 26, 0.15) 30%, #1A1A1A 85%);
    background-size: contain;
    content: '';
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.home_feature_picture,
.home_feature_image {
  display: block;
}
@media (max-width: 767px ) {
  .home_feature_picture,
  .home_feature_image {
    width: 100%;
  }
}
@media (min-width: 768px ) {
  .home_feature_picture,
  .home_feature_image {
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.home_feature_content {
  position: relative;
  z-index: 1;
  padding: 0 15px 0 15px;
  text-shadow: 0 1px 2px rgba(26, 26, 26, 0.5);
}
@media (max-width: 767px ) {
  .home_feature_content {
    margin-top: -95px;
  }
}
@media (min-width: 768px ) {
  .home_feature_content {
    padding: 120px 0 60px;
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    transition: opacity 0.01s linear 0.75s, -webkit-transform 0.01s ease 0.75s;
    transition: opacity 0.01s linear 0.75s, transform 0.01s ease 0.75s;
    transition: opacity 0.01s linear 0.75s, transform 0.01s ease 0.75s, -webkit-transform 0.01s ease 0.75s;
  }
}
@media (min-width: 992px ) {
  .home_feature_content {
    padding: 160px 0 80px;
  }
}
@media (min-width: 992px ) and (max-height: 899px) {
  .home_feature_content {
    width: 70%;
    left: 30%;
    padding: 110px 0 60px;
  }
}
.no-cssgradients .home_feature_content {
  background-color: #1A1A1A;
  box-shadow: -42px 42px 0 #1A1A1A, -42px 0 0 #1A1A1A;
}
.home_feature_author {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}
.home_feature_author.focusable:active,
.home_feature_author.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}
.home_feature_quote {
  margin: 0;
}
.home_feature_quote p {
  font-family: "SchoolbookItalic";
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1.9;
  margin: 0 0 20px;
}
@media (min-width: 768px ) {
  .home_feature_quote p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px ) {
  .home_feature_quote p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.home_feature_quote p.home_feature_tag {
  text-align: center;
  line-height: 1;
  margin: 0;
}
.home_feature_citation {
  text-align: center;
}
.home_feature_citation:before,
.home_feature_citation:after {
  content: " ";
  display: table;
}
.home_feature_citation:after {
  clear: both;
}
.home_feature_citation:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.home_feature_citation:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.home_feature_name {
  font-family: "SchoolbookItalic";
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  margin: 0 0 10px;
}
@media (min-width: 768px ) {
  .home_feature_name {
    font-size: 16px;
    font-size: 1rem;
  }
}
.home_feature_label {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  color: #EFDEBC;
  display: inline-block;
  letter-spacing: 0.1em;
  margin: 6px 0 0 12px;
  text-transform: uppercase;
}
.home_feature_footer {
  border-top: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.15);
  margin: 10px 0 0;
  padding: 12px 0 0;
  text-align: center;
}
.home_feature_footer:before {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .home_feature_footer:before {
  background-image: url(../images/icons.svg);
}
@media (min-width: 768px ) {
}
@media (min-width: 992px ) {
}
.home_feature_footer:before {
  width: 11px;
  height: 11px;
  background-position: -95px 0;
  display: block;
  margin: 0 auto 10px;
}
@media (min-width: 768px ) {
  .home_feature_footer:before {
    width: 14px;
    height: 14px;
    background-position: -110px 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px ) and (max-height: 899px) {
  .home_feature_footer:before {
    display: inline-block;
    margin: 0 15px 0 0;
  }
}
.home_feature_year {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #C8C3BC;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 768px ) {
  .home_feature_year {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 5px;
  }
}
.home_feature_book {
  font-family: "SchoolbookItalic";
  font-size: 14px;
  font-size: 0.875rem;
  color: #EFDEBC;
}
@media (max-width: 767px ) {
  .home_feature_book {
    display: block;
    margin-top: 5px;
  }
}
@media (min-width: 768px ) {
  .home_feature_book {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.home_feature_thumbnails {
  height: 195px;
  width: 100%;
  margin-top: -15px;
  overflow: hidden;
}
@media (max-width: 767px ) {
  .home_feature_thumbnails {
    display: none;
  }
}
.home_feature_thumbnails_wrapper {
  height: 225px;
  text-align: center;
  white-space: nowrap;
}
.touchevents .home_feature_thumbnails_wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.no-touchevents .home_feature_thumbnails_wrapper {
  overflow: hidden;
}
.home_feature_thumbnail {
  position: relative;
  background-color: #1A1A1A;
  width: 240px;
  height: 160px;
  border-top: 0 solid #E65525;
  display: inline-block;
  cursor: pointer;
  margin: 35px 10px 0;
  overflow: hidden;
  transition: height 0.25s ease, width 0.25s ease, border 0.25s ease, margin 0.25s ease;
  vertical-align: top;
}
.home_feature_thumbnail:first-child {
  margin-left: 0;
}
.home_feature_thumbnail:last-child {
  margin-right: 0;
}
.home_feature_thumbnail:after,
.home_feature_thumbnail:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  content: '';
  transition: opacity 0.25s linear;
}
.home_feature_thumbnail:before {
  background: radial-gradient(circle at 50% 25%, rgba(26, 26, 26, 0.3) 20%, rgba(26, 26, 26, 0.9) 80%);
  background-size: contain;
}
.home_feature_thumbnail:after {
  background: radial-gradient(circle at 50% 25%, rgba(230, 85, 37, 0.3) 20%, rgba(230, 85, 37, 0.9) 80%);
  background-size: contain;
  opacity: 0;
}
.home_feature_thumbnail.active {
  width: 280px;
  height: 195px;
  border-top-width: 15px;
  margin-top: 0;
}
.home_feature_thumbnail.active:before {
  opacity: 0;
}
.home_feature_thumbnail.active:after {
  opacity: 1;
}
.home_feature_thumbnail.active:focus:after,
.no-touchevents .home_feature_thumbnail.active:hover:after {
  opacity: 1;
}
.home_feature_thumbnail:focus:before,
.no-touchevents .home_feature_thumbnail:hover:before {
  opacity: 0;
}
.home_feature_thumbnail:focus:after,
.no-touchevents .home_feature_thumbnail:hover:after {
  opacity: 0.75;
}
.home_feature_thumbnail_image {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.home_feature_thumbnail_label {
  position: absolute;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 1.8px;
  bottom: 20px;
  right: 10px;
  left: 10px;
  z-index: 2;
  text-transform: uppercase;
}
/* ==========================================================================
	 Student Life Feature
============================================================================= */
.student_wrap {
  position: relative;
}
.student_inner:before,
.student_inner:after {
  content: " ";
  display: table;
}
.student_inner:after {
  clear: both;
}
.student_inner:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.student_inner:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.student_link {
  display: block;
  position: relative;
  width: 100%;
  height: 205px;
}
@media (min-width: 500px ) {
  .student_link {
    float: left;
    width: 50%;
    height: 205px;
  }
}
@media (min-width: 768px ) {
  .student_link {
    height: 475px;
  }
}
@media (min-width: 1200px ) {
  .student_link {
    height: 640px;
  }
}
.student_link.theme_blue .border {
  border-color: #005195;
}
.student_link.theme_green .border {
  border-color: #6C953C;
}
.student_link .student_image_background:active:before,
.student_link .student_image_background:focus:before,
.no-touchevents .student_link .student_image_background:hover:before {
  opacity: 0.3;
}
.student_link h2 {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: 1.5rem;
  width: 100%;
  z-index: 2;
  margin: 0;
  padding: 0 25px;
}
@media (min-width: 768px ) {
  .student_link h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .student_link h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 768px ) {
  .student_link h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .student_link h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 768px ) {
  .student_link h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 992px ) {
  .student_link h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px ) {
  .student_link h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}
.border {
  border-left-width: 9px;
  border-left-style: solid;
  display: inline-block;
  height: 20px;
  margin: 2px 10px 0 0;
}
@media (min-width: 992px ) {
  .border {
    border-left-width: 18px;
    border-left-style: solid;
    height: 38px;
    margin: 2px 20px 0 0;
  }
}
.student_image_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.student_image_background:before {
  position: absolute;
  background-color: #1A1A1A;
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: 0.8;
}
.student_show {
  display: none;
}
.student_content .student_image_background {
  height: 800px;
}
.student_content_inner {
  position: relative;
  z-index: 2;
  padding: 115px 0 0 0;
}
.student_tabs {
  text-align: center;
}
.student_tabs .date_tab:focus.theme_blue,
.student_tabs .date_tab:active.theme_blue,
.no-touchevents .student_tabs .date_tab:hover.theme_blue,
.student_tabs .date_tab.fs-swapper-active.theme_blue {
  border-color: #005195;
}
.student_tabs .date_tab:focus.theme_green,
.student_tabs .date_tab:active.theme_green,
.no-touchevents .student_tabs .date_tab:hover.theme_green,
.student_tabs .date_tab.fs-swapper-active.theme_green {
  border-color: #6C953C;
}
.student_tab_content {
  margin-top: 60px;
}
.student_tab_content .carousel_dates.fs-carousel-enabled .fs-carousel-canister {
  position: relative;
}
.student_tab_content.fs-swapper-enabled.fs-swapper-target {
  display: none;
}
.student_tab_content.fs-swapper-enabled.fs-swapper-active {
  display: block;
}
.student_carousel.carousel_dates.fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-control {
  display: none;
}
@media (min-width: 992px ) {
  .student_carousel.carousel_dates.fs-carousel.carousel_base.fs-carousel-enabled .fs-carousel-control {
    display: block;
    top: 40%;
  }
}
.student_item {
  margin-right: 25px;
}
.student_item figure {
  display: block;
}
.student_item figure picture {
  display: block;
}
.student_item figure img {
  width: 100%;
}
.student_text {
  border-left-width: 18px;
  border-left-style: solid;
  background-color: #fff;
  position: relative;
  width: 90%;
  margin: -30px auto 0;
  padding: 15px 0;
}
.student_text p {
  text-transform: uppercase;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  letter-spacing: 2px;
}
/* ==========================================================================
	 Color Variations
============================================================================= */
.student_content.theme_red .admission_feature_item_link {
  color: #98252B;
  border-left-color: #98252B;
}
.student_content.theme_red .admission_feature_item_link:before {
  background-color: #98252B;
}
.student_content.theme_orange .admission_feature_item_link {
  color: #E65525;
  border-left-color: #E65525;
}
.student_content.theme_orange .admission_feature_item_link:before {
  background-color: #E65525;
}
.student_content.theme_blue .admission_feature_item_link {
  color: #005195;
  border-left-color: #005195;
}
.student_content.theme_blue .admission_feature_item_link:before {
  background-color: #005195;
}
.student_content.theme_green .admission_feature_item_link {
  color: #6C953C;
  border-left-color: #6C953C;
}
.student_content.theme_green .admission_feature_item_link:before {
  background-color: #6C953C;
}
/* ==========================================================================
	 Alert
============================================================================= */
.site_alert {
  background-color: #E65525;
  color: #fff;
}
.site_alert.js-bound {
  overflow: hidden;
  max-height: 400px;
  transition: max-height 0.25s;
}
.site_alert.js-toggle_active {
  max-height: 0;
}
.site_alert.inactive {
  display: none !important;
  visibility: hidden;
}
.site_alert_container {
  position: relative;
  padding: 30px 0;
}
@media (min-width: 768px ) {
  .site_alert_container {
    padding: 50px 0;
  }
}
.site_alert_button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 0 20px;
  transition: opacity 0.25s;
}
.site_alert_button:after {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .site_alert_button:after {
  background-image: url(../images/icons.svg);
}
@media (min-width: 500px ) {
  .site_alert_button {
    padding: 30px 0 30px;
  }
}
@media (min-width: 768px ) {
  .site_alert_button {
    padding: 30px;
  }
}
@media (min-width: 768px ) {
  .site_alert_button {
    padding: 40px;
  }
}
.site_alert_button:after {
  width: 19px;
  height: 19px;
  background-position: -69px 0;
  display: block;
}
.no-touchevents .site_alert_button:hover {
  opacity: 0.6;
}
.site_alert_button_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}
.site_alert_button_label.focusable:active,
.site_alert_button_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}
@media (min-width: 768px ) {
  .site_alert_header,
  .site_alert_description {
    margin-right: 65px;
  }
}
@media (min-width: 992px ) {
  .site_alert_header,
  .site_alert_description {
    margin-right: 80px;
  }
}
@media (min-width: 1200px ) {
  .site_alert_header,
  .site_alert_description {
    margin-right: 100px;
  }
}
.site_alert_date {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin: 8px 0;
}
.site_alert_title {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  color: #1A1A1A;
}
@media (min-width: 768px ) {
  .site_alert_title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 768px ) {
  .site_alert_title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 768px ) {
  .site_alert_title {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.site_alert_description {
  margin-top: 6px;
  margin-bottom: 6px;
}
.site_alert_description p {
  margin: 0;
}
.site_alert_description,
.site_alert_description p {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.81818182;
  color: #fff;
}
@media (min-width: 768px ) {
  .site_alert_description,
  .site_alert_description p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.site_alert_description a,
.site_alert_description p a {
  border-bottom: 1px solid;
  color: inherit;
}
.no-touchevents .site_alert_description a:hover,
.no-touchevents .site_alert_description p a:hover {
  color: #1A1A1A;
}
/* ==========================================================================
	Announcement/Event
============================================================================= */
.announcement_wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 992px ) {
  .announcement_wrap {
    padding-top: 60px;
  }
}
@media (min-width: 992px ) {
  .announcement_wrap {
    padding-bottom: 60px;
  }
}
.announcement_image_wrap {
  position: relative;
  width: 100%;
  display: table;
}
.announcement_figure {
  display: block;
}
.announcement_figure picture {
  display: block;
}
.announcement_figure img {
  width: 100%;
}
.announcement_image {
  background-color: #F7F7F7;
}
.announcement_body {
  background-color: #fff;
  border-left-width: 9px;
  border-left-style: solid;
  border-color: #E65525;
  position: relative;
  width: 90%;
  margin: -20px auto 0;
  padding: 15px 20px;
}
@media (min-width: 500px ) {
  .announcement_body {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
    margin: 0 0 0 -50px;
    padding: 15px 20px;
  }
}
@media (min-width: 992px ) {
  .announcement_body {
    border-left-width: 18px;
    border-left-style: solid;
    padding: 30px 45px;
  }
}
.announcement_side {
  width: 100%;
}
@media (min-width: 500px ) {
  .announcement_side {
    width: 50%;
    display: table-cell;
  }
}
.announcement_side.announcement_right {
  float: right;
}
.announcement_type_wrap {
  margin-bottom: 10px;
}
.announcement_type_wrap:before,
.announcement_type_wrap:after {
  content: " ";
  display: table;
}
.announcement_type_wrap:after {
  clear: both;
}
.announcement_type_wrap:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.announcement_type_wrap:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 992px ) {
  .announcement_type_wrap {
    margin-bottom: 30px;
  }
}
.announcement_type {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
  margin: 0 20px 0 0;
}
.announcement_type:last-child {
  margin-right: 0;
}
.announcement_type.theme_red {
  color: #98252B;
}
.announcement_type.theme_orange {
  color: #E65525;
}
.announcement_content a {
  display: block;
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.52380952;
  color: #1A1A1A;
}
@media (min-width: 768px ) {
  .announcement_content a {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 768px ) {
  .announcement_content a {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 992px ) {
  .announcement_content a {
    margin-bottom: 20px;
  }
}
.announcement_content a:active,
.announcement_content a:focus,
.no-touchevents .announcement_content a:hover {
  color: #98252B;
}
.announcement_content p {
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin: 3px 0;
}
.announcement_content p.announcement_detail {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 11px;
}
.announcement_content .row {
  display: none;
}
@media (min-width: 992px ) {
  .announcement_content .row {
    display: block;
  }
}
/* ==========================================================================
	Color Variations
============================================================================= */
.announcement_wrap.theme_red {
  background-color: #98252B;
}
.announcement_wrap.theme_orange {
  background-color: #E65525;
}
.announcement_wrap.theme_orange .announcement_body {
  border-left-width: 9px;
  border-left-style: solid;
  border-color: #98252B;
}
@media (min-width: 500px ) {
  .announcement_wrap.theme_orange .announcement_body {
    border-right-width: 9px;
    border-right-style: solid;
    width: 55%;
    margin: 0 -50px 0 0;
    border-left: none;
  }
}
@media (min-width: 992px ) {
  .announcement_wrap.theme_orange .announcement_body {
    border-right-width: 18px;
    border-right-style: solid;
  }
}
/* ==========================================================================
	 Calls to Action
============================================================================= */
.calls_to_action {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
}
@media (min-width: 768px ) {
  .calls_to_action {
    padding: 30px;
  }
}
.calls_to_action_wrapper {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}
@media (min-width: 768px ) {
  .calls_to_action_wrapper {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px ) {
  .calls_to_action_wrapper {
    padding-bottom: 80px;
  }
}
.calls_to_action_wrapper .container {
  max-width: 100%;
}
.calls_to_action_bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E8E8E8;
}
.calls_to_action_bg .fs-background-container {
  opacity: 0.3;
}
.calls_to_action_header {
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 992px ) {
  .calls_to_action_header {
    margin: 40px 0 50px;
  }
}
.calls_to_action_heading {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.14285714;
  text-transform: uppercase;
  color: #98252B;
  letter-spacing: 2px;
  margin: 0;
}
@media (min-width: 768px ) {
  .calls_to_action_heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.calls_to_action_item {
  text-align: center;
  max-width: 400px;
  margin: 15px auto;
}
@media (min-width: 768px ) {
  .calls_to_action_item {
    max-width: none;
  }
}
@media (min-width: 992px ) {
  .calls_to_action_item {
    float: left;
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
}
@media (min-width: 1200px ) {
  .calls_to_action_item {
    width: calc(33.3333% - 16px);
    margin-right: 24px;
  }
}
.calls_to_action_item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px ) {
  .calls_to_action_item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px ) {
  .calls_to_action_item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 1200px ) {
  .calls_to_action_count_2 .calls_to_action_item {
    width: 400px;
    margin: 0 26px 0 0;
  }
}
@media (min-width: 1200px ) {
  .calls_to_action_count_2 .calls_to_action_item:first-child {
    margin-left: 157px;
  }
}
@media (min-width: 1200px ) {
  .calls_to_action_count_2 .calls_to_action_item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px ) {
  .calls_to_action_count_3 .calls_to_action_item {
    width: calc(33.33333% - 10px);
    margin: 0 12px 0 0;
  }
}
@media (min-width: 1200px ) {
  .calls_to_action_count_3 .calls_to_action_item {
    width: calc(33.33333% - 18px);
    margin: 0 26px 0 0;
  }
}
@media (min-width: 992px ) {
  .calls_to_action_count_3 .calls_to_action_item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px ) {
  .calls_to_action_count_3 .calls_to_action_item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px ) {
  .calls_to_action_count_4 .calls_to_action_item {
    width: calc(25% - 9px);
    margin: 0 12px 0 0;
  }
}
@media (min-width: 1200px ) {
  .calls_to_action_count_4 .calls_to_action_item:last-child {
    margin-right: 0;
  }
}
.calls_to_action_item_wrapper {
  position: relative;
}
@media (min-width: 992px ) {
  .calls_to_action_item_wrapper {
    padding: 185px 0 0;
  }
}
.calls_to_action_item_bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px ) {
  .calls_to_action_item_bg {
    display: none !important;
    visibility: hidden;
  }
}
.calls_to_action_link {
  position: relative;
  display: block;
  background-color: #fff;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  overflow: hidden;
  min-width: 65%;
  letter-spacing: 2px;
}
@media (min-width: 992px ) {
  .calls_to_action_link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 20px;
  }
}
@media (min-width: 992px ) {
}
.calls_to_action_link:before {
  display: block;
  position: absolute;
  width: 11px;
  height: 102%;
  top: -1%;
  left: -2px;
  content: "";
  transition: width 0.45s;
}
.no-touchevents .calls_to_action_link:hover:before {
  width: 104%;
}
.no-touchevents .calls_to_action_link:hover .calls_to_action_label {
  color: #fff;
}
.calls_to_action_figure {
  position: relative;
  display: block;
  float: left;
}
@media (min-width: 992px ) {
  .calls_to_action_figure {
    display: none !important;
    visibility: hidden;
  }
}
@media (max-width: 991px ) {
  .calls_to_action_figure {
    border-right: 9px solid;
  }
}
.calls_to_action_image {
  display: block;
}
.calls_to_action_label {
  position: relative;
  overflow: hidden;
  display: block;
  transition: color 0.45s;
}
@media (max-width: 991px ) {
  .calls_to_action_label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 100%;
    padding: 0 6px;
    text-align: center;
  }
}
@media (min-width: 992px ) {
  .calls_to_action_label {
    white-space: nowrap;
  }
}
.calls_to_action_content {
  height: 80px;
}
@media (max-width: 991px ) {
  .calls_to_action_content {
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 768px ) {
  .calls_to_action_content {
    height: 125px;
  }
}
@media (min-width: 992px ) {
  .calls_to_action_content {
    height: auto;
  }
}
/* Color Variations
============================================================================= */
@media (max-width: 991px ) {
  .calls_to_action_item.theme_blue .calls_to_action_figure {
    border-right-color: #005195;
  }
}
.calls_to_action_item.theme_blue .calls_to_action_link {
  color: #005195;
}
@media (min-width: 992px ) {
  .calls_to_action_item.theme_blue .calls_to_action_link {
    border-left-color: #005195;
  }
}
.calls_to_action_item.theme_blue .calls_to_action_link:before {
  background-color: #005195;
}
@media (max-width: 991px ) {
  .calls_to_action_item.theme_green .calls_to_action_figure {
    border-right-color: #6C953C;
  }
}
.calls_to_action_item.theme_green .calls_to_action_link {
  color: #6C953C;
}
@media (min-width: 992px ) {
  .calls_to_action_item.theme_green .calls_to_action_link {
    border-left-color: #6C953C;
  }
}
.calls_to_action_item.theme_green .calls_to_action_link:before {
  background-color: #6C953C;
}
@media (max-width: 991px ) {
  .calls_to_action_item.theme_red .calls_to_action_figure {
    border-right-color: #98252B;
  }
}
.calls_to_action_item.theme_red .calls_to_action_link {
  color: #98252B;
}
@media (min-width: 992px ) {
  .calls_to_action_item.theme_red .calls_to_action_link {
    border-left-color: #98252B;
  }
}
.calls_to_action_item.theme_red .calls_to_action_link:before {
  background-color: #98252B;
}
@media (max-width: 991px ) {
  .calls_to_action_item.theme_orange .calls_to_action_figure {
    border-right-color: #E65525;
  }
}
.calls_to_action_item.theme_orange .calls_to_action_link {
  color: #E65525;
}
@media (min-width: 992px ) {
  .calls_to_action_item.theme_orange .calls_to_action_link {
    border-left-color: #E65525;
  }
}
.calls_to_action_item.theme_orange .calls_to_action_link:before {
  background-color: #E65525;
}
/* ==========================================================================
	 Campaign Template
============================================================================= */
.campaign_page {
  overflow: hidden;
  background-color: #c1bbb3;
}
/* Feature
============================================================================= */
.campaign_feature_section {
  position: relative;
  margin-bottom: 30px;
  padding-top: 100px;
}
@media (min-width: 992px ) {
  .campaign_feature_section {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px ) {
  .campaign_feature_section {
    padding-top: 200px;
  }
}
@media (min-width: 992px ) {
  .campaign_feature_section {
    padding-top: 280px;
  }
}
@media (min-width: 1200px ) {
  .campaign_feature_section {
    padding-top: 330px;
  }
}
.campaign_feature_bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.campaign_feature_wrapper {
  background-color: rgba(193, 187, 179, 0);
  background: linear-gradient(to bottom, rgba(193, 187, 179, 0), #c1bbb3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c1bbb3', endColorstr='#ffc1bbb3', GradientType=0);
  position: relative;
  padding-top: 80px;
}
@media (min-width: 1200px ) {
  .campaign_feature_wrapper {
    padding-top: 180px;
  }
}
.campaign_feature_container {
  background-color: #fff;
  border-top: 9px solid;
  padding: 20px;
  text-align: center;
}
@media (min-width: 500px ) {
  .campaign_feature_container {
    padding: 40px;
  }
}
@media (min-width: 768px ) {
  .campaign_feature_container {
    border-top-width: 18px;
    padding: 60px;
  }
}
@media (min-width: 992px ) {
  .campaign_feature_container {
    padding: 60px 100px;
  }
}
@media (min-width: 1200px ) {
  .campaign_feature_container {
    padding: 60px 120px;
  }
}
.campaign_feature_heading {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  color: #1A1A1A;
  margin: 0 0 20px;
}
@media (min-width: 768px ) {
  .campaign_feature_heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .campaign_feature_heading {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 768px ) {
  .campaign_feature_heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .campaign_feature_heading {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 499px ) {
  .campaign_feature_heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px ) {
  .campaign_feature_heading {
    margin-bottom: 30px;
  }
}
.campaign_feature_description,
.campaign_feature_description p {
  color: #616265;
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
@media (min-width: 768px ) {
  .campaign_feature_description,
  .campaign_feature_description p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 768px ) {
  .campaign_feature_description,
  .campaign_feature_description p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 499px ) {
  .campaign_feature_description,
  .campaign_feature_description p {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* Color Variations
============================================================================= */
.campaign_feature_section.theme_red .campaign_feature_container {
  border-top-color: #98252B;
}
.campaign_feature_section.theme_orange .campaign_feature_container {
  border-top-color: #E65525;
}
.campaign_feature_section.theme_blue .campaign_feature_container {
  border-top-color: #005195;
}
.campaign_feature_section.theme_green .campaign_feature_container {
  border-top-color: #6C953C;
}
/* ==========================================================================
	 Campaign Lockup
============================================================================= */
.campaign_lockup {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px ) {
  .campaign_lockup {
    margin-top: 40px;
  }
}
@media (min-width: 992px ) {
  .campaign_lockup {
    margin-bottom: 40px;
  }
}
.campaign_lockup .gallery_wrap {
  min-height: 280px;
}
.campaign_lockup_figure {
  display: block;
}
.campaign_lockup_figure picture {
  display: block;
}
.campaign_lockup_figure img {
  width: 100%;
}
@media (min-width: 992px ) {
  .campaign_lockup_figure {
    min-height: 175px;
  }
}
.campaign_lockup_image {
  display: block;
}
.campaign_lockup_container {
  background-color: #fff;
  position: relative;
  border-top: 9px solid;
  padding: 20px 20px 0 20px;
}
.campaign_lockup_container.with_gallery {
  border-top: 0;
  padding: 0;
  background: transparent;
  margin-top: -30px;
}
@media (min-width: 500px ) {
  .campaign_lockup_container {
    padding: 20px 30px 0 30px;
  }
}
@media (min-width: 768px ) {
  .campaign_lockup_container {
    border-top-width: 18px;
    margin-top: -100px;
    padding: 20px 0;
  }
}
@media (min-width: 992px ) {
  .campaign_lockup_container {
    margin-top: -175px;
  }
  .campaign_lockup_container.with_gallery {
    margin-top: -40px;
  }
}
.campaign_lockup_heading {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 10px 0;
}
@media (min-width: 768px ) {
  .campaign_lockup_heading {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 768px ) {
  .campaign_lockup_heading {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 768px ) {
  .campaign_lockup_heading {
    margin: 30px 0;
  }
}
.campaign_lockup_description,
.campaign_lockup_description p {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.55555556;
  color: #616265;
}
@media (min-width: 768px ) {
  .campaign_lockup_description,
  .campaign_lockup_description p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* Color Variations
============================================================================= */
.campaign_lockup.theme_red .campaign_lockup_container {
  border-top-color: #98252B;
}
.campaign_lockup.theme_green .campaign_lockup_container {
  border-top-color: #6C953C;
}
.campaign_lockup.theme_orange .campaign_lockup_container {
  border-top-color: #E65525;
}
.campaign_lockup.theme_blue .campaign_lockup_container {
  border-top-color: #005195;
}
/* ==========================================================================
	Campus
============================================================================= */
.campus_wrap {
  position: relative;
  padding: 60px 0;
  min-height: 415px;
  background: #E8E8E8;
  overflow: hidden;
}
@media (min-width: 500px ) {
  .campus_wrap {
    min-height: 415px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .campus_wrap {
    padding: 90px 0;
    background: none;
  }
}
@media (min-width: 992px ) {
  .campus_wrap {
    min-height: 720px;
  }
}
.campus_inner,
.campus_content_inner {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.campus_header {
  text-align: center;
}
@media (min-width: 768px ) {
  .campus_header {
    padding: 40px 80px;
    background: #E8E8E8;
  }
}
.campus_header p {
  margin-bottom: 20px;
}
@media (min-width: 768px ) {
  .campus_header p {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px ) {
  .campus_header p {
    line-height: 2;
  }
}
.campus_heading {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  display: inline-block;
  margin: 0 0 10px 0;
}
.campus_heading:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: repeating-linear-gradient(to right, #98252B 0px, #98252B 1px, transparent 1px, transparent 4px);
  content: "";
}
.campus_link_wrap {
  position: relative;
  height: 180px;
  margin-bottom: 35px;
}
@media (min-width: 500px ) {
  .campus_link_wrap {
    margin-top: -15px;
  }
}
@media (min-width: 768px ) {
  .campus_link_wrap {
    height: 309px;
    margin-top: -40px;
    margin-right: 30px;
  }
}
@media (min-width: 992px ) {
  .campus_link_wrap {
    margin-top: -30px;
  }
}
.campus_link_wrap figure {
  display: block;
}
.campus_link_wrap figure picture {
  display: block;
}
.campus_link_wrap figure img {
  width: 100%;
}
.campus_link_wrap img {
  opacity: 0.1;
}
.campus_link_wrap img,
.campus_link_wrap img:link,
.campus_link_wrap img:visited,
.campus_link_wrap img:hover,
.campus_link_wrap img:active,
.campus_link_wrap img:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
@media (min-width: 768px ) {
  .campus_link_wrap.first {
    margin-left: 30px;
    margin-right: 0;
  }
}
.campus_link_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.campus_link {
  display: block;
  text-align: center;
  border-top-width: 18px;
  border-top-style: solid;
  width: 100%;
  height: 100%;
}
.campus_link.theme_orange {
  background-color: #E65525;
  border-color: #E65525;
}
.campus_link.theme_blue {
  background-color: #005195;
  border-color: #005195;
}
.campus_link:active img,
.campus_link:focus img,
.no-touchevents .campus_link:hover img {
  opacity: 0;
}
.campus_link h3,
.campus_link h4 {
  color: #fff;
  margin: 0;
}
.campus_link h3 {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.campus_link h4 {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 768px ) {
  .campus_link h4 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .campus_link h4 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 768px ) {
  .campus_link h4 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .campus_link h4 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 500px ) and (max-width: 767px ) {
  .campus_link h4 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (min-width: 768px ) {
  .campus_link h4 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.campus_image_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 315px;
}
.campus_image_background:after {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
  background-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.001) 100%);
}
@media (min-width: 500px ) {
  .campus_image_background {
    top: 220px;
  }
}
@media (min-width: 768px ) {
  .campus_image_background {
    top: 0;
  }
}
/* ==========================================================================
	Campus Lightbox
============================================================================= */
.campus_show {
  display: none;
}
.campus_content {
  position: relative;
  z-index: 1;
  padding: 30px 0 0 0;
}
@media (min-width: 768px ) {
  .campus_content {
    padding: 60px 0 0 0;
  }
}
@media (min-width: 992px ) {
  .campus_content {
    padding: 90px 0 0 0;
  }
}
.campus_content_header:before,
.campus_content_header:after {
  content: " ";
  display: table;
}
.campus_content_header:after {
  clear: both;
}
.campus_content_header:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.campus_content_header:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.campus_content_header p {
  color: #fff;
  margin: 0;
}
.temp_wrap {
  margin-bottom: 20px;
}
.text_light {
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  color: #E8E8E8;
}
.campus_content_heading {
  color: #fff;
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  margin-top: 0;
}
@media (min-width: 768px ) {
  .campus_content_heading {
    display: inline-block;
  }
  .campus_content_heading:after {
    display: block;
    height: 6px;
    margin-top: 6px;
    background: repeating-linear-gradient(to right, #fff 0px, #fff 1px, transparent 1px, transparent 4px);
    content: "";
  }
}
.text_large {
  font-family: "Univers-CondensedBold";
  font-style: normal;
  font-weight: 400;
  font-size: 68px;
  font-size: 4.25rem;
  line-height: 0.95588235;
}
.campus_content_intro {
  font-family: "SchoolbookItalic";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px ) {
  .campus_content_intro {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.45454545;
  }
}
.campus_carousel {
  margin-top: 30px;
}
@media (min-width: 768px ) {
  .campus_carousel {
    margin-top: 60px;
  }
}
.campus_carousel .carousel_caption {
  border-top-width: 9px;
  border-top-style: solid;
  border-left: none;
}
.campus_carousel .theme_orange .carousel_caption {
  border-color: #E65525;
}
.campus_carousel .theme_orange .link_arrow:focus,
.campus_carousel .theme_orange .link_arrow:active,
.no-touchevents .campus_carousel .theme_orange .link_arrow:hover {
  color: #E65525;
}
.campus_carousel .theme_orange .link_arrow:after {
  width: 11px;
  height: 11px;
  width: 11;
  height: 11;
  background-position: -87px -50px;
}
.campus_carousel .theme_blue .carousel_caption {
  border-color: #005195;
}
.campus_carousel .theme_blue .link_arrow:focus,
.campus_carousel .theme_blue .link_arrow:active,
.no-touchevents .campus_carousel .theme_blue .link_arrow:hover {
  color: #005195;
}
.campus_carousel .theme_blue .link_arrow:after {
  width: 11px;
  height: 11px;
  width: 11;
  height: 11;
  background-position: -75px -30px;
}
.campus_carousel .link_arrow {
  color: rgba(97, 98, 101, 0.6);
  letter-spacing: 1px;
}
.campus_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-pagination {
  margin-top: 10px;
}
.carousel_text {
  color: #1A1A1A;
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 15px 0;
}
.campus_item {
  margin: 0 20px 0 0;
}
@media (min-width: 768px ) {
  .campus_item {
    float: left;
    width: 30.9%;
    margin: 0 10px;
  }
  .campus_item:first-child {
    margin-left: 0;
  }
  .campus_item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px ) and (min-width: 992px ) {
  .campus_item {
    width: 31.9%;
  }
}
.campus_content_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 70%;
}
.campus_content_background:after {
  position: relative;
  display: block;
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  content: "";
}
@media (min-width: 500px ) {
  .campus_content_background {
    height: 75%;
  }
}
@media (min-width: 768px ) {
  .campus_content_background {
    height: 80%;
  }
}
@media (min-width: 992px ) {
  .campus_content_background {
    height: 87%;
  }
}
/* ==========================================================================
	Dates and Deadlines
============================================================================= */
.dates_wrap {
  background-color: #98252B;
  position: relative;
  padding: 78px 0 30px 0;
  overflow: hidden;
}
@media (min-width: 992px ) {
  .dates_wrap {
    padding: 78px 0 70px 0;
  }
}
.dates_header {
  margin-bottom: 20px;
}
.dates_header:before,
.dates_header:after {
  content: " ";
  display: table;
}
.dates_header:after {
  clear: both;
}
.dates_header:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.dates_header:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.dates_heading {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 0;
}
@media (min-width: 992px ) {
  .dates_heading {
    float: left;
  }
}
.dates_tabs {
  margin-top: 5px;
}
@media (min-width: 992px ) {
  .dates_tabs {
    float: right;
  }
}
.date_tab {
  display: inline-block;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
  padding-bottom: .15em;
  border-bottom: 4px solid transparent;
  color: rgba(255, 255, 255, 0.7);
}
.date_tab:focus,
.date_tab:active,
.no-touchevents .date_tab:hover,
.date_tab.fs-swapper-active {
  color: #fff;
  border-bottom: 4px solid #E65525;
}
@media (min-width: 500px ) {
  .date_tab:first-child {
    margin-right: 20px;
  }
}
@media (min-width: 768px ) {
  .date_tab:first-child {
    margin-right: 50px;
  }
}
.date_content.fs-swapper-enabled.fs-swapper-target {
  display: none;
}
.date_content.fs-swapper-enabled.fs-swapper-active {
  display: block;
}
.dates_col {
  position: static;
}
.fs-carousel-canister:before,
.fs-carousel-canister:after {
  content: " ";
  display: table;
}
.fs-carousel-canister:after {
  clear: both;
}
.fs-carousel-canister:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.fs-carousel-canister:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.carousel_dates:before,
.carousel_dates:after {
  content: " ";
  display: table;
}
.carousel_dates:after {
  clear: both;
}
.carousel_dates:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.carousel_dates:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.carousel_dates.fs-carousel.fs-carousel-enabled,
.carousel_dates.fs-carousel-enabled .fs-carousel-viewport,
.carousel_dates.fs-carousel-enabled .fs-carousel-wrapper,
.carousel_dates.fs-carousel-enabled .fs-carousel-container,
.carousel_dates.fs-carousel-enabled .fs-carousel-canister {
  position: static;
}
.carousel_dates.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible.fs-carousel-pagination {
  margin: 30px 0;
  height: auto !important;
}
@media (min-width: 992px ) {
  .carousel_dates.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible.fs-carousel-pagination {
    display: none;
  }
}
.carousel_dates.fs-carousel.base_carousel.fs-carousel-enabled .fs-carousel-control {
  top: 20%;
  display: none;
}
.carousel_dates.fs-carousel.base_carousel.fs-carousel-enabled .fs-carousel-control,
.carousel_dates.fs-carousel.base_carousel.fs-carousel-enabled .fs-carousel-control:link,
.carousel_dates.fs-carousel.base_carousel.fs-carousel-enabled .fs-carousel-control:visited,
.carousel_dates.fs-carousel.base_carousel.fs-carousel-enabled .fs-carousel-control:hover,
.carousel_dates.fs-carousel.base_carousel.fs-carousel-enabled .fs-carousel-control:active,
.carousel_dates.fs-carousel.base_carousel.fs-carousel-enabled .fs-carousel-control:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
@media (min-width: 992px ) {
  .carousel_dates.fs-carousel.base_carousel.fs-carousel-enabled .fs-carousel-control {
    display: block;
  }
}
.dates_item {
  background-color: #fff;
  border-left-width: 9px;
  border-left-style: solid;
  margin-right: 28px;
  padding: 25px;
  transition: opacity 0.5s linear;
}
@media (min-width: 992px ) {
  .dates_item {
    padding: 35px;
  }
}
.dates_item .carousel_type {
  font-size: 16px;
  font-size: 1rem;
}
.dates_item.fs-carousel-item_next,
.dates_item.fs-carousel-item_previous {
  opacity: 0;
}
.dates_item .carousel_link {
  display: block;
  margin-bottom: 30px;
}
.dates_item .carousel_arrow_link {
  display: block;
  color: #616265;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
.dates_item .carousel_arrow_link:after {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .dates_item .carousel_arrow_link:after {
  background-image: url(../images/icons.svg);
}
.dates_item .carousel_arrow_link:after {
  display: inline-block;
  position: relative;
  width: 11px;
  height: 12px;
  width: 11;
  height: 12;
  background-position: -21px -29px;
  right: -8px;
  margin-right: -11px;
  content: "";
  transition: background 0.25s, box-shadow 0.25s, color 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  transition: background 0.25s, box-shadow 0.25s, color 0.25s, opacity 0.25s, transform 0.25s;
  transition: background 0.25s, box-shadow 0.25s, color 0.25s, opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.dates_item .carousel_arrow_link:active,
.dates_item .carousel_arrow_link:focus,
.no-touchevents .dates_item .carousel_arrow_link:hover {
  color: #98252B;
}
.dates_item .carousel_arrow_link:active:after,
.dates_item .carousel_arrow_link:focus:after,
.no-touchevents .dates_item .carousel_arrow_link:hover:after {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}
/* ==========================================================================
	Color Variations
============================================================================= */
.dates_item.theme_orange {
  border-color: #E65525;
}
.dates_item.theme_orange .carousel_type {
  color: #E65525;
}
.dates_item.theme_green {
  border-color: #6C953C;
}
.dates_item.theme_green .carousel_type {
  color: #6C953C;
}
.dates_item.theme_blue {
  border-color: #005195;
}
.dates_item.theme_blue .carousel_type {
  color: #005195;
}
/* ==========================================================================
	 Evnets Listing
============================================================================= */
.events_listing {
  background-color: #F7F7F7;
  color: #1A1A1A;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px ) {
  .events_listing {
    padding-top: 60px;
  }
}
@media (min-width: 992px ) {
  .events_listing {
    padding-bottom: 60px;
  }
}
.events_listing_heading {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.23076923;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #98252B;
  margin: 0 0 20px;
}
@media (min-width: 768px ) {
  .events_listing_heading {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 768px ) {
  .events_listing_heading {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 768px ) {
  .events_listing_heading {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px ) {
  .event_item_list {
    margin-left: 10px;
  }
}
@media (min-width: 1200px ) {
  .event_item_list {
    margin-left: -10px;
  }
}
/* ==========================================================================
	 Event Item Common
============================================================================= */
.event_time {
  display: block;
  text-align: center;
}
.event_month {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  color: #616265;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}
.event_day {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  color: #98252B;
  display: block;
  letter-spacing: 0px;
  line-height: 1;
}
.event_location {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #98252B;
}
.event_heading {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.52380952;
  color: #1A1A1A;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}
@media (min-width: 768px ) {
  .event_heading {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 768px ) {
  .event_heading {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.event_link {
  color: #1A1A1A;
}
.no-touchevents .event_link:hover {
  color: #98252B;
}
/* Featured Event
============================================================================= */
.featured_event_item {
  position: relative;
}
@media (min-width: 1200px ) {
  .featured_event_item {
    margin-right: 50px;
  }
}
.featured_event_date {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 10px;
  padding: 10px 10px 5px;
}
@media (min-width: 500px ) {
  .featured_event_date {
    left: 20px;
  }
}
.featured_event_figure {
  display: block;
}
.featured_event_figure picture {
  display: block;
}
.featured_event_figure img {
  width: 100%;
}
.featured_event_image {
  display: block;
}
.featured_event_content {
  background-color: #F7F7F7;
  position: relative;
  padding: 20px 0;
}
@media (min-width: 500px ) and (max-width: 767px ), (min-width: 992px ) {
  .featured_event_content {
    border-left: 9px solid #98252B;
    margin: -44px 30px 0;
    padding: 20px;
  }
}
.featured_event_location {
  margin-bottom: 6px;
}
.featured_event_heading {
  margin: 6px 0;
  max-width: 450px;
}
/* Listing Events
============================================================================= */
.list_event_item {
  border-bottom: 1px solid #C8C3BC;
  padding: 30px 0 30px 75px;
}
@media (min-width: 992px ) {
  .list_event_item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px ) {
  .list_event_item {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px ) {
  .list_event_item:first-child {
    padding-top: 0;
  }
}
.list_event_item:last-child {
  border-bottom-width: 0;
}
.list_event_date {
  float: left;
  position: relative;
  margin-left: -75px;
}
.csstransforms .list_event_date {
  padding: 0;
}
.csstransforms .list_event_month {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -8px;
  text-align: left;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.csstransforms .list_event_day {
  padding-left: 16px;
  text-align: left;
}
@media (max-width: 991px ) {
  .list_event_figure {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 992px ) {
  .list_event_figure {
    float: right;
    margin: 0 0 10px 20px;
  }
}
@media (min-width: 1200px ) {
  .list_event_figure {
    margin-left: 30px;
  }
}
.list_event_location {
  margin-bottom: 12px;
}
.list_event_heading {
  overflow: hidden;
  max-width: 450px;
}
/* ==========================================================================
	Carousel (Homepage)
============================================================================= */
.carousel_wrap {
  background-color: #F7F7F7;
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
@media (min-width: 992px ) {
  .carousel_wrap {
    padding: 90px 0 30px 0;
  }
}
.carousel_header {
  text-align: center;
  margin-bottom: 30px;
}
.carousel_header p {
  line-height: 32px;
}
.carousel_heading {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  display: inline-block;
  margin-top: 0;
}
.carousel_heading:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: repeating-linear-gradient(to right, #98252B 0px, #98252B 1px, transparent 1px, transparent 4px);
  content: "";
}
.carousel_col {
  position: static;
}
@media (min-width: 992px ) {
  .carousel_body {
    margin-left: 300px;
  }
}
@media (min-width: 992px ) {
  .carousel_home.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
    display: none;
  }
}
.carousel_home .fs-carousel-viewport {
  width: 290px;
}
@media (min-width: 500px ) {
  .carousel_home .fs-carousel-viewport {
    width: 336px;
  }
}
@media (min-width: 768px ) {
  .carousel_home .fs-carousel-viewport {
    width: 469px;
  }
}
@media (min-width: 992px ) {
  .carousel_home .fs-carousel-viewport {
    width: 586px;
  }
}
@media (max-width: 991px ) {
  .carousel_home.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible,
  .carousel_home.fs-carousel-controls_custom.fs-carousel-visible {
    display: none;
  }
}
.carousel_home.fs-carousel.fs-carousel-enabled,
.carousel_home.fs-carousel-enabled .fs-carousel-viewport,
.carousel_home.fs-carousel-enabled .fs-carousel-wrapper,
.carousel_home.fs-carousel-enabled .fs-carousel-container,
.carousel_home.fs-carousel-enabled .fs-carousel-canister {
  position: static;
}
.carousel_home.fs-carousel-enabled .fs-carousel-control,
.carousel_home.fs-carousel-enabled .fs-carousel-control:link,
.carousel_home.fs-carousel-enabled .fs-carousel-control:visited,
.carousel_home.fs-carousel-enabled .fs-carousel-control:hover,
.carousel_home.fs-carousel-enabled .fs-carousel-control:active,
.carousel_home.fs-carousel-enabled .fs-carousel-control:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
.carousel_item {
  position: relative;
  margin: 0 28px 30px 0;
}
@media (min-width: 992px ) {
  .carousel_item_content .carousel_header {
    text-align: left;
    position: absolute;
    width: 270px;
    top: 0;
    left: -300px;
    padding-right: 30px;
  }
}
.carousel_figure {
  display: block;
}
.carousel_figure picture {
  display: block;
}
.carousel_figure img {
  width: 100%;
}
.carousel_caption {
  background-color: #fff;
  border-left-width: 9px;
  border-left-style: solid;
  position: relative;
  width: 90%;
  margin: -30px auto 0;
  padding: 20px;
}
@media (min-width: 768px ) {
  .carousel_caption {
    border-left-width: 18px;
    border-left-style: solid;
    padding: 30px 20px;
  }
}
.carousel_type {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  letter-spacing: 1.2px;
}
.carousel_link {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.52380952;
  color: #1A1A1A;
}
@media (min-width: 768px ) {
  .carousel_link {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 768px ) {
  .carousel_link {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.carousel_link:active,
.carousel_link:focus,
.no-touchevents .carousel_link:hover {
  color: #98252B;
}
/* ==========================================================================
	Carousel (News Landing)
============================================================================= */
.carousel_wrap.carousel_news_wrap {
  margin-bottom: 25px;
  padding-top: 40px;
}
@media (min-width: 992px ) {
  .carousel_wrap.carousel_news_wrap {
    margin-bottom: 0;
  }
}
@media (min-width: 992px ) {
  .carousel_wrap.carousel_news_wrap .carousel_header {
    width: 300px;
  }
}
.carousel_wrap.carousel_news_wrap .carousel_heading {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  text-transform: none;
  margin: 0 0 5px 0;
  letter-spacing: normal;
}
@media (min-width: 768px ) {
  .carousel_wrap.carousel_news_wrap .carousel_heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .carousel_wrap.carousel_news_wrap .carousel_heading {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 768px ) {
  .carousel_wrap.carousel_news_wrap .carousel_heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .carousel_wrap.carousel_news_wrap .carousel_heading {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 992px ) {
  .carousel_wrap.carousel_news_wrap .carousel_heading {
    margin: 32px 0 5px 0;
  }
}
.carousel_wrap.carousel_news_wrap .carousel_heading:after {
  content: none;
}
.carousel_wrap.carousel_news_wrap .carousel_caption {
  background-color: #F7F7F7;
}
/* ==========================================================================
	Color Variations
============================================================================= */
.carousel_item_content.theme_blue .carousel_caption {
  border-color: #005195;
}
.carousel_item_content.theme_blue .carousel_type {
  color: #005195;
}
.carousel_item_content.theme_green .carousel_caption {
  border-color: #6C953C;
}
.carousel_item_content.theme_green .carousel_type {
  color: #6C953C;
}
.carousel_item_content.theme_red .carousel_caption {
  border-color: #98252B;
}
.carousel_item_content.theme_red .carousel_type {
  color: #98252B;
}
/* ==========================================================================
	Gallery
============================================================================= */
.gallery_wrap {
  position: relative;
  background-color: #F7F7F7;
  color: #fff;
  margin: 0 auto 50px;
  min-height: 300px;
  max-width: 1440px;
}
@media (min-width: 768px ) {
  .gallery_wrap {
    min-height: 350px;
  }
}
@media (min-width: 992px ) {
  .gallery_wrap {
    min-height: 435px;
  }
}
.gallery {
  position: absolute;
  width: 100%;
  bottom: -30px;
  z-index: 1;
}
.gallery_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery_show {
  display: none;
}
.gallery_header {
  background-color: #F7F7F7;
  text-align: center;
  padding: 60px 0 15px 0;
}
@media (min-width: 768px ) {
  .gallery_header {
    padding: 144px 0 15px 0;
  }
}
.gallery_header:after {
  background-color: #F7F7F7;
  display: block;
  height: 180px;
  content: "";
}
.gallery_count {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.83333333;
  color: #98252B;
  margin: 0 0 40px 0;
}
@media (min-width: 768px ) {
  .gallery_count {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px ) {
  .gallery_count {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.gallery_heading {
  margin-bottom: 20px;
}
.gallery_intro {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  padding: 0 20px;
}
@media (min-width: 768px ) {
  .gallery_intro {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 768px ) {
  .gallery_intro {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.gallery_intro p {
  font-size: inherit;
}
@media (min-width: 992px ) {
  .gallery_intro {
    padding: 0 80px;
  }
}
.gallery_body {
  margin-top: -180px;
}
.gallery_item {
  margin-bottom: 30px;
}
@media (min-width: 500px ) {
  .gallery_item {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px ) {
  .gallery_item {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px ) {
  .gallery_item {
    margin-bottom: 90px;
  }
}
.gallery_figure {
  display: block;
}
.gallery_figure picture {
  display: block;
}
.gallery_figure img {
  width: 100%;
}
.gallery_caption {
  background-color: #fff;
  border-left-width: 9px;
  border-left-style: solid;
  border-color: #98252B;
  position: relative;
  padding: 20px;
}
@media (min-width: 768px ) {
  .gallery_caption {
    width: 60%;
    margin: -45px auto 0;
  }
}
.gallery_caption p {
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.71428571;
  margin: 0;
}
@media (min-width: 768px ) {
  .gallery_caption p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px ) {
  .gallery_caption p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.gallery_link {
  display: block;
  background-color: #fff;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 23px 20px 20px;
}
@media (min-width: 500px ) {
  .gallery_link {
    margin: -30px 30px 0;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .gallery_link {
    margin: 0 10px;
  }
}
.gallery_link:before {
  display: block;
  position: absolute;
  width: 20px;
  height: 102%;
  top: -1%;
  left: -2px;
  content: "";
  transition: width 0.45s;
}
.no-touchevents .gallery_link:hover:before {
  width: 102%;
}
.no-touchevents .gallery_link:hover .gallery_label {
  color: #fff;
}
.gallery_link.theme_blue {
  color: #005195;
  border-left-color: #005195;
}
.gallery_link.theme_blue:before {
  background-color: #005195;
}
.gallery_link.theme_red {
  color: #98252B;
  border-left-color: #98252B;
}
.gallery_link.theme_red:before {
  background-color: #98252B;
}
.gallery_link.theme_orange {
  color: #E65525;
  border-left-color: #E65525;
}
.gallery_link.theme_orange:before {
  background-color: #E65525;
}
.gallery_link.theme_green {
  color: #6C953C;
  border-left-color: #6C953C;
}
.gallery_link.theme_green:before {
  background-color: #6C953C;
}
.gallery_label {
  position: relative;
  transition: color 0.45s;
}
/* ==========================================================================
	Johnnie Chair
============================================================================= */
.chair_wrap,
.chair_inner {
  position: relative;
  z-index: 1;
}
.chair_wrap {
  padding: 60px 0;
  overflow: hidden;
}
.chair_header {
  text-align: center;
}
@media (min-width: 992px ) {
  .chair_header {
    text-align: left;
  }
}
.chair_header p {
  color: #F7F7F7;
}
@media (min-width: 768px ) {
  .chair_header p {
    margin-bottom: 30px;
  }
}
.chair_heading {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #fff;
  display: inline-block;
}
.chair_heading:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: repeating-linear-gradient(to right, #98252B 0px, #98252B 1px, transparent 1px, transparent 4px);
  content: "";
}
.chair_slide {
  width: 290px;
}
@media (min-width: 500px ) {
  .chair_slide {
    width: 336px;
  }
}
@media (min-width: 768px ) {
  .chair_slide {
    width: 469px;
  }
}
@media (min-width: 992px ) {
  .chair_slide {
    width: auto;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .chair_slide.slide_rectangle {
    width: 640px;
  }
}
.video_slide .chair_item .carousel_figure::after {
  transition: height 0.5s;
}
.video_slide:focus .chair_item .carousel_figure::after,
.video_slide:active .chair_item .carousel_figure::after,
.no-touchevents .video_slide:hover .chair_item .carousel_figure::after {
  height: 100%;
}
.video_slide .carousel_caption {
  margin-top: -45px;
  padding: 12px 20px 16px;
}
.video_slide .announcement_type {
  float: none;
  margin-left: 10px;
}
.video_slide .chair_item {
  display: block;
  position: relative;
}
.play_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 11px 0 11px 20px;
  border-color: transparent transparent transparent #fff;
}
@media (min-width: 768px ) {
  .chair_item.gravity_right .carousel_figure {
    float: left;
  }
}
@media (min-width: 992px ) {
  .chair_item.gravity_right .carousel_figure {
    width: 30%;
  }
}
@media (min-width: 768px ) {
  .chair_item.gravity_right .carousel_caption {
    float: left;
    width: 70%;
    margin: 2px 0 0 -30px;
  }
}
@media (min-width: 992px ) {
  .chair_item.gravity_right .carousel_caption {
    width: 74.8%;
    margin: 20px 0 0 -30px;
  }
}
@media (min-width: 1200px ) {
  .chair_item.gravity_right .carousel_caption {
    width: 73.8%;
    margin: 50px 0 0 -30px;
  }
}
@media (min-width: 992px ) {
  .chair_item.gravity_square {
    float: right;
    width: 60%;
    margin-top: -30px;
  }
}
@media (min-width: 1200px ) {
  .chair_item.gravity_square {
    margin-top: -130px;
  }
}
@media (min-width: 992px ) {
  .chair_item.gravity_down {
    margin: 100px 0 0 0;
  }
}
@media (min-width: 1200px ) {
  .chair_item.gravity_down {
    margin: 155px -40px 0 0;
  }
}
.chair_item .announcement_type {
  margin-left: 7px;
  float: none;
}
.chair_item .carousel_text {
  margin: 0 0 10px 0;
  display: none;
}
@media (min-width: 768px ) {
  .chair_item .carousel_text {
    display: block;
  }
}
.chair_item .carousel_figure {
  position: relative;
  background-color: #F7F7F7;
}
.chair_item .carousel_figure:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  content: "";
}
.chair_item .carousel_caption {
  padding: 20px 20px 10px 20px;
}
.chair_item .carousel_link {
  display: block;
  margin-bottom: 10px;
  line-height: 27px;
}
.chair_figcaption {
  position: absolute;
  color: #fff;
  font-family: "Univers-CondensedBold";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  bottom: 40px;
  left: 27px;
  z-index: 1;
}
@media (min-width: 768px ) {
  .chair_figcaption {
    bottom: 20px;
  }
}
.chair_figcaption span {
  display: block;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
.chair_image_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.chair_image_background:after {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.7);
  content: "";
}
/* ==========================================================================
	Color Variations
============================================================================= */
.chair_slide.theme_orange .announcement_type {
  color: #E65525;
}
.chair_slide.theme_orange .carousel_caption {
  border-color: #E65525;
}
.chair_slide.theme_green .announcement_type {
  color: #6C953C;
}
.chair_slide.theme_green .carousel_caption {
  border-color: #6C953C;
}
.chair_slide.theme_blue .announcement_type {
  color: #005195;
}
.chair_slide.theme_blue .carousel_caption {
  border-color: #005195;
}
/* ==========================================================================
	Link Set
============================================================================= */
.link_set_wrap {
  background-color: #fff;
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 992px ) {
  .link_set_wrap {
    padding: 100px 0 50px 0;
  }
}
.link_set_heading {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  display: inline-block;
}
.link_set_heading:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: repeating-linear-gradient(to right, #98252B 0px, #98252B 1px, transparent 1px, transparent 4px);
  content: "";
}
.link_set_body p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.58333333;
  margin: 30px 0;
}
@media (min-width: 768px ) {
  .link_set_body p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px ) {
  .link_set_body p {
    margin: 30px 0 68px 0;
  }
}
.link_set_links a {
  width: 100%;
  margin: 15px auto;
}
@media (min-width: 500px ) {
  .link_set_links a {
    width: 50%;
  }
}
@media (min-width: 768px ) {
  .link_set_links a {
    display: inline-block;
    width: auto;
    margin: 0 30px 0 0;
  }
}
@media (min-width: 768px ) {
  .link_set_links a:last-child {
    margin-right: 0;
  }
}
/* ==========================================================================
	Stat
============================================================================= */
.stat_wrap {
  background-color: #F7F7F7;
  padding: 60px 0;
  overflow: hidden;
}
.stat_header {
  text-align: center;
}
.stat_heading {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  display: inline-block;
  margin: 0 0 40px 0;
}
.stat_heading:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: repeating-linear-gradient(to right, #98252B 0px, #98252B 1px, transparent 1px, transparent 4px);
  content: "";
}
.stat_carousel .fs-carousel-viewport {
  width: 290px;
}
@media (min-width: 500px ) {
  .stat_carousel .fs-carousel-viewport {
    width: 336px;
  }
}
@media (min-width: 768px ) {
  .stat_carousel .fs-carousel-viewport {
    width: 528px;
  }
}
@media (min-width: 992px ) {
  .stat_carousel .fs-carousel-viewport {
    width: 100%;
  }
  .stat_carousel .fs-carousel-viewport:before,
  .stat_carousel .fs-carousel-viewport:after {
    content: " ";
    display: table;
  }
  .stat_carousel .fs-carousel-viewport:after {
    clear: both;
  }
  .stat_carousel .fs-carousel-viewport:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .stat_carousel .fs-carousel-viewport:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
}
.stat_carousel .fs-carousel-viewport .stat_item:first-child {
  padding-left: 0;
}
.stat_carousel .fs-carousel-viewport .stat_item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.stat_carousel .fs-carousel-viewport .stat_item:last-child:after {
  content: none;
}
.stat_item {
  text-align: center;
  margin-right: 90px;
}
@media (min-width: 768px ) {
  .stat_item {
    text-align: left;
  }
}
@media (min-width: 992px ) {
  .stat_item {
    float: left;
    position: relative;
    width: 33.3%;
    margin: 0;
    padding: 0 34px;
  }
}
@media (min-width: 992px ) {
  .stat_item:after {
    width: 1px;
    height: 140px;
    width: 1;
    height: 140;
    position: absolute;
    display: block;
    top: 0;
    right: 8px;
    background: rgba(151, 151, 151, 0.31);
    content: "";
  }
}
.stat_content {
  display: inline-block;
}
.stat_content:before,
.stat_content:after {
  content: " ";
  display: table;
}
.stat_content:after {
  clear: both;
}
.stat_content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.stat_content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .stat_content {
    float: left;
    width: 40%;
  }
}
.stat_figure {
  float: left;
}
.stat_figure:after {
  border-right-width: 18px;
  border-right-style: solid;
  border-color: #98252B;
  display: inline-block;
  position: relative;
  height: 30px;
  top: 15px;
  left: -15px;
  content: "";
}
.stat_image {
  border-radius: 100%;
  width: 86px;
  height: 86px;
}
.stat_number_wrap {
  float: left;
}
.stat_number {
  font-family: "SchoolbookBold";
  color: #98252B;
  font-size: 40px;
  font-size: 2.5rem;
  margin: 21px 0 0 0;
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .stat_desc {
    float: left;
    width: 60%;
    padding-left: 30px;
  }
}
.stat_desc p {
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  color: #1A1A1A;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57142857;
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .stat_desc p {
    margin-top: 23px;
  }
}
@media (min-width: 768px ) {
  .stat_desc p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.stat_desc .link_arrow {
  letter-spacing: 1px;
}
.stat_desc .link_arrow:active,
.stat_desc .link_arrow:focus,
.no-touchevents .stat_desc .link_arrow:hover {
  color: #98252B;
}
/* ==========================================================================
	Search Bar
============================================================================= */
.search_bar,
.gsc-control-cse form.gsc-search-box {
  background-color: #F7F7F7;
  overflow: hidden;
  margin: 30px 0 60px;
  padding: 20px;
}
@media (min-width: 768px ) {
  .search_bar,
  .gsc-control-cse form.gsc-search-box {
    margin: 50px 0 100px;
    padding: 40px;
  }
}
@media (min-width: 992px ) {
  .search_bar,
  .gsc-control-cse form.gsc-search-box {
    margin: 50px 0 130px;
  }
}
.search_bar_fieldset {
  margin: 0;
  padding: 0;
}
.search_bar_input,
.gsc-control-cse table.gsc-search-box input.gsc-input {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  display: block;
  background-color: #fff;
  color: #616265;
  width: 100%;
  border: none;
  border-left: 10px solid #E65525;
  margin: 0 0 10px;
  padding: 12px 17px;
}
.search_bar_input:focus,
.gsc-control-cse table.gsc-search-box input.gsc-input:focus {
  font-size: 16px;
}
@media (min-width: 500px ) {
  .search_bar_input,
  .gsc-control-cse table.gsc-search-box input.gsc-input {
    float: left;
    width: 79%;
    margin: 0;
  }
}
@media (min-width: 992px ) {
  .search_bar_input,
  .gsc-control-cse table.gsc-search-box input.gsc-input {
    width: 84%;
  }
}
.search_bar_input:placeholder-shown,
.gsc-control-cse table.gsc-search-box input.gsc-input:placeholder-shown {
  font-family: "Univers-Light";
  font-style: italic;
  font-weight: 400;
}
.search_bar_submit,
.gsc-control-cse table.gsc-search-box input.gsc-search-button {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333333;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px 8px 30px;
  border: 1px solid #1A1A1A;
  letter-spacing: 2px;
  border-color: #E65525;
  color: #E65525;
  display: block;
  width: 100%;
  background: transparent;
}
.search_bar_submit,
.search_bar_submit:link,
.search_bar_submit:visited,
.search_bar_submit:hover,
.search_bar_submit:active,
.search_bar_submit:focus,
.gsc-control-cse table.gsc-search-box input.gsc-search-button,
.gsc-control-cse table.gsc-search-box input.gsc-search-button:link,
.gsc-control-cse table.gsc-search-box input.gsc-search-button:visited,
.gsc-control-cse table.gsc-search-box input.gsc-search-button:hover,
.gsc-control-cse table.gsc-search-box input.gsc-search-button:active,
.gsc-control-cse table.gsc-search-box input.gsc-search-button:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
.search_bar_submit.theme_black,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_black {
  border-color: #1A1A1A;
  color: #1A1A1A;
}
.search_bar_submit.theme_black:focus,
.search_bar_submit.theme_black:active,
.no-touchevents .search_bar_submit.theme_black:hover,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_black:focus,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_black:active,
.no-touchevents .gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_black:hover {
  background-color: #1A1A1A;
}
.search_bar_submit.theme_black:focus,
.search_bar_submit.theme_black:active,
.no-touchevents .search_bar_submit.theme_black:hover,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_black:focus,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_black:active,
.no-touchevents .gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_black:hover {
  color: #fff;
}
.search_bar_submit.theme_orange,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_orange {
  border-color: #E65525;
  color: #E65525;
}
.search_bar_submit.theme_orange:focus,
.search_bar_submit.theme_orange:active,
.no-touchevents .search_bar_submit.theme_orange:hover,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_orange:focus,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_orange:active,
.no-touchevents .gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_orange:hover {
  background-color: #E65525;
}
.search_bar_submit.theme_orange:focus,
.search_bar_submit.theme_orange:active,
.no-touchevents .search_bar_submit.theme_orange:hover,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_orange:focus,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_orange:active,
.no-touchevents .gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_orange:hover {
  color: #fff;
}
.search_bar_submit.theme_blue,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_blue {
  border-color: #005195;
  color: #005195;
}
.search_bar_submit.theme_blue:focus,
.search_bar_submit.theme_blue:active,
.no-touchevents .search_bar_submit.theme_blue:hover,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_blue:focus,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_blue:active,
.no-touchevents .gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_blue:hover {
  background-color: #005195;
}
.search_bar_submit.theme_blue:focus,
.search_bar_submit.theme_blue:active,
.no-touchevents .search_bar_submit.theme_blue:hover,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_blue:focus,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_blue:active,
.no-touchevents .gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_blue:hover {
  color: #fff;
}
.search_bar_submit.theme_green,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_green {
  border-color: #6C953C;
  color: #6C953C;
}
.search_bar_submit.theme_green:focus,
.search_bar_submit.theme_green:active,
.no-touchevents .search_bar_submit.theme_green:hover,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_green:focus,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_green:active,
.no-touchevents .gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_green:hover {
  background-color: #6C953C;
}
.search_bar_submit.theme_green:focus,
.search_bar_submit.theme_green:active,
.no-touchevents .search_bar_submit.theme_green:hover,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_green:focus,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_green:active,
.no-touchevents .gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_green:hover {
  color: #fff;
}
.search_bar_submit.theme_border,
.gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_border {
  background-color: #fff;
  border-left-width: 9px;
  border-left-style: solid;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 768px ) {
  .search_bar_submit.theme_border,
  .gsc-control-cse table.gsc-search-box input.gsc-search-button.theme_border {
    border-left-width: 18px;
    border-left-style: solid;
  }
}
.search_bar_submit:focus,
.search_bar_submit:active,
.no-touchevents .search_bar_submit:hover,
.gsc-control-cse table.gsc-search-box input.gsc-search-button:focus,
.gsc-control-cse table.gsc-search-box input.gsc-search-button:active,
.no-touchevents .gsc-control-cse table.gsc-search-box input.gsc-search-button:hover {
  background-color: #E65525;
}
.search_bar_submit:focus,
.search_bar_submit:active,
.no-touchevents .search_bar_submit:hover,
.gsc-control-cse table.gsc-search-box input.gsc-search-button:focus,
.gsc-control-cse table.gsc-search-box input.gsc-search-button:active,
.no-touchevents .gsc-control-cse table.gsc-search-box input.gsc-search-button:hover {
  color: #fff;
}
@media (min-width: 500px ) {
  .search_bar_submit,
  .gsc-control-cse table.gsc-search-box input.gsc-search-button {
    float: right;
    width: 19%;
  }
}
@media (min-width: 992px ) {
  .search_bar_submit,
  .gsc-control-cse table.gsc-search-box input.gsc-search-button {
    width: 14%;
  }
}
/* ==========================================================================
	Search Results
============================================================================= */
.gsc-control-cse,
.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
  background: transparent !important;
}
.gsc-control-cse:hover,
.gsc-webResult.gsc-result:hover,
.gsc-results .gsc-imageResult:hover {
  background: transparent;
  border-color: transparent;
}
.search_results {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  margin: 30px 0;
}
@media (min-width: 768px ) {
  .search_results {
    margin: 30px 0 60px;
  }
}
@media (min-width: 992px ) {
  .search_results {
    margin: 0 0 60px;
  }
}
.gsc-control-cse {
  border: none !important;
  padding: 0 !important;
}
.gsc-control-cse *:focus {
  box-shadow: none;
  outline: none;
}
.gsc-control-cse table,
.gsc-control-cse th,
.gsc-control-cse td,
.gsc-control-cse tr {
  box-shadow: none !important;
  border: none !important;
  margin: 0;
  padding: 0;
}
.gsc-control-cse form.gsc-search-box {
  margin: 0;
  padding-bottom: 10px;
}
@media (min-width: 768px ) {
  .gsc-control-cse form.gsc-search-box {
    padding-bottom: 20px;
  }
}
.gsc-control-cse table.gsc-search-box td.gsc-input {
  padding: 0;
}
@media (max-width: 499px ) {
  .gsc-control-cse table.gsc-search-box td.gsc-input {
    width: 100%;
    display: block;
  }
}
@media (min-width: 500px ) {
  .gsc-control-cse table.gsc-search-box td.gsc-input {
    width: 79%;
    padding-right: 2%;
  }
}
@media (min-width: 992px ) {
  .gsc-control-cse table.gsc-search-box td.gsc-input {
    width: 84%;
  }
}
.gsc-control-cse table.gsc-search-box td.gsc-search-button {
  padding: 0;
}
@media (max-width: 499px ) {
  .gsc-control-cse table.gsc-search-box td.gsc-search-button {
    width: 100%;
    display: block;
  }
}
@media (min-width: 500px ) {
  .gsc-control-cse table.gsc-search-box td.gsc-search-button {
    width: 19%;
  }
}
@media (min-width: 992px ) {
  .gsc-control-cse table.gsc-search-box td.gsc-search-button {
    width: 14%;
  }
}
.gsc-control-cse table.gsc-search-box td.gsc-clear-button {
  display: none !important;
}
.gsc-control-cse table.gsc-search-box input.gsc-input {
  width: 100%;
}
.gsc-control-cse table.gsc-search-box input.gsc-search-button {
  width: 100%;
  margin: 0;
}
.gsc-control-cse table.gsc-branding {
  margin-top: 10px;
}
.gsc-control-cse table.gsc-branding .gsc-branding-text {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  color: #616265;
}
.gsc-control-cse table.gsc-branding .gsc-branding-text,
.gsc-control-cse table.gsc-branding .gsc-branding-img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.gsc-control-cse table.gcsc-branding {
  margin-top: 20px;
}
.gsc-control-cse table.gcsc-branding .gcsc-branding-text {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  color: #616265;
}
.gsc-control-cse table.gcsc-branding .gcsc-branding-text,
.gsc-control-cse table.gcsc-branding .gcsc-branding-img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.gsc-control-cse div.gsc-above-wrapper-area {
  border: none;
  padding: 15px 0;
}
.gsc-control-cse table.gsc-above-wrapper-area-container .gsc-result-info {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  color: #C8C3BC;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.gsc-control-cse .gs-no-results-result {
  border: none;
  margin: 0;
  padding: 0;
}
.gsc-control-cse .gs-no-results-result .gs-snippet {
  background-color: #E65525;
  color: #fff;
  border: none;
  margin: 0;
  padding: 10px 20px;
}
.gsc-control-cse .gsc-results {
  width: 100%;
  padding: 0;
}
.gsc-control-cse .gsc-results {
  margin: 0;
  padding: 0;
  border: none;
}
.gsc-control-cse .gsc-results .gs-spelling {
  font-family: "Univers";
  font-style: normal;
  font-weight: 400;
  margin: 10px 0;
}
.gsc-control-cse .gsc-results .gs-spelling a {
  color: #616265;
  padding-bottom: .15em;
  border-bottom: 1px solid #98252B;
  color: #98252B;
  text-decoration: none;
}
.gsc-control-cse .gsc-results .gs-spelling a:active,
.gsc-control-cse .gsc-results .gs-spelling a:focus,
.no-touchevents .gsc-control-cse .gsc-results .gs-spelling a:hover {
  color: #98252B;
}
.gsc-control-cse .gsc-results .gs-spelling b {
  font-family: "Univers-Bold";
  font-style: normal;
  font-weight: 400;
}
.gsc-control-cse .gsc-results .gs-spelling b i {
  font-family: "Univers-Bold";
  font-style: italic;
  font-weight: 400;
}
.gsc-control-cse .gsc-results .gsc-result {
  border-bottom: 1px solid #F7F7F7 !important;
  padding: 20px 0 !important;
}
@media (min-width: 768px ) {
  .gsc-control-cse .gsc-results .gsc-result {
    padding: 40px 0 !important;
  }
}
.gsc-control-cse .gsc-results .gs-result {
  border: none !important;
  padding: 0 !important;
}
.gsc-control-cse .gsc-results .gs-result .gs-title {
  height: auto;
}
.gsc-control-cse .gsc-results .gs-result .gs-title,
.gsc-control-cse .gsc-results .gs-result .gs-title b,
.gsc-control-cse .gsc-results .gs-result a.gs-title,
.gsc-control-cse .gsc-results .gs-result a.gs-title b {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #1A1A1A;
  margin-bottom: 10px;
  color: #1A1A1A !important;
  text-decoration: none;
}
.no-touchevents .gsc-control-cse .gsc-results .gs-result .gs-title:hover,
.no-touchevents .gsc-control-cse .gsc-results .gs-result .gs-title b:hover,
.no-touchevents .gsc-control-cse .gsc-results .gs-result a.gs-title:hover,
.no-touchevents .gsc-control-cse .gsc-results .gs-result a.gs-title b:hover {
  color: #98252B !important;
}
@media (min-width: 768px ) {
  .gsc-control-cse .gsc-results .gs-result .gs-title,
  .gsc-control-cse .gsc-results .gs-result .gs-title b,
  .gsc-control-cse .gsc-results .gs-result a.gs-title,
  .gsc-control-cse .gsc-results .gs-result a.gs-title b {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.gsc-control-cse .gsc-results .gs-result .gs-title b,
.gsc-control-cse .gsc-results .gs-result a.gs-title b {
  font-family: "SchoolbookBold";
  font-weight: normal;
}
.gsc-control-cse .gsc-results .gs-result .gs-snippet {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0 0 15px;
}
@media (min-width: 768px ) {
  .gsc-control-cse .gsc-results .gs-result .gs-snippet {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 992px ) {
  .gsc-control-cse .gsc-results .gs-result .gs-snippet {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.gsc-control-cse .gsc-results .gs-result .gs-snippet b {
  font-family: "SchoolbookBold";
  font-weight: normal;
}
.gsc-control-cse .gsc-results .gs-result a.gs-visibleUrl,
.gsc-control-cse .gsc-results .gs-result .gs-visibleUrl {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #98252B;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.gsc-control-cse .gsc-results .gs-result a.gs-visibleUrl b,
.gsc-control-cse .gsc-results .gs-result .gs-visibleUrl b {
  font-family: "Univers-CondensedBold";
  font-style: normal;
  font-weight: 400;
  font-weight: normal;
}
.gsc-control-cse .gsc-results .gs-result .gs-visibleUrl-short {
  display: block !important;
}
@media (min-width: 768px ) {
  .gsc-control-cse .gsc-results .gs-result .gs-visibleUrl-short {
    display: none !important;
  }
}
.gsc-control-cse .gsc-results .gs-result .gs-visibleUrl-long {
  display: none !important;
}
@media (min-width: 768px ) {
  .gsc-control-cse .gsc-results .gs-result .gs-visibleUrl-long {
    display: block !important;
  }
}
.gsc-control-cse .gsc-thumbnail {
  display: none !important;
}
.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
  margin: 0;
  text-decoration: none;
}
.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:active,
.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:focus,
.no-touchevents .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #98252B;
}
/* ==========================================================================
	 Testimonials
============================================================================= */
.testimonials {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px ) {
  .testimonials {
    margin-top: 60px;
  }
}
@media (min-width: 992px ) {
  .testimonials {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px ) {
  .testimonials {
    margin-bottom: 0;
  }
}
.testimonial_heading {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.23076923;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #98252B;
  margin: 16px 0;
}
@media (min-width: 768px ) {
  .testimonial_heading {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 768px ) {
  .testimonial_heading {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.testimonial_description {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 20px;
}
@media (min-width: 768px ) {
  .testimonial_description {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 768px ) {
  .testimonial_description {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 992px ) {
  .testimonial_description {
    margin-bottom: 40px;
  }
}
.testimonial_description p {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  margin: 0;
}
@media (min-width: 768px ) {
  .testimonial_description p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 768px ) {
  .testimonial_description p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.testimonial_wrapper {
  overflow: hidden;
}
@media (max-width: 767px ) {
  .testimonial_wrapper {
    background-color: #E8E8E8;
    padding: 20px 0;
  }
}
@media (min-width: 768px ) {
  .testimonial_carousel .fs-carousel-pagination {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 768px ) {
  .testimonial_carousel_target {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .testimonial_carousel_target {
    box-shadow: 150px 0 0 #E8E8E8, -150px 0 0 #E8E8E8;
  }
}
@media (min-width: 768px ) {
  .testimonial_carousel_target {
    background-color: #E8E8E8;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px ) {
  .testimonial_carousel_target .fs-carousel-container {
    overflow: hidden;
  }
}
@media (min-width: 992px ) {
  .testimonial_carousel_target .fs-carousel-canister {
    transition: -webkit-transform 0s ease 0.5s;
    transition: transform 0s ease 0.5s;
    transition: transform 0s ease 0.5s, -webkit-transform 0s ease 0.5s;
  }
}
@media (max-width: 767px ) {
  .testimonial_carousel_controller {
    display: none !important;
    visibility: hidden;
  }
}
.testimonial_carousel_controller.fs-carousel-enabled .fs-carousel-container {
  overflow: hidden;
}
.testimonial_carousel_controller.fs-carousel-enabled .fs-carousel-controls .fs-carousel-control {
  background-color: #E8E8E8;
  transition: background 0.25s;
}
.testimonial_carousel_controller.fs-carousel-enabled .fs-carousel-controls .fs-carousel-control:before {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .testimonial_carousel_controller.fs-carousel-enabled .fs-carousel-controls .fs-carousel-control:before {
  background-image: url(../images/icons.svg);
}
.testimonial_carousel_controller.fs-carousel-enabled .fs-carousel-controls .fs-carousel-control_previous {
  top: -100px;
  left: -30px;
}
.testimonial_carousel_controller.fs-carousel-enabled .fs-carousel-controls .fs-carousel-control_previous:before {
  width: 16px;
  height: 24px;
  width: 16;
  height: 24;
  background-position: -140px -70px;
}
.testimonial_carousel_controller.fs-carousel-enabled .fs-carousel-controls .fs-carousel-control_next {
  top: -100px;
  right: -30px;
}
.testimonial_carousel_controller.fs-carousel-enabled .fs-carousel-controls .fs-carousel-control_next:before {
  width: 16px;
  height: 24px;
  width: 16;
  height: 24;
  background-position: -110px -70px;
}
/* Testimonial Card
============================================================================= */
.testimonial_card {
  position: relative;
  margin-right: 30px;
}
@media (min-width: 768px ) {
  .testimonial_card {
    padding: 30px 0;
  }
}
@media (min-width: 992px ) {
  .testimonial_card {
    height: 340px;
    padding: 30px;
  }
}
.testimonial_card.fs-carousel-item {
  overflow: hidden;
}
@media (min-width: 992px ) {
  .testimonial_card.fs-carousel-item .testimonial_card_wrapper {
    border-left: 0px solid #E65525;
    opacity: 0;
    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
    transition: border 0s 0.5s,
						opacity 0.35s 0.25s,
						-webkit-transform 0s 0.5s;
    transition: border 0s 0.5s,
						opacity 0.35s 0.25s,
						transform 0s 0.5s;
    transition: border 0s 0.5s,
						opacity 0.35s 0.25s,
						transform 0s 0.5s,
						-webkit-transform 0s 0.5s;
  }
}
@media (min-width: 992px ) {
  .testimonial_card.fs-carousel-item .testimonial_card_figure {
    opacity: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: opacity 0.35s,
						-webkit-transform 0s 0.5s;
    transition: opacity 0.35s,
						transform 0s 0.5s;
    transition: opacity 0.35s,
						transform 0s 0.5s,
						-webkit-transform 0s 0.5s;
  }
}
@media (min-width: 992px ) {
  .testimonial_card.fs-carousel-visible .testimonial_card_wrapper {
    border-left: 9px solid #E65525;
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    transition: border 0.2s 0.85s,
						opacity 0s 0.5s,
						-webkit-transform 0.35s 0.5s;
    transition: border 0.2s 0.85s,
						opacity 0s 0.5s,
						transform 0.35s 0.5s;
    transition: border 0.2s 0.85s,
						opacity 0s 0.5s,
						transform 0.35s 0.5s,
						-webkit-transform 0.35s 0.5s;
  }
}
@media (min-width: 992px ) {
  .testimonial_card.fs-carousel-visible .testimonial_card_figure {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    transition: opacity 0s 0.5s,
						-webkit-transform 0.35s 0.5s;
    transition: opacity 0s 0.5s,
						transform 0.35s 0.5s;
    transition: opacity 0s 0.5s,
						transform 0.35s 0.5s,
						-webkit-transform 0.35s 0.5s;
  }
}
.testimonial_card_wrapper {
  position: relative;
  background-color: #fff;
  border-left: 9px solid #E65525;
  padding: 30px;
}
@media (min-width: 768px ) {
  .testimonial_card_wrapper {
    padding-top: 20px;
  }
}
@media (min-width: 992px ) {
  .testimonial_card_wrapper {
    height: 280px;
    margin-left: 220px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px ) {
  .testimonial_card_wrapper {
    margin-left: 280px;
  }
}
.testimonial_card_figure {
  display: block;
}
.testimonial_card_figure picture {
  display: block;
}
.testimonial_card_figure img {
  width: 100%;
}
@media (max-width: 991px ) {
  .testimonial_card_figure {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 992px ) {
  .testimonial_card_figure {
    position: absolute;
    width: 340px;
    top: 0;
    left: 0;
    margin: 0;
  }
}
.testimonial_card_picture {
  display: block;
}
.testimonial_card_image {
  display: block;
}
.testimonial_card_header {
  margin-bottom: 15px;
}
.testimonial_card_label {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #616265;
  margin: 4px 0;
}
.testimonial_card_name {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.52380952;
  color: #E65525;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}
@media (min-width: 768px ) {
  .testimonial_card_name {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 768px ) {
  .testimonial_card_name {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.testimonial_card_thumb {
  display: block;
  float: right;
  width: 80px;
  margin: 4px 0 10px 20px;
}
.testimonial_card_thumb picture {
  display: block;
}
.testimonial_card_thumb img {
  width: 100%;
}
@media (min-width: 500px ) {
  .testimonial_card_thumb {
    width: 25%;
    margin-left: 30px;
  }
}
@media (min-width: 992px ) {
  .testimonial_card_thumb {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 500px ) {
  .testimonial_card_content {
    overflow: hidden;
  }
}
.testimonial_card_description p {
  font-family: "SchoolbookItalic";
  margin: 0;
}
/* Testimonial Control
============================================================================= */
.testimonial_control {
  cursor: pointer;
  margin-right: 20px;
}
@media (min-width: 992px ) {
  .testimonial_control {
    margin-right: 28px;
  }
}
.no-touchevents .testimonial_control:hover .testimonial_control_name {
  color: #1A1A1A;
}
.testimonial_control.fs-carousel-active .testimonial_control_figure:after {
  box-shadow: inset 0 0 0 5px #E65525;
}
.testimonial_control_figure {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.testimonial_control_figure picture {
  display: block;
}
.testimonial_control_figure img {
  width: 100%;
}
.testimonial_control_figure:after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  box-shadow: inset 0 0 0 0 #E65525;
  content: "";
  transition: box-shadow 0.25s;
}
.testimonial_control_picture {
  display: block;
}
.testimonial_control_image {
  display: block;
}
.testimonial_control_label {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #616265;
  margin: 4px 0;
}
.testimonial_control_name {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.83333333;
  line-height: 1.66666667;
  color: #E65525;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
  transition: color 0.25s;
}
@media (min-width: 768px ) {
  .testimonial_control_name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px ) {
  .testimonial_control_name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* ==========================================================================
	Call to Action
============================================================================= */
.call_to_action {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 60px 20px;
}
@media (min-width: 992px ) {
  .call_to_action {
    margin-top: 40px;
  }
}
@media (min-width: 992px ) {
  .call_to_action {
    margin-bottom: 40px;
  }
}
@media (min-width: 500px ) {
  .call_to_action {
    padding: 80px 40px;
  }
}
@media (min-width: 768px ) {
  .call_to_action {
    padding: 120px 0;
  }
}
.call_to_action .fs-background-container:after {
  display: block;
  height: 102%;
  width: 102%;
  position: absolute;
  top: -1%;
  right: -1%;
  bottom: -1%;
  left: -1%;
  background-color: #1A1A1A;
  content: "";
  opacity: 0.3;
}
.call_to_action_bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.call_to_action_link {
  display: block;
  background-color: #fff;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 24px 30px 20px;
  transition: color 0.45s;
}
@media (min-width: 768px ) {
  .call_to_action_link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 24px 60px 20px;
  }
}
.call_to_action_link:before {
  display: block;
  position: absolute;
  width: 20px;
  height: 102%;
  top: -1%;
  left: -2px;
  content: "";
  transition: width 0.45s;
}
.no-touchevents .call_to_action_link:hover:before {
  width: 102%;
}
.no-touchevents .call_to_action_link:hover .call_to_action_label {
  color: #fff;
}
.call_to_action_label {
  position: relative;
  transition: color 0.45s;
}
/* Color variations
============================================================================= */
.call_to_action.theme_blue .call_to_action_link {
  color: #005195;
}
.call_to_action.theme_blue .call_to_action_link:before {
  background-color: #005195;
}
.call_to_action.theme_orange .call_to_action_link {
  color: #E65525;
}
.call_to_action.theme_orange .call_to_action_link:before {
  background-color: #E65525;
}
.call_to_action.theme_red .call_to_action_link {
  color: #98252B;
}
.call_to_action.theme_red .call_to_action_link:before {
  background-color: #98252B;
}
.call_to_action.theme_green .call_to_action_link {
  color: #6C953C;
}
.call_to_action.theme_green .call_to_action_link:before {
  background-color: #6C953C;
}
/* ==========================================================================

	Image Callout

============================================================================= */
.image_callout_wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.image_callout {
  border-bottom-width: 18px;
  border-bottom-style: solid;
  border-color: #005195;
  width: 100%;
}
@media (min-width: 500px ) {
  .image_callout {
    border-right-width: 18px;
    border-right-style: solid;
    border-color: #005195;
    padding: 15px 0;
    border-bottom: none;
  }
}
.image_callout_picture {
  display: block;
}
.image_callout_picture picture {
  display: block;
}
.image_callout_picture img {
  width: 100%;
}
@media (max-width: 499px ) {
  .image_callout_wrapper,
  .image_callout_desc_wrapper {
    width: 100%;
  }
}
.image_callout_heading {
  line-height: 1.25;
  margin-bottom: 18px;
}
.image_callout_text {
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.71428571;
}
@media (min-width: 768px ) {
  .image_callout_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px ) {
  .image_callout_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.image_callout_button {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333333;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px 8px 30px;
  border: 1px solid #1A1A1A;
  letter-spacing: 2px;
  display: inline-block;
  width: 100%;
  margin: 8px 30px 8px 0;
}
.image_callout_button,
.image_callout_button:link,
.image_callout_button:visited,
.image_callout_button:hover,
.image_callout_button:active,
.image_callout_button:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
.image_callout_button.theme_black {
  border-color: #1A1A1A;
  color: #1A1A1A;
}
.image_callout_button.theme_black:focus,
.image_callout_button.theme_black:active,
.no-touchevents .image_callout_button.theme_black:hover {
  background-color: #1A1A1A;
}
.image_callout_button.theme_black:focus,
.image_callout_button.theme_black:active,
.no-touchevents .image_callout_button.theme_black:hover {
  color: #fff;
}
.image_callout_button.theme_orange {
  border-color: #E65525;
  color: #E65525;
}
.image_callout_button.theme_orange:focus,
.image_callout_button.theme_orange:active,
.no-touchevents .image_callout_button.theme_orange:hover {
  background-color: #E65525;
}
.image_callout_button.theme_orange:focus,
.image_callout_button.theme_orange:active,
.no-touchevents .image_callout_button.theme_orange:hover {
  color: #fff;
}
.image_callout_button.theme_blue {
  border-color: #005195;
  color: #005195;
}
.image_callout_button.theme_blue:focus,
.image_callout_button.theme_blue:active,
.no-touchevents .image_callout_button.theme_blue:hover {
  background-color: #005195;
}
.image_callout_button.theme_blue:focus,
.image_callout_button.theme_blue:active,
.no-touchevents .image_callout_button.theme_blue:hover {
  color: #fff;
}
.image_callout_button.theme_green {
  border-color: #6C953C;
  color: #6C953C;
}
.image_callout_button.theme_green:focus,
.image_callout_button.theme_green:active,
.no-touchevents .image_callout_button.theme_green:hover {
  background-color: #6C953C;
}
.image_callout_button.theme_green:focus,
.image_callout_button.theme_green:active,
.no-touchevents .image_callout_button.theme_green:hover {
  color: #fff;
}
.image_callout_button.theme_border {
  background-color: #fff;
  border-left-width: 9px;
  border-left-style: solid;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 768px ) {
  .image_callout_button.theme_border {
    border-left-width: 18px;
    border-left-style: solid;
  }
}
.image_callout_button.theme_black {
  border-color: #1A1A1A;
  color: #1A1A1A;
}
.image_callout_button.theme_black:focus,
.image_callout_button.theme_black:active,
.no-touchevents .image_callout_button.theme_black:hover {
  background-color: #1A1A1A;
}
.image_callout_button.theme_black:focus,
.image_callout_button.theme_black:active,
.no-touchevents .image_callout_button.theme_black:hover {
  color: #fff;
}
.image_callout_button.theme_orange {
  border-color: #E65525;
  color: #E65525;
}
.image_callout_button.theme_orange:focus,
.image_callout_button.theme_orange:active,
.no-touchevents .image_callout_button.theme_orange:hover {
  background-color: #E65525;
}
.image_callout_button.theme_orange:focus,
.image_callout_button.theme_orange:active,
.no-touchevents .image_callout_button.theme_orange:hover {
  color: #fff;
}
.image_callout_button.theme_blue {
  border-color: #005195;
  color: #005195;
}
.image_callout_button.theme_blue:focus,
.image_callout_button.theme_blue:active,
.no-touchevents .image_callout_button.theme_blue:hover {
  background-color: #005195;
}
.image_callout_button.theme_blue:focus,
.image_callout_button.theme_blue:active,
.no-touchevents .image_callout_button.theme_blue:hover {
  color: #fff;
}
.image_callout_button.theme_green {
  border-color: #6C953C;
  color: #6C953C;
}
.image_callout_button.theme_green:focus,
.image_callout_button.theme_green:active,
.no-touchevents .image_callout_button.theme_green:hover {
  background-color: #6C953C;
}
.image_callout_button.theme_green:focus,
.image_callout_button.theme_green:active,
.no-touchevents .image_callout_button.theme_green:hover {
  color: #fff;
}
.image_callout_button.theme_border {
  background-color: #fff;
  border-left-width: 9px;
  border-left-style: solid;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 768px ) {
  .image_callout_button.theme_border {
    border-left-width: 18px;
    border-left-style: solid;
  }
}
@media (min-width: 1200px ) {
  .image_callout_button {
    width: auto;
  }
}
.image_callout_button.theme_ {
  display: none;
}
.image_callout_button:last-child {
  margin-right: 0;
}
/* ==========================================================================

	Color Variations

============================================================================= */
.image_callout_wrap.theme_blue .image_callout {
  border-color: #005195;
}
.image_callout_wrap.theme_orange .image_callout {
  border-color: #E65525;
}
.image_callout_wrap.theme_green .image_callout {
  border-color: #6C953C;
}
/* ==========================================================================
	News
============================================================================= */
.news_list_item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #E8E8E8;
}
@media (min-width: 768px ) {
  .news_list_item.news_no_image .news_list_item_header {
    width: 70%;
  }
}
.news_list_item.news_no_image .news_list_item_date {
  margin-top: 5px;
}
.news_list_item_article:before,
.news_list_item_article:after {
  content: " ";
  display: table;
}
.news_list_item_article:after {
  clear: both;
}
.news_list_item_article:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.news_list_item_article:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.news_list_item_header {
  overflow: hidden;
}
.news_list_item_date {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #98252B;
  margin: 25px 0 15px 0;
  letter-spacing: 1.2px;
}
@media (min-width: 500px ) {
  .news_list_item_date {
    margin: 5px 0 15px 0;
  }
}
.news_list_item_heading {
  margin: 15px 0;
}
.news_list_item_heading_link {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.52380952;
  color: #1A1A1A;
}
@media (min-width: 768px ) {
  .news_list_item_heading_link {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 768px ) {
  .news_list_item_heading_link {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.news_list_item_heading_link:focus,
.news_list_item_heading_link:active,
.no-touchevents .news_list_item_heading_link:hover {
  color: #98252B;
}
.news_list_item_desc {
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.71428571;
  font-size: 14px;
  font-size: 0.875rem;
  color: #616265;
}
@media (min-width: 768px ) {
  .news_list_item_desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px ) {
  .news_list_item_desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.news_list_item_figure {
  display: block;
}
.news_list_item_figure picture {
  display: block;
}
.news_list_item_figure img {
  width: 100%;
}
@media (min-width: 500px ) {
  .news_list_item_figure {
    float: right;
    width: 175px;
    margin: 25px 0 0 25px;
  }
}
.ccm-block-page-title-byline {
  margin-bottom: 2em;
}
.ccm-block-page-title-byline news span {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
}
.ccm-block-page-title-byline span.page-author {
  border-left: 1px solid #ccc;
  margin-left: 10px;
  padding-left: 10px;
  display: inline-blck;
}
/* ==========================================================================
	Related Links
============================================================================= */
.related_links_wrap {
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
  border: 1px solid #98252B;
}
@media (min-width: 992px ) {
  .related_links_wrap {
    margin-top: 60px;
  }
}
@media (min-width: 992px ) {
  .related_links_wrap {
    margin-bottom: 60px;
  }
}
.related_links_header {
  margin: -7px 0 0 15px;
}
.related_links_heading {
  background-color: #fff;
  display: inline-block;
  margin: 0;
  padding: 0 8px;
}
.related_links {
  padding: 20px 23px;
}
.related_links:before,
.related_links:after {
  content: " ";
  display: table;
}
.related_links:after {
  clear: both;
}
.related_links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.related_links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.related_links .link_arrow {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 8px 0;
  letter-spacing: 1px;
}
@media (min-width: 768px ) {
  .related_links .link_arrow {
    float: left;
    width: 28%;
    margin-right: 5%;
  }
}
/* ==========================================================================
	Contact - Sidebar
============================================================================= */
.contact_callout_wrap {
  background-color: #F7F7F7;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #98252B;
}
@media (min-width: 992px ) {
  .contact_callout_wrap {
    margin-top: 40px;
  }
}
@media (min-width: 992px ) {
  .contact_callout_wrap {
    margin-bottom: 40px;
  }
}
.contact_callout_header {
  background: #98252B;
  padding: 30px 30px 0 30px;
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .contact_callout_header {
    padding: 30px 24px 0 24px;
  }
}
.contact_callout_heading {
  color: #fff;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 23px 0;
}
.contact_tab {
  color: #fff;
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 60px;
  letter-spacing: 1px;
  line-height: 25px;
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .contact_tab {
    margin-right: 30px;
  }
}
.contact_tab:last-child {
  margin-right: 0;
}
.contact_tab:active,
.contact_tab:focus,
.no-touchevents .contact_tab:hover,
.contact_tab.fs-tabs-active {
  color: #fff;
  border-bottom-width: 9px;
  border-bottom-style: solid;
  border-color: #E65525;
}
.contact_callout_body {
  padding: 0 30px 30px 30px;
}
@media (min-width: 500px ) and (max-width: 991px ) {
  .contact_callout_body {
    padding: 0 30px 10px 30px;
  }
}
.contact_callout p {
  color: #1A1A1A;
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 8px 0;
}
.contact_callout p:first-child {
  margin-top: 23px;
}
.contact_callout strong {
  display: block;
  font-family: "Univers-Bold";
  font-style: normal;
  font-weight: 400;
  margin-top: 23px;
}
.contact_callout a {
  color: #98252B;
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: .15em;
  border-bottom: 1px solid transparent;
}
.contact_callout a:active,
.contact_callout a:focus,
.no-touchevents .contact_callout a:hover {
  border-color: #000;
}
@media (min-width: 500px ) and (max-width: 991px ) {
  .contact_info {
    float: left;
    margin-right: 50px;
  }
}
/* ==========================================================================
	Flexible Sidebar Callout
============================================================================= */
.flexible_wrap {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
@media (min-width: 992px ) {
  .flexible_wrap {
    margin-top: 40px;
  }
}
@media (min-width: 992px ) {
  .flexible_wrap {
    margin-bottom: 40px;
  }
}
.flexible_figure {
  display: block;
}
.flexible_figure picture {
  display: block;
}
.flexible_figure img {
  width: 100%;
}
.flexible_content {
  position: relative;
  margin: -50px 10px 0;
  padding: 25px 20px;
}
.flexible_heading {
  color: #fff;
  margin: 0 0 20px 0;
}
.flexible_body p {
  font-family: "Univers-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.71428571;
  color: #fff;
}
@media (min-width: 768px ) {
  .flexible_body p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px ) {
  .flexible_body p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.flexible_footer .link_arrow {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
/* ==========================================================================
	Color Variations
============================================================================= */
.flexible_wrap.theme_orange {
  background-color: #E65525;
}
.flexible_wrap.theme_orange .flexible_content {
  background-color: #98252B;
}
.flexible_wrap.theme_orange .link_arrow:focus,
.flexible_wrap.theme_orange .link_arrow:active,
.no-touchevents .flexible_wrap.theme_orange .link_arrow:hover {
  color: #E65525;
}
.flexible_wrap.theme_orange .link_arrow:after {
  width: 11px;
  height: 11px;
  width: 11;
  height: 11;
  background-position: -87px -50px;
}
.flexible_wrap.theme_red {
  background-color: #98252B;
}
.flexible_wrap.theme_red .flexible_content {
  background-color: #E8E8E8;
}
.flexible_wrap.theme_red .flexible_heading {
  color: #98252B;
}
.flexible_wrap.theme_red .flexible_body p {
  color: #1A1A1A;
}
.flexible_wrap.theme_red .link_arrow {
  color: #98252B;
}
.flexible_wrap.theme_red .link_arrow:focus,
.flexible_wrap.theme_red .link_arrow:active,
.no-touchevents .flexible_wrap.theme_red .link_arrow:hover {
  color: #1A1A1A;
}
.flexible_wrap.theme_red .link_arrow:after {
  width: 11px;
  height: 12px;
  width: 11;
  height: 12;
  background-position: -21px -29px;
}
/* ==========================================================================
	Print
============================================================================= */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  *,
  *:before,
  *:after {
    background-image: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
    border: none !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print {
    display: block;
  }
}
/* ==========================================================================
	Custom Print
============================================================================= */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media print {
  body {
    font-size: 12px;
  }
  blockquote {
    border-width: 0;
  }
  .container {
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [class*='col-'] {
    width: auto !important;
    position: static !important;
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }
  .site_alert,
  .header_top,
  .nav_bar,
  .home_feature_background,
  .home_feature_thumbnails,
  .social_wrap,
  .footer_nav_wrap,
  .campus_link_wrap,
  .mobile_navigation,
  .sub_nav_container,
  .admission_feature,
  .student_wrap,
  .gallery_wrap,
  .call_to_action,
  .calls_to_action,
  .testimonial_carousel_controller,
  .chair_image_background,
  .related_links_wrap,
  .footer_logo,
  .pagination,
  .logo_main:before,
  .mobile_nav_controls,
  .home_feature_mobile_select_row,
  .gsc-control-cse .gsc-results .gsc-cursor-box {
    display: none !important;
    visibility: hidden;
  }
  .logo_main {
    display: block;
    float: none;
    margin: 0 0 30px;
  }
  .header_top_wrap {
    height: auto;
  }
  .home_feature:before,
  .home_feature:after {
    content: " ";
    display: table;
  }
  .home_feature:after {
    clear: both;
  }
  .home_feature:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .home_feature:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .home_feature_header {
    position: static;
    padding: 0;
  }
  .home_feature_content {
    width: 100% !important;
    left: 0;
    clear: left;
    margin-bottom: 20px;
    padding: 20px !important;
    opacity: 1;
    overflow: hidden;
  }
  .home_feature_item:before,
  .home_feature_item:after {
    content: " ";
    display: table;
  }
  .home_feature_item:after {
    clear: both;
  }
  .home_feature_item:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .home_feature_item:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .home_feature_footer {
    margin: 0;
    padding-top: 20px;
  }
  .home_feature_quote p {
    margin-bottom: 20px;
  }
  .home_feature_heading_wrapper {
    width: 100%;
    left: 0;
    padding: 0;
  }
  .home_feature_items .row:before,
  .home_feature_items .row:after {
    content: " ";
    display: table;
  }
  .home_feature_items .row:after {
    clear: both;
  }
  .home_feature_items .row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .home_feature_items .row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .link_set_wrap {
    padding: 20px 0;
  }
  .carousel_item {
    clear: left;
    margin-bottom: 30px;
  }
  .carousel_item:before,
  .carousel_item:after {
    content: " ";
    display: table;
  }
  .carousel_item:after {
    clear: both;
  }
  .carousel_item:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .carousel_item:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .carousel_body {
    margin-left: 0;
  }
  .carousel_caption {
    margin-top: 0;
    overflow: hidden;
  }
  .carousel_figure {
    float: left;
    width: 200px;
    margin: 0 30px 0 0;
  }
  .campus_wrap {
    min-height: inherit;
  }
  .campus_header {
    padding: 0;
  }
  .campus_inner {
    padding: 0;
  }
  .campus_wrap {
    padding: 20px 0;
  }
  .stat_item {
    float: left;
    width: 100%;
    clear: both;
    margin: 0 0 20px 0;
  }
  .stat_item:before,
  .stat_item:after {
    content: " ";
    display: table;
  }
  .stat_item:after {
    clear: both;
  }
  .stat_item:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .stat_item:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .stat_figure {
    margin-right: 20px;
  }
  .announcement_body {
    margin-left: 20px;
  }
  .announcement_content a {
    display: block;
    clear: left;
  }
  .announcement_wrap.theme_orange .announcement_body {
    width: auto;
    margin: 0 20px 0 0;
  }
  .announcement_wrap {
    margin: 30px 0;
    padding: 0;
  }
  .chair_item.gravity_right .carousel_caption {
    width: auto;
    float: none;
    margin: 0;
  }
  .carousel_caption {
    overflow: hidden;
  }
  .chair_slide {
    width: 100% !important;
    margin: 30px 0;
  }
  .chair_slide:before,
  .chair_slide:after {
    content: " ";
    display: table;
  }
  .chair_slide:after {
    clear: both;
  }
  .chair_slide:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .chair_slide:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .chair_figcaption {
    position: static !important;
    margin-top: 10px;
  }
  .carousel_caption {
    width: auto;
    margin: 0;
  }
  .footer {
    margin-top: 20px;
    padding: 0;
  }
  .footer_address {
    float: none;
    margin-right: 0;
  }
  .footer_address p {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .line_title {
    display: block;
    margin: 10px 0;
  }
  .footer_contact {
    float: none;
    margin: 0;
  }
  .footer_contact a {
    display: none !important;
    visibility: hidden;
  }
  .header_bar {
    height: auto;
  }
  .no_image_heading,
  .feature_image_heading {
    margin: 20px 0;
  }
  .feature_image {
    min-height: inherit;
    margin-bottom: 0;
  }
  .feature_image_wrapper {
    position: static;
    padding: 0;
  }
  .campaign_feature_section,
  .campaign_feature_wrapper {
    padding-top: 0;
  }
  .campaign_feature_container {
    padding: 20px 0;
  }
  .carousel_wrap.carousel_news_wrap {
    padding: 0;
  }
  .featured_event_item {
    margin: 20px 0;
    overflow: hidden;
  }
  .featured_event_date {
    float: left;
    position: static;
    margin-right: 30px;
    padding: 0;
  }
  .featured_event_figure {
    float: left;
    margin-right: 30px;
  }
  .featured_event_content {
    overflow: hidden;
  }
  .event_item_list {
    clear: both;
  }
  .campaign_lockup_container {
    margin-top: 0;
    padding: 0;
  }
  .dates_wrap {
    padding: 0;
  }
  .dates_wrap .dates_tabs {
    display: none !important;
    visibility: hidden;
  }
  .dates_wrap .dates_item {
    padding-top: 20px;
    padding-bottom: 1px;
  }
  .testimonial_card {
    padding: 0;
    margin: 30px 0;
  }
  .related_links:before,
  .related_links:after {
    content: " ";
    display: table;
  }
  .related_links:after {
    clear: both;
  }
  .related_links:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .related_links:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .contact_callout_wrap:before,
  .contact_callout_wrap:after {
    content: " ";
    display: table;
  }
  .contact_callout_wrap:after {
    clear: both;
  }
  .contact_callout_wrap:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .contact_callout_wrap:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .flexible_content {
    margin: 10px 0;
    padding: 0;
  }
  .image_callout_wrap:before,
  .image_callout_wrap:after {
    content: " ";
    display: table;
  }
  .image_callout_wrap:after {
    clear: both;
  }
  .image_callout_wrap:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .image_callout_wrap:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .image_callout {
    float: left;
    width: 250px;
    margin-right: 30px;
  }
  .contact_callout_header nav {
    display: none !important;
    visibility: hidden;
  }
}

/*# sourceMappingURL=maps/site.css.map */
