/* ==========================================================================
	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: 8px;
  border-left-style: solid;
}
.border_left_sm {
  border-left-width: 8px;
  border-left-style: solid;
}
.border_right_lg {
  border-right-width: 8px;
  border-right-style: solid;
}
.border_right_sm {
  border-right-width: 8px;
  border-right-style: solid;
}
.border_top_lg {
  border-top-width: 8px;
  border-top-style: solid;
}
.border_top_sm {
  border-top-width: 8px;
  border-top-style: solid;
}
.border_bottom_lg {
  border-bottom-width: 8px;
  border-bottom-style: solid;
}
.border_bottom_sm {
  border-bottom-width: 8px;
  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;
}

/* ==========================================================================
   New Fonts
============================================================================= */

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

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

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

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

@font-face {
    font-family: 'NeutrafaceText-Demi';
    src: url('../fonts/NeutrafaceText-Demi.woff2') format("woff2"), url('../fonts/NeutrafaceText-Demi.woff') format("woff");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

/**
 * @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: #CB4300;
  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: #7C332A;
}
.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: #7C332A;
  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: #7C332A;
}
/**
 * @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: #CB4300;
  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;
}
.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 {
  background-color: #FAF7F0;
  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;
  }
}
.ccm-page .sub_nav_handle:focus,
.no-touchevents .ccm-page .sub_nav_handle:hover,
.ccm-page .sub_nav_handle.fs-navigation-open {
  background-color: #FAF7F0;
}
.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;
}
.ccm-page .sub_nav_collapsed .sub_nav_handle.fs-navigation-handle.fs-navigation-enabled {
  border: none;
  padding: 20px 50px 20px 30px;
}
.ccm-page .sub_nav_collapsed .sub_nav_handle.fs-navigation-handle.fs-navigation-enabled:before,
.ccm-page .sub_nav_collapsed .sub_nav_handle.fs-navigation-handle.fs-navigation-enabled:after {
  color: #fff;
  right: 20px;
}
.ccm-page .sub_nav_collapsed .sub_nav_handle.fs-navigation-handle.fs-navigation-enabled:before {
  border-color: #fff transparent transparent transparent;
}
.fs-navigation-toggle-nav.fs-navigation-enabled {
  border: 1px solid #C8C3BC;
  border-top-width: 0;
  background-color: #FAF7F0;
  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 (Brick)
============================================================================= */
.base_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-pagination,
.carousel_base.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,
  .carousel_base.fs-carousel.fs-carousel-enabled .fs-carousel-pagination {
    margin: 50px 0 0;
  }
}
.base_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-page,
.carousel_base.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,
.no-touchevents .carousel_base.fs-carousel.fs-carousel-enabled .fs-carousel-page:hover {
  background-color: #7C332A;
}
.base_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-page.fs-carousel-active,
.carousel_base.fs-carousel.fs-carousel-enabled .fs-carousel-page.fs-carousel-active {
  background-color: #7C332A;
}
.no-touchevents .base_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-control:hover,
.no-touchevents .carousel_base.fs-carousel.fs-carousel-enabled .fs-carousel-control:hover {
  background: #7C332A !important;
}
/* ==========================================================================
	Carousel Pagination (Orange)
============================================================================= */
.chair_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-page.fs-carousel-active {
  background-color: #CB4300;
}
.no-touchevents .chair_carousel.fs-carousel.fs-carousel-enabled .fs-carousel-page:hover {
  background-color: #CB4300;
}
/* ==========================================================================
	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: #7C332A;
  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: #58595c;
}
.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: #CB4300;
  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: #3D2725;
  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: #58595c;
  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: #58595c;
}
.bg_blue {
  background-color: #005195;
}
.bg_orange {
  background-color: #CB4300;
}
.bg_green {
  background-color: #527E00;
}
.bg_beige {
  background-color: #EFDEBC;
}
.bg_gray_light {
  background-color: #C8C3BC;
}
.bg_gray {
  background-color: #F7F7F7;
}
.bg_gray_medium {
  background-color: #E8E8E8;
}
.bg_brown {
  background-color: #3D2725;
}
.bg_brick {
  background-color: #7C332A;
}
.bg_orange_dark {
  background-color: #C54015;
}
.bg_tan {
  background-color: #CFBC83;
}
.bg_white {
  background-color: #F5EFE2;
}
.bg_creme {
  background-color: #FAF7F0;
}
.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: #58595c;
}
.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: #CB4300;
}
.hover_bg_green:focus,
.hover_bg_green:active,
.no-touchevents .hover_bg_green:hover {
  background-color: #527E00;
}
.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;
}
.hover_bg_brown:focus,
.hover_bg_brown:active,
.no-touchevents .hover_bg_brown:hover {
  background-color: #3D2725;
}
.hover_bg_brick:focus,
.hover_bg_brick:active,
.no-touchevents .hover_bg_brick:hover {
  background-color: #7C332A;
}
.hover_bg_orange_dark:focus,
.hover_bg_orange_dark:active,
.no-touchevents .hover_bg_orange_dark:hover {
  background-color: #C54015;
}
.hover_bg_tan:focus,
.hover_bg_tan:active,
.no-touchevents .hover_bg_tan:hover {
  background-color: #CFBC83;
}
.hover_bg_white:focus,
.hover_bg_white:active,
.no-touchevents .hover_bg_white:hover {
  background-color: #F5EFE2;
}
.hover_bg_creme:focus,
.hover_bg_creme:active,
.no-touchevents .hover_bg_creme:hover {
  background-color: #FAF7F0;
}
/* ==========================================================================
	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: #58595c;
}
.border_blue {
  border-color: #005195;
}
.border_orange {
  border-color: #CB4300;
}
.border_green {
  border-color: #527E00;
}
.border_beige {
  border-color: #EFDEBC;
}
.border_gray_light {
  border-color: #C8C3BC;
}
.border_gray_medium {
  border-color: #E8E8E8;
}
.border_brown {
  border-color: #3D2725;
}
.border_brick {
  border-color: #7C332A;
}
.border_orange_dark {
  border-color: #C54015;
}
.border_tan {
  border-color: #CFBC83;
}
.border_white {
  border-color: #F5EFE2;
}
.border_creme {
  border-color: #FAF7F0;
}
/* ==========================================================================
	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: #58595c;
}
.color_blue {
  color: #005195;
}
.color_orange {
  color: #CB4300;
}
.color_green {
  color: #527E00;
}
.color_beige {
  color: #EFDEBC;
}
.color_gray_light {
  color: #C8C3BC;
}
.color_gray_medium {
  color: #E8E8E8;
}
.color_brown {
  color: #3D2725;
}
.color_brick {
  color: #7C332A;
}
.color_orange_dark {
  color: #C54015;
}
.color_tan {
  color: #CFBC83;
}
.color_white {
  color: #F5EFE2;
}
.color_creme {
  color: #FAF7F0;
}
.color_gray_med {
  color: #776766;
}
.color_orange_light {
  color: #FF5D28;
}
.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: #58595c;
}
.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: #CB4300;
}
.hover_color_green:focus,
.hover_color_green:active,
.no-touchevents .hover_color_green:hover {
  color: #527E00;
}
.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;
}
.hover_color_brown:focus,
.hover_color_brown:active,
.no-touchevents .hover_color_brown:hover {
  color: #3D2725;
}
.hover_color_brick:focus,
.hover_color_brick:active,
.no-touchevents .hover_color_brick:hover {
  color: #7C332A;
}
.hover_color_orange_dark:focus,
.hover_color_orange_dark:active,
.no-touchevents .hover_color_orange_dark:hover {
  color: #C54015;
}
.hover_color_tan:focus,
.hover_color_tan:active,
.no-touchevents .hover_color_tan:hover {
  color: #CFBC83;
}
.hover_color_white:focus,
.hover_color_white:active,
.no-touchevents .hover_color_white:hover {
  color: #F5EFE2;
}
.hover_color_creme:focus,
.hover_color_creme:active,
.no-touchevents .hover_color_creme:hover {
  color: #FAF7F0;
}
/* ==========================================================================
	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: 1px;
}
@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_brick {
  width: 18px;
  height: 18px;
  background-position: -182px -40px;
}
.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_arrow_white {
  width: 11px;
  height: 11px;
  width: 11;
  height: 11;
  background-position: -188px -70px;
}
.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_youtube {
  width: 24px;
  height: 18px;
  width: 24;
  height: 18;
  background-position: -60px -82px;
}
.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_logo_new {
  width: 275px;
  height: 125px;
  width: 275;
  height: 125;
  background-position: -220px 0px;
}
.icon_logo_new_mobile {
  width: 141px;
  height: 56px;
  width: 141;
  height: 56;
  background-position: -502px -352px;
}
.icon_logo_new_mobile_small {
  width: 141px;
  height: 56px;
  width: 141;
  height: 56;
  background-position: -231px -242px;
}
.icon_logo_footer {
  width: 518px;
  height: 228px;
  width: 518;
  height: 228;
  background-position: -490px 24px;
}
.icon_logo_footer_small {
  width: 360px;
  height: 165px;
  width: 360;
  height: 165;
  background-position: -482px -185px;
}
.icon_seal {
  width: 38px;
  height: 38px;
  background-position: -134px 0;
}
.icon_i {
  width: 11px;
  height: 11px;
  background-position: -181px 0;
}
.icon_person {
  width: 11px;
  height: 13px;
  width: 11;
  height: 13;
  background-position: -190px -110px;
}
.icon_cart {
  width: 13px;
  height: 13px;
  width: 13;
  height: 13;
  background-position: -187px -89px;
}
.icon_world {
  width: 13px;
  height: 13px;
  width: 13;
  height: 13;
  background-position: -187px -17px;
}
.icon_plus {
  width: 14px;
  height: 14px;
  width: 14;
  height: 14;
  background-position: -186px -133px;
}
.icon_exit {
  width: 16px;
  height: 16px;
  width: 16;
  height: 16;
  background-position: -185px -152px;
}
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: #CB4300;
  position: relative;
  height: 95px;
  z-index: 9;
}
@media (min-width: 992px ) {
  .header_bar {
    display: none;
  }
}
.logo_main {
  float: left;
  margin-top: 21px;
}
.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: 141px;
  height: 56px;
  width: 141;
  height: 56;
  background-position: -231px -242px;
}
@media (min-width: 992px ) {
  .logo_main {
    margin-top: 33px;
  }
  .logo_main:before {
    width: 141px;
    height: 56px;
    width: 141;
    height: 56;
    background-position: -502px -352px;
    position: relative;
    top: -10px;
  }
}
@media (min-width: 1200px ) {
  .logo_main:before {
    width: 275px;
    height: 125px;
    width: 275;
    height: 125;
    background-position: -220px 0px;
    top: -10px;
  }
}
.logo_main h1 {
  display: block !important;
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  visibility: visible;
}
.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;
}
@media (min-width: 1200px ) {
  .search_trigger:after {
    width: 18px;
    height: 18px;
    background-position: -182px -40px;
  }
}
.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: #FAF7F0;
  height: 100%;
}
@media (min-width: 992px ) {
  .header_utility {
    height: auto;
  }
}
.button_nav {
  max-width: 500px;
}
.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 3px 5px 0;
  }
}
@media (min-width: 1200px ) {
  .button_nav .button_inline {
    margin: 5px 24px 5px 0;
  }
}
.utility_nav {
  margin: 27px 0 30px 0;
}
@media (min-width: 992px ) {
  .utility_nav {
    float: left;
    margin: -4px 0 0 0;
  }
}
.utility_nav_link {
  display: inline-block;
  color: #3D2725;
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 18px;
}
@media (min-width: 992px ) {
  .utility_nav_link {
    float: left;
    letter-spacing: 2px;
    margin-right: 0;
    padding: 20px 0 0 18px;
  }
}
.utility_nav_link:active,
.utility_nav_link:focus,
.no-touchevents .utility_nav_link:hover {
  color: #7C332A;
}
.utility_nav_link:before {
  position: relative;
  top: 2px;
  margin-right: 7px;
}
@media (min-width: 1200px ) {
  .utility_nav_link {
    margin: 0 5px 0 0;
  }
}
.utility_nav_link .main_nav_expand {
  margin-left: 8px;
}
.utility_nav_link .main_nav_expand:after {
  width: 12px;
  height: 12px;
  background-position: -40px -30px;
}
.utility_nav_has_child {
  position: relative;
  margin-right: 20px;
}
@media (min-width: 992px ) {
  .utility_nav_has_child {
    float: left;
    margin-right: 0;
  }
  .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: 1200px ) {
  .utility_nav_has_child {
    margin-right: 20px;
  }
}
@media (min-width: 992px ) {
  .utility_nav_has_child .utility_nav_link {
    margin-right: 10px;
    padding-top: 21px;
  }
}
.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_link_news:before {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .utility_nav_link_news:before {
  background-image: url(../images/icons.svg);
}
.utility_nav_link_news:before {
  width: 13px;
  height: 13px;
  width: 13;
  height: 13;
  background-position: -187px -17px;
}
.utility_nav_link_cart:before {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .utility_nav_link_cart:before {
  background-image: url(../images/icons.svg);
}
.utility_nav_link_cart:before {
  width: 13px;
  height: 13px;
  width: 13;
  height: 13;
  background-position: -187px -89px;
}
.utility_nav_link_person:before {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .utility_nav_link_person:before {
  background-image: url(../images/icons.svg);
}
.utility_nav_link_person:before {
  width: 11px;
  height: 13px;
  width: 11;
  height: 13;
  background-position: -190px -110px;
}
.utility_nav_children {
  position: absolute;
  background-color: #000;
  padding: 5px 0 0 0;
  top: 45px;
  left: 18px;
  z-index: 23;
  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: "IBMPlexSansCondensed-Text";
  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: #7C332A;
}
.utility_nav_link_sub {
  font-family: "IBMPlexSans-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  color: #3D2725;
  display: inline-block;
  text-decoration: underline;
  margin: 15px 30px 0 0;
}
.utility_nav_link_label {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  color: #3D2725;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
/* ==========================================================================
	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: #FAF7F0;
  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: -182px -40px;
}
.site_search_form {
  position: relative;
}
@media (min-width: 992px ) {
  .site_search_form {
    border-bottom: 1px solid #58595c;
  }
}
.site_search_label {
  display: none !important;
  visibility: hidden;
}
.site_search_input {
  display: block;
  background-color: #FAF7F0;
  color: #3D2725;
  font-size: 16px;
  font-size: 1rem;
  font-family: "IBMPlexSerif-TextItalic";
  font-style: normal;
  font-weight: 400;
  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: "IBMPlexSerif-TextItalic";
  font-style: normal;
  font-weight: 400;
}
.site_search_input::-webkit-input-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;
    margin: 0;
    padding: 5px 75px 5px 0;
    text-indent: 8px;
  }
}
.site_search_button {
  position: absolute;
  color: #3D2725;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
}
.site_search_button:after {
  width: 18px;
  height: 18px;
  background-position: -182px -40px;
  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 {
  z-index: 200 !important;
}
.mobile_navigation .site_search {
  margin: 10px 0 30px 0;
}
.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: -182px -40px;
  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 {
  border: 1px solid rgba(26, 26, 26, 0.4);
  padding-right: 50px;
}
/* ==========================================================================
	Header - Desktop
============================================================================= */
.header_top_wrap {
  display: none;
}
@media (min-width: 992px ) {
  .header_top_wrap {
    display: block;
    background-color: #FAF7F0;
    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: #CB4300;
    position: relative;
    padding: 25px 0 10px 0;
  }
}
/* ==========================================================================
	Fonts
============================================================================= */
.schoolbook {
  font-family: "neutraRegular";
  font-style: normal;
  font-weight: 400;
}
.schoolbook_italic {
  font-family: "neutraItalic";
}
.schoolbook_bold {
  font-family: "neutraBold";
}
.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;
}
/* ==========================================================================
	  New Fonts
	============================================================================= */
