@charset "UTF-8";
/*======================================= Imports =======================================*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background-color: transparent; }

/** Improve readability of focused elements when they are also in an active/hover state. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1, #extraContent1 .heading { 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 { -webkit-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"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -webkit-box-sizing: content-box; box-sizing: content-box; /* 2 */ }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

/** Foundation for Sites by ZURB Version 6.4.3 foundation.zurb.com Licensed under MIT Open Source */
.foundation-mq { font-family: "small=0em&medium=40em&large=64em&xlarge=78.75em&xxlarge=90em"; }

html { -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 18px; }

*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

body { margin: 0; padding: 0; background: #fff; font-family: "Lato", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; line-height: 1.4; color: #666; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

img { display: inline-block; vertical-align: middle; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; }

textarea { height: auto; min-height: 50px; border-radius: 5px; }

select { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; border-radius: 5px; }

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object { max-width: none !important; }

button { padding: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; border-radius: 5px; background: transparent; line-height: 1; cursor: auto; }

[data-whatinput='mouse'] button { outline: 0; }

pre { overflow: auto; }

button, input, optgroup, select, textarea { font-family: inherit; }

.is-visible { display: block !important; }

.is-hidden { display: none !important; }

.row { max-width: 70rem; margin-right: auto; margin-left: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }

.row .row { margin-right: -0.55556rem; margin-left: -0.55556rem; }

@media print, screen and (min-width: 40em) { .row .row { margin-right: -0.83333rem; margin-left: -0.83333rem; } }

@media print, screen and (min-width: 64em) { .row .row { margin-right: -0.83333rem; margin-left: -0.83333rem; } }

@media screen and (min-width: 78.75em) { .row .row { margin-right: -0.83333rem; margin-left: -0.83333rem; } }

.row .row.collapse { margin-right: 0; margin-left: 0; }

.row.expanded { max-width: none; }

.row.expanded .row { margin-right: auto; margin-left: auto; }

.row:not(.expanded) .row { max-width: none; }

.row.collapse > .column, .row.collapse > .columns { padding-right: 0; padding-left: 0; }

.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row { margin-right: 0; margin-left: 0; }

.column, .columns { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; padding-right: 0.55556rem; padding-left: 0.55556rem; min-width: 0; }

@media print, screen and (min-width: 40em) { .column, .columns { padding-right: 0.83333rem; padding-left: 0.83333rem; } }

.column.row.row, .row.row.columns { float: none; display: block; }

.row .column.row.row, .row .row.row.columns { margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; }

.small-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }

.small-offset-0 { margin-left: 0%; }

.small-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }

.small-offset-1 { margin-left: 8.33333%; }

.small-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.small-offset-2 { margin-left: 16.66667%; }

.small-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }

.small-offset-3 { margin-left: 25%; }

.small-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }

.small-offset-4 { margin-left: 33.33333%; }

.small-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.small-offset-5 { margin-left: 41.66667%; }

.small-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }

.small-offset-6 { margin-left: 50%; }

.small-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }

.small-offset-7 { margin-left: 58.33333%; }

.small-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }

.small-offset-8 { margin-left: 66.66667%; }

.small-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }

.small-offset-9 { margin-left: 75%; }

.small-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }

.small-offset-10 { margin-left: 83.33333%; }

.small-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.small-offset-11 { margin-left: 91.66667%; }

.small-up-1 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-1 > .column, .small-up-1 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.small-up-2 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-2 > .column, .small-up-2 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.small-up-3 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-3 > .column, .small-up-3 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }

.small-up-4 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-4 > .column, .small-up-4 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.small-up-5 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-5 > .column, .small-up-5 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }

.small-up-6 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-6 > .column, .small-up-6 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }

.small-up-7 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-7 > .column, .small-up-7 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 14.28571%; flex: 0 0 14.28571%; max-width: 14.28571%; }

