@font-face { font-family: "Roboto"; font-style: normal; font-weight: 400; src: url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-regular.woff") format("woff"); }

@font-face { font-family: "Roboto"; font-style: normal; font-weight: 500; src: url("../fonts/roboto-v20-latin-500.woff2") format("woff2"), url("../fonts/roboto-v20-latin-500.woff") format("woff"); }

@font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; src: url("../fonts/roboto-v20-latin-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin-700.woff") format("woff"); }

@font-face { font-family: "Roboto Condensed"; font-style: normal; font-weight: 700; src: url("../fonts/roboto-condensed-v18-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v18-latin-700.woff") format("woff"); }

@font-face { font-family: "icomoon"; font-style: normal; font-weight: normal; src: url("../fonts/icomoon.woff") format("woff"); }

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

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

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

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

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

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

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

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

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

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

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

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img { border: 0; }

/** Correct overflow not hidden in IE 8/9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; -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; }

th, td { padding: 0; }

meta.foundation-version { font-family: "/5.5.3/"; }

meta.foundation-mq-small { font-family: "/only screen/"; width: 0; }

meta.foundation-mq-small-only { font-family: "/only screen and (max-width: 39.9375em)/"; width: 0; }

meta.foundation-mq-medium { font-family: "/only screen and (min-width:40em)/"; width: 40em; }

meta.foundation-mq-medium-only { font-family: "/only screen and (min-width:40em) and (max-width:63.9375em)/"; width: 40em; }

meta.foundation-mq-large { font-family: "/only screen and (min-width:64em)/"; width: 64em; }

meta.foundation-mq-large-only { font-family: "/only screen and (min-width:64em) and (max-width:79.9375em)/"; width: 64em; }

meta.foundation-mq-xlarge { font-family: "/only screen and (min-width:80em)/"; width: 80em; }

meta.foundation-mq-xlarge-only { font-family: "/only screen and (min-width:80em) and (max-width:119.9375em)/"; width: 80em; }

meta.foundation-mq-xxlarge { font-family: "/only screen and (min-width:120em)/"; width: 120em; }

meta.foundation-data-attribute-namespace { font-family: false; }

html, body { height: 100%; }

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

html, body { font-size: 100%; }

body { background: #4d4d4d; color: #333333; cursor: auto; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: 400; line-height: 150%; margin: 0; padding: 0; position: relative; }

a:hover { cursor: pointer; }

img { max-width: 100%; height: auto; }

img { -ms-interpolation-mode: bicubic; }

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

.left { float: left !important; }

.right { float: right !important; }

.clearfix:before, .form-item.tabs:before, .datepicker_inner_container:before, .clearfix:after, .form-item.tabs:after, .datepicker_inner_container:after { content: " "; display: table; }

.clearfix:after, .form-item.tabs:after, .datepicker_inner_container:after { clear: both; }

.hide { display: none; }

.invisible { visibility: hidden; }

.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

img { display: inline-block; vertical-align: middle; }

textarea { height: auto; min-height: 50px; }

select { width: 100%; }

[class*="block-grid-"] { display: block; padding: 0; margin: 0 -0.625rem; }

[class*="block-grid-"]:before, [class*="block-grid-"]:after { content: " "; display: table; }

[class*="block-grid-"]:after { clear: both; }

[class*="block-grid-"] > li { display: block; float: left; height: auto; padding: 0 0.625rem 1.25rem; }

@media only screen { .small-block-grid-1 > li { list-style: none; width: 100%; }
  .small-block-grid-1 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
  .small-block-grid-2 > li { list-style: none; width: 50%; }
  .small-block-grid-2 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
  .small-block-grid-3 > li { list-style: none; width: 33.33333%; }
  .small-block-grid-3 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
  .small-block-grid-4 > li { list-style: none; width: 25%; }
  .small-block-grid-4 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
  .small-block-grid-5 > li { list-style: none; width: 20%; }
  .small-block-grid-5 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
  .small-block-grid-6 > li { list-style: none; width: 16.66667%; }
  .small-block-grid-6 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
  .small-block-grid-7 > li { list-style: none; width: 14.28571%; }
  .small-block-grid-7 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
  .small-block-grid-8 > li { list-style: none; width: 12.5%; }
  .small-block-grid-8 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
  .small-block-grid-9 > li { list-style: none; width: 11.11111%; }
  .small-block-grid-9 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
  .small-block-grid-10 > li { list-style: none; width: 10%; }
  .small-block-grid-10 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
  .small-block-grid-11 > li { list-style: none; width: 9.09091%; }
  .small-block-grid-11 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
  .small-block-grid-12 > li { list-style: none; width: 8.33333%; }
  .small-block-grid-12 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } }

@media only screen and (min-width: 40em) { .medium-block-grid-1 > li { list-style: none; width: 100%; }
  .medium-block-grid-1 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
  .medium-block-grid-2 > li { list-style: none; width: 50%; }
  .medium-block-grid-2 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
  .medium-block-grid-3 > li { list-style: none; width: 33.33333%; }
  .medium-block-grid-3 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
  .medium-block-grid-4 > li { list-style: none; width: 25%; }
  .medium-block-grid-4 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
  .medium-block-grid-5 > li { list-style: none; width: 20%; }
  .medium-block-grid-5 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
  .medium-block-grid-6 > li { list-style: none; width: 16.66667%; }
  .medium-block-grid-6 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
  .medium-block-grid-7 > li { list-style: none; width: 14.28571%; }
  .medium-block-grid-7 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
  .medium-block-grid-8 > li { list-style: none; width: 12.5%; }
  .medium-block-grid-8 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
  .medium-block-grid-9 > li { list-style: none; width: 11.11111%; }
  .medium-block-grid-9 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
  .medium-block-grid-10 > li { list-style: none; width: 10%; }
  .medium-block-grid-10 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
  .medium-block-grid-11 > li { list-style: none; width: 9.09091%; }
  .medium-block-grid-11 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
  .medium-block-grid-12 > li { list-style: none; width: 8.33333%; }
  .medium-block-grid-12 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } }

@media only screen and (min-width: 64em) { .large-block-grid-1 > li { list-style: none; width: 100%; }
  .large-block-grid-1 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
  .large-block-grid-2 > li { list-style: none; width: 50%; }
  .large-block-grid-2 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
  .large-block-grid-3 > li { list-style: none; width: 33.33333%; }
  .large-block-grid-3 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
  .large-block-grid-4 > li { list-style: none; width: 25%; }
  .large-block-grid-4 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
  .large-block-grid-5 > li { list-style: none; width: 20%; }
  .large-block-grid-5 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
  .large-block-grid-6 > li { list-style: none; width: 16.66667%; }
  .large-block-grid-6 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
  .large-block-grid-7 > li { list-style: none; width: 14.28571%; }
  .large-block-grid-7 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
  .large-block-grid-8 > li { list-style: none; width: 12.5%; }
  .large-block-grid-8 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
  .large-block-grid-9 > li { list-style: none; width: 11.11111%; }
  .large-block-grid-9 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
  .large-block-grid-10 > li { list-style: none; width: 10%; }
  .large-block-grid-10 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
  .large-block-grid-11 > li { list-style: none; width: 9.09091%; }
  .large-block-grid-11 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
  .large-block-grid-12 > li { list-style: none; width: 8.33333%; }
  .large-block-grid-12 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } }

button, .button { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700; line-height: normal; margin: 0 0 1.25rem; position: relative; text-align: center; text-decoration: none; display: inline-block; padding: 1rem 2rem 1.0625rem 2rem; font-size: 1.125rem; background-color: #ff8800; border-color: #ff8800; color: #333333; -webkit-transition: background-color 300ms ease-out; -o-transition: background-color 300ms ease-out; transition: background-color 300ms ease-out; }

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

button:hover, button:focus, .button:hover, .button:focus { color: #333333; }

button.secondary, .button.secondary { background-color: #333333; border-color: #292929; color: #333333; }

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { background-color: #292929; }

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { color: #333333; }

button.success, .button.success { background-color: #00B64F; border-color: #00923f; color: #333333; }

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { background-color: #00923f; }

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { color: #333333; }

button.alert, .button.alert { background-color: #D7122B; border-color: #ac0e22; color: #333333; }

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

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { color: #333333; }

button.warning, .button.warning { background-color: #D7122B; border-color: #ac0e22; color: #333333; }

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus { background-color: #ac0e22; }

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus { color: #333333; }

button.info, .button.info { background-color: #FEBE10; border-color: #d79e01; color: #333333; }

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus { background-color: #d79e01; }

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus { color: #333333; }

button.large, .button.large { padding: 1.125rem 2.25rem 1.1875rem 2.25rem; font-size: 1.25rem; }

button.small, .button.small { padding: 0.875rem 1.75rem 0.9375rem 1.75rem; font-size: 0.8125rem; }

button.tiny, .button.tiny { padding: 0.625rem 1.25rem 0.6875rem 1.25rem; font-size: 0.6875rem; }

button.expand, .button.expand { padding: 1rem 2rem 1.0625rem 2rem; font-size: 1.125rem; padding-bottom: 1.0625rem; padding-top: 1rem; padding-left: 1rem; padding-right: 1rem; width: 100%; }

button.left-align, .button.left-align { text-align: left; text-indent: 0.75rem; }

button.right-align, .button.right-align { text-align: right; padding-right: 0.75rem; }

button.radius, .button.radius { border-radius: 3px; }

button.round, .button.round { border-radius: 1000px; }

button.disabled, button[disabled], .button.disabled, .button[disabled] { background-color: #ff8800; border-color: #ff8800; color: #333333; -webkit-box-shadow: none; box-shadow: none; cursor: default; opacity: 0.7; }

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

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { color: #333333; }

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

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary { background-color: #333333; border-color: #292929; color: #333333; -webkit-box-shadow: none; box-shadow: none; cursor: default; opacity: 0.7; }

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

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { color: #333333; }

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

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success { background-color: #00B64F; border-color: #00923f; color: #333333; -webkit-box-shadow: none; box-shadow: none; cursor: default; opacity: 0.7; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #00923f; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { color: #333333; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #00B64F; }

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert { background-color: #D7122B; border-color: #ac0e22; color: #333333; -webkit-box-shadow: none; box-shadow: none; cursor: default; opacity: 0.7; }

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

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { color: #333333; }

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

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning { background-color: #D7122B; border-color: #ac0e22; color: #333333; -webkit-box-shadow: none; box-shadow: none; cursor: default; opacity: 0.7; }

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

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus { color: #333333; }

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

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info { background-color: #FEBE10; border-color: #d79e01; color: #333333; -webkit-box-shadow: none; box-shadow: none; cursor: default; opacity: 0.7; }

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

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus { color: #333333; }

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

button::-moz-focus-inner { border: 0; padding: 0; }

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

.flex-video { height: 0; margin-bottom: 1rem; overflow: hidden; padding-bottom: 67.5%; padding-top: 1.5625rem; position: relative; }

.flex-video.widescreen { padding-bottom: 56.34%; }

.flex-video.vimeo { padding-top: 0; }

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

/* Standard Forms */
form { margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row { margin: 0 -0.5rem; }

form .row .row .column, form .row .row .columns { padding: 0 0.5rem; }

form .row .row.collapse { margin: 0; }

form .row .row.collapse .column, form .row .row.collapse .columns { padding: 0; }

form .row .row.collapse input { -webkit-border-bottom-right-radius: 0; -webkit-border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: 0; }

form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns { padding-left: 0.5rem; }

/* Label Styles */
label { color: #4d4d4d; cursor: pointer; display: block; font-size: 0.75rem; font-weight: 700; line-height: 1.5; margin-bottom: 0; /* Styles for required inputs */ }

label.right { float: none !important; text-align: right; }

label.inline { margin: 0 0 1rem 0; padding: 0.5625rem 0; }

label small { text-transform: capitalize; color: #686868; }

/* Attach elements to the beginning or end of an input */
.prefix, .postfix { border-style: solid; border-width: 1px; display: block; font-size: 0.75rem; height: 2.3125rem; line-height: 2.3125rem; overflow: hidden; padding-bottom: 0; padding-top: 0; position: relative; text-align: center; width: 100%; z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button { border: none; padding-left: 0; padding-right: 0; padding-bottom: 0; padding-top: 0; text-align: center; }

.prefix.button { border: none; padding-left: 0; padding-right: 0; padding-bottom: 0; padding-top: 0; text-align: center; }

.prefix.button.radius { border-radius: 0; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }

.postfix.button.radius { border-radius: 0; -webkit-border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; }

.prefix.button.round { border-radius: 0; -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; }

.postfix.button.round { border-radius: 0; -webkit-border-bottom-right-radius: 1000px; -webkit-border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix { background: #efefef; border-right: none; color: #333333; border-color: #cacaca; }

span.postfix, label.postfix { background: #efefef; border-left: none; color: #333333; border-color: #cacaca; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; background-color: #fcfcfc; border-style: solid; border-width: 1px; border-color: #cacaca; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(1, 1, 1, 0.75); display: block; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.875rem; height: 2.3125rem; margin: 0 0 1rem 0; padding: 0.5rem; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: border-color 0.15s linear, background 0.15s linear; -moz-transition: border-color 0.15s linear, background 0.15s linear; -ms-transition: border-color 0.15s linear, background 0.15s linear; -o-transition: border-color 0.15s linear, background 0.15s linear; transition: border-color 0.15s linear, background 0.15s linear; }

input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus { background: #f7f7f7; border-color: #979797; outline: none; }

input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled { background-color: #DDDDDD; cursor: default; }

input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea { background-color: #DDDDDD; cursor: default; }

input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius { border-radius: 3px; }

form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select, form .row .prefix-radius.row.collapse button { border-radius: 0; -webkit-border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix { border-radius: 0; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select, form .row .postfix-radius.row.collapse button { border-radius: 0; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix { border-radius: 0; -webkit-border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select, form .row .prefix-round.row.collapse button { border-radius: 0; -webkit-border-bottom-right-radius: 1000px; -webkit-border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix { border-radius: 0; -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select, form .row .postfix-round.row.collapse button { border-radius: 0; -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix { border-radius: 0; -webkit-border-bottom-right-radius: 1000px; -webkit-border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; }

input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] { height: auto; }

/* Not allow resize out of parent */
textarea { max-width: 100%; }

::-webkit-input-placeholder { color: #cccccc; }

:-moz-placeholder { /* Firefox 18- */ color: #cccccc; }

::-moz-placeholder { /* Firefox 19+ */ color: #cccccc; }

:-ms-input-placeholder { color: #cccccc; }

/* Add height value for select elements to match text input height */
select { -webkit-appearance: none !important; -moz-appearance: none !important; background-color: #FAFAFA; border-radius: 0; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+"); background-position: 100% center; background-repeat: no-repeat; border-style: solid; border-width: 1px; border-color: #cacaca; color: rgba(1, 1, 1, 0.75); font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.875rem; line-height: normal; padding: 0.5rem; border-radius: 0; height: 2.3125rem; }

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

select.radius { border-radius: 3px; }

select:focus { background-color: #f3f3f3; border-color: #979797; }

select:disabled { background-color: #DDDDDD; cursor: default; }

select[multiple] { height: auto; }

/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select { margin: 0 0 1rem 0; }

input[type="checkbox"] + label, input[type="radio"] + label { display: inline-block; margin-left: 0.5rem; margin-right: 1rem; margin-bottom: 0; vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] { width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset { border: 1px solid #DDDDDD; margin: 1.125rem 0; padding: 1.25rem; }

fieldset legend { font-weight: 700; margin: 0; margin-left: -0.1875rem; padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error { display: block; font-size: 0.6875rem; font-style: normal; font-weight: 400; margin-bottom: 1rem; margin-top: -1px; padding: 0.3125rem 0.625rem; background: #D7122B; color: #fcfcfc; }

[data-abide] span.error, [data-abide] small.error { display: none; }

span.error, small.error { display: block; font-size: 0.6875rem; font-style: normal; font-weight: 400; margin-bottom: 1rem; margin-top: -1px; padding: 0.3125rem 0.625rem; background: #D7122B; color: #fcfcfc; }

.error input, .error textarea, .error select { margin-bottom: 0; }

.error input[type="checkbox"], .error input[type="radio"] { margin-bottom: 1rem; }

.error label, .error label.error { color: #D7122B; }

.error small.error { display: block; font-size: 0.6875rem; font-style: normal; font-weight: 400; margin-bottom: 1rem; margin-top: -1px; padding: 0.3125rem 0.625rem; background: #D7122B; color: #fcfcfc; }

.error > label > small { background: transparent; color: #686868; display: inline; font-size: 60%; font-style: normal; margin: 0; padding: 0; text-transform: capitalize; }

.error span.error-message { display: block; }

input.error, textarea.error, select.error { margin-bottom: 0; }

label.error { color: #D7122B; }

.row { margin: 0 auto; max-width: 72.5rem; width: 100%; }

.row:before, .row:after { content: " "; display: table; }

.row:after { clear: both; }

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

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

.row .row { margin: 0 -0.9375rem; max-width: none; width: auto; }

.row .row:before, .row .row:after { content: " "; display: table; }

.row .row:after { clear: both; }

.row .row.collapse { margin: 0; max-width: none; width: auto; }

.row .row.collapse:before, .row .row.collapse:after { content: " "; display: table; }

.row .row.collapse:after { clear: both; }

.column, .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; }

.column + .column:last-child, .columns + .column:last-child, .column + .columns:last-child, .columns + .columns:last-child { float: right; }

.column + .column.end, .columns + .column.end, .column + .columns.end, .columns + .columns.end { float: left; }

@media only screen { .small-push-0 { position: relative; left: 0; right: auto; }
  .small-pull-0 { position: relative; right: 0; left: auto; }
  .small-push-1 { position: relative; left: 8.33333%; right: auto; }
  .small-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .small-push-2 { position: relative; left: 16.66667%; right: auto; }
  .small-pull-2 { position: relative; right: 16.66667%; left: auto; }
  .small-push-3 { position: relative; left: 25%; right: auto; }
  .small-pull-3 { position: relative; right: 25%; left: auto; }
  .small-push-4 { position: relative; left: 33.33333%; right: auto; }
  .small-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .small-push-5 { position: relative; left: 41.66667%; right: auto; }
  .small-pull-5 { position: relative; right: 41.66667%; left: auto; }
  .small-push-6 { position: relative; left: 50%; right: auto; }
  .small-pull-6 { position: relative; right: 50%; left: auto; }
  .small-push-7 { position: relative; left: 58.33333%; right: auto; }
  .small-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .small-push-8 { position: relative; left: 66.66667%; right: auto; }
  .small-pull-8 { position: relative; right: 66.66667%; left: auto; }
  .small-push-9 { position: relative; left: 75%; right: auto; }
  .small-pull-9 { position: relative; right: 75%; left: auto; }
  .small-push-10 { position: relative; left: 83.33333%; right: auto; }
  .small-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .small-push-11 { position: relative; left: 91.66667%; right: auto; }
  .small-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .small-1 { width: 8.33333%; }
  .small-2 { width: 16.66667%; }
  .small-3 { width: 25%; }
  .small-4 { width: 33.33333%; }
  .small-5 { width: 41.66667%; }
  .small-6 { width: 50%; }
  .small-7 { width: 58.33333%; }
  .small-8 { width: 66.66667%; }
  .small-9 { width: 75%; }
  .small-10 { width: 83.33333%; }
  .small-11 { width: 91.66667%; }
  .small-12 { width: 100%; }
  .small-offset-0 { margin-left: 0 !important; }
  .small-offset-1 { margin-left: 8.33333% !important; }
  .small-offset-2 { margin-left: 16.66667% !important; }
  .small-offset-3 { margin-left: 25% !important; }
  .small-offset-4 { margin-left: 33.33333% !important; }
  .small-offset-5 { margin-left: 41.66667% !important; }
  .small-offset-6 { margin-left: 50% !important; }
  .small-offset-7 { margin-left: 58.33333% !important; }
  .small-offset-8 { margin-left: 66.66667% !important; }
  .small-offset-9 { margin-left: 75% !important; }
  .small-offset-10 { margin-left: 83.33333% !important; }
  .small-offset-11 { margin-left: 91.66667% !important; }
  .small-reset-order { float: left; left: auto; margin-left: 0; margin-right: 0; right: auto; }
  .column.small-centered, .columns.small-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.small-uncentered, .columns.small-uncentered { float: left; margin-left: 0; margin-right: 0; }
  .column.small-centered:last-child, .columns.small-centered:last-child { float: none; }
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child { float: left; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite { float: right; }
  .row.small-collapse > .column, .row.small-collapse > .columns { padding-left: 0; padding-right: 0; }
  .row.small-collapse .row { margin-left: 0; margin-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } }

@media only screen and (min-width: 40em) { .medium-push-0 { position: relative; left: 0; right: auto; }
  .medium-pull-0 { position: relative; right: 0; left: auto; }
  .medium-push-1 { position: relative; left: 8.33333%; right: auto; }
  .medium-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .medium-push-2 { position: relative; left: 16.66667%; right: auto; }
  .medium-pull-2 { position: relative; right: 16.66667%; left: auto; }
  .medium-push-3 { position: relative; left: 25%; right: auto; }
  .medium-pull-3 { position: relative; right: 25%; left: auto; }
  .medium-push-4 { position: relative; left: 33.33333%; right: auto; }
  .medium-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .medium-push-5 { position: relative; left: 41.66667%; right: auto; }
  .medium-pull-5 { position: relative; right: 41.66667%; left: auto; }
  .medium-push-6 { position: relative; left: 50%; right: auto; }
  .medium-pull-6 { position: relative; right: 50%; left: auto; }
  .medium-push-7 { position: relative; left: 58.33333%; right: auto; }
  .medium-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .medium-push-8 { position: relative; left: 66.66667%; right: auto; }
  .medium-pull-8 { position: relative; right: 66.66667%; left: auto; }
  .medium-push-9 { position: relative; left: 75%; right: auto; }
  .medium-pull-9 { position: relative; right: 75%; left: auto; }
  .medium-push-10 { position: relative; left: 83.33333%; right: auto; }
  .medium-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .medium-push-11 { position: relative; left: 91.66667%; right: auto; }
  .medium-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .medium-1 { width: 8.33333%; }
  .medium-2 { width: 16.66667%; }
  .medium-3 { width: 25%; }
  .medium-4 { width: 33.33333%; }
  .medium-5 { width: 41.66667%; }
  .medium-6 { width: 50%; }
  .medium-7 { width: 58.33333%; }
  .medium-8 { width: 66.66667%; }
  .medium-9 { width: 75%; }
  .medium-10 { width: 83.33333%; }
  .medium-11 { width: 91.66667%; }
  .medium-12 { width: 100%; }
  .medium-offset-0 { margin-left: 0 !important; }
  .medium-offset-1 { margin-left: 8.33333% !important; }
  .medium-offset-2 { margin-left: 16.66667% !important; }
  .medium-offset-3 { margin-left: 25% !important; }
  .medium-offset-4 { margin-left: 33.33333% !important; }
  .medium-offset-5 { margin-left: 41.66667% !important; }
  .medium-offset-6 { margin-left: 50% !important; }
  .medium-offset-7 { margin-left: 58.33333% !important; }
  .medium-offset-8 { margin-left: 66.66667% !important; }
  .medium-offset-9 { margin-left: 75% !important; }
  .medium-offset-10 { margin-left: 83.33333% !important; }
  .medium-offset-11 { margin-left: 91.66667% !important; }
  .medium-reset-order { float: left; left: auto; margin-left: 0; margin-right: 0; right: auto; }
  .column.medium-centered, .columns.medium-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.medium-uncentered, .columns.medium-uncentered { float: left; margin-left: 0; margin-right: 0; }
  .column.medium-centered:last-child, .columns.medium-centered:last-child { float: none; }
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child { float: left; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite { float: right; }
  .row.medium-collapse > .column, .row.medium-collapse > .columns { padding-left: 0; padding-right: 0; }
  .row.medium-collapse .row { margin-left: 0; margin-right: 0; }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .push-0 { position: relative; left: 0; right: auto; }
  .pull-0 { position: relative; right: 0; left: auto; }
  .push-1 { position: relative; left: 8.33333%; right: auto; }
  .pull-1 { position: relative; right: 8.33333%; left: auto; }
  .push-2 { position: relative; left: 16.66667%; right: auto; }
  .pull-2 { position: relative; right: 16.66667%; left: auto; }
  .push-3 { position: relative; left: 25%; right: auto; }
  .pull-3 { position: relative; right: 25%; left: auto; }
  .push-4 { position: relative; left: 33.33333%; right: auto; }
  .pull-4 { position: relative; right: 33.33333%; left: auto; }
  .push-5 { position: relative; left: 41.66667%; right: auto; }
  .pull-5 { position: relative; right: 41.66667%; left: auto; }
  .push-6 { position: relative; left: 50%; right: auto; }
  .pull-6 { position: relative; right: 50%; left: auto; }
  .push-7 { position: relative; left: 58.33333%; right: auto; }
  .pull-7 { position: relative; right: 58.33333%; left: auto; }
  .push-8 { position: relative; left: 66.66667%; right: auto; }
  .pull-8 { position: relative; right: 66.66667%; left: auto; }
  .push-9 { position: relative; left: 75%; right: auto; }
  .pull-9 { position: relative; right: 75%; left: auto; }
  .push-10 { position: relative; left: 83.33333%; right: auto; }
  .pull-10 { position: relative; right: 83.33333%; left: auto; }
  .push-11 { position: relative; left: 91.66667%; right: auto; }
  .pull-11 { position: relative; right: 91.66667%; left: auto; } }

@media only screen and (min-width: 64em) { .large-push-0 { position: relative; left: 0; right: auto; }
  .large-pull-0 { position: relative; right: 0; left: auto; }
  .large-push-1 { position: relative; left: 8.33333%; right: auto; }
  .large-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .large-push-2 { position: relative; left: 16.66667%; right: auto; }
  .large-pull-2 { position: relative; right: 16.66667%; left: auto; }
  .large-push-3 { position: relative; left: 25%; right: auto; }
  .large-pull-3 { position: relative; right: 25%; left: auto; }
  .large-push-4 { position: relative; left: 33.33333%; right: auto; }
  .large-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .large-push-5 { position: relative; left: 41.66667%; right: auto; }
  .large-pull-5 { position: relative; right: 41.66667%; left: auto; }
  .large-push-6 { position: relative; left: 50%; right: auto; }
  .large-pull-6 { position: relative; right: 50%; left: auto; }
  .large-push-7 { position: relative; left: 58.33333%; right: auto; }
  .large-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .large-push-8 { position: relative; left: 66.66667%; right: auto; }
  .large-pull-8 { position: relative; right: 66.66667%; left: auto; }
  .large-push-9 { position: relative; left: 75%; right: auto; }
  .large-pull-9 { position: relative; right: 75%; left: auto; }
  .large-push-10 { position: relative; left: 83.33333%; right: auto; }
  .large-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .large-push-11 { position: relative; left: 91.66667%; right: auto; }
  .large-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .large-1 { width: 8.33333%; }
  .large-2 { width: 16.66667%; }
  .large-3 { width: 25%; }
  .large-4 { width: 33.33333%; }
  .large-5 { width: 41.66667%; }
  .large-6 { width: 50%; }
  .large-7 { width: 58.33333%; }
  .large-8 { width: 66.66667%; }
  .large-9 { width: 75%; }
  .large-10 { width: 83.33333%; }
  .large-11 { width: 91.66667%; }
  .large-12 { width: 100%; }
  .large-offset-0 { margin-left: 0 !important; }
  .large-offset-1 { margin-left: 8.33333% !important; }
  .large-offset-2 { margin-left: 16.66667% !important; }
  .large-offset-3 { margin-left: 25% !important; }
  .large-offset-4 { margin-left: 33.33333% !important; }
  .large-offset-5 { margin-left: 41.66667% !important; }
  .large-offset-6 { margin-left: 50% !important; }
  .large-offset-7 { margin-left: 58.33333% !important; }
  .large-offset-8 { margin-left: 66.66667% !important; }
  .large-offset-9 { margin-left: 75% !important; }
  .large-offset-10 { margin-left: 83.33333% !important; }
  .large-offset-11 { margin-left: 91.66667% !important; }
  .large-reset-order { float: left; left: auto; margin-left: 0; margin-right: 0; right: auto; }
  .column.large-centered, .columns.large-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.large-uncentered, .columns.large-uncentered { float: left; margin-left: 0; margin-right: 0; }
  .column.large-centered:last-child, .columns.large-centered:last-child { float: none; }
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child { float: left; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite { float: right; }
  .row.large-collapse > .column, .row.large-collapse > .columns { padding-left: 0; padding-right: 0; }
  .row.large-collapse .row { margin-left: 0; margin-right: 0; }
  .row.large-uncollapse > .column, .row.large-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .push-0 { position: relative; left: 0; right: auto; }
  .pull-0 { position: relative; right: 0; left: auto; }
  .push-1 { position: relative; left: 8.33333%; right: auto; }
  .pull-1 { position: relative; right: 8.33333%; left: auto; }
  .push-2 { position: relative; left: 16.66667%; right: auto; }
  .pull-2 { position: relative; right: 16.66667%; left: auto; }
  .push-3 { position: relative; left: 25%; right: auto; }
  .pull-3 { position: relative; right: 25%; left: auto; }
  .push-4 { position: relative; left: 33.33333%; right: auto; }
  .pull-4 { position: relative; right: 33.33333%; left: auto; }
  .push-5 { position: relative; left: 41.66667%; right: auto; }
  .pull-5 { position: relative; right: 41.66667%; left: auto; }
  .push-6 { position: relative; left: 50%; right: auto; }
  .pull-6 { position: relative; right: 50%; left: auto; }
  .push-7 { position: relative; left: 58.33333%; right: auto; }
  .pull-7 { position: relative; right: 58.33333%; left: auto; }
  .push-8 { position: relative; left: 66.66667%; right: auto; }
  .pull-8 { position: relative; right: 66.66667%; left: auto; }
  .push-9 { position: relative; left: 75%; right: auto; }
  .pull-9 { position: relative; right: 75%; left: auto; }
  .push-10 { position: relative; left: 83.33333%; right: auto; }
  .pull-10 { position: relative; right: 83.33333%; left: auto; }
  .push-11 { position: relative; left: 91.66667%; right: auto; }
  .pull-11 { position: relative; right: 91.66667%; left: auto; } }

.inline-list { list-style: none; margin-top: 0; margin-bottom: 1.0625rem; margin-left: -1.25rem; margin-right: 0; overflow: hidden; padding: 0; }

.inline-list > li { display: block; float: left; list-style: none; margin-left: 1.25rem; }

.inline-list > li > * { display: block; }

.label { display: inline-block; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1; margin-bottom: auto; position: relative; text-align: center; text-decoration: none; white-space: nowrap; padding: 0.25rem 0.5rem 0.25rem; font-size: 0.6875rem; background-color: #ff8800; color: #fcfcfc; }

.label.radius { border-radius: 3px; }

.label.round { border-radius: 1000px; }

.label.alert { background-color: #D7122B; color: #fcfcfc; }

.label.warning { background-color: #D7122B; color: #fcfcfc; }

.label.success { background-color: #00B64F; color: #fcfcfc; }

.label.secondary { background-color: #333333; color: #fcfcfc; }

.label.info { background-color: #FEBE10; color: #fcfcfc; }

ul.pagination { display: block; margin-left: -0.3125rem; min-height: 2.3125rem; }

ul.pagination li { color: #333333; font-size: 0.875rem; height: 2.3125rem; margin-left: 0.3125rem; }

ul.pagination li a, ul.pagination li button { border-radius: 3px; -webkit-transition: background-color 300ms ease-out; -o-transition: background-color 300ms ease-out; transition: background-color 300ms ease-out; background: none; color: #333333; display: block; font-size: 1em; font-weight: normal; line-height: inherit; padding: 0; }

ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus { background: #fcfcfc; }

ul.pagination li.unavailable a, ul.pagination li.unavailable button { cursor: default; color: #cacaca; pointer-events: none; }

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus { background: transparent; }

ul.pagination li.current a, ul.pagination li.current button { background: #ff8800; color: #fcfcfc; cursor: default; font-weight: 400; }

ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus { background: #ff8800; }

ul.pagination li { display: block; float: left; }

/* Pagination centred wrapper */
.pagination-centered { text-align: center; }

.pagination-centered ul.pagination li { display: inline-block; float: none; }

/* Panels */
.panel { border-style: solid; border-width: 0; border-color: #d6d6d9; margin-bottom: 1.875rem; padding: 1.25rem; background: #f2f2f3; color: #333333; }

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

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

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl { color: #333333; }

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 { line-height: 1; margin-bottom: 0.625rem; }

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader { line-height: 1.4; }

.panel.callout { border-style: solid; border-width: 0; border-color: #d6d6d9; margin-bottom: 1.875rem; padding: 1.25rem; background: #fff8f0; color: #333333; }

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

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

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl { color: #333333; }

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 { line-height: 1; margin-bottom: 0.625rem; }

.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader { line-height: 1.4; }

.panel.callout a:not(.button) { color: #ff8800; }

.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus { color: #db7500; }

.panel.radius { border-radius: 3px; }

.reveal-modal-bg { background: #010101; background: rgba(1, 1, 1, 0.45); bottom: 0; display: none; left: 0; position: fixed; right: 0; top: 0; z-index: 1004; left: 0; }

.reveal-modal { border-radius: 0; display: none; position: absolute; top: 0; visibility: hidden; width: 100%; z-index: 1005; left: 0; background-color: #fcfcfc; padding: 0.625rem; border: solid 1px #666666; -webkit-box-shadow: 0 0 10px rgba(1, 1, 1, 0.4); box-shadow: 0 0 10px rgba(1, 1, 1, 0.4); }

@media only screen and (max-width: 39.9375em) { .reveal-modal { min-height: 100vh; } }

.reveal-modal .column, .reveal-modal .columns { min-width: 0; }

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

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

@media only screen and (min-width: 40em) { .reveal-modal { left: 0; margin: 0 auto; max-width: 72.5rem; right: 0; width: 80%; } }

@media only screen and (min-width: 40em) { .reveal-modal { top: 3.125rem; } }

.reveal-modal.radius { -webkit-box-shadow: none; box-shadow: none; border-radius: 0; }

.reveal-modal.round { -webkit-box-shadow: none; box-shadow: none; border-radius: 0; }

.reveal-modal.collapse { padding: 0; -webkit-box-shadow: none; box-shadow: none; }

@media only screen and (min-width: 40em) { .reveal-modal.tiny { left: 0; margin: 0 auto; max-width: 72.5rem; right: 0; width: 30%; } }

@media only screen and (min-width: 40em) { .reveal-modal.small { left: 0; margin: 0 auto; max-width: 72.5rem; right: 0; width: 40%; } }

@media only screen and (min-width: 40em) { .reveal-modal.medium { left: 0; margin: 0 auto; max-width: 72.5rem; right: 0; width: 60%; } }

@media only screen and (min-width: 40em) { .reveal-modal.large { left: 0; margin: 0 auto; max-width: 72.5rem; right: 0; width: 70%; } }

@media only screen and (min-width: 40em) { .reveal-modal.xlarge { left: 0; margin: 0 auto; max-width: 72.5rem; right: 0; width: 95%; } }

.reveal-modal.full { height: 100vh; height: 100%; left: 0; margin-left: 0 !important; max-width: none !important; min-height: 100vh; top: 0; }

@media only screen and (min-width: 40em) { .reveal-modal.full { left: 0; margin: 0 auto; max-width: 72.5rem; right: 0; width: 100%; } }

.reveal-modal.toback { z-index: 1003; }

.reveal-modal .close-reveal-modal { color: #AAAAAA; cursor: pointer; font-size: 2.5rem; font-weight: 700; line-height: 1; position: absolute; top: 0.625rem; right: 1.375rem; }

table { background: #fcfcfc; border: solid 1px #DDDDDD; margin-bottom: 1.25rem; table-layout: auto; }

table caption { background: transparent; color: #222222; font-size: 1rem; font-weight: bold; }

table thead { background: #F5F5F5; }

table thead tr th, table thead tr td { color: #222222; font-size: 0.875rem; font-weight: 700; padding: 0.5rem 0.625rem 0.625rem; }

table tfoot { background: #F5F5F5; }

table tfoot tr th, table tfoot tr td { color: #222222; font-size: 0.875rem; font-weight: 700; padding: 0.5rem 0.625rem 0.625rem; }

table tr th, table tr td { color: #222222; font-size: 0.875rem; padding: 0.5625rem 0.625rem; text-align: left; }

table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #F9F9F9; }

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td { display: table-cell; line-height: 1.125rem; }

.tabs { margin-bottom: 0 !important; margin-left: 0; }

.tabs:before, .tabs:after { content: " "; display: table; }

.tabs:after { clear: both; }

.tabs dd, .tabs .tab-title { float: left; list-style: none; margin-bottom: 0 !important; position: relative; }

.tabs dd > a, .tabs .tab-title > a { display: block; background-color: #fcfcfc; color: #333333; font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.125rem; padding: 1rem 2rem; }

.tabs dd > a:hover, .tabs .tab-title > a:hover { background-color: #333333; }

.tabs dd.active > a, .tabs .tab-title.active > a { background-color: #ff8800; color: #333333; }

.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a { -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }

.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a { -webkit-border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; }

.tabs.vertical dd, .tabs.vertical .tab-title { position: inherit; float: none; display: block; top: auto; }

.tabs-content { margin-bottom: 0; width: 100%; }

.tabs-content:before, .tabs-content:after { content: " "; display: table; }

.tabs-content:after { clear: both; }

.tabs-content > .content { display: none; float: left; padding: 0 0; width: 100%; }

.tabs-content > .content.active { display: block; float: none; }

.tabs-content > .content.contained { padding: 0; }

.tabs-content.vertical { display: block; }

.tabs-content.vertical > .content { padding: 0 0; }

@media only screen and (min-width: 40em) { .tabs.vertical { float: left; margin: 0; margin-bottom: 1.25rem !important; max-width: 20%; width: 20%; }
  .tabs-content.vertical { float: left; margin-left: -1px; max-width: 80%; padding-left: 1rem; width: 80%; } }

.no-js .tabs-content > .content { display: block; float: none; }

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

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

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

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

@media only screen and (max-width: 39.9375em) { .small-only-text-left { text-align: left !important; }
  .small-only-text-right { text-align: right !important; }
  .small-only-text-center { text-align: center !important; }
  .small-only-text-justify { text-align: justify !important; } }

@media only screen { .small-text-left { text-align: left !important; }
  .small-text-right { text-align: right !important; }
  .small-text-center { text-align: center !important; }
  .small-text-justify { text-align: justify !important; } }

@media only screen and (min-width: 40em) and (max-width: 63.9375em) { .medium-only-text-left { text-align: left !important; }
  .medium-only-text-right { text-align: right !important; }
  .medium-only-text-center { text-align: center !important; }
  .medium-only-text-justify { text-align: justify !important; } }

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

@media only screen and (min-width: 64em) and (max-width: 79.9375em) { .large-only-text-left { text-align: left !important; }
  .large-only-text-right { text-align: right !important; }
  .large-only-text-center { text-align: center !important; }
  .large-only-text-justify { text-align: justify !important; } }

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

@media only screen and (min-width: 80em) and (max-width: 119.9375em) { .xlarge-only-text-left { text-align: left !important; }
  .xlarge-only-text-right { text-align: right !important; }
  .xlarge-only-text-center { text-align: center !important; }
  .xlarge-only-text-justify { text-align: justify !important; } }

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

@media only screen and (min-width: 120em) and (max-width: 6249999.9375em) { .xxlarge-only-text-left { text-align: left !important; }
  .xxlarge-only-text-right { text-align: right !important; }
  .xxlarge-only-text-center { text-align: center !important; }
  .xxlarge-only-text-justify { text-align: justify !important; } }

@media only screen and (min-width: 120em) { .xxlarge-text-left { text-align: left !important; }
  .xxlarge-text-right { text-align: right !important; }
  .xxlarge-text-center { text-align: center !important; }
  .xxlarge-text-justify { text-align: justify !important; } }

/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; }

/* Default Link Styles */
a { color: #ff8800; line-height: inherit; text-decoration: none; }

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

a img { border: none; }

/* Default paragraph styles */
p { font-family: inherit; font-size: 1rem; font-weight: 400; line-height: 1.4; margin-bottom: 1.25rem; text-rendering: optimizeLegibility; }

p.lead { font-size: 1.21875rem; line-height: 1.6; }

p aside { font-size: 0.875rem; font-style: italic; line-height: 1.4; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 { color: #010101; font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: 700; line-height: 1.4; margin-bottom: 0.5rem; margin-top: 0.2rem; text-rendering: optimizeLegibility; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { color: #5a5a5a; font-size: 90%; line-height: 0; }

h1 { font-size: 2.125rem; }

h2 { font-size: 1.625rem; }

h3 { font-size: 1.625rem; }

h4 { font-size: 1.3125rem; }

h5 { font-size: 1.25rem; }

h6 { font-size: 1rem; }

.subheader { line-height: 1.4; color: #5a5a5a; font-weight: 400; margin-top: 0.2rem; margin-bottom: 0.5rem; }

hr { border: solid #cccccc; border-width: 1px 0 0; clear: both; height: 0; margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em, i { font-style: italic; line-height: inherit; }

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

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

code { background-color: #c2c2c2; border-color: #aeaeae; border-style: solid; border-width: 1px; color: #333333; font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: 400; padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul, ol, dl { font-family: inherit; font-size: 1rem; line-height: 1.4; list-style-position: outside; margin-bottom: 1.25rem; }

ul { margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul, ul li ol { margin-left: 1.25rem; margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; }

ul.square { list-style-type: square; margin-left: 1.1rem; }

ul.circle { list-style-type: circle; margin-left: 1.1rem; }

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

/* Ordered Lists */
ol { margin-left: 1.4rem; }

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

.no-bullet { list-style-type: none; margin-left: 0; }

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

/* Definition Lists */
dl dt { margin-bottom: 0; font-weight: 700; }

dl dd { margin-bottom: 0; }

/* Abbreviations */
abbr, acronym { text-transform: uppercase; font-size: 90%; color: #333333; cursor: help; }

abbr { text-transform: none; }

abbr[title] { border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote { margin: 0 0 1.25rem; padding: 0.5625rem 1.25rem 0 1.1875rem; border-left: 1px solid #DDDDDD; }

blockquote cite { display: block; font-size: 0.8125rem; color: #3b3b3b; }

blockquote cite:before { content: "\2014 \0020"; }

blockquote cite a, blockquote cite a:visited { color: #3b3b3b; }

blockquote, blockquote p { line-height: 1.4; color: #5a5a5a; }

/* Microformats */
.vcard { display: inline-block; margin: 0 0 1.25rem 0; border: 1px solid #DDDDDD; padding: 0.625rem 0.75rem; }

.vcard li { margin: 0; display: block; }

.vcard .fn { font-weight: 700; font-size: 0.9375rem; }

.vevent .summary { font-weight: 700; }

.vevent abbr { cursor: default; text-decoration: none; font-weight: 700; border: none; padding: 0 0.0625rem; }

@media only screen and (min-width: 40em) { h1, h2, h3, h4, h5, h6 { line-height: 1.4; }
  h1 { font-size: 2.75rem; }
  h2 { font-size: 2.25rem; }
  h3 { font-size: 1.875rem; }
  h4 { font-size: 1.5625rem; }
  h5 { font-size: 1.25rem; }
  h6 { font-size: 1rem; } }

/* Print styles. Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com) */
@media print { * { background: transparent !important; color: #010101 !important; /* Black prints faster: h5bp.com/s */ -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999999; page-break-inside: avoid; }
  thead { display: table-header-group; /* h5bp.com/t */ }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.34in; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }

/* small displays */
@media only screen { .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down { display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down { display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down { display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down { display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down { display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down { display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down { display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40em) { .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down { display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down { display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down { display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down { display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down { display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down { display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down { display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64em) { .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down { display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down { display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down { display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down { display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down { display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down { display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down { display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 80em) { .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down { display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down { display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down { display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down { display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down { display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down { display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down { display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120em) { .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down { display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down { display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down { display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down { display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down { display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down { display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down { display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape, .hide-for-portrait { display: inherit !important; }

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

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait { display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait { display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait { display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait { display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait { display: table-cell !important; }

@media only screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: inherit !important; }
  .hide-for-landscape, .show-for-portrait { display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait { display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait { display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait { display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait { display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait { display: table-cell !important; } }

@media only screen and (orientation: portrait) { .show-for-portrait, .hide-for-landscape { display: inherit !important; }
  .hide-for-portrait, .show-for-landscape { display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape { display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape { display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape { display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape { display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape { display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch { display: none !important; }

.hide-for-touch { display: inherit !important; }

.touch .show-for-touch { display: inherit !important; }

.touch .hide-for-touch { display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch { display: table !important; }

.touch table.show-for-touch { display: table !important; }

thead.hide-for-touch { display: table-header-group !important; }

.touch thead.show-for-touch { display: table-header-group !important; }

tbody.hide-for-touch { display: table-row-group !important; }

.touch tbody.show-for-touch { display: table-row-group !important; }

tr.hide-for-touch { display: table-row !important; }

.touch tr.show-for-touch { display: table-row !important; }

td.hide-for-touch { display: table-cell !important; }

.touch td.show-for-touch { display: table-cell !important; }

th.hide-for-touch { display: table-cell !important; }

.touch th.show-for-touch { display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }

.show-on-focus { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }

.show-on-focus:focus, .show-on-focus:active { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }

/* Print visibility */
.print-only, .show-for-print { display: none !important; }

@media print { .print-only, .show-for-print { display: block !important; }
  .hide-on-print, .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; } }

html { overflow-x: hidden; }

.hide { display: none !important; }

h1, h2, h3, h4, h5, h6 { text-transform: uppercase; }

p.large, p.lead { font-size: 150%; font-weight: 500; line-height: 1.33; margin-bottom: 0.625rem; }

p.small { font-size: 90%; }

.margin-bottom-0 { margin-bottom: 0 !important; }

.white-space-nowrap { white-space: nowrap; }

.uppercase { text-transform: uppercase; }

.arrow-left { display: inline-block; }

.arrow-left:before { content: "\2190\a0"; font-size: 110%; }

.footnote { display: block; font-size: 0.6875rem; line-height: 1.2; color: #999999; }

.arrow-right { display: inline-block; }

.arrow-right:after { content: "\a0\2192"; font-size: 110%; }

.color-white * { color: #fcfcfc; }

.color-alert, .color-alert * { color: #D7122B; }

dl { margin-bottom: 1.25rem; }

dt { float: left; clear: left; padding-right: 0.625rem; }

.reveal-modal-bg { z-index: 11111; }

.reveal-modal { z-index: 12222; }

.tabs { border-bottom: 0.3125rem solid #ff8800; margin-bottom: 1.25rem !important; }

.tab-title { text-transform: uppercase; }

.tab-title a { padding-bottom: 0.6875rem !important; }

.tab-title a:hover { color: #fcfcfc; }

.form-item.tabs input { display: none; }

.form-item.tabs label { display: block; float: left; margin-left: 0; margin-right: 0; padding: 1rem 2rem 0.6875rem; font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.125rem; color: #333333; background-color: #fcfcfc; text-transform: uppercase; cursor: pointer; }

.form-item.tabs label:hover { background-color: #333333; color: #fcfcfc; }

.form-item.tabs input:checked + label { background-color: #ff8800; color: #fcfcfc; }

ul.pagination li { width: 2.3125rem; border: 1px solid #cacaca; }

ul.pagination li a, ul.pagination li button { height: 2.1875rem; line-height: 2.1875rem; border-radius: 0; text-align: center; }

ul.pagination svg { display: inline-block; width: 0.8125rem; height: 0.8125rem; margin: 0.6875rem 0 0; fill: #333333; }

ul.pagination .unavailable svg { fill: #cacaca; }

button, .button { text-transform: uppercase; }

.no-touch button:hover, .no-touch a:hover button, .no-touch .button:hover, .no-touch a:hover .button { color: #fcfcfc; }

@media only screen and (max-width: 39.9375em) { .small-only-button { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700; line-height: normal; margin: 0 0 1.25rem; position: relative; text-align: center; text-decoration: none; display: inline-block; padding: 1rem 2rem 1.0625rem 2rem; font-size: 1.125rem; background-color: #ff8800; border-color: #ff8800; color: #333333; -webkit-transition: background-color 300ms ease-out; -o-transition: background-color 300ms ease-out; transition: background-color 300ms ease-out; }
  .small-only-button:hover, .small-only-button:focus { background-color: #ff8800; }
  .small-only-button:hover, .small-only-button:focus { color: #333333; } }

form h4 { margin-top: 0; margin-bottom: 1.25rem; }

form hr { margin-top: 0; margin-bottom: 1rem; }

input, textarea, select { font-weight: 400; }

select { background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCA4Ij48cGF0aCBmaWxsPSIjNjc2NzY3IiBkPSJNMCAxLjMzMyA1LjMzMyA2LjY2NyA2LjY2NyA4IDggNi42NjcgMTMuMzM0IDEuMzMzIDEyIDAgNi42NjcgNS4zMzMgMS4zMzQgMHoiLz48L3N2Zz4=); background-size: 1.5rem 0.5rem; }

textarea { height: 7.8125rem; }

.form-item.checkbox, .form-item.radio { margin-bottom: 0.5rem; }

.form-item.checkbox input, .form-item.radio input { position: absolute; z-index: -1; opacity: 0; }

.form-item.checkbox input + label, .form-item.radio input + label { position: relative; margin-left: 0; margin-bottom: 0.5rem; min-height: 1.125rem; padding-left: 1.5625rem; font-weight: 400; font-size: 0.875rem; }

.form-item.checkbox input + label:before, .form-item.radio input + label:before { content: ""; position: absolute; left: 0; top: 0.0625rem; width: 1.125rem; height: 1.125rem; background-color: #fcfcfc; border: 1px solid #cacaca; cursor: pointer; }

.form-item.checkbox input + label:after, .form-item.radio input + label:after { display: none; content: ""; position: absolute; left: 0.1875rem; top: 0.25rem; width: 0.75rem; height: 0.75rem; }

.form-item.checkbox [type="radio"] + label:before, .form-item.checkbox [type="radio"] + label:after, .form-item.radio [type="radio"] + label:before, .form-item.radio [type="radio"] + label:after { border-radius: 50%; }

.form-item.checkbox [type="radio"] + label:after, .form-item.radio [type="radio"] + label:after { background-color: #ff8800; }

.form-item.checkbox [type="checkbox"] + label:after, .form-item.radio [type="checkbox"] + label:after { background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiPjxwYXRoIGZpbGw9IiNmMTg2MTgiIGQ9Ik0xMiA5LjE3MiA4LjgyOCA2IDEyIDIuODI5IDEyIDAgOS4xNzIgMCA2IDMuMTcyIDIuODI5IDAgMCAwIDAgMi44MjkgMy4xNzIgNiAwIDkuMTcyIDAgMTIgMi44MjggMTIgNiA4LjgyOCA5LjE3MiAxMiAxMiAxMnoiLz48L3N2Zz4=); }

.form-item.checkbox input:checked + label:after, .form-item.radio input:checked + label:after { display: block; }

.form-item.checkbox input[disabled] + label, .form-item.radio input[disabled] + label { color: #c9c9c9; }

label.legend { cursor: default; }

label + small.error { line-height: 1.2; margin-bottom: 1rem; }

.form-item.recaptcha { display: inline-block; }

.form-item.recaptcha .g-recaptcha { margin-bottom: 1rem; }

.form-item.recaptcha small.error { position: relative; z-index: 111; margin-top: -1.1875rem; margin-right: 2px; }

.form-item.note p { font-size: 0.875rem; margin-bottom: 1rem; }

.datepicker { display: block; margin-bottom: 1rem; background-color: #fcfcfc; border: 1px solid #cacaca; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.875rem; color: rgba(1, 1, 1, 0.75); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.datepicker_header { text-align: center; border-bottom: 1px solid #cacaca; }

.datepicker_header a, .datepicker_header span { display: inline-block; line-height: 1; }

.datepicker_header span { padding: 0.78125rem 0; font-weight: 700; }

.datepicker_header a { padding: 0.78125rem; }

.datepicker_header a > svg { position: relative; top: 1px; display: inline-block; width: 0.75rem; height: 0.75rem; fill: currentColor; }

.datepicker_header a > svg svg { fill: currentColor; }

.datepicker_calendar { float: left; width: 80%; border-right: 1px solid #cacaca; }

.datepicker_calendar table { width: 100%; }

.datepicker_calendar th, .datepicker_calendar td { padding: 0.5rem 0; text-align: center; line-height: 1.2; }

.datepicker_calendar td { cursor: pointer; }

.datepicker_calendar .today { font-weight: 700; }

.datepicker_calendar .wday_sat { color: rgba(128, 128, 128, 0.75); cursor: default; }

.datepicker_calendar .wday_sun { color: rgba(128, 128, 128, 0.75); cursor: default; }

.datepicker_calendar .day_another_month { color: rgba(128, 128, 128, 0.75); }

.datepicker_calendar .day_in_past { color: rgba(192, 192, 192, 0.75); cursor: default; }

.datepicker_calendar .day_in_unallowed { color: rgba(192, 192, 192, 0.75); cursor: default; }

.datepicker_calendar .out_of_range { color: rgba(192, 192, 192, 0.75); cursor: default; }

.datepicker_calendar .active, .datepicker_calendar .hover { background-color: #ff8800; color: #fcfcfc; }

.datepicker_timelist { float: right; width: 20%; overflow-x: hidden; overflow-y: scroll; }

.datepicker_timelist .timelist_item { padding: 0.5rem 0; text-align: center; line-height: 1.2; cursor: pointer; }

.datepicker_timelist .time_in_past { display: none; }

.datepicker_timelist .out_of_range { color: rgba(192, 192, 192, 0.75); cursor: default; }

.datepicker_timelist .active, .datepicker_timelist .hover { background-color: #ff8800; color: #fcfcfc; }

td, th { vertical-align: top; }

.panel .columns > * + p:last-child { margin-bottom: 0; }

.panel, .teaser > div > div > div, .teaser > div > div > a { display: block; -webkit-box-shadow: 2px 2px 2px 0 rgba(1, 1, 1, 0.2); box-shadow: 2px 2px 2px 0 rgba(1, 1, 1, 0.2); }

.main .panel { background-color: #fcfcfc; }

figure { position: relative; margin: 0 0 1.25rem 0; }

figure.left { margin-right: 0.9375rem; padding-right: 0.9375rem; }

figure.right { margin-left: 0.9375rem; padding-left: 0.9375rem; }

@media only screen and (max-width: 39.9375em) { figure.small-12 { float: none !important; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; } }

@media only screen and (min-width: 40em) and (max-width: 63.9375em) { figure.medium-12 { float: none !important; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; } }

@media only screen and (min-width: 64em) { figure.large-12 { float: none !important; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; } }

figure img { width: 100%; }

figcaption { line-height: 1.4; font-size: 90%; padding-top: 0.625rem; }

picture { display: block; }

picture img { margin-bottom: 1.25rem; }

svg { fill: #010101; }

.spritemap, .spritemap-before:before, .spritemap-after:after { background-repeat: no-repeat; background-image: url("/assets/template/images/spritemap.20241218001.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { .spritemap, .spritemap-before:before, .spritemap-after:after { background-image: url("/assets/template/images/spritemap@2.20241218001.png"); background-size: 12.6875rem 10rem; } }

.shariff::after, .shariff::before { content: " "; display: table; }

.shariff::after { clear: both; }

.shariff ul { padding: 0; margin: 0; list-style: none; }

.shariff li { height: 35px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }

.shariff li a { color: #fff; position: relative; display: block; height: 35px; text-decoration: none; -webkit-box-sizing: border-box; box-sizing: border-box; }

.shariff li .fa { width: 35px; line-height: 35px; text-align: center; vertical-align: middle; }

.shariff li .share_count { padding: 0 8px; height: 33px; position: absolute; top: 1px; right: 1px; }

.shariff .orientation-horizontal { display: -webkit-box; }

.shariff .orientation-horizontal li { -webkit-box-flex: 1; }

.shariff .orientation-horizontal { display: -webkit-flex; display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.shariff .orientation-horizontal li { float: left; -webkit-flex: none; -ms-flex: none; -webkit-box-flex: 0; flex: none; width: 35px; margin-right: 3%; margin-bottom: 10px; }

.shariff .orientation-horizontal li:last-child { margin-right: 0; }

@media only screen and (min-width: 360px) { .shariff .orientation-horizontal li { margin-right: 1.8%; min-width: 80px; width: auto; -webkit-flex: 1; -ms-flex: 1; -webkit-box-flex: 1; flex: 1; } }

@media only screen and (min-width: 768px) { .shariff .orientation-horizontal li { min-width: 110px; max-width: 160px; } }

@media only screen and (min-width: 1024px) { .shariff li { height: 30px; }
  .shariff li a { height: 30px; }
  .shariff li .fa { width: 30px; line-height: 30px; } }

.shariff .facebook a { background-color: #3b5998; }

.shariff .facebook a:hover { background-color: #4273c8; }

.shariff .facebook .fa-facebook { font-size: 22px; }

.shariff .facebook .share_count { color: #183a75; background-color: #99adcf; }

@media only screen and (min-width: 600px) { .shariff .facebook .fa-facebook { font-size: 19px; } }

.shariff .googleplus a { background-color: #d34836; }

.shariff .googleplus a:hover { background-color: #f75b44; }

.shariff .googleplus .fa-google-plus { font-size: 22px; }

.shariff .googleplus .share_count { color: #a31601; background-color: #eda79d; }

.shariff .theme-white .googleplus a { color: #d34836; }

@media only screen and (min-width: 600px) { .shariff .googleplus .fa-google-plus { font-size: 19px; } }

.shariff .twitter a { background-color: #55acee; }

.shariff .twitter a:hover { background-color: #32bbf5; }

.shariff .twitter .fa-twitter { font-size: 28px; }

.shariff .twitter .share_count { color: #0174a4; background-color: #96d4ee; }

.shariff .theme-white .twitter a { color: #55acee; }

@media only screen and (min-width: 600px) { .shariff .twitter .fa-twitter { font-size: 24px; } }

.shariff .whatsapp a { background-color: #5cbe4a; }

.shariff .whatsapp a:hover { background-color: #34af23; }

.shariff .whatsapp .fa-whatsapp { font-size: 28px; }

.shariff .theme-white .whatsapp a { color: #5cbe4a; }

@media only screen and (min-width: 600px) { .shariff .whatsapp .fa-whatsapp { font-size: 22px; } }

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

.fa { display: inline-block; }

.fa-whatsapp:before { content: "\e904"; }

.fa-info:before { content: "\e900"; }

.fa-google-plus:before { content: "\e901"; }

.fa-twitter:before { content: "\e902"; }

.fa-facebook:before { content: "\e903"; }

#footer > .idx-1 .shariff li { margin-bottom: 1.0625rem; margin-right: 1.25rem; }

#footer > .idx-1 .shariff li:last-child { margin-right: 0; }

#footer > .idx-1 .shariff-button a { color: #fcfcfc !important; }

@media only screen and (max-width: 39.9375em) { .shariff-button { min-width: 60px !important; text-align: center; } }

/* Slider */
.slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }

[dir="rtl"] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

.slick-list, .slick-track, .slick-slide { height: 100%; }

.slick-loading .slick-list { background: #fff url("../images/ajax-loader.20241218001.gif") center center no-repeat; }

.slick-prev, .slick-next { -webkit-transition: background-color 150ms ease-out; -o-transition: background-color 150ms ease-out; transition: background-color 150ms ease-out; display: none; position: absolute; z-index: 100; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); height: 2.5rem; width: 2.5rem; background-color: rgba(51, 51, 51, 0.25); border-radius: 1000px; cursor: pointer; }

.slick-prev svg, .slick-next svg { position: absolute; top: 50%; left: 50%; width: 0.9375rem; height: 0.9375rem; margin-top: -0.46875rem; margin-left: -0.46875rem; fill: #333333; }

.no-touch .slick-prev:hover, .no-touch .slick-next:hover { background-color: #ff8800; }

.no-touch .slick-prev:hover svg, .no-touch .slick-next:hover svg { fill: #010101; }

@media only screen and (min-width: 64em) { .slick-prev, .slick-next { height: 3.75rem; width: 3.75rem; }
  .slick-prev svg, .slick-next svg { position: absolute; top: 50%; left: 50%; width: 1.5625rem; height: 1.5625rem; margin-top: -0.78125rem; margin-left: -0.78125rem; } }

.slick-prev { left: 1.25rem; }

.slick-next { right: 1.25rem; }

.slick-dots { position: absolute; bottom: 0.875rem; list-style: none; display: block; text-align: center; padding: 0; width: 100%; margin-left: 0; margin-bottom: 0; }

.slick-dots li { position: relative; display: inline-block; height: 1rem; width: 1rem; margin: 0 0.3125rem; }

.slick-dots li button { background: #333333; display: block; height: 1rem; width: 1rem; line-height: 0px; font-size: 0px; color: transparent; cursor: pointer; padding: 0; border-radius: 50%; margin-bottom: 0; }

.slick-dots li.slick-active button { background: #ff8800; }

#slider-home { position: relative; }

#slider-home:after { content: ""; position: absolute; left: 0; width: 100%; height: 2px; background: #333333; top: 100%; background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(rgba(51, 51, 51, 0))); background: -webkit-linear-gradient(#333333, rgba(51, 51, 51, 0)); background: -o-linear-gradient(#333333, rgba(51, 51, 51, 0)); background: linear-gradient(#333333, rgba(51, 51, 51, 0)); }

#slider-home .slick-slider { overflow: hidden; background: -webkit-linear-gradient(315deg, #f3ede9 0%, #d8d6dc 40%, #b0b0b7 100%); background: -o-linear-gradient(315deg, #f3ede9 0%, #d8d6dc 40%, #b0b0b7 100%); background: linear-gradient(135deg, #f3ede9 0%, #d8d6dc 40%, #b0b0b7 100%); }

@media only screen and (min-width: 40em) and (max-width: 63.9375em) { #slider-home .slick-slider { height: 22.5rem; } }

@media only screen and (min-width: 64em) { #slider-home .slick-slider { height: 30rem; } }

#slider-home .slick-slider .slick-slide { overflow: hidden; height: 100%; }

#slider-home .slick-slider .slick-slide > a { position: relative; display: block; height: 100%; }

#slider-home .slick-slider .slick-slide .column { text-align: center; }

#slider-home .slick-slider .slick-slide h2 { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.75rem; font-weight: 500; line-height: 1.1; text-transform: none; }

#slider-home .slick-slider .slick-slide h2 small { font-size: 70%; color: currentColor; }

#slider-home .slick-slider .slick-slide h3 { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.75rem; font-weight: 700; }

#slider-home .slick-slider .slick-slide h4 { color: #ff8800; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem; font-weight: 700; }

#slider-home .slick-slider .slick-slide .link { margin-bottom: 0; }

#slider-home .slick-slider .slick-slide .margin-bottom-0 { color: rgba(51, 51, 51, 0.75); font-size: 80%; line-height: 1.1; }

#slider-home .slick-slider .slick-slide.opel h4, #slider-home .slick-slider .slick-slide.opel .arrow-right { color: #febe10; }

#slider-home .slick-slider .slick-slide.seat h4, #slider-home .slick-slider .slick-slide.seat .arrow-right { color: #d7122b; }

#slider-home .slick-slider .slick-slide.hyundai h4, #slider-home .slick-slider .slick-slide.hyundai .arrow-right { color: #012c5f; }

#slider-home .slick-slider .slick-slide.cupra h4, #slider-home .slick-slider .slick-slide.cupra .arrow-right { color: #003c4a; }

#slider-home .slick-slider .slick-slide picture img { margin-bottom: 0; }

@media only screen and (max-width: 39.9375em) { #slider-home .slick-slider .slick-slide picture img { width: 100%; margin-bottom: 0.83333rem; }
  #slider-home .slick-slider .slick-slide.used picture, #slider-home .slick-slider .slick-slide.campaign picture { margin-left: -0.9375rem; margin-right: -0.9375rem; background-color: #f2f2f3; }
  #slider-home .slick-slider .slick-slide .column.medium-5 { padding-bottom: 1rem; } }

@media only screen and (min-width: 40em) { #slider-home .slick-slider .slick-slide.new picture { position: absolute; left: 50%; width: 100%; max-width: 72.5rem; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
  #slider-home .slick-slider .slick-slide.new picture img { position: absolute; top: 0; float: none !important; margin-bottom: 0; }
  #slider-home .slick-slider .slick-slide.new picture img.left { right: 35%; }
  #slider-home .slick-slider .slick-slide.new picture img.right { left: 35%; }
  #slider-home .slick-slider .slick-slide.used .text, #slider-home .slick-slider .slick-slide.campaign .text { position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
  #slider-home .slick-slider .slick-slide .row { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
  #slider-home .slick-slider .slick-slide .column { text-align: left; }
  #slider-home .slick-slider .slick-slide h2 { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; -moz-box-orient: vertical; display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: center; -webkit-line-clamp: 3; } }

@media only screen and (min-width: 40em) and (max-width: 63.9375em) { #slider-home .slick-slider .slick-slide.new img { width: 37.5rem; height: 22.5rem; }
  #slider-home .slick-slider .slick-slide h2 { font-size: 2.25rem; }
  #slider-home .slick-slider .slick-slide h3 { font-size: 2.25rem; }
  #slider-home .slick-slider .slick-slide h4, #slider-home .slick-slider .slick-slide p { margin-bottom: 0.625rem; } }

@media only screen and (min-width: 64em) { #slider-home .slick-slider .slick-slide.new img { width: 50rem; height: 30rem; }
  #slider-home .slick-slider .slick-slide h2 { font-size: 3rem; }
  #slider-home .slick-slider .slick-slide h3 { font-size: 3rem; } }

@media only screen and (min-width: 85em) { #slider-home .slick-slider .slick-slide .column { width: 50%; }
  #slider-home .slick-slider .slick-slide .column.medium-push-1 { left: 0; } }

@media only screen and (min-width: 85em) { #slider-home .slick-prev { left: 45%; margin-left: -36.25rem; }
  #slider-home .slick-next { right: 45%; margin-right: -36.25rem; } }

#slider-home .active-wrap { position: absolute; left: 0.9375rem; top: 0; right: 0.9375rem; bottom: 0; }

#slider-home .active-wrap > div { -webkit-transition: left 300ms ease-out, background 300ms ease-out; -o-transition: left 300ms ease-out, background 300ms ease-out; transition: left 300ms ease-out, background 300ms ease-out; position: absolute; z-index: 100; top: -0.3125rem; bottom: -0.3125rem; -webkit-box-shadow: 2px 2px 2px 0 rgba(1, 1, 1, 0.2); box-shadow: 2px 2px 2px 0 rgba(1, 1, 1, 0.2); }

#slider-home .active-wrap > div:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0)), color-stop(75%, rgba(1, 1, 1, 0.15))); background: -webkit-linear-gradient(rgba(1, 1, 1, 0), rgba(1, 1, 1, 0.15) 75%); background: -o-linear-gradient(rgba(1, 1, 1, 0), rgba(1, 1, 1, 0.15) 75%); background: linear-gradient(rgba(1, 1, 1, 0), rgba(1, 1, 1, 0.15) 75%); }

#slider-home .active-wrap > div:before { border: inset 0.75rem; content: ""; display: block; height: 0; width: 0; border-color: transparent transparent transparent transparent; border-bottom-style: solid; -webkit-transition: border-bottom-color 300ms ease-out; -o-transition: border-bottom-color 300ms ease-out; transition: border-bottom-color 300ms ease-out; position: absolute; left: 50%; bottom: 100%; margin-left: -0.75rem; }

#slider-home .active-wrap > div.opel { background: #febe10; }

#slider-home .active-wrap > div.opel:before { border-bottom-color: #febe10; }

#slider-home .active-wrap > div.seat { background: #d7122b; }

#slider-home .active-wrap > div.seat:before { border-bottom-color: #d7122b; }

#slider-home .active-wrap > div.hyundai { background: #012c5f; }

#slider-home .active-wrap > div.hyundai:before { border-bottom-color: #012c5f; }

#slider-home .active-wrap > div.cupra { background: #003c4a; }

#slider-home .active-wrap > div.cupra:before { border-bottom-color: #003c4a; }

#slider-home .active-wrap > div.used { background: #333333; }

#slider-home .active-wrap > div.used:before { border-bottom-color: #333333; }

#slider-home .active-wrap > div.campaign { background: #ff8800; }

#slider-home .active-wrap > div.campaign:before { border-bottom-color: #ff8800; }

#slider-home .no-bullet { position: relative; z-index: 200; margin-bottom: 0; }

#slider-home .no-bullet li { display: block; float: left; height: 3.125rem; }

@media only screen and (min-width: 49.25em) { #slider-home .no-bullet li { height: 3.75rem; } }

#slider-home .no-bullet a { position: relative; display: block; height: 3.125rem; font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700; font-size: 1rem; text-transform: uppercase; color: #fcfcfc; }

@media only screen and (min-width: 49.25em) { #slider-home .no-bullet a { height: 3.75rem; font-size: 1.25rem; } }

.no-touch #slider-home .no-bullet a:hover { color: #ff8800; }

#slider-home .no-bullet a.active { color: #fcfcfc !important; }

#slider-home .no-bullet a > span { display: block; line-height: 2.5rem; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); white-space: nowrap; }

@media only screen and (min-width: 64em) { #slider-home .no-bullet a > span .hide { display: inline; } }

#slider-home .no-bullet a > span.icon { padding-left: 2.9375rem; }

#slider-home .no-bullet .spritemap { position: absolute; left: 0; top: 0; width: 2.5rem; height: 2.5rem; }

#slider-home .no-bullet .opel .spritemap { background-position: 0 0; }

#slider-home .no-bullet .seat .spritemap { background-position: -2.5rem 0; }

#slider-home .no-bullet .hyundai .spritemap { background-position: -5rem 0; }

#slider-home .no-bullet .cupra .spritemap { background-position: -2.5rem -2.5rem; }

#slider-home.slider-home-3 .no-bullet li { width: 33.33333%; }

#slider-home.slider-home-3 .active-wrap > div { width: 33.33333%; }

#slider-home.slider-home-3 .active-wrap > div.slide-0 { left: 0; }

#slider-home.slider-home-3 .active-wrap > div.slide-1 { left: 33.33333%; }

#slider-home.slider-home-3 .active-wrap > div.slide-2 { left: 66.66666%; }

#slider-home.slider-home-4 .no-bullet li { width: 25%; }

#slider-home.slider-home-4 .active-wrap > div { width: 25%; }

#slider-home.slider-home-4 .active-wrap > div.slide-0 { left: 0; }

#slider-home.slider-home-4 .active-wrap > div.slide-1 { left: 25%; }

#slider-home.slider-home-4 .active-wrap > div.slide-2 { left: 50%; }

#slider-home.slider-home-4 .active-wrap > div.slide-3 { left: 75%; }

#slider-home.slider-home-5 .no-bullet li { width: 20%; }

#slider-home.slider-home-5 .active-wrap > div { width: 20%; }

#slider-home.slider-home-5 .active-wrap > div.slide-0 { left: 0; }

#slider-home.slider-home-5 .active-wrap > div.slide-1 { left: 20%; }

#slider-home.slider-home-5 .active-wrap > div.slide-2 { left: 40%; }

#slider-home.slider-home-5 .active-wrap > div.slide-3 { left: 60%; }

#slider-home.slider-home-5 .active-wrap > div.slide-4 { left: 80%; }

#slider-home.slider-home-6 .no-bullet li { width: 16.66666%; }

#slider-home.slider-home-6 .active-wrap > div { width: 16.66666%; }

#slider-home.slider-home-6 .active-wrap > div.slide-0 { left: 0; }

#slider-home.slider-home-6 .active-wrap > div.slide-1 { left: 16.66666%; }

#slider-home.slider-home-6 .active-wrap > div.slide-2 { left: 33.33332%; }

#slider-home.slider-home-6 .active-wrap > div.slide-3 { left: 49.99998%; }

#slider-home.slider-home-6 .active-wrap > div.slide-4 { left: 66.66664%; }

#slider-home.slider-home-6 .active-wrap > div.slide-5 { left: 83.3333%; }

@media only screen and (min-width: 64em) { main section:first-of-type:not(#slider-home):not(section.special-1):not( :only-child) { margin-top: 0.9375rem; } }

main #slider-home { margin-bottom: 0.9375rem; }

main #sidebar { margin-top: 0.9375rem; }

@media only screen and (min-width: 40em) { main { padding-top: 6.25rem; } }

@media only screen and (min-width: 49.25em) { main { padding-top: 6.875rem; }
  main.has-menu-sub { padding-top: 10rem; } }

@media only screen and (min-width: 61.3125em) { main { padding-top: 7.5rem; }
  main.has-menu-sub { padding-top: 10.625rem; } }

@media only screen and (min-width: 68.75em) and (min-height: 768px) { main { padding-top: 9.375rem; }
  main.has-menu-sub { padding-top: 12.5rem; } }

main > .collapse .main { margin: 0.9375rem 0; padding: 1.25rem; background-color: #f2f2f3; -webkit-box-shadow: 2px 2px 2px 0 rgba(1, 1, 1, 0.2); box-shadow: 2px 2px 2px 0 rgba(1, 1, 1, 0.2); }

main > .collapse .main .row { margin-left: -0.9375rem; margin-right: -0.9375rem; }

#related { margin-bottom: 0.9375rem; }

@media only screen and (max-width: 39.9375em) { #footer { padding-bottom: 3.125rem; } }

/*.teaser-1-1,
.teaser-1-2,
.teaser-2-1*/
.teaser > div > div { padding: 0.9375rem; }

.teaser > div > div > div, .teaser > div > div > a { display: block; background: #f2f2f3; background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f6), to(#f2f2f3)); background: -webkit-linear-gradient(#f5f5f6, #f2f2f3); background: -o-linear-gradient(#f5f5f6, #f2f2f3); background: linear-gradient(#f5f5f6, #f2f2f3); overflow: hidden; }

@media only screen and (min-width: 40em) { .teaser > div { position: relative; height: 0; }
  .teaser > div > div { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
  .teaser > div > div > div, .teaser > div > div > a { position: absolute; top: 0.9375rem; right: 0.9375rem; bottom: 0.9375rem; left: 0.9375rem; } }

.teaser figure { margin-bottom: 0; }

.teaser .text { padding: 1.25rem; text-align: center; }

.teaser .text svg { width: 5rem; height: 5rem; fill: #ff8800; }

.teaser .text h3, .teaser .text h6 { color: #ff8800; }

.teaser .text p { margin-bottom: 0.5rem; color: #333333; }

.teaser .text .lead strong { font-weight: 700; }

.teaser .text .footnote { margin-bottom: 0.5rem; }

.teaser .text header p { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; -moz-box-orient: vertical; display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: center; -webkit-line-clamp: 3; }

.teaser .text > *:last-child { margin-bottom: 0; }

.teaser.primary > div > div > div, .teaser.primary > div > div > a { background: #ff8800; background: -webkit-gradient(linear, left top, left bottom, from(#ffa640), to(#ff8800)); background: -webkit-linear-gradient(#ffa640, #ff8800); background: -o-linear-gradient(#ffa640, #ff8800); background: linear-gradient(#ffa640, #ff8800); }

.teaser.primary > div > div .text h3, .teaser.primary > div > div .text h6 { color: #010101; }

.teaser.primary > div > div .text p { color: #010101; }

.teaser.primary > div > div .text svg { fill: #010101; }

.teaser.secondary > div > div > div, .teaser.secondary > div > div > a { background: #333333; background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333)); background: -webkit-linear-gradient(#666666, #333333); background: -o-linear-gradient(#666666, #333333); background: linear-gradient(#666666, #333333); }

.teaser.secondary > div > div .text h3, .teaser.secondary > div > div .text h6 { color: #fcfcfc; }

.teaser.secondary > div > div .text p { color: #fcfcfc; }

.teaser.secondary > div > div .text svg { fill: #fcfcfc; }

.teaser.business-customers > div > div > div, .teaser.business-customers > div > div > a { background: #012147; background: -webkit-gradient(linear, left top, left bottom, from(#0253b4), to(#012147)); background: -webkit-linear-gradient(#0253b4, #012147); background: -o-linear-gradient(#0253b4, #012147); background: linear-gradient(#0253b4, #012147); }

.teaser.business-customers > div > div .text h3, .teaser.business-customers > div > div .text h6 { color: #010101; }

.teaser.business-customers > div > div .text p { color: #010101; }

.teaser.business-customers > div > div .text svg { fill: #010101; }

.teaser[class*="opel"] > div > div > div h3, .teaser[class*="opel"] > div > div > div h6, .teaser[class*="opel"] > div > div > a h3, .teaser[class*="opel"] > div > div > a h6 { color: #febe10; }

.teaser[class*="seat"] > div > div > div h3, .teaser[class*="seat"] > div > div > div h6, .teaser[class*="seat"] > div > div > a h3, .teaser[class*="seat"] > div > div > a h6 { color: #d7122b; }

.teaser[class*="hyundai"] > div > div > div h3, .teaser[class*="hyundai"] > div > div > div h6, .teaser[class*="hyundai"] > div > div > a h3, .teaser[class*="hyundai"] > div > div > a h6 { color: #012c5f; }

.teaser[class*="cupra"] > div > div > div h3, .teaser[class*="cupra"] > div > div > div h6, .teaser[class*="cupra"] > div > div > a h3, .teaser[class*="cupra"] > div > div > a h6 { color: #003c4a; }

.teaser.used > div > div > div h3, .teaser.used > div > div > div h6, .teaser.used > div > div > a h3, .teaser.used > div > div > a h6 { color: #333333; }

.teaser .fb-page > span, .teaser .fb-page > span > iframe { display: block !important; width: 100% !important; }

@media only screen and (min-width: 40em) { .teaser .fb-page > span, .teaser .fb-page > span > iframe { height: 100% !important; } }

body.tid-5 .teaser > div > div > div h3, body.tid-5 .teaser > div > div > div h6, body.tid-5 .teaser > div > div > a h3, body.tid-5 .teaser > div > div > a h6, body.tid-6 .teaser > div > div > div h3, body.tid-6 .teaser > div > div > div h6, body.tid-6 .teaser > div > div > a h3, body.tid-6 .teaser > div > div > a h6 { color: var(--partner-color); }

.teaser-1-1.icon > div > div > div, .teaser-1-1.icon > div > div > a { top: 2.8125rem; }

.teaser-1-1.icon .icon { left: 50%; }

.teaser-1-1.icon .text { padding-top: 2.5rem; }

@media only screen and (max-width: 39.9375em) { .teaser-1-1.icon { margin-top: 1.875rem; } }

@media only screen and (min-width: 40em) { .teaser-1-1 > div { padding-bottom: 80%; min-height: 17.5rem; } }

.teaser-1-2.icon .icon { left: 50%; }

.teaser-1-2.icon .text { padding-top: 2.5rem; }

@media only screen and (min-width: 40em) { .teaser-1-2 > div { padding-bottom: 160%; min-height: 35rem; } }

.teaser-2-1 figure { margin-left: -0.9375rem; margin-right: -0.9375rem; }

.teaser-2-1.icon .icon { left: 50%; top: 100%; }

.teaser-2-1.icon .text { padding-top: 2.5rem; }

@media only screen and (min-width: 40em) { .teaser-2-1 > div { padding-bottom: 40%; min-height: 17.5rem; }
  .teaser-2-1 > div > div > div, .teaser-2-1 > div > div > a { overflow: hidden; }
  .teaser-2-1.icon .icon { top: 50%; left: 100%; }
  .teaser-2-1.icon .text { padding-top: 1.25rem; }
  .teaser-2-1 .text header p { -webkit-line-clamp: 2; } }

.teaser.icon .icon { position: absolute; z-index: 100; width: 3.75rem; height: 3.75rem; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.teaser.icon .icon:before { content: ""; position: absolute; z-index: 100; left: 0; top: 0; width: 100%; height: 100%; -webkit-box-shadow: 1px 1px 0 0 rgba(1, 1, 1, 0.25); box-shadow: 1px 1px 0 0 rgba(1, 1, 1, 0.25); border-radius: 1000px; background-clip: content-box; background: #f2f2f3; background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f6), to(#f2f2f3)); background: -webkit-linear-gradient(#f5f5f6, #f2f2f3); background: -o-linear-gradient(#f5f5f6, #f2f2f3); background: linear-gradient(#f5f5f6, #f2f2f3); }

.teaser.icon .icon svg, .teaser.icon .icon img { position: absolute; top: 50%; left: 50%; width: 2.375rem; height: 2.375rem; margin-top: -1.1875rem; margin-left: -1.1875rem; z-index: 200; }

.teaser.icon .icon svg { fill: #ff8800; }

.teaser.icon .icon.primary:before { background: #ff8800; background: -webkit-gradient(linear, left top, left bottom, from(#ffa640), to(#ff8800)); background: -webkit-linear-gradient(#ffa640, #ff8800); background: -o-linear-gradient(#ffa640, #ff8800); background: linear-gradient(#ffa640, #ff8800); }

.teaser.icon .icon.primary svg { fill: #010101; }

.teaser.icon .icon.secondary:before { background: #333333; background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333)); background: -webkit-linear-gradient(#666666, #333333); background: -o-linear-gradient(#666666, #333333); background: linear-gradient(#666666, #333333); }

.teaser.icon .icon.secondary svg { fill: #010101; }

.teaser.icon .icon[class*="opel"].spritemap-after:after, .teaser.icon .icon[class*="seat"].spritemap-after:after, .teaser.icon .icon[class*="hyundai"].spritemap-after:after, .teaser.icon .icon[class*="cupra"].spritemap-after:after, .teaser.icon .icon.used.spritemap-after:after { position: absolute; top: 50%; left: 50%; width: 2.5rem; height: 2.5rem; margin-top: -1.25rem; margin-left: -1.25rem; content: ""; z-index: 200; background-repeat: no-repeat; }

.teaser.icon .icon[class*="opel"]:before { background: #febe10; background: -webkit-gradient(linear, left top, left bottom, from(#fec62e), to(#febe10)); background: -webkit-linear-gradient(#fec62e, #febe10); background: -o-linear-gradient(#fec62e, #febe10); background: linear-gradient(#fec62e, #febe10); }

.teaser.icon .icon[class*="opel"].spritemap-after:after { background-position: 0 -5rem; }

.teaser.icon .icon[class*="seat"]:before { background: #d7122b; background: -webkit-gradient(linear, left top, left bottom, from(#ec1f39), to(#d7122b)); background: -webkit-linear-gradient(#ec1f39, #d7122b); background: -o-linear-gradient(#ec1f39, #d7122b); background: linear-gradient(#ec1f39, #d7122b); }

.teaser.icon .icon[class*="seat"].spritemap-after:after { background-position: -2.5rem -5rem; }

.teaser.icon .icon[class*="hyundai"]:before { background: #fcfcfc; background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#fcfcfc)); background: -webkit-linear-gradient(#fcfcfc, #fcfcfc); background: -o-linear-gradient(#fcfcfc, #fcfcfc); background: linear-gradient(#fcfcfc, #fcfcfc); }

.teaser.icon .icon[class*="hyundai"].spritemap-after:after { background-position: -5rem -5rem; }

.teaser.icon .icon[class*="cupra"]:before { background: #fcfcfc; background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#fcfcfc)); background: -webkit-linear-gradient(#fcfcfc, #fcfcfc); background: -o-linear-gradient(#fcfcfc, #fcfcfc); background: linear-gradient(#fcfcfc, #fcfcfc); }

.teaser.icon .icon[class*="cupra"].spritemap-after:after { background-position: -2.5rem -7.5rem; }

.teaser.icon .icon.used:before { background: #333333; background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333)); background: -webkit-linear-gradient(#666666, #333333); background: -o-linear-gradient(#666666, #333333); background: linear-gradient(#666666, #333333); }

.teaser.icon .icon.used.spritemap-after:after { background-position: 0 -2.5rem; }

body.tid-5 .teaser.icon .icon:before, body.tid-6 .teaser.icon .icon:before { background: var(--partner-color) !important; }

#sidebar .teaser { width: 100%; padding-left: 0; padding-right: 0; }

@media only screen and (max-width: 63.9375em) { #sidebar .teaser { display: none; } }

#sidebar .teaser > div { height: initial; padding-bottom: initial; min-height: initial; }

#sidebar .teaser > div > div { position: initial; left: initial; top: initial; width: initial; height: initial; }

#sidebar .teaser > div > div > div, #sidebar .teaser > div > div > a { position: initial; left: initial; top: initial; right: initial; bottom: initial; }

#sidebar #finder { display: block; }

@media only screen and (max-width: 63.9375em) { #sidebar #finder > div > div > div > h3 { background: #ff8800; background: -webkit-gradient(linear, left top, left bottom, from(#ffa640), to(#ff8800)); background: -webkit-linear-gradient(#ffa640, #ff8800); background: -o-linear-gradient(#ffa640, #ff8800); background: linear-gradient(#ffa640, #ff8800); }
  #sidebar #finder > div > div > div > h3 ~ * { display: none; }
  #sidebar #finder.active > div > div > div > h3 { background: #d9d9dc; }
  #sidebar #finder.active > div > div > div > h3 ~ * { display: block; }
  #sidebar #finder.active > div > div > div > h3 ~ *.hide { display: none; } }

#sidebar #teaser-fb-page { height: 37.5rem; }

@media only screen and (max-width: 63.9375em) { #related .teaser { width: 100%; padding-left: 0; padding-right: 0; }
  #related .teaser > div { height: initial; padding-bottom: initial; min-height: initial; }
  #related .teaser > div > div { position: initial; left: initial; top: initial; width: initial; height: initial; }
  #related .teaser > div > div > div, #related .teaser > div > div > a { position: initial; left: initial; top: initial; right: initial; bottom: initial; } }

section.grid { padding: 0.9375rem 0; }

@media only screen and (max-width: 39.9375em) { section.grid .teaser { position: relative !important; left: initial !important; top: initial !important; } }

#finder > div > div > div { background: #f2f2f3; }

#finder h3 { margin: 0; padding: 1.25rem 0; line-height: 1.875rem; text-align: center; background-color: #d9d9dc; }

#finder h3 svg { display: inline-block; vertical-align: middle; width: 1.875rem; height: 1.875rem; margin-right: 0.625rem; }

@media only screen and (max-width: 39.9375em) { #finder h3 { font-size: 1.25rem; } }

@media only screen and (min-width: 40em) { #finder h3 { line-height: 3rem; }
  #finder h3 svg { width: 3rem; height: 3rem; } }

#finder ul { margin-bottom: 0; }

#finder li { float: left; width: 50%; padding: 0.625rem 0; line-height: 1; text-align: center; background-color: #d9d9dc; cursor: pointer; }

#finder li.active { cursor: default; }

.no-touch #finder li:hover h6 { color: #ff8800; }

#finder li.active { background-color: #f2f2f3; }

#finder li.active h6 { color: #ff8800; }

@media only screen and (max-width: 39.9375em) { #finder li h6 span { display: none; } }

#finder .form { padding: 0 1.25rem; }

#finder .form .row { margin-left: -0.9375rem; margin-right: -0.9375rem; }

#finder .form select { margin-bottom: 0.625rem; }

#finder .form.content { margin-top: 0.625rem; }

@media only screen and (min-width: 40em) { #header { position: fixed; left: 0; top: 0; z-index: 8888; width: 100%; } }

#header .idx-1 { background-color: #333333; }

#header .idx-1 a { line-height: 3.125rem; }

#header .idx-1 .inline-list { margin-top: 0; margin-bottom: 0; font-size: 90%; }

@media only screen and (max-width: 39.9375em) { #header .idx-1 { position: fixed; left: 0; bottom: 0; z-index: 9999; width: 100%; background: #ff8800; background: -webkit-gradient(linear, left top, left bottom, from(#ffa640), to(#ff8800)); background: -webkit-linear-gradient(#ffa640, #ff8800); background: -o-linear-gradient(#ffa640, #ff8800); background: linear-gradient(#ffa640, #ff8800); border-top: 1px solid #bf6600; } }

#header .idx-1 .menu-meta a { position: relative; display: block; overflow: hidden; height: 3.125rem; }

@media only screen and (max-width: 39.9375em) { #header .idx-1 .menu-meta { margin: 0 -0.9375rem !important; }
  #header .idx-1 .menu-meta li { width: 33.333333%; }
  #header .idx-1 .menu-meta li:first-child a { border-left-width: 0; }
  #header .idx-1 .menu-meta li:last-child a { border-right-width: 0; }
  #header .idx-1 .menu-meta li a { padding: 0 !important; text-transform: none; color: #010101; border-color: #bf6600; }
  #header .idx-1 .menu-meta li a svg { fill: #010101; } }

@media only screen and (max-width: 61.25em) { #header .idx-1 .menu-meta { margin-right: -0.9375rem; }
  #header .idx-1 .menu-meta li { margin-left: 0; }
  #header .idx-1 .menu-meta a { text-align: center; font-size: 67.5%; line-height: 1; color: #999999; border-left: 1px solid rgba(153, 153, 153, 0.25); }
  #header .idx-1 .menu-meta a svg { display: block; margin: 0.4375rem auto 0.3125rem auto; width: 1.25rem; height: 1.25rem; fill: #999999; }
  #header .idx-1 .menu-meta a.active, .no-touch #header .idx-1 .menu-meta a:hover { color: #fcfcfc; }
  #header .idx-1 .menu-meta a.active svg, .no-touch #header .idx-1 .menu-meta a:hover svg { fill: #fcfcfc; } }

@media only screen and (min-width: 40em) { #header .idx-1 .menu-meta { float: right; }
  #header .idx-1 .menu-meta a { padding: 0 0.75rem; } }

@media only screen and (min-width: 61.3125em) { #header .idx-1 .menu-meta { float: left; }
  #header .idx-1 .menu-meta a { padding: 0 0 0 2.125rem; color: #999999; }
  #header .idx-1 .menu-meta a:before { content: ""; position: absolute; left: 0; top: 0.8125rem; width: 1.5rem; height: 1.5rem; -webkit-box-shadow: 1px 1px 0 0 rgba(1, 1, 1, 0.25); box-shadow: 1px 1px 0 0 rgba(1, 1, 1, 0.25); border-radius: 1000px; background-clip: content-box; background: #ff8800; background: -webkit-gradient(linear, left top, left bottom, from(#ffa640), to(#ff8800)); background: -webkit-linear-gradient(#ffa640, #ff8800); background: -o-linear-gradient(#ffa640, #ff8800); background: linear-gradient(#ffa640, #ff8800); }
  #header .idx-1 .menu-meta a svg { position: absolute; left: 0.25rem; top: 1.0625rem; width: 1rem; height: 1rem; }
  #header .idx-1 .menu-meta a.active, .no-touch #header .idx-1 .menu-meta a:hover { color: #fcfcfc; } }

#header .idx-1 .menu-brands { display: none; }

#header .idx-1 .menu-brands > li { margin-left: 1rem; }

#header .idx-1 .menu-brands > li:first-of-type { margin-left: 0; }

#header .idx-1 .menu-brands a { display: block; height: 3.125rem; padding: 0.3125rem 0; }

#header .idx-1 .menu-brands .spritemap { display: block; width: 2.5rem; height: 2.5rem; }

#header .idx-1 .menu-brands .opel .spritemap { background-position: 0 0; }

#header .idx-1 .menu-brands .seat .spritemap { background-position: -2.5rem 0; }

#header .idx-1 .menu-brands .hyundai .spritemap { background-position: -5rem 0; }

#header .idx-1 .menu-brands .cupra .spritemap { background-position: -2.5rem -2.5rem; }

#header .idx-1 .menu-brands .business-customers a { font-size: 0.9rem; color: #fcfcfc; padding: 0 1.25rem; background: #012147; background: -webkit-gradient(linear, left top, left bottom, from(#0253b4), to(#012147)); background: -webkit-linear-gradient(#0253b4, #012147); background: -o-linear-gradient(#0253b4, #012147); background: linear-gradient(#0253b4, #012147); }

@media only screen and (min-width: 61.3125em) { #header .idx-1 .menu-brands { display: block; position: relative; left: auto; -webkit-transform: none; -ms-transform: none; transform: none; float: right; } }

#header .menu-social-media { display: none; position: absolute; left: 34%; top: 0; }

@media only screen and (min-width: 40em) { #header .menu-social-media { display: block; } }

@media only screen and (min-width: 61.3125em) { #header .menu-social-media { left: 38.25%; } }

#header .menu-social-media .inline-list { margin-top: 0; margin-bottom: 0; margin-left: -1rem; }

#header .menu-social-media .inline-list li { margin-left: 1rem; }

#header .menu-social-media a { display: block; height: 3.125rem; }

#header .menu-social-media img { display: block; width: 1.625rem; height: 1.625rem; margin-top: 0.75rem; }

#header .idx-2 { position: relative; background-color: #4d4d4d; height: 3.125rem; }

#header .idx-2:after { content: ""; position: absolute; left: 0; width: 100%; height: 2px; background: #333333; top: 100%; background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(rgba(51, 51, 51, 0))); background: -webkit-linear-gradient(#333333, rgba(51, 51, 51, 0)); background: -o-linear-gradient(#333333, rgba(51, 51, 51, 0)); background: linear-gradient(#333333, rgba(51, 51, 51, 0)); }

@media only screen and (max-width: 39.9375em) { #header .idx-2 { background: #333333; background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333)); background: -webkit-linear-gradient(#666666, #333333); background: -o-linear-gradient(#666666, #333333); background: linear-gradient(#666666, #333333); } }

@media only screen and (min-width: 49.25em) { #header .idx-2 { height: 3.75rem; } }

@media only screen and (min-width: 61.3125em) { #header .idx-2 { height: 4.375rem; } }

@media only screen and (min-width: 68.75em) and (min-height: 768px) { #header .idx-2 { height: 6.25rem; } }

#header .idx-2 .row, #header .idx-2 .columns { height: 100%; }

#header .idx-2 #logo { display: inline-block; height: 3.125rem; }

#header .idx-2 #logo span { display: none; position: absolute; left: 0; top: 0; width: 5.1875rem; height: 5.3125rem; background-position: -7.5rem -0.125rem; }

#header .idx-2 #logo img { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); height: 2rem; }

@media only screen and (min-width: 40em) { #header .idx-2 #logo { position: absolute; bottom: 100%; } }

@media only screen and (min-width: 61.3125em) { #header .idx-2 #logo { position: relative; bottom: auto; height: 4.375rem; }
  #header .idx-2 #logo img { height: 2.5rem; } }

@media only screen and (min-width: 68.75em) and (min-height: 768px) { #header .idx-2 #logo { height: 6.25rem; padding-left: 6.25rem; margin-left: -1.375rem; }
  #header .idx-2 #logo span { display: block; }
  #header .idx-2 #logo img { height: 2.9375rem; } }

#header .idx-2 .menu-main { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

@media only screen and (min-width: 40em) { #header .idx-2 .menu-main { left: 0.9375rem; right: 0.9375rem; } }

@media only screen and (min-width: 61.3125em) { #header .idx-2 .menu-main { left: auto; right: 0.9375rem; } }

#header .idx-2 .menu-main ul { margin-bottom: 0; }

@media only screen and (min-width: 40em) { .flexbox #header .idx-2 .menu-main ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

@media only screen and (min-width: 61.3125em) { #header .idx-2 .menu-main ul { display: inherit; } }

#header .idx-2 .menu-main ul a { font-size: 1rem; padding: 0.625rem 0; line-height: 1; font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700; text-transform: uppercase; color: #fcfcfc; }

@media only screen and (min-width: 49.25em) { #header .idx-2 .menu-main ul a { font-size: 1.25rem; } }

#header .idx-2 .menu-main ul .active a, .no-touch #header .idx-2 .menu-main ul a:hover { color: #ff8800; }

#header .idx-2 .menu-main ul ul { display: none !important; }

#header .idx-2 .menu-sub { position: relative; }

#header .idx-2 .menu-sub:before { content: ""; position: absolute; left: 50%; top: 0; width: 100vw; height: 100%; background-color: #333333; margin-left: -50vw; }

#header .idx-2 .menu-sub ul { position: relative; margin-bottom: 0; }

#header .idx-2 .menu-sub a { line-height: 3.125rem; color: #fcfcfc; }

#header .idx-2 .menu-sub .active a, .no-touch #header .idx-2 .menu-sub a:hover { color: #ff8800; }

#header .idx-2 .menu-brands { position: absolute; right: 9vw; top: 0.125rem; }

#header .idx-2 .menu-brands ul { -webkit-transform: scale(0.75); -ms-transform: scale(0.75); transform: scale(0.75); }

#header .idx-2 .menu-brands li { margin-left: 3vw; }

#header .idx-2 .menu-brands li:first-of-type { margin-left: 0; }

#header .idx-2 .menu-brands a { display: block; height: 3.125rem; }

#header .idx-2 .menu-brands .spritemap { display: block; width: 2.5rem; height: 2.5rem; }

#header .idx-2 .menu-brands .opel .spritemap { background-position: 0 0; }

#header .idx-2 .menu-brands .seat .spritemap { background-position: -2.5rem 0; }

#header .idx-2 .menu-brands .hyundai .spritemap { background-position: -5rem 0; }

#header .idx-2 .menu-brands .cupra .spritemap { background-position: -2.5rem -2.5rem; }

@media only screen and (min-width: 40em) { #header .idx-2 .menu-brands { display: none; } }

#footer p, #footer ul { font-size: 90%; color: #fcfcfc; }

#footer a { color: #fcfcfc; }

.no-touch #footer a:hover { color: #ff8800; }

#footer > .idx-1 { padding-top: 1.875rem; background-color: #333333; }

#footer > .idx-1 ul { margin-bottom: 0; }

#footer > .idx-1 ul li { margin-bottom: 0.5rem; }

#footer > .idx-1 ul li:last-child { margin-bottom: 0; }

#footer > .idx-1 ul a { color: #999999; }

#footer > .idx-1 h6 { margin-top: 0.75rem; }

#footer > .idx-1 ul + h6 { margin-top: 1rem; }

#footer > .idx-1 h3 a, #footer > .idx-1 h6 a { display: inline-block; }

#footer > .idx-1 figure { margin-bottom: 0.5rem; border: 3px solid #fcfcfc; }

#footer > .idx-1 .fb-like { margin-bottom: 1.875rem; }

#footer > .idx-1 .idx-1 h3 { margin: 0; }

#footer > .idx-1 .idx-1 h3 a { display: inline-block; position: relative; line-height: 3rem; padding-left: 4.0625rem; }

.no-touch #footer > .idx-1 .idx-1 h3 a:hover svg { fill: #ff8800; }

#footer > .idx-1 .idx-1 h3 svg { position: absolute; left: 0; top: 0; width: 3rem; height: 3rem; fill: #ff8800; }

#footer > .idx-1 .idx-1 h3 + ul { margin-left: 4.0625rem; }

#footer > .idx-1 .idx-2 { margin-bottom: 1.875rem; }

@media only screen and (min-width: 40em) and (max-width: 63.9375em) { #footer > .idx-1 .idx-1, #footer > .idx-1 .idx-2 { margin-bottom: 1.375rem; padding-bottom: 1.875rem; border-bottom: 1px solid #4d4d4d; } }

@media only screen and (min-width: 64em) { #footer > .idx-1 .idx-1-2 { margin-top: 1.875rem; } }

#footer > .idx-2 { padding: 1.25rem 0; background-color: #4d4d4d; }

#footer > .idx-2 p, #footer > .idx-2 ul { line-height: 1; }

@media only screen and (max-width: 39.9375em) { #footer > .idx-2 .left, #footer > .idx-2 .right { float: none !important; }
  #footer > .idx-2 ul { display: block; margin: 0 auto 0.625rem auto; text-align: center; }
  #footer > .idx-2 ul li { display: inline-block; float: none; margin-left: 0.3125rem; margin-right: 0.3125rem; }
  #footer > .idx-2 p { text-align: center; } }

#overlay-mobile-toggle { border-radius: 3px; display: none; position: fixed; z-index: 9999; right: 0.5rem; top: 0.5rem; width: 2.125rem; height: 2.125rem; background-color: #333333; cursor: pointer; }

@media only screen and (max-width: 39.9375em) { #overlay-mobile-toggle { display: block; } }

#overlay-mobile-toggle div { -webkit-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; position: absolute; left: 50%; width: 1.25rem; height: 0.125rem; background-color: #f2f2f3; }

#overlay-mobile-toggle .idx-1 { top: 0.5625rem; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

#overlay-mobile-toggle .idx-2 { top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

#overlay-mobile-toggle .idx-3 { bottom: 0.5625rem; -webkit-transform: translate(-50%, 50%); -ms-transform: translate(-50%, 50%); transform: translate(-50%, 50%); }

.overlay-active #overlay-mobile-toggle .idx-1 { width: 1.375rem; top: 50%; -webkit-transform: translate(-50%, -50%) rotate(-225deg); -ms-transform: translate(-50%, -50%) rotate(-225deg); transform: translate(-50%, -50%) rotate(-225deg); }

.overlay-active #overlay-mobile-toggle .idx-2 { opacity: 0; }

.overlay-active #overlay-mobile-toggle .idx-3 { width: 1.375rem; bottom: 50%; -webkit-transform: translate(-50%, 50%) rotate(225deg); -ms-transform: translate(-50%, 50%) rotate(225deg); transform: translate(-50%, 50%) rotate(225deg); }

#overlay-close { display: none; position: absolute; z-index: 9999; right: 0.5rem; top: 0.5rem; width: 2.125rem; height: 2.125rem; cursor: pointer; }

@media only screen and (min-width: 40em) { #overlay-close { display: block; } }

#overlay-close div { position: absolute; left: 50%; width: 1.375rem; height: 0.125rem; background-color: #333333; }

#overlay-close .idx-1 { top: 50%; -webkit-transform: translate(-50%, -50%) rotate(-225deg); -ms-transform: translate(-50%, -50%) rotate(-225deg); transform: translate(-50%, -50%) rotate(-225deg); }

#overlay-close .idx-2 { bottom: 50%; -webkit-transform: translate(-50%, 50%) rotate(225deg); -ms-transform: translate(-50%, 50%) rotate(225deg); transform: translate(-50%, 50%) rotate(225deg); }

.no-touch #overlay-close:hover div { background-color: #ff8800; }

#overlay { position: fixed; z-index: 9999; overflow-x: hidden; overflow-y: hidden; -webkit-overflow-scrolling: touch; }

#overlay .overlay { display: none; }

#overlay .overlay.active { display: block; }

@media only screen and (min-width: 61.3125em) { #overlay { top: 3.125rem; left: 0; right: 0; }
  #overlay > .row { background: #f2f2f3; background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f6), to(#f2f2f3)); background: -webkit-linear-gradient(#f5f5f6, #f2f2f3); background: -o-linear-gradient(#f5f5f6, #f2f2f3); background: linear-gradient(#f5f5f6, #f2f2f3); -webkit-box-shadow: 2px 2px 2px 0 rgba(1, 1, 1, 0.2); box-shadow: 2px 2px 2px 0 rgba(1, 1, 1, 0.2); margin-bottom: 2px; }
  #overlay .separation-line { border-right: 1px solid #4d4d4d; }
  #overlay p { margin-top: 1.875rem !important; } }

@media only screen and (min-width: 40em) and (max-width: 61.25em) { #overlay { -webkit-transition: right 300ms ease-out; -o-transition: right 300ms ease-out; transition: right 300ms ease-out; top: 3.125rem; right: 100%; width: 100%; bottom: 0; background: #333333; background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#262626)); background: -webkit-linear-gradient(#333333, #262626); background: -o-linear-gradient(#333333, #262626); background: linear-gradient(#333333, #262626); }
  .overlay-active #overlay { overflow-y: hidden; right: 0; }
  #overlay .separation-line { border-right: 1px solid #4d4d4d; height: 100vh; }
  #overlay p { color: #fcfcfc; margin-top: 0.9375rem; }
  #overlay #overlay-close div { background-color: #f2f2f3; } }

@media only screen and (max-width: 39.9375em) { #overlay { -webkit-transition: right 300ms ease-out; -o-transition: right 300ms ease-out; transition: right 300ms ease-out; top: 0; right: 100%; width: 100%; bottom: 3.125rem; background: #333333; background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#262626)); background: -webkit-linear-gradient(#333333, #262626); background: -o-linear-gradient(#333333, #262626); background: linear-gradient(#333333, #262626); }
  .overlay-active #overlay { overflow-y: scroll; right: 0; }
  #overlay .separation-line { border-bottom: 1px solid #4d4d4d; }
  #overlay p { color: #fcfcfc; margin-top: 0.9375rem; }
  #overlay > .row > .columns { padding-left: 0; padding-right: 0; } }

#overlay-menu { padding: 0 0.9375rem; }

#overlay-menu ul { line-height: 1; }

#overlay-menu a { display: block; padding: 0.625rem 0; color: #fcfcfc; }

#overlay-menu .menu-social-media ul { margin-bottom: 0; }

#overlay-menu .menu-social-media a { padding: 0.75rem 0; }

#overlay-menu .no-bullet.idx-1 { margin-bottom: 0.9375rem; border-top: 1px solid #4d4d4d; }

#overlay-menu .no-bullet.idx-1 > li { padding: 0.3125rem 0; border-bottom: 1px solid #4d4d4d; }

#overlay-menu .no-bullet.idx-1 > li > a { font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.25rem; text-transform: uppercase; }

#overlay-menu .no-bullet.idx-1 > li > ul { margin: 0 0 0.3125rem 0; }

#overlay-menu .no-bullet.idx-2 { margin-bottom: 0; }

@media only screen and (max-width: 39.9375em) { .overlay-active { overflow: hidden; } }

@media only screen and (max-width: 39.9375em) { #fb-like { display: none; } }

#locations p:not(.lead), #locations dl { margin-bottom: 0.625rem; }

#locations figure { position: absolute; left: 0; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); margin-top: -0.9375rem; }

#locations figure img { width: 8.375rem; border-radius: 1000px; background-clip: content-box; -webkit-box-shadow: 1px 1px 0 0 rgba(1, 1, 1, 0.25); box-shadow: 1px 1px 0 0 rgba(1, 1, 1, 0.25); }

#locations .map-static { position: absolute; top: 0; left: -50%; bottom: 1.875rem; width: 50%; height: auto; margin: 0 0 0 0.9375rem; background-color: #f2f2f3; }

#locations .map-static > div { position: absolute; left: 0; top: 0; right: 0.9375rem; bottom: 0; background-color: #f2f2f3; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; }

#locations .map-static > div > svg { position: absolute; left: 50%; top: 50%; width: 2.0625rem; height: 2.0625rem; -webkit-transform: translate(-50%, -100%); -ms-transform: translate(-50%, -100%); transform: translate(-50%, -100%); fill: #d7122b; }

#locations .map-static > div > svg svg { fill: #d7122b; }

#locations .map-static.bensberg > div { background-image: url(../images/map-bensberg.20241218001.jpg); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { #locations .map-static.bensberg > div { background-image: url(../images/map-bensberg@2.20241218001.jpg); } }

#locations .map-static.bergisch-gladbach > div { background-image: url(../images/map-bergisch-gladbach.20241218001.jpg); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { #locations .map-static.bergisch-gladbach > div { background-image: url(../images/map-bergisch-gladbach@2.20241218001.jpg); } }

@media only screen and (min-width: 40em) and (max-width: 63.9375em) { #locations .panel .row { margin-left: -1.25rem; margin-right: -1.25rem; } }

.vehicle-teaser figure { -webkit-box-shadow: 1px 1px 2px 0 rgba(1, 1, 1, 0.2); box-shadow: 1px 1px 2px 0 rgba(1, 1, 1, 0.2); }

.vehicle-teaser p small { color: #999999; }

.vehicle-teaser .inline-list { margin-left: -0.625rem; }

.vehicle-teaser .inline-list li { margin-left: 0.625rem; }

.vehicle-teaser .au-widget-car-rating > iframe { margin-bottom: 1rem; }

.vehicles-list-text h1 { font-size: 1.875rem; }

#vehicle-detail header h1 { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.2; text-transform: none; }

#vehicle-detail header h1 a { color: currentColor; cursor: text; }

#vehicle-detail header h2 small, #vehicle-detail header h3 { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem; font-weight: 400; text-transform: none; }

#vehicle-detail header h1, #vehicle-detail header h2, #vehicle-detail header h3 { margin-bottom: 0.625rem; }

#vehicle-detail .slick-slider { margin-bottom: 1.25rem; -webkit-box-shadow: 1px 1px 2px 0 rgba(1, 1, 1, 0.2); box-shadow: 1px 1px 2px 0 rgba(1, 1, 1, 0.2); }

#vehicle-detail .slick-prev, #vehicle-detail .slick-next { background-color: rgba(255, 136, 0, 0.5); }

.no-touch #vehicle-detail .slick-prev:hover, .no-touch #vehicle-detail .slick-next:hover { background-color: #ff8800; }

#vehicle-detail .functions { margin-top: 1.875rem; }

#vehicle-detail .functions a { position: relative; display: inline-block; margin-bottom: 1.25rem; padding: 0.875rem 0 0.9375rem 2rem; font-size: 1rem; line-height: 1; }

#vehicle-detail .functions a svg { position: absolute; left: 0; top: 50%; margin-top: -0.75rem; width: 1.5rem; height: 1.5rem; fill: currentColor; }

@media only screen and (max-width: 39.9375em) { #vehicle-detail .functions.top { display: none; }
  #vehicle-detail .functions a { display: block; padding: 0.875rem 0 0.9375rem; text-transform: uppercase; }
  #vehicle-detail .functions a svg { left: 0.625rem; }
  #vehicle-detail .functions.bottom .idx-2 a:last-child { margin-bottom: 0; } }

@media only screen and (min-width: 40em) { #vehicle-detail .functions > .idx-1 .button { margin-right: 1.25rem; }
  .flexbox #vehicle-detail .functions > .idx-2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #vehicle-detail .functions a.button { padding-left: 2.625rem; padding-right: 1rem; }
  #vehicle-detail .functions a.button svg { left: 0.625rem; }
  #vehicle-detail .functions a:not(.button) { font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; color: #333333; }
  #vehicle-detail .functions a:not(.button):hover { color: #ff8800; }
  .no-flexbox #vehicle-detail .functions a { margin-right: 1.25rem; } }

#vehicle-detail .au-widget-car-rating { line-height: 1; }

#vehicle-detail .au-widget-car-rating > iframe { margin-bottom: 1rem; }

@media only screen and (min-width: 40em) { #vehicle-detail .au-widget-car-rating > iframe { margin-bottom: 1.125rem; margin-top: -0.625rem; } }

#vehicle-detail .calculator { background-color: #fcfcfc; margin-left: -1.25rem; margin-right: -1.25rem; padding: 1.25rem; }

#vehicle-detail .calculator hr { margin-top: 0.625rem; }

#vehicle-detail .calculator .reload { position: relative; margin-top: 1.125rem; margin-bottom: 0; width: 100%; height: 2.3125rem; padding: 0; cursor: pointer; }

#vehicle-detail .calculator .reload svg { position: absolute; top: 50%; left: 50%; width: 1.25rem; height: 1.25rem; margin-top: -0.625rem; margin-left: -0.625rem; }

#vehicle-detail .calculator .reload:hover svg { fill: #fcfcfc; }

#vehicle-detail .calculator #installment { margin-bottom: 1.25rem; font-size: 2.25rem; color: #ff8800; line-height: 1; }

#vehicle-detail .data h4 { margin-top: 1.875rem; }

#vehicle-detail .data p { margin-bottom: 0; margin-top: 0.625rem; padding-top: 0.625rem; border-top: 1px solid #cccccc; }

#vehicle-detail .data dl { margin-bottom: -0.625rem; }

#vehicle-detail .data dl dt { font-weight: 700; }

#vehicle-detail .data dl dd { border-bottom: 1px solid #cccccc; padding-bottom: 0.625rem; margin-bottom: 0.625rem; }

#vehicle-detail .data dl dd, #vehicle-detail .data dl dt { float: none; margin-top: 0; }

@media only screen and (min-width: 40em) { #vehicle-detail .data dl { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); }
  #vehicle-detail .data dl dt { border-bottom: 1px solid #cccccc; padding-bottom: 0.625rem; margin-bottom: 0.625rem; } }

.csscolumns #vehicle-detail .data .columns-2 { margin-left: 0; margin-bottom: 0; list-style-position: inside; }

@media only screen and (min-width: 40em) { .csscolumns #vehicle-detail .data .columns-2 { -webkit-columns: 2; columns: 2; -webkit-column-gap: 0; column-gap: 0; }
  .csscolumns #vehicle-detail .data .columns-2 li { -webkit-column-break-inside: avoid; break-inside: avoid-column; } }

.csscolumns #vehicle-detail .data .description .columns-2 li { padding-left: 1.1rem; text-indent: -0.935rem; }

#vehicle-detail .data .data-equipment li { position: relative; padding-left: 1.875rem; padding-bottom: 0.625rem; }

#vehicle-detail .data .data-equipment li svg { position: absolute; left: 0; top: 0.0625rem; width: 1.25rem; height: 1.25rem; fill: #010101; }

#vehicle-detail .data .data-equipment li:before { content: ""; position: absolute; left: 0; top: 0.125rem; width: 1.25rem; height: 1.25rem; border-radius: 50%; background-color: #00B64F; }

@media only screen and (min-width: 40em) { #vehicle-detail-modal { width: 45rem; } }

@media only screen and (min-width: 40em) { #contact-modal { width: 45rem; } }

#contact-modal h3:before { content: "@ "; }

#autandoncc { margin: -1.25rem; }

.company-seo figure { -webkit-box-shadow: 2px 2px 2px 0 rgba(1, 1, 1, 0.2); box-shadow: 2px 2px 2px 0 rgba(1, 1, 1, 0.2); }

#overlay-cookies-consent { 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; position: fixed; z-index: 99999; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(1, 1, 1, 0.75); overflow: hidden; }

#overlay-cookies-consent > div { position: relative; margin: 1rem; max-width: 59.375rem; background-color: #fcfcfc; padding-top: 0.5rem; padding-bottom: 0.5rem; }

#overlay-cookies-consent p { font-size: 0.75rem; line-height: 1.3; margin-bottom: 0.75rem; }

#overlay-cookies-consent label { font-size: 0.75rem; line-height: 1.7; }

#overlay-cookies-consent button { margin-bottom: 0; }

#overlay-cookies-consent button.toggle-options { background-color: transparent; font-size: 0.75rem; text-transform: none; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; color: #ff8800; }

#overlay-cookies-consent button.toggle-options:hover, #overlay-cookies-consent button.toggle-options:focus { color: #db7500; }

[data-cookies-consent-hide-for] { text-align: center; }

.flex-video [data-cookies-consent-hide-for] { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.05); padding: 1.25rem; }

#mobilapp-widget, #mobilapp-icon { z-index: 88888 !important; }

html[class*="brand"] #header .idx-1 .menu-meta { margin-right: -1.25rem; }

@media only screen and (min-width: 40em) { html[class*="brand"].flexbox #header .idx-2 .menu-main ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

html.brand-opel body { background-color: #fcfcfc; }

html.brand-opel #header .idx-1 .menu-brands { position: relative; float: right; left: auto; -webkit-transform: none; -ms-transform: none; transform: none; }

html.brand-opel #header .idx-1 .menu-brands .gieraths img { display: block; height: 1.875rem; margin: 0.3125rem 0; }

@media only screen and (max-width: 61.25em) { html.brand-opel #header .idx-1 .menu-meta { float: left; margin-left: -0.9375rem; }
  html.brand-opel #header .idx-1 .menu-meta a { padding: 0 1rem; }
  html.brand-opel #header .idx-1 .menu-meta a:last-child { border-right: 1px solid rgba(153, 153, 153, 0.25); } }

@media only screen and (max-width: 39.9375em) { html.brand-opel #header .idx-1 .menu-meta { float: none; }
  html.brand-opel #header .idx-1 .menu-meta li { width: 25%; } }

html.brand-opel #header .idx-2 { background: #fcfcfc; }

html.brand-opel #header .idx-2:after { opacity: 0.25; }

html.brand-opel #header .idx-2 #logo { padding-left: 0; margin-left: 0; position: relative; bottom: auto; }

@media only screen and (min-width: 49.25em) and (max-width: 61.25em) { html.brand-opel #header .idx-2 #logo { height: 3.75rem; } }

html.brand-opel #header .idx-2 .menu-main ul { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }

html.brand-opel #header .idx-2 .menu-main ul a { color: #333333; }

html.brand-opel #header .idx-2 .menu-main ul .active a, html.brand-opel #header .idx-2 .menu-main ul a:hover { color: #febe10; }

@media only screen and (min-width: 40em) { html.brand-opel #slider-home .slick-slider .slick-slide .column { width: 50%; }
  html.brand-opel #slider-home .slick-slider .slick-slide .column.medium-push-1 { left: 0; } }

html.brand-opel #slider-home:after { opacity: 0.25; }

html.brand-opel main .form-item.checkbox [type="checkbox"] + label:after, html.brand-opel main .form-item.radio [type="checkbox"] + label:after { background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiPjxwYXRoIGZpbGw9IiNGRUJFMTAiIGQ9Ik0xMiA5LjE3MiA4LjgyOCA2IDEyIDIuODI5IDEyIDAgOS4xNzIgMCA2IDMuMTcyIDIuODI5IDAgMCAwIDAgMi44MjkgMy4xNzIgNiAwIDkuMTcyIDAgMTIgMi44MjggMTIgNiA4LjgyOCA5LjE3MiAxMiAxMiAxMnoiLz48L3N2Zz4=); }

html.brand-opel main a:not(.button) { color: #febe10; }

html.brand-opel main a:not(.button):hover { color: #e7a901; }

html.brand-opel main button, html.brand-opel main .button { background-color: #febe10; }

html.brand-opel main ul.pagination li a, html.brand-opel main ul.pagination li button { color: #333333; }

html.brand-opel main ul.pagination li.current a, html.brand-opel main ul.pagination li.current button { background-color: #febe10; color: #fcfcfc; }

html.brand-opel main #finder li.active h6, html.brand-opel main #finder li:hover h6 { color: #febe10; }

html.brand-opel main #vehicle-detail .slick-prev, html.brand-opel main #vehicle-detail .slick-next { background-color: rgba(254, 190, 16, 0.5); }

html.brand-opel main #vehicle-detail .slick-prev:hover, html.brand-opel main #vehicle-detail .slick-next:hover { background-color: #febe10; }

html.brand-opel main #vehicle-detail .functions a:not(.button):hover { color: #febe10; }

@media only screen and (max-width: 63.9375em) { html.brand-opel #sidebar #finder:not(.active) > div > div > div > h3 { background: #febe10; } }

html.brand-seat body { background-color: #fcfcfc; }

html.brand-seat #header .idx-1 .menu-brands { position: relative; float: right; left: auto; -webkit-transform: none; -ms-transform: none; transform: none; }

html.brand-seat #header .idx-1 .menu-brands .gieraths img { display: block; height: 1.875rem; margin: 0.3125rem 0; }

@media only screen and (max-width: 61.25em) { html.brand-seat #header .idx-1 .menu-meta { float: left; margin-left: -0.9375rem; }
  html.brand-seat #header .idx-1 .menu-meta a { padding: 0 1rem; }
  html.brand-seat #header .idx-1 .menu-meta a:last-child { border-right: 1px solid rgba(153, 153, 153, 0.25); } }

@media only screen and (max-width: 39.9375em) { html.brand-seat #header .idx-1 .menu-meta { float: none; }
  html.brand-seat #header .idx-1 .menu-meta li { width: 25%; } }

html.brand-seat #header .idx-2 { background: #fcfcfc; }

html.brand-seat #header .idx-2:after { opacity: 0.25; }

html.brand-seat #header .idx-2 #logo { padding-left: 0; margin-left: 0; position: relative; bottom: auto; }

@media only screen and (min-width: 49.25em) and (max-width: 61.25em) { html.brand-seat #header .idx-2 #logo { height: 3.75rem; } }

html.brand-seat #header .idx-2 .menu-main ul { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }

html.brand-seat #header .idx-2 .menu-main ul a { color: #333333; }

html.brand-seat #header .idx-2 .menu-main ul .active a, html.brand-seat #header .idx-2 .menu-main ul a:hover { color: #d7122b; }

@media only screen and (min-width: 40em) { html.brand-seat #slider-home .slick-slider .slick-slide .column { width: 50%; }
  html.brand-seat #slider-home .slick-slider .slick-slide .column.medium-push-1 { left: 0; } }

html.brand-seat #slider-home:after { opacity: 0.25; }

html.brand-seat main .form-item.checkbox [type="checkbox"] + label:after, html.brand-seat main .form-item.radio [type="checkbox"] + label:after { background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiPjxwYXRoIGZpbGw9IiNENzEyMkIiIGQ9Ik0xMiA5LjE3MiA4LjgyOCA2IDEyIDIuODI5IDEyIDAgOS4xNzIgMCA2IDMuMTcyIDIuODI5IDAgMCAwIDAgMi44MjkgMy4xNzIgNiAwIDkuMTcyIDAgMTIgMi44MjggMTIgNiA4LjgyOCA5LjE3MiAxMiAxMiAxMnoiLz48L3N2Zz4=); }

html.brand-seat main a:not(.button) { color: #d7122b; }

html.brand-seat main a:not(.button):hover { color: #b90f25; }

html.brand-seat main button, html.brand-seat main .button { background-color: #d7122b; }

html.brand-seat main ul.pagination li a, html.brand-seat main ul.pagination li button { color: #333333; }

html.brand-seat main ul.pagination li.current a, html.brand-seat main ul.pagination li.current button { background-color: #d7122b; color: #fcfcfc; }

html.brand-seat main #finder li.active h6, html.brand-seat main #finder li:hover h6 { color: #d7122b; }

html.brand-seat main #vehicle-detail .slick-prev, html.brand-seat main #vehicle-detail .slick-next { background-color: rgba(215, 18, 43, 0.5); }

html.brand-seat main #vehicle-detail .slick-prev:hover, html.brand-seat main #vehicle-detail .slick-next:hover { background-color: #d7122b; }

html.brand-seat main #vehicle-detail .functions a:not(.button):hover { color: #d7122b; }

@media only screen and (max-width: 63.9375em) { html.brand-seat #sidebar #finder:not(.active) > div > div > div > h3 { background: #d7122b; } }

html.brand-hyundai body { background-color: #fcfcfc; }

html.brand-hyundai #header .idx-1 .menu-brands { position: relative; float: right; left: auto; -webkit-transform: none; -ms-transform: none; transform: none; }

html.brand-hyundai #header .idx-1 .menu-brands .gieraths img { display: block; height: 1.875rem; margin: 0.3125rem 0; }

@media only screen and (max-width: 61.25em) { html.brand-hyundai #header .idx-1 .menu-meta { float: left; margin-left: -0.9375rem; }
  html.brand-hyundai #header .idx-1 .menu-meta a { padding: 0 1rem; }
  html.brand-hyundai #header .idx-1 .menu-meta a:last-child { border-right: 1px solid rgba(153, 153, 153, 0.25); } }

@media only screen and (max-width: 39.9375em) { html.brand-hyundai #header .idx-1 .menu-meta { float: none; }
  html.brand-hyundai #header .idx-1 .menu-meta li { width: 25%; } }

html.brand-hyundai #header .idx-2 { background: #fcfcfc; }

html.brand-hyundai #header .idx-2:after { opacity: 0.25; }

html.brand-hyundai #header .idx-2 #logo { padding-left: 0; margin-left: 0; position: relative; bottom: auto; }

@media only screen and (min-width: 49.25em) and (max-width: 61.25em) { html.brand-hyundai #header .idx-2 #logo { height: 3.75rem; } }

html.brand-hyundai #header .idx-2 .menu-main ul { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }

html.brand-hyundai #header .idx-2 .menu-main ul a { color: #333333; }

html.brand-hyundai #header .idx-2 .menu-main ul .active a, html.brand-hyundai #header .idx-2 .menu-main ul a:hover { color: #012c5f; }

@media only screen and (min-width: 40em) { html.brand-hyundai #slider-home .slick-slider .slick-slide .column { width: 50%; }
  html.brand-hyundai #slider-home .slick-slider .slick-slide .column.medium-push-1 { left: 0; } }

html.brand-hyundai #slider-home:after { opacity: 0.25; }

html.brand-hyundai main .form-item.checkbox [type="checkbox"] + label:after, html.brand-hyundai main .form-item.radio [type="checkbox"] + label:after { background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiPjxwYXRoIGZpbGw9IiMwMTJjNWYiIGQ9Ik0xMiA5LjE3MiA4LjgyOCA2IDEyIDIuODI5IDEyIDAgOS4xNzIgMCA2IDMuMTcyIDIuODI5IDAgMCAwIDAgMi44MjkgMy4xNzIgNiAwIDkuMTcyIDAgMTIgMi44MjggMTIgNiA4LjgyOCA5LjE3MiAxMiAxMiAxMnoiLz48L3N2Zz4=); }

html.brand-hyundai main a:not(.button) { color: #012c5f; }

html.brand-hyundai main a:not(.button):hover { color: #012652; }

html.brand-hyundai main button, html.brand-hyundai main .button { background-color: #012c5f; }

html.brand-hyundai main ul.pagination li a, html.brand-hyundai main ul.pagination li button { color: #333333; }

html.brand-hyundai main ul.pagination li.current a, html.brand-hyundai main ul.pagination li.current button { background-color: #012c5f; color: #fcfcfc; }

html.brand-hyundai main #finder li.active h6, html.brand-hyundai main #finder li:hover h6 { color: #012c5f; }

html.brand-hyundai main #vehicle-detail .slick-prev, html.brand-hyundai main #vehicle-detail .slick-next { background-color: rgba(1, 44, 95, 0.5); }

html.brand-hyundai main #vehicle-detail .slick-prev:hover, html.brand-hyundai main #vehicle-detail .slick-next:hover { background-color: #012c5f; }

html.brand-hyundai main #vehicle-detail .functions a:not(.button):hover { color: #012c5f; }

@media only screen and (max-width: 63.9375em) { html.brand-hyundai #sidebar #finder:not(.active) > div > div > div > h3 { background: #012c5f; } }

html.brand-cupra body { background-color: #fcfcfc; }

html.brand-cupra #header .idx-1 .menu-brands { position: relative; float: right; left: auto; -webkit-transform: none; -ms-transform: none; transform: none; }

html.brand-cupra #header .idx-1 .menu-brands .gieraths img { display: block; height: 1.875rem; margin: 0.3125rem 0; }

@media only screen and (max-width: 61.25em) { html.brand-cupra #header .idx-1 .menu-meta { float: left; margin-left: -0.9375rem; }
  html.brand-cupra #header .idx-1 .menu-meta a { padding: 0 1rem; }
  html.brand-cupra #header .idx-1 .menu-meta a:last-child { border-right: 1px solid rgba(153, 153, 153, 0.25); } }

@media only screen and (max-width: 39.9375em) { html.brand-cupra #header .idx-1 .menu-meta { float: none; }
  html.brand-cupra #header .idx-1 .menu-meta li { width: 25%; } }

html.brand-cupra #header .idx-2 { background: #fcfcfc; }

html.brand-cupra #header .idx-2:after { opacity: 0.25; }

html.brand-cupra #header .idx-2 #logo { padding-left: 0; margin-left: 0; position: relative; bottom: auto; }

@media only screen and (min-width: 49.25em) and (max-width: 61.25em) { html.brand-cupra #header .idx-2 #logo { height: 3.75rem; } }

html.brand-cupra #header .idx-2 .menu-main ul { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }

html.brand-cupra #header .idx-2 .menu-main ul a { color: #333333; }

html.brand-cupra #header .idx-2 .menu-main ul .active a, html.brand-cupra #header .idx-2 .menu-main ul a:hover { color: #003c4a; }

@media only screen and (min-width: 40em) { html.brand-cupra #slider-home .slick-slider .slick-slide .column { width: 50%; }
  html.brand-cupra #slider-home .slick-slider .slick-slide .column.medium-push-1 { left: 0; } }

html.brand-cupra #slider-home:after { opacity: 0.25; }

html.brand-cupra main .form-item.checkbox [type="checkbox"] + label:after, html.brand-cupra main .form-item.radio [type="checkbox"] + label:after { background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiPjxwYXRoIGZpbGw9IiMwMDNjNGEiIGQ9Ik0xMiA5LjE3MiA4LjgyOCA2IDEyIDIuODI5IDEyIDAgOS4xNzIgMCA2IDMuMTcyIDIuODI5IDAgMCAwIDAgMi44MjkgMy4xNzIgNiAwIDkuMTcyIDAgMTIgMi44MjggMTIgNiA4LjgyOCA5LjE3MiAxMiAxMiAxMnoiLz48L3N2Zz4=); }

html.brand-cupra main a:not(.button) { color: #003c4a; }

html.brand-cupra main a:not(.button):hover { color: #003440; }

html.brand-cupra main button, html.brand-cupra main .button { background-color: #003c4a; }

html.brand-cupra main ul.pagination li a, html.brand-cupra main ul.pagination li button { color: #333333; }

html.brand-cupra main ul.pagination li.current a, html.brand-cupra main ul.pagination li.current button { background-color: #003c4a; color: #fcfcfc; }

html.brand-cupra main #finder li.active h6, html.brand-cupra main #finder li:hover h6 { color: #003c4a; }

html.brand-cupra main #vehicle-detail .slick-prev, html.brand-cupra main #vehicle-detail .slick-next { background-color: rgba(0, 60, 74, 0.5); }

html.brand-cupra main #vehicle-detail .slick-prev:hover, html.brand-cupra main #vehicle-detail .slick-next:hover { background-color: #003c4a; }

html.brand-cupra main #vehicle-detail .functions a:not(.button):hover { color: #003c4a; }

@media only screen and (max-width: 63.9375em) { html.brand-cupra #sidebar #finder:not(.active) > div > div > div > h3 { background: #003c4a; } }

html.brand-opel #header .idx-2 #logo img { display: block; height: 1.25rem; }

@media only screen and (min-width: 49.25em) { html.brand-opel #header .idx-2 #logo img { height: 1.875rem; } }

@media only screen and (min-width: 68.75em) and (min-height: 768px) { html.brand-opel #header .idx-2 #logo img { height: 2.25rem; } }

html.brand-seat #header .idx-2 #logo img { display: block; height: 1.25rem; }

@media only screen and (min-width: 49.25em) { html.brand-seat #header .idx-2 #logo img { height: 1.875rem; } }

@media only screen and (min-width: 68.75em) and (min-height: 768px) { html.brand-seat #header .idx-2 #logo img { height: 2.25rem; } }

html.brand-seat main button, html.brand-seat main .button { color: #fcfcfc; }

html.brand-seat main button:hover, html.brand-seat main .button:hover { background-color: #b70f25; }

html.brand-seat main .slick-arrow svg { fill: rgba(252, 252, 252, 0.5); }

html.brand-seat main .slick-arrow:hover svg { fill: #fcfcfc; }

@media only screen and (max-width: 63.9375em) { html.brand-seat #sidebar #finder:not(.active) > div > div > div > h3 { color: #fcfcfc; }
  html.brand-seat #sidebar #finder:not(.active) > div > div > div > h3 svg { fill: #fcfcfc; } }

html.brand-hyundai #header .idx-2 #logo img { display: block; height: 1.125rem; }

@media only screen and (min-width: 49.25em) { html.brand-hyundai #header .idx-2 #logo img { height: 1.875rem; } }

@media only screen and (min-width: 68.75em) and (min-height: 768px) { html.brand-hyundai #header .idx-2 #logo img { height: 2.25rem; } }

html.brand-hyundai main button, html.brand-hyundai main .button { color: #fcfcfc; }

html.brand-hyundai main button:hover, html.brand-hyundai main .button:hover { background-color: #00aad2; }

html.brand-hyundai main .vehicle-teaser:hover button { background-color: #00aad2; }

html.brand-hyundai main .slick-arrow svg { fill: rgba(252, 252, 252, 0.5); }

html.brand-hyundai main .slick-arrow:hover svg { fill: #fcfcfc; }

@media only screen and (max-width: 63.9375em) { html.brand-hyundai #sidebar #finder:not(.active) > div > div > div > h3 { color: #fcfcfc; }
  html.brand-hyundai #sidebar #finder:not(.active) > div > div > div > h3 svg { fill: #fcfcfc; } }

html.brand-cupra #header .idx-2 #logo img { display: block; height: 1.25rem; }

@media only screen and (min-width: 49.25em) { html.brand-cupra #header .idx-2 #logo img { height: 1.875rem; } }

@media only screen and (min-width: 68.75em) and (min-height: 768px) { html.brand-cupra #header .idx-2 #logo img { height: 2.25rem; } }

html.brand-cupra main button, html.brand-cupra main .button { color: #fcfcfc; }

html.brand-cupra main button:hover, html.brand-cupra main .button:hover { background-color: #00333f; }

html.brand-cupra main .slick-arrow svg { fill: rgba(252, 252, 252, 0.5); }

html.brand-cupra main .slick-arrow:hover svg { fill: #fcfcfc; }

@media only screen and (max-width: 63.9375em) { html.brand-cupra #sidebar #finder:not(.active) > div > div > div > h3 { color: #fcfcfc; }
  html.brand-cupra #sidebar #finder:not(.active) > div > div > div > h3 svg { fill: #fcfcfc; } }

html.partner #header .idx-1 .menu-meta { margin-right: -1.25rem; }

@media only screen and (min-width: 40em) { html.partner.flexbox #header .idx-2 .menu-main ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

html.partner body { background-color: #fcfcfc; }

html.partner #overlay-mobile-toggle { display: none; }

html.partner #header .idx-1 .menu-brands { position: relative; float: right; left: auto; -webkit-transform: none; -ms-transform: none; transform: none; }

html.partner #header .idx-1 .menu-brands .gieraths img { display: block; height: 1.875rem; margin: 0.3125rem 0; }

@media only screen and (max-width: 61.25em) { html.partner #header .idx-1 .menu-meta { float: left; margin-left: -0.9375rem; }
  html.partner #header .idx-1 .menu-meta a { padding: 0 1rem; }
  html.partner #header .idx-1 .menu-meta a:last-child { border-right: 1px solid rgba(153, 153, 153, 0.25); } }

@media only screen and (max-width: 39.9375em) { html.partner #header .idx-1 .menu-meta { float: none; }
  html.partner #header .idx-1 .menu-meta li { width: 25%; } }

html.partner #header .idx-2 { background: #fcfcfc; }

html.partner #header .idx-2:after { opacity: 0.25; }

html.partner #header .idx-2 #logo { padding-left: 0; margin-left: 0; position: relative; bottom: auto; }

@media only screen and (min-width: 49.25em) and (max-width: 61.25em) { html.partner #header .idx-2 #logo { height: 3.75rem; } }

html.partner #header .idx-2 .menu-main ul { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }

html.partner #header .idx-2 .menu-main ul a { color: #333333; }

html.partner #header .idx-2 .menu-main ul .active a, html.partner #header .idx-2 .menu-main ul a:hover { color: var(--partner-color); }

html.partner main a:not(.button) { color: var(--partner-color); }

html.partner main button, html.partner main .button { background-color: var(--partner-color); color: var(--partner-color-comp); }

html.partner section.special-1 { position: relative; }

html.partner section.special-1 > div { overflow: hidden; background: -webkit-linear-gradient(315deg, #f3ede9 0%, #d8d6dc 40%, #b0b0b7 100%); background: -o-linear-gradient(315deg, #f3ede9 0%, #d8d6dc 40%, #b0b0b7 100%); background: linear-gradient(135deg, #f3ede9 0%, #d8d6dc 40%, #b0b0b7 100%); }

@media only screen and (min-width: 40em) and (max-width: 63.9375em) { html.partner section.special-1 > div { height: 22.5rem; } }

@media only screen and (min-width: 64em) { html.partner section.special-1 > div { height: 30rem; } }

html.partner section.special-1 > div > div { overflow: hidden; height: 100%; }

html.partner section.special-1 > div > div > a, html.partner section.special-1 > div > div > div { position: relative; display: block; height: 100%; }

html.partner section.special-1 > div > div .column { text-align: center; }

html.partner section.special-1 > div > div h2 { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.75rem; font-weight: 500; line-height: 1.1; text-transform: none; color: var(--partner-color); }

html.partner section.special-1 > div > div .link { margin-bottom: 0; }

html.partner section.special-1 > div > div p { color: #333333; margin-bottom: 0.625rem; }

html.partner section.special-1 > div > div .arrow-right { color: var(--partner-color); }

html.partner section.special-1 > div > div picture img { margin-bottom: 0; }

@media only screen and (max-width: 39.9375em) { html.partner section.special-1 > div > div .text h2 { margin-top: 0.625rem; margin-bottom: 0.625rem; }
  html.partner section.special-1 > div > div picture { margin-left: -0.9375rem; margin-right: -0.9375rem; background-color: #f2f2f3; }
  html.partner section.special-1 > div > div picture img { width: 100%; } }

@media only screen and (min-width: 40em) { html.partner section.special-1 > div > div .text { position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
  html.partner section.special-1 > div > div .row { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
  html.partner section.special-1 > div > div .column { text-align: left; } }

@media only screen and (min-width: 40em) and (max-width: 63.9375em) { html.partner section.special-1 > div > div h2 { font-size: 2.25rem; } }

@media only screen and (min-width: 64em) { html.partner section.special-1 > div > div h2 { font-size: 3rem; } }

@media only screen and (min-width: 85em) { html.partner section.special-1 > div > div .column { width: 50%; }
  html.partner section.special-1 > div > div .column.medium-push-1 { left: 0; } }

#mobilapp-widget { position: absolute !important; -webkit-animation: none !important; animation: none !important; }

#mobilapp-icon { line-height: 0; -webkit-animation: none !important; animation: none !important; top: 60px !important; }

#mobilapp-icon svg { -webkit-animation: none !important; animation: none !important; }

@media only screen and (min-width: 40em) { #mobilapp-icon { top: 110px !important; } }

@media only screen and (min-width: 49.25em) { #mobilapp-icon { top: 130px !important; } }

@media only screen and (min-width: 61.3125em) { #mobilapp-icon { top: 170px !important; } }

#service-icon { line-height: 0; position: fixed; top: 130px; bottom: auto; right: 0px; background: white; border: 3px solid black; border-right-color: black; border-right-style: solid; border-right-width: 3px; border-right: 0px; border-top-left-radius: 15px; border-bottom-left-radius: 15px; opacity: 0.8; z-index: 9999; }

#service-icon a { display: block; padding: 10px; }

#service-icon svg { width: 32px; height: 32px; }

#service-icon:hover { opacity: 1; }

@media only screen and (min-width: 40em) { #service-icon { top: 180px; } }

@media only screen and (min-width: 49.25em) { #service-icon { top: 200px; } }

@media only screen and (min-width: 61.3125em) { #service-icon { top: 240px; } }

@media print { html { font-size: 80%; }
  #sidebar, #header, #related, #footer div.idx-1, #footer div.idx-2 nav, #shortcuts, #finder, #slider-home, #overlay-menu, div.icon, select, input[type="text"], button, .button, nav.functions.bottom, div.slick-slider, #teaser-fb-page, ul.pagination, #overlay, #locations a.map-static, #locations figure, #locations table a[href]:after, nav.functions, #mobilapp-icon, #mobilapp-widget, .au-widget-car-rating, #au-chat-popup-container { display: none !important; }
  #vehicle-detail section.data dl dt { float: left; width: 50%; }
  #vehicle-detail section.data dl dd { float: right; width: 50%; }
  #vehicle-detail section.data ul.columns-2 { -webkit-columns: 2; -moz-columns: 2; columns: 2; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0; }
  #vehicle-detail img { width: 50%; height: auto; }
  #vehicle-detail h1 { font-size: 1.375rem; }
  #locations div.medium-6 { width: 50%; }
  #locations div.panel { height: auto !important; }
  article.teaser { position: relative !important; left: 0 !important; top: 0 !important; }
  .row.show-for-print img { margin-top: 1.875rem; margin-left: 1.875rem; }
  figure img { width: 50%; height: auto; }
  section.data h4 { font-size: 1rem; }
  section.data dt, section.data dd { font-size: 80%; }
  section.calculator div.medium-4 label, section.calculator div.medium-4 p { float: left; padding-right: 0.875rem; } }
