.box.darken {
  background-color: #0d0d0d;
  border: 3px solid black;
}
.box.darken {
  background-color: #0d0d0d;
  border: 3px solid black;
}
.box.lighten {
  border: 3px solid #404040;
}
/* CSS TRICKS */
/*! 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: yellow;
  color: black;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */

}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */

}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */

}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

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

optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
a {
  background-color: transparent;
  border: 0;
  outline: 0 !important;
  /* REMOVE FIREFOX DOTTED LINES */

}
input::-moz-focus-inner {
  border: 0;
  outline: 0 !important;
  /* REMOVE FIREFOX DOTTED LINES */

}
a:active,
a:hover,
a:focus {
  border: 0;
  outline: 0 !important;
  /* REMOVE FIREFOX DOTTED LINES */

}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 17, 2015 */

@font-face {
  font-family: 'Arial Black';
  src: url("/cassette.axd/file/Content/Styles/fonts/arial_black-webfont-33108dfc58bd310375f884838f07f2e2e0bc9136.eot");
  src: url("/cassette.axd/file/Content/Styles/fonts/arial_black-webfont-33108dfc58bd310375f884838f07f2e2e0bc9136.eot?#iefix") format("embedded-opentype"), url("/cassette.axd/file/Content/Styles/fonts/arial_black-webfont-4b8d20e50dbcecb3137fac649d62da3c0aa55d29.woff2") format("woff2"), url("/cassette.axd/file/Content/Styles/fonts/arial_black-webfont-1f61fe5b28e74f1e46552628ed830129c850d7d9.woff") format("woff"), url("/cassette.axd/file/Content/Styles/fonts/arial_black-webfont-e728c4312620c3f475d2fa709358959b94693109.ttf") format("truetype"), url("/cassette.axd/file/Content/Styles/fonts/arial_black-webfont-5934a14d02ce02d4edf500251f758dbce4b2d650.svg#arial_blackregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Arial Bold';
  src: url("/Content/Styles/Main/arial_bold-webfont.eot");
  src: url("/Content/Styles/Main/arial_bold-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/Styles/Main/arial_bold-webfont.woff2") format("woff2"), url("/Content/Styles/Main/arial_bold-webfont.woff") format("woff"), url("/Content/Styles/Main/arial_bold-webfont.ttf") format("truetype"), url("/Content/Styles/Main/arial_bold-webfont.svg#arialbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url('/cassette.axd/file/Content/Styles/Fonts/fontawesome-webfont-3e63fc9b3de4580f1f3bec0631436f755b80f167.eot?v=4.3.0');
  src: url('/cassette.axd/file/Content/Styles/Fonts/fontawesome-webfont-3e63fc9b3de4580f1f3bec0631436f755b80f167.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/cassette.axd/file/Content/Styles/Fonts/fontawesome-webfont-1075231650f579955905bb2f6527148a8e2b4b16.woff2?v=4.3.0') format('woff2'), url('/cassette.axd/file/Content/Styles/Fonts/fontawesome-webfont-56ce13e71c2150d81bc972940584915181bd6081.woff?v=4.3.0') format('woff'), url('/cassette.axd/file/Content/Styles/Fonts/fontawesome-webfont-9088143b19979779b2116cef38b661f72d982e19.ttf?v=4.3.0') format('truetype'), url('/cassette.axd/file/Content/Styles/Fonts/fontawesome-webfont-0b42e5ee7daafb72b1237b9d5b7f5ab0775fffc7.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: white;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
/**
 * Tables ikreativ
 */

table th {
  font-size: inherit;
}
table td {
  font-size: .9em;
}
table td.half {
  width: 50%;
}
table th,
table td {
  padding: 5px 10px;
  line-height: 20px;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table th.no-border-top,
table td.no-border-top {
  border-top: 0;
}
table th:last-child,
table td:last-child {
  border-right: none;
}
table th {
  font-weight: bold;
  border-top: none;
}
table.collapsed {
  border-collapse: collapse;
  border: none;
  padding: 0;
  margin: 0;
}
table.hire-table table.collapsed tr,
table.hire-table table.collapsed td {
  padding: 0;
}
table.collapsed th,
table.collapsed td {
  border-right: none;
  border-top: none;
}
table.collapsed th:last-child,
table.collapsed td:last-child {
  border-right: none;
  border-top: none;
}
.table-striped tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
.table-striped tbody tr:hover td {
  background-color: whitesmoke;
}
/*/Tables*/

table.hire-table td {
  line-height: 1.25;
}
/**
 * Tables
 */

table {
  background: white;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  border-collapse: separate;
  /*    font-size: 13px;*/
  overflow: hidden;
  border: 2px solid #cccccc;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
table th,
table td {
  padding: 10px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
}
table tr:nth-child(even) {
  background: #efefef;
}
table th {
  font-weight: 700;
  border-top: none;
}
.table-striped tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
.table-striped tbody tr:hover td {
  background-color: whitesmoke;
}
table .product-number {
  background: #dddddd;
  font-weight: 700;
  font-size: 1.5em;
  margin: 0;
  padding: 0 2px;
}
table .kilometers {
  width: 50px;
}
table .maps {
  width: 75px;
}
table .z-location-select {
  width: 50%;
  min-width: 50px;
}
table .z-location-select div {
  font-weight: bold;
  text-transform: uppercase;
}
table td.half {
  width: 50%;
}
table td.three-quarter {
  width: 75%;
}
table td.one-quarter {
  width: 25%;
}
/*** Form styling ***/

select {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
}
.select-style {
  box-sizing: border-box;
  border: 2px solid #cccccc;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa url("/cassette.axd/file/content/images/arrowdown-892bad91228f3e932797ca9160c1cf1770fc0669.gif") no-repeat 95% 50%;
}
.select-style select {
  /*padding: 15px 15px;*/
  outline: none;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}
.select-style select:focus {
  outline: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 black;
}
option[selected] {
  background: red;
}
select:focus::-ms-value {
  background: transparent;
  color: black;
}
select::-ms-value {
  background: pink;
  color: #42413d;
}
select option:active {
  background: transparent;
  color: black;
}
/** revert checkboxes back to default behaviour to make validation work **/

input[type=checkbox] {
  width: auto;
  display: inline;
}
/*** custom checkboxes (disabled) **

input[type=checkbox] {
    display: none;
}

/* to hide the checkbox itself

input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}

input[type=checkbox] + label:before {
    content: "\f096";
}

/* unchecked icon
input[type=checkbox] + label:before {
    letter-spacing: 10px;
}

/* space between checkbox and label

input[type=checkbox]:checked + label:before {
    content: "\f046";
}

/* checked icon

input[type=checkbox]:checked + label:before {
    letter-spacing: 5px;
}

/* allow space for check mark */

/*** custom radios ***/

input[type=radio] {
  display: none;
}
/* to hide the radio itself */

input[type=radio] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}
input[type=radio] + label:before {
  content: "\f10c";
}
/* unchecked icon */

/* space between radio and label */

input[type=radio]:checked + label:before {
  content: "\f192";
}
/* checked icon */

/* allow space for check mark */

/*Forms ikreativ*/

/**
 * Forms
 */

input[type="text"].returning-customer {
  font-size: 3em;
  font-weight: 700;
}
form {
  margin: 0;
}
form h2 {
  margin: 0;
  padding: 0;
}
form ul {
  margin: 5px 0 5px 0;
  padding: 0;
}
form ul li {
  list-style: none;
}
fieldset {
  margin: 5px 0 15px 0;
  padding: 25px;
}
fieldset ul {
  margin: 0;
  padding: 0;
}
fieldset ul li {
  list-style: none;
}
/**
 * Indicate that 'label' will shift focus
 * to the associated form element
 */

label {
  cursor: pointer;
  font-size: inherit;
  font-weight: 700;
}
legend {
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
input {
  width: 100%;
  display: block;
}
input[type="date"],
#PickupDate,
#DropOffDate {
  display: block;
  width: 96%;
  margin: 0;
}
input[type="text"],
input[type="date"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  width: 96%;
  font-size: inherit;
  background: #efefef;
  padding: 10px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (min-width: 480px) {
  input[type="tel"]#MobileNumber,
  input[type="text"]#Street,
  input[type="text"]#Rego {
    width: 94%;
  }
}
#pickup_date,
#dropoff_date {
  margin: 0;
  width: 95%;
}
@media screen and (min-width: 1025px) {
  #pickup_date,
  #dropoff_date {
    width: 97%;
  }
}
input[type="file"] {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
textarea {
  min-height: 100px;
  margin-bottom: 10px;
}
input.blue,
textarea.blue {
  border: 1px solid #053065;
}
input.orange,
textarea.orange {
  border: 1px solid #ffd500;
}
input.red,
textarea.red {
  border: 1px solid #e70008;
}
input.green,
textarea.green {
  border: 1px solid #1ab706;
}
label.blue,
label.orange,
label.red,
label.green {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  float: left;
  margin: 0 0 5px 2px;
}
label.blue {
  color: #053065;
}
label.orange {
  color: #ffd500;
}
label.red {
  color: #e70008;
}
label.green {
  color: #1ab706;
}
/**
 * Colors for form validity
 */

label.error {
  color: #e70008;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 5px;
  text-align: left;
  float: left;
}
input.error {
  border: 2px solid #e70008;
}
input[type="text"].error,
input[type="password"].error,
input[type="numbers"].error,
textarea.error {
  border: 2px solid #e70008;
}
label span.required {
  color: #e70008;
}
label span.info {
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.radio-center {
  width: 50%;
  text-align: center;
}
input[type="range"] {
  width: 100%;
}
div.addressSearch {
  /*width: 100%;*/
  border: 2px solid #397bcf;
  background: #ffd500;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
div.addressSearch input[type="text"] {
  width: 98%;
  border: 0px;
}
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: white;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
/*For IE8 or lower*/

.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);*/
  background-image: url("/Content/Styles/Main/../img/datetimepicker_buttons.png");
}
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: whitesmoke;
  border-top: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: white;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #cccccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: white;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: white;
  background: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: white;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: whitesmoke;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: black;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: black;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: white;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: white !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: white !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #cccccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eeeeee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaaaaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #cccccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #cccccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.xdsoft_scroller_box {
  position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: black;
  border-bottom: 1px solid #444444;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  color: #cccccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222222;
  color: #999999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: black;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333333;
  background: black;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: black;
  background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: black;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);*/
  background-image: url("/Content/Styles/Main/../img/datetimepicker_buttons.png");
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222222;
  color: #999999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: black;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: black;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: black;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: black !important;
  background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333333 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111111 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555555 !important;
}
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333333;
}
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, white 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
  /* IE6-9 */

}
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, white 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, white 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, white 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, white 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, white 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
  /* IE6-9 */

}
/*body {
  padding: 0;
}*/

