/**
 * CT Responsive Framework
 */
/*
 * Global Settings File.
 */
@font-face {
  font-family: "Cartrawler-Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/mobile/Cartrawler-Icons.eot);
  src: url("/assets/fonts/mobile/Cartrawler-Icons.eot?#iefix") format("ie9-skip-eot"), url("/assets/fonts/mobile/Cartrawler-Icons.woff") format("woff"), url("/assets/fonts/mobile/Cartrawler-Icons.ttf") format("truetype");
}

/*
 ======================================================
 Shadow
 ======================================================
*/
.ct-shadow {
  box-shadow: 3px 3px rgba(51, 51, 51, 0.15);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.ct-shadow:hover {
  box-shadow: 3px 3px 7px rgba(51, 51, 51, 0.4);
}

/*
 ======================================================
 Base
 ======================================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
.ct-link, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img, .ct-link img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 14px;
  line-height: 24px;
  background: white;
  font-family: sans-serif;
  font-weight: 400;
  text-align: left;
  color: #4d4d4d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  /* Disable certain interactions on touch devices */
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html.touch {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html img, html object, html embed {
  max-width: 100%;
  height: auto;
}
html img {
  -ms-interpolation-mode: bicubic;
}
html #map_canvas img, html .map_canvas img {
  max-width: none !important;
}

/* Font Sizes */
.ct-font-xxsmall {
  font-size: 0.57143rem;
}

.ct-font-xsmall {
  font-size: 0.71429rem;
}

.ct-font-small {
  font-size: 0.85714rem;
}

.ct-font-norm {
  font-size: 1rem;
}

.ct-font-medium {
  font-size: 1.07143rem;
}

.ct-font-large {
  font-size: 1.21429rem;
}

.ct-font-xlarge {
  font-size: 1.28571rem;
}

.ct-font-xxlarge {
  font-size: 1.57143rem;
}

.ct-font-xxxlarge {
  font-size: 2.07143rem;
}

/* Icons */
.ct-icon-checkmark.ct-icon-left span:before, .ct-icon-checkmark.ct-icon-right span:after {
  content: "\e600";
  height: inherit;
}

i.ct-icon-checkmark:before {
  content: "\e600";
  height: inherit;
}

.ct-icon-cancel.ct-icon-left span:before, .ct-icon-cancel.ct-icon-right span:after {
  content: "\e601";
  height: inherit;
}

i.ct-icon-cancel:before {
  content: "\e601";
  height: inherit;
}

.ct-icon-minus.ct-icon-left span:before, .ct-icon-minus.ct-icon-right span:after {
  content: "\e602";
  height: inherit;
}

i.ct-icon-minus:before {
  content: "\e602";
  height: inherit;
}

.ct-icon-plus.ct-icon-left span:before, .ct-icon-plus.ct-icon-right span:after {
  content: "\e603";
  height: inherit;
}

i.ct-icon-plus:before {
  content: "\e603";
  height: inherit;
}

.ct-icon-angle-down.ct-icon-left span:before, .ct-icon-angle-down.ct-icon-right span:after {
  content: "\e604";
  height: inherit;
}

i.ct-icon-angle-down:before {
  content: "\e604";
  height: inherit;
}

.ct-icon-angle-left.ct-icon-left span:before, .ct-icon-angle-left.ct-icon-right span:after {
  content: "\e605";
  height: inherit;
}

i.ct-icon-angle-left:before {
  content: "\e605";
  height: inherit;
}

.ct-icon-angle-right.ct-icon-left span:before, .ct-icon-angle-right.ct-icon-right span:after {
  content: "\e606";
  height: inherit;
}

i.ct-icon-angle-right:before {
  content: "\e606";
  height: inherit;
}

.ct-icon-angle-up.ct-icon-left span:before, .ct-icon-angle-up.ct-icon-right span:after {
  content: "\e607";
  height: inherit;
}

i.ct-icon-angle-up:before {
  content: "\e607";
  height: inherit;
}

.ct-icon-tick-box-on.ct-icon-left span:before, .ct-icon-tick-box-on.ct-icon-right span:after {
  content: "\e608";
  height: inherit;
}

i.ct-icon-tick-box-on:before {
  content: "\e608";
  height: inherit;
}

.ct-icon-tick-box-off.ct-icon-left span:before, .ct-icon-tick-box-off.ct-icon-right span:after {
  content: "\e609";
  height: inherit;
}

i.ct-icon-tick-box-off:before {
  content: "\e609";
  height: inherit;
}

.ct-icon-radio-checked.ct-icon-left span:before, .ct-icon-radio-checked.ct-icon-right span:after {
  content: "\e60a";
  height: inherit;
}

i.ct-icon-radio-checked:before {
  content: "\e60a";
  height: inherit;
}

.ct-icon-radio-unchecked.ct-icon-left span:before, .ct-icon-radio-unchecked.ct-icon-right span:after {
  content: "\e60b";
  height: inherit;
}

i.ct-icon-radio-unchecked:before {
  content: "\e60b";
  height: inherit;
}

.ct-icon-radio-check-dot.ct-icon-left span:before, .ct-icon-radio-check-dot.ct-icon-right span:after {
  content: "\e60c";
  height: inherit;
}

i.ct-icon-radio-check-dot:before {
  content: "\e60c";
  height: inherit;
}

.ct-icon-cog.ct-icon-left span:before, .ct-icon-cog.ct-icon-right span:after {
  content: "\e60d";
  height: inherit;
}

i.ct-icon-cog:before {
  content: "\e60d";
  height: inherit;
}

.ct-icon-filter.ct-icon-left span:before, .ct-icon-filter.ct-icon-right span:after {
  content: "\e60e";
  height: inherit;
}

i.ct-icon-filter:before {
  content: "\e60e";
  height: inherit;
}

.ct-icon-calendar.ct-icon-left span:before, .ct-icon-calendar.ct-icon-right span:after {
  content: "\e60f";
  height: inherit;
}

i.ct-icon-calendar:before {
  content: "\e60f";
  height: inherit;
}

.ct-icon-location.ct-icon-left span:before, .ct-icon-location.ct-icon-right span:after {
  content: "\e610";
  height: inherit;
}

i.ct-icon-location:before {
  content: "\e610";
  height: inherit;
}

.ct-icon-passenger-quantity.ct-icon-left span:before, .ct-icon-passenger-quantity.ct-icon-right span:after {
  content: "\e611";
  height: inherit;
}

i.ct-icon-passenger-quantity:before {
  content: "\e611";
  height: inherit;
}

.ct-icon-baggage-quantity.ct-icon-left span:before, .ct-icon-baggage-quantity.ct-icon-right span:after {
  content: "\e612";
  height: inherit;
}

i.ct-icon-baggage-quantity:before {
  content: "\e612";
  height: inherit;
}

.ct-icon-doors-quantity.ct-icon-left span:before, .ct-icon-doors-quantity.ct-icon-right span:after {
  content: "\e613";
  height: inherit;
}

i.ct-icon-doors-quantity:before {
  content: "\e613";
  height: inherit;
}

.ct-icon-transmission.ct-icon-left span:before, .ct-icon-transmission.ct-icon-right span:after {
  content: "\e614";
  height: inherit;
}

i.ct-icon-transmission:before {
  content: "\e614";
  height: inherit;
}

.ct-icon-air-conditioning.ct-icon-left span:before, .ct-icon-air-conditioning.ct-icon-right span:after {
  content: "\e615";
  height: inherit;
}

i.ct-icon-air-conditioning:before {
  content: "\e615";
  height: inherit;
}

.ct-icon-fuel-type.ct-icon-left span:before, .ct-icon-fuel-type.ct-icon-right span:after {
  content: "\e616";
  height: inherit;
}

i.ct-icon-fuel-type:before {
  content: "\e616";
  height: inherit;
}

.ct-icon-exclamation-sign.ct-icon-left span:before, .ct-icon-exclamation-sign.ct-icon-right span:after {
  content: "\e617";
  height: inherit;
}

i.ct-icon-exclamation-sign:before, .ct-alert-p:before, .ct-alert-error:before {
  content: "\e617";
  height: inherit;
}

.ct-icon-infant-seat.ct-icon-left span:before, .ct-icon-infant-seat.ct-icon-right span:after {
  content: "\e618";
  height: inherit;
}

i.ct-icon-infant-seat:before {
  content: "\e618";
  height: inherit;
}

.ct-icon-luggage-rack.ct-icon-left span:before, .ct-icon-luggage-rack.ct-icon-right span:after {
  content: "\e619";
  height: inherit;
}

i.ct-icon-luggage-rack:before {
  content: "\e619";
  height: inherit;
}

.ct-icon-toll-tag.ct-icon-left span:before, .ct-icon-toll-tag.ct-icon-right span:after {
  content: "\e61a";
  height: inherit;
}

i.ct-icon-toll-tag:before {
  content: "\e61a";
  height: inherit;
}

.ct-icon-snow-chains.ct-icon-left span:before, .ct-icon-snow-chains.ct-icon-right span:after {
  content: "\e61b";
  height: inherit;
}

i.ct-icon-snow-chains:before {
  content: "\e61b";
  height: inherit;
}

.ct-icon-snow-tires.ct-icon-left span:before, .ct-icon-snow-tires.ct-icon-right span:after {
  content: "\e61c";
  height: inherit;
}

i.ct-icon-snow-tires:before {
  content: "\e61c";
  height: inherit;
}

.ct-icon-ski-rack.ct-icon-left span:before, .ct-icon-ski-rack.ct-icon-right span:after {
  content: "\e61d";
  height: inherit;
}

i.ct-icon-ski-rack:before {
  content: "\e61d";
  height: inherit;
}

.ct-icon-gps.ct-icon-left span:before, .ct-icon-gps.ct-icon-right span:after {
  content: "\e61e";
  height: inherit;
}

i.ct-icon-gps:before {
  content: "\e61e";
  height: inherit;
}

.ct-icon-additional-driver.ct-icon-left span:before, .ct-icon-additional-driver.ct-icon-right span:after {
  content: "\e61f";
  height: inherit;
}

i.ct-icon-additional-driver:before {
  content: "\e61f";
  height: inherit;
}

.ct-icon-booster-seat.ct-icon-left span:before, .ct-icon-booster-seat.ct-icon-right span:after {
  content: "\e620";
  height: inherit;
}

i.ct-icon-booster-seat:before {
  content: "\e620";
  height: inherit;
}

.ct-icon-toddler-seat.ct-icon-left span:before, .ct-icon-toddler-seat.ct-icon-right span:after {
  content: "\e621";
  height: inherit;
}

i.ct-icon-toddler-seat:before {
  content: "\e621";
  height: inherit;
}

.ct-icon-breathalyzer.ct-icon-left span:before, .ct-icon-breathalyzer.ct-icon-right span:after {
  content: "\e622";
  height: inherit;
}

i.ct-icon-breathalyzer:before {
  content: "\e622";
  height: inherit;
}

.ct-icon-car.ct-icon-left span:before, .ct-icon-car.ct-icon-right span:after {
  content: "\e623";
  height: inherit;
}

i.ct-icon-car:before {
  content: "\e623";
  height: inherit;
}

.ct-icon-info-sign.ct-icon-left span:before, .ct-icon-info-sign.ct-icon-right span:after {
  content: "\e624";
  height: inherit;
}

i.ct-icon-info-sign:before, .ct-alert-s:before, .ct-alert-info:before {
  content: "\e624";
  height: inherit;
}

.ct-icon-mobile-phone.ct-icon-left span:before, .ct-icon-mobile-phone.ct-icon-right span:after {
  content: "\e625";
  height: inherit;
}

i.ct-icon-mobile-phone:before {
  content: "\e625";
  height: inherit;
}

.ct-icon-clock.ct-icon-left span:before, .ct-icon-clock.ct-icon-right span:after {
  content: "\e626";
  height: inherit;
}

i.ct-icon-clock:before {
  content: "\e626";
  height: inherit;
}

.ct-icon-chauffeur.ct-icon-left span:before, .ct-icon-chauffeur.ct-icon-right span:after {
  content: "\e627";
  height: inherit;
}

i.ct-icon-chauffeur:before {
  content: "\e627";
  height: inherit;
}

.ct-icon-arrowleft.ct-icon-left span:before, .ct-icon-arrowleft.ct-icon-right span:after {
  content: "\e628";
  height: inherit;
}

i.ct-icon-arrowleft:before {
  content: "\e628";
  height: inherit;
}

.ct-icon-arrowright.ct-icon-left span:before, .ct-icon-arrowright.ct-icon-right span:after {
  content: "\e629";
  height: inherit;
}

i.ct-icon-arrowright:before {
  content: "\e629";
  height: inherit;
}

.ct-icon-airport.ct-icon-left span:before, .ct-icon-airport.ct-icon-right span:after {
  content: "\e62a";
  height: inherit;
}

i.ct-icon-airport:before {
  content: "\e62a";
  height: inherit;
}

.ct-icon-caret-left.ct-icon-left span:before, .ct-icon-caret-left.ct-icon-right span:after {
  content: "\e62b";
  height: inherit;
}

i.ct-icon-caret-left:before {
  content: "\e62b";
  height: inherit;
}

.ct-icon-caret-right.ct-icon-left span:before, .ct-icon-caret-right.ct-icon-right span:after {
  content: "\e62c";
  height: inherit;
}

i.ct-icon-caret-right:before {
  content: "\e62c";
  height: inherit;
}

.ct-icon-caret-down.ct-icon-left span:before, .ct-icon-caret-down.ct-icon-right span:after {
  content: "\e62d";
  height: inherit;
}

i.ct-icon-caret-down:before {
  content: "\e62d";
  height: inherit;
}

.ct-icon-caret-up.ct-icon-left span:before, .ct-icon-caret-up.ct-icon-right span:after {
  content: "\e62e";
  height: inherit;
}

i.ct-icon-caret-up:before {
  content: "\e62e";
  height: inherit;
}

.ct-icon-phone.ct-icon-left span:before, .ct-icon-phone.ct-icon-right span:after {
  content: "\e62f";
  height: inherit;
}

i.ct-icon-phone:before {
  content: "\e62f";
  height: inherit;
}

.ct-icon-checkmark-circle.ct-icon-left span:before, .ct-icon-checkmark-circle.ct-icon-right span:after {
  content: "\e630";
  height: inherit;
}

i.ct-icon-checkmark-circle:before {
  content: "\e630";
  height: inherit;
}

.ct-icon-locked.ct-icon-left span:before, .ct-icon-locked.ct-icon-right span:after {
  content: "\e631";
  height: inherit;
}

i.ct-icon-locked:before {
  content: "\e631";
  height: inherit;
}

.ct-icon-location2.ct-icon-left span:before, .ct-icon-location2.ct-icon-right span:after {
  content: "\e632";
  height: inherit;
}

i.ct-icon-location2:before {
  content: "\e632";
  height: inherit;
}

.ct-icon-back-top.ct-icon-left span:before, .ct-icon-back-top.ct-icon-right span:after {
  content: "\e633";
  height: inherit;
}

i.ct-icon-back-top:before {
  content: "\e633";
  height: inherit;
}

.ct-icon-plug.ct-icon-left span:before, .ct-icon-plug.ct-icon-right span:after {
  content: "\e634";
  height: inherit;
}

i.ct-icon-plug:before {
  content: "\e634";
  height: inherit;
}

.ct-icon-question-sign.ct-icon-left span:before, .ct-icon-question-sign.ct-icon-right span:after {
  content: "\e635";
  height: inherit;
}

i.ct-icon-question-sign:before {
  content: "\e635";
  height: inherit;
}

.ct-icon-comments.ct-icon-left span:before, .ct-icon-comments.ct-icon-right span:after {
  content: "\e636";
  height: inherit;
}

i.ct-icon-comments:before {
  content: "\e636";
  height: inherit;
}

.ct-icon-office.ct-icon-left span:before, .ct-icon-office.ct-icon-right span:after {
  content: "\e637";
  height: inherit;
}

i.ct-icon-office:before {
  content: "\e637";
  height: inherit;
}

.ct-icon-train.ct-icon-left span:before, .ct-icon-train.ct-icon-right span:after {
  content: "\e638";
  height: inherit;
}

i.ct-icon-train:before {
  content: "\e638";
  height: inherit;
}

.ct-icon-star.ct-icon-left span:before, .ct-icon-star.ct-icon-right span:after {
  content: "\e639";
  height: inherit;
}

i.ct-icon-star:before {
  content: "\e639";
  height: inherit;
}

/* Fixed */
.ct-fixed {
  position: fixed !important;
  z-index: 2;
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.ct-fixed.ct-pinned {
  position: absolute;
}

.ct-unfixed {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}

/* Float */
.ct-floatl {
  float: left !important;
}

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

.ct-floatn {
  float: none !important;
}

.ct-clear {
  clear: both;
}

/* Margins & Paddings */
.ct-margin, .ct-accordion-pane > h1:before, .ct-accordion-pane > h2:before, .ct-accordion-pane > h3:before, .ct-accordion-pane > h5:before {
  margin: 0.75rem !important;
}

.ct-margin-top {
  margin-top: 0.75rem !important;
}

.ct-margin-bottom {
  margin-bottom: 0.75rem !important;
}

.ct-margin-left {
  margin-left: 0.75rem !important;
}

.ct-margin-right {
  margin-right: 0.75rem !important;
}

.ct-margin-large {
  margin: 3rem !important;
}

.ct-margin-large-top {
  margin-top: 3rem !important;
}

.ct-margin-large-bottom {
  margin-bottom: 3rem !important;
}

.ct-margin-large-left {
  margin-left: 3rem !important;
}

.ct-margin-large-right {
  margin-right: 3rem !important;
}

.ct-margin-small {
  margin: 0.375rem !important;
}

.ct-margin-small-top {
  margin-top: 0.375rem !important;
}

.ct-margin-small-bottom {
  margin-bottom: 0.375rem !important;
}

.ct-margin-small-left {
  margin-left: 0.375rem !important;
}

.ct-margin-small-right {
  margin-right: 0.375rem !important;
}

.ct-padding, .ct-accordion-pane > h1, .ct-accordion-pane > h2, .ct-accordion-pane > h3, .ct-accordion-pane > h5 {
padding: 2.5rem 0.75rem 0.75rem 0.75rem !important;
}

.ct-padding-top {
  padding-top: 0.75rem !important;
}

.ct-padding-bottom {
  padding-bottom: 0.75rem !important;
}

.ct-padding-left {
  padding-left: 0.75rem !important;
}

.ct-padding-right {
  padding-right: 0.75rem !important;
}

.ct-padding-large {
  padding: 3rem !important;
}

.ct-padding-top-large {
  padding-top: 3rem !important;
}

.ct-padding-bottom-large {
  padding-bottom: 3rem !important;
}

.ct-padding-left-large {
  padding-left: 3rem !important;
}

.ct-padding-right-large {
  padding-right: 3rem !important;
}

.ct-padding-small {
  padding: 0.375rem !important;
}

.ct-padding-top-small {
  padding-top: 0.375rem !important;
}

.ct-padding-bottom-small {
  padding-bottom: 0.375rem !important;
}

.ct-padding-left-small {
  padding-left: 0.375rem !important;
}

.ct-padding-right-small {
  padding-right: 0.375rem !important;
}

.ct-no-margin {
  margin: 0 !important;
}

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

.ct-no-padding {
  padding: 0 !important;
}

.ct-no-padding-top {
  padding-top: 0 !important;
}

.ct-no-padding-bottom {
  padding-bottom: 0 !important;
}

.ct-no-border {
  border: 0 !important;
}

.ct-no-shadow {
  box-shadow: none !important;
}

.no_left_or_right_margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 10px !important;
}

/* Text Alignment */
.ct-text-center {
  text-align: center;
}

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

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

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

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

/** Text **/
.ct-strikethru {
  text-decoration: line-through !important;
}

.ct-underline {
  text-decoration: underline !important;
}

.ct-inline {
  display: inline !important;
}

/* Absolute Positioning */
.ct-abs-top {
  top: 0.28125em;
  position: absolute;
}

.ct-abs-bottom {
  bottom: 0.28125em;
  position: absolute;
}

.ct-abs-left {
  left: 0.28125em;
  position: absolute;
}

.ct-abs-right {
  right: 0.28125em;
  position: absolute;
}

/* Fixed Positioning */
.ct-fixed-top {
  top: 0.28125em;
  position: fixed;
}

.ct-fixed-bottom {
  bottom: 0.28125em;
  position: fixed;
}

.ct-fixed-left {
  left: 0.28125em;
  position: fixed;
}

.ct-fixed-right {
  right: 0.28125em;
  position: fixed;
}

/* Borders & Radius */
.ct-border-thin {
  border: 1px solid;
}

.ct-border-top-thin {
  border-top: 1px solid;
}

.ct-border-bottom-thin {
  border-bottom: 1px solid;
}

.ct-border-left-thin {
  border-left: 1px solid;
}

.ct-border-right-thin {
  border-right: 1px solid;
}

.ct-border {
  border: 2px solid;
}

.ct-border-top {
  border-top: 2px solid;
}

.ct-border-bottom {
  border-bottom: 2px solid;
}

.ct-border-left {
  border-left: 2px solid;
}

.ct-border-right {
  border-right: 2px solid;
}

.ct-border-thick {
  border: 3px solid;
}

.ct-border-top-thick {
  border-top: 3px solid;
}

.ct-border-bottom-thick {
  border-bottom: 3px solid;
}

.ct-border-left-thick {
  border-left: 3px solid;
}

.ct-border-right-thick {
  border-right: 3px solid;
}

.ct-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.ct-radius > * {
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
}

/** Hide/Show **/
.ct-hide {
  display: none !important;
}

.ct-show {
  display: block !important;
}

.ct-show-as-table {
  display: table !important;
}

.ct-fade {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.ct-fade-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.ct-transition {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* cursor icon */
.ct-default {
  cursor: default !important;
}

.ct-pointer {
  cursor: pointer !important;
}

.ct-move {
  cursor: move !important;
}

.ct-auto-height {
  line-height: inherit !important;
  height: auto !important;
}

.ct-show {
  display: block !important;
}

.ct-hide {
  display: none !important;
}

.ct-relative {
  position: relative;
}

.ct-font-weight-600 {
  font-weight: 600;
}

.ct-font-italic {
  font-style: italic;
}

/*
 ======================================================
 Typography
 ======================================================
*/
html {
  direction: ltr;
  /*
   ======================================================
   Links & Paragraph styles
   ======================================================
  */
  /*
   ======================================================
    Lists
   ======================================================
  */
}
html .ct-bdo-left {
  direction: ltr !important;
}
html .ct-bdo-right {
  direction: rtl !important;
}
html h1, html h2, html h3, html h4, html h5, html h6 {
  font-family: sans-serif;
  font-weight: 300;
  color: #333333;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  margin: 0;
  padding-top: 0.13371em;
  line-height: 1.116em;
  padding-bottom: 0.13371em;
}
html h1 small, html h2 small, html h3 small, html h4 small, html h5 small, html h6 small {
  font-size: 60%;
  line-height: 100%;
  color: inherit !important;
  display: block;
}
html h1 {
  font-size: 2.07143rem;
}
html h2 {
  font-size: 1.57143rem;
}
html h3 {
  font-size: 1.28571rem;
}
html h4 {
  font-size: 1.21429rem;
}
html h5 {
  font-size: 1.07143rem;
}
html h6 {
  font-size: 1rem;
}
html p {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
  line-height: 1.2em;
}
html p.ct-lead {
  font-size: 1.25rem;
  margin-bottom: 15px;
}
html a, html .ct-link {
  color: #073590;
  text-decoration: underline;
  outline: 0;
  line-height: inherit;
}
html a:hover, html .ct-link:hover, html a.ct-active, html .ct-active.ct-link {
  color: #f1c933;
}
html ul, html ol {
  padding: 0;
  margin: 0;
  margin-bottom: 0.13371em;
}
html ul {
  list-style: none outside;
}
html ol {
  list-style: decimal;
  padding: 0;
  margin-left: 30px;
}
html ul.square, html ul.circle, html ul.disc {
  margin-left: 25px;
}
html ul.square {
  list-style: square outside;
}
html ul.circle {
  list-style: circle outside;
}
html ul.disc {
  list-style: disc outside;
}
html ul ul {
  margin-top: 4px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 25px;
}
html ol ol {
  margin-top: 4px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 30px;
}
html li {
  padding-bottom: 0.13371em;
  list-style: none outside !important;
}
html em {
  font-style: italic;
  line-height: inherit;
}
html strong {
  font-weight: 700;
  line-height: inherit;
}
html small {
  font-size: 0.85714rem;
  line-height: 1.2em;
  display: inline-block;
}
html hr {
  border: 1px solid #f8f8f8;
  clear: both;
  margin: 8px 0;
  height: 0;
  border-top: 0;
}

.ct-strong {
  font-weight: bold;
}

.ct-nocase {
  text-transform: none;
}

.ct-lowercase {
  text-transform: lowercase;
}

.ct-uppercase {
  text-transform: uppercase;
}

/*
 ======================================================
 Palette - Primary, Secondary, Complimentary, Error, Focus, Default
 ======================================================
*/
.ct-palette-p-color, .ct-list-big-checkbox > li.ct-selected, .ct-list-check > li:before {
  color: #073590 !important;
}

.ct-palette-p-border-color {
  border-color: #073590;
}

.ct-palette-p-border-top-color {
  border-top-color: #073590;
}

.ct-palette-p-bg-color, .ct-form-field.ct-plus-minus .ct-icon-minus:not(.ct-extra-value):hover,
.ct-form-field.ct-plus-minus .ct-icon-plus:not(.ct-extra-value):hover,
.ct-form-field.ct-plus-minus .ct-extra-value:not(.ct-extra-value):hover {
  background-color: #073590 !important;
}

.ct-palette-p-color-lighten {
  color: #6b9af8;
}

.ct-palette-p-border-color-lighten {
  border-color: #6b9af8;
}

.ct-palette-p-border-top-color-lighten {
  border-top-color: #6b9af8;
}

.ct-palette-p-bg-color-lighten {
  background-color: #6b9af8;
}

.ct-palette-p-color-light {
  color: #ccddfd;
}

.ct-palette-p-border-color-light {
  border-color: #ccddfd;
}

.ct-palette-p-border-top-color-light {
  border-top-color: #ccddfd;
}

.ct-palette-p-bg-color-light {
  background-color: #ccddfd;
}

.ct-palette-p-color-darken {
  color: #05235f;
}

.ct-palette-p-border-color-darken {
  border-color: #05235f;
}

.ct-palette-p-border-top-color-darken {
  border-top-color: #05235f;
}

.ct-palette-p-bg-color-darken {
  background-color: #05235f;
}

.ct-palette-p-color-dark {
  color: #02112f;
}

.ct-palette-p-border-color-dark {
  border-color: #02112f;
}

.ct-palette-p-border-top-color-dark {
  border-top-color: #02112f;
}

.ct-palette-p-bg-color-dark {
  background-color: #02112f;
}

.ct-palette-s-color {
  color: #f1c933 !important;
}

.ct-palette-s-border-color {
  border-color: #f1c933;
}

.ct-palette-s-border-top-color {
  border-top-color: #f1c933;
}

.ct-palette-s-bg-color {
  background-color: #f1c933 !important;
}

.ct-palette-s-color-lighten {
  color: #fefcf2;
}

.ct-palette-s-border-color-lighten {
  border-color: #fefcf2;
}

.ct-palette-s-border-top-color-lighten {
  border-top-color: #fefcf2;
}

.ct-palette-s-bg-color-lighten {
  background-color: #fefcf2;
}

.ct-palette-s-color-light {
  color: white;
}

.ct-palette-s-border-color-light {
  border-color: white;
}

.ct-palette-s-border-top-color-light {
  border-top-color: white;
}

.ct-palette-s-bg-color-light {
  background-color: white;
}

.ct-palette-s-color-darken {
  color: #e2b50f;
}

.ct-palette-s-border-color-darken {
  border-color: #e2b50f;
}

.ct-palette-s-border-top-color-darken {
  border-top-color: #e2b50f;
}

.ct-palette-s-bg-color-darken {
  background-color: #e2b50f;
}

.ct-palette-s-color-dark {
  color: #b28f0c;
}

.ct-palette-s-border-color-dark {
  border-color: #b28f0c;
}

.ct-palette-s-border-top-color-dark {
  border-top-color: #b28f0c;
}

.ct-palette-s-bg-color-dark {
  background-color: #b28f0c;
}

.ct-palette-c-color {
  color: #f1c933 !important;
}

.ct-palette-c-border-color {
  border-color: #f1c933;
}

.ct-palette-c-border-top-color {
  border-top-color: #f1c933;
}

.ct-palette-c-bg-color {
  background-color: #f1c933 !important;
}

.ct-palette-c-color-lighten {
  color: #fefcf2;
}

.ct-palette-c-border-color-lighten {
  border-color: #fefcf2;
}

.ct-palette-c-border-top-color-lighten {
  border-top-color: #fefcf2;
}

.ct-palette-c-bg-color-lighten {
  background-color: #fefcf2;
}

.ct-palette-c-color-light {
  color: white;
}

.ct-palette-c-border-color-light {
  border-color: white;
}

.ct-palette-c-border-top-color-light {
  border-top-color: white;
}

.ct-palette-c-bg-color-light {
  background-color: white;
}

.ct-palette-c-color-darken {
  color: #e2b50f;
}

.ct-palette-c-border-color-darken {
  border-color: #e2b50f;
}

.ct-palette-c-border-top-color-darken {
  border-top-color: #e2b50f;
}

.ct-palette-c-bg-color-darken {
  background-color: #e2b50f;
}

.ct-palette-c-color-dark {
  color: #b28f0c;
}

.ct-palette-c-border-color-dark {
  border-color: #b28f0c;
}

.ct-palette-c-border-top-color-dark {
  border-top-color: #b28f0c;
}

.ct-palette-c-bg-color-dark {
  background-color: #b28f0c;
}

.ct-palette-e-color {
  color: #ff2514 !important;
}

.ct-palette-e-border-color {
  border-color: #ff2514;
}

.ct-palette-e-border-top-color {
  border-top-color: #ff2514;
}

.ct-palette-e-bg-color {
  background-color: #ff2514 !important;
}

.ct-palette-e-color-lighten {
  color: #ffe2e0;
}

.ct-palette-e-border-color-lighten {
  border-color: #ffe2e0;
}

.ct-palette-e-border-top-color-lighten {
  border-top-color: #ffe2e0;
}

.ct-palette-e-bg-color-lighten {
  background-color: #ffe2e0;
}

.ct-palette-e-color-light {
  color: white;
}

.ct-palette-e-border-color-light {
  border-color: white;
}

.ct-palette-e-border-top-color-light {
  border-top-color: white;
}

.ct-palette-e-bg-color-light {
  background-color: white;
}

.ct-palette-r-color {
  color: #ff2514;
}

.ct-palette-r-border-color {
  border-color: #ff2514;
}

.ct-palette-r-border-top-color {
  border-top-color: #ff2514;
}

.ct-palette-r-bg-color {
  background-color: #ff2514;
}

.ct-palette-rb-color {
  color: #cb0000;
}

.ct-palette-rb-border-color {
  border-color: #cb0000;
}

.ct-palette-rb-border-top-color {
  border-top-color: #cb0000;
}

.ct-palette-rb-bg-color {
  background-color: #cb0000;
}

.ct-palette-f-color {
  color: #16abfc !important;
}

.ct-palette-f-border-color {
  border-color: #16abfc;
}

.ct-palette-f-border-top-color {
  border-top-color: #16abfc;
}

.ct-palette-f-bg-color {
  background-color: #16abfc !important;
}

.ct-palette-f-color-lighten {
  color: #dff4ff;
}

.ct-palette-f-border-color-lighten {
  border-color: #dff4ff;
}

.ct-palette-f-border-top-color-lighten {
  border-top-color: #dff4ff;
}

.ct-palette-f-bg-color-lighten {
  background-color: #dff4ff;
}

.ct-palette-f-color-light {
  color: white;
}

.ct-palette-f-border-color-light {
  border-color: white;
}

.ct-palette-f-border-top-color-light {
  border-top-color: white;
}

.ct-palette-f-bg-color-light {
  background-color: white;
}

.ct-palette-b-color {
  color: #16abfc;
}

.ct-palette-b-border-color {
  border-color: #16abfc;
}

.ct-palette-b-border-top-color {
  border-top-color: #16abfc;
}

.ct-palette-b-bg-color {
  background-color: #16abfc;
}

.ct-palette-bl-color {
  color: #e5f1f8;
}

.ct-palette-bl-border-color {
  border-color: #e5f1f8;
}

.ct-palette-bl-border-top-color {
  border-top-color: #e5f1f8;
}

.ct-palette-bl-bg-color {
  background-color: #e5f1f8;
}

.ct-palette-bb-color {
  color: #0477ba;
}

.ct-palette-bb-border-color {
  border-color: #0477ba;
}

.ct-palette-bb-border-top-color {
  border-top-color: #0477ba;
}

.ct-palette-bb-bg-color {
  background-color: #0477ba;
}

.ct-palette-g-color {
  color: #00af4a;
}

.ct-palette-g-border-color {
  border-color: #00af4a;
}

.ct-palette-g-border-top-color {
  border-top-color: #00af4a;
}

.ct-palette-g-bg-color {
  background-color: #00af4a;
}

.ct-palette-gb-color {
  color: #178c48;
}

.ct-palette-gb-border-color {
  border-color: #178c48;
}

.ct-palette-gb-border-top-color {
  border-top-color: #178c48;
}

.ct-palette-gb-bg-color {
  background-color: #178c48;
}

.ct-palette-o-color {
  color: #fe6b13;
}

.ct-palette-o-border-color {
  border-color: #fe6b13;
}

.ct-palette-o-border-top-color {
  border-top-color: #fe6b13;
}

.ct-palette-o-bg-color {
  background-color: #fe6b13;
}

.ct-palette-ob-color {
  color: #d64f06;
}

.ct-palette-ob-border-color {
  border-color: #d64f06;
}

.ct-palette-ob-border-top-color {
  border-top-color: #d64f06;
}

.ct-palette-ob-bg-color {
  background-color: #d64f06;
}

.ct-palette-d-color {
  color: #f8f8f8;
}

.ct-palette-d-border-color {
  border-color: #f8f8f8;
}

.ct-palette-d-border-top-color {
  border-top-color: #f8f8f8;
}

.ct-palette-d-bg-color {
  background-color: #f8f8f8;
}

.ct-palette-d-color-darken {
  color: #dfdfdf;
}

.ct-palette-d-border-color-darken {
  border-color: #dfdfdf;
}

.ct-palette-d-border-top-color-darken {
  border-top-color: #dfdfdf;
}

.ct-palette-d-bg-color-darken {
  background-color: #dfdfdf;
}

.ct-palette-d-color-dark {
  color: #c5c5c5;
}

.ct-palette-d-border-color-dark {
  border-color: #c5c5c5;
}

.ct-palette-d-border-top-color-dark {
  border-top-color: #c5c5c5;
}

.ct-palette-d-bg-color-dark {
  background-color: #c5c5c5;
}

.ct-palette-w-color {
  color: white;
}

.ct-palette-w-border-color {
  border-color: white;
}

.ct-palette-w-border-top-color {
  border-top-color: white;
}

.ct-palette-w-bg-color {
  background-color: white;
}

.ct-palette-b-color {
  color: #333333;
}

.ct-palette-b-border-color {
  border-color: #333333;
}

.ct-palette-b-border-top-color {
  border-top-color: #333333;
}

.ct-palette-b-bg-color {
  background-color: #333333;
}

.ct-palette-y-color {
  color: #f5d107;
}

.ct-palette-y-border-color {
  border-color: #f5d107;
}

.ct-palette-y-border-top-color {
  border-top-color: #f5d107;
}

.ct-palette-y-bg-color {
  background-color: #f5d107;
}

/*
 ==================================================
 Responsive Grid -- defaults to a standard 960 grid
 ==================================================
*/
/* Grid */
.ct-grid {
  width: 100%;
  min-width: 280px;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.ct-grid:before, .ct-grid:after {
  content: "";
  display: table;
}
.ct-grid:after {
  clear: both;
}
.ct-grid:last-child {
  float: none;
}
.ct-grid .ct-grid {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
}
.ct-grid .ct-grid:before, .ct-grid .ct-grid:after {
  content: "";
  display: table;
}
.ct-grid .ct-grid:after {
  clear: both;
}
.ct-grid .ct-grid:last-child {
  float: none;
}

/* To fix the grid into a different size, set max-width to your desired width */
[class^="ct-grid-unit"] {
  margin-left: 3.6%;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class^="ct-grid-unit"]:first-child, .ct-grid-unit-alpha {
  margin-left: 0;
}

.ct-grid-unit-omega {
  float: right;
}

/* Grid Unit Classes */
.ct-grid .ct-grid-unit-1-10 {
  width: 6.76%;
}
.ct-grid .ct-grid-unit-2-10 {
  width: 17.12%;
}
.ct-grid .ct-grid-unit-3-10 {
  width: 27.48%;
}
.ct-grid .ct-grid-unit-4-10 {
  width: 37.84%;
}
.ct-grid .ct-grid-unit-5-10 {
  width: 48.2%;
}
.ct-grid .ct-grid-unit-6-10 {
  width: 58.56%;
}
.ct-grid .ct-grid-unit-7-10 {
  width: 68.92%;
}
.ct-grid .ct-grid-unit-8-10 {
  width: 79.28%;
}
.ct-grid .ct-grid-unit-9-10 {
  width: 89.64%;
}
.ct-grid .ct-grid-unit-10-10 {
  width: 100%;
}
.ct-grid .ct-grid-row {
  width: 100%;
  display: block;
  clear: both;
}

/* Grid Unit Shift Left/Right Classes */
/* Grid Unit Centered Classes */
.ct-grid .ct-grid-unit-calign-1-10 {
  margin-left: 46.62%;
}
.ct-grid .ct-grid-unit-calign-2-10 {
  margin-left: 41.44%;
}
.ct-grid .ct-grid-unit-calign-3-10 {
  margin-left: 36.26%;
}
.ct-grid .ct-grid-unit-calign-4-10 {
  margin-left: 31.08%;
}
.ct-grid .ct-grid-unit-calign-5-10 {
  margin-left: 25.9%;
}
.ct-grid .ct-grid-unit-calign-6-10 {
  margin-left: 20.72%;
}
.ct-grid .ct-grid-unit-calign-7-10 {
  margin-left: 15.54%;
}
.ct-grid .ct-grid-unit-calign-8-10 {
  margin-left: 10.36%;
}
.ct-grid .ct-grid-unit-calign-9-10 {
  margin-left: 5.18%;
}

.ct-grid-valign {
  display: table;
  width: 100%;
}
.ct-grid-valign > div, .ct-grid-valign > article, .ct-grid-valign > section, .ct-grid-valign > figure {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

/* Hybrid-Grid */
.ct-hybrid-grid .ct-grid .ct-grid-unit-1-16 {
  width: 2.875%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-2-16 {
  width: 9.35%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-3-16 {
  width: 15.825%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-4-16 {
  width: 22.3%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-5-16 {
  width: 28.775%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-6-16 {
  width: 35.25%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-7-16 {
  width: 41.725%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-8-16 {
  width: 48.2%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-9-16 {
  width: 54.675%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-10-16 {
  width: 61.15%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-11-16 {
  width: 67.625%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-12-16 {
  width: 74.1%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-13-16 {
  width: 80.575%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-14-16 {
  width: 87.05%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-15-16 {
  width: 93.525%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-16-16 {
  width: 100%;
}
.ct-hybrid-grid .ct-grid .ct-grid-row {
  width: 100%;
}

/* Hybrid-Grid Unit Shift Left/Right Classes */
.ct-hybrid-grid .ct-grid .ct-shiftr-1 {
  margin-left: 10.075%;
}
.ct-hybrid-grid .ct-grid .ct-shiftr-1:first-child {
  margin-left: 6.475%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-1-16 {
  margin-left: -9.35%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-1-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-2-16 {
  margin-left: -15.825%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-2-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-3-16 {
  margin-left: -22.3%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-3-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-4-16 {
  margin-left: -28.775%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-4-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-5-16 {
  margin-left: -35.25%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-5-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-6-16 {
  margin-left: -41.725%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-6-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-7-16 {
  margin-left: -48.2%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-7-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-8-16 {
  margin-left: -54.675%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-8-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-9-16 {
  margin-left: -61.15%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-9-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-10-16 {
  margin-left: -67.625%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-10-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-11-16 {
  margin-left: -74.1%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-11-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-12-16 {
  margin-left: -80.575%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-12-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-13-16 {
  margin-left: -87.05%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-13-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-14-16 {
  margin-left: -93.525%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-14-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-15-16 {
  margin-left: -100%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-1.ct-grid-unit-15-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftr-2 {
  margin-left: 16.55%;
}
.ct-hybrid-grid .ct-grid .ct-shiftr-2:first-child {
  margin-left: 12.95%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-1-16 {
  margin-left: -15.825%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-1-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-2-16 {
  margin-left: -22.3%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-2-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-3-16 {
  margin-left: -28.775%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-3-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-4-16 {
  margin-left: -35.25%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-4-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-5-16 {
  margin-left: -41.725%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-5-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-6-16 {
  margin-left: -48.2%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-6-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-7-16 {
  margin-left: -54.675%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-7-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-8-16 {
  margin-left: -61.15%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-8-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-9-16 {
  margin-left: -67.625%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-9-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-10-16 {
  margin-left: -74.1%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-10-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-11-16 {
  margin-left: -80.575%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-11-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-12-16 {
  margin-left: -87.05%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-12-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-13-16 {
  margin-left: -93.525%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-13-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-14-16 {
  margin-left: -100%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-14-16:first-child {
  margin-left: 0;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-15-16 {
  margin-left: -106.475%;
}
.ct-hybrid-grid .ct-grid .ct-shiftl-2.ct-grid-unit-15-16:first-child {
  margin-left: 0;
}

/* Hybrid-Grid Unit Centered Classes */
.ct-hybrid-grid .ct-grid .ct-grid-unit-calign-1-16 {
  margin-left: 48.5625%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-calign-2-16 {
  margin-left: 45.325%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-calign-3-16 {
  margin-left: 42.0875%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-calign-4-16 {
  margin-left: 38.85%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-calign-5-16 {
  margin-left: 35.6125%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-calign-6-16 {
  margin-left: 32.375%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-calign-7-16 {
  margin-left: 29.1375%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-calign-8-16 {
  margin-left: 25.9%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-calign-9-16 {
  margin-left: 22.6625%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-calign-10-16 {
  margin-left: 19.425%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-calign-11-16 {
  margin-left: 16.1875%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-calign-12-16 {
  margin-left: 12.95%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-calign-13-16 {
  margin-left: 9.7125%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-calign-14-16 {
  margin-left: 6.475%;
}
.ct-hybrid-grid .ct-grid .ct-grid-unit-calign-15-16 {
  margin-left: 3.2375%;
}

.ct-clearfix, .ct-grid .ct-grid-row {
  *zoom: 1;
}
.ct-clearfix:before, .ct-grid .ct-grid-row:before, .ct-clearfix:after, .ct-grid .ct-grid-row:after {
  content: "";
  display: table;
}
.ct-clearfix:after, .ct-grid .ct-grid-row:after {
  clear: both;
}
.ct-clearfix:last-child, .ct-grid .ct-grid-row:last-child {
  float: none;
}

/*
 ======================================================
 Form
 ======================================================
*/
.ct-form {
  margin: 0;
}
.ct-form label {
  display: block;
  font-size: 1rem;
  line-height: 1.71429em;
  cursor: pointer;
  margin-bottom: 2px;
  font-weight: normal;
}
.ct-form label.ct-inline {
  display: inline-block;
  padding-right: 20px;
}
.ct-form textarea {
  height: 150px;
}
.ct-form fieldset {
  border-style: solid;
  border-width: 0.07143em;
  padding: 1.64286em;
  border-color: #b8b8b8;
  margin: 18px 0;
}
.ct-form fieldset legend {
  padding: 0.5rem 1rem;
}
.ct-form.ct-form-inverse .ct-input,
.ct-form.ct-form-inverse .ct-select {
  background: white;
}

.ct-form-field {
  position: relative;
  max-width: 100%;
#  margin-bottom: .75rem;
  vertical-align: middle;
  margin: 20px 0 20px 0;
}
.ct-form-field input, .ct-form-field input[type="*"], .ct-form-field textarea {
  color: #4d4d4d;
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  font-family: sans-serif;
  font-weight: 300;
  font-size: 1.28571rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ct-form-field .ct-input {
  position: relative;
  padding: 0 10px;
  background: #f8f8f8;
  border: 1px solid #b3b3b3;
  height: 37px;
  line-height: 35px;
  font-size: 1.28571rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0.15rem 0.15rem 0.15rem 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0.15rem 0.15rem 0.15rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.15rem 0.15rem 0.15rem 0 rgba(0, 0, 0, 0.25);
}
.ct-form-field .ct-input.ct-focus {
  border-color: #16abfc;
  -webkit-box-shadow: 0 0 0.8em #16abfc;
  -moz-box-shadow: 0 0 0.8em #16abfc;
  box-shadow: 0 0 0.8em #16abfc;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ct-form-field .ct-input.ct-error {
  border-color: #ff2514;
  background: #ffe2e0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ct-form-field input.ct-input {
  line-height: normal;
}
.ct-form-field span.ct-placeholder,
.ct-form-field div.ct-placeholder {
  color: #9e9e9e;
}
.ct-form-field .ct-radio,
.ct-form-field .ct-checkbox {
  color: #4d4d4d;
  position: relative;
  cursor: pointer;
  font-weight: normal;
}
.ct-form-field .ct-radio i,
.ct-form-field .ct-checkbox i {
  position: absolute;
  top: -1px;
  left: -0.5em;
  height: 55px;
  line-height: 53px;
  font-size: 2.5rem;
}
.ct-form-field .ct-radio span,
.ct-form-field .ct-checkbox span {
  display: inline-block;
  width: auto;
  height: auto;
  top: 0.3em;
}
.ct-form-field .ct-radio input[type="radio"],
.ct-form-field .ct-radio input[type="checkbox"],
.ct-form-field .ct-checkbox input[type="radio"],
.ct-form-field .ct-checkbox input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.ct-form-field .ct-radio.ct-focus i,
.ct-form-field .ct-checkbox.ct-focus i {
  color: #16abfc;
}
.ct-form-field .ct-radio.ct-error i, .ct-form-field .ct-radio.ct-error label:before,
.ct-form-field .ct-checkbox.ct-error i,
.ct-form-field .ct-checkbox.ct-error label:before {
  color: #ff2514;
  background: #ffe2e0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ct-form-field .ct-radio.ct-small i,
.ct-form-field .ct-checkbox.ct-small i {
  font-size: 1.21429rem;
  height: 27px;
  line-height: 27px;
  left: -5px;
}
.ct-form-field .ct-radio.ct-small span,
.ct-form-field .ct-checkbox.ct-small span {
  width: 31px;
  height: 20px;
  top: 0.2em;
}
.ct-form-field .ct-radio input[type="checkbox"] + label,
.ct-form-field .ct-radio input[type="radio"] + label,
.ct-form-field .ct-checkbox input[type="checkbox"] + label,
.ct-form-field .ct-checkbox input[type="radio"] + label {
  padding-left: 2.6rem;
  display: block;
}
.ct-form-field .ct-radio input[type="checkbox"] + label:before,
.ct-form-field .ct-radio input[type="radio"] + label:before,
.ct-form-field .ct-checkbox input[type="checkbox"] + label:before,
.ct-form-field .ct-checkbox input[type="radio"] + label:before {
  font-size: 2.07143rem;
  font-family: 'Cartrawler-Icons';
  position: absolute;
  top: 0;
  left: 0.1rem;
}
.ct-form-field .ct-radio input[type="checkbox"] + label:before,
.ct-form-field .ct-checkbox input[type="checkbox"] + label:before {
  content: "\e609";
}
.ct-form-field .ct-radio input[type="radio"] + label:before,
.ct-form-field .ct-checkbox input[type="radio"] + label:before {
  content: "\e60b";
}
.ct-form-field .ct-radio input[type="checkbox"]:checked + label:before,
.ct-form-field .ct-checkbox input[type="checkbox"]:checked + label:before {
  content: "\e608";
}
.ct-form-field .ct-radio input[type="radio"]:checked + label:before,
.ct-form-field .ct-checkbox input[type="radio"]:checked + label:before {
  content: "\e60a";
}
.ct-form-field .ct-radio.ct-radio-smaller input[type="checkbox"] + label,
.ct-form-field .ct-radio.ct-radio-smaller input[type="radio"] + label, .ct-form-field .ct-radio.ct-checkbox-smaller input[type="checkbox"] + label,
.ct-form-field .ct-radio.ct-checkbox-smaller input[type="radio"] + label,
.ct-form-field .ct-checkbox.ct-radio-smaller input[type="checkbox"] + label,
.ct-form-field .ct-checkbox.ct-radio-smaller input[type="radio"] + label,
.ct-form-field .ct-checkbox.ct-checkbox-smaller input[type="checkbox"] + label,
.ct-form-field .ct-checkbox.ct-checkbox-smaller input[type="radio"] + label {
  padding-left: 1.6rem;
}
.ct-form-field .ct-radio.ct-radio-smaller input[type="checkbox"] + label:before,
.ct-form-field .ct-radio.ct-radio-smaller input[type="radio"] + label:before, .ct-form-field .ct-radio.ct-checkbox-smaller input[type="checkbox"] + label:before,
.ct-form-field .ct-radio.ct-checkbox-smaller input[type="radio"] + label:before,
.ct-form-field .ct-checkbox.ct-radio-smaller input[type="checkbox"] + label:before,
.ct-form-field .ct-checkbox.ct-radio-smaller input[type="radio"] + label:before,
.ct-form-field .ct-checkbox.ct-checkbox-smaller input[type="checkbox"] + label:before,
.ct-form-field .ct-checkbox.ct-checkbox-smaller input[type="radio"] + label:before {
  font-size: 1.07143rem;
  top: -0.36em;
}
.ct-form-field .ct-radio.ct-radio-reverse input[type="checkbox"] + label,
.ct-form-field .ct-radio.ct-radio-reverse input[type="radio"] + label, .ct-form-field .ct-radio.ct-checkbox-reverse input[type="checkbox"] + label,
.ct-form-field .ct-radio.ct-checkbox-reverse input[type="radio"] + label,
.ct-form-field .ct-checkbox.ct-radio-reverse input[type="checkbox"] + label,
.ct-form-field .ct-checkbox.ct-radio-reverse input[type="radio"] + label,
.ct-form-field .ct-checkbox.ct-checkbox-reverse input[type="checkbox"] + label,
.ct-form-field .ct-checkbox.ct-checkbox-reverse input[type="radio"] + label {
  padding-left: 0;
  padding-right: 1.6rem;
}
.ct-form-field .ct-radio.ct-radio-reverse input[type="checkbox"] + label:before,
.ct-form-field .ct-radio.ct-radio-reverse input[type="radio"] + label:before, .ct-form-field .ct-radio.ct-checkbox-reverse input[type="checkbox"] + label:before,
.ct-form-field .ct-radio.ct-checkbox-reverse input[type="radio"] + label:before,
.ct-form-field .ct-checkbox.ct-radio-reverse input[type="checkbox"] + label:before,
.ct-form-field .ct-checkbox.ct-radio-reverse input[type="radio"] + label:before,
.ct-form-field .ct-checkbox.ct-checkbox-reverse input[type="checkbox"] + label:before,
.ct-form-field .ct-checkbox.ct-checkbox-reverse input[type="radio"] + label:before {
  font-size: 1.07143rem;
  top: -0.36em;
  left: auto;
  right: 0.1rem;
}
.ct-form-field .ct-plus-minus-picker,
.ct-form-field .ct-time-picker {
  position: relative;
  line-height: 1;
}
.ct-form-field .ct-plus-minus-picker .ct-select,
.ct-form-field .ct-time-picker .ct-select {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.ct-form-field .ct-plus-minus-picker .ct-select:after,
.ct-form-field .ct-time-picker .ct-select:after {
  display: none;
}
.ct-form-field .ct-plus-minus-picker .ct-select .ct-plus-minus-picker-label,
.ct-form-field .ct-plus-minus-picker .ct-select .ct-time-picker-label,
.ct-form-field .ct-time-picker .ct-select .ct-plus-minus-picker-label,
.ct-form-field .ct-time-picker .ct-select .ct-time-picker-label {
  height: 37px;
  line-height: 35px;
  font-size: 1.28571rem;
  padding: 0 10px;
  font-weight: normal;
}
.ct-form-field .ct-plus-minus-picker .ct-select select,
.ct-form-field .ct-time-picker .ct-select select {
  top: 0;
  bottom: 0;
  left: 0;
  right: 65px;
  position: absolute;
  height: 100%;
  min-width: 100%;
  line-height: 100%;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}
.ct-form-field .ct-plus-minus-picker input,
.ct-form-field .ct-time-picker input {
  padding-right: 5em;
}
.ct-form-field .ct-plus-minus-picker .ct-plus-minus-picker-buttons,
.ct-form-field .ct-plus-minus-picker .ct-time-buttons,
.ct-form-field .ct-time-picker .ct-plus-minus-picker-buttons,
.ct-form-field .ct-time-picker .ct-time-buttons {
  position: absolute;
  top: 0;
  bottom: -1px;
  right: 0;
  width: 5.5rem;
  overflow: hidden;
  z-index: 2;
}
.ct-form-field .ct-plus-minus-picker .ct-plus-minus-picker-buttons i,
.ct-form-field .ct-plus-minus-picker .ct-time-buttons i,
.ct-form-field .ct-time-picker .ct-plus-minus-picker-buttons i,
.ct-form-field .ct-time-picker .ct-time-buttons i {
  background: #999999;
  margin: 0;
  padding: 0;
  border: none;
  width: 50%;
  height: 100%;
  display: block;
  float: left;
  color: white;
  border-left: 0.1rem solid #8c8c8c;
  font-size: 140%;
  cursor: pointer;
}
.ct-form-field.ct-plus-minus .ct-icon-minus,
.ct-form-field.ct-plus-minus .ct-icon-plus,
.ct-form-field.ct-plus-minus .ct-extra-value {
  font-size: 2.07143rem;
  display: block;
  width: 33%;
  float: left;
  margin: 0;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  background: #999999;
  color: white;
  box-shadow: 0.05em 0.05em 0.5em rgba(51, 51, 51, 0.2);
}
.ct-form-field.ct-plus-minus .ct-icon-minus {
  display: block;
}
.ct-form-field.ct-plus-minus .ct-icon-plus {
  display: block;
}
.ct-form-field.ct-plus-minus .ct-extra-value {
  font-size: 1.28571rem;
  background: none;
  color: #4d4d4d;
}
.ct-form-field .ct-input.ct-textarea {
  height: auto;
}
.ct-form-field .ct-clear {
  display: none;
}

/* Form Picker Element (<select>) */
.ct-select {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  border: 1px solid #b3b3b3;
  padding: 0 7px;
  color: #4d4d4d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-family: sans-serif;
  height: 35px;
  line-height: 33px;
  background: #f8f8f8;
  -webkit-box-shadow: 0.15rem 0.15rem 0.15rem 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0.15rem 0.15rem 0.15rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.15rem 0.15rem 0.15rem 0 rgba(0, 0, 0, 0.25);
  font-size: 1.286em;
}
.ct-select:after {
  color: #333333;
  content: "\e604";
  font-family: Cartrawler-Icons;
  z-index: 2;
  pointer-events: none;
  /* click through element */
  position: absolute;
  right: 0;
  top: 0;
  background-color: #9f9f9f;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b8b8b8), color-stop(100%, #858585));
  background-image: -webkit-linear-gradient(#b8b8b8, #858585);
  background-image: -moz-linear-gradient(#b8b8b8, #858585);
  background-image: -o-linear-gradient(#b8b8b8, #858585);
  background-image: linear-gradient(#b8b8b8, #858585);
  color: white;
  width: 40px;
  text-align: center;
  height: 100%;
  font-size: 0.85714rem;
}
.ct-select.ct-focus {
  border-color: #16abfc;
  -webkit-box-shadow: 0 0 0.8em #16abfc;
  -moz-box-shadow: 0 0 0.8em #16abfc;
  box-shadow: 0 0 0.8em #16abfc;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ct-select.ct-error {
  border-color: #ff2514;
  background: #ffe2e0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ct-select .ct-select-label {
  height: 37px;
  line-height: 35px;
  font-size: 1.28571rem;
  padding: 0 10px;
  font-weight: normal;
}
.ct-select select {
  position: absolute;
  display: block;
  min-width: 100%;
  width: 100%;
  width: 200% \9;
  height: 100%;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  padding-top: .25em;
  padding-right: 45px;
  padding-bottom: .25em;
  padding-left: 6px;
  color: #4d4d4d;
  border: none;
  background: transparent;
  outline: none;
  z-index: 1;
  cursor: pointer;
  line-height: normal;
  font-size: 1.07143rem;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ct-select select::-ms-expand {
  display: none;
}

/*
 ======================================================
 Icons
 ======================================================
*/
.ct-extend-icon, .ct-accordion-pane > h1:before, .ct-accordion-pane > h2:before, .ct-accordion-pane > h3:before, .ct-accordion-pane > h5:before {
  top: 0;
  left: 0;
}

.ct-extend-icon, .ct-accordion-pane > h1:before, .ct-accordion-pane > h2:before, .ct-accordion-pane > h3:before, .ct-accordion-pane > h5:before,
[class^="ct-icon-"] span:before,
[class*=" ct-icon-"] span:before,
[class^="ct-icon-"] span:after,
[class*=" ct-icon-"] span:after,
i[class^="ct-icon-"],
i[class*=" ct-icon-"] {
  font-family: "Cartrawler-Icons" !important;
  position: absolute;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  zoom: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.20px;
  -moz-osx-font-smoothing: grayscale;
}

i[class^="ct-icon-"],
i[class*=" ct-icon-"] {
  display: inline-block;
  position: static;
  min-width: 20px;
  margin: 0 5px;
  text-align: center;
}

/*
 ======================================================
 Buttons
 ======================================================
*/
/*
 ======================================================
 Button Size
 ======================================================
*/
.ct-btn {
  display: inline-block;
  width: auto;
  height: auto;
  background: #e2e2e2;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  font-weight: 400;
  padding: 0 2.5%;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: #333333;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.57143rem;
  line-height: 47px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -0.15em 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 -0.15em 0 inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -0.15em 0 inset;
}
.ct-btn span {
  position: relative;
  padding: 0 22px;
  display: inline-block;
  line-height: inherit;
}
.ct-btn span:before, .ct-btn span:after {
  top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
}
.ct-btn.ct-icon-left span {
  padding-left: 47px;
}
.ct-btn.ct-icon-left span:before {
  left: 14.66667px;
}
.ct-btn.ct-icon-left span.ct-animate:before {
  left: 0;
  background: url(../img/spinner_16x16.gif) no-repeat;
  width: 16px;
  height: 16px;
  top: 15px;
  content: "";
}
.ct-btn.ct-icon-right span {
  padding-right: 47px;
}
.ct-btn.ct-icon-right span:after {
  right: 14.66667px;
}
.ct-btn.ct-icon-right span.ct-animate:after {
  right: 0;
  background: url(../img/spinner_16x16.gif) no-repeat;
  width: 16px;
  height: 16px;
  top: 15px;
  content: "";
}
.ct-btn.ct-fill {
  width: 100%;
}
.ct-btn.ct-xxlarge {
  font-size: 1.57143rem;
  line-height: 47px;
}
.ct-btn.ct-xxlarge span {
  position: relative;
  padding: 0 22px;
  display: inline-block;
  line-height: inherit;
}
.ct-btn.ct-xxlarge span:before, .ct-btn.ct-xxlarge span:after {
  top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
}
.ct-btn.ct-xxlarge.ct-icon-left span {
  padding-left: 47px;
}
.ct-btn.ct-xxlarge.ct-icon-left span:before {
  left: 14.66667px;
}
.ct-btn.ct-xxlarge.ct-icon-left span.ct-animate:before {
  left: 0;
  background: url(../img/spinner_16x16.gif) no-repeat;
  width: 16px;
  height: 16px;
  top: 15px;
  content: "";
}
.ct-btn.ct-xxlarge.ct-icon-right span {
  padding-right: 47px;
}
.ct-btn.ct-xxlarge.ct-icon-right span:after {
  right: 14.66667px;
}
.ct-btn.ct-xxlarge.ct-icon-right span.ct-animate:after {
  right: 0;
  background: url(../img/spinner_16x16.gif) no-repeat;
  width: 16px;
  height: 16px;
  top: 15px;
  content: "";
}
.ct-btn.ct-xlarge {
  font-size: 1.28571rem;
  line-height: 42px;
}
.ct-btn.ct-xlarge span {
  position: relative;
  padding: 0 18px;
  display: inline-block;
  line-height: inherit;
}
.ct-btn.ct-xlarge span:before, .ct-btn.ct-xlarge span:after {
  top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
}
.ct-btn.ct-xlarge.ct-icon-left span {
  padding-left: 42px;
}
.ct-btn.ct-xlarge.ct-icon-left span:before {
  left: 12px;
}
.ct-btn.ct-xlarge.ct-icon-left span.ct-animate:before {
  left: 0;
  background: url(../img/spinner_16x16.gif) no-repeat;
  width: 16px;
  height: 16px;
  top: 10px;
  content: "";
}
.ct-btn.ct-xlarge.ct-icon-right span {
  padding-right: 42px;
}
.ct-btn.ct-xlarge.ct-icon-right span:after {
  right: 12px;
}
.ct-btn.ct-xlarge.ct-icon-right span.ct-animate:after {
  right: 0;
  background: url(../img/spinner_16x16.gif) no-repeat;
  width: 16px;
  height: 16px;
  top: 10px;
  content: "";
}
.ct-btn.ct-large {
  font-size: 1.21429rem;
  line-height: 41px;
}
.ct-btn.ct-large span {
  position: relative;
  padding: 0 17px;
  display: inline-block;
  line-height: inherit;
}
.ct-btn.ct-large span:before, .ct-btn.ct-large span:after {
  top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
}
.ct-btn.ct-large.ct-icon-left span {
  padding-left: 41px;
}
.ct-btn.ct-large.ct-icon-left span:before {
  left: 11.33333px;
}
.ct-btn.ct-large.ct-icon-left span.ct-animate:before {
  left: 0;
  background: url(../img/spinner_16x16.gif) no-repeat;
  width: 16px;
  height: 16px;
  top: 9px;
  content: "";
}
.ct-btn.ct-large.ct-icon-right span {
  padding-right: 41px;
}
.ct-btn.ct-large.ct-icon-right span:after {
  right: 11.33333px;
}
.ct-btn.ct-large.ct-icon-right span.ct-animate:after {
  right: 0;
  background: url(../img/spinner_16x16.gif) no-repeat;
  width: 16px;
  height: 16px;
  top: 9px;
  content: "";
}
.ct-btn.ct-medium {
  font-size: 1.07143rem;
  line-height: 39px;
}
.ct-btn.ct-medium span {
  position: relative;
  padding: 0 15px;
  display: inline-block;
  line-height: inherit;
}
.ct-btn.ct-medium span:before, .ct-btn.ct-medium span:after {
  top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
}
.ct-btn.ct-medium.ct-icon-left span {
  padding-left: 39px;
}
.ct-btn.ct-medium.ct-icon-left span:before {
  left: 10px;
}
.ct-btn.ct-medium.ct-icon-left span.ct-animate:before {
  left: 0;
  background: url(../img/spinner_16x16.gif) no-repeat;
  width: 16px;
  height: 16px;
  top: 7px;
  content: "";
}
.ct-btn.ct-medium.ct-icon-right span {
  padding-right: 39px;
}
.ct-btn.ct-medium.ct-icon-right span:after {
  right: 10px;
}
.ct-btn.ct-medium.ct-icon-right span.ct-animate:after {
  right: 0;
  background: url(../img/spinner_16x16.gif) no-repeat;
  width: 16px;
  height: 16px;
  top: 7px;
  content: "";
}
.ct-btn.ct-medium span {
  padding: 0 15px;
}
.ct-btn.ct-small {
  font-size: 0.85714rem;
  line-height: 35px;
}
.ct-btn.ct-small span {
  position: relative;
  padding: 0 12px;
  display: inline-block;
  line-height: inherit;
}
.ct-btn.ct-small span:before, .ct-btn.ct-small span:after {
  top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
}
.ct-btn.ct-small.ct-icon-left span {
  padding-left: 35px;
}
.ct-btn.ct-small.ct-icon-left span:before {
  left: 8px;
}
.ct-btn.ct-small.ct-icon-left span.ct-animate:before {
  left: 0;
  background: url(../img/spinner_16x16.gif) no-repeat;
  width: 16px;
  height: 16px;
  top: 3px;
  content: "";
}
.ct-btn.ct-small.ct-icon-right span {
  padding-right: 35px;
}
.ct-btn.ct-small.ct-icon-right span:after {
  right: 8px;
}
.ct-btn.ct-small.ct-icon-right span.ct-animate:after {
  right: 0;
  background: url(../img/spinner_16x16.gif) no-repeat;
  width: 16px;
  height: 16px;
  top: 3px;
  content: "";
}
.ct-btn.ct-small span {
  padding: 0 12px;
}
.ct-btn.ct-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.ct-btn[disabled="disabled"] {
  background: #b3b3b3;
  border-color: #999999;
}
.ct-btn[disabled="disabled"]:hover {
  background: #b3b3b3;
  border-color: #999999;
}

.ct-btn-p {
  background: #073590;
  color: white;
  border: 1px solid #073590;
}
.ct-btn-p:hover {
  background: #0947c1;
}

.ct-btn-s {
  background: #f1c933;
  color: white;
  border: 1px solid #f1c933;
}
.ct-btn-s:hover {
  background: #f4d663;
}

.ct-btn-c {
  background: #f9676b;
  color: white;
  border: 1px solid #f9676b;
}
.ct-btn-c:hover {
  background: #0670b0;
}

/*
 ======================================================
 Lists - Simple, Check
 ======================================================
*/
.ct-list-simple {
  border-bottom: 1px solid #f8f8f8;
}
.ct-list-simple > li {
  font-size: 1.21429rem;
  height: 52px;
  line-height: 50px;
  border-top: 1px solid #f8f8f8;
  padding: 0 1rem;
  margin: 0;
  clear: both;
  background-color: whitesmoke;
  border-bottom: 0.05em solid #ebebeb;
  white-space: nowrap;
}
.ct-list-simple > li.ct-active {
  background-color: white;
}
.ct-list-simple.ct-no-border {
  border: 0;
}
.ct-list-simple.ct-no-border > li {
  border: 0;
}

.ct-list-ticks li {
  position: relative;
  padding-left: 1.4em;
  display: block;
}
.ct-list-ticks li:before {
  content: "\e600";
  font-family: Cartrawler-Icons;
  position: absolute;
  left: 0;
}

.ct-list-big-checkbox {
  background-color: white;
}
.ct-list-big-checkbox > li {
  position: relative;
  padding: 0;
  padding-left: 3rem;
  padding-right: 1rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.ct-list-big-checkbox > li:before {
  font-size: 2.07143rem;
  font-family: "Cartrawler-Icons";
  content: "\e609";
  position: absolute;
  top: 0.4rem;
  left: 0;
}
.ct-list-big-checkbox > li.ct-selected:before {
  content: "\e608";
}

.ct-list-check {
  width: 100%;
  margin: 0;
  overflow: visible;
}
.ct-list-check > li {
  position: relative;
  padding-left: 1.9em;
  line-height: 1.4;
}
.ct-list-check > li:before {
  font-family: "Cartrawler-Icons";
  position: absolute;
  content: "\e600";
  top: 0;
  left: 0;
  font-size: 1.4em;
  line-height: 1;
  height: 1em;
  width: 1em;
}
.ct-list-check.ct-s > li:before {
  color: #f1c933;
}
.ct-list-check.ct-c > li:before {
  color: #f1c933;
}

.ct-list-large-icon {
  margin: 0;
  padding: .4rem 0;
  display: block;
}
.ct-list-large-icon > li {
  position: relative;
  cursor: pointer;
  line-height: 1.4rem;
  padding: 0.6rem .4rem;
  padding-right: 3rem;
}
.ct-list-large-icon > li i {
  position: absolute;
  top: 0.4rem;
  right: 0;
  background: #f8f8f8;
  border: 1px solid #b5b5b5;
  height: 2rem;
  width: 2rem;
  font-size: 2rem;
  -webkit-text-stroke: 0;
  min-width: 0 !important;
}
.ct-list-large-icon > li i:before {
  padding-top: 0.35rem;
  color: #333333;
  display: none;
  font-weight: 600;
}
.ct-list-large-icon > li.ct-selected i:before {
  display: block;
}
.ct-list-large-icon > li i, .ct-list-large-icon > li span {
  display: inline-block;
  vertical-align: top;
}
.ct-list-large-icon > li span {
  padding-top: 0.15em;
}
.ct-list-large-icon > li .ct-extra-value {
  display: none;
}

[class*="ct-list-basic"] li {
  line-height: 1.2;
  padding: .2em 0;
}

.ct-list-columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

/*
 ======================================================
 Datepicker
 ======================================================
*/
.ct-datepicker h2 {
  color: #595959;
}
.ct-datepicker .ct-datepicker-month {
  background: white;
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 2px solid #e5e5e5;
}
.ct-datepicker .ct-datepicker-month .ct-datepicker-names,
.ct-datepicker .ct-datepicker-month .ct-datepicker-week {
  display: table-row;
}
.ct-datepicker .ct-datepicker-month .ct-datepicker-names .ct-datepicker-name {
  border-bottom: 1px solid #e5e5e5;
}
.ct-datepicker .ct-datepicker-month .ct-datepicker-name,
.ct-datepicker .ct-datepicker-month .ct-datepicker-cell {
  font-size: 0.85714rem;
  width: 14.286%;
  text-align: center;
  display: table-cell;
  cursor: pointer;
  line-height: 2.6em;
}
.ct-datepicker .ct-datepicker-month .ct-datepicker-name span,
.ct-datepicker .ct-datepicker-month .ct-datepicker-cell span {
  margin: 0.2em 0;
  display: block;
  width: 100%;
  height: 100%;
}
.ct-datepicker .ct-datepicker-month .ct-datepicker-name.ct-active-first span, .ct-datepicker .ct-datepicker-month .ct-datepicker-name.ct-active-left span, .ct-datepicker .ct-datepicker-month .ct-datepicker-name.ct-active-right span, .ct-datepicker .ct-datepicker-month .ct-datepicker-name.ct-active span,
.ct-datepicker .ct-datepicker-month .ct-datepicker-cell.ct-active-first span,
.ct-datepicker .ct-datepicker-month .ct-datepicker-cell.ct-active-left span,
.ct-datepicker .ct-datepicker-month .ct-datepicker-cell.ct-active-right span,
.ct-datepicker .ct-datepicker-month .ct-datepicker-cell.ct-active span {
  color: white;
}
.ct-datepicker .ct-datepicker-month .ct-datepicker-name.ct-active-left, .ct-datepicker .ct-datepicker-month .ct-datepicker-name.ct-active-first,
.ct-datepicker .ct-datepicker-month .ct-datepicker-cell.ct-active-left,
.ct-datepicker .ct-datepicker-month .ct-datepicker-cell.ct-active-first {
  padding-left: 0.2rem;
}
.ct-datepicker .ct-datepicker-month .ct-datepicker-name.ct-active-left span, .ct-datepicker .ct-datepicker-month .ct-datepicker-name.ct-active-first span,
.ct-datepicker .ct-datepicker-month .ct-datepicker-cell.ct-active-left span,
.ct-datepicker .ct-datepicker-month .ct-datepicker-cell.ct-active-first span {
  -moz-border-radius-topleft: 1rem;
  -webkit-border-top-left-radius: 1rem;
  border-top-left-radius: 1rem;
  -moz-border-radius-bottomleft: 1rem;
  -webkit-border-bottom-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  background: #f1c933;
  padding-right: 0.2rem;
}
.ct-datepicker .ct-datepicker-month .ct-datepicker-name.ct-active-right, .ct-datepicker .ct-datepicker-month .ct-datepicker-name.ct-active-preview,
.ct-datepicker .ct-datepicker-month .ct-datepicker-cell.ct-active-right,
.ct-datepicker .ct-datepicker-month .ct-datepicker-cell.ct-active-preview {
  padding-right: 0.2rem;
}
.ct-datepicker .ct-datepicker-month .ct-datepicker-name.ct-active-right span, .ct-datepicker .ct-datepicker-month .ct-datepicker-name.ct-active-preview span,
.ct-datepicker .ct-datepicker-month .ct-datepicker-cell.ct-active-right span,
.ct-datepicker .ct-datepicker-month .ct-datepicker-cell.ct-active-preview span {
  -moz-border-radius-topright: 1rem;
  -webkit-border-top-right-radius: 1rem;
  border-top-right-radius: 1rem;
  -moz-border-radius-bottomright: 1rem;
  -webkit-border-bottom-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background: #f1c933;
  padding-left: 0.2rem;
}
.ct-datepicker .ct-datepicker-month .ct-datepicker-name.ct-active-preview span,
.ct-datepicker .ct-datepicker-month .ct-datepicker-cell.ct-active-preview span {
  background: #d1d1d1;
}
.ct-datepicker .ct-datepicker-month .ct-datepicker-name.ct-active span,
.ct-datepicker .ct-datepicker-month .ct-datepicker-cell.ct-active span {
  background: #073590;
}
.ct-datepicker .ct-datepicker-month .ct-datepicker-week .ct-datepicker-cell {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e5e5e5;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e5e5e5;
}
.ct-datepicker .ct-datepicker-month .ct-datepicker-week .ct-datepicker-cell:first-child {
  border-left: none;
}
.ct-datepicker .ct-datepicker-month .ct-datepicker-week .ct-datepicker-cell.ct-disable span {
  color: #b3b3b3;
}

/*
 ==================================================
 Accordion - Displays collapsible content panels for presenting information in a limited amount of space.
 ==================================================
*/
.ct-accordion-pane {
  overflow: hidden;
}
.ct-accordion-pane > h1, .ct-accordion-pane > h2, .ct-accordion-pane > h3, .ct-accordion-pane > h5 {
  position: relative;
  background-color: #ebebeb;
  color: #595959;
  border-top: 1px solid white;
  cursor: pointer;
}
.ct-accordion-pane > h1:before, .ct-accordion-pane > h2:before, .ct-accordion-pane > h3:before, .ct-accordion-pane > h5:before {
  content: "\e606";
  display: none;
  right: 0;
  left: inherit;
}
.ct-accordion-pane > h1:not(.ct-no-icon), .ct-accordion-pane > h2:not(.ct-no-icon), .ct-accordion-pane > h3:not(.ct-no-icon), .ct-accordion-pane > h5:not(.ct-no-icon) {
  padding-left: 0.75rem !important;
}
.ct-accordion-pane > h1:not(.ct-no-icon):before, .ct-accordion-pane > h2:not(.ct-no-icon):before, .ct-accordion-pane > h3:not(.ct-no-icon):before, .ct-accordion-pane > h5:not(.ct-no-icon):before {
  display: block;
}
.ct-accordion-pane .ct-accordion-content {
  -webkit-transform: translate3d 0, 0, 0;
  -moz-transform: translate3d 0, 0, 0;
  -ms-transform: translate3d 0, 0, 0;
  -o-transform: translate3d 0, 0, 0;
  transform: translate3d 0, 0, 0;
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  position: relative;
  overflow: hidden;
}
.ct-accordion-pane > h1 {
  font-size: 1.57143rem;
}
.ct-accordion-pane > h2 {
  font-size: 1.28571rem;
}
.ct-accordion-pane > h3 {
  font-size: 1.21429rem;
}
.ct-accordion-pane.ct-accordion-opened > h1:before, .ct-accordion-pane.ct-accordion-opened > h2:before, .ct-accordion-pane.ct-accordion-opened > h3:before {
  content: "\e604";
}
.ct-accordion-pane:not(.ct-accordion-opened) .ct-accordion-content {
  height: 0;
}
.ct-accordion-pane.ct-accordion-opened .ct-accordion-content {
  height: auto;
}

/*
 ======================================================
 Message
 ======================================================
*/
.ct-message-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  background: rgba(51, 51, 51, 0.95);
  transition: bottom 0.5s linear;
  position: fixed;
  z-index: 9999998;
  bottom: -15rem;
  left: 0;
  right: 0;
}
.ct-message-wrapper.ct-show {
  bottom: 0;
}
.ct-message-wrapper .ct-message {
  position: relative;
  color: white;
  border-top: 0.2em solid #333333;
  z-index: 9999999;
}
.ct-message-wrapper .ct-message > p {
  padding: 0;
  margin: 1rem 1.5rem;
}
.ct-message-wrapper .ct-message > p > p {
  margin-bottom: 0;
}
.ct-message-wrapper .ct-message.ct-message-success {
  border-top-color: #f1c933;
}
.ct-message-wrapper .ct-message.ct-message-error {
  border-top-color: #ff2514;
}
.ct-message-wrapper .ct-message.ct-message-info {
  border-top-color: #16abfc;
}
.ct-message-wrapper .ct-message .ct-message-close {
  position: absolute;
  top: 0;
  right: 0;
}
.ct-message-wrapper .ct-message .ct-message-close:after {
  content: "\e601";
  font-family: "Cartrawler-Icons";
  position: absolute;
  top: 0.2rem;
  right: 0;
  font-size: 2em;
  color: #999999;
  cursor: pointer;
}
.ct-message-wrapper .ct-message.ct-message-close-automatically .ct-message-close {
  display: none;
}

/*
 ======================================================
 Switch between the two options
 ======================================================
*/
.ct-switch {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  background: #e2e2e2;
  border: 1px solid #b5b5b5;
  width: 100%;
  height: 3.5rem;
  overflow: hidden;
  cursor: pointer;
}
.ct-switch .ct-switch-option {
  font-size: 1.21429rem;
  width: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  line-height: 3.5rem;
  text-align: center;
  color: #333333;
  z-index: 2;
  -webkit-transform: translate3d 0, 0, 0;
  -moz-transform: translate3d 0, 0, 0;
  -ms-transform: translate3d 0, 0, 0;
  -o-transform: translate3d 0, 0, 0;
  transform: translate3d 0, 0, 0;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 1.3;
  -moz-transition-duration: 1.3;
  -o-transition-duration: 1.3;
  transition-duration: 1.3;
}
.ct-switch .ct-switch-option:first-child {
  left: 0;
  right: 50%;
  color: white;
}
.ct-switch.ct-switch-changed .ct-switch-option:first-child {
  color: #333333;
}
.ct-switch.ct-switch-changed .ct-switch-option:last-child {
  color: white;
}
.ct-switch:before {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(51, 51, 51, 0.05) 0 0 0 1px inset;
  -moz-box-shadow: rgba(51, 51, 51, 0.05) 0 0 0 1px inset;
  box-shadow: rgba(51, 51, 51, 0.05) 0 0 0 1px inset;
  content: " ";
  position: absolute;
  top: 0;
  bottom: -1px;
  right: -1px;
  left: -1px;
}
.ct-switch:before {
  -webkit-border-radius: 6.4px;
  -moz-border-radius: 6.4px;
  -ms-border-radius: 6.4px;
  -o-border-radius: 6.4px;
  border-radius: 6.4px;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  display: block;
  border: 1px solid #073590;
  background: #073590;
  margin: 0.15rem 0.2rem;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.ct-switch.ct-switch-changed:before {
  -webkit-transform: translateX(100%) translateX(0.4rem);
  -moz-transform: translateX(100%) translateX(0.4rem);
  -ms-transform: translateX(100%) translateX(0.4rem);
  -o-transform: translateX(100%) translateX(0.4rem);
  transform: translateX(100%) translateX(0.4rem);
}

.ct-alert, .ct-alert-p, .ct-alert-error, .ct-alert-s, .ct-alert-info, .ct-alert-c {
  font-size: 0.85714rem;
  padding: 0.5rem;
  padding-left: 3.5em;
  margin: 0;
  margin-bottom: 0.75rem;
  position: relative;
  overflow: hidden;
}

.ct-alert-p, .ct-alert-error {
  background-color: #073590;
  color: #073590;
}
.ct-alert-p:before, .ct-alert-error:before {
  font-size: 1.21429rem;
  font-family: "Cartrawler-Icons" !important;
  position: absolute;
  top: 0.53571rem;
  left: 0.53571rem;
}

.ct-alert-error {
  background-color: #6b9af8;
}

.ct-alert-s, .ct-alert-info {
  background-color: #f1c933;
  color: #f1c933;
}
.ct-alert-s:before, .ct-alert-info:before {
  font-size: 1.21429rem;
  font-family: "Cartrawler-Icons" !important;
  position: absolute;
  top: 0.53571rem;
  left: 0.53571rem;
}

.ct-alert-info {
  background-color: #fefcf2;
  color: #f1c933;
}

.ct-alert-c {
  background-color: #f1c933;
  color: #f1c933;
}
.ct-alert-c:before {
  font-size: 1.21429rem;
  font-family: "Cartrawler-Icons" !important;
  position: absolute;
  top: 0.53571rem;
  left: 0.53571rem;
}

.ct-modal-container .ct-modal-background {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: #333333;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000;
}
.ct-modal-container .ct-modal-background.ct-modal-fade-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.ct-modal-container .ct-modal-dialog-container {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9010;
  outline: 0;
  display: block;
}
.ct-modal-container .ct-modal-dialog-container .ct-modal-dialog {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  margin: 3rem 5%;
  width: 90%;
}
.ct-modal-container .ct-modal-dialog-container .ct-modal-dialog.ct-modal-fade-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.ct-modal-container .ct-modal-dialog-container .ct-modal-dialog .ct-modal-dialog-close {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  position: absolute;
  z-index: 9020;
  top: 0.3rem;
  right: 0;
  margin: 0;
  font-size: 1.8rem;
  display: block;
  cursor: pointer;
  color: white;
  text-align: right;
}
.ct-modal-container .ct-modal-dialog-container .ct-modal-dialog .ct-modal-dialog-content {
  -webkit-box-shadow: 0 0 0.5rem 0.1rem rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 0.5rem 0.1rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0.5rem 0.1rem rgba(0, 0, 0, 0.4);
  color: white;
  background: #4d4d4d;
  background-clip: padding-box;
  border: 0.2rem solid #333333;
  position: relative;
  padding: 2rem;
  font-size: 1.5rem;
  outline: 0;
}
.ct-modal-container .ct-modal-dialog-container .ct-modal-dialog .ct-modal-dialog-content h1, .ct-modal-container .ct-modal-dialog-container .ct-modal-dialog .ct-modal-dialog-content h2, .ct-modal-container .ct-modal-dialog-container .ct-modal-dialog .ct-modal-dialog-content h3, .ct-modal-container .ct-modal-dialog-container .ct-modal-dialog .ct-modal-dialog-content h4, .ct-modal-container .ct-modal-dialog-container .ct-modal-dialog .ct-modal-dialog-content h5 {
  color: white;
}
.ct-modal-container .ct-modal-dialog-container .ct-modal-dialog .ct-modal-dialog-content > p {
  font-size: 1.5rem;
}

.ct-main-header .ct-logo {
    display: block;
    float: left;
    padding: 0;
    margin-top: 10px;
    margin-left: 5px;
    height: 26px !important;
}

.ct-palette-s-border-color {
    border-color: #4d4d4d !important;
}
.ct-palette-s-color {
    color: #4d4d4d !important;
}

