/**
 * FROM: https://gist.github.com/BenMorel/e9e34c08360ebbbd0634
 *
 * Fix for vw, vh, vmin, vmax on iOS 7.
 * http://caniuse.com/#feat=viewport-units
 *
 * This fix works by replacing viewport units with px values on known screen sizes.
 *
 * iPhone 6 and 6 Plus cannot run iOS 7, so are not targeted by this fix.
 * Target devices running iOS 8+ will incidentally execute the media query,
 * but this will still produce the expected result; so this is not a problem.
 *
 * As an example, replace:
 *
 *   height: 50vh;
 *   font-size: 5vmin;
 *
 * with:
 *
 *   @include viewport-unit(height, 50vh);
 *   @include viewport-unit(font-size, 5vmin);
 */
@font-face {
  font-family: 'League Gothic';
  src: url("/wp-content/uploads/fonts/leaguegothic-regular-webfont.eot");
  src: url("/wp-content/uploads/fonts/leaguegothic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/uploads/fonts/leaguegothic-regular-webfont.woff") format("woff"), url("/wp-content/uploads/fonts/leaguegothic-regular-webfont.ttf") format("truetype"), url("/wp-content/uploads/fonts/leaguegothic-regular-webfont.svg#league_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #FF0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #C0C0C0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

table {
  empty-cells: show; }

.assistive-text, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.assistive-text:hover, .assistive-text:active, .assistive-text:focus {
  display: block;
  position: absolute;
  z-index: 100000;
  top: 0.5em;
  left: 0.5em;
  color: black;
  background-color: white;
  clip: auto !important;
  border: 2px solid #333;
  padding: 1em; }

.lt-ie8 .assistive-text, .lt-ie8 .screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  /* IE7 */ }

.show {
  display: inherit !important; }

.hide {
  display: none !important; }

.hidden {
  visibility: hidden !important; }

.visible {
  visibility: visible !important; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

.table {
  display: table !important; }

.table-row {
  display: table-row !important; }

.table-cell {
  display: table-cell !important; }

.table-cell-top {
  display: table-cell !important;
  vertical-align: top !important; }

.table-cell-middle {
  display: table-cell !important;
  vertical-align: middle !important; }

.table-cell-bottom {
  display: table-cell !important;
  vertical-align: bottom !important; }

.bold {
  font-weight: bold !important; }

.no-bold {
  font-weight: normal !important; }

.italics {
  font-style: italic !important; }

.no-italics {
  font-style: normal !important; }

.caps {
  font-variant: small-caps !important; }

.no-caps {
  font-variant: normal !important; }

.underline {
  text-decoration: underline !important; }

.no-underline {
  text-decoration: none !important; }

.no-decorate, .no-decorate:hover, .no-decorate a, .no-decorate a:hover, .no-hover, .no-hover:hover, .no-hover a, .no-hover a:hover {
  text-decoration: none !important; }

.uppercase {
  text-transform: uppercase !important; }

.lowercase {
  text-transform: lowercase !important; }

.capitalize {
  text-transform: capitalize !important; }

.normal-case {
  text-transform: none !important; }

.nowrap {
  white-space: nowrap !important; }

@media (min-width: 641px) {
  .nowrap-at-non-phone {
    white-space: nowrap !important; } }
.lt-ie9 .nowrap-at-non-phone {
  white-space: nowrap !important; }

@media (max-width: 640px) {
  .nowrap-at-phone {
    white-space: nowrap !important; } }

@media (min-width: 980px) {
  .nowrap-at-non-mobile {
    white-space: nowrap !important; } }
.lt-ie9 .nowrap-at-non-mobile {
  white-space: nowrap !important; }

@media (max-width: 979px) {
  .nowrap-at-mobile {
    white-space: nowrap !important; } }

.wrap {
  white-space: normal !important; }

@media (min-width: 641px) {
  .wrap-at-non-phone {
    white-space: normal !important; } }
.lt-ie9 .wrap-at-non-phone {
  white-space: normal !important; }

@media (max-width: 640px) {
  .wrap-at-phone {
    white-space: normal !important; } }

@media (min-width: 980px) {
  .wrap-at-non-mobile {
    white-space: normal !important; } }
.lt-ie9 .wrap-at-non-mobile {
  white-space: normal !important; }

@media (max-width: 979px) {
  .wrap-at-mobile {
    white-space: normal !important; } }

.left-text {
  text-align: left !important; }

@media (min-width: 641px) {
  .left-text-at-non-phone {
    text-align: left !important; } }
.lt-ie9 .left-text-at-non-phone {
  text-align: left !important; }

@media (max-width: 640px) {
  .left-text-at-phone {
    text-align: left !important; } }

@media (min-width: 980px) {
  .left-text-at-non-mobile {
    text-align: left !important; } }
.lt-ie9 .left-text-at-non-mobile {
  text-align: left !important; }

@media (max-width: 979px) {
  .left-text-at-mobile {
    text-align: left !important; } }

.right-text {
  text-align: right !important; }

@media (min-width: 641px) {
  .right-text-at-non-phone {
    text-align: right !important; } }
.lt-ie9 .right-text-at-non-phone {
  text-align: right !important; }

@media (max-width: 640px) {
  .right-text-at-phone {
    text-align: right !important; } }

@media (min-width: 980px) {
  .right-text-at-non-mobile {
    text-align: right !important; } }
.lt-ie9 .right-text-at-non-mobile {
  text-align: right !important; }

@media (max-width: 979px) {
  .right-text-at-mobile {
    text-align: right !important; } }

.center-text {
  text-align: center !important; }

@media (min-width: 641px) {
  .center-text-at-non-phone {
    text-align: center !important; } }
.lt-ie9 .center-text-at-non-phone {
  text-align: center !important; }

@media (max-width: 640px) {
  .center-text-at-phone {
    text-align: center !important; } }

@media (min-width: 980px) {
  .center-text-at-non-mobile {
    text-align: center !important; } }
.lt-ie9 .center-text-at-non-mobile {
  text-align: center !important; }

@media (max-width: 979px) {
  .center-text-at-mobile {
    text-align: center !important; } }

.relative {
  position: relative; }

/* Requires relative parent */
.align-top {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* Requires relative parent */
.align-bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

/* Requires relative parent */
.center-all, .center-block-and-text, .align-center-all {
  text-align: center; }
  .no-csstransforms .center-all, .no-csstransforms .center-block-and-text, .no-csstransforms .align-center-all {
    display: block; }
  .csstransforms .center-all, .csstransforms .center-block-and-text, .csstransforms .align-center-all {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.no-csstransforms .center-block, .no-csstransforms .align-center {
  display: block; }
.csstransforms .center-block, .csstransforms .align-center {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.no-csstransforms .center-block-x {
  display: block; }
.csstransforms .center-block-x {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.no-csstransforms .center-block-y {
  display: block; }
.csstransforms .center-block-y {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.center-block-x-legacy {
  display: table;
  margin: 0 auto; }

.float-wrapper, .float-container {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; }
  .float-wrapper:before, .float-wrapper:after, .float-container:before, .float-container:after {
    content: " ";
    display: table; }
  .float-wrapper:after, .float-container:after {
    clear: both; }

@media (min-width: 641px) {
  .float-wrapper-at-non-phone, .float-container-at-non-phone {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0; }
    .float-wrapper-at-non-phone:before, .float-wrapper-at-non-phone:after, .float-container-at-non-phone:before, .float-container-at-non-phone:after {
      content: " ";
      display: table; }
    .float-wrapper-at-non-phone:after, .float-container-at-non-phone:after {
      clear: both; } }
.lt-ie9 .float-wrapper-at-non-phone, .lt-ie9 .float-container-at-non-phone {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; }
  .lt-ie9 .float-wrapper-at-non-phone:before, .lt-ie9 .float-wrapper-at-non-phone:after, .lt-ie9 .float-container-at-non-phone:before, .lt-ie9 .float-container-at-non-phone:after {
    content: " ";
    display: table; }
  .lt-ie9 .float-wrapper-at-non-phone:after, .lt-ie9 .float-container-at-non-phone:after {
    clear: both; }

@media (max-width: 640px) {
  .float-wrapper-at-phone, .float-container-at-phone {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0; }
    .float-wrapper-at-phone:before, .float-wrapper-at-phone:after, .float-container-at-phone:before, .float-container-at-phone:after {
      content: " ";
      display: table; }
    .float-wrapper-at-phone:after, .float-container-at-phone:after {
      clear: both; } }

@media (min-width: 980px) {
  .float-wrapper-at-non-mobile, .float-container-at-non-mobile {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0; }
    .float-wrapper-at-non-mobile:before, .float-wrapper-at-non-mobile:after, .float-container-at-non-mobile:before, .float-container-at-non-mobile:after {
      content: " ";
      display: table; }
    .float-wrapper-at-non-mobile:after, .float-container-at-non-mobile:after {
      clear: both; } }
.lt-ie9 .float-wrapper-at-non-mobile, .lt-ie9 .float-container-at-non-mobile {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; }
  .lt-ie9 .float-wrapper-at-non-mobile:before, .lt-ie9 .float-wrapper-at-non-mobile:after, .lt-ie9 .float-container-at-non-mobile:before, .lt-ie9 .float-container-at-non-mobile:after {
    content: " ";
    display: table; }
  .lt-ie9 .float-wrapper-at-non-mobile:after, .lt-ie9 .float-container-at-non-mobile:after {
    clear: both; }

@media (max-width: 979px) {
  .float-wrapper-at-mobile, .float-container-at-mobile {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0; }
    .float-wrapper-at-mobile:before, .float-wrapper-at-mobile:after, .float-container-at-mobile:before, .float-container-at-mobile:after {
      content: " ";
      display: table; }
    .float-wrapper-at-mobile:after, .float-container-at-mobile:after {
      clear: both; } }

.float-left {
  float: left !important; }

@media (min-width: 641px) {
  .float-left-at-non-phone {
    float: left !important; } }
.lt-ie9 .float-left-at-non-phone {
  float: left !important; }

@media (max-width: 640px) {
  .float-left-at-phone {
    float: left !important; } }

@media (min-width: 980px) {
  .float-left-at-non-mobile {
    float: left !important; } }
.lt-ie9 .float-left-at-non-mobile {
  float: left !important; }

@media (max-width: 979px) {
  .float-left-at-mobile {
    float: left !important; } }

.float-left-wrapper, .float-left-container {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; }
  .float-left-wrapper:before, .float-left-wrapper:after, .float-left-container:before, .float-left-container:after {
    content: " ";
    display: table; }
  .float-left-wrapper:after, .float-left-container:after {
    clear: both; }
  .float-left-wrapper > *, .float-left-container > * {
    float: left !important; }

@media (min-width: 641px) {
  .float-left-wrapper-at-non-phone, .float-left-container-at-non-phone {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0; }
    .float-left-wrapper-at-non-phone:before, .float-left-wrapper-at-non-phone:after, .float-left-container-at-non-phone:before, .float-left-container-at-non-phone:after {
      content: " ";
      display: table; }
    .float-left-wrapper-at-non-phone:after, .float-left-container-at-non-phone:after {
      clear: both; }
    .float-left-wrapper-at-non-phone > *, .float-left-container-at-non-phone > * {
      float: left !important; } }
.lt-ie9 .float-left-wrapper-at-non-phone, .lt-ie9 .float-left-container-at-non-phone {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; }
  .lt-ie9 .float-left-wrapper-at-non-phone:before, .lt-ie9 .float-left-wrapper-at-non-phone:after, .lt-ie9 .float-left-container-at-non-phone:before, .lt-ie9 .float-left-container-at-non-phone:after {
    content: " ";
    display: table; }
  .lt-ie9 .float-left-wrapper-at-non-phone:after, .lt-ie9 .float-left-container-at-non-phone:after {
    clear: both; }
  .lt-ie9 .float-left-wrapper-at-non-phone > *, .lt-ie9 .float-left-container-at-non-phone > * {
    float: left !important; }

@media (max-width: 640px) {
  .float-left-wrapper-at-phone, .float-left-container-at-phone {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0; }
    .float-left-wrapper-at-phone:before, .float-left-wrapper-at-phone:after, .float-left-container-at-phone:before, .float-left-container-at-phone:after {
      content: " ";
      display: table; }
    .float-left-wrapper-at-phone:after, .float-left-container-at-phone:after {
      clear: both; }
    .float-left-wrapper-at-phone > *, .float-left-container-at-phone > * {
      float: left !important; } }

@media (min-width: 980px) {
  .float-left-wrapper-at-non-mobile, .float-left-container-at-non-mobile {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0; }
    .float-left-wrapper-at-non-mobile:before, .float-left-wrapper-at-non-mobile:after, .float-left-container-at-non-mobile:before, .float-left-container-at-non-mobile:after {
      content: " ";
      display: table; }
    .float-left-wrapper-at-non-mobile:after, .float-left-container-at-non-mobile:after {
      clear: both; }
    .float-left-wrapper-at-non-mobile > *, .float-left-container-at-non-mobile > * {
      float: left !important; } }
.lt-ie9 .float-left-wrapper-at-non-mobile, .lt-ie9 .float-left-container-at-non-mobile {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; }
  .lt-ie9 .float-left-wrapper-at-non-mobile:before, .lt-ie9 .float-left-wrapper-at-non-mobile:after, .lt-ie9 .float-left-container-at-non-mobile:before, .lt-ie9 .float-left-container-at-non-mobile:after {
    content: " ";
    display: table; }
  .lt-ie9 .float-left-wrapper-at-non-mobile:after, .lt-ie9 .float-left-container-at-non-mobile:after {
    clear: both; }
  .lt-ie9 .float-left-wrapper-at-non-mobile > *, .lt-ie9 .float-left-container-at-non-mobile > * {
    float: left !important; }

@media (max-width: 979px) {
  .float-left-wrapper-at-mobile, .float-left-container-at-mobile {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0; }
    .float-left-wrapper-at-mobile:before, .float-left-wrapper-at-mobile:after, .float-left-container-at-mobile:before, .float-left-container-at-mobile:after {
      content: " ";
      display: table; }
    .float-left-wrapper-at-mobile:after, .float-left-container-at-mobile:after {
      clear: both; }
    .float-left-wrapper-at-mobile > *, .float-left-container-at-mobile > * {
      float: left !important; } }

.float-right {
  float: right !important; }

@media (min-width: 641px) {
  .float-right-at-non-phone {
    float: right !important; } }
.lt-ie9 .float-right-at-non-phone {
  float: right !important; }

@media (max-width: 640px) {
  .float-right-at-phone {
    float: right !important; } }

@media (min-width: 980px) {
  .float-right-at-non-mobile {
    float: right !important; } }
.lt-ie9 .float-right-at-non-mobile {
  float: right !important; }

@media (max-width: 979px) {
  .float-right-at-mobile {
    float: right !important; } }

.float-right-wrapper, .float-right-container {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; }
  .float-right-wrapper:before, .float-right-wrapper:after, .float-right-container:before, .float-right-container:after {
    content: " ";
    display: table; }
  .float-right-wrapper:after, .float-right-container:after {
    clear: both; }
  .float-right-wrapper > *, .float-right-container > * {
    float: right !important; }

@media (min-width: 641px) {
  .float-right-wrapper-at-non-phone, .float-right-container-at-non-phone {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0; }
    .float-right-wrapper-at-non-phone:before, .float-right-wrapper-at-non-phone:after, .float-right-container-at-non-phone:before, .float-right-container-at-non-phone:after {
      content: " ";
      display: table; }
    .float-right-wrapper-at-non-phone:after, .float-right-container-at-non-phone:after {
      clear: both; }
    .float-right-wrapper-at-non-phone > *, .float-right-container-at-non-phone > * {
      float: right !important; } }
.lt-ie9 .float-right-wrapper-at-non-phone, .lt-ie9 .float-right-container-at-non-phone {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; }
  .lt-ie9 .float-right-wrapper-at-non-phone:before, .lt-ie9 .float-right-wrapper-at-non-phone:after, .lt-ie9 .float-right-container-at-non-phone:before, .lt-ie9 .float-right-container-at-non-phone:after {
    content: " ";
    display: table; }
  .lt-ie9 .float-right-wrapper-at-non-phone:after, .lt-ie9 .float-right-container-at-non-phone:after {
    clear: both; }
  .lt-ie9 .float-right-wrapper-at-non-phone > *, .lt-ie9 .float-right-container-at-non-phone > * {
    float: right !important; }

@media (max-width: 640px) {
  .float-right-wrapper-at-phone, .float-right-container-at-phone {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0; }
    .float-right-wrapper-at-phone:before, .float-right-wrapper-at-phone:after, .float-right-container-at-phone:before, .float-right-container-at-phone:after {
      content: " ";
      display: table; }
    .float-right-wrapper-at-phone:after, .float-right-container-at-phone:after {
      clear: both; }
    .float-right-wrapper-at-phone > *, .float-right-container-at-phone > * {
      float: right !important; } }

@media (min-width: 980px) {
  .float-right-wrapper-at-non-mobile, .float-right-container-at-non-mobile {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0; }
    .float-right-wrapper-at-non-mobile:before, .float-right-wrapper-at-non-mobile:after, .float-right-container-at-non-mobile:before, .float-right-container-at-non-mobile:after {
      content: " ";
      display: table; }
    .float-right-wrapper-at-non-mobile:after, .float-right-container-at-non-mobile:after {
      clear: both; }
    .float-right-wrapper-at-non-mobile > *, .float-right-container-at-non-mobile > * {
      float: right !important; } }
.lt-ie9 .float-right-wrapper-at-non-mobile, .lt-ie9 .float-right-container-at-non-mobile {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; }
  .lt-ie9 .float-right-wrapper-at-non-mobile:before, .lt-ie9 .float-right-wrapper-at-non-mobile:after, .lt-ie9 .float-right-container-at-non-mobile:before, .lt-ie9 .float-right-container-at-non-mobile:after {
    content: " ";
    display: table; }
  .lt-ie9 .float-right-wrapper-at-non-mobile:after, .lt-ie9 .float-right-container-at-non-mobile:after {
    clear: both; }
  .lt-ie9 .float-right-wrapper-at-non-mobile > *, .lt-ie9 .float-right-container-at-non-mobile > * {
    float: right !important; }

@media (max-width: 979px) {
  .float-right-wrapper-at-mobile, .float-right-container-at-mobile {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0; }
    .float-right-wrapper-at-mobile:before, .float-right-wrapper-at-mobile:after, .float-right-container-at-mobile:before, .float-right-container-at-mobile:after {
      content: " ";
      display: table; }
    .float-right-wrapper-at-mobile:after, .float-right-container-at-mobile:after {
      clear: both; }
    .float-right-wrapper-at-mobile > *, .float-right-container-at-mobile > * {
      float: right !important; } }

.clear-float, .clear-both, .no-float {
  clear: both !important; }

@media (min-width: 641px) {
  .clear-float-at-non-phone, .clear-both-at-non-phone, .no-float-at-non-phone {
    clear: both !important; } }
.lt-ie9 .clear-float-at-non-phone, .lt-ie9 .clear-both-at-non-phone, .lt-ie9 .no-float-at-non-phone {
  clear: both !important; }

@media (max-width: 640px) {
  .clear-float-at-phone, .clear-both-at-phone, .no-float-at-phone {
    clear: both !important; } }

@media (min-width: 980px) {
  .clear-float-at-non-mobile, .clear-both-at-non-mobile, .no-float-at-non-mobile {
    clear: both !important; } }
.lt-ie9 .clear-float-at-non-mobile, .lt-ie9 .clear-both-at-non-mobile, .lt-ie9 .no-float-at-non-mobile {
  clear: both !important; }

@media (max-width: 979px) {
  .clear-float-at-mobile, .clear-both-at-mobile, .no-float-at-mobile {
    clear: both !important; } }

.full-width {
  width: 100% !important; }

.full-height {
  height: 100% !important; }

.full-box, .full-block {
  width: 100% !important;
  height: 100% !important; }

.cwt-full-row, .cwt-single-column, .cwt-row-column-1-1 {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; }
  .cwt-full-row:before, .cwt-full-row:after, .cwt-single-column:before, .cwt-single-column:after, .cwt-row-column-1-1:before, .cwt-row-column-1-1:after {
    content: " ";
    display: table; }
  .cwt-full-row:after, .cwt-single-column:after, .cwt-row-column-1-1:after {
    clear: both; }

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; }

.reset-box {
  margin: 0;
  padding: 0;
  border: 0; }

.clear-margin, .no-margin {
  margin: 0 !important; }

@media (min-width: 641px) {
  .clear-margin-at-non-phone, .no-margin-at-non-phone {
    margin: 0 !important; } }
.lt-ie9 .clear-margin-at-non-phone, .lt-ie9 .no-margin-at-non-phone {
  margin: 0 !important; }

@media (max-width: 640px) {
  .clear-margin-at-phone, .no-margin-at-phone {
    margin: 0 !important; } }

@media (min-width: 980px) {
  .clear-margin-at-non-mobile, .no-margin-at-non-mobile {
    margin: 0 !important; } }
.lt-ie9 .clear-margin-at-non-mobile, .lt-ie9 .no-margin-at-non-mobile {
  margin: 0 !important; }

@media (max-width: 979px) {
  .clear-margin-at-mobile, .no-margin-at-mobile {
    margin: 0 !important; } }

.clear-margin-top, .no-margin-top {
  margin-top: 0 !important; }

@media (min-width: 641px) {
  .clear-margin-top-at-non-phone, .no-margin-top-at-non-phone {
    margin-top: 0 !important; } }
.lt-ie9 .clear-margin-top-at-non-phone, .lt-ie9 .no-margin-top-at-non-phone {
  margin-top: 0 !important; }

@media (max-width: 640px) {
  .clear-margin-top-at-phone, .no-margin-top-at-phone {
    margin-top: 0 !important; } }

@media (min-width: 980px) {
  .clear-margin-top-at-non-mobile, .no-margin-top-at-non-mobile {
    margin-top: 0 !important; } }
.lt-ie9 .clear-margin-top-at-non-mobile, .lt-ie9 .no-margin-top-at-non-mobile {
  margin-top: 0 !important; }

@media (max-width: 979px) {
  .clear-margin-top-at-mobile, .no-margin-top-at-mobile {
    margin-top: 0 !important; } }

.clear-margin-right, .no-margin-right {
  margin-right: 0 !important; }

@media (min-width: 641px) {
  .clear-margin-right-at-non-phone, .no-margin-right-at-non-phone {
    margin-right: 0 !important; } }
.lt-ie9 .clear-margin-right-at-non-phone, .lt-ie9 .no-margin-right-at-non-phone {
  margin-right: 0 !important; }

@media (max-width: 640px) {
  .clear-margin-right-at-phone, .no-margin-right-at-phone {
    margin-right: 0 !important; } }

@media (min-width: 980px) {
  .clear-margin-right-at-non-mobile, .no-margin-right-at-non-mobile {
    margin-right: 0 !important; } }
.lt-ie9 .clear-margin-right-at-non-mobile, .lt-ie9 .no-margin-right-at-non-mobile {
  margin-right: 0 !important; }

@media (max-width: 979px) {
  .clear-margin-right-at-mobile, .no-margin-right-at-mobile {
    margin-right: 0 !important; } }

.clear-margin-bottom, .no-margin-bottom {
  margin-bottom: 0 !important; }

@media (min-width: 641px) {
  .clear-margin-bottom-at-non-phone, .no-margin-bottom-at-non-phone {
    margin-bottom: 0 !important; } }
.lt-ie9 .clear-margin-bottom-at-non-phone, .lt-ie9 .no-margin-bottom-at-non-phone {
  margin-bottom: 0 !important; }

@media (max-width: 640px) {
  .clear-margin-bottom-at-phone, .no-margin-bottom-at-phone {
    margin-bottom: 0 !important; } }

@media (min-width: 980px) {
  .clear-margin-bottom-at-non-mobile, .no-margin-bottom-at-non-mobile {
    margin-bottom: 0 !important; } }
.lt-ie9 .clear-margin-bottom-at-non-mobile, .lt-ie9 .no-margin-bottom-at-non-mobile {
  margin-bottom: 0 !important; }

@media (max-width: 979px) {
  .clear-margin-bottom-at-mobile, .no-margin-bottom-at-mobile {
    margin-bottom: 0 !important; } }

.clear-margin-left, .no-margin-left {
  margin-left: 0 !important; }

@media (min-width: 641px) {
  .clear-margin-left-at-non-phone, .no-margin-left-at-non-phone {
    margin-left: 0 !important; } }
.lt-ie9 .clear-margin-left-at-non-phone, .lt-ie9 .no-margin-left-at-non-phone {
  margin-left: 0 !important; }

@media (max-width: 640px) {
  .clear-margin-left-at-phone, .no-margin-left-at-phone {
    margin-left: 0 !important; } }

@media (min-width: 980px) {
  .clear-margin-left-at-non-mobile, .no-margin-left-at-non-mobile {
    margin-left: 0 !important; } }
.lt-ie9 .clear-margin-left-at-non-mobile, .lt-ie9 .no-margin-left-at-non-mobile {
  margin-left: 0 !important; }

@media (max-width: 979px) {
  .clear-margin-left-at-mobile, .no-margin-left-at-mobile {
    margin-left: 0 !important; } }

.clear-padding, .no-padding {
  padding: 0 !important; }

@media (min-width: 641px) {
  .clear-padding-at-non-phone, .no-padding-at-non-phone {
    padding: 0 !important; } }
.lt-ie9 .clear-padding-at-non-phone, .lt-ie9 .no-padding-at-non-phone {
  padding: 0 !important; }

@media (max-width: 640px) {
  .clear-padding-at-phone, .no-padding-at-phone {
    padding: 0 !important; } }

@media (min-width: 980px) {
  .clear-padding-at-non-mobile, .no-padding-at-non-mobile {
    padding: 0 !important; } }
.lt-ie9 .clear-padding-at-non-mobile, .lt-ie9 .no-padding-at-non-mobile {
  padding: 0 !important; }

@media (max-width: 979px) {
  .clear-padding-at-mobile, .no-padding-at-mobile {
    padding: 0 !important; } }

.clear-padding-top, .no-padding-top {
  padding-top: 0 !important; }

@media (min-width: 641px) {
  .clear-padding-top-at-non-phone, .no-padding-top-at-non-phone {
    padding-top: 0 !important; } }
.lt-ie9 .clear-padding-top-at-non-phone, .lt-ie9 .no-padding-top-at-non-phone {
  padding-top: 0 !important; }

@media (max-width: 640px) {
  .clear-padding-top-at-phone, .no-padding-top-at-phone {
    padding-top: 0 !important; } }

@media (min-width: 980px) {
  .clear-padding-top-at-non-mobile, .no-padding-top-at-non-mobile {
    padding-top: 0 !important; } }
.lt-ie9 .clear-padding-top-at-non-mobile, .lt-ie9 .no-padding-top-at-non-mobile {
  padding-top: 0 !important; }

@media (max-width: 979px) {
  .clear-padding-top-at-mobile, .no-padding-top-at-mobile {
    padding-top: 0 !important; } }

.clear-padding-right, .no-padding-right {
  padding-right: 0 !important; }

@media (min-width: 641px) {
  .clear-padding-right-at-non-phone, .no-padding-right-at-non-phone {
    padding-right: 0 !important; } }
.lt-ie9 .clear-padding-right-at-non-phone, .lt-ie9 .no-padding-right-at-non-phone {
  padding-right: 0 !important; }

@media (max-width: 640px) {
  .clear-padding-right-at-phone, .no-padding-right-at-phone {
    padding-right: 0 !important; } }

@media (min-width: 980px) {
  .clear-padding-right-at-non-mobile, .no-padding-right-at-non-mobile {
    padding-right: 0 !important; } }
.lt-ie9 .clear-padding-right-at-non-mobile, .lt-ie9 .no-padding-right-at-non-mobile {
  padding-right: 0 !important; }

@media (max-width: 979px) {
  .clear-padding-right-at-mobile, .no-padding-right-at-mobile {
    padding-right: 0 !important; } }

.clear-padding-bottom, .no-padding-bottom {
  padding-bottom: 0 !important; }

@media (min-width: 641px) {
  .clear-padding-bottom-at-non-phone, .no-padding-bottom-at-non-phone {
    padding-bottom: 0 !important; } }
.lt-ie9 .clear-padding-bottom-at-non-phone, .lt-ie9 .no-padding-bottom-at-non-phone {
  padding-bottom: 0 !important; }

@media (max-width: 640px) {
  .clear-padding-bottom-at-phone, .no-padding-bottom-at-phone {
    padding-bottom: 0 !important; } }

@media (min-width: 980px) {
  .clear-padding-bottom-at-non-mobile, .no-padding-bottom-at-non-mobile {
    padding-bottom: 0 !important; } }
.lt-ie9 .clear-padding-bottom-at-non-mobile, .lt-ie9 .no-padding-bottom-at-non-mobile {
  padding-bottom: 0 !important; }

@media (max-width: 979px) {
  .clear-padding-bottom-at-mobile, .no-padding-bottom-at-mobile {
    padding-bottom: 0 !important; } }

.clear-padding-left, .no-padding-left {
  padding-left: 0 !important; }

@media (min-width: 641px) {
  .clear-padding-left-at-non-phone, .no-padding-left-at-non-phone {
    padding-left: 0 !important; } }
.lt-ie9 .clear-padding-left-at-non-phone, .lt-ie9 .no-padding-left-at-non-phone {
  padding-left: 0 !important; }

@media (max-width: 640px) {
  .clear-padding-left-at-phone, .no-padding-left-at-phone {
    padding-left: 0 !important; } }

@media (min-width: 980px) {
  .clear-padding-left-at-non-mobile, .no-padding-left-at-non-mobile {
    padding-left: 0 !important; } }
.lt-ie9 .clear-padding-left-at-non-mobile, .lt-ie9 .no-padding-left-at-non-mobile {
  padding-left: 0 !important; }

@media (max-width: 979px) {
  .clear-padding-left-at-mobile, .no-padding-left-at-mobile {
    padding-left: 0 !important; } }

.uncollapse-margin:before, .uncollapse-margin:after {
  content: "\00a0";
  /* No-break space character */
  display: block;
  overflow: hidden;
  height: 0; }

.collapse-margin:before, .collapse-margin:after {
  content: initial;
  display: initial;
  overflow: initial;
  height: initial; }

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }

.fixed-bottom {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0; }

.no-split {
  display: inline-block; }

.no-split-children > * {
  display: inline-block; }

.square-ratio {
  position: relative; }
  .square-ratio:before {
    content: " ";
    display: block;
    padding-top: 100%; }
  .square-ratio > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.old-monitor-ratio {
  position: relative; }
  .old-monitor-ratio:before {
    content: " ";
    display: block;
    padding-top: 80%; }
  .old-monitor-ratio > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.standard-ratio, .aps-ratio, .monitor-ratio {
  position: relative; }
  .standard-ratio:before, .aps-ratio:before, .monitor-ratio:before {
    content: " ";
    display: block;
    padding-top: 75%; }
  .standard-ratio > *, .aps-ratio > *, .monitor-ratio > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.vga-ratio, .dslr-ratio, .apsc-ratio {
  position: relative; }
  .vga-ratio:before, .dslr-ratio:before, .apsc-ratio:before {
    content: " ";
    display: block;
    padding-top: 66.66%; }
  .vga-ratio > *, .dslr-ratio > *, .apsc-ratio > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.golden-ratio {
  position: relative; }
  .golden-ratio:before {
    content: " ";
    display: block;
    padding-top: 61.8%; }
  .golden-ratio > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.hi-def-ratio, .hd-ratio, .apsh-ratio {
  position: relative; }
  .hi-def-ratio:before, .hd-ratio:before, .apsh-ratio:before {
    content: " ";
    display: block;
    padding-top: 56.25%; }
  .hi-def-ratio > *, .hd-ratio > *, .apsh-ratio > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.anamorphic-ratio {
  position: relative; }
  .anamorphic-ratio:before {
    content: " ";
    display: block;
    padding-top: 41.84%; }
  .anamorphic-ratio > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.apsp-ratio {
  position: relative; }
  .apsp-ratio:before {
    content: " ";
    display: block;
    padding-top: 33.33%; }
  .apsp-ratio > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.bg-center-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

@media (max-width: 479px) {
  .hide-phone-v, .show-non-phone-v {
    display: none !important; } }

@media (min-width: 480px) {
  .show-phone-v, .hide-non-phone-v {
    display: none !important; } }
.lt-ie9 .show-phone-v, .lt-ie9 .hide-non-phone-v {
  display: none !important; }

@media (min-width: 480px) and (max-width: 640px) {
  .hide-phone-h, .show-non-phone-h {
    display: none !important; } }

@media (max-width: 479px), (min-width: 641px) {
  .show-phone-h, .hide-non-phone-h {
    display: none !important; } }
.lt-ie9 .show-phone-h, .lt-ie9 .hide-non-phone-h {
  display: none !important; }

@media (min-width: 641px) and (max-width: 979px) {
  .hide-tablet-v, .show-non-tablet-v {
    display: none !important; } }

@media (max-width: 640px), (min-width: 980px) {
  .show-tablet-v, .hide-non-tablet-v {
    display: none !important; } }
.lt-ie9 .show-tablet-v, .lt-ie9 .hide-non-tablet-v {
  display: none !important; }

@media (min-width: 980px) and (max-width: 1209px) {
  .hide-tablet-h, .show-non-tablet-h {
    display: none !important; } }
.lt-ie9 .hide-tablet-h, .lt-ie9 .show-non-tablet-h {
  display: none !important; }

@media (max-width: 979px), (min-width: 1210px) {
  .show-tablet-h, .hide-non-tablet-h {
    display: none !important; } }

@media (min-width: 1210px) {
  .hide-laptop, .show-non-laptop {
    display: none !important; } }

@media (max-width: 1209px) {
  .show-laptop, .hide-non-laptop {
    display: none !important; } }
.lt-ie9 .show-laptop, .lt-ie9 .hide-non-laptop {
  display: none !important; }

@media (min-width: 1210px) {
  .hide-desktop, .show-non-desktop {
    display: none !important; } }

@media (max-width: 1209px) {
  .show-desktop, .hide-non-desktop {
    display: none !important; } }
.lt-ie9 .show-desktop, .lt-ie9 .hide-non-desktop {
  display: none !important; }

@media (max-width: 640px) {
  .hide-phone, .show-non-phone {
    display: none !important; } }

@media (min-width: 641px) {
  .show-phone, .hide-non-phone {
    display: none !important; } }
.lt-ie9 .show-phone, .lt-ie9 .hide-non-phone {
  display: none !important; }

@media (min-width: 641px) and (max-width: 1209px) {
  .hide-tablet, .show-non-tablet {
    display: none !important; } }
.lt-ie9 .hide-tablet, .lt-ie9 .show-non-tablet {
  display: none !important; }

@media (max-width: 640px), (min-width: 1210px) {
  .show-tablet, .hide-non-tablet {
    display: none !important; } }

@media (max-width: 979px) {
  .hide-mobile, .show-non-mobile {
    display: none !important; } }

@media (min-width: 980px) {
  .show-mobile, .hide-non-mobile {
    display: none !important; } }
.lt-ie9 .show-mobile, .lt-ie9 .hide-non-mobile {
  display: none !important; }

@media (max-width: 479px) {
  .hide-phonelet, .show-non-phonelet {
    display: none !important; } }

@media (min-width: 480px) {
  .show-phonelet, .hide-non-phonelet {
    display: none !important; } }
.lt-ie9 .show-phonelet, .lt-ie9 .hide-non-phonelet {
  display: none !important; }

@media (min-width: 480px) and (max-width: 979px) {
  .hide-phablet, .show-non-phablet {
    display: none !important; } }

@media (max-width: 479px), (min-width: 980px) {
  .show-phablet, .hide-non-phablet {
    display: none !important; } }
.lt-ie9 .show-phablet, .lt-ie9 .hide-non-phablet {
  display: none !important; }

@media (min-width: 980px) {
  .hide-desklap, .show-non-desklap {
    display: none !important; } }
.lt-ie9 .hide-desklap, .lt-ie9 .show-non-desklap {
  display: none !important; }

@media (max-width: 979px) {
  .show-desklap, .hide-non-desklap {
    display: none !important; } }

@media print {
  .hide-print, .show-non-print {
    display: none !important; } }
.lt-ie9.print-mode .hide-print, .lt-ie9.print-mode .show-non-print {
  display: none !important; }

@media not print {
  .show-print, .hide-non-print {
    display: none !important; } }
.lt-ie9.not-print-mode .show-print, .lt-ie9.not-print-mode .hide-non-print {
  display: none !important; }

html.cwt-reset, html.cwt-reset body {
  margin: 0;
  padding: 0;
  border: 0;
  min-height: 100%; }

html.cwt-reset {
  font-size: 62.5%; }

html.cwt-reset body {
  *zoom: 1; }
  html.cwt-reset body:before, html.cwt-reset body:after {
    content: " ";
    display: table; }
  html.cwt-reset body:after {
    clear: both; }

html.cwt-app, html.cwt-app body {
  margin: 0;
  padding: 0;
  border: 0;
  min-height: 100%; }

html.cwt-app {
  font-size: 62.5%; }

html.cwt-app body {
  *zoom: 1; }
  html.cwt-app body:before, html.cwt-app body:after {
    content: " ";
    display: table; }
  html.cwt-app body:after {
    clear: both; }

@media (min-width: 980px) {
  html.cwt-app, html.cwt-app body {
    width: 100%;
    height: 100%;
    overflow: hidden; } }
html.cwt-app.lt-ie9, html.cwt-app.lt-ie9 body {
  width: 100%;
  height: 100%;
  overflow: hidden; }
@media print {
  html.cwt-app, html.cwt-app body {
    width: auto;
    height: auto;
    overflow: auto; } }
html.cwt-app.lt-ie9.print-mode, html.cwt-app.lt-ie9.print-mode body {
  width: auto;
  height: auto;
  overflow: auto; }

@media (orientation: landscape) {
  html.cwt-app.ipad.ios7 > body {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100% !important; } }
@media print {
  html.cwt-app.ipad.ios7 > body {
    position: inherit;
    width: auto;
    height: auto !important; } }
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0; }

ul, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; }

img {
  max-width: 100%;
  height: auto; }

[class^="cwt-"], [class^="cwt-"]:before, [class^="cwt-"]:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
[class^="cwt-"] *, [class^="cwt-"] *:before, [class^="cwt-"] *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.cwt-row {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  clear: both; }
  .cwt-row:before, .cwt-row:after {
    content: " ";
    display: table; }
  .cwt-row:after {
    clear: both; }
  .cwt-row > * {
    float: left !important; }

[class^="cwt-col"] {
  margin-left: 5%; }

[class^="cwt-col"]:first-child {
  margin-left: 0; }

.cwt-column.full, .cwt-column-full, .cwt-column-1-1 {
  width: 100%; }
.cwt-column.half, .cwt-column-half, .cwt-column-1-2, .cwt-column-2-4, .cwt-column-3-6, .cwt-column-4-8, .cwt-column-5-10 {
  width: 47.5%; }
.cwt-column.one-third, .cwt-column-one-third, .cwt-column-1-3, .cwt-column-2-6, .cwt-column-3-9 {
  width: 30%; }
.cwt-column.two-thirds, .cwt-column-two-thirds, .cwt-column-2-3, .cwt-column-4-6, .cwt-column-6-9 {
  width: 65%; }
.cwt-column.one-fourth, .cwt-column-one-fourth, .cwt-column-1-4, .cwt-column-2-8 {
  width: 21.25%; }
.cwt-column.three-fourths, .cwt-column-three-fourths, .cwt-column-3-4, .cwt-column-6-8 {
  width: 73.75%; }
.cwt-column.one-fifth, .cwt-column-one-fifth, .cwt-column-1-5, .cwt-column-2-10 {
  width: 16%; }
.cwt-column.two-fifths, .cwt-column-two-fifths, .cwt-column-2-5, .cwt-column-4-10 {
  width: 37%; }
.cwt-column.three-fifths, .cwt-column-three-fifths, .cwt-column-3-5, .cwt-column-6-10 {
  width: 57.99%; }
.cwt-column.four-fifths, .cwt-column-four-fifths, .cwt-column-4-5, .cwt-column-8-10 {
  width: 79%; }
.cwt-column.one-sixth, .cwt-column-one-sixth, .cwt-column-1-6 {
  width: 12.5%; }
.cwt-column.five-sixths, .cwt-column-five-sixths, .cwt-column-5-6 {
  width: 82.5%; }
.cwt-column.one-seventh, .cwt-column-one-seventh, .cwt-column-1-7 {
  width: 10%; }
.cwt-column.two-sevenths, .cwt-column-two-sevenths, .cwt-column-2-7 {
  width: 25%; }
.cwt-column.three-sevenths, .cwt-column-three-sevenths, .cwt-column-3-7 {
  width: 40%; }
.cwt-column.four-sevenths, .cwt-column-four-sevenths, .cwt-column-4-7 {
  width: 55%; }
.cwt-column.five-sevenths, .cwt-column-five-sevenths, .cwt-column-5-7 {
  width: 70%; }
.cwt-column.six-sevenths, .cwt-column-six-sevenths, .cwt-column-6-7 {
  width: 85%; }
.cwt-column.one-eight, .cwt-column-one-eight, .cwt-column-1-8 {
  width: 8.12%; }
.cwt-column.three-eights, .cwt-column-three-eights, .cwt-column-3-8 {
  width: 34.37%; }
.cwt-column.five-eights, .cwt-column-five-eights, .cwt-column-5-8 {
  width: 60.62%; }
.cwt-column.seven-eights, .cwt-column-seven-eights, .cwt-column-7-8 {
  width: 86.87%; }
.cwt-column.one-ninth, .cwt-column-one-ninth, .cwt-column-1-9 {
  width: 6.66%; }
.cwt-column.two-ninths, .cwt-column-two-ninths, .cwt-column-2-9 {
  width: 18.33%; }
.cwt-column.four-ninths, .cwt-column-four-ninths, .cwt-column-4-9 {
  width: 41.66%; }
.cwt-column.five-ninths, .cwt-column-five-ninths, .cwt-column-5-9 {
  width: 53.33%; }
.cwt-column.seven-ninths, .cwt-column-seven-ninths, .cwt-column-7-9 {
  width: 76.66%; }
.cwt-column.eight-ninths, .cwt-column-eight-ninths, .cwt-column-8-9 {
  width: 88.33%; }
.cwt-column.one-tenth, .cwt-column-one-tenth, .cwt-column-1-10 {
  width: 5.5%; }
.cwt-column.three-tenths, .cwt-column-three-tenths, .cwt-column-3-10 {
  width: 26.5%; }
.cwt-column.seven-tenths, .cwt-column-seven-tenths, .cwt-column-7-10 {
  width: 68.5%; }
.cwt-column.nine-tenths, .cwt-column-nine-tenths, .cwt-column-9-10 {
  width: 89.5%; }
.cwt-column.golden-a, .cwt-column-golden-a {
  width: 56.1%; }
.cwt-column.golden-b, .cwt-column-golden-b {
  width: 38.89%; }

@media (max-width: 979px) {
  [class^="cwt-col"] {
    float: none;
    margin: 0;
    width: 100%; } }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  display: block; }

.btn, a.btn, a:visited.btn {
  font-weight: bold;
  /* Structure */
  background-image: none;
  display: inline-block;
  margin-bottom: 0;
  line-height: normal;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
  padding: 12px 25px !important;
  color: #ED1D24 !important;
  background-color: #FFF !important;
  border: 4px solid #ED1D24 !important;
  border-radius: 0 !important;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Firefox: Get rid of the inner focus border */ }
  .btn::-moz-focus-inner, a.btn::-moz-focus-inner, a:visited.btn::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .btn:focus, .btn:active:focus, .btn.btn-active:focus, a.btn:focus, a.btn:active:focus, a.btn.btn-active:focus, a:visited.btn:focus, a:visited.btn:active:focus, a:visited.btn.btn-active:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.btn-focus, a.btn:hover, a.btn:focus, a.btn.btn-focus, a:visited.btn:hover, a:visited.btn:focus, a:visited.btn.btn-focus {
    text-decoration: none;
    color: #ED1D24 !important;
    background-color: #e6e6e6 !important;
    border: 4px solid #ED1D24 !important; }
  .btn:active, .btn.btn-active, a.btn:active, a.btn.btn-active, a:visited.btn:active, a:visited.btn.btn-active {
    outline: 0;
    color: #ED1D24 !important;
    background-color: #f2f2f2 !important;
    border: 4px solid #ED1D24 !important; }
  .btn.btn-disabled, .btn[disabled], fieldset[disabled] .btn, a.btn.btn-disabled, a.btn[disabled], fieldset[disabled] a.btn, a:visited.btn.btn-disabled, a:visited.btn[disabled], fieldset[disabled] a:visited.btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-block, a.btn.btn-block, a:visited.btn.btn-block {
    display: block;
    width: 100%; }
  .btn.btn-first, a.btn.btn-first, a:visited.btn.btn-first {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .btn.btn-last, a.btn.btn-last, a:visited.btn.btn-last {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, a.btn-link, a.btn-link:hover, a.btn-link:focus, a.btn-link:active, a:visited.btn-link, a:visited.btn-link:hover, a:visited.btn-link:focus, a:visited.btn-link:active {
  background-color: transparent;
  border-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0078E7; }
.btn-link:hover, .btn-link:focus, a.btn-link:hover, a.btn-link:focus, a:visited.btn-link:hover, a:visited.btn-link:focus {
  text-decoration: underline; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, a.btn-link[disabled]:hover, a.btn-link[disabled]:focus, fieldset[disabled] a.btn-link:hover, fieldset[disabled] a.btn-link:focus, a:visited.btn-link[disabled]:hover, a:visited.btn-link[disabled]:focus, fieldset[disabled] a:visited.btn-link:hover, fieldset[disabled] a:visited.btn-link:focus {
  text-decoration: none; }

.btn-alt.btn, .btn-alt.btn:visited, .button-primary.btn, .button-primary.btn:visited {
  font-weight: bold;
  color: #FFF !important;
  background-color: transparent !important;
  border: 4px solid #FFF !important; }
  .btn-alt.btn:hover, .btn-alt.btn:focus, .btn-alt.btn.btn-focus, .btn-alt.btn:visited:hover, .btn-alt.btn:visited:focus, .btn-alt.btn:visited.btn-focus, .button-primary.btn:hover, .button-primary.btn:focus, .button-primary.btn.btn-focus, .button-primary.btn:visited:hover, .button-primary.btn:visited:focus, .button-primary.btn:visited.btn-focus {
    color: #FFF !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 4px solid #FFF !important; }
  .btn-alt.btn:active, .btn-alt.btn.btn-active, .btn-alt.btn:visited:active, .btn-alt.btn:visited.btn-active, .button-primary.btn:active, .button-primary.btn.btn-active, .button-primary.btn:visited:active, .button-primary.btn:visited.btn-active {
    color: #FFF !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 4px solid #FFF !important; }

.btn-inactive.btn, .btn-inactive.btn:visited, .btn-disabled.btn, .btn-disabled.btn:visited {
  font-weight: bold;
  color: #E1E6E9 !important;
  background-color: #FFF !important;
  border: 4px solid #E1E6E9 !important; }
  .btn-inactive.btn:hover, .btn-inactive.btn:focus, .btn-inactive.btn.btn-focus, .btn-inactive.btn:visited:hover, .btn-inactive.btn:visited:focus, .btn-inactive.btn:visited.btn-focus, .btn-disabled.btn:hover, .btn-disabled.btn:focus, .btn-disabled.btn.btn-focus, .btn-disabled.btn:visited:hover, .btn-disabled.btn:visited:focus, .btn-disabled.btn:visited.btn-focus {
    color: #E1E6E9 !important;
    background-color: #e6e6e6 !important;
    border: 4px solid #E1E6E9 !important; }
  .btn-inactive.btn:active, .btn-inactive.btn.btn-active, .btn-inactive.btn:visited:active, .btn-inactive.btn:visited.btn-active, .btn-disabled.btn:active, .btn-disabled.btn.btn-active, .btn-disabled.btn:visited:active, .btn-disabled.btn:visited.btn-active {
    color: #E1E6E9 !important;
    background-color: #f2f2f2 !important;
    border: 4px solid #E1E6E9 !important; }

.btn-red.btn, .btn-red.btn:visited {
  font-weight: bold;
  color: #FFF !important;
  background-color: #ED1D24 !important;
  border: 0 solid transparent !important; }
  .btn-red.btn:hover, .btn-red.btn:focus, .btn-red.btn.btn-focus, .btn-red.btn:visited:hover, .btn-red.btn:visited:focus, .btn-red.btn:visited.btn-focus {
    color: #FFF !important;
    background-color: #c71016 !important;
    border: 0 solid transparent !important; }
  .btn-red.btn:active, .btn-red.btn.btn-active, .btn-red.btn:visited:active, .btn-red.btn:visited.btn-active {
    color: #FFF !important;
    background-color: #df1219 !important;
    border: 0 solid transparent !important; }

.btn-gray.btn, .btn-gray.btn:visited {
  font-weight: bold;
  color: #A9B1B2 !important;
  background-color: transparent !important;
  border: 1px solid #A9B1B2 !important; }
  .btn-gray.btn:hover, .btn-gray.btn:focus, .btn-gray.btn.btn-focus, .btn-gray.btn:visited:hover, .btn-gray.btn:visited:focus, .btn-gray.btn:visited.btn-focus {
    color: #A9B1B2 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #A9B1B2 !important; }
  .btn-gray.btn:active, .btn-gray.btn.btn-active, .btn-gray.btn:visited:active, .btn-gray.btn:visited.btn-active {
    color: #A9B1B2 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #A9B1B2 !important; }

.btn-black.btn, .btn-black.btn:visited {
  font-weight: bold;
  color: #364347 !important;
  background-color: #FFF !important;
  border: 4px solid #364347 !important; }
  .btn-black.btn:hover, .btn-black.btn:focus, .btn-black.btn.btn-focus, .btn-black.btn:visited:hover, .btn-black.btn:visited:focus, .btn-black.btn:visited.btn-focus {
    color: #364347 !important;
    background-color: #e6e6e6 !important;
    border: 4px solid #364347 !important; }
  .btn-black.btn:active, .btn-black.btn.btn-active, .btn-black.btn:visited:active, .btn-black.btn:visited.btn-active {
    color: #364347 !important;
    background-color: #f2f2f2 !important;
    border: 4px solid #364347 !important; }

*:first-child {
  margin-top: 0; }

*:last-child {
  margin-bottom: 0; }

.btn-disabled {
  cursor: default; }

.extra-large-text, .extra-large-text.fa {
  font-size: 76px;
  font-size: 7.6rem;
  line-height: 1; }

.red-text {
  color: #ED1D24; }

.btn-red {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem; }

.menu-red-button a {
  background-color: #ED1D24;
  padding: 15px !important;
  margin: 5px 0; }
  .menu-red-button a, .menu-red-button a:visited, .menu-red-button a:focus, .menu-red-button a:hover, .menu-red-button a:active {
    color: #FFF !important; }
  .menu-red-button a:hover, .menu-red-button a:focus, .menu-red-button a.btn-focus {
    background-color: #c71016; }
  .menu-red-button a:active, .menu-red-button a.btn-active {
    background-color: #df1219; }

.scheduler-grid .scheduler-grid-dates a.btn.btn-black, .scheduler-grid .scheduler-grid-dates a.btn.btn-black:visited {
  border-width: 2px !important; }

html, body {
  -webkit-overflow-scrolling: touch; }

body {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #364347; }
  body a {
    color: #ED1D24;
    text-decoration: none; }
    body a:visited {
      color: #ED1D24; }
    body a:focus {
      color: #ED1D24; }
    body a:hover {
      color: #ED1D24; }
    body a:active {
      color: #ED1D24; }
    body a:hover {
      text-decoration: none;
      cursor: pointer; }
    body a:hover {
      cursor: pointer; }
  @media (max-width: 979px) {
    body {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 20px;
      line-height: 2rem; } }

h1, h2, .primary-text {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem; }
  @media (max-width: 979px) {
    h1, h2, .primary-text {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 30px;
      line-height: 3rem; } }

h3, .sub-title, .large-text {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem; }
  @media (max-width: 979px) {
    h3, .sub-title, .large-text {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px;
      line-height: 2.4rem; } }

h4 {
  margin-bottom: 0; }
  h4 + p {
    margin-top: 0; }

.site-header-secondary-menu,
.site-footer, .small-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem; }

.site-header, .site-footer > div, .site-content, .site-title > *, .site-hero-item, .promos > * {
  position: relative;
  max-width: 1280px;
  margin: 0 auto; }
  @media (min-width: 1210px) {
    .site-header, .site-footer > div, .site-content, .site-title > *, .site-hero-item, .promos > * {
      padding: 42px 70px; } }
  @media (min-width: 641px) and (max-width: 1209px) {
    .site-header, .site-footer > div, .site-content, .site-title > *, .site-hero-item, .promos > * {
      padding: 40px 30px; } }
  .lt-ie9 .site-header, .lt-ie9 .site-footer > div,
  .lt-ie9 .site-content,
  .lt-ie9 .site-title > *,
  .lt-ie9 .site-hero-item,
  .lt-ie9 .promos > * {
    padding: 40px 30px; }
  @media (max-width: 640px) {
    .site-header, .site-footer > div, .site-content, .site-title > *, .site-hero-item, .promos > * {
      padding: 30px 20px; } }

@media (min-width: 1210px) {
  .site-content.post-article {
    padding: 42px 180px; } }

.site-header {
  padding-top: 20px;
  padding-bottom: 20px; }

@media (max-width: 979px) {
  [class^="cwt-col"] {
    margin-top: 40px; }
    [class^="cwt-col"]:first-child {
      margin-top: 0; } }

.heartbeat-bg {
  width: 100%;
  height: 135px;
  background: transparent url("/wp-content/themes/mCore-2017/images/ekg-line.png") repeat scroll center center; }

.flexbox .input-submit-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }
.input-submit-row input[type="text"], .input-submit-row input[type="email"], .input-submit-row select, .input-submit-row textarea, .input-submit-row .select2-selection {
  height: inherit !important;
  min-height: inherit !important;
  margin: 0 !important;
  padding: 7px 10px;
  border-right: 0; }
  .flexbox .input-submit-row input[type="text"], .flexbox .input-submit-row input[type="email"],
  .flexbox .input-submit-row select,
  .flexbox .input-submit-row textarea,
  .flexbox .input-submit-row .select2-selection {
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  @media (min-width: 980px) {
    .input-submit-row input[type="text"], .input-submit-row input[type="email"], .input-submit-row select, .input-submit-row textarea, .input-submit-row .select2-selection {
      min-width: 215px; } }
  .lt-ie9 .input-submit-row input[type="text"], .lt-ie9 .input-submit-row input[type="email"], .lt-ie9 .input-submit-row select, .lt-ie9 .input-submit-row textarea, .lt-ie9 .input-submit-row .select2-selection {
    min-width: 215px; }
.input-submit-row .select2-selection__rendered {
  display: block !important; }
.input-submit-row .select2-selection * {
  height: inherit !important;
  min-height: inherit !important;
  margin: 0 !important;
  padding: 0 !important; }

i.fa {
  text-align: center; }

.fa.fa-facebook, .fa.fa-facebook-official, .facebook-share-icon {
  color: #FFF !important;
  background-color: #3B5998 !important; }

.fa.fa-twitter, .twitter-tweet-icon {
  color: #FFF !important;
  background-color: #55ACEE !important; }
  .type-twitter-post .fa.fa-twitter, .type-twitter-post .twitter-tweet-icon {
    color: #55ACEE !important;
    background-color: transparent !important; }

.fa.fa-instagram, .fa.fa-instagram-o, .instagram-link-icon {
  color: #3F729B !important;
  background-color: #F1F1F1 !important; }

.fa.fa-linkedin, .fa.fa-linkedin-square, .linkedin-link-icon {
  color: #FFF !important;
  background-color: #007BB6 !important; }

.fa.fa-envelope, .fa.fa-envelope-o {
  color: #FFF !important;
  background-color: #DD4B39 !important; }

span.share-icon {
  font-family: "helvetica neue", helvetica, arial, freesans, "liberation sans", "numbus sans l", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  padding: 6px 8px;
  border-radius: 5px; }

#main #IN_widget .IN-widget {
  vertical-align: bottom !important;
  margin-top: 1em !important; }
  #main #IN_widget .IN-widget a > *:first-child {
    margin: 1px 0 0 5px !important; }
  #main #IN_widget .IN-widget a > *:last-child {
    padding: 2px 5px 2px 30px !important; }

.footer-social-media i.fa {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  line-height: 3rem;
  width: 30px;
  height: 30px;
  display: inline-block; }

.sidebar-social-media {
  position: fixed;
  z-index: 2;
  top: 25%;
  right: 0; }
  body.blog .sidebar-social-media {
    display: none; }
  .sidebar-social-media i.fa {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 50px;
    line-height: 5rem;
    width: 50px;
    height: 50px; }

.owl-carousel {
  position: relative; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border: solid 2px #FFF;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #FFF; }

.news-carousel, .partners-carousel {
  position: relative;
  padding: 0 100px; }
  @media (max-width: 640px) {
    .news-carousel, .partners-carousel {
      padding: 0; } }
  .flexbox .news-carousel .owl-stage, .flexbox .partners-carousel .owl-stage {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex; }
  .news-carousel .owl-nav, .partners-carousel .owl-nav {
    color: #A9B1B2; }
    .news-carousel .owl-nav .owl-prev, .news-carousel .owl-nav .owl-next, .partners-carousel .owl-nav .owl-prev, .partners-carousel .owl-nav .owl-next {
      display: inline-block; }
    @media (min-width: 641px) {
      .news-carousel .owl-nav .owl-prev, .partners-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      .news-carousel .owl-nav .owl-next, .partners-carousel .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); } }
    .lt-ie9 .news-carousel .owl-nav .owl-prev, .lt-ie9 .partners-carousel .owl-nav .owl-prev {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .lt-ie9 .news-carousel .owl-nav .owl-next, .lt-ie9 .partners-carousel .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    @media (max-width: 640px) {
      .news-carousel .owl-nav .owl-prev, .partners-carousel .owl-nav .owl-prev {
        margin-right: 10px; }
      .news-carousel .owl-nav .owl-next, .partners-carousel .owl-nav .owl-next {
        margin-left: 10px; } }
  .news-carousel .owl-item > *, .partners-carousel .owl-item > * {
    display: block;
    padding: 20px;
    text-align: left; }

.news-carousel .owl-item > * {
  height: 100%;
  min-height: 180px;
  font-weight: bold;
  color: #364347;
  background-color: white; }
  .news-carousel .owl-item > *:hover {
    color: white;
    background-color: #ed1d24; }
  .news-carousel .owl-item > *.type-twitter-post {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem; }

.flexbox .partners-carousel .owl-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.schools-list {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem; }
  @media (min-width: 641px) {
    .schools-list {
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px; } }
  .lt-ie9 .schools-list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px; }
  @media (min-width: 1210px) {
    .schools-list {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }
  @media (min-width: 980px) and (max-width: 1209px) {
    .schools-list {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  .lt-ie9 .schools-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  @media (min-width: 641px) and (max-width: 979px) {
    .schools-list {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  .schools-list a {
    color: #364347;
    text-decoration: none; }
    .schools-list a:visited {
      color: #364347; }
    .schools-list a:focus {
      color: #364347; }
    .schools-list a:hover {
      color: #ED1D24; }
    .schools-list a:active {
      color: #364347; }
    .schools-list a:hover {
      text-decoration: none;
      cursor: pointer; }
    .schools-list a:hover {
      cursor: pointer; }
  .schools-list li {
    margin-bottom: 9px; }
  .site-main .schools-list a {
    font-weight: normal; }

.bio-photo {
  margin-bottom: 10px; }
  @media (min-width: 641px) {
    .bio-photo {
      float: left;
      margin-right: 1em; } }
  .lt-ie9 .bio-photo {
    float: left;
    margin-right: 1em; }
  @media (max-width: 640px) {
    .bio-photo {
      width: 100%; } }

.ui-datepicker {
  background-color: white; }

.site-header {
  position: relative; }
  .flexbox .site-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  @media (max-width: 979px) {
    .flexbox .site-header {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  .site-header a, .site-header span {
    display: inline-block;
    color: #546366;
    text-decoration: none; }
    .site-header a:visited, .site-header span:visited {
      color: #546366; }
    .site-header a:focus, .site-header span:focus {
      color: #546366; }
    .site-header a:hover, .site-header span:hover {
      color: #ED1D24; }
    .site-header a:active, .site-header span:active {
      color: #546366; }
    .site-header a:hover, .site-header span:hover {
      text-decoration: none;
      cursor: pointer; }
    .site-header a:hover, .site-header span:hover {
      cursor: pointer; }
  .site-header .no-link, .site-header .no-link > span {
    cursor: default !important; }
  .site-header .hamburger, .site-header .hamburger-close {
    font-size: 36px;
    font-size: 3.6rem;
    margin-left: 40px; }
  .site-header .hamburger-close {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px; }
  .flexbox .site-header .site-branding {
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .site-header .site-branding .site-logo {
    max-width: 265px; }
    .ie .site-header .site-branding .site-logo {
      max-width: 11vw; }
  .site-header .site-branding a, .site-header .site-branding img {
    display: block; }
  .site-header .site-header-menus {
    font-weight: bold; }
    .flexbox .site-header .site-header-menus {
      -ms-flex-positive: 0;
      -ms-flex-negative: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    @media (min-width: 980px) {
      .site-header .site-header-menus {
        text-align: right; }
        .site-header .site-header-menus li {
          display: inline-block; } }
    .lt-ie9 .site-header .site-header-menus {
      text-align: right; }
      .lt-ie9 .site-header .site-header-menus li {
        display: inline-block; }
    .site-header .site-header-menus .site-header-secondary-menu li {
      margin-left: 12px; }
    .site-header .site-header-menus .site-header-primary-menu {
      margin-top: 15px; }
      .site-header .site-header-menus .site-header-primary-menu li {
        position: relative; }
        .site-header .site-header-menus .site-header-primary-menu li:hover, .site-header .site-header-menus .site-header-primary-menu li:hover ul {
          background-color: #F6F6F6; }
        .site-header .site-header-menus .site-header-primary-menu li ul {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 20px;
          line-height: 2rem;
          position: absolute;
          z-index: 99;
          top: 60px;
          left: -999em;
          width: 210px;
          padding: 20px;
          text-align: left; }
          .site-header .site-header-menus .site-header-primary-menu li ul li, .site-header .site-header-menus .site-header-primary-menu li ul a, .site-header .site-header-menus .site-header-primary-menu li ul span {
            display: block;
            padding: 0; }
          .site-header .site-header-menus .site-header-primary-menu li ul li {
            margin-top: 1em; }
            .site-header .site-header-menus .site-header-primary-menu li ul li:first-child {
              margin-top: 0; }
        .site-header .site-header-menus .site-header-primary-menu li:hover ul, .site-header .site-header-menus .site-header-primary-menu li a:focus + ul {
          left: 0; }
        .site-header .site-header-menus .site-header-primary-menu li a, .site-header .site-header-menus .site-header-primary-menu li span {
          padding: 20px; }
        .site-header .site-header-menus .site-header-primary-menu li.current-menu-item a, .site-header .site-header-menus .site-header-primary-menu li.current-menu-item span {
          color: #ED1D24; }
  .site-header .site-mobile-menus {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: bold;
    position: absolute;
    z-index: 99;
    top: 0;
    right: -280px;
    background-color: #F6F6F6;
    width: 280px;
    padding: 20px; }
    .site-header .site-mobile-menus form {
      margin: 15px 0; }
    .site-header .site-mobile-menus li ul {
      padding-left: 20px; }
    .site-header .site-mobile-menus a, .site-header .site-mobile-menus span {
      margin: 10px 0; }
    .site-header .site-mobile-menus .menu-divider span {
      width: 100%;
      height: 1px;
      background-color: #A9B1B2; }

.site-hero {
  font-family: "League Gothic", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  background-color: #364347; }
  .site-hero .site-hero-item {
    padding: 0;
    min-height: 200px; }
    @media (min-width: 641px) and (max-width: 979px) {
      .site-hero .site-hero-item {
        min-height: 315px; } }
  .site-hero img {
    display: block;
    visibility: hidden;
    width: 100%;
    max-height: 575px; }
  .site-hero p {
    margin: 0; }

.extra-large-hero-text {
  font-size: 180px;
  font-size: 18rem; }
  @media (max-width: 640px) {
    .extra-large-hero-text {
      font-size: 80px;
      font-size: 8rem; } }

.large-hero-text {
  font-size: 85px;
  font-size: 8.5rem; }
  @media (max-width: 640px) {
    .large-hero-text {
      font-size: 50px;
      font-size: 5rem; } }

.medium-hero-text {
  font-size: 40px;
  font-size: 4rem; }
  @media (max-width: 640px) {
    .medium-hero-text {
      font-size: 24px;
      font-size: 2.4rem; } }

.small-hero-text {
  font-size: 25px;
  font-size: 2.5rem; }
  @media (max-width: 640px) {
    .small-hero-text {
      font-size: 15px;
      font-size: 1.5rem; } }

.hero-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, transparent 0%, rgba(54, 67, 71, 0.7) 50%); }
  @media (min-width: 980px) {
    .hero-text {
      left: 50%; } }
  .lt-ie9 .hero-text {
    left: 50%; }
  .hero-text > * {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center; }
    @media (max-width: 640px) {
      .hero-text > * {
        padding: 20px; } }
    @media (min-width: 641px) and (max-width: 979px) {
      .hero-text > * {
        padding: 40px; } }
    @media (min-width: 980px) {
      .hero-text > * {
        padding: 50px; } }
    .lt-ie9 .hero-text > * {
      padding: 50px; }

.hero-carousel .owl-dots {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-height: initial; }

.site-footer {
  color: #a9b1b2;
  background-color: #f6f6f6;
  border-top: solid #ED1D24 4px; }
  .site-footer a {
    color: #546366;
    text-decoration: none; }
    .site-footer a:visited {
      color: #546366; }
    .site-footer a:focus {
      color: #546366; }
    .site-footer a:hover {
      color: #ED1D24; }
    .site-footer a:active {
      color: #546366; }
    .site-footer a:hover {
      text-decoration: none;
      cursor: pointer; }
    .site-footer a:hover {
      cursor: pointer; }
  @media (min-width: 980px) {
    .flexbox .site-footer > div {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex; } }
  .flexbox .lt-ie9 .site-footer > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex; }
  .site-footer > div > * {
    padding-left: 40px; }
    @media (min-width: 980px) {
      .flexbox .site-footer > div > * {
        -ms-flex-positive: 0;
        -ms-flex-negative: 1;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }
    .flexbox .lt-ie9 .site-footer > div > * {
      -ms-flex-positive: 0;
      -ms-flex-negative: 1;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
    .site-footer > div > *:first-child {
      padding-left: 0; }
  .site-footer .footer-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0; }
  .site-footer label.footer-title {
    margin: 10px 0; }
  .site-footer .footer-logo-link {
    display: block;
    max-width: 220px; }
  .site-footer .footer-menu {
    font-weight: bold;
    color: #A9B1B2; }
    .site-footer .footer-menu li {
      margin-bottom: 10px; }
  .site-footer .footer-social-media li {
    margin: 10px 10px 10px 0; }
    .site-footer .footer-social-media li, .site-footer .footer-social-media li a {
      display: inline-block; }
  .site-footer .footer-latest-news-feed {
    max-width: 360px; }
    .site-footer .footer-latest-news-feed li {
      margin-bottom: 10px; }
  .site-footer .footer-cta-btn {
    margin: 25px 0; }
  .site-footer .input-submit-row {
    max-width: 320px; }
    .site-footer .input-submit-row button, .site-footer .input-submit-row input[type="submit"] {
      padding: 5px 15px !important; }
  .site-footer .footer-top-bar-ekg {
    position: absolute;
    top: -40px;
    right: 120px; }
    @media (max-width: 640px) {
      .site-footer .footer-top-bar-ekg {
        right: 20px; } }
  .site-footer .latest-tweets-footer {
    color: #546366;
    font-weight: bold; }
    .site-footer .latest-tweets-footer a {
      color: #ED1D24;
      text-decoration: none; }
      .site-footer .latest-tweets-footer a:visited {
        color: #ED1D24; }
      .site-footer .latest-tweets-footer a:focus {
        color: #ED1D24; }
      .site-footer .latest-tweets-footer a:hover {
        color: #ED1D24; }
      .site-footer .latest-tweets-footer a:active {
        color: #ED1D24; }
      .site-footer .latest-tweets-footer a:hover, .site-footer .latest-tweets-footer a:focus {
        text-decoration: underline; }
      .site-footer .latest-tweets-footer a:hover *, .site-footer .latest-tweets-footer a:focus * {
        text-decoration: underline; }
      .site-footer .latest-tweets-footer a:hover {
        cursor: pointer; }
    .site-footer .latest-tweets-footer .tweet-date {
      color: #A9B1B2; }

.page-participating-schools .site-content-wrapper {
  background-color: #F6F6F6; }

.site-title.site-title-gray {
  background-color: #E1E6E9; }
  .site-title.site-title-gray a {
    font-weight: bold; }
.site-title.site-title-black {
  color: white;
  background-color: #364347; }
  .site-title.site-title-black label {
    color: #A9B1B2; }
  .site-title.site-title-black a {
    color: #A9B1B2;
    text-decoration: none;
    text-decoration: underline; }
    .site-title.site-title-black a:visited {
      color: #A9B1B2; }
    .site-title.site-title-black a:focus {
      color: #A9B1B2; }
    .site-title.site-title-black a:hover {
      color: #A9B1B2; }
    .site-title.site-title-black a:active {
      color: #A9B1B2; }
    .site-title.site-title-black a:hover, .site-title.site-title-black a:focus {
      text-decoration: underline; }
    .site-title.site-title-black a:hover *, .site-title.site-title-black a:focus * {
      text-decoration: underline; }
    .site-title.site-title-black a:hover {
      cursor: pointer; }
@media (max-width: 979px) {
  .site-title > div > .cwt-row [class^="cwt-col"] {
    margin-top: 1em; }
  .site-title > div > .cwt-row [class^="cwt-col"]:first-child {
    margin-top: 0; } }
.site-title .sub-title {
  margin-bottom: 1em; }
  .site-title .sub-title:last-child {
    margin-bottom: 0; }

.site-main a {
  font-weight: bold; }

.content-divider {
  width: 100%;
  height: 1px;
  background-color: #A9B1B2;
  margin: 40px 0; }
  @media (max-width: 979px) {
    .content-divider {
      margin: 20px 0; } }

@media (min-width: 1210px) {
  .page-template-page-contact .content-area > *:first-child {
    padding-right: 40px; }
  .page-template-page-contact .content-area > *:last-child {
    padding-left: 40px; } }

.post-article .entry-header {
  margin-bottom: 50px; }

.entry-date {
  color: #A9B1B2; }

ul.default-style {
  display: block;
  list-style-type: disc;
  margin-left: 40px; }

.promo-one-column, .promo-three-columns {
  text-align: center; }
  .promo-one-column .primary-text, .promo-three-columns .primary-text {
    font-weight: bold;
    margin: 1em 0; }
    .promo-one-column .primary-text .btn, .promo-three-columns .primary-text .btn {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px;
      line-height: 2.4rem; }

.promo-one-column > div *:first-child {
  margin-top: 0; }
.promo-one-column > div *:last-child {
  margin-bottom: 0; }

.promo-one-column-red {
  color: white;
  background-color: #ed1d24; }

.promo-one-column-black {
  color: white;
  background-color: #364347; }
  .promo-one-column-black h2 {
    color: #A9B1B2; }

@media (max-width: 979px) {
  .promo-two-columns img, .promo-three-columns img {
    display: inline-block;
    margin-bottom: 30px; } }

.promo-three-columns img {
  height: 80px; }

@media (min-width: 980px) {
  .promo-two-columns > * > * {
    width: 50%; } }
.lt-ie9 .promo-two-columns > * > * {
  width: 50%; }
.promo-two-columns > * > *:first-child {
  text-align: center; }
@media (min-width: 980px) {
  .flexbox .promo-two-columns:nth-child(2n-1) > * {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }
.flexbox .lt-ie9 .promo-two-columns:nth-child(2n-1) > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
@media (min-width: 980px) {
  .promo-two-columns:nth-child(2n-1) > * > *:first-child {
    padding-left: 40px; }
  .promo-two-columns:nth-child(2n-1) > * > *:last-child {
    padding-right: 40px; } }
.lt-ie9 .promo-two-columns:nth-child(2n-1) > * > *:first-child {
  padding-left: 40px; }
.lt-ie9 .promo-two-columns:nth-child(2n-1) > * > *:last-child {
  padding-right: 40px; }
.promo-two-columns:nth-child(2n) {
  background-color: #F6F6F6; }
  @media (min-width: 980px) {
    .flexbox .promo-two-columns:nth-child(2n) > * {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }
  .flexbox .lt-ie9 .promo-two-columns:nth-child(2n) > * {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  @media (min-width: 980px) {
    .promo-two-columns:nth-child(2n) > * > *:first-child {
      padding-right: 40px; }
    .promo-two-columns:nth-child(2n) > * > *:last-child {
      padding-left: 40px; } }
  .lt-ie9 .promo-two-columns:nth-child(2n) > * > *:first-child {
    padding-right: 40px; }
  .lt-ie9 .promo-two-columns:nth-child(2n) > * > *:last-child {
    padding-left: 40px; }

@media (max-width: 979px) {
  .promo-three-columns [class^="cwt-col"] {
    margin-top: 30px; }
  .promo-three-columns [class^="cwt-col"]:first-child {
    margin-top: 0; } }

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], select, textarea {
  color: #364347;
  width: 100%;
  padding: 8px 10px;
  margin: 10px 0 !important;
  border: solid 1px #A9B1B2; }
  .content-area input[type="text"],
  .content-area input[type="password"],
  .content-area input[type="email"],
  .content-area input[type="url"],
  .content-area input[type="date"],
  .content-area input[type="month"],
  .content-area input[type="time"],
  .content-area input[type="datetime"],
  .content-area input[type="datetime-local"],
  .content-area input[type="week"],
  .content-area input[type="number"],
  .content-area input[type="search"],
  .content-area input[type="tel"],
  .content-area input[type="color"],
  .content-area select,
  .content-area textarea {
    margin-bottom: 0 !important; }

label {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0; }

span.wpcf7-list-item {
  margin: 0; }

.site-search {
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.87); }
  .lt-ie9 .site-search {
    background-color: black; }
  .site-search > form {
    top: 25%;
    border: 1px solid #FFF; }
    .site-search > form .search-field {
      color: white;
      background-color: rgba(0, 0, 0, 0);
      border-color: #FFF;
      width: 360px;
      min-width: 25vw;
      max-width: 50vw; }
      .lt-ie9 .site-search > form .search-field {
        background-color: black; }
    .site-search > form input, .site-search > form button.btn.btn-alt {
      border: none !important; }
  .site-search .close-search {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 75px;
    padding-right: 50px;
    font-size: 48px;
    font-size: 4.8rem; }
    .site-search .close-search a {
      color: #FFF;
      text-decoration: none; }
      .site-search .close-search a:visited {
        color: #FFF; }
      .site-search .close-search a:focus {
        color: #FFF; }
      .site-search .close-search a:hover {
        color: #FFF; }
      .site-search .close-search a:active {
        color: #FFF; }
      .site-search .close-search a:hover {
        text-decoration: none;
        cursor: pointer; }
      .site-search .close-search a:hover {
        cursor: pointer; }

.ui-dialog {
  background-color: #FFF; }

.gfield_description.instruction {
  display: none; }

body.blog .site-content-wrapper {
  background-color: #E1E6E9; }
  body.blog .site-content-wrapper .site-content {
    padding-top: 0; }

.pagination a {
  color: #364347;
  text-decoration: none; }
  .pagination a:visited {
    color: #364347; }
  .pagination a:focus {
    color: #364347; }
  .pagination a:hover {
    color: #ED1D24; }
  .pagination a:active {
    color: #364347; }
  .pagination a:hover {
    text-decoration: none;
    cursor: pointer; }
  .pagination a:hover {
    cursor: pointer; }
.pagination .page-numbers span, .pagination .page-numbers.prev, .pagination .page-numbers.next {
  padding: 6px 15px;
  border: 2px solid transparent;
  font-weight: bold; }
.pagination .page-numbers, .pagination .page-numbers span {
  display: inline-block; }
.pagination .page-numbers.current span, .pagination .page-numbers:hover span, .pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  color: #ed1d24;
  background-color: white;
  border-color: #ED1D24; }

.news-grid li {
  margin-bottom: 20px;
  padding: 0 10px;
  width: 25%; }
  @media (min-width: 641px) and (max-width: 979px) {
    .news-grid li {
      width: 50%; } }
  @media (max-width: 640px) {
    .news-grid li {
      width: 100%;
      padding: 0; } }
  .news-grid li > * {
    background-color: #FFF; }
  .news-grid li .entry-thumbnail {
    display: block;
    width: 100%; }
  .news-grid li .entry-details {
    padding: 30px 20px; }
  .news-grid li .entry-title {
    margin-bottom: 20px; }
  .news-grid li .entry-date {
    font-size: 14px;
    font-size: 1.4rem; }
  .news-grid li .entry-content {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 20px 0; }
  .news-grid li .entry-read-more {
    color: #364347;
    text-decoration: none; }
    .news-grid li .entry-read-more:visited {
      color: #364347; }
    .news-grid li .entry-read-more:focus {
      color: #364347; }
    .news-grid li .entry-read-more:hover {
      color: #ED1D24; }
    .news-grid li .entry-read-more:active {
      color: #364347; }
    .news-grid li .entry-read-more:hover {
      text-decoration: none;
      cursor: pointer; }
    .news-grid li .entry-read-more:hover {
      cursor: pointer; }
  .news-grid li .type-twitter-post i.fa {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1; }
  .news-grid li .type-twitter-post .entry-content {
    overflow: hidden;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: bold; }

@media (min-width: 980px) {
  .scheduler-grid .scheduler-grid-dates {
    *zoom: 1;
    width: 340px;
    padding-right: 40px;
    float: left; }
    .scheduler-grid .scheduler-grid-dates:before, .scheduler-grid .scheduler-grid-dates:after {
      content: " ";
      display: table; }
    .scheduler-grid .scheduler-grid-dates:after {
      clear: both; }
    .scheduler-grid .scheduler-grid-dates a.btn {
      width: 300px; } }
.lt-ie9 .scheduler-grid .scheduler-grid-dates {
  *zoom: 1;
  width: 340px;
  padding-right: 40px;
  float: left; }
  .lt-ie9 .scheduler-grid .scheduler-grid-dates:before, .lt-ie9 .scheduler-grid .scheduler-grid-dates:after {
    content: " ";
    display: table; }
  .lt-ie9 .scheduler-grid .scheduler-grid-dates:after {
    clear: both; }
  .lt-ie9 .scheduler-grid .scheduler-grid-dates a.btn {
    width: 300px; }
@media (max-width: 979px) {
  .scheduler-grid .scheduler-grid-dates a.btn {
    width: 250px; } }
.scheduler-grid .scheduler-grid-dates span.btn {
  cursor: default; }
  .scheduler-grid .scheduler-grid-dates span.btn:hover {
    background-color: #FFF !important; }
@media (min-width: 980px) {
  .scheduler-grid .scheduler-grid-times {
    margin-left: 345px; } }
.lt-ie9 .scheduler-grid .scheduler-grid-times {
  margin-left: 345px; }
.scheduler-grid .scheduler-grid-times ul {
  margin: -5px; }
  .flexbox .scheduler-grid .scheduler-grid-times ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap; }
  .scheduler-grid .scheduler-grid-times ul li {
    display: inline-block;
    padding: 5px;
    width: 150px; }
    .flexbox .scheduler-grid .scheduler-grid-times ul li {
      -ms-flex-positive: 0;
      -ms-flex-negative: 1;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
    @media (min-width: 641px) and (max-width: 979px) {
      .scheduler-grid .scheduler-grid-times ul li {
        width: 130px; } }
    @media (max-width: 640px) {
      .scheduler-grid .scheduler-grid-times ul li {
        width: 50%; } }
.scheduler-grid a.btn, .scheduler-grid span.btn {
  display: inline-block;
  width: 100%; }

.titleBar {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: white;
  background-color: #ed1d24;
  font-weight: bold;
  padding: 12px 20px;
  cursor: pointer; }
  .disabled .titleBar {
    background-color: #A9B1B2;
    cursor: default; }
  .titleBar .stepNum {
    display: inline-block; }

.reservation-box-content {
  background-color: #F6F6F6;
  border: 1px solid #A9B1B2;
  padding: 30px 20px; }
  .reservation-box-content iframe.scheduler-disclaimer-iframe {
    min-height: 375px;
    margin-bottom: 20px; }
  .reservation-box-content select {
    max-width: 300px; }
  .reservation-box-content td {
    vertical-align: top;
    padding: 10px; }
  .reservation-box-content .table-striped tr:nth-child(2n-1) {
    background-color: #FFF; }
  .reservation-box-content .information-table {
    background-color: #FFF; }
    .reservation-box-content .information-table .cwt-row {
      padding: 10px; }
    .reservation-box-content .information-table [class^="cwt-col"] {
      margin: 0; }

.reservation-box.step-box .reservation-box-content {
  display: none; }

.reservation-box .reservation-box-content,
.reservation-box.step-box.current .reservation-box-content,
.reservation-box.affixed-box .reservation-box-content {
  height: auto;
  display: block; }

.reservation-box-content {
  display: block; }

.spinner-container {
  display: inline-block;
  position: relative;
  height: 10px;
  margin-left: 10px;
  opacity: 0; }

/* Validation Styles */
input[type=text].invalid, input[type="password"].invalid, textarea.invalid, select.invalid {
  border-color: #B94A48; }

input[type="radio"].invalid, input[type="radio"].invalid ~ input[type="radio"] {
  outline: 1px solid #B94A48; }

.reservation-box-content .popover {
  position: static !important;
  color: #ED1D24;
  font-weight: bold; }
  .reservation-box-content .popover .popover-title {
    margin: 0 !important; }

/*Specific Targettings*/
div#slider {
  margin: auto; }

#addStudentForm {
  display: none; }

#sendDoctorForm {
  display: none; }

#confirmationBig {
  font-size: 45px; }

input[disabled], select[disabled],
textarea[disabled], input[readonly],
select[readonly], textarea[readonly] {
  cursor: default;
  background-color: #FDFDFD; }