.container {
  padding: 0 2%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0;
  }
}
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol {
  margin-right: 0.95%;
  margin-left: 0.95%;
  float: left;
  min-height: 1px;
}
.onecolumn,
.twocolumn,
.threecolumn,
.fourcolumn,
.fivecolumn,
.sixcolumn,
.sevencolumn,
.eightcolumn,
.ninecolumn,
.tencolumn,
.elevencolumn {
  margin-right: 0;
  margin-left: 0;
  float: left;
  min-height: 1px;
  overflow: hidden;
}
.row {
  max-width: 1000px;
  /*this is the main container width*/
  margin: 0 auto;
}
.row:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
.row .onecol {
  width: 6.43%;
}
.row .twocol {
  width: 14.76%;
}
.row .threecol {
  width: 23.1%;
}
.row .fourcol {
  width: 31.43%;
}
.row .fivecol {
  width: 39.77%;
}
.row .sixcol {
  width: 48.1%;
}
@media screen and (max-width: 768px) {
  .row .sixcol.medium {
    width: 100%;
  }
}
.row .sevencol {
  width: 56.43%;
}
.row .eightcol {
  width: 64.76%;
}
.row .ninecol {
  width: 73.1%;
}
@media screen and (max-width: 768px) {
  .row .ninecol {
    width: 100%;
  }
}
.row .tencol {
  width: 81.44%;
}
.row .elevencol {
  width: 89.77%;
}
.row .twelvecol {
  width: 98.1%;
  margin: 0 0.95%;
  float: left;
}
.row .onecolumn {
  width: 8.33333333333333%;
}
.row .twocolumn {
  width: 16.6666666666667%;
}
.row .threecolumn {
  width: 25%;
}
.row .fourcolumn {
  width: 33.3333333333333%;
}
.row .fivecolumn {
  width: 41.6666666666667%;
}
.row .sixcolumn {
  width: 50%;
}
.row .sevencolumn {
  width: 58.3333333333333%;
}
.row .eightcolumn {
  width: 66.6666666666666%;
}
.row .ninecolumn {
  width: 74%;
}
.row .tencolumn {
  width: 83.33333333333%;
}
.row .elevencolumn {
  width: 91.6666666666%;
}
.row .twelvecolumn {
  width: 100%;
  float: left;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  height: auto;
}
img[alt] {
  font-size: 0.7em;
}
/* =============================================================================
Media Queries
========================================================================== */