.small-up-8 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-8 > .column, .small-up-8 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns { padding-right: 0; padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns { padding-right: 0.55556rem; padding-left: 0.55556rem; }

@media print, screen and (min-width: 40em) { .medium-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .medium-offset-0 { margin-left: 0%; }
  .medium-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .medium-offset-1 { margin-left: 8.33333%; }
  .medium-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .medium-offset-2 { margin-left: 16.66667%; }
  .medium-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .medium-offset-3 { margin-left: 25%; }
  .medium-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .medium-offset-4 { margin-left: 33.33333%; }
  .medium-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .medium-offset-5 { margin-left: 41.66667%; }
  .medium-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .medium-offset-6 { margin-left: 50%; }
  .medium-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .medium-offset-7 { margin-left: 58.33333%; }
  .medium-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .medium-offset-8 { margin-left: 66.66667%; }
  .medium-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .medium-offset-9 { margin-left: 75%; }
  .medium-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .medium-offset-10 { margin-left: 83.33333%; }
  .medium-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .medium-offset-11 { margin-left: 91.66667%; }
  .medium-up-1 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-1 > .column, .medium-up-1 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .medium-up-2 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-2 > .column, .medium-up-2 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .medium-up-3 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-3 > .column, .medium-up-3 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .medium-up-4 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-4 > .column, .medium-up-4 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .medium-up-5 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-5 > .column, .medium-up-5 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .medium-up-6 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-6 > .column, .medium-up-6 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .medium-up-7 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-7 > .column, .medium-up-7 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 14.28571%; flex: 0 0 14.28571%; max-width: 14.28571%; }
  .medium-up-8 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-8 > .column, .medium-up-8 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) { .medium-expand { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }

@media print, screen and (min-width: 40em) { .row.medium-unstack > .column, .row.medium-unstack > .columns { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) { .medium-collapse > .column, .medium-collapse > .columns { padding-right: 0; padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns { padding-right: 0.83333rem; padding-left: 0.83333rem; } }

@media print, screen and (min-width: 64em) { .large-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .large-offset-0 { margin-left: 0%; }
  .large-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .large-offset-1 { margin-left: 8.33333%; }
  .large-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .large-offset-2 { margin-left: 16.66667%; }
  .large-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .large-offset-3 { margin-left: 25%; }
  .large-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .large-offset-4 { margin-left: 33.33333%; }
  .large-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .large-offset-5 { margin-left: 41.66667%; }
  .large-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .large-offset-6 { margin-left: 50%; }
  .large-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .large-offset-7 { margin-left: 58.33333%; }
  .large-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .large-offset-8 { margin-left: 66.66667%; }
  .large-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .large-offset-9 { margin-left: 75%; }
  .large-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .large-offset-10 { margin-left: 83.33333%; }
  .large-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .large-offset-11 { margin-left: 91.66667%; }
  .large-up-1 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-1 > .column, .large-up-1 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .large-up-2 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-2 > .column, .large-up-2 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .large-up-3 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-3 > .column, .large-up-3 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .large-up-4 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-4 > .column, .large-up-4 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .large-up-5 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-5 > .column, .large-up-5 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .large-up-6 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-6 > .column, .large-up-6 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .large-up-7 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-7 > .column, .large-up-7 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 14.28571%; flex: 0 0 14.28571%; max-width: 14.28571%; }
  .large-up-8 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-8 > .column, .large-up-8 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) { .large-expand { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }

@media print, screen and (min-width: 64em) { .row.large-unstack > .column, .row.large-unstack > .columns { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) { .large-collapse > .column, .large-collapse > .columns { padding-right: 0; padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns { padding-right: 0.83333rem; padding-left: 0.83333rem; } }

@media screen and (min-width: 78.75em) { .xlarge-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .xlarge-offset-0 { margin-left: 0%; }
  .xlarge-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .xlarge-offset-1 { margin-left: 8.33333%; }
  .xlarge-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .xlarge-offset-2 { margin-left: 16.66667%; }
  .xlarge-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .xlarge-offset-3 { margin-left: 25%; }
  .xlarge-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .xlarge-offset-4 { margin-left: 33.33333%; }
  .xlarge-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .xlarge-offset-5 { margin-left: 41.66667%; }
  .xlarge-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .xlarge-offset-6 { margin-left: 50%; }
  .xlarge-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .xlarge-offset-7 { margin-left: 58.33333%; }
  .xlarge-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .xlarge-offset-8 { margin-left: 66.66667%; }
  .xlarge-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .xlarge-offset-9 { margin-left: 75%; }
  .xlarge-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .xlarge-offset-10 { margin-left: 83.33333%; }
  .xlarge-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .xlarge-offset-11 { margin-left: 91.66667%; }
  .xlarge-up-1 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .xlarge-up-2 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .xlarge-up-3 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .xlarge-up-4 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .xlarge-up-5 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .xlarge-up-6 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .xlarge-up-7 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 14.28571%; flex: 0 0 14.28571%; max-width: 14.28571%; }
  .xlarge-up-8 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; max-width: 12.5%; } }

@media screen and (min-width: 78.75em) and (min-width: 78.75em) { .xlarge-expand { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }

@media screen and (min-width: 78.75em) { .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

@media screen and (min-width: 78.75em) { .xlarge-collapse > .column, .xlarge-collapse > .columns { padding-right: 0; padding-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns { padding-right: 0.83333rem; padding-left: 0.83333rem; } }

.shrink { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: 100%; }

.column-block { margin-bottom: 1.11111rem; }

.column-block > :last-child { margin-bottom: 0; }

@media print, screen and (min-width: 40em) { .column-block { margin-bottom: 1.66667rem; }
  .column-block > :last-child { margin-bottom: 0; } }

div, dl, dt, dd, ul, ol, li, h1, #extraContent1 .heading, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; }

p { margin-bottom: 1.66667rem; font-size: inherit; line-height: 1.6; text-rendering: optimizeLegibility; }

em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

small { font-size: 80%; line-height: inherit; }

h1, #extraContent1 .heading, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: "Nova Square", cursive; font-style: normal; font-weight: normal; color: inherit; text-rendering: optimizeLegibility; }

h1 small, #extraContent1 .heading small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small { line-height: 0; color: #cacaca; }

h1, #extraContent1 .heading, .h1 { font-size: 1.55556rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

h2, .h2 { font-size: 1.22222rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

h3, .h3 { font-size: 1.11111rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

h4, .h4 { font-size: 1.11111rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

h5, .h5 { font-size: 1rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

h6, .h6 { font-size: 1rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) { h1, #extraContent1 .heading, .h1 { font-size: 2rem; }
  h2, .h2 { font-size: 1.33333rem; }
  h3, .h3 { font-size: 1.33333rem; }
  h4, .h4 { font-size: 1.22222rem; }
  h5, .h5 { font-size: 1.11111rem; }
  h6, .h6 { font-size: 1rem; } }

a { line-height: inherit; color: #DD242D; text-decoration: none; cursor: pointer; }

a:hover, a:focus { color: #bf1e26; }

a img { border: 0; }

hr { clear: both; max-width: 70rem; height: 0; margin: 1.66667rem auto; border-top: 0; border-right: 0; border-bottom: 1px solid #BFBFBF; border-left: 0; }

ul, ol, dl { margin-bottom: 1.66667rem; list-style-position: outside; line-height: 1.6; }

li { font-size: inherit; }

ul { margin-left: 1.25rem; list-style-type: disc; }

ol { margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol { margin-left: 1.25rem; margin-bottom: 0; }

dl { margin-bottom: 1rem; }

dl dt { margin-bottom: 0.3rem; font-weight: bold; }

blockquote { margin: 0 0 1.66667rem; padding: 0.5rem 1.11111rem 0 1.05556rem; border-left: 1px solid #cacaca; }

blockquote, blockquote p { line-height: 1.6; color: #333; }

cite { display: block; font-size: 0.72222rem; color: #8a8a8a; }

cite:before { content: "— "; }

abbr, abbr[title] { border-bottom: 1px dotted #0a0a0a; cursor: help; text-decoration: none; }

figure { margin: 0; }

code { padding: 0.11111rem 0.27778rem 0.05556rem; border: 1px solid #cacaca; background-color: #e6e6e6; font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; color: #0a0a0a; }

kbd { margin: 0; padding: 0.11111rem 0.22222rem 0; background-color: #e6e6e6; font-family: Consolas, "Liberation Mono", Courier, monospace; color: #0a0a0a; border-radius: 5px; }

.subheader { margin-top: 0.2rem; margin-bottom: 0.5rem; font-weight: normal; line-height: 1.4; color: #8a8a8a; }

.lead { font-size: 22.5px; line-height: 1.6; }

.stat { font-size: 2.5rem; line-height: 1; }

p + .stat { margin-top: -1rem; }

ul.no-bullet, ol.no-bullet { margin-left: 0; list-style: none; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

@media print, screen and (min-width: 40em) { .medium-text-left { text-align: left; }
  .medium-text-right { text-align: right; }
  .medium-text-center { text-align: center; }
  .medium-text-justify { text-align: justify; } }

@media print, screen and (min-width: 64em) { .large-text-left { text-align: left; }
  .large-text-right { text-align: right; }
  .large-text-center { text-align: center; }
  .large-text-justify { text-align: justify; } }

@media screen and (min-width: 78.75em) { .xlarge-text-left { text-align: left; }
  .xlarge-text-right { text-align: right; }
  .xlarge-text-center { text-align: center; }
  .xlarge-text-justify { text-align: justify; } }

.show-for-print { display: none !important; }

@media print { * { background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; color: black !important; text-shadow: none !important; }
  .show-for-print { display: block !important; }
  .hide-for-print { display: none !important; }
  table.show-for-print { display: table !important; }
  thead.show-for-print { display: table-header-group !important; }
  tbody.show-for-print { display: table-row-group !important; }
  tr.show-for-print { display: table-row !important; }
  td.show-for-print { display: table-cell !important; }
  th.show-for-print { display: table-cell !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  .ir a:after, a[href^='javascript:']:after, a[href^='#']:after { content: ''; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  pre, blockquote { border: 1px solid #8a8a8a; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .print-break-inside { page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 2.07778rem; margin: 0 0 0.88889rem; padding: 0.44444rem; border: 1px solid #cacaca; border-radius: 5px; background-color: #fff; -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); font-family: inherit; font-size: 0.88889rem; font-weight: normal; line-height: 1.4; color: #0a0a0a; -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus { outline: none; border: 1px solid #8a8a8a; background-color: #fff; -webkit-box-shadow: 0 0 5px #cacaca; box-shadow: 0 0 5px #cacaca; -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea { max-width: 100%; }

textarea[rows] { height: auto; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #cacaca; }

input::-moz-placeholder, textarea::-moz-placeholder { color: #cacaca; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #cacaca; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder { color: #cacaca; }

input::placeholder, textarea::placeholder { color: #cacaca; }

input:disabled, input[readonly], textarea:disabled, textarea[readonly] { background-color: #e6e6e6; cursor: not-allowed; }

[type='submit'], [type='button'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 5px; }

input[type="search"] { -webkit-box-sizing: border-box; box-sizing: border-box; }

[type='file'], [type='checkbox'], [type='radio'] { margin: 0 0 0.88889rem; }

[type='checkbox'] + label, [type='radio'] + label { display: inline-block; vertical-align: baseline; margin-left: 0.44444rem; margin-right: 0.88889rem; margin-bottom: 0; }

[type='checkbox'] + label[for], [type='radio'] + label[for] { cursor: pointer; }

label > [type='checkbox'], label > [type='radio'] { margin-right: 0.44444rem; }

[type='file'] { width: 100%; }

label { display: block; margin: 0; font-size: 0.77778rem; font-weight: normal; line-height: 1.8; color: #0a0a0a; }

label.middle { margin: 0 0 0.88889rem; padding: 0.5rem 0; }

.help-text { margin-top: -0.44444rem; font-size: 0.72222rem; font-style: italic; color: #0a0a0a; }

.input-group { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; margin-bottom: 0.88889rem; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.input-group > :first-child { border-radius: 5px 0 0 5px; }

.input-group > :last-child > * { border-radius: 0 5px 5px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label { margin: 0; white-space: nowrap; }

.input-group-label { padding: 0 1rem; border: 1px solid #cacaca; background: #e6e6e6; color: #0a0a0a; text-align: center; white-space: nowrap; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.input-group-label:first-child { border-right: 0; }

.input-group-label:last-child { border-left: 0; }

.input-group-field { border-radius: 0; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; height: auto; min-width: 0; }

.input-group-button { padding-top: 0; padding-bottom: 0; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label { height: auto; -ms-flex-item-align: stretch; align-self: stretch; padding-top: 0; padding-bottom: 0; font-size: 0.88889rem; }

fieldset { margin: 0; padding: 0; border: 0; }

legend { max-width: 100%; margin-bottom: 0.44444rem; }

.fieldset { margin: 1rem 0; padding: 1.11111rem; border: 1px solid #cacaca; }

.fieldset legend { margin: 0; margin-left: -0.16667rem; padding: 0 0.16667rem; }

select { height: 2.07778rem; margin: 0 0 0.88889rem; padding: 0.44444rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid #cacaca; border-radius: 5px; background-color: #fff; font-family: inherit; font-size: 0.88889rem; font-weight: normal; line-height: 1.4; color: #0a0a0a; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>"); background-origin: content-box; background-position: right -0.88889rem center; background-repeat: no-repeat; background-size: 9px 6px; padding-right: 1.33333rem; -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

@media screen and (min-width: 0\0) { select { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

select:focus { outline: none; border: 1px solid #8a8a8a; background-color: #fff; -webkit-box-shadow: 0 0 5px #cacaca; box-shadow: 0 0 5px #cacaca; -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

select:disabled { background-color: #e6e6e6; cursor: not-allowed; }

select::-ms-expand { display: none; }

select[multiple] { height: auto; background-image: none; }

.is-invalid-input:not(:focus) { border-color: #cc4b37; background-color: #faedeb; }

.is-invalid-input:not(:focus)::-webkit-input-placeholder { color: #cc4b37; }

.is-invalid-input:not(:focus)::-moz-placeholder { color: #cc4b37; }

.is-invalid-input:not(:focus):-ms-input-placeholder { color: #cc4b37; }

.is-invalid-input:not(:focus)::-ms-input-placeholder { color: #cc4b37; }

.is-invalid-input:not(:focus)::placeholder { color: #cc4b37; }

.is-invalid-label { color: #cc4b37; }

.form-error { display: none; margin-top: -0.44444rem; margin-bottom: 0.88889rem; font-size: 0.66667rem; font-weight: bold; color: #cc4b37; }

.form-error.is-visible { display: block; }

.button { display: inline-block; vertical-align: middle; margin: 0 0 1.66667rem 0; font-family: inherit; padding: 0.85em 1.2em; -webkit-appearance: none; border: 1px solid transparent; border-radius: 5px; -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out; transition: background-color 0.25s ease-out, color 0.25s ease-out; font-size: 1rem; line-height: 1; text-align: center; cursor: pointer; background-color: #DD242D; color: #fff; }

[data-whatinput='mouse'] .button { outline: 0; }

.button:hover, .button:focus { background-color: #bd1d25; color: #fff; }

.button.tiny { font-size: 0.6rem; }

.button.small { font-size: 0.75rem; }

.button.large { font-size: 1.25rem; }

.button.expanded { display: block; width: 100%; margin-right: 0; margin-left: 0; }

.button.primary { background-color: #DD242D; color: #fff; }

.button.primary:hover, .button.primary:focus { background-color: #b21c23; color: #fff; }

.button.secondary { background-color: #595A5C; color: #fff; }

.button.secondary:hover, .button.secondary:focus { background-color: #47484a; color: #fff; }

.button.success { background-color: #3adb76; color: #0a0a0a; }

.button.success:hover, .button.success:focus { background-color: #22bb5b; color: #0a0a0a; }

.button.warning { background-color: #ffae00; color: #0a0a0a; }

.button.warning:hover, .button.warning:focus { background-color: #cc8b00; color: #0a0a0a; }

.button.alert { background-color: #cc4b37; color: #fff; }

.button.alert:hover, .button.alert:focus { background-color: #a53b2a; color: #fff; }

.button.disabled, .button[disabled] { opacity: 0.25; cursor: not-allowed; }

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus { background-color: #DD242D; color: #fff; }

.button.disabled.primary, .button[disabled].primary { opacity: 0.25; cursor: not-allowed; }

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus { background-color: #DD242D; color: #fff; }

.button.disabled.secondary, .button[disabled].secondary { opacity: 0.25; cursor: not-allowed; }

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #595A5C; color: #fff; }

.button.disabled.success, .button[disabled].success { opacity: 0.25; cursor: not-allowed; }

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #3adb76; color: #0a0a0a; }

.button.disabled.warning, .button[disabled].warning { opacity: 0.25; cursor: not-allowed; }

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus { background-color: #ffae00; color: #0a0a0a; }

.button.disabled.alert, .button[disabled].alert { opacity: 0.25; cursor: not-allowed; }

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #cc4b37; color: #fff; }

.button.hollow { border: 1px solid #DD242D; color: #DD242D; }

.button.hollow, .button.hollow:hover, .button.hollow:focus { background-color: transparent; }

.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus { background-color: transparent; }

.button.hollow:hover, .button.hollow:focus { border-color: #6f1116; color: #6f1116; }

.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] { border: 1px solid #DD242D; color: #DD242D; }

.button.hollow.primary { border: 1px solid #DD242D; color: #DD242D; }

.button.hollow.primary:hover, .button.hollow.primary:focus { border-color: #6f1116; color: #6f1116; }

.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] { border: 1px solid #DD242D; color: #DD242D; }

.button.hollow.secondary { border: 1px solid #595A5C; color: #595A5C; }

.button.hollow.secondary:hover, .button.hollow.secondary:focus { border-color: #2d2d2e; color: #2d2d2e; }

.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] { border: 1px solid #595A5C; color: #595A5C; }

.button.hollow.success { border: 1px solid #3adb76; color: #3adb76; }

.button.hollow.success:hover, .button.hollow.success:focus { border-color: #157539; color: #157539; }

.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] { border: 1px solid #3adb76; color: #3adb76; }

.button.hollow.warning { border: 1px solid #ffae00; color: #ffae00; }

.button.hollow.warning:hover, .button.hollow.warning:focus { border-color: #805700; color: #805700; }

.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] { border: 1px solid #ffae00; color: #ffae00; }

.button.hollow.alert { border: 1px solid #cc4b37; color: #cc4b37; }

.button.hollow.alert:hover, .button.hollow.alert:focus { border-color: #67251a; color: #67251a; }

.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] { border: 1px solid #cc4b37; color: #cc4b37; }

.button.clear { border: 1px solid #DD242D; color: #DD242D; }

.button.clear, .button.clear:hover, .button.clear:focus { background-color: transparent; }

.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus { background-color: transparent; }

.button.clear:hover, .button.clear:focus { border-color: #6f1116; color: #6f1116; }

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] { border: 1px solid #DD242D; color: #DD242D; }

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] { border-color: transparent; }

.button.clear.primary { border: 1px solid #DD242D; color: #DD242D; }

.button.clear.primary:hover, .button.clear.primary:focus { border-color: #6f1116; color: #6f1116; }

.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] { border: 1px solid #DD242D; color: #DD242D; }

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] { border-color: transparent; }

.button.clear.secondary { border: 1px solid #595A5C; color: #595A5C; }

.button.clear.secondary:hover, .button.clear.secondary:focus { border-color: #2d2d2e; color: #2d2d2e; }

.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] { border: 1px solid #595A5C; color: #595A5C; }

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] { border-color: transparent; }

.button.clear.success { border: 1px solid #3adb76; color: #3adb76; }

.button.clear.success:hover, .button.clear.success:focus { border-color: #157539; color: #157539; }

.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] { border: 1px solid #3adb76; color: #3adb76; }

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] { border-color: transparent; }

.button.clear.warning { border: 1px solid #ffae00; color: #ffae00; }

.button.clear.warning:hover, .button.clear.warning:focus { border-color: #805700; color: #805700; }

.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] { border: 1px solid #ffae00; color: #ffae00; }

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] { border-color: transparent; }

.button.clear.alert { border: 1px solid #cc4b37; color: #cc4b37; }

.button.clear.alert:hover, .button.clear.alert:focus { border-color: #67251a; color: #67251a; }

.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] { border: 1px solid #cc4b37; color: #cc4b37; }

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] { border-color: transparent; }

.button.dropdown::after { display: block; width: 0; height: 0; border: inset 0.4em; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #fff transparent transparent; position: relative; top: 0.4em; display: inline-block; float: right; margin-left: 1.2em; }

.button.dropdown.hollow::after { border-top-color: #DD242D; }

.button.dropdown.hollow.primary::after { border-top-color: #DD242D; }

.button.dropdown.hollow.secondary::after { border-top-color: #595A5C; }

.button.dropdown.hollow.success::after { border-top-color: #3adb76; }

.button.dropdown.hollow.warning::after { border-top-color: #ffae00; }

.button.dropdown.hollow.alert::after { border-top-color: #cc4b37; }

.button.arrow-only::after { top: -0.1em; float: none; margin-left: 0; }

a.button:hover, a.button:focus { text-decoration: none; }

.accordion { margin-left: 0; background: #fff; list-style-type: none; }

.accordion[disabled] .accordion-title { cursor: not-allowed; }

.accordion-item:first-child > :first-child { border-radius: 5px 5px 0 0; }

.accordion-item:last-child > :last-child { border-radius: 0 0 5px 5px; }

.accordion-title { position: relative; display: block; padding: 1.25rem 1rem; border: 1px solid #e6e6e6; border-bottom: 0; font-size: 0.66667rem; line-height: 1; color: #DD242D; }

:last-child:not(.is-active) > .accordion-title { border-bottom: 1px solid #e6e6e6; border-radius: 0 0 5px 5px; }

.accordion-title:hover, .accordion-title:focus { background-color: #e6e6e6; }

.accordion-title::before { position: absolute; top: 50%; right: 1rem; margin-top: -0.5rem; content: '+'; }

.is-active > .accordion-title::before { content: '\2013'; }

.accordion-content { display: none; padding: 1rem; border: 1px solid #e6e6e6; border-bottom: 0; background-color: #fff; color: #666; }

:last-child > .accordion-content:last-child { border-bottom: 1px solid #e6e6e6; }

.accordion-menu li { width: 100%; }

.accordion-menu a { padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a { padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu { margin-right: 0; margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu { margin-right: 1rem; margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a { position: relative; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #DD242D transparent transparent; position: absolute; top: 50%; margin-top: -3px; right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after { left: auto; right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after { right: auto; left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after { -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; }

.is-accordion-submenu-parent { position: relative; }

.has-submenu-toggle > a { margin-right: 40px; }

.submenu-toggle { position: absolute; top: 0; right: 0; cursor: pointer; width: 40px; height: 40px; }

.submenu-toggle::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #DD242D transparent transparent; top: 0; bottom: 0; margin: auto; }

.submenu-toggle[aria-expanded='true']::after { -webkit-transform: scaleY(-1); transform: scaleY(-1); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; }

.submenu-toggle-text { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; -webkit-clip-path: inset(50%); clip-path: inset(50%); border: 0; }

.button-group { margin-bottom: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.button-group::before, .button-group::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.button-group::after { clear: both; }

.button-group .button { margin: 0; margin-right: 1px; margin-bottom: 1px; font-size: 1rem; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.button-group .button:last-child { margin-right: 0; }

.button-group.tiny .button { font-size: 0.6rem; }

.button-group.small .button { font-size: 0.75rem; }

.button-group.large .button { font-size: 1.25rem; }

.button-group.expanded .button { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; }

.button-group.primary .button { background-color: #DD242D; color: #fff; }

.button-group.primary .button:hover, .button-group.primary .button:focus { background-color: #b21c23; color: #fff; }

.button-group.secondary .button { background-color: #595A5C; color: #fff; }

.button-group.secondary .button:hover, .button-group.secondary .button:focus { background-color: #47484a; color: #fff; }

.button-group.success .button { background-color: #3adb76; color: #0a0a0a; }

.button-group.success .button:hover, .button-group.success .button:focus { background-color: #22bb5b; color: #0a0a0a; }

.button-group.warning .button { background-color: #ffae00; color: #0a0a0a; }

.button-group.warning .button:hover, .button-group.warning .button:focus { background-color: #cc8b00; color: #0a0a0a; }

.button-group.alert .button { background-color: #cc4b37; color: #fff; }

.button-group.alert .button:hover, .button-group.alert .button:focus { background-color: #a53b2a; color: #fff; }

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child { margin-bottom: 0; }

@media print, screen and (min-width: 40em) { .button-group.stacked-for-small .button { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; margin-bottom: 0; } }

@media print, screen and (min-width: 64em) { .button-group.stacked-for-medium .button { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; margin-bottom: 0; } }

@media screen and (max-width: 39.9375em) { .button-group.stacked-for-small.expanded { display: block; }
  .button-group.stacked-for-small.expanded .button { display: block; margin-right: 0; } }

.callout { position: relative; margin: 0 0 1rem 0; padding: 1rem; border: 1px solid rgba(10, 10, 10, 0.25); border-radius: 5px; background-color: white; color: #666; }

.callout > :first-child { margin-top: 0; }

.callout > :last-child { margin-bottom: 0; }

.callout.primary { background-color: #fadee0; color: #666; }

.callout.secondary { background-color: #e6e6e7; color: #666; }

.callout.success { background-color: #e1faea; color: #666; }

.callout.warning { background-color: #fff3d9; color: #666; }

.callout.alert { background-color: #f7e4e1; color: #666; }

.callout.small { padding-top: 0.5rem; padding-right: 0.5rem; padding-bottom: 0.5rem; padding-left: 0.5rem; }

.callout.large { padding-top: 3rem; padding-right: 3rem; padding-bottom: 3rem; padding-left: 3rem; }

.card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; margin-bottom: 1.66667rem; border: 1px solid #e6e6e6; border-radius: 5px; background: #fff; -webkit-box-shadow: none; box-shadow: none; overflow: hidden; color: #666; }

.card > :last-child { margin-bottom: 0; }

.card-divider { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 1rem; background: #e6e6e6; }

.card-divider > :last-child { margin-bottom: 0; }

.card-section { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; padding: 1rem; }

.card-section > :last-child { margin-bottom: 0; }

.card-image { min-height: 1px; }

.close-button { position: absolute; color: #8a8a8a; cursor: pointer; }

[data-whatinput='mouse'] .close-button { outline: 0; }

.close-button:hover, .close-button:focus { color: #0a0a0a; }

.close-button.small { right: 0.66rem; top: 0.33em; font-size: 1.5em; line-height: 1; }

.close-button, .close-button.medium { right: 1rem; top: 0.5rem; font-size: 2em; line-height: 1; }

.menu { padding: 0; margin: 0; list-style: none; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

[data-whatinput='mouse'] .menu li { outline: 0; }

.menu a, .menu .button { line-height: 1; text-decoration: none; display: block; padding: 0.7rem 1rem; }

.menu input, .menu select, .menu a, .menu button { margin-bottom: 0; }

.menu input { display: inline-block; }

.menu, .menu.horizontal { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.menu.vertical { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.menu.expanded li { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; }

.menu.simple { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.menu.simple li + li { margin-left: 1rem; }

.menu.simple a { padding: 0; }

@media print, screen and (min-width: 40em) { .menu.medium-horizontal { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .menu.medium-vertical { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .menu.medium-expanded li { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; }
  .menu.medium-simple li { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) { .menu.large-horizontal { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .menu.large-vertical { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .menu.large-expanded li { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; }
  .menu.large-simple li { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

@media screen and (min-width: 78.75em) { .menu.xlarge-horizontal { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .menu.xlarge-vertical { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .menu.xlarge-expanded li { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; }
  .menu.xlarge-simple li { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

.menu.nested { margin-right: 0; margin-left: 1rem; }

.menu.icons a { display: -webkit-box; display: -ms-flexbox; display: flex; }

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a { display: -webkit-box; display: -ms-flexbox; display: flex; }

.menu.icon-left li a { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; }

.menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg { margin-right: 0.25rem; }

.menu.icon-right li a { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; }

.menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg { margin-left: 0.25rem; }

.menu.icon-top li a { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column nowrap; flex-flow: column nowrap; }

.menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg { -ms-flex-item-align: stretch; align-self: stretch; margin-bottom: 0.25rem; text-align: center; }

.menu.icon-bottom li a { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column nowrap; flex-flow: column nowrap; }

.menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg { -ms-flex-item-align: stretch; align-self: stretch; margin-bottom: 0.25rem; text-align: center; }

.menu .is-active > a { background: #DD242D; color: #fff; }

.menu .active > a { background: #DD242D; color: #fff; }

.menu.align-left { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.menu.align-right li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.menu.align-right li .submenu li { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.menu.align-right.vertical li { display: block; text-align: right; }

.menu.align-right.vertical li .submenu li { text-align: right; }

.menu.align-right .nested { margin-right: 1rem; margin-left: 0; }

.menu.align-center li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.menu.align-center li .submenu li { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.menu .menu-text { padding: 0.7rem 1rem; font-weight: bold; line-height: 1; color: inherit; }

.menu-centered > .menu { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.menu-centered > .menu li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.menu-centered > .menu li .submenu li { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.no-js [data-responsive-menu] ul { display: none; }

.menu-icon { position: relative; display: inline-block; vertical-align: middle; width: 20px; height: 16px; cursor: pointer; }

.menu-icon::after { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 2px; background: #fff; -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff; box-shadow: 0 7px 0 #fff, 0 14px 0 #fff; content: ''; }

.menu-icon:hover::after { background: #cacaca; -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark { position: relative; display: inline-block; vertical-align: middle; width: 20px; height: 16px; cursor: pointer; }

.menu-icon.dark::after { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 2px; background: #0a0a0a; -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; content: ''; }

.menu-icon.dark:hover::after { background: #8a8a8a; -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown { position: relative; overflow: hidden; }

.is-drilldown li { display: block; }

.is-drilldown.animate-height { -webkit-transition: height 0.5s; transition: height 0.5s; }

.drilldown a { padding: 0.7rem 1rem; background: #595A5C; }

.drilldown .is-drilldown-submenu { position: absolute; top: 0; left: 100%; z-index: -1; width: 100%; background: #fff; -webkit-transition: -webkit-transform 0.15s linear; transition: -webkit-transform 0.15s linear; transition: transform 0.15s linear; transition: transform 0.15s linear, -webkit-transform 0.15s linear; }

.drilldown .is-drilldown-submenu.is-active { z-index: 1; display: block; -webkit-transform: translateX(-100%); transform: translateX(-100%); }

.drilldown .is-drilldown-submenu.is-closing { -webkit-transform: translateX(100%); transform: translateX(100%); }

.drilldown .is-drilldown-submenu a { padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu { margin-right: 0; margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous { min-height: 100%; }

.dropdown-pane { position: absolute; z-index: 10; width: 300px; padding: 1rem; visibility: hidden; display: none; border: 1px solid #cacaca; border-radius: 5px; background-color: #fff; font-size: 1rem; }

.dropdown-pane.is-opening { display: block; }

.dropdown-pane.is-open { visibility: visible; display: block; }

.dropdown-pane.tiny { width: 100px; }

.dropdown-pane.small { width: 200px; }

.dropdown-pane.large { width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu { top: 100%; right: 0; left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu { top: 100%; right: auto; left: 0; }

.dropdown.menu a { padding: 0.7rem 1rem; }

[data-whatinput='mouse'] .dropdown.menu a { outline: 0; }

.dropdown.menu .is-active > a { background: transparent; color: #DD242D; }

.no-js .dropdown.menu ul { display: none; }

.dropdown.menu .nested.is-dropdown-submenu { margin-right: 0; margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu { top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu { right: 100%; left: auto; top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu { right: auto; left: 100%; }

@media print, screen and (min-width: 40em) { .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu { top: 100%; right: 0; left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu { top: 100%; right: auto; left: 0; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu { top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu { right: 100%; left: auto; top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu { right: auto; left: 100%; } }

@media print, screen and (min-width: 64em) { .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu { top: 100%; right: 0; left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu { top: 100%; right: auto; left: 0; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu { top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu { right: 100%; left: auto; top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu { right: auto; left: 100%; } }

@media screen and (min-width: 78.75em) { .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu { top: 100%; right: 0; left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu { top: 100%; right: auto; left: 0; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu { top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu { right: 100%; left: auto; top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu { right: auto; left: 100%; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub { top: 100%; right: 0; left: auto; }

.is-dropdown-menu.vertical { width: 100px; }

.is-dropdown-menu.vertical.align-right { float: right; }

.is-dropdown-submenu-parent { position: relative; }

.is-dropdown-submenu-parent a::after { position: absolute; top: 50%; right: 5px; left: auto; margin-top: -6px; }

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu { top: 100%; left: auto; }

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu { right: 100%; left: auto; }

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu { right: auto; left: 100%; }

.is-dropdown-submenu { position: absolute; top: 0; left: 100%; z-index: 1; display: none; min-width: 200px; border: 1px solid #cacaca; background: #fff; }

.dropdown .is-dropdown-submenu a { padding: 0.7rem 1rem; }

.is-dropdown-submenu .is-dropdown-submenu { margin-top: -1px; }

.is-dropdown-submenu > li { width: 100%; }

.is-dropdown-submenu.js-dropdown-active { display: block; }

.responsive-embed, .flex-video { position: relative; height: 0; margin-bottom: 0.88889rem; padding-bottom: 75%; overflow: hidden; }

.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.responsive-embed.widescreen, .flex-video.widescreen { padding-bottom: 56.25%; }

.label { display: inline-block; padding: 0.33333rem 0.5rem; border-radius: 5px; font-size: 0.8rem; line-height: 1; white-space: nowrap; cursor: default; background: #DD242D; color: #fff; }

.label.primary { background: #DD242D; color: #fff; }

.label.secondary { background: #595A5C; color: #fff; }

.label.success { background: #3adb76; color: #0a0a0a; }

.label.warning { background: #ffae00; color: #0a0a0a; }

.label.alert { background: #cc4b37; color: #fff; }

.media-object { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 1.66667rem; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.media-object img { max-width: none; }

@media screen and (max-width: 39.9375em) { .media-object.stack-for-small { -ms-flex-wrap: wrap; flex-wrap: wrap; } }

@media screen and (max-width: 39.9375em) { .media-object.stack-for-small .media-object-section { padding: 0; padding-bottom: 1rem; -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
  .media-object.stack-for-small .media-object-section img { width: 100%; } }

.media-object-section { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; }

.media-object-section:first-child { padding-right: 1rem; }

.media-object-section:last-child:not(:nth-child(2)) { padding-left: 1rem; }

.media-object-section > :last-child { margin-bottom: 0; }

.media-object-section.main-section { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; }

.pagination { margin-left: 0; margin-bottom: 1.66667rem; }

.pagination::before, .pagination::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.pagination::after { clear: both; }

.pagination li { margin-right: 0.05556rem; border-radius: 5px; font-size: 0.77778rem; display: none; }

.pagination li:last-child, .pagination li:first-child { display: inline-block; }

@media print, screen and (min-width: 40em) { .pagination li { display: inline-block; } }

.pagination a, .pagination button { display: block; padding: 0.16667rem 0.55556rem; border-radius: 5px; color: #0a0a0a; }

.pagination a:hover, .pagination button:hover { background: #e6e6e6; }

.pagination .current { padding: 0.16667rem 0.55556rem; background: #DD242D; color: #fff; cursor: default; }

.pagination .disabled { padding: 0.16667rem 0.55556rem; color: #cacaca; cursor: not-allowed; }

.pagination .disabled:hover { background: transparent; }

.pagination .ellipsis::after { padding: 0.16667rem 0.55556rem; content: '\2026'; color: #0a0a0a; }

.pagination-previous a::before, .pagination-previous.disabled::before { display: inline-block; margin-right: 0.5rem; content: '\00ab'; }

.pagination-next a::after, .pagination-next.disabled::after { display: inline-block; margin-left: 0.5rem; content: '\00bb'; }

.slider { position: relative; height: 0.5rem; margin-top: 1.25rem; margin-bottom: 2.25rem; background-color: #e6e6e6; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; }

.slider-fill { position: absolute; top: 0; left: 0; display: inline-block; max-width: 100%; height: 0.5rem; background-color: #cacaca; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.slider-fill.is-dragging { -webkit-transition: all 0s linear; transition: all 0s linear; }

.slider-handle { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; z-index: 1; display: inline-block; width: 1.4rem; height: 1.4rem; border-radius: 5px; background-color: #DD242D; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -ms-touch-action: manipulation; touch-action: manipulation; }

[data-whatinput='mouse'] .slider-handle { outline: 0; }

.slider-handle:hover { background-color: #bd1d25; }

.slider-handle.is-dragging { -webkit-transition: all 0s linear; transition: all 0s linear; }

.slider.disabled, .slider[disabled] { opacity: 0.25; cursor: not-allowed; }

.slider.vertical { display: inline-block; width: 0.5rem; height: 12.5rem; margin: 0 1.25rem; -webkit-transform: scale(1, -1); transform: scale(1, -1); }

.slider.vertical .slider-fill { top: 0; width: 0.5rem; max-height: 100%; }

.slider.vertical .slider-handle { position: absolute; top: 0; left: 50%; width: 1.4rem; height: 1.4rem; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

table { border-collapse: collapse; width: 100%; margin-bottom: 1.66667rem; border-radius: 5px; }

thead, tbody, tfoot { border: 1px solid #f2f2f2; background-color: #fff; }

caption { padding: 0.44444rem 0.55556rem 0.55556rem; font-weight: bold; }

thead { background: #f9f9f9; color: #666; }

tfoot { background: #f2f2f2; color: #666; }

thead tr, tfoot tr { background: transparent; }

thead th, thead td, tfoot th, tfoot td { padding: 0.44444rem 0.55556rem 0.55556rem; font-weight: bold; text-align: left; }

tbody th, tbody td { padding: 0.44444rem 0.55556rem 0.55556rem; }

tbody tr:nth-child(even) { border-bottom: 0; background-color: #f2f2f2; }

table.unstriped tbody { background-color: #fff; }

table.unstriped tbody tr { border-bottom: 0; border-bottom: 1px solid #f2f2f2; background-color: #fff; }

@media screen and (max-width: 63.9375em) { table.stack thead { display: none; }
  table.stack tfoot { display: none; }
  table.stack tr, table.stack th, table.stack td { display: block; }
  table.stack td { border-top: 0; } }

table.scroll { display: block; width: 100%; overflow-x: auto; }

table.hover thead tr:hover { background-color: #f4f4f4; }

table.hover tfoot tr:hover { background-color: #ededed; }

table.hover tbody tr:hover { background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover { background-color: #ededed; }

.table-scroll { overflow-x: auto; }

.table-scroll table { width: auto; }

.tabs { margin: 0; border: 1px solid #e6e6e6; background: #fff; list-style-type: none; }

.tabs::before, .tabs::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.tabs::after { clear: both; }

.tabs.vertical > li { display: block; float: none; width: auto; }

.tabs.simple > li > a { padding: 0; }

.tabs.simple > li > a:hover { background: transparent; }

.tabs.primary { background: #DD242D; }

.tabs.primary > li > a { color: #fff; }

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus { background: #d32129; }

.tabs-title { float: left; }

.tabs-title > a { display: block; padding: 1.25rem 1.5rem; font-size: 0.66667rem; line-height: 1; color: #DD242D; }

.tabs-title > a:hover { background: #fff; color: #bf1e26; }

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] { background: #e6e6e6; color: #DD242D; }

.tabs-content { border: 1px solid #e6e6e6; border-top: 0; background: #fff; color: #666; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.tabs-content.vertical { border: 1px solid #e6e6e6; border-left: 0; }

.tabs-panel { display: none; padding: 1rem; }

.tabs-panel.is-active { display: block; }

.thumbnail { display: inline-block; max-width: 100%; margin-bottom: 1.66667rem; border: solid 4px #fff; border-radius: 5px; -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2); box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2); line-height: 0; }

a.thumbnail { -webkit-transition: -webkit-box-shadow 200ms ease-out; transition: -webkit-box-shadow 200ms ease-out; transition: box-shadow 200ms ease-out; transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }

a.thumbnail:hover, a.thumbnail:focus { -webkit-box-shadow: 0 0 6px 1px rgba(221, 36, 45, 0.5); box-shadow: 0 0 6px 1px rgba(221, 36, 45, 0.5); }

a.thumbnail image { -webkit-box-shadow: none; box-shadow: none; }

.title-bar { padding: 0.5rem; background: #0a0a0a; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.title-bar .menu-icon { margin-left: 0.25rem; margin-right: 0.25rem; }

.title-bar-left, .title-bar-right { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; }

.title-bar-right { text-align: right; }

.title-bar-title { display: inline-block; vertical-align: middle; font-weight: bold; }

.top-bar { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0rem; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.top-bar, .top-bar ul { background-color: #e6e6e6; }

.top-bar input { max-width: 200px; margin-right: 1rem; }

.top-bar .input-group-field { width: 100%; margin-right: 0; }

.top-bar input.button { width: auto; }

.top-bar .top-bar-left, .top-bar .top-bar-right { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

@media print, screen and (min-width: 64em) { .top-bar { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .top-bar .top-bar-left { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin-right: auto; }
  .top-bar .top-bar-right { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin-left: auto; } }

@media screen and (max-width: 63.9375em) { .top-bar.stacked-for-medium { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media screen and (max-width: 78.6875em) { .top-bar.stacked-for-large { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media screen and (max-width: 89.9375em) { .top-bar.stacked-for-xlarge { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .top-bar.stacked-for-xlarge .top-bar-left, .top-bar.stacked-for-xlarge .top-bar-right { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

.top-bar-title { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 1rem; }

.top-bar-left, .top-bar-right { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.hide { display: none !important; }

.invisible { visibility: hidden; }

@media screen and (max-width: 39.9375em) { .hide-for-small-only { display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) { .show-for-small-only { display: none !important; } }

@media print, screen and (min-width: 40em) { .hide-for-medium { display: none !important; } }

@media screen and (max-width: 39.9375em) { .show-for-medium { display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .hide-for-medium-only { display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) { .show-for-medium-only { display: none !important; } }

@media print, screen and (min-width: 64em) { .hide-for-large { display: none !important; } }

@media screen and (max-width: 63.9375em) { .show-for-large { display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 78.6875em) { .hide-for-large-only { display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 78.75em) { .show-for-large-only { display: none !important; } }

@media screen and (min-width: 78.75em) { .hide-for-xlarge { display: none !important; } }

@media screen and (max-width: 78.6875em) { .show-for-xlarge { display: none !important; } }

@media screen and (min-width: 78.75em) and (max-width: 89.9375em) { .hide-for-xlarge-only { display: none !important; } }

@media screen and (max-width: 78.6875em), screen and (min-width: 90em) { .show-for-xlarge-only { display: none !important; } }

.show-for-sr, .show-on-focus { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; -webkit-clip-path: inset(50%); clip-path: inset(50%); border: 0; }

.show-on-focus:active, .show-on-focus:focus { position: static !important; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; -webkit-clip-path: none; clip-path: none; }

.show-for-landscape, .hide-for-portrait { display: block !important; }

@media screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: block !important; } }

@media screen and (orientation: portrait) { .show-for-landscape, .hide-for-portrait { display: none !important; } }

.hide-for-landscape, .show-for-portrait { display: none !important; }

@media screen and (orientation: landscape) { .hide-for-landscape, .show-for-portrait { display: none !important; } }

@media screen and (orientation: portrait) { .hide-for-landscape, .show-for-portrait { display: block !important; } }

.float-left { float: left !important; }

.float-right { float: right !important; }

.float-center { display: block; margin-right: auto; margin-left: auto; }

.clearfix::before, .flexslider::before, .clearfix::after, .flexslider::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.clearfix::after, .flexslider::after { clear: both; }

.align-right { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.align-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.align-justify { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.align-spaced { -ms-flex-pack: distribute; justify-content: space-around; }

.align-right.vertical.menu > li > a { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.align-center.vertical.menu > li > a { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.align-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.align-self-top { -ms-flex-item-align: start; align-self: flex-start; }

.align-bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.align-self-bottom { -ms-flex-item-align: end; align-self: flex-end; }

.align-middle { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.align-self-middle { -ms-flex-item-align: center; align-self: center; }

.align-stretch { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.align-self-stretch { -ms-flex-item-align: stretch; align-self: stretch; }

.align-center-middle { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; }

.small-order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.small-order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.small-order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }

.small-order-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }

.small-order-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }

.small-order-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }

@media print, screen and (min-width: 40em) { .medium-order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .medium-order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .medium-order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .medium-order-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  .medium-order-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  .medium-order-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; } }

@media print, screen and (min-width: 64em) { .large-order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .large-order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .large-order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .large-order-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  .large-order-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  .large-order-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; } }

@media screen and (min-width: 78.75em) { .xlarge-order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .xlarge-order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .xlarge-order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .xlarge-order-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  .xlarge-order-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  .xlarge-order-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; } }

.flex-container { display: -webkit-box; display: -ms-flexbox; display: flex; }

.flex-child-auto { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.flex-child-grow { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; }

.flex-child-shrink { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; }

.flex-dir-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.flex-dir-row-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.flex-dir-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.flex-dir-column-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) { .medium-flex-container { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .medium-flex-child-auto { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .medium-flex-child-grow { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; }
  .medium-flex-child-shrink { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; }
  .medium-flex-dir-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .medium-flex-dir-row-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .medium-flex-dir-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .medium-flex-dir-column-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) { .large-flex-container { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .large-flex-child-auto { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .large-flex-child-grow { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; }
  .large-flex-child-shrink { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; }
  .large-flex-dir-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .large-flex-dir-row-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .large-flex-dir-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .large-flex-dir-column-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

@media screen and (min-width: 78.75em) { .xlarge-flex-container { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .xlarge-flex-child-auto { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .xlarge-flex-child-grow { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; }
  .xlarge-flex-child-shrink { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; }
  .xlarge-flex-dir-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .xlarge-flex-dir-row-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .xlarge-flex-dir-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .xlarge-flex-dir-column-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

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

[data-icon]:before { font-family: "hlm" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before, [class*=" icon-"]:before { font-family: "hlm" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-twitter::before { content: "\6c"; }

.icon-caret-up::before { content: "\6b"; }

.icon-play::before { content: "\69"; }

.icon-hamburger::before { content: "\68"; }

.icon-caret-down::before { content: "\62"; }

.icon-caret-left::before { content: "\63"; }

.icon-caret-right::before { content: "\64"; }

.icon-home::before { content: "\65"; }

.icon-check::before { content: "\66"; }

.icon-plus::before { content: "\67"; }

.icon-yelp::before { content: "\7a"; }

.icon-youtube-play::before { content: "\75"; }

.icon-rss::before { content: "\6f"; }

.icon-check2::before { content: "\6e"; }

.icon-stop::before { content: "\6d"; }

.icon-youtube::before { content: "\70"; }

.icon-letter-mail::before { content: "\79"; }

.icon-linkedin::before { content: "\e000"; }

.icon-facebook::before { content: "\61"; }

.icon-pinterest::before { content: "\e001"; }

.icon-prize-award::before { content: "\e003"; }

.icon-clock::before { content: "\e004"; }

.icon-search-find::before { content: "\e005"; }

.icon-chevron-right::before { content: "\72"; }

.icon-chevron-left::before { content: "\71"; }

.icon-chevron-down::before { content: "\74"; }

.icon-chevron-up::before { content: "\73"; }

.icon-pin-map::before { content: "\e006"; }

.icon-circle-down::before { content: "\e009"; }

.icon-circle-up::before { content: "\e00a"; }

.icon-circle-right::before { content: "\e007"; }

.icon-circle-left::before { content: "\e008"; }

.icon-calendar::before { content: "\e00b"; }

.icon-check-circle::before { content: "\e00c"; }

.icon-arrow-circle-right-line::before { content: "\77"; }

.icon-play-circle::before { content: "\76"; }

.icon-plus-circle::before { content: "\e00d"; }

.icon-instagram::before { content: "\e00e"; }

.icon-flickr::before { content: "\e00f"; }

.icon-printer::before { content: "\e012"; }

.icon-call-phone::before { content: "\e002"; }

.icon-call-phone-square::before { content: "\e011"; }

.icon-gear::before { content: "\e014"; }

.icon-user-add::before { content: "\e013"; }

.icon-user-find::before { content: "\e015"; }

.icon-chat::before { content: "\e016"; }

.icon-angle-double-right::before { content: "\e019"; }

.icon-money-banknote::before { content: "\e018"; }

.icon-enter::before { content: "\e017"; }

.icon-document::before { content: "\e01a"; }

.icon-play-1::before { content: "\e01c"; }

.icon-courthouse::before { content: "\e022"; }

.icon-building::before { content: "\e010"; }

.icon-fontawesome-webfont::before { content: "\e01b"; }

.icon-twitter-square::before { content: "\e01d"; }

.icon-facebook-square::before { content: "\e01e"; }

.icon-fontawesome-webfont-1::before { content: "\e01f"; }

.icon-science-laboratory::before { content: "\e020"; }

.icon-line-chart::before { content: "\e021"; }

.icon-lightbulb-o::before { content: "\e023"; }

.icon-random::before { content: "\e024"; }

.icon-sitemap::before { content: "\e025"; }

.icon-cogs::before { content: "\e026"; }

.icon-phone::before { content: "\e028"; }

.icon-mail::before { content: "\e029"; }

.icon-houzz::before { content: "\e02a"; }

.icon-lock::before { content: "\e02b"; }

.icon-calendar-check-o::before { content: "\e02d"; }

.icon-tree::before { content: "\e02e"; }

.icon-user::before { content: "\e02c"; }

.icon-briefcase::before { content: "\e02f"; }

.icon-bbb::before { content: "\e030"; }

.icon-book::before { content: "\e031"; }

.icon-angle-double-right-1::before { content: "\e032"; }

.icon-alert-circled::before { content: "\e033"; }

.icon-envelope::before { content: "\e034"; }

.icon-eye::before { content: "\e035"; }

.icon-flag-checkered::before { content: "\e036"; }

.icon-tasks::before { content: "\e037"; }

.icon-gavel::before { content: "\e038"; }

.icon-wand::before { content: "\e039"; }

.icon-youtube-play-1::before { content: "\e03a"; }

.icon-question-circle::before { content: "\e03b"; }

.icon-tag::before { content: "\e03c"; }

.icon-google-plus::before { content: "\6a"; }

.icon-angellist::before { content: "\e027"; }

/*======================================= Base Settings =======================================*/
.wrapper { overflow: hidden; }

i { vertical-align: middle; }

.heading { font-family: "Nova Square", cursive; }

a i:before, a i:after { display: inline-block; vertical-align: middle; text-decoration: none; }

ul.custom-list { margin: 0 0 1.11111rem 0; padding: 0; list-style: none; }

ul.custom-list li { margin: 0.44444rem 0 0.33333rem 0; padding: 0 0 0 1.55556rem; color: #000; font-size: 1rem; font-weight: 700; line-height: 1.33333rem; background-image: url("/images/image-list.png"); background-repeat: no-repeat; background-position: 0 0; }

ul.two-columns-ordered::before, ul.two-columns-ordered::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

ul.two-columns-ordered::after { clear: both; }

@media print, screen and (min-width: 40em) { ul.two-columns-ordered { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } }

ul.three-columns-ordered::before, ul.three-columns-ordered::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

ul.three-columns-ordered::after { clear: both; }

@media print, screen and (min-width: 40em) { ul.three-columns-ordered { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; } }

ul.two-columns { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

ul.two-columns::before, ul.two-columns::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

ul.two-columns::after { clear: both; }

ul.two-columns li { width: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; text-align: left; }

@media print, screen and (min-width: 40em) { ul.two-columns li { padding-right: 0.83333rem; -ms-flex-preferred-size: 50%; flex-basis: 50%; } }

ul.three-columns { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

ul.three-columns::before, ul.three-columns::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

ul.three-columns::after { clear: both; }

ul.three-columns li { padding-right: 1.11111rem; width: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; text-align: left; }

@media print, screen and (min-width: 40em) { ul.three-columns li { padding-right: 0.83333rem; -ms-flex-preferred-size: 50%; flex-basis: 50%; } }

@media print, screen and (min-width: 64em) { ul.three-columns li { -ms-flex-preferred-size: 33.3333%; flex-basis: 33.3333%; } }

/*
* jQuery FlexSlider v2.4.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 and later license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
* 
*/
/* ==================================================================================================================== RESETS ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus { outline: none; }

.slides, .slides > li, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }

.flex-pauseplay span { text-transform: capitalize; }

/* ==================================================================================================================== BASE STYLES ====================================================================================================================*/
.flexslider { margin: 0; padding: 0; }

.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }

.flexslider .slides img { width: 100%; display: block; }

html[xmlns] .flexslider .slides { display: block; }

* html .flexslider .slides { height: 1%; }

.no-js .flexslider .slides > li:first-child { display: block; }

/* ==================================================================================================================== DEFAULT THEME ====================================================================================================================*/
.flexslider { position: relative; zoom: 1; }

.flexslider .slides { zoom: 1; }

.flexslider .slides img { height: auto; }

.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; transition: all 1s ease; }

.loading .flex-viewport { max-height: 300px; }

.carousel li { margin-right: 5px; }

.flex-direction-nav { *height: 0; }

.flex-direction-nav a { text-decoration: none; display: block; width: 30px; height: 30px; margin: -20px 0 0; position: absolute; top: 40%; z-index: 10; overflow: hidden; cursor: pointer; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before { font-family: "hlm"; font-size: 40px; display: inline-block; content: ""; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before { content: ""; }

.flex-direction-nav .flex-next { text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev { opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-prev:hover { opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next { opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next:hover { opacity: 1; }

.flex-direction-nav .flex-disabled { opacity: 0 !important; filter: alpha(opacity=0); cursor: default; }

.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }

.flex-pauseplay a:before { font-family: "hlm"; font-size: 20px; display: inline-block; content: "c"; }

.flex-pauseplay a:hover { opacity: 1; }

.flex-pauseplay a .flex-play:before { content: "d"; }

.flex-control-nav { width: 100%; position: absolute; bottom: -30px; text-align: center; }

.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }

.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0, 0, 0, 0.5); cursor: pointer; text-indent: -9999px; -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); border-radius: 20px; }

.flex-control-paging li a:hover { background: #333; background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active { background: #000; background: rgba(0, 0, 0, 0.9); cursor: default; }

.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }

.flex-control-thumbs li { width: 25%; float: left; margin: 0; }

.flex-control-thumbs img { width: 100%; height: auto; display: block; opacity: .7; cursor: pointer; -webkit-transition: all 1s ease; transition: all 1s ease; }

.flex-control-thumbs img:hover { opacity: 1; }

.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }

/* ==================================================================================================================== RESPONSIVE ====================================================================================================================*/
@media screen and (max-width: 860px) { .flex-direction-nav .flex-prev { opacity: 1; }
  .flex-direction-nav .flex-next { opacity: 1; } }

body.fancybox-active { overflow: hidden; }

body.fancybox-iosfix { position: fixed; left: 0; right: 0; }

.fancybox-is-hidden { position: absolute; top: -9999px; left: -9999px; visibility: hidden; }

.fancybox-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99992; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.fancybox-outer { overflow-y: auto; -webkit-overflow-scrolling: touch; }

.fancybox-bg { background: #1e1e1e; opacity: 0; -webkit-transition-duration: inherit; transition-duration: inherit; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg { opacity: 0.87; -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption-wrap { position: absolute; direction: ltr; z-index: 99997; opacity: 0; visibility: hidden; -webkit-transition: opacity .25s, visibility 0s linear .25s; transition: opacity .25s, visibility 0s linear .25s; -webkit-box-sizing: border-box; box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption-wrap { opacity: 1; visibility: visible; -webkit-transition: opacity .25s, visibility 0s; transition: opacity .25s, visibility 0s; }

.fancybox-infobar { top: 0; left: 0; font-size: 13px; padding: 0 10px; height: 44px; min-width: 44px; line-height: 44px; color: #ccc; text-align: center; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: subpixel-antialiased; mix-blend-mode: exclusion; }

.fancybox-toolbar { top: 0; right: 0; margin: 0; padding: 0; }

.fancybox-stage { overflow: hidden; direction: ltr; z-index: 99994; -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage { overflow: visible; }

.fancybox-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; overflow: auto; outline: none; white-space: normal; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; z-index: 99994; -webkit-overflow-scrolling: touch; display: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition-property: opacity, -webkit-transform; -webkit-transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before { content: ''; display: inline-block; vertical-align: middle; height: 100%; width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next { display: block; }

.fancybox-slide--image { overflow: visible; }

.fancybox-slide--image::before { display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe { background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe { background: #E5E3DF; }

.fancybox-slide--next { z-index: 99995; }

.fancybox-slide > * { display: inline-block; position: relative; padding: 24px; margin: 44px 0 44px; border-width: 0; vertical-align: middle; text-align: left; background-color: #fff; overflow: auto; -webkit-box-sizing: border-box; box-sizing: border-box; }

.fancybox-slide > title, .fancybox-slide > style, .fancybox-slide > meta, .fancybox-slide > link, .fancybox-slide > script, .fancybox-slide > base { display: none; }

.fancybox-slide .fancybox-image-wrap { position: absolute; top: 0; left: 0; margin: 0; padding: 0; border: 0; z-index: 99995; background: transparent; cursor: default; overflow: visible; -webkit-transform-origin: top left; transform-origin: top left; background-size: 100% 100%; background-repeat: no-repeat; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition-property: opacity, -webkit-transform; -webkit-transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap { cursor: -webkit-zoom-out; cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap { cursor: -webkit-zoom-in; cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap { cursor: -webkit-grab; cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap { cursor: -webkit-grabbing; cursor: grabbing; }

.fancybox-image, .fancybox-spaceball { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; max-width: none; max-height: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fancybox-spaceball { z-index: 1; }

.fancybox-slide--iframe .fancybox-content { padding: 0; width: 80%; height: 80%; max-width: calc(100% - 100px); max-height: calc(100% - 88px); overflow: visible; background: #fff; }

.fancybox-iframe { display: block; margin: 0; padding: 0; border: 0; width: 100%; height: 100%; background: #fff; }

.fancybox-error { margin: 0; padding: 40px; width: 100%; max-width: 380px; background: #fff; cursor: default; }

.fancybox-error p { margin: 0; padding: 0; color: #444; font-size: 16px; line-height: 20px; }

/* Buttons */
.fancybox-button { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; vertical-align: top; width: 44px; height: 44px; margin: 0; padding: 10px; border: 0; border-radius: 0; background: rgba(30, 30, 30, 0.6); -webkit-transition: color .3s ease; transition: color .3s ease; cursor: pointer; outline: none; }

.fancybox-button, .fancybox-button:visited, .fancybox-button:link { color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover { color: #fff; }

.fancybox-button[disabled] { color: #ccc; cursor: default; opacity: 0.6; }

.fancybox-button svg { display: block; position: relative; overflow: visible; shape-rendering: geometricPrecision; }

.fancybox-button svg path { fill: currentColor; stroke: currentColor; stroke-linejoin: round; stroke-width: 3; }

.fancybox-button--share svg path { stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) { display: none; }

.fancybox-button--pause svg path:nth-child(1) { display: none; }

.fancybox-button--zoom svg path { fill: transparent; }

/* Navigation arrows */
.fancybox-navigation { display: none; }

.fancybox-show-nav .fancybox-navigation { display: block; }

.fancybox-navigation button { position: absolute; top: 50%; margin: -50px 0 0 0; z-index: 99997; background: transparent; width: 60px; height: 100px; padding: 17px; }

.fancybox-navigation button:before { content: ""; position: absolute; top: 30px; right: 10px; width: 40px; height: 40px; background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left { left: 0; }

.fancybox-navigation .fancybox-button--arrow_right { right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small { position: absolute; top: 0; right: 0; width: 40px; height: 40px; padding: 0; margin: 0; border: 0; border-radius: 0; background: transparent; z-index: 10; cursor: pointer; }

.fancybox-close-small:after { content: '×'; position: absolute; top: 5px; right: 5px; width: 30px; height: 30px; font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif; color: #888; font-weight: 300; text-align: center; border-radius: 50%; border-width: 0; background-color: transparent; -webkit-transition: background-color .25s; transition: background-color .25s; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 2; }

.fancybox-close-small:focus { outline: none; }

.fancybox-close-small:focus:after { outline: 1px dotted #888; }

.fancybox-close-small:hover:after { color: #555; background: #eee; }

.fancybox-slide--image .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small { top: 0; right: -40px; }

.fancybox-slide--image .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-close-small:after { font-size: 35px; color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after, .fancybox-slide--iframe .fancybox-close-small:hover:after { color: #fff; background: transparent; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small { display: none; }

/* Caption */
.fancybox-caption-wrap { bottom: 0; left: 0; right: 0; padding: 60px 2vw 0 2vw; background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8))); background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%); pointer-events: none; }

.fancybox-caption { padding: 30px 0; border-top: 1px solid rgba(255, 255, 255, 0.4); font-size: 14px; color: #fff; line-height: 20px; -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select { pointer-events: all; position: relative; /* Fix IE11 */ }

.fancybox-caption a { color: #fff; text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading { border: 6px solid rgba(100, 100, 100, 0.4); border-top: 6px solid rgba(255, 255, 255, 0.6); border-radius: 100%; height: 50px; width: 50px; -webkit-animation: fancybox-rotate .8s infinite linear; animation: fancybox-rotate .8s infinite linear; background: transparent; position: absolute; top: 50%; left: 50%; margin-top: -30px; margin-left: -30px; z-index: 99999; }

@-webkit-keyframes fancybox-rotate { from { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate { from { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated { -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1); transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next { opacity: 0; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current { opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous { -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next { -webkit-transform: scale3d(0.5, 0.5, 0.5); transform: scale3d(0.5, 0.5, 0.5); opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next { -webkit-transform: rotate(360deg); transform: rotate(360deg); opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current { -webkit-transform: rotate(0deg); transform: rotate(0deg); opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous { -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next { -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current { -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous { -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next { -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current { -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share { padding: 30px; border-radius: 3px; background: #f4f4f4; max-width: 90%; text-align: center; }

.fancybox-share h1, .fancybox-share #extraContent1 .heading, #extraContent1 .fancybox-share .heading { color: #222; margin: 0 0 20px 0; font-size: 35px; font-weight: 700; }

.fancybox-share p { margin: 0; padding: 0; }

p.fancybox-share__links { margin-right: -10px; }

.fancybox-share__button { display: inline-block; text-decoration: none; margin: 0 10px 10px 0; padding: 0 15px; min-width: 130px; border: 0; border-radius: 3px; background: #fff; white-space: nowrap; font-size: 14px; font-weight: 700; line-height: 40px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: #fff; -webkit-transition: all .2s; transition: all .2s; }

.fancybox-share__button:hover { text-decoration: none; }

.fancybox-share__button--fb { background: #3b5998; }

.fancybox-share__button--fb:hover { background: #344e86; }

.fancybox-share__button--pt { background: #bd081d; }

.fancybox-share__button--pt:hover { background: #aa0719; }

.fancybox-share__button--tw { background: #1da1f2; }

.fancybox-share__button--tw:hover { background: #0d95e8; }

.fancybox-share__button svg { position: relative; top: -1px; width: 25px; height: 25px; margin-right: 7px; vertical-align: middle; }

.fancybox-share__button svg path { fill: #fff; }

.fancybox-share__input { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin: 10px 0 0 0; padding: 10px 15px; background: transparent; color: #5d5b5b; font-size: 14px; outline: none; border: 0; border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs { display: none; position: absolute; top: 0; bottom: 0; right: 0; width: 212px; margin: 0; padding: 2px 2px 4px 2px; background: #fff; -webkit-tap-highlight-color: transparent; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 99995; }

.fancybox-thumbs-x { overflow-y: hidden; overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs { display: block; }

.fancybox-show-thumbs .fancybox-inner { right: 212px; }

.fancybox-thumbs > ul { list-style: none; position: absolute; position: relative; width: 100%; height: 100%; margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; font-size: 0; white-space: nowrap; }

.fancybox-thumbs-x > ul { overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar { width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track { background: #fff; border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb { background: #2a2a2a; border-radius: 10px; }

.fancybox-thumbs > ul > li { float: left; overflow: hidden; padding: 0; margin: 2px; width: 100px; height: 75px; max-width: calc(50% - 4px); max-height: calc(100% - 8px); position: relative; cursor: pointer; outline: none; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; }

li.fancybox-thumbs-loading { background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img { position: absolute; top: 0; left: 0; max-width: none; max-height: none; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fancybox-thumbs > ul > li:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: 4px solid #4ea7f9; z-index: 99991; opacity: 0; -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before { opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) { .fancybox-thumbs { width: 110px; }
  .fancybox-show-thumbs .fancybox-inner { right: 110px; }
  .fancybox-thumbs > ul > li { max-width: calc(100% - 10px); } }

html { /* killing 300ms touch delay in IE */ -ms-touch-action: manipulation; touch-action: manipulation; }

#container { width: 41.25em; /* 660 */ text-align: center; padding: 0 1.25em; /* 20 */ margin: 3.125em auto 6.25em; /* 50 100 */ }

#container h1, #container #extraContent1 .heading, #extraContent1 #container .heading { font-size: 2.125em; /* 34 */ line-height: 0.882em; /* 30 (34) */ text-transform: uppercase; }

#container h1 span, #container #extraContent1 .heading span, #extraContent1 #container .heading span { font-size: 0.588em; /* 20 (34) */ line-height: 1em; /* 20 (20) */ color: #aaa; display: block; }

#container h1 a:hover, #container #extraContent1 .heading a:hover, #extraContent1 #container .heading a:hover, #container h1 a:hover span, #container #extraContent1 .heading a:hover span, #extraContent1 #container .heading a:hover span, #container h1 a:focus, #container #extraContent1 .heading a:focus, #extraContent1 #container .heading a:focus, #container h1 a:focus span, #container #extraContent1 .heading a:focus span, #extraContent1 #container .heading a:focus span { color: #666; }

#container h2 { border-top: 1px solid #ddd; padding-top: 1.875em; /* 30 */ margin-top: 1.875em; /* 30 */ margin-bottom: 0.625em; /* 10 */ }

#container h2 span { color: #666; }

#container h2[data-caption]:before { font-size: 0.875rem; font-weight: 300; color: #fff; background-color: #c00; display: inline-block; content: attr(data-caption); padding: 0.125rem 0.313rem; /* 2 5 */ margin-right: 0.625rem; /* 10 */ -webkit-transform: rotate(-8deg); transform: rotate(-8deg); }

#container li { display: inline-block; margin: 0.625em; /* 10 */ }

#container img { width: 8.75em; /* 140 */ height: 8.75em; /* 140 */ border-color: #eee; border: 0.625em solid rgba(255, 255, 255, 0.5); /* 10 */ -webkit-box-shadow: 0 0 0.313em rgba(0, 0, 0, 0.05); /* 5 */ box-shadow: 0 0 0.313em rgba(0, 0, 0, 0.05); /* 5 */ -webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease; -webkit-transition: border-color .3s ease, -webkit-box-shadow .3s ease; transition: border-color .3s ease, -webkit-box-shadow .3s ease; transition: box-shadow .3s ease, border-color .3s ease; transition: box-shadow .3s ease, border-color .3s ease, -webkit-box-shadow .3s ease; }

#container img:hover, #container img:focus { border-color: #fff; -webkit-box-shadow: 0 0 0.938em rgba(0, 0, 0, 0.25); /* 15 */ box-shadow: 0 0 0.938em rgba(0, 0, 0, 0.25); /* 15 */ }

/* IMAGE LIGHTBOX SELECTOR */
#imagelightbox { cursor: pointer; position: fixed; z-index: 10000; -ms-touch-action: none; touch-action: none; -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75); /* 50 */ box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75); /* 50 */ }

/* ACTIVITY INDICATION */
#imagelightbox-loading, #imagelightbox-loading div { border-radius: 50%; }

#imagelightbox-loading { width: 2.5em; /* 40 */ height: 2.5em; /* 40 */ background-color: #444; background-color: rgba(0, 0, 0, 0.5); position: fixed; z-index: 10003; top: 50%; left: 50%; padding: 0.625em; /* 10 */ margin: -1.25em 0 0 -1.25em; /* 20 */ -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); /* 40 */ box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); /* 40 */ }

#imagelightbox-loading div { width: 1.25em; /* 20 */ height: 1.25em; /* 20 */ background-color: #fff; -webkit-animation: imagelightbox-loading .5s ease infinite; animation: imagelightbox-loading .5s ease infinite; }

@-webkit-keyframes imagelightbox-loading { from { opacity: .5;
    -webkit-transform: scale(0.75); }
  50% { opacity: 1;
    -webkit-transform: scale(1); }
  to { opacity: .5;
    -webkit-transform: scale(0.75); } }

@keyframes imagelightbox-loading { from { opacity: .5;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  50% { opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  to { opacity: .5;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); } }

/* OVERLAY */
#imagelightbox-overlay { background-color: #fff; background-color: rgba(255, 255, 255, 0.9); position: fixed; z-index: 9998; top: 0; right: 0; bottom: 0; left: 0; }

/* "CLOSE" BUTTON */
#imagelightbox-close { width: 2.5em; /* 40 */ height: 2.5em; /* 40 */ text-align: left; background-color: #666; border-radius: 50%; position: fixed; z-index: 10002; top: 2.5em; /* 40 */ right: 2.5em; /* 40 */ padding: 0; -webkit-transition: color .3s ease; transition: color .3s ease; }

#imagelightbox-close:hover, #imagelightbox-close:focus { background-color: #111; }

#imagelightbox-close:before, #imagelightbox-close:after { width: 2px; background-color: #fff; content: ''; position: absolute; top: 20%; bottom: 20%; left: 50%; margin-left: -1px; }

#imagelightbox-close:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

#imagelightbox-close:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

/* CAPTION */
#imagelightbox-caption { text-align: center; color: #fff; background-color: #666; position: fixed; z-index: 10001; left: 0; right: 0; bottom: 0; padding: 0.625em; /* 10 */ }

/* NAVIGATION */
#imagelightbox-nav { background-color: #444; background-color: rgba(0, 0, 0, 0.5); border-radius: 20px; position: fixed; z-index: 10001; left: 50%; bottom: 3.75em; /* 60 */ padding: 0.313em; /* 5 */ -webkit-transform: translateX(-50%); transform: translateX(-50%); }

#imagelightbox-nav button { width: 1em; /* 20 */ height: 1em; /* 20 */ background-color: transparent; border: 1px solid #fff; border-radius: 50%; display: inline-block; margin: 0 0.313em; /* 5 */ }

#imagelightbox-nav button.active { background-color: #fff; }

/* ARROWS */
.imagelightbox-arrow { width: 3.75em; /* 60 */ height: 7.5em; /* 120 */ background-color: #444; background-color: rgba(0, 0, 0, 0.5); vertical-align: middle; display: none; position: fixed; z-index: 10001; padding: 0; top: 50%; margin-top: -3.75em; /* 60 */ }

.imagelightbox-arrow:hover, .imagelightbox-arrow:focus { background-color: #666; background-color: rgba(0, 0, 0, 0.75); }

.imagelightbox-arrow:active { background-color: #111; }

.imagelightbox-arrow-left { left: 2.5em; /* 40 */ }

.imagelightbox-arrow-right { right: 2.5em; /* 40 */ }

.imagelightbox-arrow:before { width: 0; height: 0; border: 1em solid transparent; content: ''; display: inline-block; margin-bottom: -0.125em; /* 2 */ }

.imagelightbox-arrow-left:before { border-left: none; border-right-color: #fff; margin-left: -0.313em; /* 5 */ }

.imagelightbox-arrow-right:before { border-right: none; border-left-color: #fff; margin-right: -0.313em; /* 5 */ }

#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow { -webkit-animation: fade-in .25s linear; animation: fade-in .25s linear; }

@-webkit-keyframes fade-in { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fade-in { from { opacity: 0; }
  to { opacity: 1; } }

@media only screen and (max-width: 41.25em) { /* 660 */
  #container { width: 100%; }
  #imagelightbox-close { top: 1.25em; /* 20 */ right: 1.25em; /* 20 */ }
  #imagelightbox-nav { bottom: 1.25em; /* 20 */ }
  .imagelightbox-arrow { width: 2.5em; /* 40 */ height: 3.75em; /* 60 */ margin-top: -2.75em; /* 30 */ }
  .imagelightbox-arrow-left { left: 1.25em; /* 20 */ }
  .imagelightbox-arrow-right { right: 1.25em; /* 20 */ } }

@media only screen and (max-width: 20em) { /* 320 */
  .imagelightbox-arrow-left { left: 0; }
  .imagelightbox-arrow-right { right: 0; } }

/*======================================= Base Settings =======================================*/
body { background-color: #fff; }

.wrapper { overflow: hidden; }

blockquote { padding: 0; border: 0; }

blockquote q { display: block; font-size: 1rem; font-weight: 300; margin-bottom: 0.55556rem; font-style: italic; }

blockquote cite { font-style: normal; font-size: 1rem; font-weight: 700; }

blockquote cite span { display: block; font-weight: 300; font-size: 0.88889rem; font-style: italic; }

blockquote cite::before { content: none; }

.h3-box { border: 1px solid #ccc; border-radius: 5px; overflow: hidden; margin: 0 0 1.66667rem 0; padding: 0 1.66667rem 1.66667rem; }

.h3-box h3 { margin: 0 -1.66667rem 1.11111rem; padding: 0.66667rem 1.66667rem; line-height: auto; border: 1px solid #ccc; color: #fff; background-color: #595A5C; }

.h3-box > *:last-child { margin-bottom: 0; }

nav ul { margin: 0; padding: 0; }

nav ul ul { margin: 0; padding: 0; }

nav li { margin: 0; padding: 0; list-style: none; }

.content { background-color: #fff; }

.content .content-text > *:last-child { margin-bottom: 0; }

.frame, .picframe { border: 5px solid #fff; -webkit-box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); }

.noframe, .picframe, .innerframe { display: block; margin: 0 auto 1.11111rem; }

@media print, screen and (min-width: 40em) { .noframe.left, .left.picframe, .left.innerframe { margin-right: 1.66667rem; float: left; width: auto; } }

@media print, screen and (min-width: 64em) { .noframe.left, .left.picframe, .left.innerframe { max-width: 40%; } }

@media print, screen and (min-width: 40em) { .noframe.right, .right.picframe, .right.innerframe { margin-left: 1.66667rem; float: right; width: auto; } }

@media print, screen and (min-width: 64em) { .noframe.right, .right.picframe, .right.innerframe { max-width: 40%; } }

.innerframe { outline: 5px solid rgba(255, 255, 255, 0.5); outline-offset: -5px; -webkit-box-shadow: 0px 0px 1px 1px #ccc; box-shadow: 0px 0px 1px 1px #ccc; }

.browsehappy { background: #fff; padding: 0.55556rem 1.66667rem; text-align: center; color: #000; }

.button { text-decoration: none; border-radius: 2.77778rem; background: rgba(221, 36, 45, 0); border: 1px solid #DD242D; color: #DD242D; }

.button.full { display: block; }

.button:hover, .button:focus { color: #fff; background: #DD242D; border-color: #DD242D; }

.button.secondary { color: #fff; border-color: #fff; background-color: transparent; }

.button.secondary:hover, .button.secondary:focus { color: #DD242D; background: #fff; border-color: #fff; }

#ImageAuthorizationTable img { max-width: none; }

@media print, screen and (min-width: 64em) { .hopscotch-section { position: relative; }
  .hopscotch { position: absolute; height: 100%; width: 50%; top: 0; overflow: hidden; margin: 0; }
  .hopscotch.left { left: 0; }
  .hopscotch.right { right: 0; }
  .hopscotch img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: none; min-width: 100%; min-height: 100%; max-height: 150%; } }

@media screen and (min-width: 78.75em) { .hopscotch img { max-height: none; } }

.ninja-image { position: relative; margin-bottom: 2.22222rem; display: inline-block; margin-left: auto; margin-right: auto; }

.ninja-image::after { content: url("/images/ninja.png"); position: absolute; right: 0; top: auto; bottom: 0; -webkit-animation: 4s linear 0s infinite alternate ninja; animation: 4s linear 0s infinite alternate ninja; }

@media print, screen and (min-width: 64em) { .ninja-image { margin-bottom: 1.11111rem; } }

@-webkit-keyframes ninja { from { -webkit-transform: translate(-20px, 40px); transform: translate(-20px, 40px); }
  to { -webkit-transform: translate(-60px, 40px); transform: translate(-60px, 40px); } }

@keyframes ninja { from { -webkit-transform: translate(-20px, 40px); transform: translate(-20px, 40px); }
  to { -webkit-transform: translate(-60px, 40px); transform: translate(-60px, 40px); } }

.image-box { background: #2D2D2D url(/images/ppc/ppc-content-1.jpg) center/cover no-repeat; text-align: center; color: #fff; padding: 1.66667rem 0.55556rem; margin-bottom: 1.66667rem; }

.image-box > p { max-width: 40.11111rem; width: 100%; margin-left: auto; margin-right: auto; }

.image-box > *:last-child { margin-bottom: 0; }

@media print, screen and (min-width: 64em) { .image-box { padding: 3.33333rem 1.66667rem; margin-bottom: 3.33333rem; } }

/*======================================= HLM Modules =======================================*/
.news-blog-home-page.content, .news-blog-individual-post-page.content { padding-bottom: 0; font-weight: 300; }

.news-blog-home-page.content .content-text .blog-page-heading, .news-blog-individual-post-page.content .content-text .blog-page-heading { margin: 0 0 0.55556rem; padding: 0.27778rem 0.83333rem; color: #DD242D; font-family: "Lato", Helvetica, Roboto, Arial, sans-serif; font-size: 1.33333rem; font-weight: 600; background: #dbdbdb url(/images/icon-heading-chevron.png) no-repeat bottom left; }

.news-blog-home-page.content .content-text .blog-page-top-nav-menu a, .news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu a { text-decoration: none; }

.news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button, .news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 3.05556rem; padding: 0.27778rem 0.55556rem; color: #DD242D; font-family: "Lato", Helvetica, Roboto, Arial, sans-serif; font-size: 1.33333rem; font-weight: 600; background: #dbdbdb; }

.news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button i, .news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button i { font-size: 0.8em; }

.news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.see-all-news-button, .news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.see-all-news-button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 0.27778rem; padding: 0.55556rem; color: #DD242D; font-size: 1rem; font-weight: 300; text-align: center; }

.news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-previous, .news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-previous { margin: 0 0 0.27778rem; text-align: center; }

.news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-previous i, .news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-previous i { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-next, .news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-next { text-align: center; }

@media print, screen and (min-width: 64em) { .news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.see-all-news-button, .news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.see-all-news-button { margin: 0; }
  .news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-previous, .news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-previous { margin: 0 0.55556rem 0 0; text-align: left; }
  .news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-next, .news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-next { margin: 0 0.55556rem; text-align: left; } }

.news-blog-home-page.content .content-text .blog-page-search, .news-blog-individual-post-page.content .content-text .blog-page-search { position: relative; }

.news-blog-home-page.content .content-text .blog-page-search input, .news-blog-individual-post-page.content .content-text .blog-page-search input { margin: 0 0 0.55556rem; height: 3.05556rem; font-family: "Lato", Helvetica, Roboto, Arial, sans-serif; font-size: 1rem; text-align: left; background: #dbdbdb; border: none; -webkit-box-shadow: none; box-shadow: none; }

.news-blog-home-page.content .content-text .blog-page-search input#Search, .news-blog-individual-post-page.content .content-text .blog-page-search input#Search { position: relative; }

.news-blog-home-page.content .content-text .blog-page-search input.form-submit-button, .news-blog-individual-post-page.content .content-text .blog-page-search input.form-submit-button { position: absolute; top: 0; right: 0; padding: 1rem; }

.news-blog-home-page.content .content-text .blog-page-search ::-webkit-input-placeholder, .news-blog-individual-post-page.content .content-text .blog-page-search ::-webkit-input-placeholder { color: #DD242D; opacity: 1; }

.news-blog-home-page.content .content-text .blog-page-search :-moz-placeholder, .news-blog-individual-post-page.content .content-text .blog-page-search :-moz-placeholder { /* Firefox 18- */ color: #DD242D; opacity: 1; }

.news-blog-home-page.content .content-text .blog-page-search ::-moz-placeholder, .news-blog-individual-post-page.content .content-text .blog-page-search ::-moz-placeholder { /* Firefox 19+ */ color: #DD242D; opacity: 1; }

.news-blog-home-page.content .content-text .blog-page-search :-ms-input-placeholder, .news-blog-individual-post-page.content .content-text .blog-page-search :-ms-input-placeholder { color: #DD242D; opacity: 1; }

.news-blog-home-page.content .content-text .blog-page-search select.form_select[data-selected=""], .news-blog-individual-post-page.content .content-text .blog-page-search select.form_select[data-selected=""] { color: #DD242D; opacity: 1; }

@media print, screen and (min-width: 64em) { .news-blog-home-page.content .content-text .blog-page-search, .news-blog-individual-post-page.content .content-text .blog-page-search { margin-bottom: 2.22222rem; }
  .news-blog-home-page.content .content-text .blog-page-search input, .news-blog-individual-post-page.content .content-text .blog-page-search input { margin: 1.11111rem 0 0; text-align: left; }
  .news-blog-home-page.content .content-text .blog-page-search input.form-submit-button, .news-blog-individual-post-page.content .content-text .blog-page-search input.form-submit-button { right: -1.11111rem; } }

.news-blog-home-page.content .content-text .blog-page-articles a, .news-blog-individual-post-page.content .content-text .blog-page-articles a { text-decoration: none; }

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper, .news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper { display: block; position: relative; margin: 1.11111rem 0; }

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-image, .news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-image { width: 100%; height: 0; padding-top: 54.166666666667%; background-repeat: no-repeat; background-position: center center; background-size: cover; border-top: 1px solid #DD242D; border-bottom: 1px solid #DD242D; }

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview, .news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview { padding: 0.55556rem; }

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview .blog-page-main-article-heading, .news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview .blog-page-main-article-heading { color: #DD242D; font-family: "Lato", Helvetica, Roboto, Arial, sans-serif; font-size: 1.32222rem; font-weight: bold; line-height: 1; }

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview .blog-page-main-article-snippet, .news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview .blog-page-main-article-snippet { margin: 0.27778rem 0; color: #DD242D; font-size: 0.88889rem; line-height: 1.3; }

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper, .news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper { margin: 0 auto 2.77778rem; }

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper .blog-page-additional-article-image, .news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper .blog-page-additional-article-image { width: 100%; padding-top: 54.166666666667%; height: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; }

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper .blog-page-additional-article-heading, .news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper .blog-page-additional-article-heading { margin: 0.83333rem 0 0.55556rem; color: #DD242D; font-family: "Lato", Helvetica, Roboto, Arial, sans-serif; font-size: 1.33333rem; font-weight: bold; line-height: 1.2; }

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper .blog-page-additional-article-heading a, .news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper .blog-page-additional-article-heading a { color: inherit; }

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper .blog-page-additional-article-snippet, .news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper .blog-page-additional-article-snippet { color: #DD242D; font-size: 0.88889rem; line-height: 1.2; }

.news-blog-home-page.content .content-text .blog-page-article-nav, .news-blog-individual-post-page.content .content-text .blog-page-article-nav { margin: 0.55556rem 0.83333rem 0 0.83333rem; padding: 0.55556rem 0 0; }

.news-blog-home-page.content .content-text .blog-page-article-nav hr, .news-blog-individual-post-page.content .content-text .blog-page-article-nav hr { margin: 0.83333rem 0; border-top: 1px solid #c4c4c4; }

.news-blog-home-page.content .content-text .blog-page-article-nav hr::after, .news-blog-individual-post-page.content .content-text .blog-page-article-nav hr::after { content: ""; width: 0; height: 0; }

.news-blog-home-page.content .content-text .blog-page-article-nav a, .news-blog-individual-post-page.content .content-text .blog-page-article-nav a { padding: 0.16667rem 0.44444rem; color: #DD242D; font-size: 0.88889rem; font-weight: 300; text-decoration: none; background-color: #dbdbdb; }

.news-blog-home-page.content .content-text .blog-page-article-nav a:hover, .news-blog-home-page.content .content-text .blog-page-article-nav a.blog-page-article-nav-active, .news-blog-individual-post-page.content .content-text .blog-page-article-nav a:hover, .news-blog-individual-post-page.content .content-text .blog-page-article-nav a.blog-page-article-nav-active { color: #e7e7e7; background-color: #DD242D; }

@media print, screen and (min-width: 64em) { .news-blog-home-page.content .content-text, .news-blog-individual-post-page.content .content-text { padding: 2.22222rem 0.55556rem 8.33333rem 0.55556rem; }
  .news-blog-home-page.content .content-text .blog-page-heading, .news-blog-individual-post-page.content .content-text .blog-page-heading { margin: 0 0.55556rem 0 0.83333rem; }
  .news-blog-home-page.content .content-text .blog-page-search, .news-blog-individual-post-page.content .content-text .blog-page-search { margin-right: 0.83333rem; }
  .news-blog-home-page.content .content-text .blog-page-search input, .news-blog-individual-post-page.content .content-text .blog-page-search input { margin: 0; padding-right: 1.11111rem; }
  .news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper, .news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper { margin: 0 0 2.22222rem; }
  .news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-image, .news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-image { position: relative; }
  .news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview, .news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview { position: absolute; left: 0; bottom: 0; z-index: 10; width: 100%; padding: 0.83333rem 1.11111rem; }
  .news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview::before, .news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview::before { content: ""; position: absolute; z-index: -1; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background: rgba(239, 236, 232, 0.7); -webkit-transition: all 0.5s linear; transition: all 0.5s linear; }
  .news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview .blog-page-main-article-heading, .news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview .blog-page-main-article-heading { font-size: 1.88889rem; }
  .news-blog-home-page.content .content-text .blog-page-additional-article-wrapper, .news-blog-individual-post-page.content .content-text .blog-page-additional-article-wrapper { margin: 0 auto 2.77778rem; }
  .news-blog-home-page.content .content-text .blog-page-article-nav, .news-blog-individual-post-page.content .content-text .blog-page-article-nav { margin: 0; } }

@media screen and (min-width: 78.75em) { .news-blog-home-page.content .content-text, .news-blog-individual-post-page.content .content-text { padding: 2.22222rem 0.55556rem 8.33333rem 0; } }

.news-blog-home-page.content .blog-post-wrapper, .news-blog-individual-post-page.content .blog-post-wrapper { margin: 0.55556rem 0 1.11111rem; border-bottom: 1px solid #c3c3c3; }

.news-blog-home-page.content .blog-post-wrapper .blog-post-main-heading h1, .news-blog-home-page.content .blog-post-wrapper .blog-post-main-heading #extraContent1 .heading, #extraContent1 .news-blog-home-page.content .blog-post-wrapper .blog-post-main-heading .heading, .news-blog-individual-post-page.content .blog-post-wrapper .blog-post-main-heading h1, .news-blog-individual-post-page.content .blog-post-wrapper .blog-post-main-heading #extraContent1 .heading, #extraContent1 .news-blog-individual-post-page.content .blog-post-wrapper .blog-post-main-heading .heading { margin: 0 0 1.11111rem; color: #DD242D; font-family: "Lato", Helvetica, Roboto, Arial, sans-serif; font-size: 2.13333rem; font-weight: bold; line-height: 1; }

.news-blog-home-page.content .blog-post-wrapper .blog-post-info, .news-blog-individual-post-page.content .blog-post-wrapper .blog-post-info { margin: 0 0 0.83333rem; font-size: 0.88889rem; }

.news-blog-home-page.content .blog-post-wrapper .blog-post-main-image, .news-blog-individual-post-page.content .blog-post-wrapper .blog-post-main-image { width: 100%; padding-top: 54.166666666667%; height: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; border-top: 1px solid #DD242D; border-bottom: 1px solid #DD242D; }

.news-blog-home-page.content .blog-post-wrapper .blog-post-main-text, .news-blog-individual-post-page.content .blog-post-wrapper .blog-post-main-text { margin: 1.11111rem 0; color: #DD242D; font-size: 1.11111rem; line-height: 1.6; }

@media print, screen and (min-width: 40em) { .news-blog-home-page.content .blog-post-wrapper .picframe, .news-blog-individual-post-page.content .blog-post-wrapper .picframe { width: 100%; } }

@media print, screen and (min-width: 64em) { .news-blog-home-page.content .blog-post-wrapper .blog-post-main-heading h1, .news-blog-home-page.content .blog-post-wrapper .blog-post-main-heading #extraContent1 .heading, #extraContent1 .news-blog-home-page.content .blog-post-wrapper .blog-post-main-heading .heading, .news-blog-individual-post-page.content .blog-post-wrapper .blog-post-main-heading h1, .news-blog-individual-post-page.content .blog-post-wrapper .blog-post-main-heading #extraContent1 .heading, #extraContent1 .news-blog-individual-post-page.content .blog-post-wrapper .blog-post-main-heading .heading { font-size: 2.66667rem; } }

.news-blog-home-page.content .blog-post-comments-section, .news-blog-individual-post-page.content .blog-post-comments-section { margin: 1.66667rem 0 0; padding: 0 0.83333rem; }

.news-blog-home-page.content .blog-post-comments-section em, .news-blog-individual-post-page.content .blog-post-comments-section em { color: #949494; font-family: "Lato", Helvetica, Roboto, Arial, sans-serif; font-size: 1.66667rem; }

.news-blog-home-page.content .content-sub-text, .news-blog-individual-post-page.content .content-sub-text { padding: 0.83333rem; }

.news-blog-home-page.content .content-sub-text a, .news-blog-individual-post-page.content .content-sub-text a { color: #DD242D; text-decoration: none; }

.news-blog-home-page.content .content-sub-text .blog-page-sidebar-heading, .news-blog-individual-post-page.content .content-sub-text .blog-page-sidebar-heading { margin: 1.11111rem 0 0.55556rem; padding: 0.27778rem 0.83333rem; color: #fff; font-family: "Lato", Helvetica, Roboto, Arial, sans-serif; font-size: 1.33333rem; font-weight: 600; background: #DD242D url(/images/icon-sidebar-heading-chevron.png) no-repeat bottom left; }

.news-blog-home-page.content .content-sub-text .blog-page-sidebar-heading:first-of-type, .news-blog-individual-post-page.content .content-sub-text .blog-page-sidebar-heading:first-of-type { margin: 0 0 1.11111rem; }

.news-blog-home-page.content .content-sub-text .blog-page-featured-article-wrapper, .news-blog-individual-post-page.content .content-sub-text .blog-page-featured-article-wrapper { margin: 0 0 0.41667rem 0; padding: 0 0 0.55556rem; text-align: center; border-bottom: 1px solid #DD242D; }

.news-blog-home-page.content .content-sub-text .blog-page-featured-article-wrapper .blog-page-featured-article-image-wrapper, .news-blog-individual-post-page.content .content-sub-text .blog-page-featured-article-wrapper .blog-page-featured-article-image-wrapper { width: 100%; padding-top: 54.166666666667%; height: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; }

.news-blog-home-page.content .content-sub-text .blog-page-featured-article-wrapper .blog-page-featured-article-snippet, .news-blog-individual-post-page.content .content-sub-text .blog-page-featured-article-wrapper .blog-page-featured-article-snippet { margin: 1.11111rem 0 0 1.11111rem; font-size: 0.88889rem; line-height: 1.2; }

.news-blog-home-page.content .content-sub-text ul.blog-page-categories, .news-blog-individual-post-page.content .content-sub-text ul.blog-page-categories { margin: 0 0 0 0.83333rem; padding: 0; list-style: none; }

.news-blog-home-page.content .content-sub-text ul.blog-page-categories li, .news-blog-individual-post-page.content .content-sub-text ul.blog-page-categories li { padding: 0.22222rem 0; font-size: 0.88889rem; border-bottom: 1px solid #DD242D; }

.news-blog-home-page.content .content-sub-text ul.blog-page-categories li:last-of-type, .news-blog-individual-post-page.content .content-sub-text ul.blog-page-categories li:last-of-type { border-bottom: none; }

.news-blog-home-page.content .content-sub-text ul.blog-page-categories li a, .news-blog-individual-post-page.content .content-sub-text ul.blog-page-categories li a { color: #DD242D; font-weight: 300; text-decoration: none; }

.news-blog-home-page.content .content-sub-text .blog-page-archives-wrapper select, .news-blog-individual-post-page.content .content-sub-text .blog-page-archives-wrapper select { padding-right: 1.11111rem; color: #d4d4d4; font-size: 0.88889rem; font-weight: 300; background: #DD242D url(/images/icon-blog-select.svg) no-repeat center right 10px; border: none; }

@media print, screen and (min-width: 64em) { .news-blog-home-page.content .content-sub-text .blog-page-featured-article-wrapper, .news-blog-individual-post-page.content .content-sub-text .blog-page-featured-article-wrapper { text-align: left; border-bottom: none; }
  .news-blog-home-page.content .content-sub-text .blog-page-featured-article-wrapper .blog-page-featured-article-snippet, .news-blog-individual-post-page.content .content-sub-text .blog-page-featured-article-wrapper .blog-page-featured-article-snippet { margin: 0 0 0 1.11111rem; }
  .news-blog-home-page.content .content-sub-text .blog-post-wrapper .blog-post-main-text div, .news-blog-individual-post-page.content .content-sub-text .blog-post-wrapper .blog-post-main-text div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

@media screen and (min-width: 78.75em) { .news-blog-home-page.content .content-sub-text, .news-blog-individual-post-page.content .content-sub-text { padding: 2.22222rem 2.22222rem 0 2.22222rem; } }

@media print, screen and (min-width: 64em) { .news-blog-home-page.content, .news-blog-individual-post-page.content { padding-bottom: 0; }
  .news-blog-home-page.content .flex-row, .news-blog-individual-post-page.content .flex-row { display: -webkit-box; display: -ms-flexbox; display: flex; } }

header.page-header .logo { margin: 0; }

@media print, screen and (min-width: 40em) { header.page-header .logo { margin: 0; } }

@media print, screen and (min-width: 64em) { header.page-header .branding { text-align: left; }
  header.page-header .logo { margin: 0.83333rem 0; } }

/*======================================= Banner - Full Viewport =======================================*/
.banner.full-viewport-banner { position: relative; text-align: center; background-color: #fff; background-image: url("https://placehold.it/2000"); background-position: center; background-repeat: no-repeat; background-size: cover; }

.banner.full-viewport-banner::before, .banner.full-viewport-banner::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.banner.full-viewport-banner::after { clear: both; }

.banner.full-viewport-banner br { display: none; }

.banner.full-viewport-banner .banner-heading { margin: 1.11111rem 1.11111rem 0.55556rem 1.11111rem; color: #DD242D; font-family: "Nova Square", cursive; font-size: 1.77778rem; font-weight: bold; }

.banner.full-viewport-banner .banner-message { margin: 0 1.11111rem 1.11111rem 1.11111rem; color: #DD242D; font-size: 1rem; font-weight: normal; }

.banner.full-viewport-banner .button { margin: 0 0.55556rem 1.11111rem 0.55556rem; }

.banner.full-viewport-banner > .row { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; }

@media print, screen and (min-width: 40em) { .banner.full-viewport-banner { background-image: url("https://placehold.it/2000"); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 100vh; }
  .banner.full-viewport-banner br { display: inline-block; }
  .banner.full-viewport-banner .banner-heading { margin: 1.11111rem 1.11111rem 0.55556rem 1.11111rem; font-size: 3.33333rem; }
  .banner.full-viewport-banner .banner-message { margin: 0 1.11111rem 1.11111rem 1.11111rem; font-size: 1.66667rem; }
  .banner.full-viewport-banner .button { margin: 0 0.55556rem 1.11111rem 0.55556rem; } }

@media print, screen and (min-width: 64em) { .banner.full-viewport-banner .banner-heading { margin: 5.55556rem 0 1.11111rem 0; }
  .banner.full-viewport-banner .banner-message { margin: 0 0 5.55556rem 0; }
  .banner.full-viewport-banner .button { margin: 0 0 7.22222rem 0; } }

.breadcrumbs { background: #fff; padding: 0.55556rem 0; text-align: center; }

.breadcrumbs .breadcrumb-container div { display: inline-block; }

.breadcrumbs .breadcrumb-container a { display: inline-block; text-decoration: none; color: #000; }

.breadcrumbs .breadcrumb-container a::after { content: '>'; display: inline-block; margin: 0 0.55556rem; }

.breadcrumbs .breadcrumb-container a:only-child::after { content: none; }

/*======================================= Testimonials =======================================*/
.section-testimonial { position: relative; padding: 0.77778rem 0; background-color: #590e11; background-image: none; text-align: center; border-top: 1px solid #8f8f8f; border-bottom: 1px solid #8f8f8f; }

.section-testimonial .heading { margin: 0 0 1.11111rem 0; color: #fff; font-size: 1.33333rem; }

.section-testimonial .testimonial-link { display: block; margin: 0.88889rem 0 0 0; color: #595A5C; font-size: 0.88889rem; }

.section-testimonial blockquote { margin: 0 auto; padding: 0; border: none; line-height: 1.6; color: #fff; font-size: 1rem; font-weight: normal; font-style: italic; text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.65); }

.section-testimonial cite { margin-top: 0.77778rem; color: #fff; font-size: 1.11111rem; font-weight: 600; font-style: normal; text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.65); }

@media print, screen and (min-width: 40em) { .section-testimonial { padding: 1.11111rem 0; }
  .section-testimonial .heading { margin: 0 0 1.11111rem 0; font-size: 1.33333rem; }
  .section-testimonial .testimonial-link { margin: 0.88889rem 0 0 0; } }

@media print, screen and (min-width: 64em) { .section-testimonial { padding: 2.22222rem 0; }
  .section-testimonial .heading { margin: 0 0 1.11111rem 0; }
  .section-testimonial .testimonial-link { margin: 0.88889rem 0 0 0; } }

/*======================================= Footer Callout Basic =======================================*/
.footer-callout { padding: 0; background-color: #590e11; border-top: 1px solid #fff; border-bottom: 1px solid #fff; text-align: center; }

.footer-callout .footer-callout-image-wrapper { margin: 1.66667rem 0 0; }

.footer-callout .heading { margin: 1.66667rem 0 1.11111rem 0; color: #fff; font-size: 1.33333rem; font-weight: bold; }

.footer-callout .message { margin: 0 0 1.11111rem 0; color: #fff; font-size: 1rem; font-weight: normal; }

.footer-callout .button-container { text-align: center; }

.footer-callout .button-container .button { margin: 0 0 1.66667rem; }

@media print, screen and (min-width: 40em) { .footer-callout .heading { margin: 2.22222rem 0 1.11111rem 0; font-size: 1.66667rem; }
  .footer-callout .message { margin: 0 0 1.11111rem 0; }
  .footer-callout .button-container .button { margin: 0 0 2.22222rem; } }

@media print, screen and (min-width: 64em) { .footer-callout .heading { margin: 4.44444rem 0 0.55556rem 0; }
  .footer-callout .message { margin: 0 0 1.66667rem 0; }
  .footer-callout .button-container .button { margin: 0 0 4.44444rem 0; } }

/*======================================= Social Media Links =======================================*/
.social-links a { margin: 0 0.44444rem 0.55556rem 0; display: inline-block; padding-bottom: 3px; width: 2.22222rem; height: 2.22222rem; font-size: 1.38889rem; color: #fff; background-color: #5a5a5a; border: none; border-radius: 50%; -webkit-transition: background-color .3s ease; transition: background-color .3s ease; }

.social-links a i { vertical-align: baseline; }

.social-links a:last-of-type { margin: 0; }

.social-links a:hover { background-color: gray; }

.social-links .google-plus, .social-links.icon-colors a.google-plus { background: transparent; padding: 0; vertical-align: middle; }

.social-links .google-plus:hover, .social-links.icon-colors a.google-plus:hover { background: transparent; -webkit-box-shadow: none; box-shadow: none; }

.social-links.icon-colors a { color: #fff; -webkit-transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease; transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease; transition: box-shadow .3s ease, transform .3s ease; transition: box-shadow .3s ease, transform .3s ease, -webkit-box-shadow .3s ease, -webkit-transform .3s ease; }

.social-links.icon-colors .facebook { background-color: #3B5998; }

.social-links.icon-colors .twitter { background-color: #55acee; }

.social-links.icon-colors .linkedin { background-color: #0077b5; }

.social-links.icon-colors .youtube { background-color: #cd201f; }

.social-links.icon-colors .pinterest { background-color: #bd081c; }

.social-links.icon-colors .flickr { background-color: #ff0084; }

.social-links.icon-colors .yelp { background-color: #db292f; }

.social-links.icon-colors .instagram { background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d)); background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }

.social-links.icon-colors a:hover { -webkit-box-shadow: 0px 1px 1px #000; box-shadow: 0px 1px 1px #000; -webkit-transform: scale(1.1); transform: scale(1.1); }

/* ====================================== Footer =======================================*/
footer.page-footer { color: #8f8f8f; font-size: 0.77778rem; font-weight: normal; }

footer.page-footer .row > * { margin: 0 0 0.66667rem 0; }

footer.page-footer .footer-links { text-align: center; }

footer.page-footer .footer-links ul { display: inline-block; color: #fff; background-color: #1f1f1f; border-radius: 5px; border: 1px solid #3b3b3b; overflow: hidden; }

footer.page-footer .footer-links ul li:last-child a { border: 0; }

footer.page-footer .footer-links ul .dropdown { display: block; border: 0; border-radius: 0; border-bottom: 1px solid #3b3b3b; }

footer.page-footer .footer-links a { color: inherit; text-decoration: none; font-size: 0.93333rem; display: block; padding: 0.33333rem 0.83333rem; border-bottom: 1px solid #3b3b3b; min-width: 11.11111rem; }

footer.page-footer .footer-links a:hover { background: black; }

footer.page-footer .footer-disclaimer-links a { color: #808080; }

footer.page-footer .footer-web-credit ul { display: inline-block; color: #fff; }

footer.page-footer .footer-web-credit li { display: inline-block; }

footer.page-footer .footer-web-credit a { font-size: 0.77778rem; color: inherit; }

@media print, screen and (min-width: 64em) { footer.page-footer .footer-links ul { padding: 0.44444rem 1.11111rem; }
  footer.page-footer .footer-links ul .dropdown { display: inline; border: 0; padding: 0; }
  footer.page-footer .footer-links ul .dropdown li:first-of-type { margin-left: 0.55556rem; }
  footer.page-footer .footer-links ul .dropdown::before { content: "|"; color: #0e0e0e; }
  footer.page-footer .footer-links ul li { display: inline-block; margin-left: 0.55556rem; }
  footer.page-footer .footer-links ul li a { font-size: 0.77778rem; background: transparent; display: inline; padding: 0; border: 0; }
  footer.page-footer .footer-links ul li a:hover { background: transparent; }
  footer.page-footer .footer-links ul li::before { margin-right: 0.55556rem; content: "|"; color: #0e0e0e; }
  footer.page-footer .footer-links ul li:first-of-type { margin-left: 0; }
  footer.page-footer .footer-links ul li:first-of-type::before { display: none; } }

/*======================================= Gallery Thumbnail Layout =======================================*/
.gallery-thumbnail-layout.row { margin-left: 0; margin-right: 0; }

.gallery-thumbnail-layout .column, .gallery-thumbnail-layout .columns { margin: 0 0 1.66667rem 0; padding: 0; }

.gallery-thumbnail-layout .column a, .gallery-thumbnail-layout .columns a { display: block; }

@media print, screen and (min-width: 40em) { .gallery-thumbnail-layout .column:nth-child(2n + 1) a, .gallery-thumbnail-layout .columns:nth-child(2n + 1) a { margin: 0 0.83333rem 0 0; }
  .gallery-thumbnail-layout .column:nth-child(2n + 2) a, .gallery-thumbnail-layout .columns:nth-child(2n + 2) a { margin: 0 0 0 0.83333rem; } }

@media print, screen and (min-width: 64em) { .gallery-thumbnail-layout .column:nth-child(3n + 1) a, .gallery-thumbnail-layout .columns:nth-child(3n + 1) a { margin: 0 1.11111rem 0 0; }
  .gallery-thumbnail-layout .column:nth-child(3n + 2) a, .gallery-thumbnail-layout .columns:nth-child(3n + 2) a { margin: 0 0.55556rem; }
  .gallery-thumbnail-layout .column:nth-child(3n + 3) a, .gallery-thumbnail-layout .columns:nth-child(3n + 3) a { margin: 0 0 0 1.11111rem; } }

.gallery-thumbnail-layout .column a, .gallery-thumbnail-layout .columns a { position: relative; overflow: hidden; height: 11.11111rem; text-decoration: none; color: #fff; text-shadow: 0 2px 2px #000; padding: 1.11111rem; display: block; -webkit-box-shadow: 0px 0px 1px 1px #ccc; box-shadow: 0px 0px 1px 1px #ccc; }

.gallery-thumbnail-layout .column a::after, .gallery-thumbnail-layout .columns a::after { content: 'zoom_in'; position: absolute; z-index: 10; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; top: 0; bottom: 0; left: 0; right: 0; font-size: 5.55556rem; opacity: .4; text-transform: lowercase; font-family: 'Material Icons'; -webkit-transition: font-size .4s, opacity .4s; transition: font-size .4s, opacity .4s; outline: 5px solid rgba(255, 255, 255, 0.5); outline-offset: -5px; }

.gallery-thumbnail-layout .column a::before, .gallery-thumbnail-layout .columns a::before { content: ''; position: absolute; z-index: 5; height: 100%; width: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.35); opacity: 0; -webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }

.gallery-thumbnail-layout .column img, .gallery-thumbnail-layout .columns img { position: absolute; min-width: 100%; max-width: none; min-height: 100%; top: 50%; left: 50%; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-backface-visibility: hidden; }

.gallery-thumbnail-layout .column:hover a::before, .gallery-thumbnail-layout .columns:hover a::before, .gallery-thumbnail-layout .column:hover a::after, .gallery-thumbnail-layout .columns:hover a::after { opacity: 1; }

.gallery-thumbnail-layout .column:hover img, .gallery-thumbnail-layout .columns:hover img { -webkit-transform: scale(1.15, 1.15) translateX(-45%) translateY(-45%); transform: scale(1.15, 1.15) translateX(-45%) translateY(-45%); }

/*======================================= Header =======================================*/
header.page-header { position: relative; background-color: #fff; padding: 0.77778rem 0; text-align: center; z-index: 10; }

@media print, screen and (min-width: 40em) { header.page-header { padding: 0.77778rem 0; } }

@media print, screen and (min-width: 64em) { header.page-header { text-align: right; padding: 0.77778rem 0; } }

/* ====================================== Footer =======================================*/
footer.page-footer { position: relative; padding: 1.66667rem 0; background-color: #fff; background-image: none; background-position: 50% 0; background-repeat: no-repeat; border-top: none; border-bottom: none; text-align: center; }

@media print, screen and (min-width: 40em) { footer.page-footer { padding: 1.66667rem 0; } }

@media print, screen and (min-width: 64em) { footer.page-footer { padding: 1.66667rem 0; } }

.accordion-wrap { margin: 0 0 1.66667rem 0; }

.accordion-click { position: relative; padding: 1.11111rem 1.66667rem; background: #e2e2e2; color: #DD242D; font-size: 1.33333rem; line-height: 1.2; font-weight: 700; border: 1px solid #ccc; }

.accordion-click::before, .accordion-click::after { content: ''; position: absolute; display: block; background: #DD242D; top: calc(50% - 2px); right: 1.66667rem; width: 1.11111rem; height: 0.22222rem; -webkit-transition: 0.3s; transition: 0.3s; }

.accordion-click::after { -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.accordion-click:hover { cursor: pointer; background: white; -webkit-transition: 0.3s; transition: 0.3s; }

.accordion-slide { color: #DD242D; font-size: 18px; background: #e2e2e2; padding: 1.66667rem; border: 1px solid #ccc; border-top: 0; }

.accordion-slide > *:last-child { margin-bottom: 0; }

.accordion-wrap.arrow-turn .accordion-click::after { -webkit-transform: rotate(0deg); transform: rotate(0deg); }

/*======================================= Coupons! =======================================*/
.coupon { position: relative; margin-bottom: 1.38889rem; padding: 1.38889rem; border: 2px dashed #b3b3b3; border-radius: 0.55556rem; text-align: center; }

.coupon::before { position: absolute; top: -0.61111rem; left: 1.66667rem; content: url("/images/coupon-scissors.png"); }

.coupon .barcode { margin: 0 auto 0.55556rem; }

.coupon .barcode tbody { display: inline; border: 0; vertical-align: top; }

.coupon .barcode td { padding: 0; }

.coupon .savings-box { max-width: 13.33333rem; margin: 0 auto 1.11111rem; text-align: center; border: 1px solid #a1a1a1; padding: 0 0 1.11111rem; }

.coupon .savings-heading { padding: 0.55556rem; margin: -0.05556rem -0.05556rem 0.83333rem; background: #DD242D; font-size: 1.33333rem; font-weight: bold; color: #fff; }

.coupon .savings-discount { margin-bottom: 0.55556rem; font-weight: bold; font-size: 3.33333rem; color: #DD242D; line-height: 1.1; }

.coupon .savings-type { font-weight: bold; font-size: 1.33333rem; color: #DD242D; line-height: 1.2; }

.coupon .coupon-content .heading { margin-bottom: 0.55556rem; font-size: 1.33333rem; font-weight: bold; color: #DD242D; line-height: 1.2; }

.coupon time.expiration { display: block; margin-bottom: 0.55556rem; color: #999999; font-size: 0.88889rem; }

.coupon time.expiration .month, .coupon time.expiration .day, .coupon time.expiration .year { display: none; }

.coupon .coupon-description { margin-bottom: 0.55556rem; color: #999999; font-size: 0.88889rem; }

.coupon .coupon-description span { font-weight: bold; }

@media print, screen and (min-width: 64em) { .coupon .coupon-description { padding-right: 0.83333rem; } }

.coupon form { display: inline-block; vertical-align: middle; text-align: center; margin: 0 0.27778rem; }

.coupon .print-coupon-button { display: inline-block; width: 4.16667rem; height: 4.16667rem; padding-top: 1.66667rem; margin: 0 auto 0.83333rem; border-radius: 0; background: url("/images/coupon-print.png") center top 20px no-repeat, #fff; border: 1px solid #707070; font-size: 0.77778rem; text-transform: uppercase; font-weight: bold; -webkit-transition: background .3s; transition: background .3s; }

.coupon .print-coupon-button:hover { background: url("/images/coupon-print.png") center top 20px no-repeat, #ddd; }

.coupon .coupon-qr-code { display: inline-block; vertical-align: middle; width: 100%; max-width: 4.16667rem; height: 4.16667rem; margin: 0 0.27778rem 0.83333rem; }

@media print, screen and (min-width: 40em) { .coupon { text-align: left; }
  .coupon .savings-box { margin-bottom: 0; }
  .coupon form, .coupon .coupon-qr-code { display: block; margin: 0 auto; } }

@media print, screen and (min-width: 64em) { .title-bar { display: none; } }

.no-js .top-bar { display: none; }

@media print, screen and (min-width: 64em) { .no-js .top-bar { display: block; } }

.title-bar { background: #333; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.top-bar { position: relative; z-index: 20; background: #333; display: block; }

.top-bar .title-bar-title:hover { cursor: pointer; }

.top-bar ul.menu { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; background: #333; }

.top-bar ul.menu li { background: #333; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.top-bar ul.menu li a { height: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; white-space: nowrap; color: #fff; text-align: center; text-decoration: none; }

.top-bar ul.menu li a:hover { background: #4d4d4d; }

.top-bar ul.menu li li a { white-space: initial; }

.top-bar ul.menu .submenu { height: 100%; }

.top-bar ul.menu.expanded > li { -ms-flex: 1 0 auto; }

.top-bar .is-drilldown .menu { display: block; }

@media print, screen and (min-width: 64em) { .top-bar ul.menu .submenu { height: auto; }
  .top-bar .dropdown.menu.large-horizontal > li > .is-dropdown-submenu { width: inherit; }
  .top-bar .dropdown.menu.large-horizontal > li > .is-dropdown-submenu li a { display: block; -webkit-box-align: left; -ms-flex-align: left; align-items: left; -ms-flex-line-pack: left; align-content: left; text-align: left; white-space: nowrap; }
  .top-bar .has-submenu.is-dropdown-submenu-parent > a[href="#"] { text-decoration: none; pointer-events: none; }
  .top-bar .has-submenu.is-dropdown-submenu-parent.is-active > a { color: #fff; }
  .top-bar ul.menu-top > li:first-child a::before { opacity: 0; }
  .top-bar ul.menu-top > li > a { position: relative; }
  .top-bar ul.menu-top > li > a::before { content: ""; display: block; height: 100%; position: absolute; top: 0%; left: 0; border-left: 1px dashed #fff; border-right: 1px dashed transparent; -webkit-transition: all .1s ease; transition: all .1s ease; } }

/*======================================= Form =======================================*/
.small-form-container .form-container { padding: 1.66667rem 1.11111rem; }

@media print, screen and (min-width: 64em) { .small-form-container .form-container { padding: 2.77778rem 2.22222rem; } }

.sub-page .content-sub-text, .form-wrapper { background-color: rgba(18, 18, 18, 0.86); }

.large-form-container .form-container, .content-sub .form-container { border: 0px solid #DD242D; background-color: rgba(18, 18, 18, 0.86); }

.form-container { height: 100%; text-align: left; color: #fff; }

.form-container .lead-preamble { color: #DD242D; text-align: center; font-size: 0.88889rem; }

.form-container .lead-head { padding: 0 0 1.66667rem 0; color: #fff; font-family: "Nova Square", cursive; font-size: 1.44444rem; font-weight: 400; text-align: center; }

@media print, screen and (min-width: 40em) { .form-container .lead-preamble { font-size: 1rem; }
  .form-container .lead-head { padding: 0 0 1.66667rem 0; font-size: 1.44444rem; } }

@media print, screen and (min-width: 64em) { .form-container .lead-head { padding: 0 0 0.55556rem 0; } }

form .form-cd-name-desc { display: none; }

form .fm-question-container { margin-bottom: 0.44444rem; }

form .fm-question-container::before, form .fm-question-container::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

form .fm-question-container::after { clear: both; }

form ::-webkit-input-placeholder { color: #000; opacity: 1; }

form :-moz-placeholder { /* Firefox 18- */ color: #000; opacity: 1; }

form ::-moz-placeholder { /* Firefox 19+ */ color: #000; opacity: 1; }

form :-ms-input-placeholder { color: #000; opacity: 1; }

form select[data-selected=""] { color: #000; opacity: 1; }

form input[type="text"].form_text, form input[type="email"].form_text, form input[type="url"], form textarea.form_textarea, form select { width: 100%; margin: 0; padding: 0.22222rem 0.44444rem 0.22222rem 0.44444rem; font-size: 0.88889rem; font-weight: 400; background-color: #fff; color: #000; border-radius: 5px; border: 0px solid #fff; -webkit-box-shadow: inset 0 4px 3px -2px rgba(0, 0, 0, 0); box-shadow: inset 0 4px 3px -2px rgba(0, 0, 0, 0); }

form select { padding: 0.22222rem 1.33333rem 0.22222rem 0.44444rem; }

form input[type="text"].form_text, form input[type="email"].form_text, form select.form_select { height: 2rem; }

form .form-required-div { display: block; margin: 0 0 0.77778rem 0; font-size: 0.55556rem; color: #fff; text-align: center; }

form .fm-question, form .fm-question_error { display: block; text-align: left; margin: 0; font-size: 0.88889rem; font-weight: 700; text-shadow: none; color: #fff; }

form .lead_box .form_textarea { width: 100%; }

form textarea[rows] { height: 6.44444rem; }

form .fm-answer { font-size: 0.88889rem; }

form .fm-submit-container { text-align: center; clear: both; padding-top: 1.11111rem; }

form input[type="submit"].buttons { display: inline-block; vertical-align: middle; margin: 0 0 1.66667rem 0; font-family: inherit; padding: 0.85em 1.2em; -webkit-appearance: none; border: 1px solid transparent; border-radius: 5px; -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out; transition: background-color 0.25s ease-out, color 0.25s ease-out; font-size: 1rem; line-height: 1; text-align: center; cursor: pointer; background-color: rgba(255, 255, 255, 0); color: #fff; font-weight: normal; color: #fff; font-size: 1em; border: 1px solid #fff; border-radius: 2.77778rem; text-transform: uppercase; margin-bottom: 0; }

[data-whatinput='mouse'] form input[type="submit"].buttons { outline: 0; }

form input[type="submit"].buttons:hover, form input[type="submit"].buttons:focus { background-color: #bd1d25; color: #fff; }

form input[type="submit"].buttons:hover, form input[type="submit"].buttons:focus { background: #fff; color: #DD242D; }

form [type='file'], form [type='checkbox'], form [type='radio'] { margin-bottom: 0.22222rem; }

form .fm-qt-ADDRESS input[type="text"].fm-text-addressline1, form .fm-qt-SHIPPING_ADDRESS input[type="text"].fm-text-addressline1 { margin-bottom: 0.44444rem; }

form .fm-qt-ADDRESS .fm-addressline3, form .fm-qt-SHIPPING_ADDRESS .fm-addressline3 { display: none; }

form .fm-qt-BEST_TIME_TO_CALL .fm-answer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

form .fm-qt-BEST_TIME_TO_CALL .fm-answer select[id$="BestTimeToCall"] { -ms-flex-preferred-size: 50%; flex-basis: 50%; margin-right: 0.55556rem; }

form .fm-qt-BEST_TIME_TO_CALL .fm-answer select[id$="BestTimeToCallEnd"] { -ms-flex-preferred-size: 50%; flex-basis: 50%; margin-left: 0.55556rem; }

form .fm-qt-BIRTHDAY_ALL .fm-answer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

form .fm-qt-BIRTHDAY_ALL .fm-answer select[id$="BirthDateMonth"] { -ms-flex-preferred-size: 32%; flex-basis: 32%; margin-right: 0.55556rem; }

form .fm-qt-BIRTHDAY_ALL .fm-answer select[id$="BirthDateDay"] { -ms-flex-preferred-size: 32%; flex-basis: 32%; margin-left: 0.55556rem; margin-right: 0.55556rem; }

form .fm-qt-BIRTHDAY_ALL .fm-answer select[id$="BirthDateYear"] { -ms-flex-preferred-size: 32%; flex-basis: 32%; margin-left: 0.55556rem; }

form .fm-qt-NAME_FULL_FIRSTLAST .fm-answer, form .fm-qt-NAME_FULL_FIRSTLASTFREQUIRED .fm-answer, form .fm-qt-SHIPPING_NAME_FULL_FIRSTLAST .fm-answer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

form .fm-qt-NAME_FULL_FIRSTLAST .fm-answer .form-cd-name-first, form .fm-qt-NAME_FULL_FIRSTLASTFREQUIRED .fm-answer .form-cd-name-first, form .fm-qt-SHIPPING_NAME_FULL_FIRSTLAST .fm-answer .form-cd-name-first { -ms-flex-preferred-size: 50%; flex-basis: 50%; margin-right: 0.27778rem; }

form .fm-qt-NAME_FULL_FIRSTLAST .fm-answer .form-cd-name-last, form .fm-qt-NAME_FULL_FIRSTLASTFREQUIRED .fm-answer .form-cd-name-last, form .fm-qt-SHIPPING_NAME_FULL_FIRSTLAST .fm-answer .form-cd-name-last { -ms-flex-preferred-size: 50%; flex-basis: 50%; margin-left: 0.27778rem; }

form .fm-qt-NAME_FULL_NOTITLE .fm-answer, form .fm-qt-SHIPPING_NAME_FULL_NOTITLE .fm-answer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

form .fm-qt-NAME_FULL_NOTITLE .fm-answer .form-cd-name-first, form .fm-qt-SHIPPING_NAME_FULL_NOTITLE .fm-answer .form-cd-name-first { -ms-flex-preferred-size: 40%; flex-basis: 40%; }

form .fm-qt-NAME_FULL_NOTITLE .fm-answer .form-cd-name-mi, form .fm-qt-SHIPPING_NAME_FULL_NOTITLE .fm-answer .form-cd-name-mi { -ms-flex-preferred-size: 15%; flex-basis: 15%; }

form .fm-qt-NAME_FULL_NOTITLE .fm-answer .form-cd-name-last, form .fm-qt-SHIPPING_NAME_FULL_NOTITLE .fm-answer .form-cd-name-last { -ms-flex-preferred-size: 40%; flex-basis: 40%; }

form .fm-qt-NAME_FULL .fm-answer, form .fm-qt-SHIPPING_NAME_FULL .fm-answer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

form .fm-qt-NAME_FULL .fm-answer .form-cd-name-sal, form .fm-qt-SHIPPING_NAME_FULL .fm-answer .form-cd-name-sal { -ms-flex-preferred-size: 30%; flex-basis: 30%; margin-bottom: 0.44444rem; }

form .fm-qt-NAME_FULL .fm-answer .form-cd-name-first, form .fm-qt-SHIPPING_NAME_FULL .fm-answer .form-cd-name-first { -ms-flex-preferred-size: 65%; flex-basis: 65%; margin-bottom: 0.44444rem; }

form .fm-qt-NAME_FULL .fm-answer .form-cd-name-mi, form .fm-qt-SHIPPING_NAME_FULL .fm-answer .form-cd-name-mi { -ms-flex-preferred-size: 30%; flex-basis: 30%; }

form .fm-qt-NAME_FULL .fm-answer .form-cd-name-last, form .fm-qt-SHIPPING_NAME_FULL .fm-answer .form-cd-name-last { -ms-flex-preferred-size: 65%; flex-basis: 65%; }

form .fm-qt-STATE_FILLIN, form .fm-qt-SHIPPING_STATE_FILLIN { margin: 0; }

form .fm-qt-STATE_FILLIN .form-select-state-container, form .fm-qt-SHIPPING_STATE_FILLIN .form-select-state-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

form .fm-qt-STATE_FILLIN .form-select-state-container .form-help-text, form .fm-qt-SHIPPING_STATE_FILLIN .form-select-state-container .form-help-text { -ms-flex-preferred-size: calc(25%); flex-basis: calc(25%); margin-bottom: 0.44444rem; }

form .fm-qt-STATE_FILLIN .form-select-state-container select[id$="State"], form .fm-qt-SHIPPING_STATE_FILLIN .form-select-state-container select[id$="State"] { -ms-flex-preferred-size: calc(75%); flex-basis: calc(75%); margin-bottom: 0.44444rem; }

form .fm-qt-STATE_FILLIN .form-select-state-container input[id$="StateFillIn"], form .fm-qt-SHIPPING_STATE_FILLIN .form-select-state-container input[id$="StateFillIn"] { -ms-flex-preferred-size: calc(75%); flex-basis: calc(75%); margin-bottom: 0.44444rem; }

form .fm-qt-ZIP .fm-answer, form .fm-qt-SHIPPING_ZIP .fm-answer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

form .fm-qt-ZIP .fm-answer .fm-zip, form .fm-qt-SHIPPING_ZIP .fm-answer .fm-zip { -ms-flex-preferred-size: 70%; flex-basis: 70%; margin-right: 0.55556rem; }

form .fm-qt-ZIP .fm-answer .fm-zipext, form .fm-qt-SHIPPING_ZIP .fm-answer .fm-zipext { -ms-flex-preferred-size: 30%; flex-basis: 30%; margin-left: 0.55556rem; }

.alert-box h3 { color: #fff; background: transparent; padding: 0; border: none; font-size: 1.33333rem; }

.alert-box .close { color: #fff; text-decoration: none; }

.form_validateerror, .form_responses, .form_validateerror_under, .form_cd_responses_under { display: none; }

.myce-callout { margin: 0 auto 1.66667rem; max-width: 22.22222rem; text-align: center; }

.myce-callout img { margin-bottom: 1.11111rem; }

.myce-callout .heading { padding: 0 0 0.83333rem; font-size: 1.33333rem; font-weight: bold; font-family: "Nova Square", cursive; color: #DD242D; }

.myce-callout p { margin-bottom: 1.11111rem; }

.myce-callout .button { margin: 0; }

.myce-callout > *:last-child { margin-bottom: 0; }

@media print, screen and (min-width: 64em) { .myce-callout { margin: 0 auto 2.77778rem; } }

/*======================================= Sub Navigation =======================================*/
.subnav { margin: 0; }

.subnav li { list-style: none; padding: 0; }

.subnav a { text-decoration: none; padding: 1.11111rem; color: #fff; display: block; font-size: 1.11111rem; -webkit-box-shadow: 0 3px 5px #095285; box-shadow: 0 3px 5px #095285; border-radius: 3px; margin-bottom: 0.83333rem; background: #56a4d9; font-weight: 700; border: 1px solid transparent; }

.subnav a:hover { background: #6ec0f7; border: 1px solid #bee5ff; -webkit-box-shadow: 0 0 15px rgba(154, 223, 255, 0.4); box-shadow: 0 0 15px rgba(154, 223, 255, 0.4); }

.subnav .active > a { padding: 1.11111rem; color: #fff; font-size: 1.11111rem; background: #6ec0f7; border: 1px solid #bee5ff; -webkit-box-shadow: 0 0 15px rgba(154, 223, 255, 0.4); box-shadow: 0 0 15px rgba(154, 223, 255, 0.4); }

.subnav .has-submenu .menu { display: block; }

.subnav .has-submenu .menu li { margin-left: 1.66667rem; }

.subnav .has-submenu .menu li.hide-for-large { display: none; }

/* 
The markup for the search page needs to be rewritten.
This is a quick fix in the meantime.
We'll revisit this once the search page is updated.
*/
.search_result_content, .search_result_event, .search_result_location { border: solid 1px #ddd; margin-bottom: 0.44444rem; padding: 0.5rem 0.55556rem; font-size: 0.77778rem; }

/*======================================= SML Settings =======================================*/
.sml h4 { color: #fff; font-size: 1.33333rem; }

.sml li { color: #fff; }

.sml a { color: inherit; }

/*======================================= Header =======================================*/
.header-wrapper { padding: 0.77778rem 0; text-align: center; }

.header-wrapper::before, .header-wrapper::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.header-wrapper::after { clear: both; }

.header-wrapper .logo { margin: 0; }

.header-wrapper .contact { display: inline-block; margin: 0.83333rem 0 0 0; color: #DD242D; font-size: 1.33333rem; font-weight: 400; text-align: center; }

.header-wrapper .phone { color: #1F1F1F; font-size: 1.66667rem; line-height: 1.4; font-weight: 900; text-transform: uppercase; }

.header-wrapper .phone a { color: inherit; font-weight: bold; text-decoration: none; }

@media print, screen and (min-width: 40em) { .header-wrapper { padding: 0.77778rem 0; }
  .header-wrapper .logo { margin: 0; }
  .header-wrapper .contact { display: inline; margin: 0.83333rem 0 0 0; text-align: right; padding-left: 0; } }

@media print, screen and (min-width: 64em) { .header-wrapper { padding: 0.77778rem 0; }
  .header-wrapper .branding { text-align: left; }
  .header-wrapper .logo { margin: 0; }
  .header-wrapper .contact { margin: 0; } }

/*======================================= Banner =======================================*/
.banner-wrapper { position: relative; text-align: left; background-color: #2D2D2D; background-image: url(/images/ppc/banner-bg.png); background-position: 50% 0; background-repeat: no-repeat; background-size: cover; color: #fff; }

.banner-wrapper::before, .banner-wrapper::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.banner-wrapper::after { clear: both; }

.banner-wrapper br { display: none; }

.banner-wrapper hr { margin: 0.27778rem 0; border-bottom: 1px solid #fff; }

.banner-wrapper ul.custom-list li { color: #fff; background-image: url(/images/banner-image-list.png); background-repeat: no-repeat; background-position: 0 0; }

.banner-wrapper p { font-size: 1rem; margin: 0 0 0.55556rem; }

.banner-wrapper .heading { font-size: 1.55556rem; color: #fff; line-height: 1.3; margin: 0 0 0.83333rem; }

.banner-wrapper .button { background: #DD242D; border-color: #fff; color: #fff; }

.banner-wrapper .button:hover, .banner-wrapper .button:focus { background: #fff; color: #DD242D; }

@media print, screen and (min-width: 40em) { .banner-wrapper { background-image: url(/images/ppc/banner-bg.png); }
  .banner-wrapper p { font-size: 1.11111rem; }
  .banner-wrapper .heading { font-size: 2.11111rem; }
  .banner-wrapper br { display: inline-block; } }

@media print, screen and (min-width: 64em) { .banner-wrapper p { font-size: 1.33333rem; }
  .banner-wrapper .heading { margin: 0 0 1.38889rem; font-size: 2.66667rem; } }

/*======================================= Layouts =======================================*/
.content { padding: 0.55556rem 0; background: #fff; }

.content .content-text { padding: 1.66667rem 0.83333rem; }

.content .content-sub-text { padding: 1.11111rem 1.66667rem; }

@media print, screen and (min-width: 40em) { .content { padding: 0.55556rem 0; }
  .content .content-text { padding: 1.66667rem 0.83333rem; }
  .content .content-sub-text { padding: 1.11111rem 1.66667rem; } }

@media print, screen and (min-width: 64em) { .content { padding: 0 0; }
  .content .content-text { padding: 1.66667rem 0.83333rem; }
  .content .content-sub-text { padding: 2.77778rem 2.22222rem; } }

@media screen and (min-width: 78.75em) { .content .content-text { padding: 1.66667rem 0; } }

.additional-content-area { padding: 1.66667rem 0; }

@media print, screen and (min-width: 64em) { .additional-content-area { padding: 4.44444rem 0; } }

#extraContent0 { background-color: #DD242D; border-top: 0.55556rem solid #fff; border-bottom: 0.55556rem solid #fff; color: #fff; }

#extraContent0 h2 { color: #fff; font-size: 1.55556rem; }

#extraContent0 a.button:last-child { margin-bottom: 0; }

@media print, screen and (min-width: 40em) { #extraContent0 h2 { font-size: 2rem; } }

#faqs { background-color: #595A5C; color: #fff; }

#faqs hr { border-bottom: 1px solid #fff, 0.29; }

#faqs h2 { color: #fff; font-size: 1.55556rem; }

#faqs h3 { margin-bottom: 0.83333rem; font-family: "Lato", Helvetica, Roboto, Arial, sans-serif; }

@media print, screen and (min-width: 40em) { #faqs h2 { font-size: 2rem; } }

#extraContent1 br { display: none; }

#extraContent1 .half-image { margin-bottom: 1.66667rem; }

#extraContent1 .half-image:last-child { margin-bottom: 0; }

#extraContent1 h3 { color: #DD242D; margin-bottom: 0.83333rem; font-family: "Lato", Helvetica, Roboto, Arial, sans-serif; font-weight: 700; }

@media print, screen and (min-width: 64em) { #extraContent1 br { display: block; }
  #extraContent1 hr { margin: 3.33333rem auto; } }

.footer-callout-ppc { background: #DD242D; padding: 1.66667rem 0; text-align: center; color: #fff; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }

.footer-callout-ppc .heading { margin-bottom: 1.11111rem; font-size: 1.55556rem; }

.footer-callout-ppc .button { margin-bottom: 0; }

@media print, screen and (min-width: 40em) { .footer-callout-ppc .heading { font-size: 2rem; } }

@media print, screen and (min-width: 64em) { .footer-callout-ppc { padding: 4.44444rem 0; }
  .footer-callout-ppc .heading { margin-bottom: 2.22222rem; } }

/* ====================================== Footer =======================================*/
.footer-wrapper { background-color: #1D1D1D; padding: 1.66667rem 0; color: #4C4B4B; font-size: 1rem; font-weight: normal; text-align: center; }

.footer-wrapper::before, .footer-wrapper::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.footer-wrapper::after { clear: both; }

.footer-wrapper .footer-copyright { margin-bottom: 0.66667rem; }

.footer-wrapper .footer-web-credit ul { display: inline-block; color: #4C4B4B; }

.footer-wrapper .footer-web-credit li { display: inline-block; }

.footer-wrapper .footer-web-credit a { font-size: 1rem; color: inherit; }

@media print, screen and (min-width: 40em) { .footer-wrapper { padding: 1.66667rem 0; } }

@media print, screen and (min-width: 64em) { .footer-wrapper { padding: 1.66667rem 0; } }

h1, #extraContent1 .heading { text-align: center; color: #000000; }

h1 span, #extraContent1 .heading span { color: #DD242D; display: inline-block; }

h2 { color: #DD242D; }

p strong { font-weight: 900; }

.final-cta { text-align: center; }

.final-cta p { color: #DD242D; }

#faq-slider { position: relative; padding: 0 0 1.11111rem; }

#faq-slider p:last-of-type { margin-bottom: 0; }

#faq-slider .flex-direction-nav a { top: auto; -webkit-transform: translate(0, 30px); transform: translate(0, 30px); }

#faq-slider .flex-direction-nav a:hover::before { color: #DD242D; }

#faq-slider .flex-direction-nav a::before { content: "i"; color: #fff; -webkit-transition: .3s ease-out; transition: .3s ease-out; font-size: 0.83333rem; text-shadow: none; }

#faq-slider .flex-direction-nav .flex-next { left: 1.38889rem; text-align: center; }

#faq-slider .flex-direction-nav .flex-prev { left: 0; }

#faq-slider .flex-direction-nav a.flex-prev::before { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

/*======================================= Custom Site Styles =======================================*/