.sans {
  font-family: "IBMPlexSans-Regular";
  font-style: normal;
  font-weight: 400;
}
.sans_cond {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
}
.serif {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
}
.serif_i {
  font-family: "IBMPlexSerif-TextItalic";
  font-style: normal;
  font-weight: 400;
}
.neutra {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
}
/* ==========================================================================
	Typography
============================================================================= */
.heading_1 {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.30909091;
  text-transform: uppercase;
}
@media (min-width: 768px ) {
  .heading_1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .heading_1 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
.heading_2 {
  font-family: "NeutrafaceText-Demi";
  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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.23076923;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 768px ) {
  .heading_3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.heading_4 {
  font-family: "NeutrafaceText-Demi";
  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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.heading_6 {
  font-family: "NeutrafaceText-Demi";
  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: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.81818182;
}
@media (min-width: 768px ) {
  .intro_text {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.caption_text {
  font-family: "IBMPlexSans-Regular";
  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;
}
h3 {
  color: #7C332A;
}
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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.30909091;
  text-transform: uppercase;
}
@media (min-width: 768px ) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  h1 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
h2 {
  font-family: "NeutrafaceText-Demi";
  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;
  }
}
h3 {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.23076923;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 768px ) {
  h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
h4 {
  font-family: "NeutrafaceText-Demi";
  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;
  }
}
h5 {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h6 {
  font-family: "NeutrafaceText-Demi";
  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: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.88235294;
}
@media (min-width: 768px ) {
  p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
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: #58595c;
  padding-bottom: .15em;
  border-bottom: 1px solid #7C332A;
}
.base_link:active,
.base_link:focus,
.no-touchevents .base_link:hover {
  color: #7C332A;
}
.link_arrow {
  color: #58595c;
  font-family: "IBMPlexSansCondensed-Text";
  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: 11px;
  width: 11;
  height: 11;
  background-position: -87px -50px;
  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: #7C332A;
}
.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: "NeutrafaceText-Demi";
  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;
  }
}
.link_reset {
  border-bottom-width: 0;
  padding-bottom: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.typography,
.cke_editable {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.88235294;
  color: #3D2725;
}
@media (min-width: 768px ) {
  .typography,
  .cke_editable {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.typography h1,
.cke_editable h1 {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.30909091;
  text-transform: uppercase;
}
@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: 55px;
    font-size: 3.4375rem;
  }
}
.typography h2,
.cke_editable h2 {
  font-family: "NeutrafaceText-Demi";
  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;
  }
}
.typography h3,
.cke_editable h3 {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.23076923;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7C332A;
}
@media (min-width: 768px ) {
  .typography h3,
  .cke_editable h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.typography h4,
.cke_editable h4 {
  font-family: "NeutrafaceText-Demi";
  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;
  }
}
.typography h5,
.cke_editable h5 {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.typography h6,
.cke_editable h6 {
  font-family: "NeutrafaceText-Demi";
  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: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.88235294;
  color: #3D2725;
}
@media (min-width: 768px ) {
  .typography p,
  .cke_editable p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.typography p.intro_text,
.cke_editable p.intro_text {
  color: #776766;
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.81818182;
}
@media (min-width: 768px ) {
  .typography p.intro_text,
  .cke_editable p.intro_text {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.typography p.intro_text a,
.cke_editable p.intro_text a {
  color: #776766;
}
.typography img,
.cke_editable img {
  max-width: 50%;
  height: auto;
}
.typography a,
.cke_editable a {
  color: #3D2725;
  padding-bottom: .15em;
  border-bottom: 1px solid #7C332A;
}
.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: #7C332A;
}
.typography a.button_inline,
.cke_editable a.button_inline {
  padding-bottom: 8px;
}
.typography .ccm-block-calendar-event-list-event-description p,
.cke_editable .ccm-block-calendar-event-list-event-description p {
  font-family: "IBMPlexSans-Regular";
  font-style: normal;
  font-weight: 400;
  color: #58595c;
}
.typography .ccm-block-calendar-event-list-event-date-full,
.cke_editable .ccm-block-calendar-event-list-event-date-full {
  color: #7C332A;
}
/* WYSIWYG Images
	============================================================================= */
@media (min-width: 992px ) {
  .typography {
    padding-bottom: 20px;
  }
}
.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: "IBMPlexSans-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.71428571;
  color: #776766;
  position: relative;
  margin: -33px 17px 0 17px;
  padding: 7px 10px;
  border-left: 9px solid #7C332A;
  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;
  }
}
.typography .content_figure.block_full figcaption,
.typography .content-editor-image-captioned.block_full figcaption {
  display: block;
}
/* Blockquote
	============================================================================= */
blockquote {
  font-family: "IBMPlexSerif-TextItalic";
  font-style: normal;
  font-weight: 400;
  border-left: 9px solid #7C332A;
  padding: 5px 0px 5px 20px;
  margin: 0px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.52380952;
}
@media (min-width: 768px ) {
  blockquote {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px ) {
  blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: 40px;
  }
}
cite {
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px ) {
  cite {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px ) {
  cite {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* 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: #7C332A;
  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: "IBMPlexSans-Regular";
  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 caption,
.fs-lightbox table caption {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  color: #7C332A;
  text-transform: uppercase;
}
div.ccm-page table thead td,
.fs-lightbox table thead td,
div.ccm-page table th,
.fs-lightbox table th {
  background-color: #7C332A;
  color: #fff;
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
  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 th.w5,
.fs-lightbox table th.w5,
div.ccm-page table td.w5,
.fs-lightbox table td.w5 {
  width: 5%;
}
div.ccm-page table th.w10,
.fs-lightbox table th.w10,
div.ccm-page table td.w10,
.fs-lightbox table td.w10 {
  width: 10%;
}
div.ccm-page table th.w15,
.fs-lightbox table th.w15,
div.ccm-page table td.w15,
.fs-lightbox table td.w15 {
  width: 15%;
}
div.ccm-page table th.w20,
.fs-lightbox table th.w20,
div.ccm-page table td.w20,
.fs-lightbox table td.w20 {
  width: 20%;
}
div.ccm-page table th.w25,
.fs-lightbox table th.w25,
div.ccm-page table td.w25,
.fs-lightbox table td.w25 {
  width: 25%;
}
div.ccm-page table th.w30,
.fs-lightbox table th.w30,
div.ccm-page table td.w30,
.fs-lightbox table td.w30 {
  width: 30%;
}
div.ccm-page table th.w35,
.fs-lightbox table th.w35,
div.ccm-page table td.w35,
.fs-lightbox table td.w35 {
  width: 35%;
}
div.ccm-page table th.w40,
.fs-lightbox table th.w40,
div.ccm-page table td.w40,
.fs-lightbox table td.w40 {
  width: 40%;
}
div.ccm-page table th.w45,
.fs-lightbox table th.w45,
div.ccm-page table td.w45,
.fs-lightbox table td.w45 {
  width: 45%;
}
div.ccm-page table th.w50,
.fs-lightbox table th.w50,
div.ccm-page table td.w50,
.fs-lightbox table td.w50 {
  width: 50%;
}
div.ccm-page table th.w55,
.fs-lightbox table th.w55,
div.ccm-page table td.w55,
.fs-lightbox table td.w55 {
  width: 55%;
}
div.ccm-page table th.w60,
.fs-lightbox table th.w60,
div.ccm-page table td.w60,
.fs-lightbox table td.w60 {
  width: 60%;
}
div.ccm-page table th.w65,
.fs-lightbox table th.w65,
div.ccm-page table td.w65,
.fs-lightbox table td.w65 {
  width: 65%;
}
div.ccm-page table th.w70,
.fs-lightbox table th.w70,
div.ccm-page table td.w70,
.fs-lightbox table td.w70 {
  width: 70%;
}
div.ccm-page table th.w75,
.fs-lightbox table th.w75,
div.ccm-page table td.w75,
.fs-lightbox table td.w75 {
  width: 75%;
}
div.ccm-page table th.w80,
.fs-lightbox table th.w80,
div.ccm-page table td.w80,
.fs-lightbox table td.w80 {
  width: 80%;
}
div.ccm-page table th.w85,
.fs-lightbox table th.w85,
div.ccm-page table td.w85,
.fs-lightbox table td.w85 {
  width: 85%;
}
div.ccm-page table th.w90,
.fs-lightbox table th.w90,
div.ccm-page table td.w90,
.fs-lightbox table td.w90 {
  width: 90%;
}
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: "IBMPlexSansCondensed-Text";
  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: "IBMPlexSansCondensed-Text";
  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: #CB4300;
  color: #CB4300;
}
.button_inline.theme_orange:focus,
.button_inline.theme_orange:active,
.no-touchevents .button_inline.theme_orange:hover {
  background-color: #CB4300;
}
.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: #527E00;
  color: #527E00;
}
.button_inline.theme_green:focus,
.button_inline.theme_green:active,
.no-touchevents .button_inline.theme_green:hover {
  background-color: #527E00;
}
.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: 8px;
  border-left-style: solid;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 768px ) {
  .button_inline.theme_border {
    border-left-width: 8px;
    border-left-style: solid;
  }
}
.button_inline.theme_orange_dark {
  border-color: #CB4300;
  color: #C54015;
}
.button_inline.theme_orange_dark:focus,
.button_inline.theme_orange_dark:active,
.no-touchevents .button_inline.theme_orange_dark:hover {
  background-color: #CB4300;
}
.button_inline.theme_orange_dark:focus,
.button_inline.theme_orange_dark:active,
.no-touchevents .button_inline.theme_orange_dark:hover {
  color: #fff;
}
.button_block {
  font-family: "IBMPlexSansCondensed-Text";
  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: #CB4300;
  color: #CB4300;
}
.button_block.theme_orange:focus,
.button_block.theme_orange:active,
.no-touchevents .button_block.theme_orange:hover {
  background-color: #CB4300;
}
.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: #527E00;
  color: #527E00;
}
.button_block.theme_green:focus,
.button_block.theme_green:active,
.no-touchevents .button_block.theme_green:hover {
  background-color: #527E00;
}
.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: 8px;
  border-left-style: solid;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 768px ) {
  .button_block.theme_border {
    border-left-width: 8px;
    border-left-style: solid;
  }
}
.button_block.theme_orange_dark {
  border-color: #CB4300;
  color: #C54015;
}
.button_block.theme_orange_dark:focus,
.button_block.theme_orange_dark:active,
.no-touchevents .button_block.theme_orange_dark:hover {
  background-color: #CB4300;
}
.button_block.theme_orange_dark:focus,
.button_block.theme_orange_dark:active,
.no-touchevents .button_block.theme_orange_dark:hover {
  color: #fff;
}
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: #CB4300;
  color: #CB4300;
}
.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: #CB4300;
}
.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: #527E00;
  color: #527E00;
}
.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: #527E00;
}
.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: 8px;
  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: 8px;
    border-left-style: solid;
  }
}
.button_base.theme_orange_dark,
.button_inline.theme_orange_dark,
.button_block.theme_orange_dark {
  border-color: #CB4300;
  color: #C54015;
}
.button_base.theme_orange_dark:focus,
.button_inline.theme_orange_dark:focus,
.button_block.theme_orange_dark:focus,
.button_base.theme_orange_dark:active,
.button_inline.theme_orange_dark:active,
.button_block.theme_orange_dark:active,
.no-touchevents .button_base.theme_orange_dark:hover,
.no-touchevents .button_inline.theme_orange_dark:hover,
.no-touchevents .button_block.theme_orange_dark:hover {
  background-color: #CB4300;
}
.button_base.theme_orange_dark:focus,
.button_inline.theme_orange_dark:focus,
.button_block.theme_orange_dark:focus,
.button_base.theme_orange_dark:active,
.button_inline.theme_orange_dark:active,
.button_block.theme_orange_dark:active,
.no-touchevents .button_base.theme_orange_dark:hover,
.no-touchevents .button_inline.theme_orange_dark:hover,
.no-touchevents .button_block.theme_orange_dark:hover {
  color: #fff;
}
/* ==========================================================================
	Footer
============================================================================= */
.footer {
  background-color: #000;
  color: #fff;
  padding: 30px 0;
}
@media (min-width: 992px ) {
  .footer {
    padding: 80px 0;
  }
}
.footer p {
  font-family: "IBMPlexSans-Regular";
  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: 10px 0;
}
@media (min-width: 768px ) {
  .footer p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.footer p.copyright {
  font-family: "IBMPlexSans-Regular";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  margin-top: 30px;
}
.footer a,
.footer .base_link {
  color: #fff;
}
.footer .base_link {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
.footer .line_title {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  color: #FF5D28;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.footer .line_title:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: linear-gradient(to right, #CFBC83 0px, #CFBC83 1px, transparent 1px, transparent 4px);
  content: "";
  background-size: 4px 100%;
}
.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: 141px;
  height: 56px;
  width: 141;
  height: 56;
  background-position: -231px -242px;
  position: relative;
}
@media (min-width: 768px ) {
  .logo_footer:before {
    width: 360px;
    height: 165px;
    width: 360;
    height: 165;
    background-position: -482px -185px;
    left: -20px;
  }
}
@media (min-width: 992px ) {
  .logo_footer:before {
    width: 518px;
    height: 228px;
    width: 518;
    height: 228;
    background-position: -490px 24px;
    left: -20px;
  }
}
.logo_footer h2 {
  display: block !important;
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  visibility: visible;
}
@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;
  }
}
.footer_contact {
  margin-top: 40px;
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .footer_contact {
    margin-top: 77px;
  }
}
.footer_contact .base_link {
  border-bottom-color: #FF5D28;
}
.footer_contact .base_link:active,
.footer_contact .base_link:focus,
.no-touchevents .footer_contact .base_link:hover {
  color: #FF5D28;
}
@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 #CFBC83;
}
@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: #FF5D28;
}
.social_nav a.link_arrow:after {
  width: 11px;
  height: 11px;
  width: 11;
  height: 11;
  background-position: -87px -50px;
}
.social_nav a.link_arrow:active,
.social_nav a.link_arrow:focus,
.no-touchevents .social_nav a.link_arrow:hover {
  color: #fff;
  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;
}
.youtube:before {
  background: url(../images/icons.png) no-repeat 0 0;
  content: "";
  display: inline-block;
}
.svg .youtube:before {
  background-image: url(../images/icons.svg);
}
.youtube:before {
  width: 24px;
  height: 18px;
  width: 24;
  height: 18;
  background-position: -60px -82px;
}
.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: #1A1A1A;
  padding: 5px 18px 20px 18px;
}
@media (min-width: 992px ) {
  .footer_nav_wrap {
    margin-top: -32px;
    padding: 40px 70px 95px;
  }
}
.footer_nav_wrap a {
  display: block;
  font-family: "IBMPlexSansCondensed-Text";
  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 {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  color: #FAF7F0;
  font-size: 24px;
  font-size: 1.5rem;
}
.footer_nav_wrap .line_title:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: linear-gradient(to right, #FAF7F0 0px, #FAF7F0 1px, transparent 1px, transparent 2px);
  content: "";
  background-size: 4px 100%;
}
@media (min-width: 992px ) {
  .footer_nav_wrap .line_title {
    margin: 15px 0 20px 0;
  }
}
.footer_campaign_wrap {
  background: #C54015 url("../images/seal-orange.png") no-repeat 120% 15%;
  background-size: 45%;
  padding: 5px 18px 40px 18px;
}
@media (min-width: 500px ) {
  .footer_campaign_wrap {
    background-size: 30%;
    background-position: 105% 15%;
  }
}
@media (min-width: 768px ) {
  .footer_campaign_wrap {
    background-size: 25%;
  }
}
@media (min-width: 992px ) {
  .footer_campaign_wrap {
    background-position: 115% 15%;
    margin-top: -32px;
    padding: 20px 70px 40px;
    background-size: 40%;
  }
}
.footer_campaign_wrap .line_title {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  line-height: 1.23076923;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  color: #FAF7F0;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px ) {
  .footer_campaign_wrap .line_title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.footer_campaign_wrap .line_title:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: linear-gradient(to right, #3D2725 0px, #3D2725 1px, transparent 1px, transparent 2px);
  content: "";
  background-size: 4px 100%;
}
@media (min-width: 992px ) {
  .footer_campaign_wrap .line_title {
    margin: 15px 0 20px 0;
  }
}
.footer_campaign_wrap p {
  margin: 0px;
  line-height: 1;
}
.footer_campaign_wrap p.link_arrow:hover {
  color: #fff;
}
.footer_campaign_wrap p.link_arrow {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  color: #F5EFE2;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
}
.footer_campaign_wrap p.link_arrow:after {
  width: 11px;
  height: 11px;
  width: 11;
  height: 11;
  background-position: -188px -70px;
}
.footer_campaign_wrap a {
  margin-right: 30px;
}
.footer_campaign_wrap a:active,
.footer_campaign_wrap a:focus,
.no-touchevents .footer_campaign_wrap a:hover {
  opacity: 0.5;
}
.footer_campaign_wrap a.link_arrow {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  color: #F5EFE2;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
}
.footer_campaign_wrap a.link_arrow:after {
  width: 11px;
  height: 11px;
  width: 11;
  height: 11;
  background-position: -188px -70px;
}
.footer_campaign_wrap a.link_arrow:active,
.footer_campaign_wrap a.link_arrow:focus,
.no-touchevents .footer_campaign_wrap a.link_arrow:hover {
  color: #FAF7F0;
  opacity: 1;
}
.footer_campaign_wrap a:last-child {
  margin-right: 0;
}
.footer_nav {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 15px;
          column-gap: 15px;
}
.footer_nav > * {
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 992px ) {
  .footer_nav {
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .footer_nav > * {
    -webkit-column-break-inside: avoid;
    column-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: "IBMPlexSerif-TextItalic";
  font-style: normal;
  font-weight: 400;
}
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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  color: #58595c;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  margin: 6px 0;
}
div.ccm-page .typography label,
.fs-lightbox .typography label {
  color: #58595c;
  display: block;
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-size: 1rem;
  margin: 16px 0;
}
div.ccm-page .typography label:focus,
.fs-lightbox .typography label:focus {
  color: #CB4300;
}
div.ccm-page .typography label:focus span,
.fs-lightbox .typography label:focus span {
  color: #CB4300;
}
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: 8px;
  border-left-style: solid;
  border-color: #CB4300;
}
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: "neutraRegular";
  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: #58595c;
  font-family: "neutraRegular";
  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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  background-color: #3D2725;
  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;
}
@media (max-width: 991px ) {
  .fs-navigation-lock .header_bar {
    position: absolute;
    width: 100%;
    top: 0;
  }
}
.page_title {
  margin: 48px 0 25px;
}
@media (min-width: 992px ) {
  .page_title {
    margin: 68px 0 35px;
  }
}
/* ==========================================================================
	Component Reference
============================================================================= */
/* CRL Basics
============================================================================= */
.cr_title {
  font-family: "NeutrafaceText-Demi";
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.30909091;
  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: 55px;
    font-size: 3.4375rem;
  }
}
.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(88, 89, 92, 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: "NeutrafaceText-Demi";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "neutraRegular";
  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: #776766;
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  margin: 60px 0 35px 0;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 991px ) {
  .breadcrumb_nav {
    display: none !important;
    visibility: hidden;
  }
}
.page_timeline .breadcrumb_nav {
  margin: 0 0 15px;
}
.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: #776766;
  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: #C54015;
}
/* ==========================================================================
	Main Navigation
============================================================================= */
@media (min-width: 992px ) {
  .mobile_navigation {
    display: none;
  }
}
.mobile_navigation *,
.mobile_navigation *:before,
.mobile_navigation *:after {
  box-sizing: border-box;
}
.main_nav {
  text-align: center;
}
.main_nav_list {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.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;
}
@media (min-width: 992px ) {
  .main_nav_list {
    width: auto;
    margin: 0;
  }
}
.main_nav_item {
  padding: 15px 0;
}
.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 {
    position: relative;
    float: left;
    padding: 0;
  }
}
@media (min-width: 992px ) {
  .main_nav_item:active .child_level_1,
  .main_nav_item:focus .child_level_1,
  .main_nav_item:hover .child_level_1 {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s,
						visibility .5s;
  }
}
@media (min-width: 992px ) {
  .main_nav_item:active .main_nav_link_text,
  .main_nav_item.active .main_nav_link_text {
    position: relative;
    border-color: #CFBC83;
    z-index: 6;
  }
}
.main_nav_item_toggle {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_nav_link {
  display: block;
  color: #1A1A1A;
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16666667;
  text-transform: uppercase;
}
@media (min-width: 992px ) {
  .main_nav_link {
    padding: 0 15px;
    color: #F0F0F0;
  }
}
@media (min-width: 1200px ) {
  .main_nav_link {
    padding: 0 30px;
  }
}
.main_nav_link:active,
.main_nav_link:focus,
.main_nav_link:hover {
  color: #1A1A1A;
}
@media (min-width: 992px ) {
  .main_nav_link:active,
  .main_nav_link:focus,
  .main_nav_link:hover {
    color: #fff;
  }
}
.main_nav_link_text {
  border-bottom: 9px 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;
  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: 16px;
  height: 16px;
  width: 16;
  height: 16;
  background-position: -185px -152px;
}
.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: 14px;
  height: 14px;
  width: 14;
  height: 14;
  background-position: -186px -133px;
  position: relative;
  top: 0px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main_nav_children {
  display: none;
  margin: 18px 0 0 35px;
}
@media (min-width: 992px ) {
  .main_nav_children {
    display: block;
    margin: 0;
  }
}
.main_nav_children.fs-swapper-enabled {
  display: block;
}
.main_nav_children.fs-swap-active {
  display: none;
}
@media (min-width: 992px ) {
  .main_nav_children .main_nav_item {
    float: left;
  }
}
.main_nav_child_item:after {
  background-color: #CFBC83;
  width: 24px;
  height: 1px;
  content: "";
  display: block;
  transition: width 0.25s;
}
.main_nav_child_item:hover:after {
  width: 100%;
}
.main_nav_child_link {
  display: block;
  color: #3D2725;
  font-family: "IBMPlexSans-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571429;
  margin: 13px 0;
}
@media (min-width: 992px ) {
  .main_nav_child_link {
    text-align: left;
    margin: 13px 0;
  }
  .main_nav_child_link:active,
  .main_nav_child_link:focus,
  .main_nav_child_link:hover {
    color: #C54015;
  }
}
.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 ) {
  .child_nav_wrap {
    max-width: 270px;
    padding: 20px 40px 30px 40px;
  }
}
.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: linear-gradient(to right, #fff 0px, #fff 1px, transparent 1px, transparent 4px);
  content: "";
  background-size: 4px 100%;
}
.child_level_1 {
  display: none;
}
@media (min-width: 992px ) {
  .child_level_1 {
    position: absolute;
    background-color: #fff;
    width: 270px;
    top: 26px;
    left: 50%;
    z-index: 22;
    border-radius: 2px;
    border-top: 9px solid #CFBC83;
    border-bottom: 9px solid #CFBC83;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: opacity .15s,
				visibility .15s;
  }
  .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: "IBMPlexSansCondensed-Text";
  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: 11px;
  width: 11;
  height: 11;
  background-position: -87px -50px;
  top: 6px;
  content: "";
}
@media (min-width: 500px ) {
  .pagination_arrow:before {
    top: 11px;
  }
}
.pagination_arrow_disabled {
  display: none !important;
}
@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: #7C332A;
}
.pagination_number_selected,
.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #7C332A;
}
/* ==========================================================================
	Subnav
============================================================================= */
.sub_nav {
  margin: 10px 0;
}
@media (min-width: 992px ) {
  .sub_nav {
    background-color: #FAF7F0;
    margin: 20px 0 0;
    padding: 30px 0;
  }
}
@media (min-width: 992px ) {
  .sub_nav_handle {
    display: none;
  }
}
.sub_nav_collapsed .sub_nav_list {
  padding: 10px 20px 30px 0;
}
.sub_nav_item {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1875;
  text-transform: uppercase;
  color: #3D2725;
  letter-spacing: 0.5px;
}
.sub_nav_item.open .sub_nav_link,
.sub_nav_item.open .sub_nav_main_link {
  border-color: #CB4300;
}
.sub_nav_collapsed .sub_nav_item.open .sub_nav_link,
.sub_nav_collapsed .sub_nav_item.open .sub_nav_main_link {
  border-color: #CFBC83;
}
.sub_nav_item.active .sub_nav_link,
.sub_nav_item.active .sub_nav_main_link {
  color: #C54015;
}
.sub_nav_collapsed .sub_nav_item.active .sub_nav_link,
.sub_nav_collapsed .sub_nav_item.active .sub_nav_main_link {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.sub_nav_main_link,
.sub_nav_link {
  margin: 0px 0px 17px 0px;
  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: #C54015;
}
@media (min-width: 992px ) {
  .sub_nav_main_link,
  .sub_nav_link {
    margin: 17px 0px;
  }
}
.sub_nav_collapsed .sub_nav_main_link,
.sub_nav_collapsed .sub_nav_link {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: text-decoration 0.25s;
}
.sub_nav_collapsed .sub_nav_main_link:focus,
.sub_nav_collapsed .sub_nav_link:focus,
.no-touchevents .sub_nav_collapsed .sub_nav_main_link:hover,
.no-touchevents .sub_nav_collapsed .sub_nav_link:hover {
  color: #fff;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.sub_nav_main_link {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #7C332A;
  display: block;
}
.sub_nav_collapsed .sub_nav_main_link {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: #fff;
  transition: text-decoration 0.25s;
}
.sub_nav_link {
  display: block;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.sub_nav_collapsed .sub_nav_link {
  color: #fff;
}
@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: #C54015;
}
.sub_nav_collapsed .sub_nav_child_item.open > .sub_nav_child_link,
.sub_nav_collapsed .sub_nav_child_item.active > .sub_nav_child_link {
  color: #fff;
  text-decoration: underline;
}
.sub_nav_child_link {
  display: block;
  color: #58595c;
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 20px 5px 20px 0px;
}
.sub_nav_collapsed .sub_nav_child_link {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: text-decoration 0.25s;
}
.sub_nav_collapsed .sub_nav_child_link:focus,
.no-touchevents .sub_nav_collapsed .sub_nav_child_link:hover {
  color: #fff;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.sub_nav_child_link:focus,
.no-touchevents .sub_nav_child_link:hover {
  color: #C54015;
}
/* ==========================================================================
		Subnav - Collapsed (Landing Page)
	============================================================================= */
.sub_nav_collapsed {
  width: 300px;
  position: absolute;
  left: 10px;
  z-index: 21;
}
@media (min-width: 992px ) {
  .sub_nav_collapsed {
    right: 0;
    left: auto;
  }
}
.sub_nav_collapsed .sub_nav_handle {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}
@media (min-width: 992px ) {
  .sub_nav_collapsed .sub_nav_handle {
    display: block;
  }
}
.sub_nav_collapsed .sub_nav_handle:focus,
.no-touchevents .sub_nav_collapsed .sub_nav_handle:hover,
.sub_nav_collapsed .sub_nav_handle.fs-navigation-open {
  background: #C54015;
}
.sub_nav_collapsed .sub_nav {
  background: #C54015;
  border: none;
  margin: 0;
  padding: 0;
}
.sub_nav_collapsed .fs-navigation-toggle-nav.fs-navigation-enabled {
  background: #C54015;
  border: none;
}
/* ==========================================================================
	 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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.30909091;
  text-transform: uppercase;
  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: 55px;
    font-size: 3.4375rem;
  }
}
@media (min-width: 992px ) {
  .academics_header h2 {
    margin: 90px 0 20px 0;
  }
}
.academics_header p {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.81818182;
  color: #1A1A1A;
  line-height: 1.63636364;
  margin: 20px 0 30px 0;
}
@media (min-width: 768px ) {
  .academics_header p {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@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;
  white-space: nowrap;
}
.touchevents .academics_tags_wrap {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.no-touchevents .academics_tags_wrap {
  overflow: hidden;
}
@media (min-width: 768px ) {
  .academics_tags_wrap {
    display: block;
    margin-bottom: -30px;
    overflow: hidden;
    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%;
}
.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: #CB4300;
  letter-spacing: 1px;
  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: #CB4300;
}
.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: 8px;
  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: "IBMPlexSerif-Text";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.88235294;
  font-family: "IBMPlexSerif-TextItalic";
  font-style: normal;
  font-weight: 400;
  margin: 10px 0 20px 0;
}
@media (min-width: 768px ) {
  .book_left p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (min-width: 992px ) {
  .book_left p {
    margin: 38px 68px 57px 0;
  }
}
.book_left p.subject {
  font-family: "NeutrafaceText-Demi";
  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;
  }
}
.subject_label {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #58595c;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 10px;
  letter-spacing: 1.2px;
}
.book_right p {
  font-family: "IBMPlexSans-Regular";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.71428571;
  font-family: "neutraRegular";
  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: 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: #58595c;
  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: 8px;
  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_green {
  background-color: #527E00;
  border-color: #54742E;
}
.book_drawing_wrap.theme_green:before {
  background-image: linear-gradient(46deg, #54742E 0%, #527E00 100%);
}
.book_drawing_wrap.theme_orange {
  background-color: #CB4300;
  border-color: #BA4923;
}
.book_drawing_wrap.theme_orange:before {
  background-image: linear-gradient(46deg, #BA4923 0%, #CB4300 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;
}
.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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  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: 8px;
  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: #C54015;
  border-left-color: #CB4300;
}
.admission_feature_item.theme_orange .admission_feature_item_link:before {
  background-color: #CB4300;
}
.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: #527E00;
  border-left-color: #527E00;
}
.admission_feature_item.theme_green .admission_feature_item_link:before {
  background-color: #527E00;
}
/* ==========================================================================
	 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: 650px;
  }
}
.feature_image.feature_image_landing {
  margin: 0;
}
@media (min-width: 500px ) and (max-width: 991px ) {
  .feature_image.feature_image_landing {
    min-height: 250px;
  }
}
.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 45px;
  z-index: 1;
}
@media (min-width: 500px ) {
  .feature_image_wrapper {
    padding: 120px 0 40px;
  }
}
@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 45px;
  }
}
@media (min-width: 992px ) {
  .feature_image_wrapper {
    padding: 140px 0 55px;
  }
}
@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 40px;
  }
}
.feature_image_wrapper .fs-cell {
  position: relative;
}
.feature_image_landing .feature_image_wrapper {
  position: relative;
  padding: 0;
  background: none;
  z-index: 21;
}
@media (max-width: 991px ) {
  .feature_image_landing .feature_image_wrapper {
    z-index: 100;
  }
}
.feature_image_heading {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.30909091;
  text-transform: uppercase;
  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: 55px;
    font-size: 3.4375rem;
  }
}
.feature_image_heading.feature_image_heading_landing {
  margin: 0 0 10px 0;
}
@media (min-width: 992px ) {
  .feature_image_heading.feature_image_heading_landing {
    margin: 0;
  }
}
.feature_image_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.info_link {
  position: absolute;
  font-family: "NeutrafaceText-Demi";
  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: "NeutrafaceText-Demi";
  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-swap-active {
  display: block;
}
.feature_image_group {
  padding-top: 300px;
  padding-bottom: 30px;
}
@media (min-width: 992px ) {
  .feature_image_group {
    padding-top: 600px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.feature_image_group .feature_image_heading {
  margin: 0px;
}
@media (min-width: 992px ) {
  .feature_image_group .feature_image_heading {
    margin: 0px 300px 0px 0px;
  }
}
.feature_image_description_wrap {
  position: relative;
  background: #000;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (min-width: 992px ) {
  .feature_image_description_wrap {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.feature_image_description_wrap:before {
  width: 100%;
  height: 200px;
  position: absolute;
  top: -199px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  content: "";
  display: block;
}
.feature_image_description p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.77777778;
  color: #fff;
}
@media (min-width: 992px ) {
  .feature_image_description p {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.73913043;
  }
}
.feature_image_description p a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.feature_image_description p a:hover {
  color: #C54015 !important;
  border-bottom: 1px solid #C54015;
}
.feature_image_line {
  width: 123px;
  position: relative;
  top: -15px;
  display: none;
}
.feature_image_line:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: linear-gradient(to right, #CB4300 0px, #CB4300 1px, transparent 1px, transparent 4px);
  content: "";
  background-size: 4px 100%;
}
@media (min-width: 992px ) {
  .feature_image_line {
    display: block;
  }
}
/* ==========================================================================
	 No Image
============================================================================= */
.no_image {
  background-color: #F7F7F7;
}
.no_image_heading {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.30909091;
  text-transform: uppercase;
  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: 55px;
    font-size: 3.4375rem;
  }
}
@media (min-width: 500px ) {
  .no_image_heading {
    margin-top: 95px;
  }
}
.no_image_group {
  padding-top: 95px;
  padding-bottom: 30px;
}
@media (min-width: 992px ) {
  .no_image_group {
    padding-top: 95px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.no_image_group .no_image_heading {
  margin: 0px;
}
@media (min-width: 992px ) {
  .no_image_group .no_image_heading {
    margin: 0px 300px 0px 0px;
  }
}
.no_image_line {
  width: 123px;
  position: relative;
  top: -15px;
  display: none;
}
.no_image_line:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: linear-gradient(to right, #CB4300 0px, #CB4300 1px, transparent 1px, transparent 4px);
  content: "";
  background-size: 4px 100%;
}
@media (min-width: 992px ) {
  .no_image_line {
    display: block;
  }
}
.no_image_description_wrap {
  position: relative;
  background: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (min-width: 992px ) {
  .no_image_description_wrap {
    padding-top: 0;
  }
}
.no_image_description p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.77777778;
}
@media (min-width: 992px ) {
  .no_image_description p {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.73913043;
  }
}
/* ==========================================================================
	 Home Feature
============================================================================= */
.home_feature {
  position: relative;
  background-color: #1A1A1A;
  margin: 0 0 20px;
  padding-bottom: 50px;
}
@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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  color: #fff;
}
.home_feature_heading:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: linear-gradient(to right, #CB4300 0px, #CB4300 1px, transparent 1px, transparent 4px);
  content: "";
  background-size: 4px 100%;
}
@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: "IBMPlexSerif-TextItalic";
  font-style: normal;
  font-weight: 400;
  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: "IBMPlexSerif-TextItalic";
  font-style: normal;
  font-weight: 400;
  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: #CFBC83;
  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: "IBMPlexSerif-TextItalic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #CFBC83;
}
@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 #CB4300;
  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(203, 67, 0, 0.3) 20%, rgba(203, 67, 0, 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: 1px;
  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: #527E00;
}
.student_link.theme_orange .border {
  border-color: #CB4300;
}
.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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.30909091;
  text-transform: uppercase;
  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: 55px;
    font-size: 3.4375rem;
  }
}
@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: 8px;
  border-left-style: solid;
  display: inline-block;
  height: 20px;
  margin: 2px 10px 0 0;
}
@media (min-width: 992px ) {
  .border {
    border-left-width: 8px;
    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 {
  color: #fff;
}
.student_tabs .date_tab:focus,
.student_tabs .date_tab:active,
.no-touchevents .student_tabs .date_tab:hover,
.student_tabs .date_tab.fs-swapper-active {
  color: #fff;
}
.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: #527E00;
}
.student_tabs .date_tab:focus.theme_orange,
.student_tabs .date_tab:active.theme_orange,
.no-touchevents .student_tabs .date_tab:hover.theme_orange,
.student_tabs .date_tab.fs-swapper-active.theme_orange {
  border-color: #CB4300;
}
.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: 8px;
  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: #CB4300;
  border-left-color: #CB4300;
}
.student_content.theme_orange .admission_feature_item_link:before {
  background-color: #CB4300;
}
.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: #527E00;
  border-left-color: #527E00;
}
.student_content.theme_green .admission_feature_item_link:before {
  background-color: #527E00;
}
.academic_note {
  padding-bottom: 40px;
}
@media (min-width: 992px ) {
  .academic_note {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px ) {
  .academic_note_inner {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.academic_note_intro {
  margin-bottom: 30px;
}
@media (min-width: 992px ) {
  .academic_note_intro {
    width: calc(100% - 350px);
    margin-bottom: 0;
    padding-right: 60px;
  }
}
.academic_note_intro p {
  margin: 0;
}
@media (min-width: 992px ) {
  .academic_note_intro p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.85714286;
  }
}
.academic_note_body {
  border-left: 2px solid #98252B;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 12px;
}
@media (min-width: 992px ) {
  .academic_note_body {
    width: 350px;
    margin-top: 2px;
    padding-left: 25px;
  }
}
.academic_note_label {
  font-family: "NeutrafaceText-Demi";
  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;
  display: block;
  margin-bottom: 6px;
}
.academic_note_content {
  font-family: "IBMPlexSerif-TextItalic";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.66666667;
}
.academic_note_content p {
  margin: 0;
}
/* ==========================================================================
	Academic Timeline
============================================================================= */
.academic_timeline {
  border-bottom: 4px solid #7C332A;
  overflow: hidden;
}
.academic_timeline_body {
  position: relative;
  background: #000;
}
.academic_timeline_background {
  opacity: .3;
  transition: opacity .35s;
}
@media (max-width: 767px ) {
  .academic_timeline_background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px ) {
  .academic_timeline_background {
    padding-bottom: 56%;
  }
}
@media (min-width: 992px ) {
  .academic_timeline_background {
    padding-bottom: 43%;
  }
}
@media (min-width: 992px ) {
  .academic_timeline_body:hover .academic_timeline_background,
  .academic_timeline_body:focus .academic_timeline_background {
    opacity: .15;
  }
}
.academic_timeline_header {
  position: relative;
  z-index: 20;
  color: #fff;
  padding: 15% 20px;
  text-align: center;
}
@media (max-width: 767px ) {
  .academic_timeline_header {
    height: auto !important;
  }
}
@media (min-width: 768px ) {
  .academic_timeline_header {
    max-width: 830px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0 20px 34px;
    transition: top .35s,
			-webkit-transform .35s;
    transition: top .35s,
			transform .35s;
    transition: top .35s,
			transform .35s,
			-webkit-transform .35s;
  }
}
@media (min-width: 992px ) {
  .academic_timeline_body:focus .academic_timeline_header,
  .academic_timeline_body:hover .academic_timeline_header,
  .active .academic_timeline_header {
    top: -20px;
  }
}
.academic_timeline_label {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  letter-spacing: 1.58px;
  margin-bottom: 9px;
  text-transform: uppercase;
}
@media (min-width: 992px ) {
  .academic_timeline_label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.academic_timeline_title {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.33333333;
  color: inherit;
  margin: 0 0 12px;
}
@media (min-width: 992px ) {
  .academic_timeline_title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.20833333;
  }
}
.academic_timeline_caption {
  color: inherit;
  margin-bottom: 15px;
}
.academic_timeline_caption p {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  color: inherit;
  margin: 0;
}
@media (min-width: 992px ) {
  .academic_timeline_caption p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.85714286;
  }
}
.academic_timeline_trigger_wrapper.pinned {
  padding-bottom: 40px;
}
.academic_timeline_trigger {
  height: 40px;
  width: 40px;
  position: relative;
  background-color: #CB4300;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  transition: opacity .25s,
		visibility .25s;
}
.academic_timeline_trigger:before,
.academic_timeline_trigger:after {
  height: 4px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 1px;
  content: "";
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}
.academic_timeline_trigger:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.active .academic_timeline_trigger:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.academic_timeline_trigger:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.active .academic_timeline_trigger:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.pinned .academic_timeline_trigger {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 20;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.away .academic_timeline_trigger {
  opacity: 0;
  visibility: hidden;
}
.academic_timeline_trigger_label {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  letter-spacing: 1.58px;
  margin-top: 20px;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  white-space: nowrap;
  transition: opacity .25s,
		-webkit-transform .35s;
  transition: opacity .25s,
		transform .35s;
  transition: opacity .25s,
		transform .35s,
		-webkit-transform .35s;
}
@media (min-width: 992px ) {
  .academic_timeline_trigger_label {
    display: block;
  }
}
@media (min-width: 992px ) {
  .academic_timeline_body:hover .academic_timeline_trigger_label,
  .academic_timeline_body:focus .academic_timeline_trigger_label {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.academic_timeline.active .academic_timeline_trigger_label {
  opacity: 0;
}
/* ==========================================================================
	Academic Timeline Items
============================================================================= */
.academic_timeline_items {
  height: 0;
  background: #7C332A;
  padding: 0 15px;
  transition: height .5s;
}
.active .academic_timeline_items {
  transition: height 1s;
}
.academic_timeline_items_inner {
  position: relative;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
          transform: translate(0, 40px);
  transition: opacity .5s,
		visibility .5s,
		-webkit-transform .5s;
  transition: opacity .5s,
		visibility .5s,
		transform .5s;
  transition: opacity .5s,
		visibility .5s,
		transform .5s,
		-webkit-transform .5s;
}
@media (max-width: 991px ) {
  .academic_timeline_items_inner {
    padding: 60px 0;
  }
}
@media (min-width: 992px ) {
  .academic_timeline_items_inner {
    top: -60px;
  }
}
@media (min-width: 1200px ) {
  .academic_timeline_items_inner {
    top: -90px;
  }
}
@media screen and (min-width: 1440px) {
  .academic_timeline_items_inner {
    top: -140px;
  }
}
.academic_timeline_items_inner:before {
  height: 16px;
  width: 16px;
  position: absolute;
  bottom: 150px;
  left: 50%;
  background: #fff;
  border-radius: 50%;
  box-shadow: -21px 0 0 -3px rgba(255, 255, 255, 0.6), 21px 0 0 -3px rgba(255, 255, 255, 0.6);
  content: "";
  display: none;
  margin-top: 20px;
}
@media (min-width: 992px ) {
  .academic_timeline_items_inner:before {
    display: none;
  }
}
.active .academic_timeline_items_inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.academic_timeline_items_inner .fs-carousel-viewport {
  max-width: 310px;
}
@media screen and (min-width: 600px) {
  .academic_timeline_items_inner .fs-carousel-viewport {
    max-width: 330px;
  }
}
@media screen and (min-width: 640px) {
  .academic_timeline_items_inner .fs-carousel-viewport {
    max-width: 620px;
  }
}
@media (min-width: 992px ) {
  .academic_timeline_items_inner .fs-carousel-viewport {
    max-width: inherit;
  }
}
.academic_timeline_items_inner .fs-carousel-container {
  max-width: 1190px;
  margin: 0 auto;
}
@media (min-width: 992px ) {
  .academic_timeline_items_inner .fs-carousel-canister {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -12px;
  }
}
.academic_timeline_item {
  background: #FAF7F0;
  margin-right: 8px;
  padding: 35px 30px;
}
@media (min-width: 992px ) {
  .academic_timeline_item {
    width: calc(33.3% - 24px);
    margin: 0 12px 24px;
  }
}
@media (min-width: 1200px ) {
  .academic_timeline_item {
    min-height: 470px;
    padding: 42px 38px 70px;
  }
}
@media (min-width: 992px ) {
  .academic_timeline_item:nth-child(3n+1):nth-last-child(3),
  .academic_timeline_item:nth-child(3n+2):nth-last-child(2),
  .academic_timeline_item:nth-child(3n+3):nth-last-child(1) {
    margin-bottom: 0;
  }
}
.academic_timeline_item_title {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333333;
  color: #1A1A1A;
  letter-spacing: 0;
  margin: 0 0 15px;
  text-transform: none;
}
@media (min-width: 1200px ) {
  .academic_timeline_item_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1875;
    margin-bottom: 30px;
  }
}
.academic_timeline_item_group {
  margin-bottom: 22px;
}
.academic_timeline_item_group:last-child {
  margin-bottom: 0;
}
.academic_timeline_item_subtitle {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  font-size: 0.625rem;
  color: #98252B;
  display: block;
  margin: 0 0 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 1200px ) {
  .academic_timeline_item_subtitle {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.academic_timeline_item_labels {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #1A1A1A;
}
@media (min-width: 1200px ) {
  .academic_timeline_item_labels {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.66666667;
  }
}
.academic_timeline_item_links {
  padding-right: 20px;
}
.academic_timeline_item_link {
  display: block;
  padding: 6px 0;
}
.academic_timeline_item_link_label {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  color: #1A1A1A;
  display: inline;
  letter-spacing: .85px;
  margin-right: -11px;
  text-transform: uppercase;
  transition: color .25s;
}
@media (min-width: 1200px ) {
  .academic_timeline_item_link_label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.academic_timeline_item_link_label:after {
  height: 11px;
  width: 11px;
  position: relative;
  left: 10px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAAAXNSR0IArs4c6QAAAR9JREFUSA1jYCABvAxVC3weaihKghYGJlIU/2NgqGBg/LKPFEtIsgDkmP//GXRIsYRkC0i1hCwLSLGEbAuItYTxXagx/0/mr4IgDYTA/3//NgAjQR9dHSMjwxWG/zxOkqvPv8aQexaqdhgYdTboEqTyGRkYrjJycDpJLL70ClkvE1CCDVmAXPZ/Bgbt/z++73sRqyeGbAZFcYBsEIiNzRKqWoBsyeskdV4Qn+oWgAxFBlS3ABbZovNufgZZRFULYIYjpyQmYMT8QvYSuWxshoPMYuFg4PWhOKMB8wADA4+jxGIsGY0UFz8PVTv5n+G/GbIefLkYpI6iOCBkOEUWEGM42RYQazhZFpBiOMgCFhBBLABGWMe//zxHsBXLuMwAANl7f7ZfhvmVAAAAAElFTkSuQmCC');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
}
.academic_timeline_item_link:hover .academic_timeline_item_link_label,
.academic_timeline_item_link:focus .academic_timeline_item_link_label {
  color: #CB4300;
}
.academic_timeline_item_link:hover .academic_timeline_item_link_label:after,
.academic_timeline_item_link:focus .academic_timeline_item_link_label:after {
  -webkit-animation: mini-bop 0.75s infinite;
          animation: mini-bop 0.75s infinite;
}
@-webkit-keyframes mini-bop {
  50% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}
@keyframes mini-bop {
  50% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}
/* ==========================================================================
	 Alert
============================================================================= */
.site_alert {
  background-color: #CB4300;
  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;
}
.site_alert_container p {
  color: #fff;
}
.site_alert_container a {
  color: #1A1A1A;
}
.site_alert_container a:hover {
  color: #fff;
  text-decoration: underline;
}
.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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 8px 0;
}
.site_alert_title {
  font-family: "NeutrafaceText-Demi";
  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;
    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: "neutraRegular";
  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;
}
/* Styles for OmniAlert */
div.ccm-page .SmartBoard_Table {
  width: 100%;
  padding: 0px;
  border: 1px solid #CB4300;
  box-shadow: 0px 0px 0px 1px #CB4300 inset;
  color: white;
}
div.ccm-page .SmartBoard_Table td {
  border-right: none;
  padding: 0px 0px 0px;
  margin: 0px;
  box-shadow: 0px 0px 0px 1px #CB4300 inset;
}
div.ccm-page .SmartBoard_Table tr {
  background: none;
  border-bottom: 1px solid #CB4300;
}
div.ccm-page .SmartBoard_Table tr:nth-child(even) {
  background: none;
  border-bottom: 1px solid #CB4300;
  box-shadow: 0px 0px 0px 1px #CB4300 inset;
}
@media (min-width: 768px ) {
  div.ccm-page .SmartBoard_Table .SmartBoard_Row:first-child,
  div.ccm-page .SmartBoard_Table .SmartBoard_Message {
    margin-right: 65px;
  }
}
@media (min-width: 992px ) {
  div.ccm-page .SmartBoard_Table .SmartBoard_Row:first-child,
  div.ccm-page .SmartBoard_Table .SmartBoard_Message {
    margin-right: 80px;
  }
}
@media (min-width: 1200px ) {
  div.ccm-page .SmartBoard_Table .SmartBoard_Row:first-child,
  div.ccm-page .SmartBoard_Table .SmartBoard_Message {
    margin-right: 100px;
  }
}
div.ccm-page .SmartBoard_Table .SmartBoard_DateTime {
  font-family: "Univers-CondensedBold";
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 8px 0;
  color: #1A1A1A;
}
div.ccm-page .SmartBoard_Table .SmartBoard_Subject {
  font-family: "SchoolbookRegular";
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  font-size: 20px;
  color: #fff;
}
@media (min-width: 768px ) {
  div.ccm-page .SmartBoard_Table .SmartBoard_Subject {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.global_feature {
  background: #1a1a1a;
  padding-top: 20px;
  margin-top: -2px;
}
.global_feature .global_feature_heading {
  font-family: 'Univers-CondensedBold';
  color: #E75300;
  text-transform: uppercase;
  margin: 0px;
  font-size: 1rem;
}
.global_feature p {
  margin-top: 5px;
}
.global_feature a {
  color: #ffffff;
  line-height: 1em;
  font-size: 20px;
}
@media (min-width: 768px ) {
  .global_feature a {
    font-size: 30px;
  }
}
.global_feature a:hover,
.global_feature a:focus {
  color: #E75300;
  text-decoration: none;
}
.global_feature span.attribution {
  color: #fff;
  font-size: 16px;
}
@media (min-width: 768px ) {
  .global_feature span.attribution {
    font-size: 20px;
  }
}
.global_feature span.link_arrow {
  color: #fff;
}
.global_feature span.link_arrow:after {
  background-position: -87px -50px;
}
.global_campaign_feature {
  background: #e75300;
  padding-bottom: 7px;
  padding-top: 10px;
}
.global_campaign_feature p {
  float: left;
  padding: 0px;
  margin: 0px;
  color: #fff;
  font-family: 'Univers-Condensed';
  text-transform: capitalize;
}
@media (min-width: 500px ) {
  .global_campaign_feature p {
    float: right;
    margin-right: 10px;
  }
}
.global_campaign_feature p span {
  font-size: 16px;
  font-weight: bold;
}
.global_campaign_feature p a {
  color: #fff;
  text-transform: capitalize;
  font-size: 0.9rem;
}
@media (min-width: 768px ) {
  .global_campaign_feature p a {
    font-size: 1rem;
  }
}
.global_campaign_feature p a:hover,
.global_campaign_feature p a:focus {
  color: #000000;
  font-family: 'Univers-Condensed';
}
.global_campaign_feature p .link_arrow.white:after {
  background-position: -188px -70px;
  text-transform: none;
  font-size: 16px;
  color: #fff;
}
.global_campaign_feature p .link_arrow.white:hover,
.global_campaign_feature p .link_arrow.white:focus {
  color: #000000;
  font-family: 'Univers-Condensed';
}
/* ==========================================================================
	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: 8px;
  border-left-style: solid;
  border-color: #CB4300;
  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: 8px;
    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: "NeutrafaceText-Demi";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
  color: #7C332A;
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  margin: 0 20px 0 0;
}
@media (min-width: 992px ) {
  .announcement_type {
    font-family: "NeutrafaceText-Demi";
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "IBMPlexSansCondensed-Text";
    font-style: normal;
    font-weight: 400;
  }
}
.announcement_type:last-child {
  margin-right: 0;
}
.announcement_content a {
  display: block;
  font-family: "NeutrafaceText-Demi";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.52380952;
  color: #C54015;
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
}
@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: "IBMPlexSans-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #776766;
  margin: 3px 0;
}
.announcement_content p.announcement_detail {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7C332A;
  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: #CB4300;
}
.announcement_wrap.theme_orange .announcement_body {
  border-left-width: 8px;
  border-left-style: solid;
  border-color: #98252B;
}
@media (min-width: 500px ) {
  .announcement_wrap.theme_orange .announcement_body {
    border-right-width: 8px;
    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: 8px;
    border-right-style: solid;
  }
}
.announcement_wrap.theme_brown {
  background-color: #3D2725;
}
.announcement_wrap.theme_tan {
  background-color: #CFBC83;
}
.announcement_wrap.theme_tan .announcement_body {
  border-left-width: 8px;
  border-left-style: solid;
}
@media (min-width: 500px ) {
  .announcement_wrap.theme_tan .announcement_body {
    border-right-width: 8px;
    border-right-style: solid;
    width: 55%;
    margin: 0 -50px 0 0;
    border-left: none;
  }
}
@media (min-width: 992px ) {
  .announcement_wrap.theme_tan .announcement_body {
    border-right-width: 8px;
    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: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.14285714;
  text-transform: uppercase;
  color: #7C332A;
  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: "IBMPlexSansCondensed-Text";
  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: #527E00;
  }
}
.calls_to_action_item.theme_green .calls_to_action_link {
  color: #527E00;
}
@media (min-width: 992px ) {
  .calls_to_action_item.theme_green .calls_to_action_link {
    border-left-color: #527E00;
  }
}
.calls_to_action_item.theme_green .calls_to_action_link:before {
  background-color: #527E00;
}
@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: #CB4300;
  }
}
.calls_to_action_item.theme_orange .calls_to_action_link {
  color: #CB4300;
}
@media (min-width: 992px ) {
  .calls_to_action_item.theme_orange .calls_to_action_link {
    border-left-color: #CB4300;
  }
}
.calls_to_action_item.theme_orange .calls_to_action_link:before {
  background-color: #CB4300;
}
/* ==========================================================================
	 Campaign Template
============================================================================= */
.campaign_page {
  overflow: hidden;
  background-color: #FAF7F0;
}
/* Feature
============================================================================= */
.campaign_feature_section {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 992px ) {
  .campaign_feature_section {
    margin-bottom: 60px;
  }
}
.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), #FAF7F0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c1bbb3', endColorstr='#fffaf7f0', GradientType=0);
  position: relative;
  padding-top: 50px;
}
@media (min-width: 1200px ) {
  .campaign_feature_wrapper {
    padding-top: 60px;
  }
}
.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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.30909091;
  text-transform: uppercase;
  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: 55px;
    font-size: 3.4375rem;
  }
}
@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: #58595c;
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.81818182;
}
@media (min-width: 768px ) {
  .campaign_feature_description,
  .campaign_feature_description p {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.campaign_feature_description a,
.campaign_feature_description p a {
  border-bottom: 1px solid #98252B;
}
.campaign_feature_description a:hover,
.campaign_feature_description p a:hover {
  color: #98252B;
}
@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: #CB4300;
}
.campaign_feature_section.theme_blue .campaign_feature_container {
  border-top-color: #005195;
}
.campaign_feature_section.theme_green .campaign_feature_container {
  border-top-color: #527E00;
}
/* ==========================================================================
	 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: "NeutrafaceText-Demi";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  margin: 10px 0;
}
@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: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.76470588;
  color: #58595c;
}
@media (min-width: 768px ) {
  .campaign_lockup_description,
  .campaign_lockup_description p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
/* Color Variations
============================================================================= */
.campaign_lockup.theme_red .campaign_lockup_container {
  border-top-color: #98252B;
}
.campaign_lockup.theme_green .campaign_lockup_container {
  border-top-color: #527E00;
}
.campaign_lockup.theme_orange .campaign_lockup_container {
  border-top-color: #CB4300;
}
.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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin: 0 0 10px 0;
}
.campus_heading:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: linear-gradient(to right, #98252B 0px, #98252B 1px, transparent 1px, transparent 4px);
  content: "";
  background-size: 4px 100%;
}
.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: 8px;
  border-top-style: solid;
  width: 100%;
  height: 100%;
}
.campus_link.theme_orange {
  background-color: #CB4300;
  border-color: #CB4300;
}
.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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.campus_link h4 {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.30909091;
  text-transform: uppercase;
}
@media (min-width: 768px ) {
  .campus_link h4 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .campus_link h4 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@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: "neutraRegular";
  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: linear-gradient(to right, #fff 0px, #fff 1px, transparent 1px, transparent 4px);
    content: "";
    background-size: 4px 100%;
  }
}
.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: "IBMPlexSerif-TextItalic";
  font-style: normal;
  font-weight: 400;
  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: 8px;
  border-top-style: solid;
  border-left: none;
}
.campus_carousel .theme_orange .carousel_caption {
  border-color: #CB4300;
}
.campus_carousel .theme_orange .link_arrow:focus,
.campus_carousel .theme_orange .link_arrow:active,
.no-touchevents .campus_carousel .theme_orange .link_arrow:hover {
  color: #CB4300;
}
.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(88, 89, 92, 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%;
  }
}
.capital {
  background: #FAF7F0;
  padding: 50px 0;
}
@media (min-width: 992px ) {
  .capital {
    padding: 90px 0 60px;
  }
}
.capital_header {
  margin-bottom: 30px;
}
@media (min-width: 992px ) {
  .capital_header {
    margin-bottom: 54px;
  }
}
.capital_title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.23076923;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  color: #7C332A;
  margin: 0 0 20px;
}
@media (min-width: 768px ) {
  .capital_title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 768px ) {
  .capital_title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.capital_caption {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66666667;
  max-width: 980px;
  color: #776766;
  margin: 0;
}
@media (min-width: 768px ) {
  .capital_caption {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.63636364;
  }
}
/* ==========================================================================
	Items
============================================================================= */
.capital_items_wrapper {
  position: relative;
}
.capital_items_wrapper .fs-carousel-controls.fs-carousel-visible {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  pointer-events: none;
}
@media (min-width: 1200px ) {
  .capital_items_wrapper .fs-carousel-controls.fs-carousel-visible {
    display: block;
  }
}
.capital_items_wrapper .fs-carousel-control {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  background-color: #CB4300;
  border-radius: 50%;
  color: transparent;
  opacity: 0;
  pointer-events: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: opacity .25s,
			-webkit-transform .25s;
  transition: opacity .25s,
			transform .25s;
  transition: opacity .25s,
			transform .25s,
			-webkit-transform .25s;
}
.capital_items_wrapper .fs-carousel-control:before {
  height: 24px;
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAwCAYAAABwrHhvAAAAAXNSR0IArs4c6QAAATdJREFUWAntWG0OgjAM3byEwAX0Gp6cn2r8r3gDbzFfly0hJhDb7gPNmjQjhPJeH6WMGrNgzrkOfg6+X7gsz+kA/sAa7Y6DMiQARJnPwcuRWAHPT+IL8HwkGOBzEl2SChSARxJUJ3oSuMkl3lGwqknsIKNVSHlE7AjiciUQ3MMnuMZ0SgC5kfBl8E9KUE314uJOpEQjASG9NSU2pcQTbKq/HZshMdTuE6TEIP4Uh2c5IouDOBNjbrQf+D2j7OHaPYR/BOzsGzgU0Fh12fldEOmmKrhq4LLPcaLMGzivzzTZNR0GsbL/w0Syy8CpQkDgWiXzUJ60H3DhWLJMCDpZa1+SYB+D7Ds4Scg1ueyfbIHMJZEOPJJhkEgPziBBI1v5PCgCra0rSlSdF5cDj+oEJahH0Bwx26T8DSHRsgml+wu1AAAAAElFTkSuQmCC') no-repeat 50% 50%;
  background-size: contain;
  content: "";
}
.capital_items_wrapper .fs-carousel-control_previous {
  left: 30px;
}
.capital_items_wrapper .fs-carousel-control_previous:before {
  -webkit-transform: translate(-60%, -50%) scaleX(-1);
      -ms-transform: translate(-60%, -50%) scaleX(-1);
          transform: translate(-60%, -50%) scaleX(-1);
}
.capital_items_wrapper .fs-carousel-control_next {
  right: 30px;
}
.capital_items_wrapper .fs-carousel-control_next:before {
  -webkit-transform: translate(-40%, -50%);
      -ms-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.capital_items_wrapper .fs-carousel-control.fs-carousel-visible {
  opacity: 1;
}
.capital_items_wrapper .fs-carousel-pagination {
  position: absolute;
  bottom: 0;
  left: -6px;
}
@media (min-width: 1200px ) {
  .capital_items_wrapper .fs-carousel-pagination.fs-carousel-visible {
    display: none;
  }
}
.capital_items_wrapper .fs-carousel-page {
  height: 30px;
  width: 20px;
  position: relative;
  color: transparent;
}
.capital_items_wrapper .fs-carousel-page:before {
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #AEAEAE;
  border-radius: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: background .25s,
				border .25s;
}
.capital_items_wrapper .fs-carousel-page:hover:before,
.capital_items_wrapper .fs-carousel-page:focus:before {
  background: #CB4300;
}
.capital_items_wrapper .fs-carousel-page.fs-carousel-active:before {
  background: #7C332A;
}
.capital_item {
  position: relative;
  background: #fff;
  margin-right: 12px;
  margin-bottom: 50px;
  padding: 20px;
}
@media (min-width: 992px ) {
  .capital_item {
    margin-right: 26px;
  }
}
@media (min-width: 1200px ) {
  .capital_item {
    margin-top: 0;
    padding: 40px 30px 70px;
  }
}
.capital_item .capital_item_link:before {
  background: #CB4300;
}
.capital_item_link {
  display: block;
}
.capital_item_link:before {
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
@media (min-width: 1200px ) {
  .capital_item_link:before {
    width: 9px;
  }
}
.capital_item_time {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #7C332A;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.capital_item_title {
  font-family: "NeutrafaceText-Demi";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.52380952;
  line-height: 1.38095238;
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  color: #C54015;
  margin: 0;
  transition: color .25s;
}
@media (min-width: 768px ) {
  .capital_item_title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
/* ==========================================================================
	Dates and Deadlines
============================================================================= */
.dates_wrap {
  background-color: #FAF7F0;
  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: #7C332A;
  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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #776766;
  margin-bottom: 20px;
  padding-bottom: .15em;
  border-bottom: 4px solid transparent;
}
.date_tab:focus,
.date_tab:active,
.no-touchevents .date_tab:hover,
.date_tab.fs-swapper-active {
  color: #3D2725;
  border-bottom: 4px solid #CB4300;
}
@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: 8px;
  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-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  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;
  color: #C54015;
  margin-bottom: 30px;
}
.dates_item .carousel_arrow_link {
  display: block;
  color: #58595c;
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #C54015;
  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: 11px;
  width: 11;
  height: 11;
  background-position: -87px -50px;
  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: #7C332A;
}
.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: #CB4300;
}
.dates_item.theme_orange .carousel_type {
  color: #7C332A;
}
.dates_item.theme_green {
  border-color: #527E00;
}
.dates_item.theme_green .carousel_type {
  color: #527E00;
}
.dates_item.theme_blue {
  border-color: #005195;
}
.dates_item.theme_blue .carousel_type {
  color: #005195;
}
/* ==========================================================================
	 Evnets Listing
============================================================================= */
.events_listing {
  background-color: #FAF7F0;
  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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.23076923;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7C332A;
  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 {
    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: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  color: #58595c;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}
.event_day {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  color: #7C332A;
  display: block;
  letter-spacing: 0px;
  line-height: 1;
}
.event_location {
  font-family: "NeutrafaceText-Demi";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7C332A;
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
}
.event_heading {
  font-family: "NeutrafaceText-Demi";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.52380952;
  color: #C54015;
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}
@media (min-width: 768px ) {
  .event_heading {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.event_link {
  color: #C54015;
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
}
.no-touchevents .event_link:hover {
  color: #7C332A;
}
/* 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_month {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
}
.featured_event_day {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
}
.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: #FAF7F0;
  position: relative;
  padding: 20px 0;
}
@media (min-width: 500px ) and (max-width: 767px ), (min-width: 992px ) {
  .featured_event_content {
    border-left: 9px solid #7C332A;
    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: #FAF7F0;
  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 {
  color: #776766;
  line-height: 32px;
}
.carousel_heading {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7C332A;
  display: inline-block;
  margin-top: 0;
}
.carousel_heading:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: linear-gradient(to right, #3D2725 0px, #3D2725 1px, transparent 1px, transparent 4px);
  content: "";
  background-size: 4px 100%;
}
.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: #FAF7F0;
  border-left-width: 8px;
  border-left-style: solid;
  position: relative;
  width: 90%;
  margin: -30px auto 0;
  padding: 20px;
}
@media (min-width: 768px ) {
  .carousel_caption {
    border-left-width: 8px;
    border-left-style: solid;
    padding: 30px 20px;
  }
}
.carousel_type {
  font-family: "NeutrafaceText-Demi";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
  letter-spacing: 1.2px;
}
.carousel_link {
  font-family: "NeutrafaceText-Demi";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.52380952;
  color: #1A1A1A;
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
}
@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: #7C332A;
}
/* ==========================================================================
	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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.30909091;
  text-transform: uppercase;
  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: 55px;
    font-size: 3.4375rem;
  }
}
@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: #FAF7F0;
}
/* ==========================================================================
	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: #527E00;
}
.carousel_item_content.theme_green .carousel_type {
  color: #527E00;
}
.carousel_item_content.theme_red .carousel_caption {
  border-color: #98252B;
}
.carousel_item_content.theme_red .carousel_type {
  color: #98252B;
}
.carousel_item_content.theme_orange .carousel_caption {
  border-color: #CB4300;
}
.carousel_item_content.theme_orange .carousel_type {
  color: #7C332A;
}
.aid {
  position: relative;
  background: #000;
  color: #fff;
  padding: 40px 0 80px;
}
@media (min-width: 992px ) {
  .aid {
    padding: 70px 0 150px;
  }
}
.aid_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.aid_background::before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}
.aid_background .fs-background-media {
  transition: opacity .5s;
}
.aid_inner {
  position: relative;
  z-index: 4;
}
.aid_header {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .aid_header {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px ) {
  .aid_header {
    margin-bottom: 132px;
  }
}
.aid_title_hidden {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}
.aid_title_hidden.focusable:active,
.aid_title_hidden.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}
.aid_title {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: inherit;
  text-transform: uppercase;
}
@media (min-width: 992px ) {
  .aid_title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 600px) {
  .aid_body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 600px) {
  .aid_body {
    position: relative;
  }
}
@media screen and (min-width: 600px) {
  .aid_body:before {
    height: calc(100% + 70px);
    width: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    margin-top: -15px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 992px ) {
  .aid_body:before {
    height: calc(100% + 130px);
  }
}
.aid_pie .aid_details {
  margin-bottom: 10px;
}
@media (min-width: 992px ) {
  .aid_pie .aid_details {
    margin-bottom: 20px;
  }
}
.aid_bar_wrapper .aid_details {
  display: inline-block;
  margin-bottom: 108px;
}
.aid_detail {
  position: relative;
}
.aid_pie .aid_detail {
  display: inline-block;
}
.aid_bar_wrapper .aid_detail {
  margin-bottom: 17px;
}
.aid_bar_wrapper .aid_detail:last-child {
  margin-bottom: 0;
}
.aid_detail_label {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 992px ) {
  .aid_detail_label {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.aid_detail_label:before {
  height: 12px;
  width: 12px;
  position: absolute;
  bottom: 100%;
  left: 100%;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAAGXcA1uAAAAAXNSR0IArs4c6QAAAkZJREFUSA2NlTFrVFEQhbOLEAhCbF2IYqOCYGEhKSxsBBXUVoKFTfQviKaRNHYpBEvRRkgTQQJ2BpMi2EiQWAQ0lUqqBBENCcHnd653nrOz9z134OydOefM3Ltv7+6OjBBVVd0D45aQV5WK8ZSpyLZtrR2xieGlm5MFI9Rn8TQnWyK3jZXT5yq2jMjrYT9uE3LeE3eCO52m71i1m63siOKuOaFTd3QIjczi844SRyRepmxI4nQ8hKs3aqMSJ9Rp5u/WxN/kusx6vz4eUhwCXU9aroZ5K2zN089b7VdpatrwJPkZ0ANfPJ/M/gXxBvjtTeTPvKcvRzwNlsAvsA6m+gy+QNwHTXHSe0uP9Sedi6F7IjVBvgyCymMSIy/O3wfV/4uev2VmPpfvzDsj3DpdanifDV+d0dIjA+fk3CtS4/lzfUXC9yBebmpI22AeCw1r1HoY8abOpoY8bTI0xXKxNvsE12pw/qA+4T3FHJPu1EJobir1DO6DseIwT2J61DRlSH4H36SfmXJInbjtctv8q9YM8djIwrpsPn3MGj5svMJ4ClwA8acmzljVJvr4l1gvqmiJNbS3YAfong0+BshC3NY72I1bN9Q3bQD6XIMn0k/0XftsjS3rAdpr6UxQzy3lQ8SmGqbitoX6gQ1DmynoJUrfidEuPyUvaJ6xAQ3rB8d/Itc3b91xMd2HOMvsvVpgN90O3eO2OGgTs6afYj3GciBOgOVsHnbZwzgLBgb/+3cu76fPqId0CRwHR8Eu+AY+gjd9jwEixh9yPxCtP3WMvQAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 1480px) {
  .aid_detail_label:before {
    display: none;
  }
}
.aid_detail_hint {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  width: 220px;
  position: absolute;
  z-index: 4;
  background: #7C332A;
  display: block;
  letter-spacing: 1.2px;
  opacity: 0;
  visibility: hidden;
  padding: 15px 10px 13px;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  transition: opacity .25s,
		visibility .25s;
}
@media screen and (max-width: 1479px) {
  .aid_detail_hint {
    top: 100%;
    left: 50%;
    margin-top: 15px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.aid_detail_hint:before {
  position: absolute;
  border: 10px solid transparent;
  content: "";
}
@media screen and (max-width: 1479px) {
  .aid_detail_hint:before {
    bottom: 100%;
    left: 50%;
    border-bottom-color: #98252B;
    -webkit-transform: translate(-50%, 0) scaleX(0.85);
        -ms-transform: translate(-50%, 0) scaleX(0.85);
            transform: translate(-50%, 0) scaleX(0.85);
  }
}
@media screen and (min-width: 600px) and (max-width: 1479px) {
  .aid_bar_wrapper .aid_detail_hint:before {
    right: 15px;
    left: auto;
    margin-left: 0;
    -webkit-transform: scaleX(0.85);
        -ms-transform: scaleX(0.85);
            transform: scaleX(0.85);
  }
}
@media screen and (max-width: 1479px) {
  .aid_detail:hover .aid_detail_hint,
  .aid_detail:focus .aid_detail_hint {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1480px) {
  .in-view .aid_detail_hint {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1480px) {
  .aid_pie_inner .aid_detail:nth-child(1) .aid_detail_hint {
    transition-delay: 1.1s;
  }
}
@media screen and (min-width: 1480px) {
  .aid_pie_inner .aid_detail:nth-child(2) .aid_detail_hint {
    transition-delay: 1.2s;
  }
}
@media screen and (max-width: 1479px) {
  .aid_pie_inner .aid_detail:last-child .aid_detail_hint {
    margin-left: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1479px) {
  .aid_pie_inner .aid_detail:last-child .aid_detail_hint {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1479px) {
  .aid_bar_wrapper .aid_detail_hint {
    margin-left: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1479px) {
  .aid_bar_wrapper .aid_detail_hint {
    right: 0;
    left: auto;
    margin-left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 1480px) {
  .aid_bar_wrapper .aid_detail:nth-child(1) .aid_detail_hint {
    transition-delay: 1.6s;
  }
}
@media screen and (min-width: 1480px) {
  .aid_bar_wrapper .aid_detail:nth-child(2) .aid_detail_hint {
    transition-delay: 1.7s;
  }
}
@media screen and (min-width: 1480px) {
  .aid_bar_wrapper .aid_detail:nth-child(3) .aid_detail_hint {
    transition-delay: 1.8s;
  }
}
.aid_detail_hint_mini {
  width: 150px;
}
@media screen and (min-width: 1480px) {
  .aid_detail_hint_top {
    bottom: 100%;
    left: 50%;
    margin-bottom: 15px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 1480px) {
  .aid_detail_hint_top:before {
    top: 100%;
    left: 50%;
    border-top-color: #98252B;
    -webkit-transform: translate(-50%, 0) scaleX(0.85);
        -ms-transform: translate(-50%, 0) scaleX(0.85);
            transform: translate(-50%, 0) scaleX(0.85);
  }
}
@media screen and (min-width: 1480px) {
  .aid_detail_hint_right {
    top: 50%;
    left: 100%;
    margin-top: -2px;
    margin-left: 20px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1480px) {
  .aid_detail_hint_right:before {
    top: 50%;
    right: 100%;
    border-right-color: #98252B;
    -webkit-transform: translate(0, -50%) scaleY(0.85);
        -ms-transform: translate(0, -50%) scaleY(0.85);
            transform: translate(0, -50%) scaleY(0.85);
  }
}
@media screen and (min-width: 1480px) {
  .aid_detail_hint_bottom {
    top: 100%;
    left: 50%;
    margin-top: 15px;
    margin-left: 16px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 1480px) {
  .aid_detail_hint_bottom:before {
    bottom: 100%;
    left: 50%;
    border-bottom-color: #98252B;
    -webkit-transform: translate(-50%, 0) scaleX(0.85);
        -ms-transform: translate(-50%, 0) scaleX(0.85);
            transform: translate(-50%, 0) scaleX(0.85);
  }
}
@media screen and (min-width: 1480px) {
  .aid_detail_hint_left {
    top: 50%;
    right: 100%;
    margin-top: -2px;
    margin-right: -6px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1480px) {
  .aid_detail_hint_left:before {
    top: 50%;
    left: 100%;
    border-left-color: #98252B;
    -webkit-transform: translate(0, -50%) scaleY(0.85);
        -ms-transform: translate(0, -50%) scaleY(0.85);
            transform: translate(0, -50%) scaleY(0.85);
  }
}
.aid_detail_label_strong {
  height: 10px;
  width: 10px;
  position: relative;
  top: -2px;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 992px ) {
  .aid_detail_label_strong {
    height: 16px;
    width: 16px;
  }
}
.aid_detail_label_strong:before,
.aid_detail_label_strong:after {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 1px;
  content: "";
}
@media (min-width: 992px ) {
  .aid_detail_label_strong:before,
  .aid_detail_label_strong:after {
    height: 4px;
  }
}
.aid_detail_label_strong:before {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.aid_detail_label_strong:after {
  display: none;
}
.aid_detail_label_strong_plus:after {
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.aid_pie .aid_detail_label_strong {
  margin: 0 6px 0 4px;
}
@media (min-width: 992px ) {
  .aid_pie .aid_detail_label_strong {
    margin: 0 8px 0 4px;
  }
}
.aid_bar_wrapper .aid_detail_label_strong {
  margin-right: 8px;
}
.aid_info_hidden_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}
.aid_info_hidden_label.focusable:active,
.aid_info_hidden_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}
.aid_info_label {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}
@media (min-width: 992px ) {
  .aid_info_label {
    font-size: 80px;
    font-size: 5rem;
  }
}
.aid_info_sublabel {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  line-height: 1.4;
}
@media (min-width: 992px ) {
  .aid_info_sublabel {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.26666667;
  }
}
/* ==========================================================================
	Pie Chart
============================================================================= */
.aid_pie {
  height: 260px;
  width: 260px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 66px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .aid_pie {
    margin: 0;
  }
}
@media (min-width: 992px ) {
  .aid_pie {
    height: 420px;
    width: 420px;
    margin-top: -40px;
  }
}
.aid_pie:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 12px rgba(255, 93, 40, 0.5);
  content: "";
}
@media (min-width: 992px ) {
  .aid_pie:before {
    box-shadow: inset 0 0 0 24px rgba(255, 93, 40, 0.5);
  }
}
.aid_pie_inner {
  position: relative;
  top: -6px;
  z-index: 4;
}
@media (min-width: 992px ) {
  .aid_pie_inner {
    top: -12px;
  }
}
.pie_chart_canvas {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
/* ==========================================================================
	Bar Graph
============================================================================= */
.aid_bar_wrapper {
  width: 280px;
  position: relative;
  right: 18px;
  margin: 0 auto;
  padding-right: 36px;
  text-align: right;
}
@media screen and (min-width: 600px) {
  .aid_bar_wrapper {
    right: auto;
    margin: 0;
  }
}
@media (min-width: 992px ) {
  .aid_bar_wrapper {
    width: 420px;
    padding-right: 46px;
  }
}
@media (min-width: 1200px ) {
  .aid_bar_wrapper {
    right: 40px;
  }
}
.bar_graph {
  height: calc(100% + 30px);
  width: 16px;
  position: absolute;
  bottom: 6px;
  right: 0;
  background: rgba(230, 85, 37, 0.5);
}
@media (min-width: 992px ) {
  .bar_graph {
    width: 26px;
  }
}
.bar_graph_value {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: height 1s .5s linear;
}
/* ==========================================================================
	Line Graph
============================================================================= */
.aid_liner {
  margin: 30px 0;
}
@media (min-width: 992px ) {
  .aid_liner {
    margin: 50px 0;
  }
}
.aid_liner_header {
  margin-bottom: 26px;
}
@media (min-width: 992px ) {
  .aid_liner_header {
    margin-bottom: 66px;
  }
}
.aid_liner_title {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.23076923;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 8px;
}
@media (min-width: 768px ) {
  .aid_liner_title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 992px ) {
  .aid_liner_title {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 28px;
  }
}
.aid_liner_detail {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  letter-spacing: 1.58px;
  margin-right: 20px;
  text-transform: uppercase;
}
@media (min-width: 992px ) {
  .aid_liner_detail {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 36px;
  }
}
.aid_liner_detail:before {
  height: 12px;
  width: 12px;
  position: relative;
  top: -2px;
  content: "";
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.aid_liner_detail_orange:before {
  background-color: #CB4300;
}
.aid_liner_detail_blue:before {
  background: #76A9EA;
}
.aid_liner_image {
  width: 100%;
  display: block;
}
/* ==========================================================================
	Modified Pie Graph
============================================================================= */
.aid.feature .aid_header {
  margin-bottom: 20px;
}
@media (min-width: 500px ) {
  .aid.feature .aid_header {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px ) {
  .aid.feature .aid_header {
    margin-bottom: 100px;
  }
}
.aid.feature .aid_body:before {
  background: none;
}
@media (min-width: 768px ) {
  .aid.feature .aid_body:before {
    height: calc(100% + 70px);
    width: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    margin-top: -15px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.aid.feature .aid_pie {
  height: 260px;
  width: 260px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 auto 30px;
  text-align: center;
}
@media (min-width: 768px ) {
  .aid.feature .aid_pie {
    height: 320px;
    width: 320px;
  }
}
@media (min-width: 992px ) {
  .aid.feature .aid_pie {
    height: 400px;
    width: 400px;
  }
}
.aid.feature .aid_body h3 {
  color: #fff;
  font-family: "neutraRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: capitalize;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 500px ) {
  .aid.feature .aid_body h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.aid.feature .aid_body h4 {
  color: #fff;
  font-family: "IBMPlexSans-Regular";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0px;
}
.aid.feature .aid_body a {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}
.aid.feature .aid_body p,
.aid.feature .aid_body ul {
  color: #fff;
  font-family: "neutraRegular";
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 500px ) {
  .aid.feature .aid_body p,
  .aid.feature .aid_body ul {
    line-height: 2rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.aid_explain_wrapper {
  position: relative;
  text-align: left;
  padding-left: 0px;
  margin-top: 0px;
}
@media (min-width: 500px ) {
  .aid_explain_wrapper {
    padding-left: 30px;
    margin-top: 0px;
  }
}
@media (min-width: 992px ) {
  .aid_explain_wrapper {
    padding-left: 30px;
    margin-top: 0px;
  }
}
@media (min-width: 1200px ) {
  .aid_explain_wrapper {
    padding-left: 30px;
    margin-top: 30px;
  }
}
.aid_explain_wrapper .aid_details {
  display: block;
  margin-bottom: 0px;
}
.aid_explain_wrapper .aid_detail {
  display: block;
}
.aid_explain_wrapper .aid_detail:last-child {
  margin-bottom: 0;
}
.aid_explain_wrapper .aid_detail_label:before {
  background: none;
}
.aid_explain_wrapper .aid_detail_label_equal {
  font-size: 2.3rem;
}
.aid_explain_wrapper .aid_detail_label_strong {
  height: 16px;
  width: 16px;
  position: relative;
  top: -2px;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
}
.aid_explain_wrapper .aid_detail_label_fontsize {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 992px ) {
  .aid_explain_wrapper .aid_detail_label_fontsize {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/* ==========================================================================
	Modified Bar Graph
============================================================================= */
@media (min-width: 992px ) {
  .aid.incontent {
    padding: 70px 0 50px;
  }
  .aid.incontent .aid_header {
    margin-bottom: 50px;
  }
}
.aid.incontent .aid_bar_wrapper {
  width: 100%;
  right: 20px;
  padding-left: 20px;
}
@media (min-width: 992px ) {
  .aid.incontent .aid_bar_wrapper {
    right: 40px;
  }
}
.aid.incontent .aid_inner {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 992px ) {
  .aid.incontent .aid_inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.aid.incontent .aid_detail_label:before {
  background-image: none;
}
.aid.incontent p {
  color: #fff;
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  padding-top: 30px;
}
.aid.incontent p a {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
/* ==========================================================================
	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: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.88235294;
  color: #7C332A;
  margin: 0 0 40px 0;
}
@media (min-width: 768px ) {
  .gallery_count {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.gallery_heading {
  margin-bottom: 20px;
}
.gallery_intro {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.81818182;
  padding: 0 20px;
}
@media (min-width: 768px ) {
  .gallery_intro {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.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: 8px;
  border-left-style: solid;
  border-color: #CB4300;
  position: relative;
  padding: 20px;
}
@media (min-width: 768px ) {
  .gallery_caption {
    width: 60%;
    margin: -45px auto 0;
  }
}
.gallery_caption p {
  font-family: "IBMPlexSans-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.71428571;
  color: #C54015;
  margin: 0;
}
@media (min-width: 768px ) {
  .gallery_caption p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.gallery_link {
  display: block;
  background-color: #fff;
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 23px 20px 20px;
  color: #C54015;
  border-left-color: #CB4300;
}
@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: 8px;
  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:before {
  background-color: #CB4300;
}
.gallery_link.theme_red {
  color: #98252B;
  border-left-color: #98252B;
}
.gallery_link.theme_red:before {
  background-color: #98252B;
}
.gallery_link.theme_orange {
  color: #CB4300;
  border-left-color: #CB4300;
}
.gallery_link.theme_orange:before {
  background-color: #CB4300;
}
.gallery_link.theme_green {
  color: #527E00;
  border-left-color: #527E00;
}
.gallery_link.theme_green:before {
  background-color: #527E00;
}
.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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
}
.chair_heading:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: linear-gradient(to right, #7C332A 0px, #7C332A 1px, transparent 1px, transparent 4px);
  content: "";
  background-size: 4px 100%;
}
.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: #CB4300;
}
.chair_slide.theme_orange .carousel_caption {
  border-color: #CB4300;
}
.chair_slide.theme_green .announcement_type {
  color: #527E00;
}
.chair_slide.theme_green .carousel_caption {
  border-color: #527E00;
}
.chair_slide.theme_blue .announcement_type {
  color: #005195;
}
.chair_slide.theme_blue .carousel_caption {
  border-color: #005195;
}
.flex_callout {
  position: relative;
  background: #1A1A1A;
}
.flex_callout_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.flex_callout_background:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0.8), rgba(26, 26, 26, 0.5));
  content: "";
}
@media (min-width: 768px ) {
  .flex_callout_background:before {
    background: radial-gradient(circle at center, rgba(26, 26, 26, 0.5), rgba(26, 26, 26, 0.8));
  }
}
.flex_callout_inner {
  position: relative;
  z-index: 3;
  padding: 75px 0 200px;
  text-align: center;
}
@media (min-width: 768px ) {
  .flex_callout_inner {
    padding: 125px 0 175px;
  }
}
.layout_time .flex_callout_header {
  margin-top: 42px;
}
.flex_callout_time {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #CB4300;
  padding: 10px 19px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 768px ) {
  .flex_callout_time {
    padding: 27px 42px;
  }
}
.flex_callout_month {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  line-height: 1;
}
.flex_callout_month:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: linear-gradient(to right, #98252B 0px, #98252B 1px, transparent 1px, transparent 4px);
  content: "";
  background-size: 4px 100%;
}
.flex_callout_month:after {
  background: linear-gradient(to right, #fff 0, #fff 1px, transparent 1px, transparent 4px);
  background-size: 4px 100%;
  margin: 4px 0;
}
@media (min-width: 768px ) {
  .flex_callout_month:after {
    margin: 8px 0 4px;
  }
}
.flex_callout_day {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #fff;
  display: block;
  line-height: 1;
}
@media (min-width: 768px ) {
  .flex_callout_day {
    font-size: 32px;
    font-size: 2rem;
  }
}
.flex_callout_title {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  color: #fff;
  margin: 0 0 22px;
}
.flex_callout_title:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: linear-gradient(to right, #98252B 0px, #98252B 1px, transparent 1px, transparent 4px);
  content: "";
  background-size: 4px 100%;
}
@media (min-width: 992px ) {
  .flex_callout_title {
    margin-bottom: 62px;
  }
}
.flex_callout_title:after {
  background: linear-gradient(to right, #E65525 0, #E65525 1px, transparent 1px, transparent 4px);
  background-size: 4px 100%;
}
@media (min-width: 992px ) {
  .layout_time .flex_callout_title {
    margin-bottom: 39px;
  }
}
.flex_callout_caption {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  max-width: 1020px;
  color: #fff;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-transform: none;
}
@media screen and (max-width: 499px) {
  .flex_callout_caption {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.53846154;
  }
}
@media (min-width: 992px ) {
  .flex_callout_caption {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1.41304348;
    margin-bottom: 42px;
  }
}
.flex_callout_link {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  color: #CB4300;
  position: relative;
  z-index: 3;
  background: #fff;
  border: 0;
  display: inline-block;
  letter-spacing: 1px;
  padding: 14px 30px 14px;
  text-transform: uppercase;
  transition: background 0.25s, box-shadow 0.25s, color 0.25s, padding 0.25s !important;
}
.flex_callout_link:before {
  height: 100%;
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background-color: #CB4300;
  content: "";
  transition: width .45s;
}
.flex_callout_link:hover,
.flex_callout_link:focus {
  color: #fff;
}
.flex_callout_link:hover:before,
.flex_callout_link:focus:before {
  width: 100%;
}
@media (min-width: 1200px ) {
  .flex_callout_link_sm {
    display: none;
  }
}
.flex_callout_link_lg {
  display: none;
}
@media (min-width: 1200px ) {
  .flex_callout_link_lg {
    display: inline-block;
  }
}
.flex_callout.leftalign .flex_callout_inner {
  text-align: left;
  padding: 75px 30px 160px;
}
@media (min-width: 768px ) {
  .flex_callout.leftalign .flex_callout_inner {
    padding: 130px 0px 130px;
  }
}
.flex_callout.leftalign .flex_callout_background:before {
  background: linear-gradient(to right, #1a1a1a, rgba(26, 26, 26, 0.2));
  position: absolute;
  top: 0px;
  right: -1px;
  bottom: 0px;
  left: -1px;
  background-size: contain;
  content: '';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flex_callout.leftalign .flex_callout_caption {
  max-width: 820px;
  margin-right: inherit;
  margin-left: inherit;
}
.flex_callout.leftalign .flex_callout_time {
  left: 0%;
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
  text-align: center;
  margin-left: 30px;
}
@media (min-width: 768px ) {
  .flex_callout.leftalign .flex_callout_time {
    margin-left: 0px;
  }
}
.flex_callout.leftalign.layout_time .flex_callout_title {
  margin-top: 10px;
}
@media (min-width: 768px ) {
  .flex_callout.leftalign.layout_time .flex_callout_title {
    margin-top: 40px;
  }
}
@media (min-width: 992px ) {
  .flex_callout.leftalign.layout_time .flex_callout_title {
    margin-top: 0px;
  }
}
/* ==========================================================================
	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 {
  color: #7C332A;
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
.link_set_heading:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: linear-gradient(to right, #3D2725 0px, #3D2725 1px, transparent 1px, transparent 4px);
  content: "";
  background-size: 4px 100%;
}
.link_set_body p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.58333333;
  color: #776766;
  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;
  }
}
.news_feature {
  position: relative;
  background: #FAF7F0;
  padding: 40px 0;
}
@media (min-width: 992px ) {
  .news_feature {
    margin-bottom: 25px;
    padding: 68px 0 104px;
  }
}
@media (min-width: 992px ) {
  .news_feature.layout_standalone {
    margin-bottom: 55px;
    padding-bottom: 40px;
  }
}
.news_feature_header {
  margin-bottom: 30px;
}
@media (min-width: 992px ) {
  .news_feature_header {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 55px;
  }
}
.news_feature_title {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.30909091;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px ) {
  .news_feature_title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px ) {
  .news_feature_title {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media screen and (min-width: 560px) {
  .news_feature_title {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px ) {
  .news_feature_title {
    margin-bottom: 0;
  }
}
.news_feature_header_link {
  display: inline-block;
  margin-right: 20px;
  padding: 11px 0;
}
@media (min-width: 768px ) {
  .news_feature_header_link {
    margin-right: 27px;
  }
}
.news_feature_header_link_label {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  color: #3D2725;
  display: inline-block;
  letter-spacing: .75px;
  text-transform: uppercase;
  transition: color .25s;
}
.news_feature_header_link:focus .news_feature_header_link_label,
.news_feature_header_link:hover .news_feature_header_link_label {
  color: #CB4300;
}
.news_feature_header_link_icon {
  height: 11px;
  width: 11px;
  position: relative;
  top: 1px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAR5JREFUOBFjYCABzFLXSdrv4MBCjBYmYhTB1Pz793/uradvVhBjOEkGgyz4z/A/+NazNysJGU6ywWDD//8PImQ4WQYTYzjZBiMbPtPYmBXERwaMCzXMhP8x/OJFFsTF/vn3931scoyMjOsYeNkj0s+e/Q2TZ5yhqv0RyOGDCZBNMzKuZ+RlD4cZDgoKyg0Fueb//8D/n3+uhAULyMX/yXYlNo1Ql1MUedjMBbv8049l1DcYahtR+R6ry3AJQoIiirouRkoZIIM/4bKcJHEkQ0H6WDiZuZVokkFIcRW2pIkt14FdTIrB6GpBhqpJiYQ7HjjwB12O7MjDZyjIErIMJmQoWQYzMjCuxeV95OAgycVMTIzJatIiEdjCFNlQEBsAjLp4wg8MkmAAAAAASUVORK5CYII=') no-repeat 50% 50%;
  background-size: contain;
  display: inline-block;
  margin-left: 1px;
}
.news_feature_header_link:focus .news_feature_header_link_icon,
.news_feature_header_link:hover .news_feature_header_link_icon {
  -webkit-animation: mini-bounce 0.5s infinite;
          animation: mini-bounce 0.5s infinite;
}
@-webkit-keyframes mini-bounce {
  50% {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
}
@keyframes mini-bounce {
  50% {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
}
.news_feature_header_button {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
  border: 1px solid #CB4300;
  color: #C54015;
  display: block;
  letter-spacing: 1px;
  margin-top: 10px;
  padding: 13px 25px;
  text-align: center;
  text-transform: uppercase;
  transition: background .25s,
		border .25s,
		color .25s !important;
}
@media screen and (min-width: 560px) {
  .news_feature_header_button {
    width: auto;
    display: inline-block;
    margin-top: 0;
  }
}
.news_feature_header_button:focus,
.news_feature_header_button:hover {
  background: #CB4300;
  border-color: #CB4300;
  color: #fff;
}
/* ==========================================================================
	News Items
============================================================================= */
@media screen and (min-width: 700px) {
  .news_feature_items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
}
.news_feature_item {
  margin-bottom: 30px;
}
@media screen and (min-width: 700px) {
  .news_feature_item {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}
.news_feature_item:last-child {
  margin-bottom: 0;
}
.news_feature_item_image_link {
  position: relative;
  display: block;
}
.news_feature_item_image_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(230, 85, 37, 0.25);
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,
			visibility .25s;
}
.news_feature_item_image_link:hover:before,
.news_feature_item_image_link:focus:before {
  opacity: 1;
  visibility: visible;
}
.news_feature_item_image {
  width: 100%;
  display: block;
  margin-bottom: 22px;
}
.news_feature_item_details {
  margin-bottom: 15px;
}
.news_feature_item_detail {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  color: #7C332A;
  display: inline-block;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  vertical-align: middle;
}
.news_feature_item_detail:first-child:after {
  content: "•";
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
.news_feature_item_title {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.77777778;
  color: #orange_dark;
  letter-spacing: normal;
  margin: 0;
  text-transform: none;
}
@media (min-width: 992px ) {
  .news_feature_item_title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.57142857;
  }
}
.news_feature_item_title_link {
  color: inherit;
  transition: color .25s;
}
.news_feature_item_title_link:hover,
.news_feature_item_title_link:focus {
  color: #7C332A;
}
/* ==========================================================================
	Filter
============================================================================= */
div.news_feature form.news_filter {
  z-index: 2;
  margin-top: 40px;
}
@media (min-width: 992px ) {
  div.news_feature form.news_filter {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
}
.layout_standalone div.news_feature form.news_filter {
  margin-top: 0;
}
@media (min-width: 992px ) {
  .news_filter_inner {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
div.news_filter_input_wrapper {
  position: relative;
}
@media (min-width: 992px ) {
  div.news_filter_input_wrapper {
    width: 50%;
    padding-right: 6px;
  }
}
div.news_filter_input_wrapper input.news_filter_input {
  font-family: "IBMPlexSerif-TextItalic";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.08);
  color: #616265;
  padding: 19px 50px 19px 20px;
  transition: border .25s;
}
@media (min-width: 768px ) {
  div.news_filter_input_wrapper input.news_filter_input {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 23px 50px 23px 25px;
  }
}
div.news_filter_input_wrapper input.news_filter_input:focus,
div.news_filter_input_wrapper input.news_filter_input:active {
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
div.news_filter_input_wrapper input.news_filter_input::-webkit-input-placeholder {
  color: #gray_med;
}
div.news_filter_input_wrapper input.news_filter_input:-ms-input-placeholder {
  color: #gray_med;
}
div.news_filter_input_wrapper input.news_filter_input::placeholder {
  color: #gray_med;
}
div.news_filter_input_wrapper input.news_filter_input:hover,
div.news_filter_input_wrapper input.news_filter_input:focus {
  border-color: #CB4300;
}
.news_filter div.news_filter_input_wrapper input.news_filter_input {
  box-sizing: border-box;
}
.news_filter_search {
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABOCAYAAACKX/AgAAAAAXNSR0IArs4c6QAACKtJREFUeAHtWl1sVEUUntndsuWvkEgpLREbqLBlUXgwkOiDPEjQBAz4RHzUEOVffhJTo7EvhmAQBPlRrPpgjBBjEAzxp9WUGE3U9IV004qLQRNAVIIioG25dzxTOpe5d+f37tylBTdpZuac73znnG/nzr27W4T+f1kpgK3QbsFJ5SZuywyzJVU0y5I0P8tjOpYtZhINJcFpKogtzlpAl8255LJtvFy8sXAumnTBUW7DLuKNRCu32XLjXTTqkkMrWjkNlxPrsskkuKTCxW06blwSzSXFKRQtTuNxYpJqKmneEtFSlhlvJ7GE0tgKJiS5hY0lG6TEoGjeBqugMXap8pVcKsas8YBBPlVRPLUpjo+xnZeTI2jINqkhPuA3LdIUZ5g/gCXBGzQXZHEzGeTNuOGyZklCKFYE405EOEbOkolGE4woTmZzzSfLQ+2uRSOVvEtSoSopFhXMeb5KCea8cKqG4ctpbh2Zzm9Ssy2HKd72crPFi3ojuuJ0fhEpb9PGt+bzY+r60WKM0aME4XkpguoJIjUQeB7WZwkmncRPH1ldPPE9TxyZm4phiovQB8tEBVOKta6pqWo2rn4KzoTnQaDaoCTZBKPvBnz87Lpi91cyCNhNBDHByFIkJphSrJ253LTRXvowVDVPVpnMDjtxT0cV2vxBoeDJMGDXiaLzS6mVjUGUzi8iVsbsnpm/J0vwZ7Cr6kTBZjbc/mtNdllrV1efAq8TRecXUqvuksrGhWwagV/O5ydnEToiEOsSvDU7fJJaeCHjNxRHp8ddxKkZsIUeB/sRKCTSHFk05e9/90tqYOY49bNY6agiVflkhKoY/Prd+WMQuJgPBiU+PD+A1raeLvzB2/n5rhlz5mfT5D2QrZG3+xitXH2y8A5vE8wjYocQKl8IyBbKBhnIcFRy7c/lH8Ie+pTnoufRgfHVm7q6urSFtzbmJ9VVoS8hSTPjgPiz3X5f82vF4hVmE4wqbpVPQIWQ7JJUNS8iUuEHfdhHL/CB8Mhw/CO/b4uJWDSO7sCraW8ZxjgQhxDU0IyyT4Bbm5/Pzc1VcRzsxlQm2A2Eg9mOmXOnYILuZ1RQJfGIt+mTYlF1p2PwYNzc2/uTT8irgQEmKYyXD62tm+d5TOciwWwTq/CDviz2Hoa9H+Bgd327tthzQlEkxYr+0J9pr42PA9ADLbnchCFbkIPHuJyLBHPFHxQPT+/TeVK4S7bza27OROJMoSlu6e09A+L3MCtwpeuvpaaxtWQMapH4jc1RwWyJjfBwOdbzFcHj8i/8GuY6oUJwAIfjcaqBAxjVFBfPC2abiMtZMg1xgUCqLypD2BKmYWbgBbMtzbhRTMgFnhx2HLuEjDn4eLgkWfx1M/HP8v4k5+UIJqurRAQvhbt5MEZ4Eb+2mW/N5aZCghvPYgh75zJ++BLlbjA23CbYJAQryet5qBOMPnNgRBbsmpGby9Y240Q/s5LHw277emtv71+8Lck5E6xkV2iSyvBC+/pi988I46OMkz5ijEplXlnY2JhmNpNx26xZ06HgDTwWnsvotx4VezHBkkw4KOIAJtv5JLDLHlwxauz2fD4vFJnH0vlzdzVPqvEzhwkhYwMfRud6UN/bwboCk0oINtjGhT50Cs6u8KVD0Jo1/eh9Koaq150z8vOnZVPfgLLB2UXx8DHhRfgceVUV69rH3l02mvCrsCIffqm5ufaOa+nP4RPRHEmCS/Do8Va/hz6+mLn2w2+ZzKU7B1KTa4i/AN7RFfC3lF7GfCzg3111svAk2MBV8jK1sUARnvlCIy0iVEjIK17I8CL7kFgp+mSfF9PFseL2E6PIY/sKBfoFoqhZUxtLLsIzX2hMVDA4pOsm+Bkq1uxQ1nIWGO092H9lS+fp0/SDu6xRkV1ko5XI7MIqVU/gwgBT487m5snV11IdgA+dOyweLqk9vo96UhhthHetidmlI/wI8o+HWjaeKqh+BKHhIgFENmkqlSORHUZ31kRS1QF3NKFYcAjsffpkYSMt7JGmptQSlF0Kwi2HLwTvwwTXIUxGw3dd5+G0OONjcnzAw0c3nOqO/swmE0FkF9mYLiofwwSjc8Hod19jkdcuEwt21j44rJ8JKog3kTVpa6fZZTHCypw+VgyJJd1ZUNl+ECv04CmsSm20alAjiC2X9CtqdckC77ame+vHIO8L2Fk5gRveRvzGqh8L64d81oUaxMXlFJUrtTnZYbubFoybkPI7ECGzJJkOtNVk10l8pmaVIDKfzE5zqnzSmpzcJUfhy+shvVAsOLPebBtfvVbwYwcrmJ6jshfDyPzUboJRxVv5nOwwuJtNF2YFsQ411K4WiMXDacOyPx4nmqvEiusT5QlsTgSD/7CBjz3hF+ystoMgVmdnp6rwcJDdSsUb16ergNCvV1SXhIigBH/swu+FJZPq+uA5ajb8XYYDftuhqbUtEbFK4kTkBjaVGDRc5Vf5DFJfF8u2ER1e5Vf5dAXrmi3Xr8tP/cTJoW+SaQjDN6UTj8fqUthgdVxKf5xLkhLqmtX5lUVZOk3EMsEYpXVy6AsyOStQwM1MNIdJHhMM49SOdCfE3Q0mcSYYbZERgI0ANthImpLlIFfSZxgr2IVwjKukE4HBBisIl5toI+U0Yxtri4/TeJwYuULXPQFn3EOfT2ArAh/reh405pqY8dFmXTTsgoPVFGdMUqgQtyvBaJM3Q7RQM3GU1sSU8Lt8rCgh1xRTjpvmqmS+oFaXOywghUlSu62SIglzJSUYE8+FcMLCWYKERmnOpAWL9qMTUFpolCihtTY/a4CNCdUxImi1YtEuXB76I0IVSZFGYtHYpD8aSeobNmZjoVjFt5tg1gIxodjIn138nPlH+li2QFEBbrUd5lygqGDRXRVdR/HDdZ24UKzxkb7DKiYUE0y2o2R2FjccxoqLRZvWCaPzV1q4myIS36SNIDZYPkc585suULR4FyK44Bh2wkSFYuv/ACqpBYDlaW6iAAAAAElFTkSuQmCC') no-repeat 50% 50%;
  background-size: 38px;
  color: transparent;
  overflow: hidden;
}
@media (min-width: 992px ) {
  .news_filter_search {
    margin-right: 6px;
  }
}
.news_filter_dropdowns {
  margin-top: 12px;
}
@media screen and (min-width: 500px) {
  .news_filter_dropdowns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px ) {
  .news_filter_dropdowns {
    width: 50%;
    margin-top: 0;
    padding-left: 6px;
  }
}
@media screen and (min-width: 500px) {
  .news_filter_dropdown {
    width: 50%;
  }
}
.news_filter_dropdown:first-child {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 500px) {
  .news_filter_dropdown:first-child {
    border-right: 1px solid #fff;
    border-bottom: 0;
  }
}
.news_filter_dropdown .fs-dropdown {
  z-index: 3;
}
.news_filter_dropdown .fs-dropdown-selected {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  background: #C54015 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABACAYAAAC5vjEqAAAAAXNSR0IArs4c6QAABLhJREFUeAHtmLluG0EMhq04TmIgTbrUKVKncJPjDfICuV7BbWohx0O4TpOjSp3GbQBXfoL0bmQBviBbCrkRF5wRZ4acGe3KihdYzM4M+ZP8xD2gjY2bI0pgEN21bdbUskV2rWfutGyWU1SOT1mW9bzN8DTFamzqldCtUhJYqPjQerfpdxctCEoCIa11l2q/kRZA3eo3n9WP7neLP1/9Cupn6HQR76AbOAJsDkjY/i+XnEa53RMCJwllDk7rK32KzboClAPEL87X6AQYBaXRT6pkvgxNKZ9lgGo1qQgapQRy1mrraXJoi9IYK2wavdq3WB9gqFaKXRVUTUCUICVsGSXf3EJRK9d3IWdKjMYFA+WCxd9i64e3FG6x9ePgvPGnZGmUDFNrWl+tXSoe7muL19pJMRtf/FAsSVz0PTo6ejgejx/Po6KNaCdl5a+dnJw8OTg4uO+tF2l6WskpBcsZEbBzjkajR7PZ7A+c47Ozsxewv5l7XlxcvAOdy+l0+vvw8PBBQMeJ7+cD85y60Kc9cgUWEmNwoK7mGJ+enj6HSDFI+KJYOAFuA4eE+oRUBZAAh2o7FiAtAOGQfDgkVAApt8ami3Kcne6JwKHaENIzDiF0DXDegtMlOfpjBJKTE+j785w66wC6urp67xcizI/hwY23W7B7UnBI8/z8/CXoSLetD4XP+wO0t7e3BZC+UgGRESGJnQRw3oBfsHNIczKZfJhDlgDhGofCrzsDxIO21wZII4D0lHcS3H6vjXCwC68XIPzlhsPhHWUntZAAziuAM6EOCY2sc/gtKkFqfzShm6xdBBL274RQAk2yFkjwnTMsgNNFF9UHBIqbc0jfQt1gWYfO+QiavGv8a0sX9d9BCKgWpDmcLdDD0wdD8+sJCCHt7u7ehWdSVid5cNYTEP7qOZAAzqd511D3rC8gggRfwN81z54AnPUGpIUUgbP+gBASvN3uhTppBeHgG685rK8+tI9+C8E+f7PQ26YZJUgA5zP4YJdIp+MPNnzO49B1KDdrnRDq32F1LAIEIamTfuAzqQAOgiIofKwKCIXxwKItR8hetb6/vz8dDAY/d3Z2fm1vb3+xBGa20v/N0hpzsV9SQTRaFEI+1nVLTLINgbCuk540NlrYjl0doeSt8UM6oXWrvmO/DECxRGN7TmKBSY5/jk8bPvcZRAKh2wn3Y3uafYqBY6rI1D7XMl1TETSanME45Zfap3iSnbbomF1sj2JLY+tHHYRGUpKSs7+W8kvt+3qWeVuIxcliW+MZlEoytW/Jl9umdFP7XCt4XaODSFzTKRob0guNmsI1NiF9Zx2/Rrs8KPEcUOSbyldrF9Jx/HkHoUNO4jxQiT/3dZLkARLXuX5B2dqAKBAvltaWPVaHgwlLhUhrOcXV0tHErgVnQUcqQlrTJBmyqa3H4ywUxDeN16KWf4uR5rKKqqErFkKJ1x5jCcf2auWhidEFkGCMVIKp/Vqg+tQJwsGkNAA0Nn0WWBI7CkcLyGJXkmzXvkk41sLXqZNUcKyAcuy77opUPDUYEsrtilw/itvHaIaDSZYUWuLbNaAsOKWAeJGrCCsbSheF9QGsChAOp2YH+bqxeQm8pUCIJXuzlyDwFwncagIocXiDAAAAAElFTkSuQmCC') no-repeat calc(100% - 14px) 50%;
  background-size: 38px;
  border: 0;
  color: #fff;
  padding: 23px 20px;
  text-transform: uppercase;
  transition: background-color 0.25s;
}
@media (min-width: 768px ) {
  .news_filter_dropdown .fs-dropdown-selected {
    font-size: 16px;
    font-size: 1rem;
    padding: 27px 20px;
  }
}
.news_filter_dropdown .fs-dropdown-selected:focus,
.news_filter_dropdown .fs-dropdown-selected:hover {
  background-color: #7C332A;
}
.news_filter_dropdown .fs-dropdown-options {
  z-index: 20;
  background: #CB4300;
  border: 0;
}
.news_filter_dropdown .fs-dropdown-item {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  background: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 23px 20px;
  text-transform: uppercase;
  transition: background .25s;
}
@media (min-width: 768px ) {
  .news_filter_dropdown .fs-dropdown-item {
    font-size: 16px;
    font-size: 1rem;
    padding: 27px 20px;
  }
}
.news_filter_dropdown .fs-dropdown-item:hover,
.news_filter_dropdown .fs-dropdown-item:focus {
  background: rgba(124, 51, 42, 0.5);
}
.news_filter_dropdown .fs-dropdown-item_selected {
  background: #7C332A;
}
.news_filter_dropdown .fs-scrollbar-bar {
  display: none;
}
.news_filter_dropdown .fs-scrollbar-content {
  overflow-y: auto;
}
.news_slider {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
@media (min-width: 768px ) {
  .news_slider {
    padding: 72px 0;
  }
}
.news_slider:after {
  height: 1px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #E8E8E8;
  content: "";
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 768px ) {
  .news_slider:after {
    max-width: 720px;
    width: 100%;
  }
}
@media (min-width: 992px ) {
  .news_slider:after {
    max-width: 940px;
  }
}
@media (min-width: 1200px ) {
  .news_slider:after {
    max-width: 1140px;
  }
}
.news_slider_inner {
  position: relative;
}
.news_slider_inner .fs-carousel-controls.fs-carousel-visible {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  pointer-events: none;
}
@media (min-width: 1200px ) {
  .news_slider_inner .fs-carousel-controls.fs-carousel-visible {
    display: block;
  }
}
.news_slider_inner .fs-carousel-control {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  background-color: #CB4300;
  border-radius: 50%;
  color: transparent;
  opacity: 0;
  pointer-events: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: opacity .25s,
			-webkit-transform .25s;
  transition: opacity .25s,
			transform .25s;
  transition: opacity .25s,
			transform .25s,
			-webkit-transform .25s;
}
.news_slider_inner .fs-carousel-control:before {
  height: 24px;
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAwCAYAAABwrHhvAAAAAXNSR0IArs4c6QAAATdJREFUWAntWG0OgjAM3byEwAX0Gp6cn2r8r3gDbzFfly0hJhDb7gPNmjQjhPJeH6WMGrNgzrkOfg6+X7gsz+kA/sAa7Y6DMiQARJnPwcuRWAHPT+IL8HwkGOBzEl2SChSARxJUJ3oSuMkl3lGwqknsIKNVSHlE7AjiciUQ3MMnuMZ0SgC5kfBl8E9KUE314uJOpEQjASG9NSU2pcQTbKq/HZshMdTuE6TEIP4Uh2c5IouDOBNjbrQf+D2j7OHaPYR/BOzsGzgU0Fh12fldEOmmKrhq4LLPcaLMGzivzzTZNR0GsbL/w0Syy8CpQkDgWiXzUJ60H3DhWLJMCDpZa1+SYB+D7Ds4Scg1ueyfbIHMJZEOPJJhkEgPziBBI1v5PCgCra0rSlSdF5cDj+oEJahH0Bwx26T8DSHRsgml+wu1AAAAAElFTkSuQmCC') no-repeat 50% 50%;
  background-size: contain;
  content: "";
}
.news_slider_inner .fs-carousel-control_previous {
  left: 30px;
}
.news_slider_inner .fs-carousel-control_previous:before {
  -webkit-transform: translate(-60%, -50%) scaleX(-1);
      -ms-transform: translate(-60%, -50%) scaleX(-1);
          transform: translate(-60%, -50%) scaleX(-1);
}
.news_slider_inner .fs-carousel-control_next {
  right: 30px;
}
.news_slider_inner .fs-carousel-control_next:before {
  -webkit-transform: translate(-40%, -50%);
      -ms-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.news_slider_inner .fs-carousel-control:hover,
.news_slider_inner .fs-carousel-control:focus {
  -webkit-transform: translate(0, -50%) scale(1.15);
      -ms-transform: translate(0, -50%) scale(1.15);
          transform: translate(0, -50%) scale(1.15);
}
.news_slider_inner .fs-carousel-control.fs-carousel-visible {
  opacity: 1;
}
.news_slider_inner .fs-carousel-pagination {
  position: absolute;
  bottom: 0;
  left: -6px;
}
@media (min-width: 1200px ) {
  .news_slider_inner .fs-carousel-pagination.fs-carousel-visible {
    display: none;
  }
}
.news_slider_inner .fs-carousel-page {
  height: 30px;
  width: 20px;
  position: relative;
  color: transparent;
}
.news_slider_inner .fs-carousel-page:before {
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #AEAEAE;
  border-radius: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: background .25s,
				border .25s;
}
.news_slider_inner .fs-carousel-page:hover:before,
.news_slider_inner .fs-carousel-page:focus:before {
  background: #888;
}
.news_slider_inner .fs-carousel-page.fs-carousel-active:before {
  background: #7C332A;
}
.news_slider_header {
  margin-bottom: 30px;
}
@media (min-width: 992px ) {
  .news_slider_header {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news_slider_title {
  font-family: "NeutrafaceText-Demi";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.23076923;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  color: #7C332A;
  letter-spacing: 0;
  margin: 0;
}
@media (min-width: 768px ) {
  .news_slider_title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 768px ) {
  .news_slider_title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.news_slider_header_link {
  display: inline-block;
  padding: 11px 0;
}
@media (min-width: 992px ) {
  .news_slider_header_link {
    position: relative;
    top: 2px;
  }
}
.news_slider_header_link_label {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  color: #3D2725;
  display: inline-block;
  letter-spacing: .75px;
  text-transform: uppercase;
  transition: color .25s;
}
.news_slider_header_link:focus .news_slider_header_link_label,
.news_slider_header_link:hover .news_slider_header_link_label {
  color: #C54015;
}
.news_slider_header_link_icon {
  height: 11px;
  width: 11px;
  position: relative;
  top: 1px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAR5JREFUOBFjYCABzFLXSdrv4MBCjBYmYhTB1Pz793/uradvVhBjOEkGgyz4z/A/+NazNysJGU6ywWDD//8PImQ4WQYTYzjZBiMbPtPYmBXERwaMCzXMhP8x/OJFFsTF/vn3931scoyMjOsYeNkj0s+e/Q2TZ5yhqv0RyOGDCZBNMzKuZ+RlD4cZDgoKyg0Fueb//8D/n3+uhAULyMX/yXYlNo1Ql1MUedjMBbv8049l1DcYahtR+R6ry3AJQoIiirouRkoZIIM/4bKcJHEkQ0H6WDiZuZVokkFIcRW2pIkt14FdTIrB6GpBhqpJiYQ7HjjwB12O7MjDZyjIErIMJmQoWQYzMjCuxeV95OAgycVMTIzJatIiEdjCFNlQEBsAjLp4wg8MkmAAAAAASUVORK5CYII=') no-repeat 50% 50%;
  background-size: contain;
  display: inline-block;
  margin-left: 1px;
}
.news_slider_header_link:focus .news_slider_header_link_icon,
.news_slider_header_link:hover .news_slider_header_link_icon {
  -webkit-animation: mini-bounce 0.5s infinite;
          animation: mini-bounce 0.5s infinite;
}
/* ==========================================================================
	News Items
============================================================================= */
.news_slider_items .fs-carousel-viewport {
  max-width: 90%;
}
@media (min-width: 1200px ) {
  .news_slider_items .fs-carousel-viewport {
    max-width: inherit;
  }
}
.news_slider_item {
  margin-right: 12px;
  padding-bottom: 40px;
}
@media (min-width: 992px ) {
  .news_slider_item {
    margin-right: 26px;
  }
}
.news_slider_item_image_link {
  position: relative;
  display: block;
}
.news_slider_item_image_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(230, 85, 37, 0.25);
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,
			visibility .25s;
}
.news_slider_item_image_link:hover:before,
.news_slider_item_image_link:focus:before {
  opacity: 1;
  visibility: visible;
}
.news_slider_item_image {
  width: 100%;
  display: block;
  margin-bottom: 17px;
}
.news_slider_item_details {
  margin-bottom: 6px;
}
.news_slider_item_detail {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  color: #7C332A;
  display: inline-block;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  vertical-align: middle;
}
.news_slider_item_title {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
  color: #C54015;
  letter-spacing: normal;
  margin: 0;
  text-transform: none;
}
@media (min-width: 992px ) {
  .news_slider_item_title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.52380952;
  }
}
.news_slider_item_title_link {
  color: inherit;
  transition: color .25s;
}
.news_slider_item_title_link:hover,
.news_slider_item_title_link:focus {
  color: #7C332A;
}
/* ==========================================================================
  Readings
============================================================================= */
.readings {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px ) {
  .readings {
    padding-top: 40px;
  }
}
@media (min-width: 992px ) {
  .readings {
    padding-bottom: 40px;
  }
}
.readings_body {
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
}
@media (min-width: 500px ) {
  .readings_body {
    padding: 40px;
  }
}
@media (min-width: 768px ) {
  .readings_body {
    padding: 60px 80px;
  }
}
@media (min-width: 1200px ) {
  .readings_body {
    padding: 102px 120px 80px;
  }
}
@media screen and (min-width: 1200px) {
  .readings_body {
    padding-right: 160px;
    padding-left: 160px;
  }
}
.readings_body:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.65);
  content: "";
}
.readings_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .25s;
}
.readings_background.swapper-active {
  opacity: 1;
}
.readings_inner {
  position: relative;
  z-index: 4;
}
@media (min-width: 992px ) {
  .readings_header {
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
}
.readings_title {
  font-family: "neutraRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #CB4300;
  margin: 0 0 10px;
  text-transform: none;
}
@media (min-width: 1200px ) {
  .readings_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1875;
  }
}
.readings_tabs {
  padding-bottom: 10px;
}
@media (min-width: 992px ) {
  .readings_tabs {
    margin-bottom: 0;
    padding: 0;
  }
}
.readings_tab {
  font-family: "Univers-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  letter-spacing: 1.8px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 9px 6px;
  text-transform: uppercase;
  transition: background .25s;
}
@media (min-width: 992px ) {
  .readings_tab {
    margin-right: 0;
    margin-left: 20px;
  }
}
.readings_tab:focus,
.readings_tab:hover,
.readings_tab.fs-swapper-active {
  background: #D34600;
}
.readings_sections:before {
  height: 5px;
  width: 100%;
  background: repeating-linear-gradient(to right, #fff 0px, #fff 2px, transparent 2px, transparent 4px);
  content: "";
  display: block;
  margin-bottom: 30px;
}
.readings_section.fs-swapper-enabled {
  display: none;
}
.readings_section.fs-swapper-active {
  display: block;
}
.readings_section .fs-carousel-viewport {
  padding-bottom: 60px;
}
@media (min-width: 768px ) {
  .readings_section .fs-carousel-viewport {
    padding-bottom: 0;
  }
}
.readings_section .fs-carousel-wrapper {
  overflow: hidden;
}
.readings_section .fs-carousel-item {
  opacity: 0;
  transition: opacity .5s;
}
.readings_section .fs-carousel-item.fs-carousel-visible {
  opacity: 1;
}
.readings_section .fs-carousel-controls {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px ) {
  .readings_section .fs-carousel-controls {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.readings_section .fs-carousel-controls .fs-carousel-control {
  height: 48px;
  width: 48px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px 24px;
  border-radius: 50%;
  color: transparent;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: scale(0.65);
      -ms-transform: scale(0.65);
          transform: scale(0.65);
  transition: opacity .25s,
                  visibility .25s;
}
@media (min-width: 768px ) {
  .readings_section .fs-carousel-controls .fs-carousel-control {
    top: 50%;
    top: calc(50% - 20px);
    bottom: auto;
    -webkit-transform: translate(0, -50%) scale(0.85);
        -ms-transform: translate(0, -50%) scale(0.85);
            transform: translate(0, -50%) scale(0.85);
  }
}
@media (min-width: 1200px ) {
  .readings_section .fs-carousel-controls .fs-carousel-control {
    -webkit-transform: translate(0, -50%) scale(1);
        -ms-transform: translate(0, -50%) scale(1);
            transform: translate(0, -50%) scale(1);
  }
}
.readings_section .fs-carousel-controls .fs-carousel-control:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 24px #E65525;
  content: "";
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.readings_section .fs-carousel-controls .fs-carousel-control:focus:before,
.readings_section .fs-carousel-controls .fs-carousel-control:hover:before {
  -webkit-animation: bubble .5s forwards;
          animation: bubble .5s forwards;
}
.readings_section .fs-carousel-controls .fs-carousel-control.fs-carousel-visible {
  opacity: 1;
  visibility: visible;
}
.readings_section .fs-carousel-controls .fs-carousel-control_previous {
  left: 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAwCAYAAABwrHhvAAAABGdBTUEAALGPC/xhBQAAAhZJREFUWAnFmEtOwzAQhj1JU05QXgegVHAIegJggQQSx2OBxKZcgHYLe9SWA/DqCdo0NfmTOlWI83Jsx4tYcpL5vownbmpihtrP3fnBJliOEN7l3ev9p/dvGYpkg03HYvhqzDkfxLFo1mHeUCahXSALF48jl9AqkA/Pl9AmUA6XS2gR+L05OwzIf9nNuYDl9bvpaCwA+Jr5Y8b4aR5OPh5LNBJQh8dKxOjVkduVjzaFbwmklAE9cJp7e+6wtoBOeO9h+lVLQDcc01BZYAufhNXe386fQhenHU8ubq5UhIv7wVH4qmmHQ6I0A4D7ywDvudYnFxkoFDANL8yADXiugC24VMAmHAIdHESL4KtgEhbciRir32dftaIYSREmcG4PDrFIYHHbP/Y3fMwswyOBNuEQcNYbPmrjyQFHq7QUx5eaOTodh64Y0Yd6eN7HUo0iVonRfhEK67aKMVkHINKGRKoIe4/zT6/rXtisiVQGkunANwCWZAsLUyoDQgCfTFEmGM3FWP2+2tshzYCA2fhlLBSAiGmJUgHTEpUETEpUFjAlUUsAErr/HdUW0C2hJKBLItwfeJMuRACUNWy5Yest/KqblV1bcJ4rZ0AEVa8JDVs06hIaN6nqS+zguFe5BgRY9KImiGgqxrJ9Go7z2gQQDBKO2x3KJbJw3NO4CBHkf8vumsrhuM+IAAJHEuvVMxgu8y5lO+W47g/ZvbZLLvT/OgAAAABJRU5ErkJggg==');
  margin-right: 20px;
}
@media (min-width: 768px ) {
  .readings_section .fs-carousel-controls .fs-carousel-control_previous {
    right: 100%;
    left: auto;
  }
}
@media (min-width: 1200px ) {
  .readings_section .fs-carousel-controls .fs-carousel-control_previous {
    margin-right: 40px;
  }
}
.readings_section .fs-carousel-controls .fs-carousel-control_next {
  right: 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAwCAYAAABwrHhvAAAABGdBTUEAALGPC/xhBQAAAgtJREFUWAnFmE1SgzAYhpNQ2hPUnxNYx0uIF7Abdx7PGZ1xoZ6g7t3qtPUA/p6gtgzmZSYptARC+BKyKGmS8jz5CCl8nBnKz9XZUcr/HtAtotH08Pb12zC0UzOv+jXgG7aeMZZN0M85n4tomPiQ2BPYhStBXxIlARPcp4QWaIL7ksgFbOFFiSiLLw7u375Um+uRt4VvQXwxYHHSVUKkbP2oVvv25Da1bII7BROwGW0aI2SHXgemQeb27hJiMIqm0mFphjT1dJPIZ/97fXq8XqXYeE6acOZ+tzWhw9+XhBbAzPqQwCLUZXwz/4xHUUKwJp4xGX3imkopAmocUSSWmAwmpc5bdawUwMBQEkaBUBK1AiEkGgV8S1gJkElw/h4Po/PiwrQW8CXRSoBUQvBkfLf8aC1ALeEkQCUhH3RfSlsxThy6OEWAZJfEHSHXQWsBSnjrRUgNx+W2joAPOASsFiEZHLugvPcBVqUxAqTwimeD2giQwOUT9+7+r2aPozECZPCGp6JKgVDwygiEhO8JhIaXBPqAawEiuNPrOu8TjgiIzSpFfiD4SyngKNiIsrzm9OH2RlxEiYjFyA8sio129e5wcPKNqH2eiAauBVCxl6CDg6v/jJDtQtar7nIgW0qRGQNYFS2AhjoJlartmpZTYHWs/DPavRwKHiRZrcwgIXOIT/J7JgbDSx9wsP4B+J6mFCxLgE0AAAAASUVORK5CYII=');
  margin-left: 20px;
}
@media (min-width: 768px ) {
  .readings_section .fs-carousel-controls .fs-carousel-control_next {
    right: auto;
    left: 100%;
  }
}
@media (min-width: 1200px ) {
  .readings_section .fs-carousel-controls .fs-carousel-control_next {
    margin-left: 40px;
  }
}
@-webkit-keyframes bubble {
  100% {
    box-shadow: inset 0 0 0 0 #E65525;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes bubble {
  100% {
    box-shadow: inset 0 0 0 0 #E65525;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.readings_group {
  min-height: 360px !important;
}
.readings_group p {
  font-family: "IBMPlexSerif-TextItalic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  margin: 0 0 12px;
}
@media (min-width: 768px ) {
  .readings_group p {
    width: 49%;
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
  }
}
@media (min-width: 992px ) {
  .readings_group p {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 40px;
  }
}
@media (min-width: 1200px ) {
  .readings_group p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.readings_group p strong {
  font-family: "neutraBold";
}
/* ==========================================================================
	Stat
============================================================================= */
.stat_wrap {
  background-color: #FAF7F0;
  padding: 60px 0;
  overflow: hidden;
}
.stat_header {
  text-align: center;
}
.stat_heading {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7C332A;
  display: inline-block;
  margin: 0 0 40px 0;
}
.stat_heading:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: linear-gradient(to right, #3D2725 0px, #3D2725 1px, transparent 1px, transparent 4px);
  content: "";
  background-size: 4px 100%;
}
.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(61, 39, 37, 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: 8px;
  border-right-style: solid;
  border-color: #CB4300;
  display: inline-block;
  position: relative;
  height: 30px;
  top: 15px;
  left: -15px;
  border-width: 18px;
  content: "";
}
.stat_image {
  border-radius: 100%;
  width: 86px;
  height: 86px;
}
.stat_number_wrap {
  float: left;
}
.stat_number {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  color: #3D2725;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  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: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  color: #776766;
  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 {
  color: #C54015;
  letter-spacing: 1px;
}
.stat_desc .link_arrow:after {
  width: 11px;
  height: 11px;
  width: 11;
  height: 11;
  background-position: -87px -50px;
}
.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: #58595c;
  width: 100%;
  border: none;
  border-left: 10px solid #CB4300;
  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 button.gsc-search-button-v2 {
  font-family: "IBMPlexSansCondensed-Text";
  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: #CB4300;
  color: #CB4300;
  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 button.gsc-search-button-v2,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2:link,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2:visited,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2:hover,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2:active,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2: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 button.gsc-search-button-v2.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 button.gsc-search-button-v2.theme_black:focus,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_black:active,
.no-touchevents .gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.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 button.gsc-search-button-v2.theme_black:focus,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_black:active,
.no-touchevents .gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_black:hover {
  color: #fff;
}
.search_bar_submit.theme_orange,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_orange {
  border-color: #CB4300;
  color: #CB4300;
}
.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 button.gsc-search-button-v2.theme_orange:focus,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_orange:active,
.no-touchevents .gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_orange:hover {
  background-color: #CB4300;
}
.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 button.gsc-search-button-v2.theme_orange:focus,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_orange:active,
.no-touchevents .gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_orange:hover {
  color: #fff;
}
.search_bar_submit.theme_blue,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.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 button.gsc-search-button-v2.theme_blue:focus,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_blue:active,
.no-touchevents .gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.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 button.gsc-search-button-v2.theme_blue:focus,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_blue:active,
.no-touchevents .gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_blue:hover {
  color: #fff;
}
.search_bar_submit.theme_green,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_green {
  border-color: #527E00;
  color: #527E00;
}
.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 button.gsc-search-button-v2.theme_green:focus,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_green:active,
.no-touchevents .gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_green:hover {
  background-color: #527E00;
}
.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 button.gsc-search-button-v2.theme_green:focus,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_green:active,
.no-touchevents .gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_green:hover {
  color: #fff;
}
.search_bar_submit.theme_border,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_border {
  background-color: #fff;
  border-left-width: 8px;
  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 button.gsc-search-button-v2.theme_border {
    border-left-width: 8px;
    border-left-style: solid;
  }
}
.search_bar_submit.theme_orange_dark,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_orange_dark {
  border-color: #CB4300;
  color: #C54015;
}
.search_bar_submit.theme_orange_dark:focus,
.search_bar_submit.theme_orange_dark:active,
.no-touchevents .search_bar_submit.theme_orange_dark:hover,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_orange_dark:focus,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_orange_dark:active,
.no-touchevents .gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_orange_dark:hover {
  background-color: #CB4300;
}
.search_bar_submit.theme_orange_dark:focus,
.search_bar_submit.theme_orange_dark:active,
.no-touchevents .search_bar_submit.theme_orange_dark:hover,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_orange_dark:focus,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_orange_dark:active,
.no-touchevents .gsc-control-cse table.gsc-search-box button.gsc-search-button-v2.theme_orange_dark:hover {
  color: #fff;
}
.search_bar_submit:focus,
.search_bar_submit:active,
.no-touchevents .search_bar_submit:hover,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2:focus,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2:active,
.no-touchevents .gsc-control-cse table.gsc-search-box button.gsc-search-button-v2:hover {
  background-color: #CB4300;
}
.search_bar_submit:focus,
.search_bar_submit:active,
.no-touchevents .search_bar_submit:hover,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2:focus,
.gsc-control-cse table.gsc-search-box button.gsc-search-button-v2:active,
.no-touchevents .gsc-control-cse table.gsc-search-box button.gsc-search-button-v2:hover {
  color: #fff;
}
@media (min-width: 500px ) {
  .search_bar_submit,
  .gsc-control-cse table.gsc-search-box button.gsc-search-button-v2 {
    float: right;
    width: 19%;
  }
}
@media (min-width: 992px ) {
  .search_bar_submit,
  .gsc-control-cse table.gsc-search-box button.gsc-search-button-v2 {
    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: none;
  border-color: #fff !important;
}
.gsc-input-box {
  border: none !important;
  border-left: 10px solid #e75300 !important;
}
table.gsc-input {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
table.gsc-input td {
  padding: 10px !important;
}
.gsc-resultsHeader {
  display: none;
}
.search_results {
  font-family: "IBMPlexSerif-Text";
  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: 10px 40px !important;
  }
}
.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-v2 {
  padding: 0;
}
@media (max-width: 499px ) {
  .gsc-control-cse table.gsc-search-box td.gsc-search-button-v2 {
    width: 100%;
    display: block;
  }
}
@media (min-width: 500px ) {
  .gsc-control-cse table.gsc-search-box td.gsc-search-button-v2 {
    width: 19%;
  }
}
@media (min-width: 992px ) {
  .gsc-control-cse table.gsc-search-box td.gsc-search-button-v2 {
    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 button.gsc-search-button-v2 {
  width: 100%;
  margin: 0;
}
.gsc-control-cse button.gsc-search-button-v2 {
  border-color: #C54015;
  background-color: none;
  border-radius: 0px;
}
.gsc-control-cse button.gsc-search-button-v2 svg {
  fill: #C54015;
}
.gsc-control-cse button.gsc-search-button-v2 svg:hover {
  fill: #fff;
}
.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: #58595c;
}
.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: #58595c;
}
.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: "IBMPlexSansCondensed-Text";
  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: #CB4300;
  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: #58595c;
  padding-bottom: .15em;
  border-bottom: 1px solid #7C332A;
  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: #7C332A;
}
.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 #CFBC83 !important;
  padding: 10px 0 !important;
}
@media (min-width: 768px ) {
  .gsc-control-cse .gsc-results .gsc-result {
    padding: 20px 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: "IBMPlexSerif-Text";
  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: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
}
.gsc-control-cse .gsc-results .gs-result .gs-snippet {
  font-family: "IBMPlexSerif-Text";
  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: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
}
.gsc-control-cse .gsc-results .gs-result a.gs-visibleUrl,
.gsc-control-cse .gsc-results .gs-result .gs-visibleUrl {
  font-family: "IBMPlexSansCondensed-Text";
  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 {
  background: transparent;
  color: #1A1A1A;
  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;
}
.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background: transparent;
  color: #98252B;
}
/* ==========================================================================
  Topics
============================================================================= */
.topics {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px ) {
  .topics {
    padding-top: 40px;
  }
}
@media (min-width: 992px ) {
  .topics {
    padding-bottom: 60px;
  }
}
.topics_title {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #CB4300;
  letter-spacing: 1.6px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.topics_tabs {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1200px ) {
  .topics_tabs {
    overflow-x: visible;
  }
}
.topics_tab {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  color: #1A1A1A;
  display: inline-block;
  letter-spacing: 1.8px;
  margin-right: 5px;
  margin-bottom: 20px;
  padding: 8px 9px 6px;
  text-transform: uppercase;
  transition: background .25s,
          color .25s;
}
@media (min-width: 1200px ) {
  .topics_tab {
    margin-right: 20px;
  }
}
@media (min-width: 1200px ) {
  .topics_tab:before {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 10px #E65525;
    content: "";
    -webkit-transform: translate(-50%, 0) scale(0);
        -ms-transform: translate(-50%, 0) scale(0);
            transform: translate(-50%, 0) scale(0);
  }
}
.topics_tab:focus,
.topics_tab:hover,
.topics_tab.swapper-active {
  background: #E65525;
  color: #fff;
}
@media (min-width: 1200px ) {
  .topics_tab.swapper-active:before {
    -webkit-animation: bubble-down 0.5s forwards;
            animation: bubble-down 0.5s forwards;
  }
}
@media (min-width: 1200px ) {
  .topics_tab.swapper-active:focus {
    outline: none;
  }
}
@-webkit-keyframes bubble-down {
  50% {
    opacity: 1;
  }
  100% {
    box-shadow: inset 0 0 0 0 #E65525;
    opacity: 0;
    -webkit-transform: translate(-50%, calc(100% + 15px)) scale(1);
            transform: translate(-50%, calc(100% + 15px)) scale(1);
  }
}
@keyframes bubble-down {
  50% {
    opacity: 1;
  }
  100% {
    box-shadow: inset 0 0 0 0 #E65525;
    opacity: 0;
    -webkit-transform: translate(-50%, calc(100% + 15px)) scale(1);
            transform: translate(-50%, calc(100% + 15px)) scale(1);
  }
}
/* ==========================================================================
    Topics A-Z
============================================================================= */
.topics.a-z .topics_tabs {
  margin: 0px;
  padding: 0px;
}
.topics.a-z .topics_tab {
  letter-spacing: 1px;
  padding: 8px 5px 6px;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
}
.topics.a_z .topic {
  clear: both;
}
.topics.a_z .topic_title {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.23076923;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7C332A;
  margin: 15px 0 0 0;
}
@media (min-width: 768px ) {
  .topics.a_z .topic_title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.topics.a_z ul li {
  padding-left: 0px;
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66666667;
  color: #776766;
}
.topics.a_z a {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
  color: #C54015;
  display: inline;
}
.topics.a_z a:hover {
  color: #7C332A;
}
.topics.a_z .topic_content ul {
  -webkit-column-width: 22em;
  column-width: 22em;
  list-style-type: none;
  padding-left: 0px;
}
.topic {
  color: #1A1A1A;
  display: none;
  margin-bottom: 30px;
}
.topic.swapper-active {
  -webkit-animation: show 1s forwards;
          animation: show 1s forwards;
  display: block;
}
.topic a {
  color: inherit;
  display: block;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}
.topic a:focus,
.topic a:hover {
  color: inherit;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.975);
            transform: scale(0.975);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.975);
            transform: scale(0.975);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.topic_inner {
  position: relative;
  z-index: 2;
  border: 10px solid;
  border-top: 0;
  padding: 20px 20px 40px;
}
@media (max-width: 767px ) {
  .topic_inner {
    height: auto !important;
  }
}
@media (min-width: 1200px ) {
  .topic_inner {
    padding: 40px 30px 60px;
  }
}
.color_black .topic_inner {
  background: #1A1A1A;
  border-color: #1A1A1A;
  color: #fff;
}
.color_gray .topic_inner {
  background: #E8E8E8;
  border-color: #E8E8E8;
}
.color_blue .topic_inner {
  background: #005195;
  border-color: #005195;
  color: #fff;
}
.color_green .topic_inner {
  background: #6C953C;
  border-color: #6C953C;
  color: #fff;
}
.color_orange .topic_inner {
  background: #E65525;
  border-color: #E65525;
}
.color_red .topic_inner {
  background: #98252B;
  border-color: #98252B;
}
.color_blue_border .topic_inner {
  border-width: 9px;
  border-color: #fff;
  box-shadow: 0 0 0 1px #005195;
}
.color_green_border .topic_inner {
  border-width: 9px;
  border-color: #fff;
  box-shadow: 0 0 0 1px #6C953C;
}
.theme_inset .topic_inner {
  background: #F7F7F7;
  padding: 0;
}
.layout_double .topic_inner {
  background: #fff;
}
.topic_figure {
  position: relative;
  z-index: -2;
  margin: 0 0 22px;
}
.theme_inset .topic_figure {
  margin: 0 -10px -20px;
}
.layout_double .topic_figure {
  margin-bottom: -180px;
}
.topic_image {
  width: 100%;
}
.theme_inset .topic_body {
  background: inherit;
  color: #1A1A1A;
  padding: 20px;
}
@media (min-width: 1200px ) {
  .theme_inset .topic_body {
    padding: 30px;
  }
}
.topic_sticker {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: inherit;
  display: inline-block;
  letter-spacing: 1.8px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.topic_title {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  color: inherit;
  margin: 0 0 15px;
  text-transform: none;
}
@media (min-width: 992px ) {
  .topic_title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.topic_details {
  margin-bottom: 30px;
}
.topic_detail {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: inherit;
  display: inline-block;
  letter-spacing: 1.8px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.topic_category {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: inherit;
  display: inline-block;
  letter-spacing: 1.8px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.topic_location {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: inherit;
  display: inline-block;
  letter-spacing: 1.8px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.topic_location:before {
  content: "|";
  display: inline-block;
  margin: 0 9px 0 5px;
  -webkit-transform: scaleY(0.75);
      -ms-transform: scaleY(0.75);
          transform: scaleY(0.75);
}
.topic_author {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: inherit;
  display: inline-block;
  letter-spacing: 1.8px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.topic_date {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: inherit;
  display: inline-block;
  letter-spacing: 1.8px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  display: block;
}
.topic_date:before {
  content: "—";
  display: block;
  margin: 6px 0 7px;
}
.topic_content {
  margin-bottom: 40px;
}
.topic_image_interior {
  width: 100%;
  margin-bottom: 15px;
}
.topic_caption {
  color: inherit;
}
.topic_caption p {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  color: inherit;
  margin: 0;
}
@media (min-width: 1200px ) {
  .topic_caption p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}
.topic_footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.topic_discovery {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: inherit;
  display: block;
  letter-spacing: 1px;
  padding: 20px;
  text-transform: uppercase;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform .25s !important;
  transition: transform .25s !important;
  transition: transform .25s, -webkit-transform .25s !important;
}
@media (min-width: 1200px ) {
  .topic_discovery {
    padding: 30px;
  }
}
.topic_discovery:before,
.topic_discovery:after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.topic_discovery:focus,
.topic_discovery:hover {
  color: inherit;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.topic_read_more {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: inherit;
  display: block;
  letter-spacing: 1px;
  padding: 20px;
  text-transform: uppercase;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform .25s !important;
  transition: transform .25s !important;
  transition: transform .25s, -webkit-transform .25s !important;
}
@media (min-width: 1200px ) {
  .topic_read_more {
    padding: 30px;
  }
}
.topic_read_more:before,
.topic_read_more:after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.topic_read_more:focus,
.topic_read_more:hover {
  color: inherit;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.topic_read_more:after {
  height: 12px;
  width: 12px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAABGdBTUEAALGPC/xhBQAAAQRJREFUSA1jYCAByMjIBKqoqIiSoIWBiRTF////r/j+/fs+UiwhyQKQY4CW6JBiCckWkGoJWRaQYgnZFhBrCaOSkhL/v3//BEEaCIHfv39vAMaBPro6RkbGK5ycnE537tx5jSEnJSV1GChogy5BBv8qyJK7d+++QtbLBLSdDVmAArY2KHUpKyuLIZtBURwgGwRlY1hCbQtA9oAtUVdX5wVxaGEByFw4oIUF4Mi+efPmZ5At1LYAIyUxAdP1L7h/KGNgGA4yjoWDg8OH0owGNOcqFxeXI9aMRoqjpaWlTwJ9bIasB18uBqmjKA4IGU6RBcQYTrYFxBpOlgWkGA6ygCRATqUPAINFhfyCktQ7AAAAAElFTkSuQmCC');
  margin-top: -2px;
  margin-left: 10px;
}
.color_black .topic_read_more:after,
.color_blue .topic_read_more:after,
.color_green .topic_read_more:after,
.color_orange .topic_read_more:after,
.color_red .topic_read_more:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAABGdBTUEAALGPC/xhBQAAAPNJREFUSA21lU0OwiAQhYsxujLGhV5CE89gb+BNPYEbV66tl9ClOzf4XgJN5KdlCkxCKDC8b2ZoadMITGt9RtsKtshcIX5He1SDGAC6dMhMlkPvfcDTNSWTqQCSkiA5gCTIHGmu4bmhd4ItAz42k1Yp9fbWAbihlbAOIjsXwBIt3MmJ4z328eD/ILln4MbiQUoDCLSQFQc1ANTtrQbgCXW+UR9SSgOs+MumQMDXDjJ7T5x6Cq+V5EO7YM8xEAjFT8EPLeAcnUIwvK5dG7y+c8+gQzThK8KEmQMYFY+WIraA2tgSDZYltn903gDqiJMOgPin/wNBhdmlOY7ACgAAAABJRU5ErkJggg==');
}
.theme_inset .topic_read_more:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAABGdBTUEAALGPC/xhBQAAAQRJREFUSA1jYCAByMjIBKqoqIiSoIWBiRTF////r/j+/fs+UiwhyQKQY4CW6JBiCckWkGoJWRaQYgnZFhBrCaOSkhL/v3//BEEaCIHfv39vAMaBPro6RkbGK5ycnE537tx5jSEnJSV1GChogy5BBv8qyJK7d+++QtbLBLSdDVmAArY2KHUpKyuLIZtBURwgGwRlY1hCbQtA9oAtUVdX5wVxaGEByFw4oIUF4Mi+efPmZ5At1LYAIyUxAdP1L7h/KGNgGA4yjoWDg8OH0owGNOcqFxeXI9aMRoqjpaWlTwJ9bIasB18uBqmjKA4IGU6RBcQYTrYFxBpOlgWkGA6ygCRATqUPAINFhfyCktQ7AAAAAElFTkSuQmCC');
}
.topic_pdf {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: inherit;
  display: block;
  letter-spacing: 1px;
  padding: 20px;
  text-transform: uppercase;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform .25s !important;
  transition: transform .25s !important;
  transition: transform .25s, -webkit-transform .25s !important;
}
@media (min-width: 1200px ) {
  .topic_pdf {
    padding: 30px;
  }
}
.topic_pdf:before,
.topic_pdf:after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.topic_pdf:focus,
.topic_pdf:hover {
  color: inherit;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.topic_pdf:before {
  height: 18px;
  width: 16px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAkCAYAAADo6zjiAAAABGdBTUEAALGPC/xhBQAAATlJREFUWAntlzEOgjAUQG3jwuIFIHFh4wKOOrl6Ap3VeBx1xhO4ujh7ATYWBy7gwgb+b4QglvpbpcSkLHx+P3kvHygt6xEO13W3eZ6vCKVlCWNslyTJukw0BLwhX08H9QThmnQPVYDA0yuxArYDtgOdd4B5njeGL3gi+4qzLFvA+FBWIxi7cs5DQb6aOjOYZkOYZufVrKkYpusDdxxnA8HFFLTgIPPBxoTv+4M0TU/QiVFR0Ob5CZ/GcXxjBciURBWO7FIAL9qWqMPfBNqUEMGFAm1INMEbBX4pIYNLBX4h8Qn+UeAbCQqcJKAjQYWTBVQkVOBKAhQJVbiygExCB64lIJLQhWsLVCSOGMNfbYY/Fozt8XcdwCUZ7nyXXZjDy7vvAxh3sS/rAoMyQefLciuAHYgMPvM6KroD6CzBmzMYBI4AAAAASUVORK5CYII=');
  margin-right: 15px;
}
.color_black .topic_pdf:before,
.color_blue .topic_pdf:before,
.color_green .topic_pdf:before,
.color_orange .topic_pdf:before,
.color_red .topic_pdf:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAkCAYAAADo6zjiAAAABGdBTUEAALGPC/xhBQAAAOpJREFUWAntl0EOgjAQRYthzRnYcwm9iHuP4SGIaz0IW0/AeeofDbFRsFNoZ2IyTSY07dD3GAIF5xjNe98jUlvPWNrtOEnI6Zh5YRrrHK5AuHDWvglYBawC6hWo8Xrb48E+RB7uNjI/N91i7fPcRDA2VEi6YuAYDEp2bw4CDeKOkG7EbJ5XSx2EpMQbPtVbUOIbLiixDBeQiMMLSvDhBSTS4Rkl1sMzSGyHb5DIB18hkR+eIFEOzpAoD/8hIQf/kBiwh1C8drVp0o7/VAH6JKO/2JOS9KUGmP5iKyWBTv2z3ASoAqPS/Sfs+AB4YVu+QP6PZAAAAABJRU5ErkJggg==');
}
.theme_inset .topic_pdf:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAkCAYAAADo6zjiAAAABGdBTUEAALGPC/xhBQAAATlJREFUWAntlzEOgjAUQG3jwuIFIHFh4wKOOrl6Ap3VeBx1xhO4ujh7ATYWBy7gwgb+b4QglvpbpcSkLHx+P3kvHygt6xEO13W3eZ6vCKVlCWNslyTJukw0BLwhX08H9QThmnQPVYDA0yuxArYDtgOdd4B5njeGL3gi+4qzLFvA+FBWIxi7cs5DQb6aOjOYZkOYZufVrKkYpusDdxxnA8HFFLTgIPPBxoTv+4M0TU/QiVFR0Ob5CZ/GcXxjBciURBWO7FIAL9qWqMPfBNqUEMGFAm1INMEbBX4pIYNLBX4h8Qn+UeAbCQqcJKAjQYWTBVQkVOBKAhQJVbiygExCB64lIJLQhWsLVCSOGMNfbYY/Fozt8XcdwCUZ7nyXXZjDy7vvAxh3sS/rAoMyQefLciuAHYgMPvM6KroD6CzBmzMYBI4AAAAASUVORK5CYII=');
}
.topic_listen {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: inherit;
  display: block;
  letter-spacing: 1px;
  padding: 20px;
  text-transform: uppercase;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform .25s !important;
  transition: transform .25s !important;
  transition: transform .25s, -webkit-transform .25s !important;
}
@media (min-width: 1200px ) {
  .topic_listen {
    padding: 30px;
  }
}
.topic_listen:before,
.topic_listen:after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.topic_listen:focus,
.topic_listen:hover {
  color: inherit;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.topic_listen:before {
  height: 18px;
  width: 18px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAO1JREFUWAnN2LsNgiEQAGABa0INeziHQziIDuIa/wwmdraWJAzAAooFRhNCeNwDmuOuuS9XXU45525a66Mx5hljDDvmJ6y1r2wQQmxSyrP3/p5r1PEPlJtzwoogTlgVxAFrAlHCukAUsCEQJmwKhAEDAUHCQEEQMBTQDAwVNAIjAfXASEEtMBZQDcYKKsGWAGVYilf5kyzxXQL0WQiVUocQwmnPOZbSZsoCKkHyYEhBNQgpqAVCAuqBoIJGICigGQgoCAICAoKETIEwIEMgTEgXiALSBKKEVEEckCKIE/IFJcQjJT5dzi6cl7MMegOlrrjbiLCR7AAAAABJRU5ErkJggg==');
  margin-right: 15px;
}
.color_black .topic_listen:before,
.color_blue .topic_listen:before,
.color_green .topic_listen:before,
.color_orange .topic_listen:before,
.color_red .topic_listen:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAPZJREFUWAnN2MsNwyAMAFDoTu1EHaSLdIu2M1TqqRMR54CExM8/jCNFIQHbLwEpUUJK6Qv7C/Zr8LABpNzecLIXVmqK9j5YgWg17WEtReOaHaxRfHRpPWxUfdC3DjYoiunSh2GqIsbowRDFKEPkMEo1wlg+jFCEM5QO41RhxOBhjOSSkDlMkl0Q24cJkmqEVrB4ZnXwGfQBwyPG+PMCys/kecktL0cvoHPKbjBl96CxMgU5qkW9C1RD8poR3B0ntA8xBs0hRiA8ZDGIDlkE4kOUQXKIEkgPIgTpQ5igdRAiaD0ECbKDTED2kA5oH6QA/eEt6eaX3gFut+CENLBTlgAAAABJRU5ErkJggg==');
}
.theme_inset .topic_listen:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAO1JREFUWAnN2LsNgiEQAGABa0INeziHQziIDuIa/wwmdraWJAzAAooFRhNCeNwDmuOuuS9XXU45525a66Mx5hljDDvmJ6y1r2wQQmxSyrP3/p5r1PEPlJtzwoogTlgVxAFrAlHCukAUsCEQJmwKhAEDAUHCQEEQMBTQDAwVNAIjAfXASEEtMBZQDcYKKsGWAGVYilf5kyzxXQL0WQiVUocQwmnPOZbSZsoCKkHyYEhBNQgpqAVCAuqBoIJGICigGQgoCAICAoKETIEwIEMgTEgXiALSBKKEVEEckCKIE/IFJcQjJT5dzi6cl7MMegOlrrjbiLCR7AAAAABJRU5ErkJggg==');
}
/* ==========================================================================
	 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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.23076923;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7C332A;
  margin: 16px 0;
}
@media (min-width: 768px ) {
  .testimonial_heading {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.testimonial_description {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.81818182;
  margin-bottom: 20px;
}
@media (min-width: 768px ) {
  .testimonial_description {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media (min-width: 992px ) {
  .testimonial_description {
    margin-bottom: 40px;
  }
}
.testimonial_description p {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.81818182;
  margin: 0;
}
@media (min-width: 768px ) {
  .testimonial_description p {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.testimonial_wrapper {
  overflow: hidden;
}
@media (max-width: 767px ) {
  .testimonial_wrapper {
    background-color: #FAF7F0;
    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 #FAF7F0, -150px 0 0 #FAF7F0;
  }
}
@media (min-width: 768px ) {
  .testimonial_carousel_target {
    background-color: #FAF7F0;
    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: #FAF7F0;
  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 #CB4300;
    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 #CB4300;
    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 #CB4300;
  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: "NeutrafaceText-Demi";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7C332A;
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  margin: 4px 0;
}
.testimonial_card_name {
  font-family: "NeutrafaceText-Demi";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.52380952;
  color: #C54015;
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}
@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: "IBMPlexSerif-TextItalic";
  font-style: normal;
  font-weight: 400;
  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 #CB4300;
}
.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 #CB4300;
  content: "";
  transition: box-shadow 0.25s;
}
.testimonial_control_picture {
  display: block;
}
.testimonial_control_image {
  display: block;
}
.testimonial_control_label {
  font-family: "NeutrafaceText-Demi";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7C332A;
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  margin: 4px 0;
}
.testimonial_control_name {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.88235294;
  line-height: 1.66666667;
  color: #C54015;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
  transition: color 0.25s;
}
@media (min-width: 768px ) {
  .testimonial_control_name {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
/* ==========================================================================
	Campus Life Callout
============================================================================= */
.campus_life_callout_background {
  opacity: .3;
  transition: opacity .35s;
}
@media (max-width: 767px ) {
  .campus_life_callout_background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px ) {
  .campus_life_callout_background {
    padding-bottom: 56%;
  }
}
@media (min-width: 992px ) {
  .campus_life_callout_background {
    padding-bottom: 43%;
  }
}
@media (min-width: 992px ) {
  .campus_life_callout_body:hover .campus_life_callout_background,
  .campus_life_callout_body:focus .campus_life_callout_background {
    opacity: .6;
  }
}
.campus_life_callout_header {
  position: relative;
  z-index: 20;
  color: #fff;
  padding: 15% 20px;
  text-align: center;
}
@media (max-width: 767px ) {
  .campus_life_callout_header {
    height: auto !important;
  }
}
@media (min-width: 768px ) {
  .campus_life_callout_header {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0 20px 34px;
    transition: top .35s,
			-webkit-transform .35s;
    transition: top .35s,
			transform .35s;
    transition: top .35s,
			transform .35s,
			-webkit-transform .35s;
  }
}
.campus_life_callout_label {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  letter-spacing: 1.58px;
  margin-bottom: 9px;
  text-transform: uppercase;
}
@media (min-width: 992px ) {
  .campus_life_callout_label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.campus_life_callout_subtitle {
  font-family: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  color: #fff;
  margin: 0 0 22px;
}
.campus_life_callout_subtitle:after {
  display: block;
  height: 6px;
  margin-top: 6px;
  background: linear-gradient(to right, #98252B 0px, #98252B 1px, transparent 1px, transparent 4px);
  content: "";
  background-size: 4px 100%;
}
@media (min-width: 992px ) {
  .campus_life_callout_subtitle {
    margin-bottom: 62px;
  }
}
.campus_life_callout_subtitle:after {
  background: linear-gradient(to right, #E65525 0, #E65525 1px, transparent 1px, transparent 4px);
  background-size: 4px 100%;
}
.campus_life_callout_caption {
  color: inherit;
  margin-bottom: 15px;
}
.campus_life_callout_caption p {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  color: inherit;
  margin: 0;
}
@media (min-width: 992px ) {
  .campus_life_callout_caption p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.85714286;
  }
}
.campus_life_callout_description {
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px ) {
  .campus_life_callout_description {
    margin-bottom: 42px;
  }
}
.campus_life_callout_description p {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.33333333;
  color: inherit;
  margin: 0 0 12px;
}
@media (min-width: 992px ) {
  .campus_life_callout_description p {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1.41304348;
  }
}
.campus_life_callout_trigger_wrapper.pinned {
  padding-bottom: 40px;
}
.campus_life_callout_trigger {
  height: 40px;
  width: 40px;
  position: relative;
  background-color: #CB4300;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  transition: opacity .25s,
		visibility .25s;
}
.campus_life_callout_trigger:before,
.campus_life_callout_trigger:after {
  height: 4px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 1px;
  content: "";
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}
.campus_life_callout_trigger:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.active .campus_life_callout_trigger:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.campus_life_callout_trigger:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.active .campus_life_callout_trigger:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.pinned .campus_life_callout_trigger {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 20;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.away .campus_life_callout_trigger {
  opacity: 0;
  visibility: hidden;
}
.campus_life_callout_trigger_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 992px ) {
  .campus_life_callout_body:hover .campus_life_callout_trigger_label,
  .campus_life_callout_body:focus .campus_life_callout_trigger_label {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.campus_life_callout.active .campus_life_callout_trigger_label {
  opacity: 0;
}
/* ==========================================================================
	Campus Life Items
============================================================================= */
.campus_life_callout_items {
  height: 0;
  background: #7C332A;
  padding: 0 15px;
  transition: height .5s;
}
.active .campus_life_callout_items {
  transition: height 1s;
}
.campus_life_callout_items_inner {
  position: relative;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
          transform: translate(0, 40px);
  transition: opacity .5s,
		visibility .5s,
		-webkit-transform .5s;
  transition: opacity .5s,
		visibility .5s,
		transform .5s;
  transition: opacity .5s,
		visibility .5s,
		transform .5s,
		-webkit-transform .5s;
}
@media (max-width: 991px ) {
  .campus_life_callout_items_inner {
    padding: 60px 0;
  }
}
@media (min-width: 992px ) {
  .campus_life_callout_items_inner {
    top: -60px;
  }
}
@media (min-width: 1200px ) {
  .campus_life_callout_items_inner {
    top: -90px;
  }
}
@media screen and (min-width: 1440px) {
  .campus_life_callout_items_inner {
    top: -140px;
  }
}
.campus_life_callout_items_inner a {
  color: #3D2725;
  padding-bottom: .15em;
  border-bottom: 1px solid #7C332A;
}
.campus_life_callout_items_inner ul li {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
.campus_life_callout_items_inner:before {
  height: 16px;
  width: 16px;
  position: absolute;
  bottom: 150px;
  left: 50%;
  background: #fff;
  border-radius: 50%;
  box-shadow: -21px 0 0 -3px rgba(255, 255, 255, 0.6), 21px 0 0 -3px rgba(255, 255, 255, 0.6);
  content: "";
  display: none;
  margin-top: 20px;
}
@media (min-width: 992px ) {
  .campus_life_callout_items_inner:before {
    display: none;
  }
}
.active .campus_life_callout_items_inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.campus_life_callout_items_inner .fs-carousel-viewport {
  max-width: inherit;
}
.campus_life_callout_items_inner .fs-carousel-container {
  max-width: 1190px;
  margin: 0 auto;
}
@media (min-width: 992px ) {
  .campus_life_callout_items_inner .fs-carousel-canister {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0px;
  }
}
.campus_life_callout_items_inner .fs-carousel-canister .academic_timeline_item {
  margin-right: 0px !important;
}
.campus_life_callout_item {
  background: #FAF7F0;
  margin-right: 0px;
  padding: 35px 30px;
}
@media (min-width: 992px ) {
  .campus_life_callout_item {
    width: calc(33.3% - 24px);
    margin: 0 12px 24px;
  }
}
@media (min-width: 1200px ) {
  .campus_life_callout_item {
    min-height: 470px;
    padding: 42px 38px 70px;
  }
}
@media (min-width: 992px ) {
  .campus_life_callout_item:nth-child(3n+1):nth-last-child(3),
  .campus_life_callout_item:nth-child(3n+2):nth-last-child(2),
  .campus_life_callout_item:nth-child(3n+3):nth-last-child(1) {
    margin-bottom: 0;
  }
}
.campus_life_callout_item_title {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333333;
  color: #1A1A1A;
  letter-spacing: 0;
  margin: 0 0 15px;
  text-transform: none;
}
@media (min-width: 1200px ) {
  .campus_life_callout_item_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1875;
    margin-bottom: 30px;
  }
}
.campus_life_callout_item_group {
  margin-bottom: 22px;
}
.campus_life_callout_item_group:last-child {
  margin-bottom: 0;
}
.campus_life_callout_item_subtitle {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  font-size: 0.625rem;
  color: #98252B;
  display: block;
  margin: 0 0 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 1200px ) {
  .campus_life_callout_item_subtitle {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.campus_life_callout_item_labels {
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #1A1A1A;
}
@media (min-width: 1200px ) {
  .campus_life_callout_item_labels {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.66666667;
  }
}
@keyframes mini-bop {
  50% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}
/* ==========================================================================
	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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  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: 8px;
  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: #CB4300;
}
.call_to_action.theme_orange .call_to_action_link:before {
  background-color: #CB4300;
}
.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: #527E00;
}
.call_to_action.theme_green .call_to_action_link:before {
  background-color: #527E00;
}
/* ==========================================================================
	Image Callout
============================================================================= */
.image_callout_wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.image_callout_wrap:last-child {
  margin-bottom: 50px;
}
.image_callout {
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-color: #CFBC83;
  width: 100%;
}
@media (min-width: 500px ) {
  .image_callout {
    border-right-width: 8px;
    border-right-style: solid;
    border-color: #CFBC83;
    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 {
  color: #7C332A;
  line-height: 1.25;
  margin-bottom: 18px;
}
.image_callout_text {
  font-family: "IBMPlexSans-Regular";
  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;
  }
}
.image_callout_button {
  font-family: "IBMPlexSansCondensed-Text";
  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: #CB4300;
  color: #CB4300;
}
.image_callout_button.theme_orange:focus,
.image_callout_button.theme_orange:active,
.no-touchevents .image_callout_button.theme_orange:hover {
  background-color: #CB4300;
}
.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: #527E00;
  color: #527E00;
}
.image_callout_button.theme_green:focus,
.image_callout_button.theme_green:active,
.no-touchevents .image_callout_button.theme_green:hover {
  background-color: #527E00;
}
.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: 8px;
  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: 8px;
    border-left-style: solid;
  }
}
.image_callout_button.theme_orange_dark {
  border-color: #CB4300;
  color: #C54015;
}
.image_callout_button.theme_orange_dark:focus,
.image_callout_button.theme_orange_dark:active,
.no-touchevents .image_callout_button.theme_orange_dark:hover {
  background-color: #CB4300;
}
.image_callout_button.theme_orange_dark:focus,
.image_callout_button.theme_orange_dark:active,
.no-touchevents .image_callout_button.theme_orange_dark:hover {
  color: #fff;
}
.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: #CB4300;
  color: #CB4300;
}
.image_callout_button.theme_orange:focus,
.image_callout_button.theme_orange:active,
.no-touchevents .image_callout_button.theme_orange:hover {
  background-color: #CB4300;
}
.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: #527E00;
  color: #527E00;
}
.image_callout_button.theme_green:focus,
.image_callout_button.theme_green:active,
.no-touchevents .image_callout_button.theme_green:hover {
  background-color: #527E00;
}
.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: 8px;
  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: 8px;
    border-left-style: solid;
  }
}
.image_callout_button.theme_orange_dark {
  border-color: #CB4300;
  color: #C54015;
}
.image_callout_button.theme_orange_dark:focus,
.image_callout_button.theme_orange_dark:active,
.no-touchevents .image_callout_button.theme_orange_dark:hover {
  background-color: #CB4300;
}
.image_callout_button.theme_orange_dark:focus,
.image_callout_button.theme_orange_dark:active,
.no-touchevents .image_callout_button.theme_orange_dark:hover {
  color: #fff;
}
@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: #CB4300;
}
.image_callout_wrap.theme_green .image_callout {
  border-color: #527E00;
}
/* ==========================================================================
	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 {
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  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: "NeutrafaceText-Demi";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.08333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7C332A;
  font-family: "IBMPlexSansCondensed-Text";
  font-style: normal;
  font-weight: 400;
  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: "NeutrafaceText-Demi";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.52380952;
  color: #1A1A1A;
  color: #C54015;
  font-family: "IBMPlexSerif-Text";
  font-style: normal;
  font-weight: 400;
}
@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: #7C332A;
}
.news_list_item_desc {
  font-family: "IBMPlexSans-Regular";
  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: #776766;
}
@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 #7C332A;
}
@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;
  color: #7C332A;
  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 {
  color: #C54015;
  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: #FAF7F0;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #7C332A;
}
@media (min-width: 992px ) {
  .contact_callout_wrap {
    margin-top: 40px;
  }
}
@media (min-width: 992px ) {
  .contact_callout_wrap {
    margin-bottom: 40px;
  }
}
.contact_callout_header {
  background: #7C332A;
  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: "NeutrafaceText-Demi";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  margin: 0 0 23px 0;
}
.contact_tab {
  color: #fff;
  font-family: "IBMPlexSansCondensed-Text";
  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 ) {
  .contact_tab {
    margin-right: 20px;
  }
}
.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: 8px;
  border-bottom-style: solid;
  border-color: #CB4300;
}
.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: #3D2725;
  font-family: "IBMPlexSans-Regular";
  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 {
  font-weight: 700;
  margin-top: 23px;
}
.contact_callout a {
  color: #C54015;
  font-family: "IBMPlexSans-Regular";
  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;
  line-height: 1.2;
  margin: 0 0 0 0;
}
.flexible_body p {
  font-family: "IBMPlexSans-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.71428571;
  color: #fff;
  margin-top: 8px;
}
@media (min-width: 768px ) {
  .flexible_body p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.flexible_body a {
  color: #1A1A1A;
  padding-bottom: .15em;
  border-bottom: 1px solid #98252B;
}
.flexible_body a:hover {
  color: #98252B;
}
.flexible_footer .link_arrow {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
/* ==========================================================================
	Color Variations
============================================================================= */
.flexible_wrap.theme_orange {
  background-color: #3D2725;
}
.flexible_wrap.theme_orange .flexible_content {
  background-color: #CB4300;
}
.flexible_wrap.theme_orange .link_arrow:focus,
.flexible_wrap.theme_orange .link_arrow:active,
.no-touchevents .flexible_wrap.theme_orange .link_arrow:hover {
  color: #F5EFE2;
}
.flexible_wrap.theme_orange .link_arrow:after {
  width: 11px;
  height: 11px;
  width: 11;
  height: 11;
  background-position: -188px -70px;
}
.flexible_wrap.theme_orange .link_arrow:hover {
  font-weight: bold;
}
.flexible_wrap.theme_red {
  background-color: #7C332A;
}
.flexible_wrap.theme_red .flexible_content {
  background-color: #FAF7F0;
}
.flexible_wrap.theme_red .flexible_heading {
  color: #7C332A;
}
.flexible_wrap.theme_red .flexible_body p {
  color: #3D2725;
}
.flexible_wrap.theme_red .link_arrow {
  color: #C54015;
}
.flexible_wrap.theme_red .link_arrow:focus,
.flexible_wrap.theme_red .link_arrow:active,
.no-touchevents .flexible_wrap.theme_red .link_arrow:hover {
  color: #CB4300;
}
.flexible_wrap.theme_red .link_arrow:after {
  width: 11px;
  height: 11px;
  width: 11;
  height: 11;
  background-position: -87px -50px;
}
.flex_callout.sidebar .flex_callout_inner {
  padding: 50px 30px 80px 30px;
}
@media (min-width: 768px ) {
  .flex_callout.sidebar .flex_callout_inner {
    padding: 50px 50px 80px 50px;
  }
}
@media (min-width: 992px ) {
  .flex_callout.sidebar .flex_callout_inner {
    padding: 20px 20px 80px 30px;
    text-align: left;
  }
}
.flex_callout.sidebar .flex_callout_inner .flex_callout_title {
  margin-bottom: 30px;
  margin-top: 30px;
}
.flex_callout.sidebar .flex_callout_inner .flex_callout_caption {
  font-size: 1.3em;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px ) {
  .flex_callout.sidebar .flex_callout_inner .flex_callout_caption {
    font-size: 2em;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px ) {
  .flex_callout.sidebar .flex_callout_inner .flex_callout_caption {
    font-size: 1.3em;
    max-width: 200px;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.flex_callout.sidebar .flex_callout_inner .flex_callout_time + .flex_callout_title {
  margin-top: 20px;
}
@media (min-width: 768px ) {
  .flex_callout.sidebar .flex_callout_inner .flex_callout_time + .flex_callout_title {
    margin-top: 60px;
  }
}
@media (min-width: 992px ) {
  .flex_callout.sidebar .flex_callout_inner .flex_callout_time + .flex_callout_title {
    margin-top: 80px;
  }
}
/* ==========================================================================
	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,
  .global_feature,
  .header_top,
  .nav_bar,
  .home_feature,
  .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,
  .announcement_wrap,
  .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;
  }
  figcaption {
    background-color: #fff !important;
  }
  .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 */