@media handheld, only screen and (max-width: 400px) {
  .row,
  body,
  .container {
    /*width: 100%;*/
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row .onecol,
  .row .twocol,
  .row .threecol,
  .row .fourcol,
  .row .fivecol,
  .row .sixcol,
  .row .sevencol,
  .row .eightcol,
  .row .ninecol,
  .row .tencol,
  .row .elevencol,
  .row .twelvecol {
    width: auto !important;
    float: none;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row .threecol.float-force {
    float: left;
    margin: 0px;
    width: 25% !important;
    min-height: 80px;
  }
  .row .onecolumn,
  .row .twocolumn,
  .row .threecolumn,
  .row .fourcolumn,
  .row .fivecolumn,
  .row .sixcolumn,
  .row .sevencolumn,
  .row .eightcolumn,
  .row .ninecolumn,
  .row .tencolumn,
  .row .elevencolumn {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.row .sixcol.trailer {
  width: 23%;
  display: table;
}
.row .sixcol.trailer .blue-box {
  display: table-cell;
  vertical-align: middle;
}
.no-m-p {
  margin: 0 !important;
  padding: 0 !important;
}
.no-m-p-t {
  margin: 0 !important;
  padding: 0 15px !important;
}
@media screen and (max-width: 640px) {
  .pb-mobile {
    padding: 0 0 15px 0;
    margin: 0;
  }
}
.pt-section {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .pt-section {
    padding-top: 40px;
  }
}
.pt-mobile-menu {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .pt-mobile-menu {
    padding-top: 0;
  }
}
.man {
  margin: 0;
}
.mtg {
  margin-top: 150px;
}
.mtm {
  margin-top: 10px;
}
.mbs {
  margin-bottom: 5px;
}
.mbl {
  margin-bottom: 15px !important;
}
.mbh {
  margin-bottom: 75px;
}
.mll {
  margin-left: 15px;
}
.mrl {
  margin-right: 15px;
}
.mrh {
  margin-right: 35px;
}
.mlb {
  margin-left: 35px;
}
.mbb {
  margin-bottom: 35px;
}
.mts {
  margin-top: 5px;
}
.mtl {
  margin-top: 15px;
}
.mtl-zelect {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .mtl-zelect {
    margin-top: 0;
  }
}
.mth {
  margin-top: 35px;
}
.mtg {
  margin-top: 75px;
}
.mbg {
  margin-bottom: 75px;
}
.ptg {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .ptg {
    padding-top: 15px;
  }
}
.ptg-zelect {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .ptg-zelect {
    padding-top: 0;
  }
}
.pas {
  padding: 5px !important;
}
.pam {
  padding: 10px !important;
}
.pal {
  padding: 15px !important;
}
.pab {
  padding: 25px;
}
.prl {
  padding-right: 15px !important;
}
.prm {
  padding-right: 10px !important;
}
.prs {
  padding-right: 5px !important;
}
.pbm {
  padding-bottom: 10px;
}
.pbl {
  padding-bottom: 15px;
}
.ptl {
  padding-top: 15px;
}
.ptb {
  padding-top: 25px;
}
.pbb {
  padding-bottom: 25px;
}
.pbh {
  padding-bottom: 75px;
}
.pll {
  padding-left: 15px;
}
.plh {
  padding-left: 35px;
}
.pth {
  padding-top: 35px;
}
.pbh {
  padding-bottom: 35px;
}
form ul.parsley-errors-list {
  margin: -15px 0 0 0 !important;
}
.parsley-errors-list {
  margin: 0 !important;
}
.parsley-required {
  padding: 6px;
  background: #e70008;
  color: white;
  font-size: .75em;
  width: 97%;
}
/* Test all containers */

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
iframe {
  border: 0;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

/*.browserupgrade {
    margin: 0.2em 0;
    background: @system_borders;
    color: #000;
    padding: 0.2em 0;
}*/

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Styleguide */

/*
Hireace blue: @primary;
light blue/button click blue/blend light blue: @primary_highlight;
Hireace yellow: @yellow;
Hireace blue box border: @system_borders;

Green: @green;
Red: #e70008;
Yellow: @yellow;

Fonts:
H1 titles @black_titles 52px;
Product title/h2: 32px;
Body title/h3: 28px;
*/

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}
body {
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: #053065;
}
body.white-page {
  background: white;
  /*padding: 15px 0 0 0;*/

}
body.brand-page {
  background: #053065;
  color: white;
  /*padding: 15px 0 0 0;*/

}
.loading .logo {
  margin-top: 175px;
}
.loading .btn-primary {
  font-size: .8em;
}
.loading .btn-primary.small {
  font-size: 10px;
}
main:after {
  margin: 0 0 35px 0;
  content: '';
  display: block;
  clear: both;
}
main.container p {
  margin: 3px 0;
}
main.container .long-text a {
  color: #397bcf;
  text-decoration: underline;
}
main.container .long-text a:hover,
main.container .long-text a:focus,
main.container .long-text a:active {
  text-decoration: none;
}
main.container .long-text p {
  margin: 15px 0;
}
main.container .long-text h1,
main.container .long-text h2,
main.container .long-text h3,
main.container .long-text h4,
main.container .long-text h5,
main.container .long-text h6 {
  font-weight: 700;
}
main.container .long-text h1 {
  font-size: 1.5em;
}
main.container .long-text h2 {
  font-size: 1.25em;
}
main.container .long-text ul {
  margin: 15px 0;
  font-size: 1em !important;
}
main.container .long-text ul li {
  font-size: 1.25em !important;
  line-height: 1.2;
}
main.container.no-pagination {
  border: none;
}
p,
table {
  font-size: 1.35em;
}
strong {
  margin: 0;
  padding: 0;
}
select {
  font-size: 14px;
  font-weight: 700;
}
.h3-title {
  font-size: 24px;
  font-weight: 700;
}
.big-leading {
  line-height: 2;
}
.overflow-hidden {
  overflow: auto;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.left {
  float: left;
}
.right {
  float: right;
}
.relative {
  position: relative;
}
.block {
  display: block !important;
}
.vertically-center-abs {
  position: absolute;
  top: 50%;
  width: 95%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-weight: 400;
}
h1 {
  font-size: 82px;
}
h2 {
  font-size: 36px;
  margin: 0 0 15px 0;
}
ul {
  margin: 15px 0;
  padding: 0;
  list-style-position: inside;
  font-size: 1.15em;
  line-height: 1.2;
}
li {
  margin: 1em 0;
  padding: 0;
  list-style-position: inside;
  font-size: 1.15em;
  line-height: 1.5;
}
ul.inline-list-half {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .9em;
}
ul.inline-list-half li.one-half {
  width: 45%;
  display: inline-block;
  margin: 0;
}
ul.inline-list-half li.one-half:first-child {
  float: left;
}
ul.inline-list-half li.one-half:last-child {
  float: right;
  margin: 0 12px 0 0;
}
.inline-list {
  list-style: none;
  text-align: left;
  margin: 15px 0;
  padding: 0;
}
.inline-list li {
  margin: 0 5px;
  display: inline;
}
.breadcrumbs {
  z-index: 2;
  position: relative;
}
.breadcrumbs .inline-list {
  z-index: 2;
  list-style: none;
  text-align: center;
  margin: 35px 0px 15px 0;
  padding: 0;
  /*max-height: 70px;*/

}
.breadcrumbs .inline-list li {
  /*float: left;*/
  margin: 0 15px;
  display: inline;
}
.green-text {
  color: #1ab706;
  font-size: 1.5em;
  font-weight: 700;
}
.red-text {
  color: #e70008;
  font-size: 1.5em;
  font-weight: 700;
}
.white-text {
  color: white;
}
.primary-highlight {
  color: #397bcf;
}
a {
  text-decoration: none;
  color: white;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  /*remove for firefox*/
  border: none;
}
a.brand {
  text-decoration: underline;
  color: #053065;
}
a.brand:hover,
a.brand:focus,
a.brand:active {
  text-decoration: none;
}
.btn-primary {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #053065;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #397bcf), color-stop(1, #053065));
  background-image: -o-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -moz-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -webkit-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -ms-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: linear-gradient(to bottom, #397bcf 0%, #053065 100%);
  padding: 8px;
  text-transform: none;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
}
.btn-primary.disabled {
  background: #cccccc;
  cursor: default;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:active,
.btn-primary.disabled:focus {
  background: #cccccc;
}
.btn-primary.block {
  display: block !important;
}
.btn-primary.small {
  font-size: .8em;
  margin: 0;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #397bcf;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.quarter-width {
  width: 25% !important;
  margin: 0 auto 15px auto;
  display: block;
}
.btn-secondary {
  cursor: pointer;
  display: block;
  vertical-align: middle;
  text-align: center;
  background: #cccccc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(1, #cccccc));
  background-image: -o-linear-gradient(bottom, #efefef 0%, #cccccc 100%);
  background-image: -moz-linear-gradient(bottom, #efefef 0%, #cccccc 100%);
  background-image: -webkit-linear-gradient(bottom, #efefef 0%, #cccccc 100%);
  background-image: -ms-linear-gradient(bottom, #efefef 0%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #efefef 0%, #cccccc 100%);
  padding: 8px 45px;
  font-weight: 700;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 1.5em;
}
.btn-secondary.block {
  display: block;
}
.btn-secondary.small {
  font-size: .8em;
  margin: 0;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background: #397bcf;
}
.btn-cancel {
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background: #cccccc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(1, #cccccc));
  background-image: -o-linear-gradient(bottom, #efefef 0%, #cccccc 100%);
  background-image: -moz-linear-gradient(bottom, #efefef 0%, #cccccc 100%);
  background-image: -webkit-linear-gradient(bottom, #efefef 0%, #cccccc 100%);
  background-image: -ms-linear-gradient(bottom, #efefef 0%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #efefef 0%, #cccccc 100%);
  color: #666666;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.btn-cancel:hover,
.btn-cancel:active,
.btn-cancel:focus {
  background: #397bcf;
  color: white;
}
.btn-tertiary {
  cursor: pointer;
  display: block;
  vertical-align: middle;
  text-align: center;
  background: #cccccc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(1, #cccccc));
  background-image: -o-linear-gradient(bottom, #efefef 0%, #cccccc 100%);
  background-image: -moz-linear-gradient(bottom, #efefef 0%, #cccccc 100%);
  background-image: -webkit-linear-gradient(bottom, #efefef 0%, #cccccc 100%);
  background-image: -ms-linear-gradient(bottom, #efefef 0%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #efefef 0%, #cccccc 100%);
  padding: 8px;
  text-transform: none;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
}
.btn-tertiary.block {
  display: block;
}
.btn-tertiary.small {
  font-size: .8em;
  margin: 0;
}
.btn-tertiary:hover,
.btn-tertiary:active,
.btn-tertiary:focus {
  background: #397bcf;
  color: white;
}
.btn-alert {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #e70008;
  border: 5px solid #cccccc;
  padding: 15px;
  margin: 0;
  text-transform: none;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  font-size: inherit;
  text-align: left;
  display: block;
}
.btn-alert a {
  text-decoration: underline;
}
.btn-alert a:hover,
.btn-alert a:focus,
.btn-alert a:active {
  text-decoration: none;
}
.btn-warning {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #ffd500;
  border: 2px solid #cccccc;
  padding: 5px;
  margin: 0;
  text-transform: none;
  color: #053065;
  font-family: Arial, Helvetica, sans-serif;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  font-size: 1em;
  text-align: left;
  display: block;
}
.btn-warning a {
  text-decoration: underline;
}
.btn-warning a:hover,
.btn-warning a:active,
.btn-warning a:focus {
  text-decoration: none;
}
.cancel {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.cancel-text-hide {
  display: inline-block;
}
.cancel-text-show {
  display: none;
}
.header {
  background: #053065;
  border-bottom: 10px solid #ffd500;
  overflow: visible;
  margin: 0 0 10px 0;
}
.container {
  padding: 0 35px;
}
.row .sixcol {
  /*margin-bottom: 25px;*/
  margin-bottom: 10px;
}
.row .threecol {
  margin-bottom: 15px;
}
.blue-button-style {
  box-sizing: border-box;
  cursor: pointer;
  font-size: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #397bcf), color-stop(1, #053065));
  background-image: -o-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -moz-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -webkit-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -ms-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: linear-gradient(to bottom, #397bcf 0%, #053065 100%);
  color: white;
  text-align: center;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 5px solid #cccccc;
  line-height: 1;
}
.blue-button-style.radioSelector.active,
.blue-button-style.radioSelector-two.active {
  background: #ffd500;
  border: 5px solid #ffd500;
  color: #053065;
}
.blue-button-style p {
  line-height: 1.25;
  margin: 15px 0;
}
.blue-button-style p strong {
  font-size: 1.2em;
  line-height: 1.2;
}
.blue-button-box {
  cursor: pointer;
  font-size: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #397bcf), color-stop(1, #053065));
  background-image: -o-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -moz-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -webkit-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -ms-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: linear-gradient(to bottom, #397bcf 0%, #053065 100%);
  color: white;
  text-align: left;
  padding: 10px 10px 10px 5px;
  margin: 15px 0 35px 0;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 5px solid #cccccc;
  line-height: 1.25;
  font-size: 1.25em;
}
.blue-button-box .checkbox {
  line-height: 1;
  font-size: 1.5em;
}
.blue-button-box label,
.blue-button-style label {
  line-height: 60px;
  font-size: 40px;
}
/*/Range*/

.logo {
  width: 50%;
  margin: 35px auto 15px auto;
  display: block;
}
.siteNoticeImage {
  max-width: 100%;
  margin: 20px auto 100px auto;
}
.white-page .logo {
  margin: 0 auto;
  padding: 35px 0 15px 0;
  width: 35%;
}
.brand-page h1 {
  color: white;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 1.25;
}
.white-page h1 {
  color: #053065;
  font-size: 52px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 1.25;
  margin: 0 0 15px 0;
}
.center-button,
.wide-button {
  margin: 0 auto;
  width: 50%;
  display: block;
}
.blue-box {
  background: #053065;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #397bcf), color-stop(1, #053065));
  background-image: -o-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -moz-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -webkit-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -ms-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: linear-gradient(to bottom, #397bcf 0%, #053065 100%);
  text-align: center;
  padding: 15px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 auto;
  color: white;
  font-size: 14px;
  font-weight: 700;
}
.blue-box img {
  width: 50%;
  min-width: 90px;
}
.blue-box:hover,
.blue-box:active,
.blue-box:focus,
.blue-button-box:hover,
.blue-button-box:active,
.blue-button-box:focus {
  background: #397bcf;
}
.blue-box h1 {
  font-size: 50px;
}
.white-box {
  /*width: 50%;*/
  border: 5px solid #cccccc;
  background: white;
  text-align: left;
  padding: 35px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  margin: 0 auto;
}
.white-page .white-box h1,
.white-page .white-box h2,
.white-page .white-box h3,
.white-page .white-box h4 {
  text-transform: none;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.white-box h3,
.white-box h4 {
  font-size: 1.5em;
}
.hand {
  position: absolute;
  width: 180px;
  top: -35px;
  left: 50%;
  margin-left: -90px;
}
a.link-box {
  display: block;
  margin: 0 0 35px 0;
}
a.touch-link {
  font-size: 1.2em;
  color: #053065;
  text-decoration: underline;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.touch-link:hover,
a.touch-link:active,
a.touch-link:focus {
  text-decoration: none;
}
.trailer-photo img {
  background: white;
  width: 75%;
  margin: 0 auto;
  padding: 0;
  border: 5px solid white;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: block;
}
.trailer-photo h2 {
  font-family: Arial, Helvetica, sans-serif;
  /*margin: 15px 0 0 0;*/

}
.trailer-photo p {
  font-size: 1em;
}
.content-table {
  display: table;
  width: 100%;
}
.content-table {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.hand {
  position: absolute;
  width: 300px;
  top: -35px;
  left: 50%;
  margin-left: -150px;
}
.circle {
  width: 75px;
  height: 75px;
  background: #ffd500;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
}
.circle.active,
.circle.future {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #397bcf), color-stop(1, #053065));
  background-image: -o-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -moz-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -webkit-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -ms-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: linear-gradient(to bottom, #397bcf 0%, #053065 100%);
}
.triangle {
  position: absolute;
  left: 10px;
  right: 0;
  color: #ffd500;
  font-size: 40px;
  line-height: 80px;
}
.mobile-spacer {
  background: #ffd500;
  height: 6px;
}
.mobile-spacer.non-ios {
  height: 6px;
  background: #ffd500;
}
.mobile-spacer-fixed {
  background: #ffd500;
  height: 6px;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 7000;
}
.mobile-header {
  background: #053065;
  height: 35px;
  width: 100%;
}
.mobile-header .logo {
  height: 23px;
  width: auto;
  padding: 6px 0;
}
.mobile-header .back {
  position: absolute;
  top: 6px;
  left: 6px;
  padding: 4px 6px;
  margin: 0;
  font-size: 10px;
}
.mobile-header .cancel {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 3px 6px;
  margin: 0;
  font-size: 10px;
  height: 17px;
  line-height: 17px;
}
.mobile-header .fa {
  font-size: 16px;
}
.fa.fa-caret-left,
.fa.fa-caret-right {
  font-size: 1.5em;
  vertical-align: top;
}
.fa.fa-caret-left {
  padding-right: .25em;
}
.fa.fa-caret-right {
  padding-left: .25em;
}
.triangle .fa.fa-caret-right {
  font-size: 1.5em;
  vertical-align: top;
  line-height: 1.25em;
  padding: 0;
}
.brand-link {
  color: #053065;
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 1.25em;
  margin: 1em 0;
}
.fancybox-close {
  display: none;
}
table.trailer-spec h2 {
  font-size: 1.25em;
  font-weight: bold;
}
table.trailer-spec h3 {
  color: #397bcf;
  font-weight: bold;
}
table.trailer-spec p {
  font-size: 1em;
  line-height: 180%;
}
table.trailer-spec .small {
  font-weight: normal;
  font-size: 0.6em;
}
table.trailer-spec td > table {
  border: none;
}
table.trailer-spec td > table tr:first-child td {
  border-top: none;
}
table.trailer-spec td > table tr td:first-child {
  padding-left: 0;
}
table.trailer-spec td > table tr td:nth-child(2n+1) {
  /*odd*/
  border-right: none;
}
table.trailer-spec td > table tr td:nth-child(2n) {
  /*even*/
  text-align: right;
}
table.trailer-spec td > table tr td {
  background-color: white;
  font-size: 0.75em;
  line-height: normal;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: black !important;
    /* Black prints faster:
             http://www.sanbeiji.com/archives/953 */
    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) ")";
  }
  /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
  
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  /*
       * Printing Tables:
       * http://css-discuss.incutio.com/wiki/Printing_Tables
       */
  
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
p.small {
  font-size: .8em;
}
/*fancybox styling*/

.fancybox-inner h2 {
  font-family: Arial, Helvetica, sans-serif;
}
.fancybox-inner p {
  font-size: 16px;
}
.fancybox-inner h3 {
  color: #053065;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  text-align: center;
  text-shadow: none;
}
.fancybox-skin {
  background: white;
  color: #397bcf;
  border: 2px solid #cccccc;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.fancybox-skin h2 {
  color: #053065;
  font-weight: 700;
}
/*datetimepicker styling*/

.xdsoft_datetimepicker {
  background: #053065;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #397bcf), color-stop(1, #053065));
  background-image: -o-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -moz-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -webkit-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: -ms-linear-gradient(bottom, #397bcf 0%, #053065 100%);
  background-image: linear-gradient(to bottom, #397bcf 0%, #053065 100%);
  color: white;
  border: 5px solid #cccccc;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.xdsoft_label.xdsoft_month,
.xdsoft_label.xdsoft_year {
  background: transparent;
  color: white;
}
.xdsoft_calendar table,
.xdsoft_calendar table tr,
.xdsoft_calendar table td,
.xdsoft_calendar table th {
  background: transparent;
  border: 0;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("/cassette.axd/file/Content/Images/datetimepicker_buttons-2893a2af09d4b4cc4b6b8f2213ab695225a7a9a1.png");
}
.xdsoft_select .xdsoft_monthselect .xdsoft_scroller_box {
  background: red;
}
.xdsoft_option {
  background: #053065;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  background: #cccccc;
  opacity: 1;
}
.image-border {
  border: 5px solid #cccccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-border img {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
}
h2 span {
  font-size: 2em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .loading .btn-primary.small {
    font-size: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .loading .btn-primary.small {
    font-size: 15px;
    padding: 15px;
  }
}
.fa.fa-map-marker {
  font-size: 2em;
  color: #053065;
  cursor: pointer;
}
.fa.fa-map-marker:hover,
.fa.fa-map-marker:active,
.fa.fa-map-marker:focus {
  color: #397bcf;
}
/*Google maps api*/

.google-maps {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#map-canvas {
  height: 500px;
  /*might need to be static*/
  width: 500px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #map-canvas {
    height: 400px;
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #map-canvas {
    height: 300px;
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  #map-canvas {
    height: 240px;
    width: 240px;
  }
}
.map-loader {
  height: 100%;
  width: 100%;
  background: #053065;
}
.map-loader .centered-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.map-loader .centered-loader img {
  width: 100%;
  text-align: center;
}
img {
  max-width: none;
}
.eightcol.col-centered {
  margin: 0 auto;
  float: none;
}
ul.evenly-spaced {
  display: table;
  width: 100%;
  list-style: none;
}
ul.evenly-spaced li {
  display: table-cell;
  text-align: center;
  width: 25%;
}
.start-button {
  position: fixed;
  bottom: 15px;
  left: 0;
}
.start-button .btn-primary {
  padding: 5px 15px;
}
.start-button .fa {
  font-size: 31px;
  color: white;
  padding: 0 0 5px 0;
}
.start-button .fa:hover,
.start-button .fa:focus,
.start-button .fa:active {
  color: white;
}
.fa.fa-bars {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 1.5em;
  z-index: 2;
}
.fa.fa-bars.non-ios {
  top: 20px;
}
.main-menu {
  z-index: 3;
  height: 100%;
  position: absolute;
  top: 0;
  left: -75%;
  -moz-transition: 0.35s all ease-in-out;
  -webkit-transition: 0.35s all ease-in-out;
  transition: 0.35s all ease-in-out;
  background: #666666;
  color: white;
  overflow-y: auto;
  width: 75%;
}
.main-menu ul {
  margin-top: 5px;
}
.main-menu .close-menu {
  top: 0;
}
.main-menu.non-ios {
  top: 6px;
}
.main-menu.non-ios ul {
  margin: 0;
}
.main-menu.non-ios .close-menu {
  top: 9px;
}
.main-menu.open {
  left: 0;
  -moz-transition: 0.35s all ease-in-out;
  -webkit-transition: 0.35s all ease-in-out;
  transition: 0.35s all ease-in-out;
}
.main-menu li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid white;
}
.main-menu li a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
}
.main-menu li a:hover,
.main-menu li a:active,
.main-menu li a:focus {
  background: #397bcf;
}
.main-menu li a.heavy {
  font-weight: 700;
}
.main-menu .close-menu {
  position: absolute;
  top: 15px;
  right: 15px;
}
.main-menu .close-menu .fa.fa-close {
  font-size: 1.5em;
  cursor: pointer;
}
.qr-code {
  width: 75%;
  max-width: 360px;
  padding: 5px;
  border: 1px solid #cccccc;
  margin: 15px 0;
  display: block;
  margin: 0 auto;
}
.small {
  font-size: .8em;
}
button {
  border: none;
  background: transparent;
}
.toplink {
  display: block;
  clear: both;
}
/*Media queries*/

/*Big screens and up*/

@media screen and (min-width: 1440px) {
  .triangle {
    position: absolute;
    left: 10px;
    right: 0;
    color: #ffd500;
    font-size: 40px;
    line-height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .blue-box h1 {
    font-size: 40px;
  }
  .breadcrumbs .inline-list li {
    margin: 0 5px;
  }
  img.trailer-photo {
    width: 75%;
    border: 3px solid white;
  }
  .trailer-photo h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 820px) {
  .force-block {
    display: block;
    clear: both;
  }
}
.tablet-hide {
  display: none;
}
@media screen and (min-width: 768px) {
  .tablet-hide {
    display: block;
  }
}
.tablet-show {
  display: block;
}
@media screen and (min-width: 768px) {
  .tablet-show {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1em;
  }
  input[type="text"],
  input[type="date"],
  input[type="number"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  textarea {
    width: 95.25%;
  }
  .btn-alert,
  .btn-warning {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
  .blue-button-box,
  .blue-button-style {
    margin: 15px 0;
  }
  .triangle .fa.fa-caret-right {
    line-height: 1.15em;
  }
  .row.centered-column .threecol {
    display: none;
  }
  .row.centered-column .sixcol {
    width: 98.1%;
    margin: 0px 0.95% 35px 0.95%;
  }
  h2 {
    font-size: 24px;
  }
  p,
  table {
    font-size: 1.25em;
  }
  .white-box {
    padding: 15px;
    /*width: auto;*/
  
  }
  .vertically-center-abs {
    width: auto;
  }
  .row .threecol {
    width: 100%;
    /*  */
  
  }
  .blue-button-style p strong {
    font-size: 1em;
    line-height: 1;
  }
  .blue-button-box {
    font-size: 1.25em;
  }
  .big-leading {
    line-height: 1.5;
  }
  .triangle {
    left: 5px;
    font-size: 30px;
    line-height: 54px;
  }
  .circle {
    width: 50px;
    height: 50px;
    background: #ffd500;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
  }
  .brand-page h1,
  .white-page h1 {
    font-size: 28px;
  }
  a.link-box {
    display: block;
    margin: 0 0 15px 0;
  }
  .hand {
    position: absolute;
    width: 180px;
    top: -35px;
    left: 50%;
    margin-left: -90px;
  }
  .trailer-photo h2 {
    font-size: 1.25em;
    min-height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .container {
    padding: 0 15px;
  }
  .siteNoticeImage {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  ul.inline-list-half {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .9em;
  }
  ul.inline-list-half li.one-half {
    width: 45%;
    display: inline-block;
    margin: 0;
  }
  ul.inline-list-half li.one-half:first-child {
    float: left;
  }
  ul.inline-list-half li.one-half:last-child {
    float: right;
    margin: 0 7px 0 0;
  }
  .h3-title {
    font-size: 18px;
    font-weight: 700;
  }
  .text-right {
    text-align: center;
  }
  input[type="text"]#PickupDate,
  input[type="text"]#DropOffDate {
    display: block;
    margin: 0 auto;
  }
  input[type="text"],
  input[type="date"],
  input[type="number"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  textarea {
    padding: 10px 0 10px 10px;
  }
  input[type="text"].returning-customer {
    font-size: 2em;
    font-weight: 700;
  }
  p,
  table {
    font-size: 1em;
  }
  main.container .long-text ul li {
    font-size: 1em !important;
  }
  h2 {
    font-size: 24px;
  }
  .vertically-center-abs {
    position: static;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  a.touch-link {
    position: static;
    padding: 15px 0;
    margin: 15px 0 0 0;
    text-align: center;
    display: block;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .btn-primary.next,
  .btn-secondary.back {
    display: block;
    margin: 0 auto 15px auto;
    float: none;
    text-align: center;
    clear: both;
    border: 3px solid #cccccc;
  }
  .blue-button-box {
    font-size: 1em;
    line-height: 1.2;
  }
  .triangle {
    left: 2px;
    font-size: 18px;
    top: -2px;
  }
  .cancel {
    /*top: 5px;
          right: 5px;*/
    top: 14px;
    /*right: 12px;*/
    right: 10px;
    padding: 0;
  }
  .cancel-text-hide {
    display: none;
  }
  .cancel-text-show {
    display: inline-block;
  }
  .breadcrumbs .inline-list {
    margin: 15px 0px 5px;
  }
  .breadcrumbs .inline-list li {
    margin: 0;
  }
  .circle {
    width: 30px;
    height: 30px;
    background: #ffd500;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
  }
  .hand {
    width: 180px;
    left: 50%;
    margin-left: -90px;
  }
  .row .twelvecol {
    width: 100%;
    display: block;
    /*float: none;*/
  
  }
  .row .sixcol {
    width: 48.1% !important;
    float: left;
    margin: 2px;
  }
  .row .twelvecol {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .trailer-photo img {
    width: 75%;
    border: 3px solid white;
  }
  .trailer-photo h2 {
    font-family: Arial, Helvetica, sans-serif;
    /*margin: 15px 0 0 0;*/
    min-height: 0;
  }
  .trailer-photo p {
    font-size: .8em;
  }
  .brand-page h1,
  .white-page h1 {
    font-size: 21px;
  }
  .blue-box h1 {
    font-size: 21px;
  }
  .logo {
    width: 100%;
    margin: 0 auto;
  }
  .center-button {
    width: 50%;
  }
  .wide-button {
    width: 75%;
  }
  .blue-box {
    text-align: center;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin: 0 auto 5px auto;
    width: auto;
    /*margin: 0 0 15px 0;*/
  
  }
}
@media screen and (max-width: 400px) {
  .row .sixcol.keep-half {
    width: 48.1% !important;
    float: left;
    margin: 0 2px;
    padding: 0;
  }
}
@media screen and (max-height: 479px) {
  .loading .logo {
    margin-top: 75px;
  }
}
@media screen and (min-width: 768px) {
  .white-page .blue-box.equal {
    padding: 35px 0;
  }
  .white-page .blue-box.equal img {
    width: 75%;
  }
  .mobile-header {
    height: 75px;
  }
  .mobile-header .back {
    position: absolute;
    top: 16px;
    left: 15px;
    padding: 10px 15px;
    margin: 0px;
    font-size: 16px;
  }
  .mobile-header .cancel {
    position: absolute;
    top: 19px;
    right: 15px;
    padding: 10px 15px;
    margin: 0px;
    font-size: 16px;
  }
  .mobile-header .logo {
    height: 62px;
  }
  .btn-primary.small {
    font-size: 16px;
    margin: 0px;
    padding: 10px 25px;
  }
}
@media screen and (max-width: 767px) and (min-width: 400px) {
  .white-page .blue-box.equal {
    padding: 15px !important;
  }
  .white-page .blue-box.equal img {
    width: 75%;
  }
}
.seo-title {
  position: absolute;
  top: -9999px;
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  ul.evenly-spaced {
    width: 850px;
    margin: 0 auto 75px auto;
  }
  ul.evenly-spaced li {
    width: 15%;
  }
  .start-button {
    left: 0;
    right: 0;
  }
  .fa.fa-bars,
  .fa.fa-close {
    margin: -5px 0 0 0;
    font-size: 2em !important;
  }
}
input[type="range"] {
  z-index: 9999;
  margin: 15px 0;
}
.field-validation-error {
  padding: 6px;
  background: #e70000;
  color: white;
  font-size: 0.9em;
  width: 97%;
  display: block;
}
