img {
    max-width: 100%;
}

img[style="float: left;"] {
    margin: 0 25px 25px 0;
}

img[style="float: right;"] {
    margin: 0 0 25px 25px;
}
/**
  * Site ID variable is automatically set during compilation process
  * Please do not remove or change it as it will be overwritten
  */
/*
 * Widths
 */
/*
 * The Grid
 */
/*
 * Typography
 */
/*
 * Border Radius
 */
/*
 * Colours
 */
/*
 * Dark background / Light text
 */
/*
 * Light background / Dark text
 */
/*
 * Alert Colours
 */
/*
 * Misc Colours
 */
/*
 * Media Query Breakpoints
 */
/*
 * HTML Tag
 */
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1400px, mobile: 640px, flyout: 640px, medium: 800px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * @import of dynamic variables
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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 {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\F26E";
}
.fa-abacus:before {
  content: "\F640";
}
.fa-accessible-icon:before {
  content: "\F368";
}
.fa-accusoft:before {
  content: "\F369";
}
.fa-acorn:before {
  content: "\F6AE";
}
.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}
.fa-ad:before {
  content: "\F641";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-card:before {
  content: "\F2BB";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-adn:before {
  content: "\F170";
}
.fa-adobe:before {
  content: "\F778";
}
.fa-adversal:before {
  content: "\F36A";
}
.fa-affiliatetheme:before {
  content: "\F36B";
}
.fa-air-freshener:before {
  content: "\F5D0";
}
.fa-alarm-clock:before {
  content: "\F34E";
}
.fa-algolia:before {
  content: "\F36C";
}
.fa-alicorn:before {
  content: "\F6B0";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-alipay:before {
  content: "\F642";
}
.fa-allergies:before {
  content: "\F461";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-amazon-pay:before {
  content: "\F42C";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-amilia:before {
  content: "\F36D";
}
.fa-analytics:before {
  content: "\F643";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-android:before {
  content: "\F17B";
}
.fa-angel:before {
  content: "\F779";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angry:before {
  content: "\F556";
}
.fa-angrycreative:before {
  content: "\F36E";
}
.fa-angular:before {
  content: "\F420";
}
.fa-ankh:before {
  content: "\F644";
}
.fa-app-store:before {
  content: "\F36F";
}
.fa-app-store-ios:before {
  content: "\F370";
}
.fa-apper:before {
  content: "\F371";
}
.fa-apple:before {
  content: "\F179";
}
.fa-apple-alt:before {
  content: "\F5D1";
}
.fa-apple-crate:before {
  content: "\F6B1";
}
.fa-apple-pay:before {
  content: "\F415";
}
.fa-archive:before {
  content: "\F187";
}
.fa-archway:before {
  content: "\F557";
}
.fa-arrow-alt-circle-down:before {
  content: "\F358";
}
.fa-arrow-alt-circle-left:before {
  content: "\F359";
}
.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}
.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}
.fa-arrow-alt-down:before {
  content: "\F354";
}
.fa-arrow-alt-from-bottom:before {
  content: "\F346";
}
.fa-arrow-alt-from-left:before {
  content: "\F347";
}
.fa-arrow-alt-from-right:before {
  content: "\F348";
}
.fa-arrow-alt-from-top:before {
  content: "\F349";
}
.fa-arrow-alt-left:before {
  content: "\F355";
}
.fa-arrow-alt-right:before {
  content: "\F356";
}
.fa-arrow-alt-square-down:before {
  content: "\F350";
}
.fa-arrow-alt-square-left:before {
  content: "\F351";
}
.fa-arrow-alt-square-right:before {
  content: "\F352";
}
.fa-arrow-alt-square-up:before {
  content: "\F353";
}
.fa-arrow-alt-to-bottom:before {
  content: "\F34A";
}
.fa-arrow-alt-to-left:before {
  content: "\F34B";
}
.fa-arrow-alt-to-right:before {
  content: "\F34C";
}
.fa-arrow-alt-to-top:before {
  content: "\F34D";
}
.fa-arrow-alt-up:before {
  content: "\F357";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-arrow-from-bottom:before {
  content: "\F342";
}
.fa-arrow-from-left:before {
  content: "\F343";
}
.fa-arrow-from-right:before {
  content: "\F344";
}
.fa-arrow-from-top:before {
  content: "\F345";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-square-down:before {
  content: "\F339";
}
.fa-arrow-square-left:before {
  content: "\F33A";
}
.fa-arrow-square-right:before {
  content: "\F33B";
}
.fa-arrow-square-up:before {
  content: "\F33C";
}
.fa-arrow-to-bottom:before {
  content: "\F33D";
}
.fa-arrow-to-left:before {
  content: "\F33E";
}
.fa-arrow-to-right:before {
  content: "\F340";
}
.fa-arrow-to-top:before {
  content: "\F341";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-arrows-alt-h:before {
  content: "\F337";
}
.fa-arrows-alt-v:before {
  content: "\F338";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-artstation:before {
  content: "\F77A";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-asymmetrik:before {
  content: "\F372";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-atlas:before {
  content: "\F558";
}
.fa-atlassian:before {
  content: "\F77B";
}
.fa-atom:before {
  content: "\F5D2";
}
.fa-atom-alt:before {
  content: "\F5D3";
}
.fa-audible:before {
  content: "\F373";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-autoprefixer:before {
  content: "\F41C";
}
.fa-avianex:before {
  content: "\F374";
}
.fa-aviato:before {
  content: "\F421";
}
.fa-award:before {
  content: "\F559";
}
.fa-aws:before {
  content: "\F375";
}
.fa-axe:before {
  content: "\F6B2";
}
.fa-axe-battle:before {
  content: "\F6B3";
}
.fa-baby:before {
  content: "\F77C";
}
.fa-baby-carriage:before {
  content: "\F77D";
}
.fa-backpack:before {
  content: "\F5D4";
}
.fa-backspace:before {
  content: "\F55A";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-badge:before {
  content: "\F335";
}
.fa-badge-check:before {
  content: "\F336";
}
.fa-badge-dollar:before {
  content: "\F645";
}
.fa-badge-percent:before {
  content: "\F646";
}
.fa-badger-honey:before {
  content: "\F6B4";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-balance-scale-left:before {
  content: "\F515";
}
.fa-balance-scale-right:before {
  content: "\F516";
}
.fa-ball-pile:before {
  content: "\F77E";
}
.fa-ballot:before {
  content: "\F732";
}
.fa-ballot-check:before {
  content: "\F733";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-band-aid:before {
  content: "\F462";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-barcode-alt:before {
  content: "\F463";
}
.fa-barcode-read:before {
  content: "\F464";
}
.fa-barcode-scan:before {
  content: "\F465";
}
.fa-bars:before {
  content: "\F0C9";
}
.fa-baseball:before {
  content: "\F432";
}
.fa-baseball-ball:before {
  content: "\F433";
}
.fa-basketball-ball:before {
  content: "\F434";
}
.fa-basketball-hoop:before {
  content: "\F435";
}
.fa-bat:before {
  content: "\F6B5";
}
.fa-bath:before {
  content: "\F2CD";
}
.fa-battery-bolt:before {
  content: "\F376";
}
.fa-battery-empty:before {
  content: "\F244";
}
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-slash:before {
  content: "\F377";
}
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-bed:before {
  content: "\F236";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-bell-school:before {
  content: "\F5D5";
}
.fa-bell-school-slash:before {
  content: "\F5D6";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bells:before {
  content: "\F77F";
}
.fa-bezier-curve:before {
  content: "\F55B";
}
.fa-bible:before {
  content: "\F647";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bimobject:before {
  content: "\F378";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-biohazard:before {
  content: "\F780";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitcoin:before {
  content: "\F379";
}
.fa-bity:before {
  content: "\F37A";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-blackberry:before {
  content: "\F37B";
}
.fa-blanket:before {
  content: "\F498";
}
.fa-blender:before {
  content: "\F517";
}
.fa-blender-phone:before {
  content: "\F6B6";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-blog:before {
  content: "\F781";
}
.fa-blogger:before {
  content: "\F37C";
}
.fa-blogger-b:before {
  content: "\F37D";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-bold:before {
  content: "\F032";
}
.fa-bolt:before {
  content: "\F0E7";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-bone:before {
  content: "\F5D7";
}
.fa-bone-break:before {
  content: "\F5D8";
}
.fa-bong:before {
  content: "\F55C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-book-alt:before {
  content: "\F5D9";
}
.fa-book-dead:before {
  content: "\F6B7";
}
.fa-book-heart:before {
  content: "\F499";
}
.fa-book-open:before {
  content: "\F518";
}
.fa-book-reader:before {
  content: "\F5DA";
}
.fa-book-spells:before {
  content: "\F6B8";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-books:before {
  content: "\F5DB";
}
.fa-boot:before {
  content: "\F782";
}
.fa-booth-curtain:before {
  content: "\F734";
}
.fa-bow-arrow:before {
  content: "\F6B9";
}
.fa-bowling-ball:before {
  content: "\F436";
}
.fa-bowling-pins:before {
  content: "\F437";
}
.fa-box:before {
  content: "\F466";
}
.fa-box-alt:before {
  content: "\F49A";
}
.fa-box-ballot:before {
  content: "\F735";
}
.fa-box-check:before {
  content: "\F467";
}
.fa-box-fragile:before {
  content: "\F49B";
}
.fa-box-full:before {
  content: "\F49C";
}
.fa-box-heart:before {
  content: "\F49D";
}
.fa-box-open:before {
  content: "\F49E";
}
.fa-box-up:before {
  content: "\F49F";
}
.fa-box-usd:before {
  content: "\F4A0";
}
.fa-boxes:before {
  content: "\F468";
}
.fa-boxes-alt:before {
  content: "\F4A1";
}
.fa-boxing-glove:before {
  content: "\F438";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-brain:before {
  content: "\F5DC";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-briefcase-medical:before {
  content: "\F469";
}
.fa-broadcast-tower:before {
  content: "\F519";
}
.fa-broom:before {
  content: "\F51A";
}
.fa-browser:before {
  content: "\F37E";
}
.fa-brush:before {
  content: "\F55D";
}
.fa-btc:before {
  content: "\F15A";
}
.fa-bug:before {
  content: "\F188";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-bullseye-arrow:before {
  content: "\F648";
}
.fa-bullseye-pointer:before {
  content: "\F649";
}
.fa-burn:before {
  content: "\F46A";
}
.fa-buromobelexperte:before {
  content: "\F37F";
}
.fa-bus:before {
  content: "\F207";
}
.fa-bus-alt:before {
  content: "\F55E";
}
.fa-bus-school:before {
  content: "\F5DD";
}
.fa-business-time:before {
  content: "\F64A";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-cabinet-filing:before {
  content: "\F64B";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-calculator-alt:before {
  content: "\F64C";
}
.fa-calendar:before {
  content: "\F133";
}
.fa-calendar-alt:before {
  content: "\F073";
}
.fa-calendar-check:before {
  content: "\F274";
}
.fa-calendar-day:before {
  content: "\F783";
}
.fa-calendar-edit:before {
  content: "\F333";
}
.fa-calendar-exclamation:before {
  content: "\F334";
}
.fa-calendar-minus:before {
  content: "\F272";
}
.fa-calendar-plus:before {
  content: "\F271";
}
.fa-calendar-star:before {
  content: "\F736";
}
.fa-calendar-times:before {
  content: "\F273";
}
.fa-calendar-week:before {
  content: "\F784";
}
.fa-camera:before {
  content: "\F030";
}
.fa-camera-alt:before {
  content: "\F332";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-campfire:before {
  content: "\F6BA";
}
.fa-campground:before {
  content: "\F6BB";
}
.fa-canadian-maple-leaf:before {
  content: "\F785";
}
.fa-candle-holder:before {
  content: "\F6BC";
}
.fa-candy-cane:before {
  content: "\F786";
}
.fa-candy-corn:before {
  content: "\F6BD";
}
.fa-cannabis:before {
  content: "\F55F";
}
.fa-capsules:before {
  content: "\F46B";
}
.fa-car:before {
  content: "\F1B9";
}
.fa-car-alt:before {
  content: "\F5DE";
}
.fa-car-battery:before {
  content: "\F5DF";
}
.fa-car-bump:before {
  content: "\F5E0";
}
.fa-car-crash:before {
  content: "\F5E1";
}
.fa-car-garage:before {
  content: "\F5E2";
}
.fa-car-mechanic:before {
  content: "\F5E3";
}
.fa-car-side:before {
  content: "\F5E4";
}
.fa-car-tilt:before {
  content: "\F5E5";
}
.fa-car-wash:before {
  content: "\F5E6";
}
.fa-caret-circle-down:before {
  content: "\F32D";
}
.fa-caret-circle-left:before {
  content: "\F32E";
}
.fa-caret-circle-right:before {
  content: "\F330";
}
.fa-caret-circle-up:before {
  content: "\F331";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-caret-square-down:before {
  content: "\F150";
}
.fa-caret-square-left:before {
  content: "\F191";
}
.fa-caret-square-right:before {
  content: "\F152";
}
.fa-caret-square-up:before {
  content: "\F151";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-carrot:before {
  content: "\F787";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cash-register:before {
  content: "\F788";
}
.fa-cat:before {
  content: "\F6BE";
}
.fa-cauldron:before {
  content: "\F6BF";
}
.fa-cc-amazon-pay:before {
  content: "\F42D";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-apple-pay:before {
  content: "\F416";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-centercode:before {
  content: "\F380";
}
.fa-centos:before {
  content: "\F789";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-chair:before {
  content: "\F6C0";
}
.fa-chair-office:before {
  content: "\F6C1";
}
.fa-chalkboard:before {
  content: "\F51B";
}
.fa-chalkboard-teacher:before {
  content: "\F51C";
}
.fa-charging-station:before {
  content: "\F5E7";
}
.fa-chart-area:before {
  content: "\F1FE";
}
.fa-chart-bar:before {
  content: "\F080";
}
.fa-chart-line:before {
  content: "\F201";
}
.fa-chart-line-down:before {
  content: "\F64D";
}
.fa-chart-network:before {
  content: "\F78A";
}
.fa-chart-pie:before {
  content: "\F200";
}
.fa-chart-pie-alt:before {
  content: "\F64E";
}
.fa-check:before {
  content: "\F00C";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-check-double:before {
  content: "\F560";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-chess:before {
  content: "\F439";
}
.fa-chess-bishop:before {
  content: "\F43A";
}
.fa-chess-bishop-alt:before {
  content: "\F43B";
}
.fa-chess-board:before {
  content: "\F43C";
}
.fa-chess-clock:before {
  content: "\F43D";
}
.fa-chess-clock-alt:before {
  content: "\F43E";
}
.fa-chess-king:before {
  content: "\F43F";
}
.fa-chess-king-alt:before {
  content: "\F440";
}
.fa-chess-knight:before {
  content: "\F441";
}
.fa-chess-knight-alt:before {
  content: "\F442";
}
.fa-chess-pawn:before {
  content: "\F443";
}
.fa-chess-pawn-alt:before {
  content: "\F444";
}
.fa-chess-queen:before {
  content: "\F445";
}
.fa-chess-queen-alt:before {
  content: "\F446";
}
.fa-chess-rook:before {
  content: "\F447";
}
.fa-chess-rook-alt:before {
  content: "\F448";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-double-down:before {
  content: "\F322";
}
.fa-chevron-double-left:before {
  content: "\F323";
}
.fa-chevron-double-right:before {
  content: "\F324";
}
.fa-chevron-double-up:before {
  content: "\F325";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-chevron-square-down:before {
  content: "\F329";
}
.fa-chevron-square-left:before {
  content: "\F32A";
}
.fa-chevron-square-right:before {
  content: "\F32B";
}
.fa-chevron-square-up:before {
  content: "\F32C";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-chimney:before {
  content: "\F78B";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-church:before {
  content: "\F51D";
}
.fa-circle:before {
  content: "\F111";
}
.fa-circle-notch:before {
  content: "\F1CE";
}
.fa-city:before {
  content: "\F64F";
}
.fa-claw-marks:before {
  content: "\F6C2";
}
.fa-clipboard:before {
  content: "\F328";
}
.fa-clipboard-check:before {
  content: "\F46C";
}
.fa-clipboard-list:before {
  content: "\F46D";
}
.fa-clipboard-list-check:before {
  content: "\F737";
}
.fa-clipboard-prescription:before {
  content: "\F5E8";
}
.fa-clock:before {
  content: "\F017";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-closed-captioning:before {
  content: "\F20A";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-download-alt:before {
  content: "\F381";
}
.fa-cloud-drizzle:before {
  content: "\F738";
}
.fa-cloud-hail:before {
  content: "\F739";
}
.fa-cloud-hail-mixed:before {
  content: "\F73A";
}
.fa-cloud-meatball:before {
  content: "\F73B";
}
.fa-cloud-moon:before {
  content: "\F6C3";
}
.fa-cloud-moon-rain:before {
  content: "\F73C";
}
.fa-cloud-rain:before {
  content: "\F73D";
}
.fa-cloud-rainbow:before {
  content: "\F73E";
}
.fa-cloud-showers:before {
  content: "\F73F";
}
.fa-cloud-showers-heavy:before {
  content: "\F740";
}
.fa-cloud-sleet:before {
  content: "\F741";
}
.fa-cloud-snow:before {
  content: "\F742";
}
.fa-cloud-sun:before {
  content: "\F6C4";
}
.fa-cloud-sun-rain:before {
  content: "\F743";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-cloud-upload-alt:before {
  content: "\F382";
}
.fa-clouds:before {
  content: "\F744";
}
.fa-clouds-moon:before {
  content: "\F745";
}
.fa-clouds-sun:before {
  content: "\F746";
}
.fa-cloudscale:before {
  content: "\F383";
}
.fa-cloudsmith:before {
  content: "\F384";
}
.fa-cloudversify:before {
  content: "\F385";
}
.fa-club:before {
  content: "\F327";
}
.fa-cocktail:before {
  content: "\F561";
}
.fa-code:before {
  content: "\F121";
}
.fa-code-branch:before {
  content: "\F126";
}
.fa-code-commit:before {
  content: "\F386";
}
.fa-code-merge:before {
  content: "\F387";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-coffee-togo:before {
  content: "\F6C5";
}
.fa-coffin:before {
  content: "\F6C6";
}
.fa-cog:before {
  content: "\F013";
}
.fa-cogs:before {
  content: "\F085";
}
.fa-coins:before {
  content: "\F51E";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-comment:before {
  content: "\F075";
}
.fa-comment-alt:before {
  content: "\F27A";
}
.fa-comment-alt-check:before {
  content: "\F4A2";
}
.fa-comment-alt-dollar:before {
  content: "\F650";
}
.fa-comment-alt-dots:before {
  content: "\F4A3";
}
.fa-comment-alt-edit:before {
  content: "\F4A4";
}
.fa-comment-alt-exclamation:before {
  content: "\F4A5";
}
.fa-comment-alt-lines:before {
  content: "\F4A6";
}
.fa-comment-alt-minus:before {
  content: "\F4A7";
}
.fa-comment-alt-plus:before {
  content: "\F4A8";
}
.fa-comment-alt-slash:before {
  content: "\F4A9";
}
.fa-comment-alt-smile:before {
  content: "\F4AA";
}
.fa-comment-alt-times:before {
  content: "\F4AB";
}
.fa-comment-check:before {
  content: "\F4AC";
}
.fa-comment-dollar:before {
  content: "\F651";
}
.fa-comment-dots:before {
  content: "\F4AD";
}
.fa-comment-edit:before {
  content: "\F4AE";
}
.fa-comment-exclamation:before {
  content: "\F4AF";
}
.fa-comment-lines:before {
  content: "\F4B0";
}
.fa-comment-minus:before {
  content: "\F4B1";
}
.fa-comment-plus:before {
  content: "\F4B2";
}
.fa-comment-slash:before {
  content: "\F4B3";
}
.fa-comment-smile:before {
  content: "\F4B4";
}
.fa-comment-times:before {
  content: "\F4B5";
}
.fa-comments:before {
  content: "\F086";
}
.fa-comments-alt:before {
  content: "\F4B6";
}
.fa-comments-alt-dollar:before {
  content: "\F652";
}
.fa-comments-dollar:before {
  content: "\F653";
}
.fa-compact-disc:before {
  content: "\F51F";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-compass-slash:before {
  content: "\F5E9";
}
.fa-compress:before {
  content: "\F066";
}
.fa-compress-alt:before {
  content: "\F422";
}
.fa-compress-arrows-alt:before {
  content: "\F78C";
}
.fa-compress-wide:before {
  content: "\F326";
}
.fa-concierge-bell:before {
  content: "\F562";
}
.fa-confluence:before {
  content: "\F78D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-container-storage:before {
  content: "\F4B7";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-conveyor-belt:before {
  content: "\F46E";
}
.fa-conveyor-belt-alt:before {
  content: "\F46F";
}
.fa-cookie:before {
  content: "\F563";
}
.fa-cookie-bite:before {
  content: "\F564";
}
.fa-copy:before {
  content: "\F0C5";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-corn:before {
  content: "\F6C7";
}
.fa-couch:before {
  content: "\F4B8";
}
.fa-cow:before {
  content: "\F6C8";
}
.fa-cpanel:before {
  content: "\F388";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-creative-commons-by:before {
  content: "\F4E7";
}
.fa-creative-commons-nc:before {
  content: "\F4E8";
}
.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}
.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}
.fa-creative-commons-nd:before {
  content: "\F4EB";
}
.fa-creative-commons-pd:before {
  content: "\F4EC";
}
.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}
.fa-creative-commons-remix:before {
  content: "\F4EE";
}
.fa-creative-commons-sa:before {
  content: "\F4EF";
}
.fa-creative-commons-sampling:before {
  content: "\F4F0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}
.fa-creative-commons-share:before {
  content: "\F4F2";
}
.fa-creative-commons-zero:before {
  content: "\F4F3";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-credit-card-blank:before {
  content: "\F389";
}
.fa-credit-card-front:before {
  content: "\F38A";
}
.fa-cricket:before {
  content: "\F449";
}
.fa-critical-role:before {
  content: "\F6C9";
}
.fa-crop:before {
  content: "\F125";
}
.fa-crop-alt:before {
  content: "\F565";
}
.fa-cross:before {
  content: "\F654";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-crow:before {
  content: "\F520";
}
.fa-crown:before {
  content: "\F521";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-css3-alt:before {
  content: "\F38B";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-curling:before {
  content: "\F44A";
}
.fa-cut:before {
  content: "\F0C4";
}
.fa-cuttlefish:before {
  content: "\F38C";
}
.fa-d-and-d:before {
  content: "\F38D";
}
.fa-d-and-d-beyond:before {
  content: "\F6CA";
}
.fa-dagger:before {
  content: "\F6CB";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-deaf:before {
  content: "\F2A4";
}
.fa-deer:before {
  content: "\F78E";
}
.fa-deer-rudolph:before {
  content: "\F78F";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-democrat:before {
  content: "\F747";
}
.fa-deploydog:before {
  content: "\F38E";
}
.fa-deskpro:before {
  content: "\F38F";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-desktop-alt:before {
  content: "\F390";
}
.fa-dev:before {
  content: "\F6CC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-dewpoint:before {
  content: "\F748";
}
.fa-dharmachakra:before {
  content: "\F655";
}
.fa-dhl:before {
  content: "\F790";
}
.fa-diagnoses:before {
  content: "\F470";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-diaspora:before {
  content: "\F791";
}
.fa-dice:before {
  content: "\F522";
}
.fa-dice-d10:before {
  content: "\F6CD";
}
.fa-dice-d12:before {
  content: "\F6CE";
}
.fa-dice-d20:before {
  content: "\F6CF";
}
.fa-dice-d4:before {
  content: "\F6D0";
}
.fa-dice-d6:before {
  content: "\F6D1";
}
.fa-dice-d8:before {
  content: "\F6D2";
}
.fa-dice-five:before {
  content: "\F523";
}
.fa-dice-four:before {
  content: "\F524";
}
.fa-dice-one:before {
  content: "\F525";
}
.fa-dice-six:before {
  content: "\F526";
}
.fa-dice-three:before {
  content: "\F527";
}
.fa-dice-two:before {
  content: "\F528";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-digital-ocean:before {
  content: "\F391";
}
.fa-digital-tachograph:before {
  content: "\F566";
}
.fa-diploma:before {
  content: "\F5EA";
}
.fa-directions:before {
  content: "\F5EB";
}
.fa-discord:before {
  content: "\F392";
}
.fa-discourse:before {
  content: "\F393";
}
.fa-divide:before {
  content: "\F529";
}
.fa-dizzy:before {
  content: "\F567";
}
.fa-dna:before {
  content: "\F471";
}
.fa-do-not-enter:before {
  content: "\F5EC";
}
.fa-dochub:before {
  content: "\F394";
}
.fa-docker:before {
  content: "\F395";
}
.fa-dog:before {
  content: "\F6D3";
}
.fa-dog-leashed:before {
  content: "\F6D4";
}
.fa-dollar-sign:before {
  content: "\F155";
}
.fa-dolly:before {
  content: "\F472";
}
.fa-dolly-empty:before {
  content: "\F473";
}
.fa-dolly-flatbed:before {
  content: "\F474";
}
.fa-dolly-flatbed-alt:before {
  content: "\F475";
}
.fa-dolly-flatbed-empty:before {
  content: "\F476";
}
.fa-donate:before {
  content: "\F4B9";
}
.fa-door-closed:before {
  content: "\F52A";
}
.fa-door-open:before {
  content: "\F52B";
}
.fa-dot-circle:before {
  content: "\F192";
}
.fa-dove:before {
  content: "\F4BA";
}
.fa-download:before {
  content: "\F019";
}
.fa-draft2digital:before {
  content: "\F396";
}
.fa-drafting-compass:before {
  content: "\F568";
}
.fa-dragon:before {
  content: "\F6D5";
}
.fa-draw-circle:before {
  content: "\F5ED";
}
.fa-draw-polygon:before {
  content: "\F5EE";
}
.fa-draw-square:before {
  content: "\F5EF";
}
.fa-dreidel:before {
  content: "\F792";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-dribbble-square:before {
  content: "\F397";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-drum:before {
  content: "\F569";
}
.fa-drum-steelpan:before {
  content: "\F56A";
}
.fa-drumstick:before {
  content: "\F6D6";
}
.fa-drumstick-bite:before {
  content: "\F6D7";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-duck:before {
  content: "\F6D8";
}
.fa-dumbbell:before {
  content: "\F44B";
}
.fa-dumpster:before {
  content: "\F793";
}
.fa-dumpster-fire:before {
  content: "\F794";
}
.fa-dungeon:before {
  content: "\F6D9";
}
.fa-dyalog:before {
  content: "\F399";
}
.fa-ear:before {
  content: "\F5F0";
}
.fa-ear-muffs:before {
  content: "\F795";
}
.fa-earlybirds:before {
  content: "\F39A";
}
.fa-ebay:before {
  content: "\F4F4";
}
.fa-eclipse:before {
  content: "\F749";
}
.fa-eclipse-alt:before {
  content: "\F74A";
}
.fa-edge:before {
  content: "\F282";
}
.fa-edit:before {
  content: "\F044";
}
.fa-eject:before {
  content: "\F052";
}
.fa-elementor:before {
  content: "\F430";
}
.fa-elephant:before {
  content: "\F6DA";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-h-alt:before {
  content: "\F39B";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-ellipsis-v-alt:before {
  content: "\F39C";
}
.fa-ello:before {
  content: "\F5F1";
}
.fa-ember:before {
  content: "\F423";
}
.fa-empire:before {
  content: "\F1D1";
}
.fa-empty-set:before {
  content: "\F656";
}
.fa-engine-warning:before {
  content: "\F5F2";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-dollar:before {
  content: "\F657";
}
.fa-envelope-open-text:before {
  content: "\F658";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-envira:before {
  content: "\F299";
}
.fa-equals:before {
  content: "\F52C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-erlang:before {
  content: "\F39D";
}
.fa-ethereum:before {
  content: "\F42E";
}
.fa-ethernet:before {
  content: "\F796";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-euro-sign:before {
  content: "\F153";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-exchange-alt:before {
  content: "\F362";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-exclamation-square:before {
  content: "\F321";
}
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-expand:before {
  content: "\F065";
}
.fa-expand-alt:before {
  content: "\F424";
}
.fa-expand-arrows:before {
  content: "\F31D";
}
.fa-expand-arrows-alt:before {
  content: "\F31E";
}
.fa-expand-wide:before {
  content: "\F320";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-external-link-alt:before {
  content: "\F35D";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-external-link-square-alt:before {
  content: "\F360";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-dropper:before {
  content: "\F1FB";
}
.fa-eye-evil:before {
  content: "\F6DB";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-facebook:before {
  content: "\F09A";
}
.fa-facebook-f:before {
  content: "\F39E";
}
.fa-facebook-messenger:before {
  content: "\F39F";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-fantasy-flight-games:before {
  content: "\F6DC";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-feather:before {
  content: "\F52D";
}
.fa-feather-alt:before {
  content: "\F56B";
}
.fa-fedex:before {
  content: "\F797";
}
.fa-fedora:before {
  content: "\F798";
}
.fa-female:before {
  content: "\F182";
}
.fa-field-hockey:before {
  content: "\F44C";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-figma:before {
  content: "\F799";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-alt:before {
  content: "\F15C";
}
.fa-file-archive:before {
  content: "\F1C6";
}
.fa-file-audio:before {
  content: "\F1C7";
}
.fa-file-certificate:before {
  content: "\F5F3";
}
.fa-file-chart-line:before {
  content: "\F659";
}
.fa-file-chart-pie:before {
  content: "\F65A";
}
.fa-file-check:before {
  content: "\F316";
}
.fa-file-code:before {
  content: "\F1C9";
}
.fa-file-contract:before {
  content: "\F56C";
}
.fa-file-csv:before {
  content: "\F6DD";
}
.fa-file-download:before {
  content: "\F56D";
}
.fa-file-edit:before {
  content: "\F31C";
}
.fa-file-excel:before {
  content: "\F1C3";
}
.fa-file-exclamation:before {
  content: "\F31A";
}
.fa-file-export:before {
  content: "\F56E";
}
.fa-file-image:before {
  content: "\F1C5";
}
.fa-file-import:before {
  content: "\F56F";
}
.fa-file-invoice:before {
  content: "\F570";
}
.fa-file-invoice-dollar:before {
  content: "\F571";
}
.fa-file-medical:before {
  content: "\F477";
}
.fa-file-medical-alt:before {
  content: "\F478";
}
.fa-file-minus:before {
  content: "\F318";
}
.fa-file-pdf:before {
  content: "\F1C1";
}
.fa-file-plus:before {
  content: "\F319";
}
.fa-file-powerpoint:before {
  content: "\F1C4";
}
.fa-file-prescription:before {
  content: "\F572";
}
.fa-file-signature:before {
  content: "\F573";
}
.fa-file-spreadsheet:before {
  content: "\F65B";
}
.fa-file-times:before {
  content: "\F317";
}
.fa-file-upload:before {
  content: "\F574";
}
.fa-file-user:before {
  content: "\F65C";
}
.fa-file-video:before {
  content: "\F1C8";
}
.fa-file-word:before {
  content: "\F1C2";
}
.fa-fill:before {
  content: "\F575";
}
.fa-fill-drip:before {
  content: "\F576";
}
.fa-film:before {
  content: "\F008";
}
.fa-film-alt:before {
  content: "\F3A0";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-fingerprint:before {
  content: "\F577";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-fire-alt:before {
  content: "\F7E4";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-fire-smoke:before {
  content: "\F74B";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-fireplace:before {
  content: "\F79A";
}
.fa-first-aid:before {
  content: "\F479";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-first-order-alt:before {
  content: "\F50A";
}
.fa-firstdraft:before {
  content: "\F3A1";
}
.fa-fish:before {
  content: "\F578";
}
.fa-fist-raised:before {
  content: "\F6DE";
}
.fa-flag:before {
  content: "\F024";
}
.fa-flag-alt:before {
  content: "\F74C";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-flag-usa:before {
  content: "\F74D";
}
.fa-flame:before {
  content: "\F6DF";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-flask-poison:before {
  content: "\F6E0";
}
.fa-flask-potion:before {
  content: "\F6E1";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-flipboard:before {
  content: "\F44D";
}
.fa-flushed:before {
  content: "\F579";
}
.fa-fly:before {
  content: "\F417";
}
.fa-fog:before {
  content: "\F74E";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-minus:before {
  content: "\F65D";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-folder-plus:before {
  content: "\F65E";
}
.fa-folder-times:before {
  content: "\F65F";
}
.fa-folders:before {
  content: "\F660";
}
.fa-font:before {
  content: "\F031";
}
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-font-awesome-alt:before {
  content: "\F35C";
}
.fa-font-awesome-flag:before {
  content: "\F425";
}
.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-fonticons-fi:before {
  content: "\F3A2";
}
.fa-football-ball:before {
  content: "\F44E";
}
.fa-football-helmet:before {
  content: "\F44F";
}
.fa-forklift:before {
  content: "\F47A";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-fort-awesome-alt:before {
  content: "\F3A3";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-fragile:before {
  content: "\F4BB";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-freebsd:before {
  content: "\F3A4";
}
.fa-frog:before {
  content: "\F52E";
}
.fa-frosty-head:before {
  content: "\F79B";
}
.fa-frown:before {
  content: "\F119";
}
.fa-frown-open:before {
  content: "\F57A";
}
.fa-fulcrum:before {
  content: "\F50B";
}
.fa-function:before {
  content: "\F661";
}
.fa-funnel-dollar:before {
  content: "\F662";
}
.fa-futbol:before {
  content: "\F1E3";
}
.fa-galactic-republic:before {
  content: "\F50C";
}
.fa-galactic-senate:before {
  content: "\F50D";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-gas-pump:before {
  content: "\F52F";
}
.fa-gas-pump-slash:before {
  content: "\F5F4";
}
.fa-gavel:before {
  content: "\F0E3";
}
.fa-gem:before {
  content: "\F3A5";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-ghost:before {
  content: "\F6E2";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-gift-card:before {
  content: "\F663";
}
.fa-gifts:before {
  content: "\F79C";
}
.fa-gingerbread-man:before {
  content: "\F79D";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-github:before {
  content: "\F09B";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-gitkraken:before {
  content: "\F3A6";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-gitter:before {
  content: "\F426";
}
.fa-glass-champagne:before {
  content: "\F79E";
}
.fa-glass-cheers:before {
  content: "\F79F";
}
.fa-glass-martini:before {
  content: "\F000";
}
.fa-glass-martini-alt:before {
  content: "\F57B";
}
.fa-glass-whiskey:before {
  content: "\F7A0";
}
.fa-glass-whiskey-rocks:before {
  content: "\F7A1";
}
.fa-glasses:before {
  content: "\F530";
}
.fa-glasses-alt:before {
  content: "\F5F5";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-globe-africa:before {
  content: "\F57C";
}
.fa-globe-americas:before {
  content: "\F57D";
}
.fa-globe-asia:before {
  content: "\F57E";
}
.fa-globe-europe:before {
  content: "\F7A2";
}
.fa-globe-snow:before {
  content: "\F7A3";
}
.fa-globe-stand:before {
  content: "\F5F6";
}
.fa-gofore:before {
  content: "\F3A7";
}
.fa-golf-ball:before {
  content: "\F450";
}
.fa-golf-club:before {
  content: "\F451";
}
.fa-goodreads:before {
  content: "\F3A8";
}
.fa-goodreads-g:before {
  content: "\F3A9";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-google-drive:before {
  content: "\F3AA";
}
.fa-google-play:before {
  content: "\F3AB";
}
.fa-google-plus:before {
  content: "\F2B3";
}
.fa-google-plus-g:before {
  content: "\F0D5";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-gopuram:before {
  content: "\F664";
}
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-gratipay:before {
  content: "\F184";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-greater-than:before {
  content: "\F531";
}
.fa-greater-than-equal:before {
  content: "\F532";
}
.fa-grimace:before {
  content: "\F57F";
}
.fa-grin:before {
  content: "\F580";
}
.fa-grin-alt:before {
  content: "\F581";
}
.fa-grin-beam:before {
  content: "\F582";
}
.fa-grin-beam-sweat:before {
  content: "\F583";
}
.fa-grin-hearts:before {
  content: "\F584";
}
.fa-grin-squint:before {
  content: "\F585";
}
.fa-grin-squint-tears:before {
  content: "\F586";
}
.fa-grin-stars:before {
  content: "\F587";
}
.fa-grin-tears:before {
  content: "\F588";
}
.fa-grin-tongue:before {
  content: "\F589";
}
.fa-grin-tongue-squint:before {
  content: "\F58A";
}
.fa-grin-tongue-wink:before {
  content: "\F58B";
}
.fa-grin-wink:before {
  content: "\F58C";
}
.fa-grip-horizontal:before {
  content: "\F58D";
}
.fa-grip-lines:before {
  content: "\F7A4";
}
.fa-grip-lines-vertical:before {
  content: "\F7A5";
}
.fa-grip-vertical:before {
  content: "\F58E";
}
.fa-gripfire:before {
  content: "\F3AC";
}
.fa-grunt:before {
  content: "\F3AD";
}
.fa-guitar:before {
  content: "\F7A6";
}
.fa-gulp:before {
  content: "\F3AE";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-h1:before {
  content: "\F313";
}
.fa-h2:before {
  content: "\F314";
}
.fa-h3:before {
  content: "\F315";
}
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-hacker-news-square:before {
  content: "\F3AF";
}
.fa-hackerrank:before {
  content: "\F5F7";
}
.fa-hammer:before {
  content: "\F6E3";
}
.fa-hammer-war:before {
  content: "\F6E4";
}
.fa-hamsa:before {
  content: "\F665";
}
.fa-hand-heart:before {
  content: "\F4BC";
}
.fa-hand-holding:before {
  content: "\F4BD";
}
.fa-hand-holding-box:before {
  content: "\F47B";
}
.fa-hand-holding-heart:before {
  content: "\F4BE";
}
.fa-hand-holding-magic:before {
  content: "\F6E5";
}
.fa-hand-holding-seedling:before {
  content: "\F4BF";
}
.fa-hand-holding-usd:before {
  content: "\F4C0";
}
.fa-hand-holding-water:before {
  content: "\F4C1";
}
.fa-hand-lizard:before {
  content: "\F258";
}
.fa-hand-paper:before {
  content: "\F256";
}
.fa-hand-peace:before {
  content: "\F25B";
}
.fa-hand-point-down:before {
  content: "\F0A7";
}
.fa-hand-point-left:before {
  content: "\F0A5";
}
.fa-hand-point-right:before {
  content: "\F0A4";
}
.fa-hand-point-up:before {
  content: "\F0A6";
}
.fa-hand-pointer:before {
  content: "\F25A";
}
.fa-hand-receiving:before {
  content: "\F47C";
}
.fa-hand-rock:before {
  content: "\F255";
}
.fa-hand-scissors:before {
  content: "\F257";
}
.fa-hand-spock:before {
  content: "\F259";
}
.fa-hands:before {
  content: "\F4C2";
}
.fa-hands-heart:before {
  content: "\F4C3";
}
.fa-hands-helping:before {
  content: "\F4C4";
}
.fa-hands-usd:before {
  content: "\F4C5";
}
.fa-handshake:before {
  content: "\F2B5";
}
.fa-handshake-alt:before {
  content: "\F4C6";
}
.fa-hanukiah:before {
  content: "\F6E6";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-hat-santa:before {
  content: "\F7A7";
}
.fa-hat-winter:before {
  content: "\F7A8";
}
.fa-hat-witch:before {
  content: "\F6E7";
}
.fa-hat-wizard:before {
  content: "\F6E8";
}
.fa-haykal:before {
  content: "\F666";
}
.fa-hdd:before {
  content: "\F0A0";
}
.fa-head-side:before {
  content: "\F6E9";
}
.fa-head-vr:before {
  content: "\F6EA";
}
.fa-heading:before {
  content: "\F1DC";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-headphones-alt:before {
  content: "\F58F";
}
.fa-headset:before {
  content: "\F590";
}
.fa-heart:before {
  content: "\F004";
}
.fa-heart-broken:before {
  content: "\F7A9";
}
.fa-heart-circle:before {
  content: "\F4C7";
}
.fa-heart-rate:before {
  content: "\F5F8";
}
.fa-heart-square:before {
  content: "\F4C8";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-helicopter:before {
  content: "\F533";
}
.fa-helmet-battle:before {
  content: "\F6EB";
}
.fa-hexagon:before {
  content: "\F312";
}
.fa-highlighter:before {
  content: "\F591";
}
.fa-hiking:before {
  content: "\F6EC";
}
.fa-hippo:before {
  content: "\F6ED";
}
.fa-hips:before {
  content: "\F452";
}
.fa-hire-a-helper:before {
  content: "\F3B0";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-hockey-mask:before {
  content: "\F6EE";
}
.fa-hockey-puck:before {
  content: "\F453";
}
.fa-hockey-sticks:before {
  content: "\F454";
}
.fa-holly-berry:before {
  content: "\F7AA";
}
.fa-home:before {
  content: "\F015";
}
.fa-home-heart:before {
  content: "\F4C9";
}
.fa-hood-cloak:before {
  content: "\F6EF";
}
.fa-hooli:before {
  content: "\F427";
}
.fa-hornbill:before {
  content: "\F592";
}
.fa-horse:before {
  content: "\F6F0";
}
.fa-horse-head:before {
  content: "\F7AB";
}
.fa-hospital:before {
  content: "\F0F8";
}
.fa-hospital-alt:before {
  content: "\F47D";
}
.fa-hospital-symbol:before {
  content: "\F47E";
}
.fa-hot-tub:before {
  content: "\F593";
}
.fa-hotel:before {
  content: "\F594";
}
.fa-hotjar:before {
  content: "\F3B1";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-house-damage:before {
  content: "\F6F1";
}
.fa-house-flood:before {
  content: "\F74F";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-hryvnia:before {
  content: "\F6F2";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-hubspot:before {
  content: "\F3B2";
}
.fa-humidity:before {
  content: "\F750";
}
.fa-hurricane:before {
  content: "\F751";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-ice-skate:before {
  content: "\F7AC";
}
.fa-icicles:before {
  content: "\F7AD";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-id-card:before {
  content: "\F2C2";
}
.fa-id-card-alt:before {
  content: "\F47F";
}
.fa-igloo:before {
  content: "\F7AE";
}
.fa-image:before {
  content: "\F03E";
}
.fa-images:before {
  content: "\F302";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-inbox-in:before {
  content: "\F310";
}
.fa-inbox-out:before {
  content: "\F311";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-industry:before {
  content: "\F275";
}
.fa-industry-alt:before {
  content: "\F3B3";
}
.fa-infinity:before {
  content: "\F534";
}
.fa-info:before {
  content: "\F129";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-info-square:before {
  content: "\F30F";
}
.fa-inhaler:before {
  content: "\F5F9";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-integral:before {
  content: "\F667";
}
.fa-intercom:before {
  content: "\F7AF";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-intersection:before {
  content: "\F668";
}
.fa-inventory:before {
  content: "\F480";
}
.fa-invision:before {
  content: "\F7B0";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-italic:before {
  content: "\F033";
}
.fa-itunes:before {
  content: "\F3B4";
}
.fa-itunes-note:before {
  content: "\F3B5";
}
.fa-jack-o-lantern:before {
  content: "\F30E";
}
.fa-java:before {
  content: "\F4E4";
}
.fa-jedi:before {
  content: "\F669";
}
.fa-jedi-order:before {
  content: "\F50E";
}
.fa-jenkins:before {
  content: "\F3B6";
}
.fa-jira:before {
  content: "\F7B1";
}
.fa-joget:before {
  content: "\F3B7";
}
.fa-joint:before {
  content: "\F595";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-journal-whills:before {
  content: "\F66A";
}
.fa-js:before {
  content: "\F3B8";
}
.fa-js-square:before {
  content: "\F3B9";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-kaaba:before {
  content: "\F66B";
}
.fa-kaggle:before {
  content: "\F5FA";
}
.fa-key:before {
  content: "\F084";
}
.fa-key-skeleton:before {
  content: "\F6F3";
}
.fa-keybase:before {
  content: "\F4F5";
}
.fa-keyboard:before {
  content: "\F11C";
}
.fa-keycdn:before {
  content: "\F3BA";
}
.fa-keynote:before {
  content: "\F66C";
}
.fa-khanda:before {
  content: "\F66D";
}
.fa-kickstarter:before {
  content: "\F3BB";
}
.fa-kickstarter-k:before {
  content: "\F3BC";
}
.fa-kidneys:before {
  content: "\F5FB";
}
.fa-kiss:before {
  content: "\F596";
}
.fa-kiss-beam:before {
  content: "\F597";
}
.fa-kiss-wink-heart:before {
  content: "\F598";
}
.fa-kite:before {
  content: "\F6F4";
}
.fa-kiwi-bird:before {
  content: "\F535";
}
.fa-knife-kitchen:before {
  content: "\F6F5";
}
.fa-korvue:before {
  content: "\F42F";
}
.fa-lambda:before {
  content: "\F66E";
}
.fa-lamp:before {
  content: "\F4CA";
}
.fa-landmark:before {
  content: "\F66F";
}
.fa-landmark-alt:before {
  content: "\F752";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-laptop-code:before {
  content: "\F5FC";
}
.fa-laravel:before {
  content: "\F3BD";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-laugh:before {
  content: "\F599";
}
.fa-laugh-beam:before {
  content: "\F59A";
}
.fa-laugh-squint:before {
  content: "\F59B";
}
.fa-laugh-wink:before {
  content: "\F59C";
}
.fa-layer-group:before {
  content: "\F5FD";
}
.fa-layer-minus:before {
  content: "\F5FE";
}
.fa-layer-plus:before {
  content: "\F5FF";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-leaf-heart:before {
  content: "\F4CB";
}
.fa-leaf-maple:before {
  content: "\F6F6";
}
.fa-leaf-oak:before {
  content: "\F6F7";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-lemon:before {
  content: "\F094";
}
.fa-less:before {
  content: "\F41D";
}
.fa-less-than:before {
  content: "\F536";
}
.fa-less-than-equal:before {
  content: "\F537";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-level-down-alt:before {
  content: "\F3BE";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-up-alt:before {
  content: "\F3BF";
}
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-lightbulb:before {
  content: "\F0EB";
}
.fa-lightbulb-dollar:before {
  content: "\F670";
}
.fa-lightbulb-exclamation:before {
  content: "\F671";
}
.fa-lightbulb-on:before {
  content: "\F672";
}
.fa-lightbulb-slash:before {
  content: "\F673";
}
.fa-lights-holiday:before {
  content: "\F7B2";
}
.fa-line:before {
  content: "\F3C0";
}
.fa-link:before {
  content: "\F0C1";
}
.fa-linkedin:before {
  content: "\F08C";
}
.fa-linkedin-in:before {
  content: "\F0E1";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-lips:before {
  content: "\F600";
}
.fa-lira-sign:before {
  content: "\F195";
}
.fa-list:before {
  content: "\F03A";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-location:before {
  content: "\F601";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-location-circle:before {
  content: "\F602";
}
.fa-location-slash:before {
  content: "\F603";
}
.fa-lock:before {
  content: "\F023";
}
.fa-lock-alt:before {
  content: "\F30D";
}
.fa-lock-open:before {
  content: "\F3C1";
}
.fa-lock-open-alt:before {
  content: "\F3C2";
}
.fa-long-arrow-alt-down:before {
  content: "\F309";
}
.fa-long-arrow-alt-left:before {
  content: "\F30A";
}
.fa-long-arrow-alt-right:before {
  content: "\F30B";
}
.fa-long-arrow-alt-up:before {
  content: "\F30C";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-loveseat:before {
  content: "\F4CC";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-luchador:before {
  content: "\F455";
}
.fa-luggage-cart:before {
  content: "\F59D";
}
.fa-lungs:before {
  content: "\F604";
}
.fa-lyft:before {
  content: "\F3C3";
}
.fa-mace:before {
  content: "\F6F8";
}
.fa-magento:before {
  content: "\F3C4";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-mail-bulk:before {
  content: "\F674";
}
.fa-mailchimp:before {
  content: "\F59E";
}
.fa-male:before {
  content: "\F183";
}
.fa-mandalorian:before {
  content: "\F50F";
}
.fa-mandolin:before {
  content: "\F6F9";
}
.fa-map:before {
  content: "\F279";
}
.fa-map-marked:before {
  content: "\F59F";
}
.fa-map-marked-alt:before {
  content: "\F5A0";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-map-marker-alt:before {
  content: "\F3C5";
}
.fa-map-marker-alt-slash:before {
  content: "\F605";
}
.fa-map-marker-check:before {
  content: "\F606";
}
.fa-map-marker-edit:before {
  content: "\F607";
}
.fa-map-marker-exclamation:before {
  content: "\F608";
}
.fa-map-marker-minus:before {
  content: "\F609";
}
.fa-map-marker-plus:before {
  content: "\F60A";
}
.fa-map-marker-question:before {
  content: "\F60B";
}
.fa-map-marker-slash:before {
  content: "\F60C";
}
.fa-map-marker-smile:before {
  content: "\F60D";
}
.fa-map-marker-times:before {
  content: "\F60E";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-markdown:before {
  content: "\F60F";
}
.fa-marker:before {
  content: "\F5A1";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mask:before {
  content: "\F6FA";
}
.fa-mastodon:before {
  content: "\F4F6";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-medal:before {
  content: "\F5A2";
}
.fa-medapps:before {
  content: "\F3C6";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-medium-m:before {
  content: "\F3C7";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-medrt:before {
  content: "\F3C8";
}
.fa-meetup:before {
  content: "\F2E0";
}
.fa-megaphone:before {
  content: "\F675";
}
.fa-megaport:before {
  content: "\F5A3";
}
.fa-meh:before {
  content: "\F11A";
}
.fa-meh-blank:before {
  content: "\F5A4";
}
.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}
.fa-memory:before {
  content: "\F538";
}
.fa-mendeley:before {
  content: "\F7B3";
}
.fa-menorah:before {
  content: "\F676";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-meteor:before {
  content: "\F753";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-alt:before {
  content: "\F3C9";
}
.fa-microphone-alt-slash:before {
  content: "\F539";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-microscope:before {
  content: "\F610";
}
.fa-microsoft:before {
  content: "\F3CA";
}
.fa-mind-share:before {
  content: "\F677";
}
.fa-minus:before {
  content: "\F068";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-minus-hexagon:before {
  content: "\F307";
}
.fa-minus-octagon:before {
  content: "\F308";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-mistletoe:before {
  content: "\F7B4";
}
.fa-mitten:before {
  content: "\F7B5";
}
.fa-mix:before {
  content: "\F3CB";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-mizuni:before {
  content: "\F3CC";
}
.fa-mobile:before {
  content: "\F10B";
}
.fa-mobile-alt:before {
  content: "\F3CD";
}
.fa-mobile-android:before {
  content: "\F3CE";
}
.fa-mobile-android-alt:before {
  content: "\F3CF";
}
.fa-modx:before {
  content: "\F285";
}
.fa-monero:before {
  content: "\F3D0";
}
.fa-money-bill:before {
  content: "\F0D6";
}
.fa-money-bill-alt:before {
  content: "\F3D1";
}
.fa-money-bill-wave:before {
  content: "\F53A";
}
.fa-money-bill-wave-alt:before {
  content: "\F53B";
}
.fa-money-check:before {
  content: "\F53C";
}
.fa-money-check-alt:before {
  content: "\F53D";
}
.fa-monitor-heart-rate:before {
  content: "\F611";
}
.fa-monkey:before {
  content: "\F6FB";
}
.fa-monument:before {
  content: "\F5A6";
}
.fa-moon:before {
  content: "\F186";
}
.fa-moon-cloud:before {
  content: "\F754";
}
.fa-moon-stars:before {
  content: "\F755";
}
.fa-mortar-pestle:before {
  content: "\F5A7";
}
.fa-mosque:before {
  content: "\F678";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-mountain:before {
  content: "\F6FC";
}
.fa-mountains:before {
  content: "\F6FD";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-mug-hot:before {
  content: "\F7B6";
}
.fa-mug-marshmallows:before {
  content: "\F7B7";
}
.fa-music:before {
  content: "\F001";
}
.fa-napster:before {
  content: "\F3D2";
}
.fa-narwhal:before {
  content: "\F6FE";
}
.fa-neos:before {
  content: "\F612";
}
.fa-network-wired:before {
  content: "\F6FF";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-newspaper:before {
  content: "\F1EA";
}
.fa-nimblr:before {
  content: "\F5A8";
}
.fa-nintendo-switch:before {
  content: "\F418";
}
.fa-node:before {
  content: "\F419";
}
.fa-node-js:before {
  content: "\F3D3";
}
.fa-not-equal:before {
  content: "\F53E";
}
.fa-notes-medical:before {
  content: "\F481";
}
.fa-npm:before {
  content: "\F3D4";
}
.fa-ns8:before {
  content: "\F3D5";
}
.fa-nutritionix:before {
  content: "\F3D6";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-octagon:before {
  content: "\F306";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-oil-can:before {
  content: "\F613";
}
.fa-oil-temp:before {
  content: "\F614";
}
.fa-old-republic:before {
  content: "\F510";
}
.fa-om:before {
  content: "\F679";
}
.fa-omega:before {
  content: "\F67A";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-ornament:before {
  content: "\F7B8";
}
.fa-osi:before {
  content: "\F41A";
}
.fa-otter:before {
  content: "\F700";
}
.fa-outdent:before {
  content: "\F03B";
}
.fa-page4:before {
  content: "\F3D7";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-paint-brush-alt:before {
  content: "\F5A9";
}
.fa-paint-roller:before {
  content: "\F5AA";
}
.fa-palette:before {
  content: "\F53F";
}
.fa-palfed:before {
  content: "\F3D8";
}
.fa-pallet:before {
  content: "\F482";
}
.fa-pallet-alt:before {
  content: "\F483";
}
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-parachute-box:before {
  content: "\F4CD";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-parking:before {
  content: "\F540";
}
.fa-parking-circle:before {
  content: "\F615";
}
.fa-parking-circle-slash:before {
  content: "\F616";
}
.fa-parking-slash:before {
  content: "\F617";
}
.fa-passport:before {
  content: "\F5AB";
}
.fa-pastafarianism:before {
  content: "\F67B";
}
.fa-paste:before {
  content: "\F0EA";
}
.fa-patreon:before {
  content: "\F3D9";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-paw-alt:before {
  content: "\F701";
}
.fa-paw-claws:before {
  content: "\F702";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-peace:before {
  content: "\F67C";
}
.fa-pegasus:before {
  content: "\F703";
}
.fa-pen:before {
  content: "\F304";
}
.fa-pen-alt:before {
  content: "\F305";
}
.fa-pen-fancy:before {
  content: "\F5AC";
}
.fa-pen-nib:before {
  content: "\F5AD";
}
.fa-pen-square:before {
  content: "\F14B";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-pencil-alt:before {
  content: "\F303";
}
.fa-pencil-paintbrush:before {
  content: "\F618";
}
.fa-pencil-ruler:before {
  content: "\F5AE";
}
.fa-pennant:before {
  content: "\F456";
}
.fa-penny-arcade:before {
  content: "\F704";
}
.fa-people-carry:before {
  content: "\F4CE";
}
.fa-percent:before {
  content: "\F295";
}
.fa-percentage:before {
  content: "\F541";
}
.fa-periscope:before {
  content: "\F3DA";
}
.fa-person-booth:before {
  content: "\F756";
}
.fa-person-carry:before {
  content: "\F4CF";
}
.fa-person-dolly:before {
  content: "\F4D0";
}
.fa-person-dolly-empty:before {
  content: "\F4D1";
}
.fa-person-sign:before {
  content: "\F757";
}
.fa-phabricator:before {
  content: "\F3DB";
}
.fa-phoenix-framework:before {
  content: "\F3DC";
}
.fa-phoenix-squadron:before {
  content: "\F511";
}
.fa-phone:before {
  content: "\F095";
}
.fa-phone-office:before {
  content: "\F67D";
}
.fa-phone-plus:before {
  content: "\F4D2";
}
.fa-phone-slash:before {
  content: "\F3DD";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-phone-volume:before {
  content: "\F2A0";
}
.fa-php:before {
  content: "\F457";
}
.fa-pi:before {
  content: "\F67E";
}
.fa-pie:before {
  content: "\F705";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-pied-piper-hat:before {
  content: "\F4E5";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pig:before {
  content: "\F706";
}
.fa-piggy-bank:before {
  content: "\F4D3";
}
.fa-pills:before {
  content: "\F484";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-place-of-worship:before {
  content: "\F67F";
}
.fa-plane:before {
  content: "\F072";
}
.fa-plane-alt:before {
  content: "\F3DE";
}
.fa-plane-arrival:before {
  content: "\F5AF";
}
.fa-plane-departure:before {
  content: "\F5B0";
}
.fa-play:before {
  content: "\F04B";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-playstation:before {
  content: "\F3DF";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-plus:before {
  content: "\F067";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-plus-hexagon:before {
  content: "\F300";
}
.fa-plus-octagon:before {
  content: "\F301";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-podium:before {
  content: "\F680";
}
.fa-podium-star:before {
  content: "\F758";
}
.fa-poll:before {
  content: "\F681";
}
.fa-poll-h:before {
  content: "\F682";
}
.fa-poll-people:before {
  content: "\F759";
}
.fa-poo:before {
  content: "\F2FE";
}
.fa-poo-storm:before {
  content: "\F75A";
}
.fa-poop:before {
  content: "\F619";
}
.fa-portrait:before {
  content: "\F3E0";
}
.fa-pound-sign:before {
  content: "\F154";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-pray:before {
  content: "\F683";
}
.fa-praying-hands:before {
  content: "\F684";
}
.fa-prescription:before {
  content: "\F5B1";
}
.fa-prescription-bottle:before {
  content: "\F485";
}
.fa-prescription-bottle-alt:before {
  content: "\F486";
}
.fa-presentation:before {
  content: "\F685";
}
.fa-print:before {
  content: "\F02F";
}
.fa-print-slash:before {
  content: "\F686";
}
.fa-procedures:before {
  content: "\F487";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-project-diagram:before {
  content: "\F542";
}
.fa-pumpkin:before {
  content: "\F707";
}
.fa-pushed:before {
  content: "\F3E1";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-python:before {
  content: "\F3E2";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-question:before {
  content: "\F128";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-question-square:before {
  content: "\F2FD";
}
.fa-quidditch:before {
  content: "\F458";
}
.fa-quinscape:before {
  content: "\F459";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-quran:before {
  content: "\F687";
}
.fa-r-project:before {
  content: "\F4F7";
}
.fa-rabbit:before {
  content: "\F708";
}
.fa-rabbit-fast:before {
  content: "\F709";
}
.fa-racquet:before {
  content: "\F45A";
}
.fa-radiation:before {
  content: "\F7B9";
}
.fa-radiation-alt:before {
  content: "\F7BA";
}
.fa-rainbow:before {
  content: "\F75B";
}
.fa-raindrops:before {
  content: "\F75C";
}
.fa-ram:before {
  content: "\F70A";
}
.fa-ramp-loading:before {
  content: "\F4D4";
}
.fa-random:before {
  content: "\F074";
}
.fa-raspberry-pi:before {
  content: "\F7BB";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-react:before {
  content: "\F41B";
}
.fa-reacteurope:before {
  content: "\F75D";
}
.fa-readme:before {
  content: "\F4D5";
}
.fa-rebel:before {
  content: "\F1D0";
}
.fa-receipt:before {
  content: "\F543";
}
.fa-rectangle-landscape:before {
  content: "\F2FA";
}
.fa-rectangle-portrait:before {
  content: "\F2FB";
}
.fa-rectangle-wide:before {
  content: "\F2FC";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-red-river:before {
  content: "\F3E3";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-redhat:before {
  content: "\F7BC";
}
.fa-redo:before {
  content: "\F01E";
}
.fa-redo-alt:before {
  content: "\F2F9";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-repeat:before {
  content: "\F363";
}
.fa-repeat-1:before {
  content: "\F365";
}
.fa-repeat-1-alt:before {
  content: "\F366";
}
.fa-repeat-alt:before {
  content: "\F364";
}
.fa-reply:before {
  content: "\F3E5";
}
.fa-reply-all:before {
  content: "\F122";
}
.fa-replyd:before {
  content: "\F3E6";
}
.fa-republican:before {
  content: "\F75E";
}
.fa-researchgate:before {
  content: "\F4F8";
}
.fa-resolving:before {
  content: "\F3E7";
}
.fa-restroom:before {
  content: "\F7BD";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-retweet-alt:before {
  content: "\F361";
}
.fa-rev:before {
  content: "\F5B2";
}
.fa-ribbon:before {
  content: "\F4D6";
}
.fa-ring:before {
  content: "\F70B";
}
.fa-road:before {
  content: "\F018";
}
.fa-robot:before {
  content: "\F544";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-rocketchat:before {
  content: "\F3E8";
}
.fa-rockrms:before {
  content: "\F3E9";
}
.fa-route:before {
  content: "\F4D7";
}
.fa-route-highway:before {
  content: "\F61A";
}
.fa-route-interstate:before {
  content: "\F61B";
}
.fa-rss:before {
  content: "\F09E";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-ruble-sign:before {
  content: "\F158";
}
.fa-ruler:before {
  content: "\F545";
}
.fa-ruler-combined:before {
  content: "\F546";
}
.fa-ruler-horizontal:before {
  content: "\F547";
}
.fa-ruler-triangle:before {
  content: "\F61C";
}
.fa-ruler-vertical:before {
  content: "\F548";
}
.fa-running:before {
  content: "\F70C";
}
.fa-rupee-sign:before {
  content: "\F156";
}
.fa-rv:before {
  content: "\F7BE";
}
.fa-sad-cry:before {
  content: "\F5B3";
}
.fa-sad-tear:before {
  content: "\F5B4";
}
.fa-safari:before {
  content: "\F267";
}
.fa-sass:before {
  content: "\F41E";
}
.fa-satellite:before {
  content: "\F7BF";
}
.fa-satellite-dish:before {
  content: "\F7C0";
}
.fa-save:before {
  content: "\F0C7";
}
.fa-scalpel:before {
  content: "\F61D";
}
.fa-scalpel-path:before {
  content: "\F61E";
}
.fa-scanner:before {
  content: "\F488";
}
.fa-scanner-keyboard:before {
  content: "\F489";
}
.fa-scanner-touchscreen:before {
  content: "\F48A";
}
.fa-scarecrow:before {
  content: "\F70D";
}
.fa-scarf:before {
  content: "\F7C1";
}
.fa-schlix:before {
  content: "\F3EA";
}
.fa-school:before {
  content: "\F549";
}
.fa-screwdriver:before {
  content: "\F54A";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-scroll:before {
  content: "\F70E";
}
.fa-scroll-old:before {
  content: "\F70F";
}
.fa-scrubber:before {
  content: "\F2F8";
}
.fa-scythe:before {
  content: "\F710";
}
.fa-sd-card:before {
  content: "\F7C2";
}
.fa-search:before {
  content: "\F002";
}
.fa-search-dollar:before {
  content: "\F688";
}
.fa-search-location:before {
  content: "\F689";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-searchengin:before {
  content: "\F3EB";
}
.fa-seedling:before {
  content: "\F4D8";
}
.fa-sellcast:before {
  content: "\F2DA";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-server:before {
  content: "\F233";
}
.fa-servicestack:before {
  content: "\F3EC";
}
.fa-shapes:before {
  content: "\F61F";
}
.fa-share:before {
  content: "\F064";
}
.fa-share-all:before {
  content: "\F367";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-sheep:before {
  content: "\F711";
}
.fa-shekel-sign:before {
  content: "\F20B";
}
.fa-shield:before {
  content: "\F132";
}
.fa-shield-alt:before {
  content: "\F3ED";
}
.fa-shield-check:before {
  content: "\F2F7";
}
.fa-shield-cross:before {
  content: "\F712";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-shipping-fast:before {
  content: "\F48B";
}
.fa-shipping-timed:before {
  content: "\F48C";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-shoe-prints:before {
  content: "\F54B";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-shopware:before {
  content: "\F5B5";
}
.fa-shovel:before {
  content: "\F713";
}
.fa-shovel-snow:before {
  content: "\F7C3";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-shredder:before {
  content: "\F68A";
}
.fa-shuttle-van:before {
  content: "\F5B6";
}
.fa-shuttlecock:before {
  content: "\F45B";
}
.fa-sigma:before {
  content: "\F68B";
}
.fa-sign:before {
  content: "\F4D9";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-sign-in-alt:before {
  content: "\F2F6";
}
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-sign-out-alt:before {
  content: "\F2F5";
}
.fa-signal:before {
  content: "\F012";
}
.fa-signal-1:before {
  content: "\F68C";
}
.fa-signal-2:before {
  content: "\F68D";
}
.fa-signal-3:before {
  content: "\F68E";
}
.fa-signal-4:before {
  content: "\F68F";
}
.fa-signal-alt:before {
  content: "\F690";
}
.fa-signal-alt-1:before {
  content: "\F691";
}
.fa-signal-alt-2:before {
  content: "\F692";
}
.fa-signal-alt-3:before {
  content: "\F693";
}
.fa-signal-alt-slash:before {
  content: "\F694";
}
.fa-signal-slash:before {
  content: "\F695";
}
.fa-signature:before {
  content: "\F5B7";
}
.fa-sim-card:before {
  content: "\F7C4";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-sistrix:before {
  content: "\F3EE";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-sith:before {
  content: "\F512";
}
.fa-skating:before {
  content: "\F7C5";
}
.fa-skeleton:before {
  content: "\F620";
}
.fa-sketch:before {
  content: "\F7C6";
}
.fa-ski-jump:before {
  content: "\F7C7";
}
.fa-ski-lift:before {
  content: "\F7C8";
}
.fa-skiing:before {
  content: "\F7C9";
}
.fa-skiing-nordic:before {
  content: "\F7CA";
}
.fa-skull:before {
  content: "\F54C";
}
.fa-skull-crossbones:before {
  content: "\F714";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-slack:before {
  content: "\F198";
}
.fa-slack-hash:before {
  content: "\F3EF";
}
.fa-slash:before {
  content: "\F715";
}
.fa-sledding:before {
  content: "\F7CB";
}
.fa-sleigh:before {
  content: "\F7CC";
}
.fa-sliders-h:before {
  content: "\F1DE";
}
.fa-sliders-h-square:before {
  content: "\F3F0";
}
.fa-sliders-v:before {
  content: "\F3F1";
}
.fa-sliders-v-square:before {
  content: "\F3F2";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-smile:before {
  content: "\F118";
}
.fa-smile-beam:before {
  content: "\F5B8";
}
.fa-smile-plus:before {
  content: "\F5B9";
}
.fa-smile-wink:before {
  content: "\F4DA";
}
.fa-smog:before {
  content: "\F75F";
}
.fa-smoke:before {
  content: "\F760";
}
.fa-smoking:before {
  content: "\F48D";
}
.fa-smoking-ban:before {
  content: "\F54D";
}
.fa-sms:before {
  content: "\F7CD";
}
.fa-snake:before {
  content: "\F716";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-snow-blowing:before {
  content: "\F761";
}
.fa-snowboarding:before {
  content: "\F7CE";
}
.fa-snowflake:before {
  content: "\F2DC";
}
.fa-snowflakes:before {
  content: "\F7CF";
}
.fa-snowman:before {
  content: "\F7D0";
}
.fa-snowmobile:before {
  content: "\F7D1";
}
.fa-snowplow:before {
  content: "\F7D2";
}
.fa-socks:before {
  content: "\F696";
}
.fa-solar-panel:before {
  content: "\F5BA";
}
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-alpha-down:before {
  content: "\F15D";
}
.fa-sort-alpha-up:before {
  content: "\F15E";
}
.fa-sort-amount-down:before {
  content: "\F160";
}
.fa-sort-amount-up:before {
  content: "\F161";
}
.fa-sort-down:before {
  content: "\F0DD";
}
.fa-sort-numeric-down:before {
  content: "\F162";
}
.fa-sort-numeric-up:before {
  content: "\F163";
}
.fa-sort-up:before {
  content: "\F0DE";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-sourcetree:before {
  content: "\F7D3";
}
.fa-spa:before {
  content: "\F5BB";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-spade:before {
  content: "\F2F4";
}
.fa-speakap:before {
  content: "\F3F3";
}
.fa-spider:before {
  content: "\F717";
}
.fa-spider-black-widow:before {
  content: "\F718";
}
.fa-spider-web:before {
  content: "\F719";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-spinner-third:before {
  content: "\F3F4";
}
.fa-splotch:before {
  content: "\F5BC";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-spray-can:before {
  content: "\F5BD";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-square-full:before {
  content: "\F45C";
}
.fa-square-root:before {
  content: "\F697";
}
.fa-square-root-alt:before {
  content: "\F698";
}
.fa-squarespace:before {
  content: "\F5BE";
}
.fa-squirrel:before {
  content: "\F71A";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-staff:before {
  content: "\F71B";
}
.fa-stamp:before {
  content: "\F5BF";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-and-crescent:before {
  content: "\F699";
}
.fa-star-christmas:before {
  content: "\F7D4";
}
.fa-star-exclamation:before {
  content: "\F2F3";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-star-half-alt:before {
  content: "\F5C0";
}
.fa-star-of-david:before {
  content: "\F69A";
}
.fa-star-of-life:before {
  content: "\F621";
}
.fa-stars:before {
  content: "\F762";
}
.fa-staylinked:before {
  content: "\F3F5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-steam-symbol:before {
  content: "\F3F6";
}
.fa-steering-wheel:before {
  content: "\F622";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-sticker-mule:before {
  content: "\F3F7";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-stocking:before {
  content: "\F7D5";
}
.fa-stomach:before {
  content: "\F623";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stopwatch:before {
  content: "\F2F2";
}
.fa-store:before {
  content: "\F54E";
}
.fa-store-alt:before {
  content: "\F54F";
}
.fa-strava:before {
  content: "\F428";
}
.fa-stream:before {
  content: "\F550";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-stripe:before {
  content: "\F429";
}
.fa-stripe-s:before {
  content: "\F42A";
}
.fa-stroopwafel:before {
  content: "\F551";
}
.fa-studiovinari:before {
  content: "\F3F8";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-subway:before {
  content: "\F239";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-suitcase-rolling:before {
  content: "\F5C1";
}
.fa-sun:before {
  content: "\F185";
}
.fa-sun-cloud:before {
  content: "\F763";
}
.fa-sun-dust:before {
  content: "\F764";
}
.fa-sun-haze:before {
  content: "\F765";
}
.fa-sunrise:before {
  content: "\F766";
}
.fa-sunset:before {
  content: "\F767";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-supple:before {
  content: "\F3F9";
}
.fa-surprise:before {
  content: "\F5C2";
}
.fa-suse:before {
  content: "\F7D6";
}
.fa-swatchbook:before {
  content: "\F5C3";
}
.fa-swimmer:before {
  content: "\F5C4";
}
.fa-swimming-pool:before {
  content: "\F5C5";
}
.fa-sword:before {
  content: "\F71C";
}
.fa-swords:before {
  content: "\F71D";
}
.fa-synagogue:before {
  content: "\F69B";
}
.fa-sync:before {
  content: "\F021";
}
.fa-sync-alt:before {
  content: "\F2F1";
}
.fa-syringe:before {
  content: "\F48E";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-table-tennis:before {
  content: "\F45D";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-tablet-alt:before {
  content: "\F3FA";
}
.fa-tablet-android:before {
  content: "\F3FB";
}
.fa-tablet-android-alt:before {
  content: "\F3FC";
}
.fa-tablet-rugged:before {
  content: "\F48F";
}
.fa-tablets:before {
  content: "\F490";
}
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-tachometer-alt:before {
  content: "\F3FD";
}
.fa-tachometer-alt-average:before {
  content: "\F624";
}
.fa-tachometer-alt-fast:before {
  content: "\F625";
}
.fa-tachometer-alt-fastest:before {
  content: "\F626";
}
.fa-tachometer-alt-slow:before {
  content: "\F627";
}
.fa-tachometer-alt-slowest:before {
  content: "\F628";
}
.fa-tachometer-average:before {
  content: "\F629";
}
.fa-tachometer-fast:before {
  content: "\F62A";
}
.fa-tachometer-fastest:before {
  content: "\F62B";
}
.fa-tachometer-slow:before {
  content: "\F62C";
}
.fa-tachometer-slowest:before {
  content: "\F62D";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-tally:before {
  content: "\F69C";
}
.fa-tape:before {
  content: "\F4DB";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-taxi:before {
  content: "\F1BA";
}
.fa-teamspeak:before {
  content: "\F4F9";
}
.fa-teeth:before {
  content: "\F62E";
}
.fa-teeth-open:before {
  content: "\F62F";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-telegram-plane:before {
  content: "\F3FE";
}
.fa-temperature-frigid:before {
  content: "\F768";
}
.fa-temperature-high:before {
  content: "\F769";
}
.fa-temperature-hot:before {
  content: "\F76A";
}
.fa-temperature-low:before {
  content: "\F76B";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-tenge:before {
  content: "\F7D7";
}
.fa-tennis-ball:before {
  content: "\F45E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-the-red-yeti:before {
  content: "\F69D";
}
.fa-theater-masks:before {
  content: "\F630";
}
.fa-themeco:before {
  content: "\F5C6";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-thermometer:before {
  content: "\F491";
}
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-theta:before {
  content: "\F69E";
}
.fa-think-peaks:before {
  content: "\F731";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbtack:before {
  content: "\F08D";
}
.fa-thunderstorm:before {
  content: "\F76C";
}
.fa-thunderstorm-moon:before {
  content: "\F76D";
}
.fa-thunderstorm-sun:before {
  content: "\F76E";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-ticket-alt:before {
  content: "\F3FF";
}
.fa-tilde:before {
  content: "\F69F";
}
.fa-times:before {
  content: "\F00D";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-times-hexagon:before {
  content: "\F2EE";
}
.fa-times-octagon:before {
  content: "\F2F0";
}
.fa-times-square:before {
  content: "\F2D3";
}
.fa-tint:before {
  content: "\F043";
}
.fa-tint-slash:before {
  content: "\F5C7";
}
.fa-tire:before {
  content: "\F631";
}
.fa-tire-flat:before {
  content: "\F632";
}
.fa-tire-pressure-warning:before {
  content: "\F633";
}
.fa-tire-rugged:before {
  content: "\F634";
}
.fa-tired:before {
  content: "\F5C8";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-toilet:before {
  content: "\F7D8";
}
.fa-toilet-paper:before {
  content: "\F71E";
}
.fa-toilet-paper-alt:before {
  content: "\F71F";
}
.fa-tombstone:before {
  content: "\F720";
}
.fa-tombstone-alt:before {
  content: "\F721";
}
.fa-toolbox:before {
  content: "\F552";
}
.fa-tools:before {
  content: "\F7D9";
}
.fa-tooth:before {
  content: "\F5C9";
}
.fa-toothbrush:before {
  content: "\F635";
}
.fa-torah:before {
  content: "\F6A0";
}
.fa-torii-gate:before {
  content: "\F6A1";
}
.fa-tornado:before {
  content: "\F76F";
}
.fa-tractor:before {
  content: "\F722";
}
.fa-trade-federation:before {
  content: "\F513";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-traffic-cone:before {
  content: "\F636";
}
.fa-traffic-light:before {
  content: "\F637";
}
.fa-traffic-light-go:before {
  content: "\F638";
}
.fa-traffic-light-slow:before {
  content: "\F639";
}
.fa-traffic-light-stop:before {
  content: "\F63A";
}
.fa-train:before {
  content: "\F238";
}
.fa-tram:before {
  content: "\F7DA";
}
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-trash-alt:before {
  content: "\F2ED";
}
.fa-treasure-chest:before {
  content: "\F723";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-tree-alt:before {
  content: "\F400";
}
.fa-tree-christmas:before {
  content: "\F7DB";
}
.fa-tree-decorated:before {
  content: "\F7DC";
}
.fa-tree-large:before {
  content: "\F7DD";
}
.fa-trees:before {
  content: "\F724";
}
.fa-trello:before {
  content: "\F181";
}
.fa-triangle:before {
  content: "\F2EC";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-trophy-alt:before {
  content: "\F2EB";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-truck-container:before {
  content: "\F4DC";
}
.fa-truck-couch:before {
  content: "\F4DD";
}
.fa-truck-loading:before {
  content: "\F4DE";
}
.fa-truck-monster:before {
  content: "\F63B";
}
.fa-truck-moving:before {
  content: "\F4DF";
}
.fa-truck-pickup:before {
  content: "\F63C";
}
.fa-truck-plow:before {
  content: "\F7DE";
}
.fa-truck-ramp:before {
  content: "\F4E0";
}
.fa-tshirt:before {
  content: "\F553";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-turkey:before {
  content: "\F725";
}
.fa-turtle:before {
  content: "\F726";
}
.fa-tv:before {
  content: "\F26C";
}
.fa-tv-retro:before {
  content: "\F401";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-typo3:before {
  content: "\F42B";
}
.fa-uber:before {
  content: "\F402";
}
.fa-ubuntu:before {
  content: "\F7DF";
}
.fa-uikit:before {
  content: "\F403";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-umbrella-beach:before {
  content: "\F5CA";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-undo:before {
  content: "\F0E2";
}
.fa-undo-alt:before {
  content: "\F2EA";
}
.fa-unicorn:before {
  content: "\F727";
}
.fa-union:before {
  content: "\F6A2";
}
.fa-uniregistry:before {
  content: "\F404";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-university:before {
  content: "\F19C";
}
.fa-unlink:before {
  content: "\F127";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-untappd:before {
  content: "\F405";
}
.fa-upload:before {
  content: "\F093";
}
.fa-ups:before {
  content: "\F7E0";
}
.fa-usb:before {
  content: "\F287";
}
.fa-usd-circle:before {
  content: "\F2E8";
}
.fa-usd-square:before {
  content: "\F2E9";
}
.fa-user:before {
  content: "\F007";
}
.fa-user-alt:before {
  content: "\F406";
}
.fa-user-alt-slash:before {
  content: "\F4FA";
}
.fa-user-astronaut:before {
  content: "\F4FB";
}
.fa-user-chart:before {
  content: "\F6A3";
}
.fa-user-check:before {
  content: "\F4FC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-clock:before {
  content: "\F4FD";
}
.fa-user-cog:before {
  content: "\F4FE";
}
.fa-user-crown:before {
  content: "\F6A4";
}
.fa-user-edit:before {
  content: "\F4FF";
}
.fa-user-friends:before {
  content: "\F500";
}
.fa-user-graduate:before {
  content: "\F501";
}
.fa-user-injured:before {
  content: "\F728";
}
.fa-user-lock:before {
  content: "\F502";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-user-minus:before {
  content: "\F503";
}
.fa-user-ninja:before {
  content: "\F504";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-user-shield:before {
  content: "\F505";
}
.fa-user-slash:before {
  content: "\F506";
}
.fa-user-tag:before {
  content: "\F507";
}
.fa-user-tie:before {
  content: "\F508";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-users:before {
  content: "\F0C0";
}
.fa-users-class:before {
  content: "\F63D";
}
.fa-users-cog:before {
  content: "\F509";
}
.fa-users-crown:before {
  content: "\F6A5";
}
.fa-usps:before {
  content: "\F7E1";
}
.fa-ussunnah:before {
  content: "\F407";
}
.fa-utensil-fork:before {
  content: "\F2E3";
}
.fa-utensil-knife:before {
  content: "\F2E4";
}
.fa-utensil-spoon:before {
  content: "\F2E5";
}
.fa-utensils:before {
  content: "\F2E7";
}
.fa-utensils-alt:before {
  content: "\F2E6";
}
.fa-vaadin:before {
  content: "\F408";
}
.fa-value-absolute:before {
  content: "\F6A6";
}
.fa-vector-square:before {
  content: "\F5CB";
}
.fa-venus:before {
  content: "\F221";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-vial:before {
  content: "\F492";
}
.fa-vials:before {
  content: "\F493";
}
.fa-viber:before {
  content: "\F409";
}
.fa-video:before {
  content: "\F03D";
}
.fa-video-plus:before {
  content: "\F4E1";
}
.fa-video-slash:before {
  content: "\F4E2";
}
.fa-vihara:before {
  content: "\F6A7";
}
.fa-vimeo:before {
  content: "\F40A";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-vimeo-v:before {
  content: "\F27D";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-vk:before {
  content: "\F189";
}
.fa-vnv:before {
  content: "\F40B";
}
.fa-volcano:before {
  content: "\F770";
}
.fa-volleyball-ball:before {
  content: "\F45F";
}
.fa-volume:before {
  content: "\F6A8";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-mute:before {
  content: "\F6A9";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-slash:before {
  content: "\F2E2";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-vote-nay:before {
  content: "\F771";
}
.fa-vote-yea:before {
  content: "\F772";
}
.fa-vr-cardboard:before {
  content: "\F729";
}
.fa-vuejs:before {
  content: "\F41F";
}
.fa-walking:before {
  content: "\F554";
}
.fa-wallet:before {
  content: "\F555";
}
.fa-wand:before {
  content: "\F72A";
}
.fa-wand-magic:before {
  content: "\F72B";
}
.fa-warehouse:before {
  content: "\F494";
}
.fa-warehouse-alt:before {
  content: "\F495";
}
.fa-watch:before {
  content: "\F2E1";
}
.fa-watch-fitness:before {
  content: "\F63E";
}
.fa-water:before {
  content: "\F773";
}
.fa-water-lower:before {
  content: "\F774";
}
.fa-water-rise:before {
  content: "\F775";
}
.fa-weebly:before {
  content: "\F5CC";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-weight:before {
  content: "\F496";
}
.fa-weight-hanging:before {
  content: "\F5CD";
}
.fa-weixin:before {
  content: "\F1D7";
}
.fa-whale:before {
  content: "\F72C";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-whatsapp-square:before {
  content: "\F40C";
}
.fa-wheat:before {
  content: "\F72D";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-whistle:before {
  content: "\F460";
}
.fa-whmcs:before {
  content: "\F40D";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-wifi-1:before {
  content: "\F6AA";
}
.fa-wifi-2:before {
  content: "\F6AB";
}
.fa-wifi-slash:before {
  content: "\F6AC";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-wind:before {
  content: "\F72E";
}
.fa-wind-warning:before {
  content: "\F776";
}
.fa-window:before {
  content: "\F40E";
}
.fa-window-alt:before {
  content: "\F40F";
}
.fa-window-close:before {
  content: "\F410";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-windsock:before {
  content: "\F777";
}
.fa-wine-bottle:before {
  content: "\F72F";
}
.fa-wine-glass:before {
  content: "\F4E3";
}
.fa-wine-glass-alt:before {
  content: "\F5CE";
}
.fa-wix:before {
  content: "\F5CF";
}
.fa-wizards-of-the-coast:before {
  content: "\F730";
}
.fa-wolf-pack-battalion:before {
  content: "\F514";
}
.fa-won-sign:before {
  content: "\F159";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-wordpress-simple:before {
  content: "\F411";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-wpressr:before {
  content: "\F3E4";
}
.fa-wreath:before {
  content: "\F7E2";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-x-ray:before {
  content: "\F497";
}
.fa-xbox:before {
  content: "\F412";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-yandex:before {
  content: "\F413";
}
.fa-yandex-international:before {
  content: "\F414";
}
.fa-yarn:before {
  content: "\F7E3";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-yen-sign:before {
  content: "\F157";
}
.fa-yin-yang:before {
  content: "\F6AD";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-youtube-square:before {
  content: "\F431";
}
.fa-zhihu:before {
  content: "\F63F";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url('/core/fonts/fa-brands-400.eot');
  src: url('/core/fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('/core/fonts/fa-brands-400.woff2') format('woff2'), url('/core/fonts/fa-brands-400.woff') format('woff'), url('/core/fonts/fa-brands-400.ttf') format('truetype'), url('/core/fonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url('/core/fonts/fa-light-300.eot');
  src: url('/core/fonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('/core/fonts/fa-light-300.woff2') format('woff2'), url('/core/fonts/fa-light-300.woff') format('woff'), url('/core/fonts/fa-light-300.ttf') format('truetype'), url('/core/fonts/fa-light-300.svg#fontawesome') format('svg');
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('/core/fonts/fa-regular-400.eot');
  src: url('/core/fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('/core/fonts/fa-regular-400.woff2') format('woff2'), url('/core/fonts/fa-regular-400.woff') format('woff'), url('/core/fonts/fa-regular-400.ttf') format('truetype'), url('/core/fonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  src: url('/core/fonts/fa-solid-900.eot');
  src: url('/core/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/core/fonts/fa-solid-900.woff2') format('woff2'), url('/core/fonts/fa-solid-900.woff') format('woff'), url('/core/fonts/fa-solid-900.ttf') format('truetype'), url('/core/fonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
/*
 * Buttons
 */
/*
 * Button Groups
 */
.buttonGroup {
  *zoom: 1;
  float: left;
  width: 100%;
  clear: both;
}
.buttonGroup:before,
.buttonGroup:after {
  content: "";
  display: table;
}
.buttonGroup:after {
  clear: both;
}
.buttonGroup .button {
  float: left;
  display: block;
  margin-right: 20px;
}
.buttonInline {
  float: left;
  width: 100%;
}
.buttonInline .inputWrap {
  width: 70%;
}
.buttonInline button,
.buttonInline .button,
.buttonInline .buttonActive {
  width: 30%;
  padding: 9px 10px;
  line-height: normal;
}
@media all and (max-width: 640px) {
  .buttonInline {
    width: 100%;
    padding: 0;
  }
  .buttonInline .inputWrap {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .buttonInline button,
  .buttonInline .button {
    width: 100%;
  }
}
/*
 * Button Styling
 */
.button {
  position: relative;
  display: inline-block;
  background: #DA2150;
  margin: 0 0 20px;
  padding: 12px 20px 10px;
  cursor: pointer;
  text-align: center;
  border: 0;
  outline: none;
  text-transform: uppercase;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.45px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: 1.125rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 8px;
  text-decoration: none;
}
.button:hover,
.button:focus {
  background: #991738;
}
.button i {
  padding-left: 10px;
}
.button.buttonSmall {
  font-size: 0.8125rem;
}
.button.buttonLarge {
  font-size: 1.375rem;
}
.button[disabled] {
  opacity: 0.5;
}
.button.buttonPrimary {
  background: #DA2150;
  border: 1px solid #DA2150;
}
.button.buttonPrimary.buttonOutline {
  background: transparent;
  color: #DA2150;
  border-color: #DA2150;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonPrimary.buttonOutline:hover,
.button.buttonPrimary.buttonOutline:focus {
  border-color: #DA2150;
  background: #DA2150;
  color: #fff;
}
.button.buttonPrimary:hover,
.button.buttonPrimary:focus {
  background: #991738;
  border-color: #991738;
}
.button.buttonSecondary {
  background: #069EC5;
  border: 1px solid #069EC5;
}
.button.buttonSecondary.buttonOutline {
  background: transparent;
  color: #069EC5;
  border-color: #069EC5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonSecondary.buttonOutline:hover,
.button.buttonSecondary.buttonOutline:focus {
  border-color: #069EC5;
  background: #069EC5;
  color: #fff;
}
.button.buttonSecondary:hover,
.button.buttonSecondary:focus {
  background: #046f8a;
  border-color: #046f8a;
}
.button.buttonDark {
  background: #474747;
  border: 1px solid #474747;
}
.button.buttonDark.buttonOutline {
  background: transparent;
  color: #474747;
  border-color: #474747;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonDark.buttonOutline:hover,
.button.buttonDark.buttonOutline:focus {
  border-color: #474747;
  background: #474747;
  color: #fff;
}
.button.buttonDark:hover,
.button.buttonDark:focus {
  background: #323232;
  border-color: #323232;
}
.button.buttonLight {
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
}
.button.buttonLight.buttonOutline {
  background: transparent;
  color: #EFEFEF;
  border-color: #EFEFEF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonLight.buttonOutline:hover,
.button.buttonLight.buttonOutline:focus {
  border-color: #EFEFEF;
  background: #EFEFEF;
  color: #fff;
}
.button.buttonLight:hover,
.button.buttonLight:focus {
  background: #a7a7a7;
  border-color: #a7a7a7;
}
.button.buttonAlert {
  background: #e1283c;
  border: 1px solid #e1283c;
}
.button.buttonAlert.buttonOutline {
  background: transparent;
  color: #e1283c;
  border-color: #e1283c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonAlert.buttonOutline:hover,
.button.buttonAlert.buttonOutline:focus {
  border-color: #e1283c;
  background: #e1283c;
  color: #fff;
}
.button.buttonAlert:hover,
.button.buttonAlert:focus {
  background: #a31726;
  border-color: #a31726;
}
.button.buttonSuccess {
  background: #cce769;
  border: 1px solid #cce769;
}
.button.buttonSuccess.buttonOutline {
  background: transparent;
  color: #cce769;
  border-color: #cce769;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonSuccess.buttonOutline:hover,
.button.buttonSuccess.buttonOutline:focus {
  border-color: #cce769;
  background: #cce769;
  color: #fff;
}
.button.buttonSuccess:hover,
.button.buttonSuccess:focus {
  background: #a6cb20;
  border-color: #a6cb20;
}
.button.buttonInformation {
  background: #e8de80;
  border: 1px solid #e8de80;
}
.button.buttonInformation.buttonOutline {
  background: transparent;
  color: #e8de80;
  border-color: #e8de80;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonInformation.buttonOutline:hover,
.button.buttonInformation.buttonOutline:focus {
  border-color: #e8de80;
  background: #e8de80;
  color: #fff;
}
.button.buttonInformation:hover,
.button.buttonInformation:focus {
  background: #d5c527;
  border-color: #d5c527;
}
.button.buttonMed {
  background: #848484;
  border: 1px solid #848484;
}
.button.buttonMed.buttonOutline {
  background: transparent;
  color: #848484;
  border-color: #848484;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonMed.buttonOutline:hover,
.button.buttonMed.buttonOutline:focus {
  border-color: #848484;
  background: #848484;
  color: #fff;
}
.button.buttonMed:hover,
.button.buttonMed:focus {
  background: #5c5c5c;
  border-color: #5c5c5c;
}
.button.buttonMtc {
  background: #0f55c4;
  border: 1px solid #0f55c4;
}
.button.buttonMtc.buttonOutline {
  background: transparent;
  color: #0f55c4;
  border-color: #0f55c4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonMtc.buttonOutline:hover,
.button.buttonMtc.buttonOutline:focus {
  border-color: #0f55c4;
  background: #0f55c4;
  color: #fff;
}
.button.buttonMtc:hover,
.button.buttonMtc:focus {
  background: #0a3b89;
  border-color: #0a3b89;
}
.chosen-container {
  position: relative;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  width: 100%;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  width: 100%;
  border-top: 0;
  background: #fff;
  z-index: 6000;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.chosen-container .search-choice .group-name::after,
.chosen-container .chosen-single .group-name::after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: left;
  padding: 0 35px 0 10px;
  height: 45px;
  background-color: #fff;
  text-decoration: none;
  white-space: nowrap;
  line-height: 45px;
  color: #474747;
  border-radius: 8px;
  border: 1px solid #dde3e8;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.chosen-container .chosen-single span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 43px;
}
.chosen-container .chosen-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container .chosen-single div {
  position: absolute;
  top: 0;
  right: 25px;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container .chosen-single div b:after {
  position: absolute;
  right: -15px;
  top: 0;
  color: #474747;
  content: "\F107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.chosen-container.chosen-container-active .chosen-single {
  border: 1px solid #DA2150;
}
.chosen-container.chosen-with-drop .chosen-single {
  border-radius: 8px 8px 0 0;
}
.chosen-container.chosen-with-dropup .chosen-single {
  border-radius: 0 0 8px 8px;
}
.chosen-container .chosen-search,
.chosen-container .search-field {
  *zoom: 1;
  position: relative;
  z-index: 1010;
  margin: 10px;
  padding: 0;
  white-space: nowrap;
  width: calc(100% - 20px);
  float: left;
}
.chosen-container .chosen-search:before,
.chosen-container .search-field:before,
.chosen-container .chosen-search:after,
.chosen-container .search-field:after {
  content: "";
  display: table;
}
.chosen-container .chosen-search:after,
.chosen-container .search-field:after {
  clear: both;
}
.chosen-container .chosen-search:after,
.chosen-container .search-field:after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  content: "\F002";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  z-index: 1000;
}
.chosen-container .chosen-search a,
.chosen-container .search-field a {
  text-decoration: none;
}
.chosen-container .chosen-search input[type="search"],
.chosen-container .search-field input[type="search"] {
  float: none;
  outline: 0;
  padding: 5px 10px;
  width: 100% !important;
}
.chosen-container .chosen-search input[type="search"]:focus,
.chosen-container .search-field input[type="search"]:focus {
  border: 1px solid #dde3e8;
  box-shadow: none;
}
.chosen-drop {
  margin-top: -3px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  text-align: left;
  border: 1px solid #DA2150;
  border-top: 0;
  overflow: hidden;
}
.chosen-drop.chosen-dropup {
  margin-top: 0;
  margin-bottom: -3px;
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #DA2150;
  border-bottom: 0;
}
.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}
.chosen-container .chosen-results li {
  margin: 0;
  padding: 5px 10px;
  list-style-type: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  color: #474747;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container .chosen-results li.active-result {
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #DA2150;
  color: #fff;
}
.chosen-container .chosen-results li .group-result {
  display: list-item;
  cursor: default;
}
.chosen-container .chosen-results li .group-option {
  padding-left: 15px;
}
.chosen-container-multi .search-field {
  position: static;
  float: none;
  clear: none;
  width: auto;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto !important;
  background: #fff;
  border: 1px solid #dde3e8;
  border-radius: 8px;
  cursor: text;
  margin: 0;
  padding: 3px;
}
.chosen-container-multi .chosen-choices.chosen-with-drop {
  border-radius: 8px 8px 0 0;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style-type: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
}
.chosen-container-multi .chosen-choices li.search-field input[type="search"] {
  border: none;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  padding: 3px 20px 3px 5px;
  margin: 3px;
  max-width: 100%;
  background-repeat: repeat-x;
  background-clip: padding-box;
  color: #fff;
  cursor: default;
  background-color: #848484;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 3px 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 8px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  position: relative;
  color: #474747;
  content: "\F00D";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop.chosen-dropup {
  border-radius: 4px 4px 0 0;
  margin-bottom: -2px;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-disabled {
  cursor: default;
  pointer-events: none;
}
.chosen-disabled .chosen-single {
  cursor: default;
  background: #EFEFEF;
  border: 1px solid #dde3e8;
  color: #848484;
}
.chosen-disabled .chosen-single div b:after {
  color: #848484;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.chosen-container-active .chosen-with-dropup .chosen-single {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.mobileChosen {
  position: relative;
  min-width: 200px;
}
.mobileChosen select {
  display: block !important;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 998;
}
/*
 * Vanilla Datepicker Styles
 */
.row .datepickerWrap {
  position: relative;
  *zoom: 1;
  max-width: 230px;
  clear: both;
}
.row .datepickerWrap:before,
.row .datepickerWrap:after {
  content: "";
  display: table;
}
.row .datepickerWrap:after {
  clear: both;
}
.row .datepickerWrap input[type="text"] {
  float: none;
}
.row .datepickerWrap:after {
  color: inherit;
  content: "\F073";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
}
.datePicker {
  cursor: pointer;
  width: 65%;
}
.ui-datepicker {
  background: #EFEFEF;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0 3px 3px;
  z-index: 10000 !important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  z-index: 999;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-size: 1.125rem;
  padding: 15px 0;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #dde3e8;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 999;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 10px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  font-size: 1.375rem;
  color: #474747;
  content: "\F105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  right: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 10px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  font-size: 1.5625rem;
  color: #474747;
  content: "\F104";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  left: 0;
}
.ui-datepicker .ui-datepicker-calendar {
  border: 0;
  table-layout: auto;
  background: #fff;
  margin: 0;
}
.ui-datepicker .ui-datepicker-calendar thead {
  color: #DA2150;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  padding: 7.5px 9px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
  position: relative;
  font-size: 0.75rem;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 0;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-calendar th.ui-state-disabled,
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-calendar td a {
  color: #3c3c3c;
  display: block;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  border: 0;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background: rgba(218, 33, 80, 0.3);
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day {
  background: #DA2150;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
  color: #fff;
}
.ui-datepicker .ui-datepicker-buttonpane {
  padding: 5px 10px;
  *zoom: 1;
}
.ui-datepicker .ui-datepicker-buttonpane:before,
.ui-datepicker .ui-datepicker-buttonpane:after {
  content: "";
  display: table;
}
.ui-datepicker .ui-datepicker-buttonpane:after {
  clear: both;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  background: 0;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-priority-secondary {
  float: left;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-priority-primary {
  float: right;
}
.ui-datepicker .ui-slider {
  position: relative;
  background: rgba(71, 71, 71, 0.5);
}
.ui-datepicker .ui-slider-horizontal {
  height: 12px;
}
.ui-datepicker .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: default;
  touch-action: none;
  top: -4px;
  margin: 0 0 0 -6px;
  background: #474747;
  font-weight: normal;
}
.ui-datepicker .ui_tpicker_time_label,
.ui-datepicker .ui_tpicker_hour_label,
.ui-datepicker .ui_tpicker_minute_label {
  padding: 10px;
  font-size: 0.875rem;
  font-weight: bold;
  clear: both;
}
.ui-datepicker .ui_tpicker_hour,
.ui-datepicker .ui_tpicker_minute {
  display: block;
  margin: 0 20px 10px;
  width: calc(100% - 40px);
}
.ui-datepicker .ui_tpicker_time_input[disabled] {
  background: none;
  border: none;
}
.ui-datepicker .ui_tpicker_time_label {
  float: left;
  width: 100px;
}
.ui-datepicker .ui_tpicker_time {
  float: left;
  width: calc(100% - 110px);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui_tpicker_unit_hide {
  display: none;
}
/*
 * Form Styles
 */
form {
  *zoom: 1;
  /*
     * Hide Anti Spam Field
     */
}
form:before,
form:after {
  content: "";
  display: table;
}
form:after {
  clear: both;
}
form fieldset {
  border: 0;
  margin: 0 0 20px;
  padding: 0;
}
form fieldset:last-child {
  margin-bottom: 0;
}
form legend {
  display: none;
}
form .buttonGroup:last-child {
  margin-bottom: 0;
}
form.withBackground {
  background: #EFEFEF;
  padding: 20px 20px 0;
}
form .answer {
  display: none;
}
/*
 * Datepicker styles
 */
.ui-datepicker-div a {
  text-decoration: none;
}
.row {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  *zoom: 1;
  /*
     * Checkboxes
     */
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row label {
  float: left;
  padding: 0 0 15px;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #474747;
}
.row label .formRequired {
  color: #e76f8c;
}
.row .inputWrap,
.row .datepickerWrap {
  float: left;
  width: 100%;
}
.row input:not([type="checkbox"]):not([type="radio"]),
.row textarea,
.row select,
.row .chosen-search input {
  float: left;
  position: relative;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #dde3e8;
  line-height: normal;
  border-radius: 8px;
  color: #474747;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.row input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.row textarea::-webkit-input-placeholder,
.row select::-webkit-input-placeholder,
.row .chosen-search input::-webkit-input-placeholder {
  color: #616161;
}
.row input:not([type="checkbox"]):not([type="radio"]):-moz-placeholder,
.row textarea:-moz-placeholder,
.row select:-moz-placeholder,
.row .chosen-search input:-moz-placeholder {
  /* Firefox 18- */
  color: #616161;
}
.row input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.row textarea::-moz-placeholder,
.row select::-moz-placeholder,
.row .chosen-search input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #616161;
}
.row input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
.row textarea:-ms-input-placeholder,
.row select:-ms-input-placeholder,
.row .chosen-search input:-ms-input-placeholder {
  color: #616161;
}
.row input:not([type="checkbox"]):not([type="radio"]):focus,
.row textarea:focus,
.row select:focus,
.row .chosen-search input:focus {
  border: 1px solid #DA2150;
}
.row .validationMessage {
  *zoom: 1;
  clear: both;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 10px 0;
  z-index: 5;
  border-radius: 8px;
  font-size: 0.875em;
  font-weight: 400;
  display: none;
  line-height: 22px;
}
.row .validationMessage:before,
.row .validationMessage:after {
  content: "";
  display: table;
}
.row .validationMessage:after {
  clear: both;
}
.row .buttonInline {
  clear: both;
  display: -webkit-box;
  display: flex;
}
@media all and (max-width: 640px) {
  .row .buttonInline {
    display: block;
  }
}
.row .buttonInline:after {
  display: none;
}
.row .buttonInline select,
.row .buttonInline input,
.row .buttonInline .chosen-single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 200px;
  -webkit-box-flex: 1;
          flex: 1 0;
}
@media all and (max-width: 640px) {
  .row .buttonInline select,
  .row .buttonInline input,
  .row .buttonInline .chosen-single {
    margin-bottom: 10px;
    width: 100%;
  }
}
.row .buttonInline button,
.row .buttonInline .button,
.row .buttonInline .buttonAlt {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin: 0;
  white-space: nowrap;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media all and (max-width: 640px) {
  .row .buttonInline button,
  .row .buttonInline .button,
  .row .buttonInline .buttonAlt {
    width: 100%;
    border-radius: 8px;
  }
}
.row.errorWrap .validationMessage,
.row.successWrap .validationMessage {
  display: block;
}
.row.errorWrap .inputWrap,
.row.successWrap .inputWrap,
.row.errorWrap .datepickerWrap,
.row.successWrap .datepickerWrap {
  position: relative;
}
.row.errorWrap .inputWrap:after,
.row.successWrap .inputWrap:after,
.row.errorWrap .datepickerWrap:after,
.row.successWrap .datepickerWrap:after {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 10;
}
.row.errorWrap .validationMessage {
  color: #e1283c;
}
.row.errorWrap .inputWrap:after {
  font-size: 1rem;
  color: #e1283c;
  content: "\F06A";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.row.errorWrap input:not([type="checkbox"]):not([type="radio"]),
.row.errorWrap textarea,
.row.errorWrap select,
.row.errorWrap .chosen-search input,
.row.errorWrap .chosen-container .chosen-single {
  border-color: #e1283c;
}
.row.errorWrap .chosen-container .chosen-single div b:after {
  display: none;
}
.row.successWrap .validationMessage {
  color: #cce769;
}
.row.successWrap .inputWrap:after {
  font-size: 1rem;
  color: #cce769;
  content: "\F058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.row.successWrap input:not([type="checkbox"]):not([type="radio"]),
.row.successWrap textarea,
.row.successWrap select,
.row.successWrap .chosen-search input {
  border-color: #cce769;
}
.row input[disabled] {
  background: #EFEFEF;
  border: 1px solid #dde3e8;
}
.row input[type=checkbox] {
  float: left;
  display: inline;
  margin: 20px;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.row input[type=checkbox],
.row input[type=radio] {
  position: absolute;
  left: -9999px;
  /*
         * Set outline when keyboarding
         */
}
.row input[type=checkbox] + label,
.row input[type=radio] + label {
  position: relative;
  float: left;
  padding: 0 0 0 30px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 100%;
}
.row input[type=checkbox] + label:before,
.row input[type=radio] + label:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #dde3e8;
  cursor: pointer;
  content: '';
  background: #fff;
  border-radius: 8px;
}
.row input[type=checkbox] + label:after,
.row input[type=radio] + label:after {
  position: absolute;
  top: 14px;
  left: 5px;
  font-size: 0.9375rem;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #DA2150;
  content: "\F00C";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  border-radius: 8px;
}
.row input[type=checkbox]:checked + label:after,
.row input[type=radio]:checked + label:after {
  opacity: 1;
}
.row input[type=checkbox][type=radio],
.row input[type=radio][type=radio] {
  /*
             * Set outline when keyboarding
             */
}
.row input[type=checkbox][type=radio] + label:before,
.row input[type=radio][type=radio] + label:before {
  border-radius: 100%;
  content: '';
}
.row input[type=checkbox][type=radio] + label:after,
.row input[type=radio][type=radio] + label:after {
  position: absolute;
  top: 7px;
  left: 5px;
  background: #fff;
  width: 12px;
  height: 12px;
  background: #DA2150;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  content: '';
}
.row input[type=checkbox][type=radio]:focus + label:before,
.row input[type=radio][type=radio]:focus + label:before {
  border: 1px solid #DA2150;
}
.row input[type=checkbox][type=radio]:checked + label:after,
.row input[type=radio][type=radio]:checked + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.row input[type=checkbox]:focus + label:before,
.row input[type=radio]:focus + label:before {
  border: 1px solid #DA2150;
}
/*
 * File upload styling
 */
.fileUpload label {
  margin: 0 0 20px;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  position: relative;
  display: inline-block;
  background: #DA2150;
  padding: 16px 20px 14px;
  cursor: pointer;
  text-align: center;
  border: 0;
  outline: none;
  text-transform: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: 1.125rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 8px;
  text-decoration: none;
  margin: 0;
}
.fileUpload label:hover,
.fileUpload label:focus {
  background: #991738;
}
.fileUpload label i {
  padding-left: 10px;
}
.fileUpload label.buttonSmall {
  font-size: 0.8125rem;
}
.fileUpload label.buttonLarge {
  font-size: 1.375rem;
}
.fileUpload label[disabled] {
  opacity: 0.5;
}
.fileUpload label.buttonPrimary {
  background: #DA2150;
  border: 1px solid #DA2150;
}
.fileUpload label.buttonPrimary.buttonOutline {
  background: transparent;
  color: #DA2150;
  border-color: #DA2150;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonPrimary.buttonOutline:hover,
.fileUpload label.buttonPrimary.buttonOutline:focus {
  border-color: #DA2150;
  background: #DA2150;
  color: #fff;
}
.fileUpload label.buttonPrimary:hover,
.fileUpload label.buttonPrimary:focus {
  background: #991738;
  border-color: #991738;
}
.fileUpload label.buttonSecondary {
  background: #069EC5;
  border: 1px solid #069EC5;
}
.fileUpload label.buttonSecondary.buttonOutline {
  background: transparent;
  color: #069EC5;
  border-color: #069EC5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonSecondary.buttonOutline:hover,
.fileUpload label.buttonSecondary.buttonOutline:focus {
  border-color: #069EC5;
  background: #069EC5;
  color: #fff;
}
.fileUpload label.buttonSecondary:hover,
.fileUpload label.buttonSecondary:focus {
  background: #046f8a;
  border-color: #046f8a;
}
.fileUpload label.buttonDark {
  background: #474747;
  border: 1px solid #474747;
}
.fileUpload label.buttonDark.buttonOutline {
  background: transparent;
  color: #474747;
  border-color: #474747;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonDark.buttonOutline:hover,
.fileUpload label.buttonDark.buttonOutline:focus {
  border-color: #474747;
  background: #474747;
  color: #fff;
}
.fileUpload label.buttonDark:hover,
.fileUpload label.buttonDark:focus {
  background: #323232;
  border-color: #323232;
}
.fileUpload label.buttonLight {
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
}
.fileUpload label.buttonLight.buttonOutline {
  background: transparent;
  color: #EFEFEF;
  border-color: #EFEFEF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonLight.buttonOutline:hover,
.fileUpload label.buttonLight.buttonOutline:focus {
  border-color: #EFEFEF;
  background: #EFEFEF;
  color: #fff;
}
.fileUpload label.buttonLight:hover,
.fileUpload label.buttonLight:focus {
  background: #a7a7a7;
  border-color: #a7a7a7;
}
.fileUpload label.buttonAlert {
  background: #e1283c;
  border: 1px solid #e1283c;
}
.fileUpload label.buttonAlert.buttonOutline {
  background: transparent;
  color: #e1283c;
  border-color: #e1283c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonAlert.buttonOutline:hover,
.fileUpload label.buttonAlert.buttonOutline:focus {
  border-color: #e1283c;
  background: #e1283c;
  color: #fff;
}
.fileUpload label.buttonAlert:hover,
.fileUpload label.buttonAlert:focus {
  background: #a31726;
  border-color: #a31726;
}
.fileUpload label.buttonSuccess {
  background: #cce769;
  border: 1px solid #cce769;
}
.fileUpload label.buttonSuccess.buttonOutline {
  background: transparent;
  color: #cce769;
  border-color: #cce769;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonSuccess.buttonOutline:hover,
.fileUpload label.buttonSuccess.buttonOutline:focus {
  border-color: #cce769;
  background: #cce769;
  color: #fff;
}
.fileUpload label.buttonSuccess:hover,
.fileUpload label.buttonSuccess:focus {
  background: #a6cb20;
  border-color: #a6cb20;
}
.fileUpload label.buttonInformation {
  background: #e8de80;
  border: 1px solid #e8de80;
}
.fileUpload label.buttonInformation.buttonOutline {
  background: transparent;
  color: #e8de80;
  border-color: #e8de80;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonInformation.buttonOutline:hover,
.fileUpload label.buttonInformation.buttonOutline:focus {
  border-color: #e8de80;
  background: #e8de80;
  color: #fff;
}
.fileUpload label.buttonInformation:hover,
.fileUpload label.buttonInformation:focus {
  background: #d5c527;
  border-color: #d5c527;
}
.fileUpload label.buttonMed {
  background: #848484;
  border: 1px solid #848484;
}
.fileUpload label.buttonMed.buttonOutline {
  background: transparent;
  color: #848484;
  border-color: #848484;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonMed.buttonOutline:hover,
.fileUpload label.buttonMed.buttonOutline:focus {
  border-color: #848484;
  background: #848484;
  color: #fff;
}
.fileUpload label.buttonMed:hover,
.fileUpload label.buttonMed:focus {
  background: #5c5c5c;
  border-color: #5c5c5c;
}
.fileUpload label.buttonMtc {
  background: #0f55c4;
  border: 1px solid #0f55c4;
}
.fileUpload label.buttonMtc.buttonOutline {
  background: transparent;
  color: #0f55c4;
  border-color: #0f55c4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonMtc.buttonOutline:hover,
.fileUpload label.buttonMtc.buttonOutline:focus {
  border-color: #0f55c4;
  background: #0f55c4;
  color: #fff;
}
.fileUpload label.buttonMtc:hover,
.fileUpload label.buttonMtc:focus {
  background: #0a3b89;
  border-color: #0a3b89;
}
.fileUpload label:hover {
  background: #991738;
}
.fileUpload label i {
  padding-left: 10px;
}
.fileUpload label.buttonSmall {
  font-size: 0.8125rem;
}
.fileUpload label.buttonLarge {
  font-size: 1.375rem;
}
.fileUpload label[disabled] {
  opacity: 0.5;
}
.fileUpload label.iconLeft i {
  padding: 0 10px 0 0;
}
.fileUpload label.iconRight i {
  padding: 0 0 0 10px;
}
.fileUpload label.full {
  width: 100%;
}
.fileUpload label:hover,
.fileUpload label:focus {
  background: #991738;
}
.fileUpload label i {
  padding-left: 10px;
}
.fileUpload label.buttonSmall {
  font-size: 0.8125rem;
}
.fileUpload label.buttonLarge {
  font-size: 1.375rem;
}
.fileUpload label[disabled] {
  opacity: 0.5;
}
.fileUpload label.buttonPrimary {
  background: #DA2150;
  border: 1px solid #DA2150;
}
.fileUpload label.buttonPrimary.buttonOutline {
  background: transparent;
  color: #DA2150;
  border-color: #DA2150;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonPrimary.buttonOutline:hover,
.fileUpload label.buttonPrimary.buttonOutline:focus {
  border-color: #DA2150;
  background: #DA2150;
  color: #fff;
}
.fileUpload label.buttonPrimary:hover,
.fileUpload label.buttonPrimary:focus {
  background: #991738;
  border-color: #991738;
}
.fileUpload label.buttonSecondary {
  background: #069EC5;
  border: 1px solid #069EC5;
}
.fileUpload label.buttonSecondary.buttonOutline {
  background: transparent;
  color: #069EC5;
  border-color: #069EC5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonSecondary.buttonOutline:hover,
.fileUpload label.buttonSecondary.buttonOutline:focus {
  border-color: #069EC5;
  background: #069EC5;
  color: #fff;
}
.fileUpload label.buttonSecondary:hover,
.fileUpload label.buttonSecondary:focus {
  background: #046f8a;
  border-color: #046f8a;
}
.fileUpload label.buttonDark {
  background: #474747;
  border: 1px solid #474747;
}
.fileUpload label.buttonDark.buttonOutline {
  background: transparent;
  color: #474747;
  border-color: #474747;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonDark.buttonOutline:hover,
.fileUpload label.buttonDark.buttonOutline:focus {
  border-color: #474747;
  background: #474747;
  color: #fff;
}
.fileUpload label.buttonDark:hover,
.fileUpload label.buttonDark:focus {
  background: #323232;
  border-color: #323232;
}
.fileUpload label.buttonLight {
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
}
.fileUpload label.buttonLight.buttonOutline {
  background: transparent;
  color: #EFEFEF;
  border-color: #EFEFEF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonLight.buttonOutline:hover,
.fileUpload label.buttonLight.buttonOutline:focus {
  border-color: #EFEFEF;
  background: #EFEFEF;
  color: #fff;
}
.fileUpload label.buttonLight:hover,
.fileUpload label.buttonLight:focus {
  background: #a7a7a7;
  border-color: #a7a7a7;
}
.fileUpload label.buttonAlert {
  background: #e1283c;
  border: 1px solid #e1283c;
}
.fileUpload label.buttonAlert.buttonOutline {
  background: transparent;
  color: #e1283c;
  border-color: #e1283c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonAlert.buttonOutline:hover,
.fileUpload label.buttonAlert.buttonOutline:focus {
  border-color: #e1283c;
  background: #e1283c;
  color: #fff;
}
.fileUpload label.buttonAlert:hover,
.fileUpload label.buttonAlert:focus {
  background: #a31726;
  border-color: #a31726;
}
.fileUpload label.buttonSuccess {
  background: #cce769;
  border: 1px solid #cce769;
}
.fileUpload label.buttonSuccess.buttonOutline {
  background: transparent;
  color: #cce769;
  border-color: #cce769;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonSuccess.buttonOutline:hover,
.fileUpload label.buttonSuccess.buttonOutline:focus {
  border-color: #cce769;
  background: #cce769;
  color: #fff;
}
.fileUpload label.buttonSuccess:hover,
.fileUpload label.buttonSuccess:focus {
  background: #a6cb20;
  border-color: #a6cb20;
}
.fileUpload label.buttonInformation {
  background: #e8de80;
  border: 1px solid #e8de80;
}
.fileUpload label.buttonInformation.buttonOutline {
  background: transparent;
  color: #e8de80;
  border-color: #e8de80;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonInformation.buttonOutline:hover,
.fileUpload label.buttonInformation.buttonOutline:focus {
  border-color: #e8de80;
  background: #e8de80;
  color: #fff;
}
.fileUpload label.buttonInformation:hover,
.fileUpload label.buttonInformation:focus {
  background: #d5c527;
  border-color: #d5c527;
}
.fileUpload label.buttonMed {
  background: #848484;
  border: 1px solid #848484;
}
.fileUpload label.buttonMed.buttonOutline {
  background: transparent;
  color: #848484;
  border-color: #848484;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonMed.buttonOutline:hover,
.fileUpload label.buttonMed.buttonOutline:focus {
  border-color: #848484;
  background: #848484;
  color: #fff;
}
.fileUpload label.buttonMed:hover,
.fileUpload label.buttonMed:focus {
  background: #5c5c5c;
  border-color: #5c5c5c;
}
.fileUpload label.buttonMtc {
  background: #0f55c4;
  border: 1px solid #0f55c4;
}
.fileUpload label.buttonMtc.buttonOutline {
  background: transparent;
  color: #0f55c4;
  border-color: #0f55c4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fileUpload label.buttonMtc.buttonOutline:hover,
.fileUpload label.buttonMtc.buttonOutline:focus {
  border-color: #0f55c4;
  background: #0f55c4;
  color: #fff;
}
.fileUpload label.buttonMtc:hover,
.fileUpload label.buttonMtc:focus {
  background: #0a3b89;
  border-color: #0a3b89;
}
.fileUpload label:hover {
  background: #991738;
}
.fileUpload label i {
  padding-left: 10px;
}
.fileUpload label.buttonSmall {
  font-size: 0.8125rem;
}
.fileUpload label.buttonLarge {
  font-size: 1.375rem;
}
.fileUpload label[disabled] {
  opacity: 0.5;
}
.fileUpload label.iconLeft i {
  padding: 0 10px 0 0;
}
.fileUpload label.iconRight i {
  padding: 0 0 0 10px;
}
.fileUpload label.full {
  width: 100%;
}
.fileUpload input {
  display: none;
}
.fileUpload .fileName {
  display: block;
  clear: both;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 10px 0;
}
.fileUpload .fileName span {
  display: block;
}
/*
 * Checkbox Toggle - Similar to the one seen in iOS
 */
.checkboxToggle {
  visibility: hidden;
}
.checkboxToggle + label {
  cursor: pointer;
  display: block;
  position: relative;
  box-shadow: inset 0 0 0px 1px #d5d5d5;
  text-indent: -5000px;
  height: 20px;
  width: 40px;
  border-radius: 10px;
}
.checkboxToggle + label:before {
  content: '';
  position: absolute;
  display: block;
  height: 20px;
  width: 18px;
  top: 0;
  left: 0;
  border-radius: 10px;
  -webkit-transition: background 0.25s ease-in-out 0s, width 0.25s ease-in-out 0s;
  transition: background 0.25s ease-in-out 0s, width 0.25s ease-in-out 0s;
}
.checkboxToggle + label:after {
  content: '';
  position: absolute;
  display: block;
  height: 18px;
  width: 18px;
  margin: 1px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #DA2150;
  -webkit-transition: left 0.25s ease-in-out 0s, background 0.25s ease-in-out 0s;
  transition: left 0.25s ease-in-out 0s, background 0.25s ease-in-out 0s;
}
.checkboxToggle:checked + label:before {
  width: 100%;
  background: #DA2150;
}
.checkboxToggle:checked + label:after {
  left: 50%;
  background: #fff;
}
/*
 * Form inline styles
 */
.formInline .row .datepickerWrap,
.formInline .row .buttonInline {
  clear: none;
}
.formInline .row label {
  width: 30%;
  padding: 8px 0;
}
.formInline .row .inputWrap,
.formInline .row .datepickerWrap {
  padding: 0 0 0 20px;
  width: 70%;
}
.formInline .row .mobileChosen select {
  position: absolute;
  width: 100%;
}
.formInline .validationMessage {
  width: 70%;
  float: right;
  padding-left: 20px;
}
@media all and (max-width: 640px) {
  .formInline .validationMessage {
    padding-left: 0;
    width: 100%;
    float: none;
  }
}
.formInline input[type=radio] + label + div,
.formInline input[type=checkbox] + label + div {
  float: none;
  width: 100%;
  padding-left: 30px;
}
@media all and (max-width: 640px) {
  .formInline .row label {
    clear: both;
    width: 100%;
  }
  .formInline .row .inputWrap,
  .formInline .row .datepickerWrap {
    padding: 0;
    width: 100%;
  }
}
/*
 * Tooltip styles
 */
.toolTip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.toolTip i {
  font-size: 1.5625em;
  color: #474747;
  float: left;
}
.toolTip:before {
  content: attr(data-tooltip);
  border-radius: 8px;
  padding: 20px;
  min-width: 260px;
  color: #fff;
  text-align: center;
  position: absolute;
  background: #474747;
  z-index: 5;
  border: solid 1px #dde3e8;
  display: none;
}
.toolTip:after {
  content: '';
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  background: #474747;
  z-index: 10;
  display: none;
}
.toolTip:hover:before,
.toolTip:hover:after {
  display: block;
}
.toolTip.tooltipTop:before {
  bottom: calc(100% + 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.toolTip.tooltipTop:after {
  bottom: calc(100% + 5px);
  left: 50%;
  margin-left: -2.5px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  border-right: solid 1px #dde3e8;
  border-bottom: solid 1px #dde3e8;
}
.toolTip.tooltipRight:before {
  left: calc(100% + 16px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.toolTip.tooltipRight:after {
  left: calc(100% + 5px);
  top: 50%;
  margin-top: -2.5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-left: solid 1px #dde3e8;
  border-bottom: solid 1px #dde3e8;
}
.toolTip.tooltipBottom:before {
  top: calc(100% + 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.toolTip.tooltipBottom:after {
  top: calc(100% + 14px);
  left: 50%;
  margin-left: -2.5px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  border-left: solid 1px #dde3e8;
  border-top: solid 1px #dde3e8;
}
.toolTip.tooltipLeft:before {
  right: calc(100% + 16px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.toolTip.tooltipLeft:after {
  right: calc(100% + 15px);
  top: 50%;
  margin-top: -2.5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-right: solid 1px #dde3e8;
  border-top: solid 1px #dde3e8;
}
/*
 * Footer newsletter
 */
.footerWrap .footer .footerNewsletter .row.errorWrap .inputWrap:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #e1283c;
}
.footerWrap .footer .footerNewsletter .row.errorWrap .validationMessage {
  padding-left: 10px;
}
/*
 * Number inputs - counter
 */
.numberArrowWrap {
  position: relative;
}
.numberArrowWrap input:not(.right) {
  padding-left: 35px;
}
.numberArrowWrap input.right {
  padding-right: 35px;
}
.numberButtons {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 35px;
}
.numberButtons .numberButton {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  height: 50%;
  background: none;
  cursor: pointer;
  z-index: 300;
}
.numberButtons .numberButton.add {
  top: 1px;
  line-height: 30px;
}
.numberButtons .numberButton.subtract {
  bottom: 1px;
  line-height: 20px;
}
.numberArrows.right + .numberButtons {
  left: auto;
  right: 0;
}
.numberArrows.fade + .numberButtons {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 400ms linear 0s, visibility 0s linear 400ms;
  transition: opacity 400ms linear 0s, visibility 0s linear 400ms;
  z-index: 100;
}
.numberArrows.fade + .numberButtons:hover,
.numberArrows.fade + .numberButtons:focus {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.numberArrows.fade:hover + .numberButtons,
.numberArrows.fade:focus + .numberButtons {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.selectWrap {
  position: relative;
  float: left;
  width: 100%;
}
.selectWrap:after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #474747;
  content: "\F107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.selectWrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-right: 40px;
}
/*
 * Layout Browser
 */
.patternWrap {
  max-width: 1400px;
  min-width: 20px;
  margin: 0 auto;
  *zoom: 1;
}
.patternWrap:before,
.patternWrap:after {
  content: "";
  display: table;
}
.patternWrap:after {
  clear: both;
}
.patternWrap .patternSidebar {
  width: 200px;
  float: left;
  margin: 0 20px 20px 0;
}
@media all and (max-width: 640px) {
  .patternWrap .patternSidebar {
    width: 100%;
    margin: 0 0 20px;
  }
}
.patternWrap .patternContent {
  float: left;
  width: calc(100% - 220px);
}
@media all and (max-width: 640px) {
  .patternWrap .patternContent {
    width: 100%;
    margin: 0 0 20px;
  }
}
.patternWrap .patternContent section {
  clear: both;
}
/*
 * Fixed menu
 */
.patternSidebar {
  position: relative;
}
.patternSidebar .patternMenuWrap {
  *zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.patternSidebar .patternMenuWrap:before,
.patternSidebar .patternMenuWrap:after {
  content: "";
  display: table;
}
.patternSidebar .patternMenuWrap:after {
  clear: both;
}
/*
 * Patterns for chop styling
 */
.pattern {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 30px;
  border-bottom: 3px solid #fff;
  clear: both;
  *zoom: 1;
}
.pattern:before,
.pattern:after {
  content: "";
  display: table;
}
.pattern:after {
  clear: both;
}
.pattern .display {
  margin: 30px 0;
  *zoom: 1;
}
.pattern .display:before,
.pattern .display:after {
  content: "";
  display: table;
}
.pattern .display:after {
  clear: both;
}
.pattern .source {
  clear: both;
  *zoom: 1;
  position: relative;
  display: block;
  background: #EFEFEF;
  border: 1px solid #dde3e8;
  padding: 15px;
  margin-top: 20px;
}
.pattern .source:before,
.pattern .source:after {
  content: "";
  display: table;
}
.pattern .source:after {
  clear: both;
}
.pattern .source .patternFilename {
  position: absolute;
  top: -20px;
  right: 5px;
  background: #474747;
  border: 3px solid #EFEFEF;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 2px 10px;
}
.pattern .source textarea {
  width: 100%;
  border: 1px solid #fff;
  height: 200px;
}
.pattern .source .row {
  margin-bottom: 0;
}
.imageLoading {
  background: url('../../core/images/loader.gif') center center no-repeat;
  opacity: 0.5;
  width: 100%;
  min-height: 1px;
}
/*
 * Mixins
 */
/*
 * Converts letter-spacing pixel values into ems
 * For consistent letter-spacing values throughout and equal to those in designs
 */
/*
 * Navigation Style
 */
/*
 * Edge to edge navigation
 */
/*
 * Fade Dropdown Hover
 */
/*
 * List styles
 */
/*
 * Column Based Grid
 *
 * To use this grid you need a colGroup to surround the grid
 * items.  You can call this simply by using .col(12); in your
 * css within your media queries but classes have been autogenerated
 * for the desktop, tablet and mobile media queries that will allow
 * you to control layout with helper classes prefixed with your desired
 * media query.
 *
 * Using the classes "desktop_grid_23 tablet_grid_23 mobile_grid_23"
 * means you can set the desired amount of columns at each breakpoint
 * within the markup.
 */
.colGroup {
  *zoom: 1;
  width: calc(100% + 20px);
  margin-right: -10px;
  margin-left: -10px;
}
.colGroup:before,
.colGroup:after {
  content: "";
  display: table;
}
.colGroup:after {
  clear: both;
}
@media all and (min-width:  1420px ) {
  .desktop_grid_24 {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_24 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_24 {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_24 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_24 {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_24 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_23 {
    float: left;
    width: 95.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_23 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_23 {
    float: left;
    width: 95.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_23 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_23 {
    float: left;
    width: 95.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_23 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_22 {
    float: left;
    width: 91.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_22 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_22 {
    float: left;
    width: 91.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_22 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_22 {
    float: left;
    width: 91.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_22 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_21 {
    float: left;
    width: 87.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_21 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_21 {
    float: left;
    width: 87.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_21 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_21 {
    float: left;
    width: 87.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_21 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_20 {
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_20 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_20 {
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_20 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_20 {
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_20 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_19 {
    float: left;
    width: 79.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_19 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_19 {
    float: left;
    width: 79.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_19 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_19 {
    float: left;
    width: 79.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_19 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_18 {
    float: left;
    width: 75%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_18 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_18 {
    float: left;
    width: 75%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_18 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_18 {
    float: left;
    width: 75%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_18 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_17 {
    float: left;
    width: 70.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_17 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_17 {
    float: left;
    width: 70.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_17 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_17 {
    float: left;
    width: 70.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_17 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_16 {
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_16 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_16 {
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_16 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_16 {
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_16 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_15 {
    float: left;
    width: 62.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_15 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_15 {
    float: left;
    width: 62.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_15 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_15 {
    float: left;
    width: 62.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_15 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_14 {
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_14 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_14 {
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_14 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_14 {
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_14 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_13 {
    float: left;
    width: 54.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_13 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_13 {
    float: left;
    width: 54.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_13 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_13 {
    float: left;
    width: 54.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_13 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_12 {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_12 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_12 {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_12 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_12 {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_12 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_11 {
    float: left;
    width: 45.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_11 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_11 {
    float: left;
    width: 45.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_11 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_11 {
    float: left;
    width: 45.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_11 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_10 {
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_10 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_10 {
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_10 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_10 {
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_10 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_9 {
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_9 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_9 {
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_9 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_9 {
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_9 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_8 {
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_8 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_8 {
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_8 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_8 {
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_8 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_7 {
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_7 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_7 {
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_7 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_7 {
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_7 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_6 {
    float: left;
    width: 25%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_6 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_6 {
    float: left;
    width: 25%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_6 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_6 {
    float: left;
    width: 25%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_6 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_5 {
    float: left;
    width: 20.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_5 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_5 {
    float: left;
    width: 20.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_5 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_5 {
    float: left;
    width: 20.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_5 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_4 {
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_4 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_4 {
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_4 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_4 {
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_4 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_3 {
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_3 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_3 {
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_3 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_3 {
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_3 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_2 {
    float: left;
    width: 8.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_2 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_2 {
    float: left;
    width: 8.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_2 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_2 {
    float: left;
    width: 8.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_2 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1420px ) {
  .desktop_grid_1 {
    float: left;
    width: 4.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_1 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .tablet_grid_1 {
    float: left;
    width: 4.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_1 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_1 {
    float: left;
    width: 4.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_1 {
    margin-bottom: 0;
  }
}
/*
 * Equal width grid helper
 *
 * To use this grid helper you simply need to use .grid(4);
 * in your CSS which will make all elements the same width, removing
 * margin on the number of elements specified and clearing the first
 * element of the next row.  You can optionally specify an override
 * of the default gutter width.
 */
/*
 * Deprecated Mixins - DON'T USE THESE
 */
/*
 * Overlay Styles
 */
html.blur .siteWrapper {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
html.noScroll {
  overflow: hidden;
}
.overlayBoxOuter {
  position: fixed;
  z-index: 9100;
  top: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background: #090909;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.overlayBoxOuter .ps-container {
  position: relative;
}
.overlayBoxOuter .ps-container > .ps-scrollbar-y-rail {
  opacity: 1;
}
.overlayBox {
  position: absolute;
  opacity: 0;
  display: block;
  max-width: 100%;
}
.overlayBox .overlayContent {
  background: #fff;
  margin-top: 36px;
  max-height: calc(100% - 36px);
  position: relative;
  height: 100%;
}
.overlayBox.hasLink .overlayImage {
  position: relative;
}
.overlayBox .overlayImage img {
  max-width: 100%;
  height: auto;
  display: block;
}
.overlayBox .overlayVideo {
  position: relative;
}
.overlayBox .overlayVideo iframe,
.overlayBox .overlayVideo video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #474747;
}
.overlayBox.overlayFullscreen .overlayAjax {
  height: 100% !important;
}
.overlayBox.overlayFullscreen .overlayAjax iframe {
  width: 100%;
  height: 100%;
}
.overlayBox.overlayFullscreen .overlayContent,
.overlayBox.overlayFullscreen .overlayVideo {
  height: 100% !important;
  padding: 0 !important;
}
.overlayBox .overlayAjax {
  overflow-y: auto;
  max-height: 100%;
}
.overlayContentLoading:before,
.overlayLoading:before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  content: "\F1CE";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 1.875rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: overlay-spinner 2s infinite linear;
          animation: overlay-spinner 2s infinite linear;
}
@-webkit-keyframes overlay-spinner {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(350deg);
            transform: translate(-50%, -50%) rotate(350deg);
  }
}
@keyframes overlay-spinner {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(350deg);
            transform: translate(-50%, -50%) rotate(350deg);
  }
}
.noScroll {
  overflow: hidden;
  position: relative;
}
.overlayCloseButton {
  z-index: 9200;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.overlayCloseButton a {
  background: #DA2150;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 9200;
  outline: 0;
  text-decoration: none;
}
.overlayAjax {
  padding: 20px;
}
.overlayBoxTitle {
  position: relative;
  bottom: 0;
  line-height: 30px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  left: 0;
  display: block;
  color: #fff;
}
.overlayBoxLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.galleryPrev,
.galleryNext {
  font-size: 1.875rem;
  line-height: 30px;
  position: absolute;
  top: 50%;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  color: #DA2150;
  cursor: pointer;
  width: 30px;
  background: #fff;
  border-radius: 100%;
}
.galleryPrev:focus,
.galleryNext:focus {
  border: none;
  outline: none;
}
.galleryPrev.arrowInactive,
.galleryNext.arrowInactive {
  display: none;
}
.galleryPrev {
  left: -35px;
}
@media all and (max-width: 640px) {
  .galleryPrev {
    left: 5px;
  }
}
.galleryPrev .fa-angle-left {
  margin: 0 4px 0 0;
}
.galleryNext {
  right: -35px;
}
@media all and (max-width: 640px) {
  .galleryNext {
    right: 5px;
  }
}
.galleryNext .fa-angle-right {
  margin: 0 0 0 4px;
}
.ps-container {
  overflow: hidden !important;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
 ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
 ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/*
 * Base Styles
 */
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
#map img {
  max-width: none;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/*
 * Text Selection Colours
 */
::-moz-selection {
  background: #0f55c4;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #0f55c4;
  color: #fff;
  text-shadow: none;
}
/*
 * Horizontal Rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dde3e8;
  color: #333;
  margin: 2em 0;
  padding: 0;
  clear: both;
}
p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: #000;
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
/*
 * Form Reset Styles
 */
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input,
textarea,
select,
label {
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
#billingAddressListRow {
  display: none;
}
/*
 * Notification Styles
 */
.success,
.error,
.alert {
  margin: 0 0 15px 0;
  padding: 9px 13px;
  clear: both;
  text-align: left;
  font-size: 1rem;
  border: 0;
  position: relative;
}
.success a,
.error a,
.alert a {
  text-decoration: underline;
}
.success:after,
.error:after,
.alert:after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.success {
  background: #cce769;
  color: #fff;
}
.success a {
  color: #fff;
}
.success:after {
  color: #fff;
  content: "\F058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.successText {
  color: #cce769;
}
.error {
  background: #e1283c;
  color: #fff;
}
.error a {
  color: #fff;
}
.error:after {
  color: #fff;
  content: "\F06A";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.errorText {
  color: #e1283c;
}
.alert {
  background: #e8de80;
  color: #fff;
}
.alert a {
  color: #fff;
}
.alert:after {
  color: #fff;
  content: "\F05A";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.hideme {
  display: none;
}
/*
 * Clearing for general use
 */
.clear {
  clear: both;
}
/*
 * Relative Positioning
 */
.relative {
  position: relative;
}
/*
 * Images
 */
img {
  max-width: 100%;
}
.left,
.alignleft {
  float: left;
  display: block;
}
.right,
.alignright {
  float: right;
  display: block;
}
/*
 * Lists
 */
ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
ul:before,
ul:after {
  content: "";
  display: table;
}
ul:after {
  clear: both;
}
ul li {
  list-style-type: none;
}
ol {
  margin: 0 0 0 26px;
  padding: 0 0 20px 0;
  list-style-type: decimal;
}
ol li {
  padding-left: 10px;
}
/*
 * Nav List
 */
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  list-style-type: none;
}
/*
 * Basic List
 */
/*
 * mtc. footer attribution styling
 */
.copyright a {
  text-decoration: none;
}
.copyright a strong {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.copyright a:hover {
  color: #0f55c4;
}
/*
 * max-width: none; overrides max-width: 100% from above
 * which distorts the icons on gmaps
 */
#map img {
  max-width: none;
}
picture {
  display: block;
}
/*
 * Centre Elements
 */
.centerPush {
  position: relative;
  float: left;
  left: 50%;
}
.centerPull {
  position: relative;
  float: right;
  right: 50%;
}
@media all and (max-width: 640px) {
  .mobilePush {
    position: relative;
    float: left;
    left: 50%;
  }
  .mobilePull {
    position: relative;
    float: right;
    right: 50%;
  }
}
/*
 * Browser Compatibility Warning
 */
.compatibilityMessage {
  display: none;
  width: 100%;
  padding: 15px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background: #0f55c4;
  color: #fff;
  border-bottom: 3px solid #fff;
  text-align: center;
  cursor: pointer;
}
.compatibilityMessage span {
  text-decoration: underline;
}
/*
 * Button Reset
 */
button {
  border: none;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: normal;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Low Content
 */
.lowContent {
  max-width: 1400px;
  min-width: 20px;
  margin: 0 auto;
  *zoom: 1;
  padding: 40px 0;
  text-align: center;
  clear: both;
}
.lowContent:before,
.lowContent:after {
  content: "";
  display: table;
}
.lowContent:after {
  clear: both;
}
.lowContent:before,
.lowContent:after {
  content: "";
  display: table;
}
.lowContent:after {
  clear: both;
}
@media all and (min-width:  1420px ) {
  .lowContent {
    min-height: 700px;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .lowContent {
    min-height: 500px;
  }
}
/*
 * Site Styles
 */
.wrapper {
  max-width: 1400px;
  min-width: 20px;
  margin: 0 auto;
  *zoom: 1;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
/*
 * Body Tag
 */
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.462;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #474747;
  min-width: 320px;
  max-width: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.flyoutActive {
  overflow: hidden;
}
#vueContainer {
  min-height: 100%;
}
.vueContainerInner {
  display: -webkit-box;
  display: flex;
}
/*
 * Style Guide
 */
.styleGuideWrap {
  max-width: 1400px;
  min-width: 20px;
  margin: 0 auto;
  *zoom: 1;
}
.styleGuideWrap:before,
.styleGuideWrap:after {
  content: "";
  display: table;
}
.styleGuideWrap:after {
  clear: both;
}
.styleGuideWrap:before,
.styleGuideWrap:after {
  content: "";
  display: table;
}
.styleGuideWrap:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width:  1419px ), all and (max-width: 640px) {
  .styleGuideWrap {
    padding: 0 20px;
  }
}
.styleGuideWrap .styleGuideSectionMainTitle {
  *zoom: 1;
  padding: 80px 0;
  width: 100%;
}
.styleGuideWrap .styleGuideSectionMainTitle:before,
.styleGuideWrap .styleGuideSectionMainTitle:after {
  content: "";
  display: table;
}
.styleGuideWrap .styleGuideSectionMainTitle:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .styleGuideWrap .styleGuideSectionMainTitle {
    padding: 20px 0 40px;
  }
}
.styleGuideWrap .styleGuideSectionMainTitle h1 {
  margin: 0;
}
.styleGuideWrap .styleGuideColumn {
  *zoom: 1;
  float: left;
  width: calc(50% - 40px);
  margin: 0;
}
.styleGuideWrap .styleGuideColumn:before,
.styleGuideWrap .styleGuideColumn:after {
  content: "";
  display: table;
}
.styleGuideWrap .styleGuideColumn:after {
  clear: both;
}
@media all and (min-width:  1420px ), all and (min-width:  641px ) and (max-width:  1419px ) {
  .styleGuideWrap .styleGuideColumn {
    margin: 0 80px 0 0;
  }
  .styleGuideWrap .styleGuideColumn.last {
    margin-right: 0;
  }
}
@media all and (max-width: 640px) {
  .styleGuideWrap .styleGuideColumn {
    width: 100%;
    margin: 0 0 40px;
  }
}
.styleGuideWrap .styleGuideColumn section {
  *zoom: 1;
  margin-bottom: 80px;
  clear: both;
  width: 100%;
}
.styleGuideWrap .styleGuideColumn section:before,
.styleGuideWrap .styleGuideColumn section:after {
  content: "";
  display: table;
}
.styleGuideWrap .styleGuideColumn section:after {
  clear: both;
}
.styleGuideWrap .styleGuideColumn section .styleGuideSectionTitle {
  text-transform: uppercase;
  font-size: 0.8125em;
  margin: 0 0 20px;
  font-weight: normal;
  letter-spacing: 0;
}
.styleGuideWrap .styleGuideColumn .wrapper {
  display: block;
}
.styleGuideWrap .styleGuideColumn .buttonGroup {
  margin: 0 0 20px;
}
.styleGuideWrap .styleGuideColumn .buttonGroup .button {
  min-width: 245px;
}
@media all and (max-width: 1024px) {
  .styleGuideWrap .styleGuideColumn .buttonGroup .button {
    width: 100%;
  }
}
.styleGuideWrap .styleGuideColumn .buttonGroup .button:nth-child(2n) {
  margin-right: 0;
}
.styleGuideWrap .styleGuideColumn .buttonGroup .btn {
  margin-left: 0;
  float: left;
  display: block;
  margin-right: 20px;
}
@media all and (max-width: 1024px) {
  .styleGuideWrap .styleGuideColumn .buttonGroup .btn {
    width: 100%;
  }
}
.styleGuideWrap .styleGuideColumn .buttonGroup .btn:nth-child(2n) {
  margin-right: 0;
}
/*
 * Colour Swatches
 */
.colourSwatchWrap {
  *zoom: 1;
  clear: both;
}
.colourSwatchWrap:before,
.colourSwatchWrap:after {
  content: "";
  display: table;
}
.colourSwatchWrap:after {
  clear: both;
}
.colourSwatchWrap ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
.colourSwatchWrap ul:before,
.colourSwatchWrap ul:after {
  content: "";
  display: table;
}
.colourSwatchWrap ul:after {
  clear: both;
}
.colourSwatchWrap ul li {
  color: #fff;
  list-style-type: none;
  float: left;
  width: 124px;
  margin: 0 20px 20px 0;
  background: #DA2150;
  height: 80px;
  text-align: center;
  font-size: 0.6875em;
  padding: 0;
}
.colourSwatchWrap ul li:nth-child(4n) {
  margin-right: 0;
}
.colourSwatchWrap ul li:nth-child(4n + 1) {
  clear: both;
}
.colourSwatchWrap ul li span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.colourSwatchWrap ul li:nth-child(1) {
  background: #DA2150;
}
.colourSwatchWrap ul li:nth-child(2) {
  background: #069EC5;
}
.colourSwatchWrap ul li:nth-child(3) {
  background: #474747;
}
.colourSwatchWrap ul li:nth-child(4) {
  background: #EFEFEF;
  color: #474747;
}
.colourSwatchWrap ul li:nth-child(5) {
  background: 0;
  border: 1px solid #dde3e8;
  border-radius: 8px;
  color: #474747;
}
.colourSwatchWrap ul li:nth-child(6) {
  background: #e1283c;
}
.colourSwatchWrap ul li:nth-child(7) {
  background: #e8de80;
}
.colourSwatchWrap ul li:nth-child(8) {
  background: #cce769;
}
.colourSwatchWrap ul li:nth-child(9) {
  background: #474747;
}
.colourSwatchWrap ul li:nth-child(10) {
  background: #DA2150;
}
/*
 * Vue.js display none cloaking to prevent FOUC
 */
[v-cloak] {
  display: none;
}
/*
 * Responsive Tables
 */
@media all and (max-width: 640px) {
  table.responsive {
    margin-bottom: 0;
  }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child,
  table.responsive td:first-child {
    display: none;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #dde3e8;
    border-left: 1px solid #dde3e8;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
    margin: 0;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned table:last-child {
    border-bottom: 0;
  }
  .tableWrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  .tableWrapper table {
    table-layout: auto !important;
  }
  .tableWrapper div.scrollable {
    margin-left: 35%;
    overflow: scroll;
    overflow-y: hidden;
  }
}
.responsiveTable {
  border: 0;
  margin: 0 0 20px;
}
@media all and (min-width:  1420px ), all and (min-width:  641px ) and (max-width:  1419px ) {
  .responsiveTable {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }
}
.responsiveTable .headerRow,
.responsiveTable .dataRow {
  border-bottom: 1px solid #dde3e8;
}
.responsiveTable .headerRow a,
.responsiveTable .dataRow a {
  text-decoration: none;
  color: #474747;
  display: block;
}
@media all and (max-width: 640px) {
  .responsiveTable .headerRow a,
  .responsiveTable .dataRow a {
    color: #fff;
    padding: 15px 30px;
  }
}
@media all and (min-width:  1420px ), all and (min-width:  641px ) and (max-width:  1419px ) {
  .responsiveTable .headerRow,
  .responsiveTable .dataRow {
    display: table-row;
  }
  .responsiveTable .headerRow:hover,
  .responsiveTable .dataRow:hover {
    background: #EFEFEF;
  }
}
.responsiveTable .headerRow div,
.responsiveTable .dataRow div {
  padding: 15px;
  *zoom: 1;
}
.responsiveTable .headerRow div:before,
.responsiveTable .dataRow div:before,
.responsiveTable .headerRow div:after,
.responsiveTable .dataRow div:after {
  content: "";
  display: table;
}
.responsiveTable .headerRow div:after,
.responsiveTable .dataRow div:after {
  clear: both;
}
@media all and (min-width:  1420px ), all and (min-width:  641px ) and (max-width:  1419px ) {
  .responsiveTable .headerRow div,
  .responsiveTable .dataRow div {
    display: table-cell;
  }
  .responsiveTable .headerRow div:first-child,
  .responsiveTable .dataRow div:first-child {
    width: 30%;
  }
}
@media all and (max-width: 640px) {
  .responsiveTable .headerRow div,
  .responsiveTable .dataRow div {
    border-bottom: 1px solid #dde3e8;
    position: relative;
    padding: 5px 20px;
  }
  .responsiveTable .headerRow div:first-child,
  .responsiveTable .dataRow div:first-child {
    background: #DA2150;
    color: #fff;
  }
  .responsiveTable .headerRow div:first-child:after,
  .responsiveTable .dataRow div:first-child:after {
    color: inherit;
    content: "\F105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.375rem;
    color: #fff;
    cursor: pointer;
  }
  .responsiveTable .headerRow div:not(:first-child):before,
  .responsiveTable .dataRow div:not(:first-child):before {
    content: attr(data-header);
    display: block;
    float: left;
    width: 45%;
    font-weight: bold;
  }
  .responsiveTable .headerRow div:not(:first-child) span,
  .responsiveTable .dataRow div:not(:first-child) span {
    float: left;
    width: 50%;
  }
  .responsiveTable .headerRow div:last-child,
  .responsiveTable .dataRow div:last-child {
    border-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .responsiveTable .headerRow {
    display: none;
  }
}
.responsiveTable .headerRow div {
  background: #DA2150;
  color: #fff;
}
.responsiveTable .headerRow div:last-child {
  position: relative;
}
.responsiveTable .headerRow div:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 2000px;
  background: #DA2150;
  height: 100%;
}
/*
 * Site Map Styling
 */
.siteMapWrap {
  max-width: 1400px;
  min-width: 20px;
  margin: 0 auto;
  *zoom: 1;
  clear: both;
}
.siteMapWrap:before,
.siteMapWrap:after {
  content: "";
  display: table;
}
.siteMapWrap:after {
  clear: both;
}
.siteMapWrap:before,
.siteMapWrap:after {
  content: "";
  display: table;
}
.siteMapWrap:after {
  clear: both;
}
.siteMapWrap .siteMapColumn {
  margin: 0 20px 20px 0;
  float: left;
}
@media all and (min-width: 801px) {
  .siteMapWrap .siteMapColumn {
    width: calc((100% - (20px * 2)) / 3);
    margin-right: 20px;
  }
  .siteMapWrap .siteMapColumn:nth-child(3n) {
    margin-right: 0;
  }
  .siteMapWrap .siteMapColumn:nth-child(3n + 1) {
    clear: both;
  }
}
@media all and (min-width: 640px) and (max-width: 800px) {
  .siteMapWrap .siteMapColumn {
    width: calc(50% - 20px);
  }
  .siteMapWrap .siteMapColumn:nth-child(2n) {
    margin-right: 0;
  }
  .siteMapWrap .siteMapColumn:nth-child(2n + 1) {
    clear: both;
  }
}
@media all and (max-width: 640px) {
  .siteMapWrap .siteMapColumn {
    margin: 0 0 20px;
    width: 100%;
  }
}
.siteMapWrap ul {
  padding: 0 0 0 20px;
}
.siteMapWrap ul li {
  list-style-type: square;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.wrapper404 {
  max-width: 1400px;
  min-width: 20px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
  height: 100vh;
  max-width: 600px;
}
.wrapper404:before,
.wrapper404:after {
  content: "";
  display: table;
}
.wrapper404:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .wrapper404 {
    padding: 30px 0;
    height: auto;
  }
}
.content404 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
@media all and (max-width: 640px) {
  .content404 {
    padding: 30px 10px;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.content404 .column {
  width: 50%;
  float: right;
  padding: 0 20px;
}
@media all and (max-width: 640px) {
  .content404 .column {
    position: static;
    width: 100%;
    padding: 20px 0;
    float: none;
  }
}
.content404 .column:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #EFEFEF;
}
@media all and (max-width: 640px) {
  .content404 .column:nth-child(1) {
    position: static;
    padding: 30px 0;
  }
}
.content404 .logo404 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 640px) {
  .content404 .logo404 {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
/*
 * CSS Browser
 */
.cssBrowserMenuWrap {
  *zoom: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 7000;
}
.cssBrowserMenuWrap:before,
.cssBrowserMenuWrap:after {
  content: "";
  display: table;
}
.cssBrowserMenuWrap:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .cssBrowserMenuWrap {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: block;
  }
}
.cssBrowserMenuWrap a {
  text-decoration: none;
}
.cssBrowserMenuWrap .cssBrowserMenuTrigger {
  border: 0;
  padding: 5px 15px;
  background: #0f55c4;
  color: #fff;
  font-size: 1em;
  width: 250px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  float: left;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 640px) {
  .cssBrowserMenuWrap .cssBrowserMenuTrigger {
    width: 30px;
    height: 30px;
  }
  .cssBrowserMenuWrap .cssBrowserMenuTrigger span {
    display: none;
  }
}
.cssBrowserMenuWrap .cssBrowserMenuTrigger:hover,
.cssBrowserMenuWrap .cssBrowserMenuTrigger:focus {
  background: #196bed;
}
.cssBrowserMenuWrap .cssBrowserMenuTrigger:after {
  color: #474747;
  content: "\F0C9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  color: #fff;
}
@media all and (max-width: 640px) {
  .cssBrowserMenuWrap .cssBrowserMenuTrigger:after {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.cssBrowserMenuWrap ul {
  display: none;
  *zoom: 1;
  margin: 0;
  padding: 0;
  background: #0f55c4;
}
.cssBrowserMenuWrap ul:before,
.cssBrowserMenuWrap ul:after {
  content: "";
  display: table;
}
.cssBrowserMenuWrap ul:after {
  clear: both;
}
.cssBrowserMenuWrap ul ul {
  background: #115fdc;
}
.cssBrowserMenuWrap ul ul ul {
  background: #196bed;
}
.cssBrowserMenuWrap ul ul ul ul {
  background: #307aef;
}
.cssBrowserMenuWrap ul li {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.cssBrowserMenuWrap ul li.hasChildren:after {
  color: #474747;
  content: "\F107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  top: 5px;
  right: 20px;
  color: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cssBrowserMenuWrap ul li.hasChildren.active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.cssBrowserMenuWrap ul li a {
  display: block;
  padding: 5px 20px;
  color: #fff;
}
.cssBrowserMenuWrap > ul {
  position: relative;
  clear: both;
  width: 250px;
}
@media all and (max-width: 640px) {
  .cssBrowserMenuWrap > ul {
    width: 100%;
  }
}
.tabs {
  float: left;
  width: 100%;
}
.tabsNav {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dde3e8;
}
.tabsNav .title {
  margin: 0;
}
.tabsNav a {
  display: block;
  padding: 15px 0 15px 0;
  text-decoration: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #474747;
  position: relative;
  border-bottom: 1px solid #dde3e8;
}
.tabsNav a:focus,
.tabsNav a:hover {
  border-color: #DA2150;
}
.tabsNav.active a,
.tabsNav .active a {
  border-color: #474747;
  cursor: default;
}
.tabsNav.active a:focus,
.tabsNav .active a:focus {
  border-color: #DA2150;
}
.tabsNav li {
  display: inline-block;
  margin: 0 20px;
}
.tabsNav li:first-child {
  margin-left: 0;
}
.tabsNav li:last-child {
  margin-right: 0;
}
.tabsNav li a {
  border-color: transparent;
}
.tabsNav .chosen-container li {
  width: 100%;
}
.tabsContentWrap {
  *zoom: 1;
  float: left;
  width: 100%;
}
.tabsContentWrap:before,
.tabsContentWrap:after {
  content: "";
  display: table;
}
.tabsContentWrap:after {
  clear: both;
}
.tabsContentWrap .tabContent {
  float: left;
  width: 100%;
}
.mtcTabsInitialised .tabsContentWrap .tabContent {
  display: none;
}
.mtcTabsInitialised .tabsContentWrap .tabContent .tabTitle {
  display: none;
}
.accordionWrap {
  *zoom: 1;
}
.accordionWrap:before,
.accordionWrap:after {
  content: "";
  display: table;
}
.accordionWrap:after {
  clear: both;
}
.accordionWrap .tabsNav {
  border-bottom: 0;
}
.accordionWrap .tabsNav.active a {
  cursor: pointer;
}
.accordionWrap .tabsNav.active a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordionWrap .tabsNav a:after {
  color: inherit;
  content: "\F107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.7em;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
/*
 * Zoom Plugin
 */
.zoomContainer {
  position: relative;
  margin: 0 auto;
}
.disableThisItemZooming.zooming .zoomContainer .zoom:before {
  display: none;
}
.zoomContainer .zoom {
  line-height: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: none;
  user-select: none;
  position: relative;
  display: block;
  overflow: hidden;
  border: 0;
  margin: 0 auto;
  background: #fff;
}
.zoomContainer .zoom .zooming {
  position: relative;
}
.zoomContainer .zoom .zooming:before {
  opacity: 1;
}
.zoomContainer .zoom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: inherit;
  opacity: 0;
  -webkit-transition: opacity .4s ease-in-out 0s;
  transition: opacity .4s ease-in-out 0s;
}
.zoomContainer .zoom img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  z-index: 8;
}
.zoomContainer .zoom .portal {
  z-index: 10;
}
.zoomContainer .zoom .portal img {
  max-width: none;
}
.zoomContainer .loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
.zoomContainer .loader img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  display: block;
}
.zoomContainer .clickToLoad {
  display: block;
  background: #fff;
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  bottom: 10px;
  left: 0px;
  pointer-events: none;
  z-index: 8;
}
.zoomContainer .clickToLoad i {
  display: inline-block;
  margin-left: 4px;
  font-size: 10px;
  line-height: 15px;
  vertical-align: middle;
}
.attachmentsWrap {
  padding: 20px 0;
}
.attachmentsWrap tr td:nth-child(even) {
  text-align: right;
}
.attachmentsWrap .attachmentDownload {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.attachmentsWrap .attachmentDownload i {
  margin-right: 5px;
}
/*
 * Callout blocks
 */
.calloutBlock {
  background: #DA2150;
  color: #fff;
  text-align: center;
  padding: 90px 0;
}
@media all and (max-width: 640px) {
  .calloutBlock {
    padding: 45px 0;
  }
}
.calloutBlock .calloutTitle,
.calloutBlock .calloutSubTitle {
  color: #fff;
  margin: 0 0 10px;
}
.calloutBlock .button,
.calloutBlock .buttonAlt {
  margin: 0;
}
/*
 * Call out blocks (2 across in desktop)
 */
.calloutBlocksWrap {
  padding: 0 20px;
}
.calloutBlocksWrap ul {
  *zoom: 1;
}
.calloutBlocksWrap ul:before,
.calloutBlocksWrap ul:after {
  content: "";
  display: table;
}
.calloutBlocksWrap ul:after {
  clear: both;
}
@media all and (min-width:  1420px ), all and (min-width:  641px ) and (max-width:  1419px ) {
  .calloutBlocksWrap ul li {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (2 - 1))) / 2);
  }
  .calloutBlocksWrap ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .calloutBlocksWrap ul li:nth-of-type(2n) {
      width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
      float: right;
    }
  }
  .calloutBlocksWrap ul li:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media all and (min-width:  1420px ) and all and (-ms-high-contrast: active), all and (min-width:  641px ) and (max-width:  1419px ) and all and (-ms-high-contrast: active), all and (min-width:  1420px ) and (-ms-high-contrast: none), all and (min-width:  641px ) and (max-width:  1419px ) and (-ms-high-contrast: none) {
  .calloutBlocksWrap ul li:nth-of-type(2n) {
    width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
    float: right;
  }
}
@media all and (max-width: 640px) {
  .calloutBlocksWrap ul li {
    margin-bottom: 20px;
  }
}
/*
 * Call out blocks grid
 */
.calloutBlocksGridWrap {
  padding: 0 20px;
}
.calloutBlocksGridWrap ul {
  *zoom: 1;
}
.calloutBlocksGridWrap ul:before,
.calloutBlocksGridWrap ul:after {
  content: "";
  display: table;
}
.calloutBlocksGridWrap ul:after {
  clear: both;
}
@media all and (min-width:  1420px ) {
  .calloutBlocksGridWrap ul li {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (4 - 1))) / 4);
  }
  .calloutBlocksGridWrap ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .calloutBlocksGridWrap ul li:nth-of-type(4n) {
      width: calc((100% - (20px * (4 - 1))) / 4 - 0.5px);
      float: right;
    }
  }
  .calloutBlocksGridWrap ul li:nth-of-type(4n + 1) {
    clear: both;
  }
}
@media all and (min-width:  1420px ) and all and (-ms-high-contrast: active), all and (min-width:  1420px ) and (-ms-high-contrast: none) {
  .calloutBlocksGridWrap ul li:nth-of-type(4n) {
    width: calc((100% - (20px * (4 - 1))) / 4 - 0.5px);
    float: right;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .calloutBlocksGridWrap ul li {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (2 - 1))) / 2);
  }
  .calloutBlocksGridWrap ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .calloutBlocksGridWrap ul li:nth-of-type(2n) {
      width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
      float: right;
    }
  }
  .calloutBlocksGridWrap ul li:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) and all and (-ms-high-contrast: active), all and (min-width:  641px ) and (max-width:  1419px ) and (-ms-high-contrast: none) {
  .calloutBlocksGridWrap ul li:nth-of-type(2n) {
    width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
    float: right;
  }
}
@media all and (max-width: 640px) {
  .calloutBlocksGridWrap ul li {
    margin-bottom: 20px;
  }
}
/*
 * Contact Page Styling
 */
.contactWrap {
  max-width: 1400px;
  min-width: 20px;
  margin: 0 auto;
  *zoom: 1;
  margin: 26px auto 20px;
}
.contactWrap:before,
.contactWrap:after {
  content: "";
  display: table;
}
.contactWrap:after {
  clear: both;
}
.contactWrap:before,
.contactWrap:after {
  content: "";
  display: table;
}
.contactWrap:after {
  clear: both;
}
.contactFormWrap,
.contactDetails {
  *zoom: 1;
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
.contactFormWrap:before,
.contactDetails:before,
.contactFormWrap:after,
.contactDetails:after {
  content: "";
  display: table;
}
.contactFormWrap:after,
.contactDetails:after {
  clear: both;
}
@media all and (min-width:  1420px ), all and (min-width:  641px ) and (max-width:  1419px ) {
  .contactFormWrap,
  .contactDetails {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .contactFormWrap:nth-child(2),
  .contactDetails:nth-child(2) {
    margin-right: 0;
  }
}
.contactFormWrap .innerText,
.contactDetails .innerText {
  margin: 0 0 20px;
}
.contactFormWrap .introText p,
.contactDetails .introText p {
  margin: 0 0 20px;
}
.contactForm {
  background: #EFEFEF;
  padding: 40px 30px;
  *zoom: 1;
}
.contactForm:before,
.contactForm:after {
  content: "";
  display: table;
}
.contactForm:after {
  clear: both;
}
.contactForm .button {
  float: left;
  margin: 0;
}
.contactForm textarea {
  min-height: 200px;
}
@media all and (max-width: 640px) {
  .contactForm {
    padding: 15px;
  }
}
.contactDetails {
  *zoom: 1;
  /*
     * Contact Meta (phone, email and opening hours)
     */
  /*
     * Map Styling
     */
}
.contactDetails:before,
.contactDetails:after {
  content: "";
  display: table;
}
.contactDetails:after {
  clear: both;
}
.contactDetails .mapCoordsList {
  width: 100%;
  float: left;
}
.contactDetails .mapCoordsList .address {
  float: left;
}
@media all and (min-width:  1420px ), all and (min-width:  641px ) and (max-width:  1419px ) {
  .contactDetails .mapCoordsList .address {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (2 - 1))) / 2);
    margin-bottom: 15px;
  }
  .contactDetails .mapCoordsList .address:nth-of-type(2n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .contactDetails .mapCoordsList .address:nth-of-type(2n) {
      width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
      float: right;
    }
  }
  .contactDetails .mapCoordsList .address:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media all and (min-width:  1420px ) and all and (-ms-high-contrast: active), all and (min-width:  641px ) and (max-width:  1419px ) and all and (-ms-high-contrast: active), all and (min-width:  1420px ) and (-ms-high-contrast: none), all and (min-width:  641px ) and (max-width:  1419px ) and (-ms-high-contrast: none) {
  .contactDetails .mapCoordsList .address:nth-of-type(2n) {
    width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
    float: right;
  }
}
@media all and (max-width: 640px) {
  .contactDetails .mapCoordsList .address {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (1 - 1))) / 1);
  }
  .contactDetails .mapCoordsList .address:nth-of-type(1n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .contactDetails .mapCoordsList .address:nth-of-type(1n) {
      width: calc((100% - (20px * (1 - 1))) / 1 - 0.5px);
      float: right;
    }
  }
  .contactDetails .mapCoordsList .address:nth-of-type(1n + 1) {
    clear: both;
  }
}
@media all and (max-width: 640px) and all and (-ms-high-contrast: active), all and (max-width: 640px) and (-ms-high-contrast: none) {
  .contactDetails .mapCoordsList .address:nth-of-type(1n) {
    width: calc((100% - (20px * (1 - 1))) / 1 - 0.5px);
    float: right;
  }
}
.contactDetails .mapCoordsList .address .title {
  margin: 0 0 8px 0;
  letter-spacing: -0.8px;
}
.contactDetails .mapCoordsList .address .title a {
  font-size: 1rem;
  color: #474747;
  text-decoration: none;
  margin-bottom: 5px;
}
.contactDetails .contactMeta {
  *zoom: 1;
  margin: 0 0 4px;
}
.contactDetails .contactMeta:before,
.contactDetails .contactMeta:after {
  content: "";
  display: table;
}
.contactDetails .contactMeta:after {
  clear: both;
}
.contactDetails .contactMeta li {
  float: left;
  position: relative;
  padding: 0 0 0 35px;
  margin: 0 0 10px 0;
  width: 100%;
}
.contactDetails .contactMeta li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}
.contactDetails .contactMeta li a {
  color: #474747;
  text-decoration: none;
}
.contactDetails .mapWrap {
  position: relative;
  margin-bottom: 17px;
  *zoom: 1;
}
.contactDetails .mapWrap:before,
.contactDetails .mapWrap:after {
  content: "";
  display: table;
}
.contactDetails .mapWrap:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .contactDetails .mapWrap {
    margin: 0 0 20px;
  }
}
.contactDetails .mapWrap .map {
  width: 100%;
  height: 505px;
  background: #EFEFEF;
}
.contactDetails .mapWrap .mapLink {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #DA2150;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .contactDetails .detailsWrap {
    padding: 0 15px;
  }
}
.contactDetails .detailsWrap h4 {
  font-size: 1rem;
  margin-bottom: 8px;
}
@media all and (min-width:  1420px ), all and (min-width:  641px ) and (max-width:  1419px ) {
  .contactDetails .detailsWrap .gridItem {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (2 - 1))) / 2);
    margin-bottom: 15px;
  }
  .contactDetails .detailsWrap .gridItem:nth-of-type(2n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .contactDetails .detailsWrap .gridItem:nth-of-type(2n) {
      width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
      float: right;
    }
  }
  .contactDetails .detailsWrap .gridItem:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media all and (min-width:  1420px ) and all and (-ms-high-contrast: active), all and (min-width:  641px ) and (max-width:  1419px ) and all and (-ms-high-contrast: active), all and (min-width:  1420px ) and (-ms-high-contrast: none), all and (min-width:  641px ) and (max-width:  1419px ) and (-ms-high-contrast: none) {
  .contactDetails .detailsWrap .gridItem:nth-of-type(2n) {
    width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
    float: right;
  }
}
@media all and (max-width: 640px) {
  .contactDetails .detailsWrap .gridItem {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (1 - 1))) / 1);
  }
  .contactDetails .detailsWrap .gridItem:nth-of-type(1n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .contactDetails .detailsWrap .gridItem:nth-of-type(1n) {
      width: calc((100% - (20px * (1 - 1))) / 1 - 0.5px);
      float: right;
    }
  }
  .contactDetails .detailsWrap .gridItem:nth-of-type(1n + 1) {
    clear: both;
  }
}
@media all and (max-width: 640px) and all and (-ms-high-contrast: active), all and (max-width: 640px) and (-ms-high-contrast: none) {
  .contactDetails .detailsWrap .gridItem:nth-of-type(1n) {
    width: calc((100% - (20px * (1 - 1))) / 1 - 0.5px);
    float: right;
  }
}
.multiMap .mapMultiple {
  height: 400px;
  width: 100%;
}
/*
 * FAQ Wrap
 */
.faqContent {
  margin: 0 0 20px;
}
.faqQuestionAnswerWrap {
  margin: 0 0 40px;
}
@media all and (max-width: 640px) {
  .faqQuestionAnswerWrap {
    margin: 0 0 20px;
  }
}
.faqQuestionAnswerWrap .faqQuestionAnswer {
  border-bottom: 1px solid #dde3e8;
}
/*
 * Full width callout
 */
.fullWidthCalloutWrap {
  *zoom: 1;
  text-align: center;
  background: #DA2150;
  position: relative;
  margin: 0 0 20px;
  padding: 80px 0 60px;
}
.fullWidthCalloutWrap:before,
.fullWidthCalloutWrap:after {
  content: "";
  display: table;
}
.fullWidthCalloutWrap:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width:  1419px ), all and (min-width:  1420px ) {
  .fullWidthCalloutWrap {
    padding: 40px 0 20px;
  }
}
.fullWidthCalloutWrap .fullWidthCallout {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.fullWidthCalloutWrap .fullWidthCallout .button,
.fullWidthCalloutWrap .fullWidthCallout .buttonAlt,
.fullWidthCalloutWrap .fullWidthCallout .fullWidthCalloutTitle {
  float: left;
  margin: 0;
}
.fullWidthCalloutWrap .fullWidthCallout .fullWidthCalloutTitle {
  color: #fff;
  line-height: 1.1;
  margin: 0 0 20px;
}
@media all and (min-width:  1420px ) {
  .fullWidthCalloutWrap .fullWidthCallout .fullWidthCalloutTitle {
    margin-right: 80px;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .fullWidthCalloutWrap .fullWidthCallout .fullWidthCalloutTitle {
    margin-right: 40px;
  }
}
@media all and (max-width: 640px) {
  .fullWidthCalloutWrap .fullWidthCallout .fullWidthCalloutTitle {
    display: inline-block;
    float: none;
    margin-bottom: 20px;
  }
}
.fullWidthCalloutWrap .fullWidthCallout .button,
.fullWidthCalloutWrap .fullWidthCallout .buttonAlt {
  background: #fff;
  color: #474747;
}
@media all and (max-width: 640px) {
  .fullWidthCalloutWrap .fullWidthCallout .button,
  .fullWidthCalloutWrap .fullWidthCallout .buttonAlt {
    display: inline-block;
    float: none;
  }
}
/**
 * Gallery
 */
.galleryWrap {
  position: relative;
}
.galleryWrap .gallery {
  *zoom: 1;
}
.galleryWrap .gallery:before,
.galleryWrap .gallery:after {
  content: "";
  display: table;
}
.galleryWrap .gallery:after {
  clear: both;
}
@media all and (min-width:  1420px ) {
  .galleryWrap .gallery li {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (3 - 1))) / 3);
  }
  .galleryWrap .gallery li:nth-of-type(3n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .galleryWrap .gallery li:nth-of-type(3n) {
      width: calc((100% - (20px * (3 - 1))) / 3 - 0.5px);
      float: right;
    }
  }
  .galleryWrap .gallery li:nth-of-type(3n + 1) {
    clear: both;
  }
}
@media all and (min-width:  1420px ) and all and (-ms-high-contrast: active), all and (min-width:  1420px ) and (-ms-high-contrast: none) {
  .galleryWrap .gallery li:nth-of-type(3n) {
    width: calc((100% - (20px * (3 - 1))) / 3 - 0.5px);
    float: right;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1419px ) {
  .galleryWrap .gallery li {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (2 - 1))) / 2);
  }
  .galleryWrap .gallery li:nth-of-type(2n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .galleryWrap .gallery li:nth-of-type(2n) {
      width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
      float: right;
    }
  }
  .galleryWrap .gallery li:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media all and (max-width: 640px) and all and (-ms-high-contrast: active), all and (min-width:  641px ) and (max-width:  1419px ) and all and (-ms-high-contrast: active), all and (max-width: 640px) and (-ms-high-contrast: none), all and (min-width:  641px ) and (max-width:  1419px ) and (-ms-high-contrast: none) {
  .galleryWrap .gallery li:nth-of-type(2n) {
    width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
    float: right;
  }
}
.galleryWrap .gallery li a {
  text-decoration: none;
}
.galleryWrap .gallery li a .imageWrap {
  position: relative;
  margin: 0 0 20px;
}
.galleryWrap .gallery li a .imageWrap:before,
.galleryWrap .gallery li a .imageWrap:after {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
}
.galleryWrap .gallery li a .imageWrap:before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.galleryWrap .gallery li a .imageWrap:after {
  color: inherit;
  content: "\F067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #DA2150;
  text-align: center;
  line-height: 61px;
  height: 58px;
  width: 58px;
  font-size: 1.875rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 640px) {
  .galleryWrap .gallery li a .imageWrap:after {
    font-size: 1.375rem;
    line-height: 42px;
    height: 40px;
    width: 40px;
  }
}
.galleryWrap .gallery li a:hover .imageWrap:before,
.galleryWrap .gallery li a:hover .imageWrap:after {
  opacity: 1;
}
/*
 * Group Grid Listing
 */
.groupGridWrap .groupGridList {
  *zoom: 1;
  margin-bottom: 30px;
}
.groupGridWrap .groupGridList:before,
.groupGridWrap .groupGridList:after {
  content: "";
  display: table;
}
.groupGridWrap .groupGridList:after {
  clear: both;
}
@media all and (min-width:  1420px ) {
  .groupGridWrap .groupGridList li {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (3 - 1))) / 3);
  }
  .groupGridWrap .groupGridList li:nth-of-type(3n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .groupGridWrap .groupGridList li:nth-of-type(3n) {
      width: calc((100% - (20px * (3 - 1))) / 3 - 0.5px);
      float: right;
    }
  }
  .groupGridWrap .groupGridList li:nth-of-type(3n + 1) {
    clear: both;
  }
}
@media all and (min-width:  1420px ) and all and (-ms-high-contrast: active), all and (min-width:  1420px ) and (-ms-high-contrast: none) {
  .groupGridWrap .groupGridList li:nth-of-type(3n) {
    width: calc((100% - (20px * (3 - 1))) / 3 - 0.5px);
    float: right;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .groupGridWrap .groupGridList li {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (2 - 1))) / 2);
  }
  .groupGridWrap .groupGridList li:nth-of-type(2n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .groupGridWrap .groupGridList li:nth-of-type(2n) {
      width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
      float: right;
    }
  }
  .groupGridWrap .groupGridList li:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) and all and (-ms-high-contrast: active), all and (min-width:  641px ) and (max-width:  1419px ) and (-ms-high-contrast: none) {
  .groupGridWrap .groupGridList li:nth-of-type(2n) {
    width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
    float: right;
  }
}
@media all and (max-width: 640px) {
  .groupGridWrap .groupGridList li {
    margin-bottom: 20px;
  }
}
.groupGridWrap .groupGridList li .imageWrap,
.groupGridWrap .groupGridList li .groupGridDescription {
  margin: 0 0 20px;
}
.groupGridWrap .groupGridList li .groupGridTitle {
  margin: 0 0 10px;
  line-height: 1;
}
.groupGridWrap .groupGridList li .groupGridTitle a {
  color: #474747;
  text-decoration: none;
}
.groupGridWrap .groupGridList li .groupGridTitle,
.groupGridWrap .groupGridList li .groupGridDescription {
  padding: 0 20px;
}
.groupGridWrap .groupGridList li .groupGridReadMore {
  margin: 0 0 20px;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  position: relative;
  display: inline-block;
  background: #DA2150;
  margin: 0;
  padding: 16px 20px 14px;
  cursor: pointer;
  text-align: center;
  border: 0;
  outline: none;
  text-transform: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: 1.125rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 8px;
  text-decoration: none;
  margin: 0 20px 20px;
}
.groupGridWrap .groupGridList li .groupGridReadMore:hover,
.groupGridWrap .groupGridList li .groupGridReadMore:focus {
  background: #991738;
}
.groupGridWrap .groupGridList li .groupGridReadMore i {
  padding-left: 10px;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSmall {
  font-size: 0.8125rem;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLarge {
  font-size: 1.375rem;
}
.groupGridWrap .groupGridList li .groupGridReadMore[disabled] {
  opacity: 0.5;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonPrimary {
  background: #DA2150;
  border: 1px solid #DA2150;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonPrimary.buttonOutline {
  background: transparent;
  color: #DA2150;
  border-color: #DA2150;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonPrimary.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonPrimary.buttonOutline:focus {
  border-color: #DA2150;
  background: #DA2150;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonPrimary:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonPrimary:focus {
  background: #991738;
  border-color: #991738;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSecondary {
  background: #069EC5;
  border: 1px solid #069EC5;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSecondary.buttonOutline {
  background: transparent;
  color: #069EC5;
  border-color: #069EC5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSecondary.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSecondary.buttonOutline:focus {
  border-color: #069EC5;
  background: #069EC5;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSecondary:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSecondary:focus {
  background: #046f8a;
  border-color: #046f8a;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonDark {
  background: #474747;
  border: 1px solid #474747;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonDark.buttonOutline {
  background: transparent;
  color: #474747;
  border-color: #474747;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonDark.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonDark.buttonOutline:focus {
  border-color: #474747;
  background: #474747;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonDark:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonDark:focus {
  background: #323232;
  border-color: #323232;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLight {
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLight.buttonOutline {
  background: transparent;
  color: #EFEFEF;
  border-color: #EFEFEF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLight.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLight.buttonOutline:focus {
  border-color: #EFEFEF;
  background: #EFEFEF;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLight:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLight:focus {
  background: #a7a7a7;
  border-color: #a7a7a7;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonAlert {
  background: #e1283c;
  border: 1px solid #e1283c;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonAlert.buttonOutline {
  background: transparent;
  color: #e1283c;
  border-color: #e1283c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonAlert.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonAlert.buttonOutline:focus {
  border-color: #e1283c;
  background: #e1283c;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonAlert:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonAlert:focus {
  background: #a31726;
  border-color: #a31726;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSuccess {
  background: #cce769;
  border: 1px solid #cce769;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSuccess.buttonOutline {
  background: transparent;
  color: #cce769;
  border-color: #cce769;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSuccess.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSuccess.buttonOutline:focus {
  border-color: #cce769;
  background: #cce769;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSuccess:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSuccess:focus {
  background: #a6cb20;
  border-color: #a6cb20;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonInformation {
  background: #e8de80;
  border: 1px solid #e8de80;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonInformation.buttonOutline {
  background: transparent;
  color: #e8de80;
  border-color: #e8de80;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonInformation.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonInformation.buttonOutline:focus {
  border-color: #e8de80;
  background: #e8de80;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonInformation:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonInformation:focus {
  background: #d5c527;
  border-color: #d5c527;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMed {
  background: #848484;
  border: 1px solid #848484;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMed.buttonOutline {
  background: transparent;
  color: #848484;
  border-color: #848484;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMed.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMed.buttonOutline:focus {
  border-color: #848484;
  background: #848484;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMed:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMed:focus {
  background: #5c5c5c;
  border-color: #5c5c5c;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMtc {
  background: #0f55c4;
  border: 1px solid #0f55c4;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMtc.buttonOutline {
  background: transparent;
  color: #0f55c4;
  border-color: #0f55c4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMtc.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMtc.buttonOutline:focus {
  border-color: #0f55c4;
  background: #0f55c4;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMtc:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMtc:focus {
  background: #0a3b89;
  border-color: #0a3b89;
}
.groupGridWrap .groupGridList li .groupGridReadMore:hover {
  background: #991738;
}
.groupGridWrap .groupGridList li .groupGridReadMore i {
  padding-left: 10px;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSmall {
  font-size: 0.8125rem;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLarge {
  font-size: 1.375rem;
}
.groupGridWrap .groupGridList li .groupGridReadMore[disabled] {
  opacity: 0.5;
}
.groupGridWrap .groupGridList li .groupGridReadMore.iconLeft i {
  padding: 0 10px 0 0;
}
.groupGridWrap .groupGridList li .groupGridReadMore.iconRight i {
  padding: 0 0 0 10px;
}
.groupGridWrap .groupGridList li .groupGridReadMore.full {
  width: 100%;
}
.groupGridWrap .groupGridList li .groupGridReadMore:hover,
.groupGridWrap .groupGridList li .groupGridReadMore:focus {
  background: #991738;
}
.groupGridWrap .groupGridList li .groupGridReadMore i {
  padding-left: 10px;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSmall {
  font-size: 0.8125rem;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLarge {
  font-size: 1.375rem;
}
.groupGridWrap .groupGridList li .groupGridReadMore[disabled] {
  opacity: 0.5;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonPrimary {
  background: #DA2150;
  border: 1px solid #DA2150;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonPrimary.buttonOutline {
  background: transparent;
  color: #DA2150;
  border-color: #DA2150;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonPrimary.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonPrimary.buttonOutline:focus {
  border-color: #DA2150;
  background: #DA2150;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonPrimary:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonPrimary:focus {
  background: #991738;
  border-color: #991738;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSecondary {
  background: #069EC5;
  border: 1px solid #069EC5;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSecondary.buttonOutline {
  background: transparent;
  color: #069EC5;
  border-color: #069EC5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSecondary.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSecondary.buttonOutline:focus {
  border-color: #069EC5;
  background: #069EC5;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSecondary:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSecondary:focus {
  background: #046f8a;
  border-color: #046f8a;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonDark {
  background: #474747;
  border: 1px solid #474747;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonDark.buttonOutline {
  background: transparent;
  color: #474747;
  border-color: #474747;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonDark.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonDark.buttonOutline:focus {
  border-color: #474747;
  background: #474747;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonDark:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonDark:focus {
  background: #323232;
  border-color: #323232;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLight {
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLight.buttonOutline {
  background: transparent;
  color: #EFEFEF;
  border-color: #EFEFEF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLight.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLight.buttonOutline:focus {
  border-color: #EFEFEF;
  background: #EFEFEF;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLight:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLight:focus {
  background: #a7a7a7;
  border-color: #a7a7a7;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonAlert {
  background: #e1283c;
  border: 1px solid #e1283c;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonAlert.buttonOutline {
  background: transparent;
  color: #e1283c;
  border-color: #e1283c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonAlert.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonAlert.buttonOutline:focus {
  border-color: #e1283c;
  background: #e1283c;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonAlert:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonAlert:focus {
  background: #a31726;
  border-color: #a31726;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSuccess {
  background: #cce769;
  border: 1px solid #cce769;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSuccess.buttonOutline {
  background: transparent;
  color: #cce769;
  border-color: #cce769;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSuccess.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSuccess.buttonOutline:focus {
  border-color: #cce769;
  background: #cce769;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSuccess:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSuccess:focus {
  background: #a6cb20;
  border-color: #a6cb20;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonInformation {
  background: #e8de80;
  border: 1px solid #e8de80;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonInformation.buttonOutline {
  background: transparent;
  color: #e8de80;
  border-color: #e8de80;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonInformation.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonInformation.buttonOutline:focus {
  border-color: #e8de80;
  background: #e8de80;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonInformation:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonInformation:focus {
  background: #d5c527;
  border-color: #d5c527;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMed {
  background: #848484;
  border: 1px solid #848484;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMed.buttonOutline {
  background: transparent;
  color: #848484;
  border-color: #848484;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMed.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMed.buttonOutline:focus {
  border-color: #848484;
  background: #848484;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMed:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMed:focus {
  background: #5c5c5c;
  border-color: #5c5c5c;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMtc {
  background: #0f55c4;
  border: 1px solid #0f55c4;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMtc.buttonOutline {
  background: transparent;
  color: #0f55c4;
  border-color: #0f55c4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMtc.buttonOutline:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMtc.buttonOutline:focus {
  border-color: #0f55c4;
  background: #0f55c4;
  color: #fff;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMtc:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonMtc:focus {
  background: #0a3b89;
  border-color: #0a3b89;
}
.groupGridWrap .groupGridList li .groupGridReadMore:hover {
  background: #991738;
}
.groupGridWrap .groupGridList li .groupGridReadMore i {
  padding-left: 10px;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSmall {
  font-size: 0.8125rem;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLarge {
  font-size: 1.375rem;
}
.groupGridWrap .groupGridList li .groupGridReadMore[disabled] {
  opacity: 0.5;
}
.groupGridWrap .groupGridList li .groupGridReadMore.iconLeft i {
  padding: 0 10px 0 0;
}
.groupGridWrap .groupGridList li .groupGridReadMore.iconRight i {
  padding: 0 0 0 10px;
}
.groupGridWrap .groupGridList li .groupGridReadMore.full {
  width: 100%;
}
/*
 * Group List Listing
 */
.groupListWrap .groupList {
  *zoom: 1;
  margin-bottom: 30px;
}
.groupListWrap .groupList:before,
.groupListWrap .groupList:after {
  content: "";
  display: table;
}
.groupListWrap .groupList:after {
  clear: both;
}
.groupListWrap .groupList li {
  *zoom: 1;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #dde3e8;
}
.groupListWrap .groupList li:before,
.groupListWrap .groupList li:after {
  content: "";
  display: table;
}
.groupListWrap .groupList li:after {
  clear: both;
}
.groupListWrap .groupList li .imageWrap {
  float: right;
  width: 260px;
  margin-left: 20px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1419px ) {
  .groupListWrap .groupList li .imageWrap {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media all and (min-width:  1420px ) {
  .groupListWrap .groupList li .imageWrap + .innerText {
    width: calc(100% - 290px);
  }
}
.groupListWrap .groupList li .groupListDescription {
  margin: 0 0 20px;
}
.groupListWrap .groupList li .groupListTitle {
  line-height: 1;
}
.groupListWrap .groupList li .groupListTitle a {
  color: #474747;
  text-decoration: none;
}
.groupListWrap .groupList li .groupListReadMore {
  margin: 0 0 20px;
}
/*
 * Image Text Callout
 */
.imageTextWrap {
  *zoom: 1;
  clear: both;
  padding: 20px;
}
.imageTextWrap:before,
.imageTextWrap:after {
  content: "";
  display: table;
}
.imageTextWrap:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .imageTextWrap {
    padding-bottom: 0;
  }
}
.imageTextWrap .imageWrap {
  width: calc(50% - 10px);
}
.imageTextWrap .textWrap {
  width: calc(50% - 10px);
}
@media all and (min-width:  641px ) and (max-width:  1419px ), all and (min-width:  1420px ) {
  .imageTextWrap .textWrap .innerText {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.imageTextWrap .textWrap .innerText .description {
  margin: 0 0 20px;
}
.imageTextWrap .imageWrap,
.imageTextWrap .textWrap {
  float: left;
  margin: 0 20px 20px 0;
  position: relative;
}
@media all and (max-width: 640px) {
  .imageTextWrap .imageWrap,
  .imageTextWrap .textWrap {
    width: 100%;
  }
}
.imageTextWrap .textWrap {
  margin-right: 0;
}
.imageTextWrap.imageRight .imageWrap {
  margin-right: 0;
  float: right;
}
.imageTextWrap.imageRight .textWrap {
  margin-right: 20px;
}
@media all and (max-width: 640px) {
  .imageTextWrap .imageWrap,
  .imageTextWrap .textWrap {
    margin-right: 0;
  }
}
.imageTextWrap .button,
.imageTextWrap .buttonAlt {
  margin: 0;
}
.lightBackground {
  background: #EFEFEF;
}
/*
 * Introduction text block
 */
.introductionTextBlock {
  *zoom: 1;
  padding: 60px 20px;
  text-align: center;
}
.introductionTextBlock:before,
.introductionTextBlock:after {
  content: "";
  display: table;
}
.introductionTextBlock:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .introductionTextBlock {
    padding: 30px 0;
  }
}
.introductionTextBlock .innerText,
.introductionTextBlock .title {
  max-width: 900px;
  margin: 0 auto 20px;
}
/*
 * Jobs Pages Styling
 */
/* Jobs listing page styles */
.jobGrid {
  width: 100%;
  float: left;
}
.jobGrid li {
  text-align: center;
  background: #EFEFEF;
  padding: 20px 20px 30px;
}
@media all and (min-width: 1101px) {
  .jobGrid li {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (4 - 1))) / 4);
  }
  .jobGrid li:nth-of-type(4n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .jobGrid li:nth-of-type(4n) {
      width: calc((100% - (20px * (4 - 1))) / 4 - 0.5px);
      float: right;
    }
  }
  .jobGrid li:nth-of-type(4n + 1) {
    clear: both;
  }
}
@media all and (min-width: 1101px) and all and (-ms-high-contrast: active), all and (min-width: 1101px) and (-ms-high-contrast: none) {
  .jobGrid li:nth-of-type(4n) {
    width: calc((100% - (20px * (4 - 1))) / 4 - 0.5px);
    float: right;
  }
}
@media all and (max-width: 1100px) and (min-width: 640px) {
  .jobGrid li {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (3 - 1))) / 3);
  }
  .jobGrid li:nth-of-type(3n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .jobGrid li:nth-of-type(3n) {
      width: calc((100% - (20px * (3 - 1))) / 3 - 0.5px);
      float: right;
    }
  }
  .jobGrid li:nth-of-type(3n + 1) {
    clear: both;
  }
}
@media all and (max-width: 1100px) and (min-width: 640px) and all and (-ms-high-contrast: active), all and (max-width: 1100px) and (min-width: 640px) and (-ms-high-contrast: none) {
  .jobGrid li:nth-of-type(3n) {
    width: calc((100% - (20px * (3 - 1))) / 3 - 0.5px);
    float: right;
  }
}
@media all and (max-width: 640px) {
  .jobGrid li {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (1 - 1))) / 1);
  }
  .jobGrid li:nth-of-type(1n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .jobGrid li:nth-of-type(1n) {
      width: calc((100% - (20px * (1 - 1))) / 1 - 0.5px);
      float: right;
    }
  }
  .jobGrid li:nth-of-type(1n + 1) {
    clear: both;
  }
}
@media all and (max-width: 640px) and all and (-ms-high-contrast: active), all and (max-width: 640px) and (-ms-high-contrast: none) {
  .jobGrid li:nth-of-type(1n) {
    width: calc((100% - (20px * (1 - 1))) / 1 - 0.5px);
    float: right;
  }
}
.jobGrid li .imageWrap {
  margin-bottom: 22px;
}
.jobGrid li .button {
  margin-bottom: 0;
}
.jobList {
  width: 100%;
  float: left;
}
.jobList li {
  text-align: left;
  width: 100%;
  float: left;
  padding: 20px 20px 30px;
  border-bottom: 1px #dde3e8 solid;
}
.jobList li:last-of-type {
  border-bottom: 0;
}
.jobList li .imageWrap {
  width: 95px;
  float: left;
  margin-right: 25px;
  margin-bottom: 22px;
}
@media all and (max-width: 640px) {
  .jobList li .imageWrap {
    width: 100%;
    text-align: center;
  }
}
.jobList li .detailsWrap {
  float: left;
  width: calc(100% - 120px);
}
@media all and (max-width: 640px) {
  .jobList li .detailsWrap {
    width: 100%;
    text-align: center;
  }
}
.jobList li .button {
  margin-bottom: 0;
}
@media all and (max-width: 640px) {
  .jobList li .button {
    margin-bottom: 10px;
  }
}
/* Jobs full page styles */
.jobPageFull .jobDetails {
  width: calc(100% - 540px);
  float: left;
  margin: 0 40px 0 0;
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .jobPageFull .jobDetails {
    width: calc(100% - 430px);
    margin: 0 30px 0 0;
  }
}
@media all and (max-width: 800px) {
  .jobPageFull .jobDetails {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.jobPageFull .jobDetails .topDetails {
  width: 100%;
  float: left;
  margin: 0 0 20px;
}
.jobPageFull .jobDetails .topDetails .imageWrap {
  width: 95px;
  float: left;
  margin: 0 20px 0 0;
}
.jobPageFull .jobDetails .topDetails h4,
.jobPageFull .jobDetails .topDetails h6 {
  width: calc(100% - 115px);
  float: left;
}
.jobPageFull .jobFormWrap {
  width: 500px;
  float: left;
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .jobPageFull .jobFormWrap {
    width: 400px;
  }
}
@media all and (max-width: 800px) {
  .jobPageFull .jobFormWrap {
    width: 100%;
  }
}
.jobPageFull .jobFormWrap form {
  background: #EFEFEF;
  padding: 40px 30px;
}
/*
 * News Listing Styling
 */
.newsList {
  *zoom: 1;
  width: calc(100% + 30);
  margin-right: -15px;
  margin-left: -15px;
}
.newsList:before,
.newsList:after {
  content: "";
  display: table;
}
.newsList:after {
  clear: both;
}
.newsList li {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.noBottomMargin .newsList li {
  margin-bottom: 0;
}
.newsList li .imageWrap {
  float: right;
  width: 260px;
  margin-left: 20px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1419px ) {
  .newsList li .imageWrap {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.newsList li .imageWrap + .articleWrap {
  width: calc(100% - 290px);
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1419px ) {
  .newsList li .imageWrap + .articleWrap {
    width: 100%;
  }
}
.newsList li .articleWrap .articleTitle {
  margin: 0 0 5px;
  line-height: 1;
}
.newsList li .articleWrap .articleTitle a {
  color: #474747;
  text-decoration: none;
}
.newsList li .articleWrap .articleDate {
  font-weight: bold;
  font-size: 1rem;
  margin: 0 0 15px;
}
.newsList li .articleWrap .articleReadMore {
  float: left;
  margin-top: 10px;
}
/*
 *  News Grid Style
 */
.newsGrid {
  *zoom: 1;
  width: calc(100% + 20px);
  margin-right: -10px;
  margin-left: -10px;
}
.newsGrid:before,
.newsGrid:after {
  content: "";
  display: table;
}
.newsGrid:after {
  clear: both;
}
.newsGrid:before,
.newsGrid:after {
  content: "";
  display: table;
}
.newsGrid:after {
  clear: both;
}
.newsGrid:before,
.newsGrid:after {
  content: "";
  display: table;
}
.newsGrid:after {
  clear: both;
}
.newsGrid li {
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  padding: 0 10px 10px;
}
.noBottomMargin .newsGrid li {
  margin-bottom: 0;
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .newsGrid li {
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .newsGrid li {
    margin-bottom: 0;
  }
}
@media (max-width: 800px) {
  .newsGrid li {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .newsGrid li {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .newsGrid li {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .newsGrid li {
    margin-bottom: 0;
  }
}
.newsGrid .imageWrap {
  position: relative;
}
.newsGrid .articleWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  padding: 20px 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.newsGrid .articleWrap .articleDate {
  align-self: flex-start;
  color: #474747;
  text-align: right;
  width: 100%;
}
.newsGrid .articleWrap .articleTitle {
  font-size: 1.4375rem;
  align-self: flex-end;
  line-height: 1;
  margin-bottom: 0;
}
@media all and (max-width: 640px) {
  .newsGrid .articleWrap .articleTitle {
    font-size: 1rem;
  }
}
.newsGridFilterWrap {
  *zoom: 1;
  margin-bottom: 20px;
}
.newsGridFilterWrap:before,
.newsGridFilterWrap:after {
  content: "";
  display: table;
}
.newsGridFilterWrap:after {
  clear: both;
}
.newsGridFilterWrap .sortByDateFilter {
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
}
.noBottomMargin .newsGridFilterWrap .sortByDateFilter {
  margin-bottom: 0;
}
@media all and (max-width: 640px) {
  .newsGridFilterWrap .sortByDateFilter {
    margin: 0;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .newsGridFilterWrap .sortByDateFilter {
    margin-bottom: 0;
  }
}
.newsGridFilterWrap .sortByDateFilter .chosen-container .chosen-single span:before {
  content: "Month";
  color: #adadad;
  padding-right: 1rem;
}
.newsGridFilterWrap .tagsFilter {
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
}
.noBottomMargin .newsGridFilterWrap .tagsFilter {
  margin-bottom: 0;
}
@media all and (max-width: 640px) {
  .newsGridFilterWrap .tagsFilter {
    margin: 0;
    margin-bottom: 1rem;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .newsGridFilterWrap .tagsFilter {
    margin-bottom: 0;
  }
}
.newsGridFilterWrap .tagsFilter .chosen-container .chosen-single span:before {
  content: "Tags";
  color: #adadad;
  padding-right: 1rem;
}
/*
 *  News Pagination
 */
.newsPagination {
  float: left;
  width: 100%;
}
/*
 * Single news article
 */
@media all and (min-width:  1420px ), all and (min-width:  641px ) and (max-width:  1419px ) {
  .newsArticleWrap {
    *zoom: 1;
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px;
  }
  .newsArticleWrap:before,
  .newsArticleWrap:after {
    content: "";
    display: table;
  }
  .newsArticleWrap:after {
    clear: both;
  }
  .newsArticleWrap:before,
  .newsArticleWrap:after {
    content: "";
    display: table;
  }
  .newsArticleWrap:after {
    clear: both;
  }
}
.newsArticleWrap .imageWrap {
  margin-bottom: 20px;
}
@media all and (min-width:  1420px ), all and (min-width:  641px ) and (max-width:  1419px ) {
  .newsArticleWrap .imageWrap {
    float: left;
    width: 45.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    float: right;
  }
  .noBottomMargin .newsArticleWrap .imageWrap {
    margin-bottom: 0;
  }
}
.newsArticleWrap .newsArticle .articleDate {
  font-weight: bold;
  font-size: 1rem;
  margin: 0 0 15px;
}
@media all and (min-width:  1420px ), all and (min-width:  641px ) and (max-width:  1419px ) {
  .newsArticleWrap .newsArticle {
    float: left;
    width: 54.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .newsArticleWrap .newsArticle {
    margin-bottom: 0;
  }
}
.newsArticleWrap .newsArticle .articleWrap {
  padding-right: 80px;
  margin: 0 0 20px;
}
@media all and (max-width: 640px) {
  .newsArticleWrap .newsArticle .articleWrap {
    padding: 0;
  }
}
/*
 * News preview blocks
 */
.newsPreviewBlockWrap {
  *zoom: 1;
  padding: 40px 0;
}
.newsPreviewBlockWrap:before,
.newsPreviewBlockWrap:after {
  content: "";
  display: table;
}
.newsPreviewBlockWrap:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width:  1419px ), all and (max-width: 640px) {
  .newsPreviewBlockWrap {
    padding: 0 20px;
  }
}
@media all and (min-width:  1420px ) {
  .newsPreviewBlockWrap .newsPreviewBlock {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (6 - 1))) / 6);
  }
  .newsPreviewBlockWrap .newsPreviewBlock:nth-of-type(6n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .newsPreviewBlockWrap .newsPreviewBlock:nth-of-type(6n) {
      width: calc((100% - (20px * (6 - 1))) / 6 - 0.5px);
      float: right;
    }
  }
  .newsPreviewBlockWrap .newsPreviewBlock:nth-of-type(6n + 1) {
    clear: both;
  }
}
@media all and (min-width:  1420px ) and all and (-ms-high-contrast: active), all and (min-width:  1420px ) and (-ms-high-contrast: none) {
  .newsPreviewBlockWrap .newsPreviewBlock:nth-of-type(6n) {
    width: calc((100% - (20px * (6 - 1))) / 6 - 0.5px);
    float: right;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .newsPreviewBlockWrap .newsPreviewBlock {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (3 - 1))) / 3);
  }
  .newsPreviewBlockWrap .newsPreviewBlock:nth-of-type(3n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .newsPreviewBlockWrap .newsPreviewBlock:nth-of-type(3n) {
      width: calc((100% - (20px * (3 - 1))) / 3 - 0.5px);
      float: right;
    }
  }
  .newsPreviewBlockWrap .newsPreviewBlock:nth-of-type(3n + 1) {
    clear: both;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) and all and (-ms-high-contrast: active), all and (min-width:  641px ) and (max-width:  1419px ) and (-ms-high-contrast: none) {
  .newsPreviewBlockWrap .newsPreviewBlock:nth-of-type(3n) {
    width: calc((100% - (20px * (3 - 1))) / 3 - 0.5px);
    float: right;
  }
}
@media all and (max-width: 640px) {
  .newsPreviewBlockWrap .newsPreviewBlock {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (2 - 1))) / 2);
  }
  .newsPreviewBlockWrap .newsPreviewBlock:nth-of-type(2n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .newsPreviewBlockWrap .newsPreviewBlock:nth-of-type(2n) {
      width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
      float: right;
    }
  }
  .newsPreviewBlockWrap .newsPreviewBlock:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media all and (max-width: 640px) and all and (-ms-high-contrast: active), all and (max-width: 640px) and (-ms-high-contrast: none) {
  .newsPreviewBlockWrap .newsPreviewBlock:nth-of-type(2n) {
    width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
    float: right;
  }
}
.newsPreviewBlockWrap .newsPreviewBlock a {
  color: #474747;
  text-decoration: none;
}
.newsPreviewBlockWrap .newsPreviewBlock picture {
  margin: 0 0 20px;
}
.newsPreviewBlockWrap .newsPreviewBlock .innerText {
  margin: 0 0 20px;
}
.newsPreviewBlockWrap .newsPreviewBlock .newsMeta {
  border-top: 1px solid #dde3e8;
  padding: 5px 0;
}
.newsPreviewBlockWrap .newsPreviewBlock .newsMeta .newsDate,
.newsPreviewBlockWrap .newsPreviewBlock .newsMeta .newsCategory {
  font-size: 0.8125rem;
}
@media all and (min-width:  1420px ) {
  .newsPreviewBlockWrap .newsPreviewBlock .newsMeta .newsDate,
  .newsPreviewBlockWrap .newsPreviewBlock .newsMeta .newsCategory {
    float: left;
    margin: 0 10px 10px 0;
    width: calc((100% - (10px * (2 - 1))) / 2);
  }
  .newsPreviewBlockWrap .newsPreviewBlock .newsMeta .newsDate:nth-of-type(2n),
  .newsPreviewBlockWrap .newsPreviewBlock .newsMeta .newsCategory:nth-of-type(2n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .newsPreviewBlockWrap .newsPreviewBlock .newsMeta .newsDate:nth-of-type(2n),
    .newsPreviewBlockWrap .newsPreviewBlock .newsMeta .newsCategory:nth-of-type(2n) {
      width: calc((100% - (10px * (2 - 1))) / 2 - 0.5px);
      float: right;
    }
  }
  .newsPreviewBlockWrap .newsPreviewBlock .newsMeta .newsDate:nth-of-type(2n + 1),
  .newsPreviewBlockWrap .newsPreviewBlock .newsMeta .newsCategory:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media all and (min-width:  1420px ) and all and (-ms-high-contrast: active), all and (min-width:  1420px ) and (-ms-high-contrast: none) {
  .newsPreviewBlockWrap .newsPreviewBlock .newsMeta .newsDate:nth-of-type(2n),
  .newsPreviewBlockWrap .newsPreviewBlock .newsMeta .newsCategory:nth-of-type(2n) {
    width: calc((100% - (10px * (2 - 1))) / 2 - 0.5px);
    float: right;
  }
}
.newsPreviewBlockWrap .newsPreviewBlock .newsMeta .newsDate {
  position: relative;
  padding-left: 20px;
}
.newsPreviewBlockWrap .newsPreviewBlock .newsMeta .newsDate:before {
  color: inherit;
  content: "\F073";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}
.newsPreviewBlockWrap .newsPreviewBlock .newsMeta .newsCategory {
  text-align: right;
}
/*
 * Service List
 */
.serviceListWrap {
  *zoom: 1;
  padding: 0 20px;
  clear: both;
}
.serviceListWrap:before,
.serviceListWrap:after {
  content: "";
  display: table;
}
.serviceListWrap:after {
  clear: both;
}
.serviceListWrap ul {
  *zoom: 1;
}
.serviceListWrap ul:before,
.serviceListWrap ul:after {
  content: "";
  display: table;
}
.serviceListWrap ul:after {
  clear: both;
}
.serviceListWrap ul li {
  text-align: center;
}
@media all and (min-width:  1420px ) {
  .serviceListWrap ul li {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (4 - 1))) / 4);
  }
  .serviceListWrap ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .serviceListWrap ul li:nth-of-type(4n) {
      width: calc((100% - (20px * (4 - 1))) / 4 - 0.5px);
      float: right;
    }
  }
  .serviceListWrap ul li:nth-of-type(4n + 1) {
    clear: both;
  }
}
@media all and (min-width:  1420px ) and all and (-ms-high-contrast: active), all and (min-width:  1420px ) and (-ms-high-contrast: none) {
  .serviceListWrap ul li:nth-of-type(4n) {
    width: calc((100% - (20px * (4 - 1))) / 4 - 0.5px);
    float: right;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ), all and (max-width: 640px) {
  .serviceListWrap ul li {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (2 - 1))) / 2);
  }
  .serviceListWrap ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .serviceListWrap ul li:nth-of-type(2n) {
      width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
      float: right;
    }
  }
  .serviceListWrap ul li:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media all and (min-width:  641px ) and (max-width:  1419px ) and all and (-ms-high-contrast: active), all and (max-width: 640px) and all and (-ms-high-contrast: active), all and (min-width:  641px ) and (max-width:  1419px ) and (-ms-high-contrast: none), all and (max-width: 640px) and (-ms-high-contrast: none) {
  .serviceListWrap ul li:nth-of-type(2n) {
    width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
    float: right;
  }
}
.serviceListWrap ul li .imageWrap {
  margin-bottom: 20px;
}
.teamContent {
  margin: 0 0 30px;
}
.teamWrap .teamList {
  *zoom: 1;
  width: calc(100% + 20px);
  margin-right: -10px;
  margin-left: -10px;
  letter-spacing: normal;
}
.teamWrap .teamList:before,
.teamWrap .teamList:after {
  content: "";
  display: table;
}
.teamWrap .teamList:after {
  clear: both;
}
.teamWrap .teamList:before,
.teamWrap .teamList:after {
  content: "";
  display: table;
}
.teamWrap .teamList:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .teamWrap .teamList {
    *zoom: 1;
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px;
    text-align: center;
  }
  .teamWrap .teamList:before,
  .teamWrap .teamList:after {
    content: "";
    display: table;
  }
  .teamWrap .teamList:after {
    clear: both;
  }
  .teamWrap .teamList:before,
  .teamWrap .teamList:after {
    content: "";
    display: table;
  }
  .teamWrap .teamList:after {
    clear: both;
  }
}
.teamWrap .teammate {
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  max-width: 500px;
  display: inline-block;
}
.noBottomMargin .teamWrap .teammate {
  margin-bottom: 0;
}
@media all and (min-width:  641px ) and (max-width: 800px) {
  .teamWrap .teammate {
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .teamWrap .teammate {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .teamWrap .teammate {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    float: none;
  }
  .noBottomMargin .teamWrap .teammate {
    margin-bottom: 0;
  }
}
.teamWrap .teammate img {
  margin-bottom: 0;
}
.teamWrap .infoWrap {
  padding: 20px;
  text-align: center;
  background: #DA2150;
}
.teamWrap .infoWrap h4 {
  color: #069EC5;
  margin-bottom: 0;
}
.teamWrap .infoWrap h6 {
  color: #fff;
  margin-bottom: 5px;
}
.teamWrap .infoWrap a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.teamWrap .infoWrap a:hover {
  color: #069EC5;
}
.teamWrap .infoWrap .bioLinks {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
}
.teamWrap .infoWrap .bioLinks i {
  margin-right: 5px;
  font-size: 1rem;
  vertical-align: middle;
}
.teamBio {
  display: none;
}
.overlayContent .bioInfo {
  float: left;
  width: calc(100% - 240px);
}
@media all and (max-width: 640px) {
  .overlayContent .bioInfo {
    width: 100%;
  }
}
.overlayContent .bioDetails {
  float: right;
  width: 220px;
  background: #EFEFEF;
  padding: 20px;
  margin: 0 0 0 20px;
}
@media all and (max-width: 640px) {
  .overlayContent .bioDetails {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.overlayContent .bioDetails img {
  display: block;
  margin: 0 0 10px;
}
.overlayContent .bioDetails a {
  display: block;
  text-decoration: none;
}
/*
 * Testimonial Wrap
 */
.testimonialWrap {
  max-width: 1400px;
  min-width: 20px;
  margin: 0 auto;
  *zoom: 1;
}
.testimonialWrap:before,
.testimonialWrap:after {
  content: "";
  display: table;
}
.testimonialWrap:after {
  clear: both;
}
.testimonialWrap .testimonials {
  *zoom: 1;
}
.testimonialWrap .testimonials:before,
.testimonialWrap .testimonials:after {
  content: "";
  display: table;
}
.testimonialWrap .testimonials:after {
  clear: both;
}
.testimonialWrap .testimonials li {
  position: relative;
  text-align: center;
  padding: 55px 20px;
}
@media all and (max-width: 640px) {
  .testimonialWrap .testimonials li {
    padding: 20px;
  }
}
.testimonialWrap .testimonials li h2 {
  font-weight: bold;
  font-size: 2.5em;
  color: #474747;
  text-transform: uppercase;
  margin: 0 0 5px;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 640px) {
  .testimonialWrap .testimonials li h2 {
    font-size: 1.375em;
  }
}
.testimonialWrap .testimonials li h2 .quoteLeft,
.testimonialWrap .testimonials li h2 .quoteRight {
  position: absolute;
  margin: 0 12px;
}
@media all and (max-width: 640px) {
  .testimonialWrap .testimonials li h2 .quoteLeft,
  .testimonialWrap .testimonials li h2 .quoteRight {
    display: none;
  }
}
.testimonialWrap .testimonials li h2 .quoteLeft {
  right: 100%;
  top: 5px;
}
.testimonialWrap .testimonials li h2 .quoteRight {
  left: 100%;
  bottom: 5px;
}
.testimonialWrap .testimonials li .author {
  font-size: 1em;
  font-weight: 500;
  color: #474747;
  margin: 0 0 25px;
}
.testimonialWrap .testimonials li .button {
  margin: 0;
}
/*
 * Testimonial block
 */
.testimonialBlockWrapper {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 40px 20px 20px;
  margin: 20px 0;
  clear: both;
}
.testimonialBlockWrapper:before {
  content: '"';
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -10px;
  -webkit-transform: translateX(-50%) skewX(-20deg);
          transform: translateX(-50%) skewX(-20deg);
  font-size: 8.75rem;
  opacity: 0.1;
}
.testimonialBlockWrapper .innerText {
  margin: 40px auto 40px;
  max-width: 800px;
  font-weight: 700;
}
.testimonialBlockWrapper .testimonialMeta {
  margin-bottom: 20px;
  position: relative;
  padding: 20px;
  font-size: 1.0625rem;
}
.testimonialBlockWrapper .testimonialMeta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 2px;
  background: #dde3e8;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/*
 * Testimonial Slider
 */
.testimonialSliderWrap {
  *zoom: 1;
  padding: 40px 0;
}
.testimonialSliderWrap:before,
.testimonialSliderWrap:after {
  content: "";
  display: table;
}
.testimonialSliderWrap:after {
  clear: both;
}
.testimonialSliderWrap .testimonialSliderTitle,
.testimonialSliderWrap .testimonialSliderSubTitle {
  text-align: center;
}
.testimonialSliderWrap .testimonialSliderSubTitle {
  color: #848484;
  font-size: 0.875em;
  margin: 0 0 40px;
}
@media all and (max-width: 640px) {
  .testimonialSliderWrap {
    padding: 20px 0;
  }
}
.testimonialSliderWrap .slider {
  max-width: 900px;
  margin: 0 auto;
}
.testimonialSliderWrap .slider li {
  text-align: center;
}
.testimonialSliderWrap .slider li .imageWrap {
  margin-bottom: 20px;
  text-align: center;
}
.testimonialSliderWrap .slider li .imageWrap img {
  border-radius: 50%;
  display: inline-block;
}
.testimonialSliderWrap .slider li .authorDetail {
  margin: 0 0 20px;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #848484;
}
.testimonialSliderWrap .slick-dots {
  margin-top: 50px;
  text-align: center;
}
.testimonialSliderWrap .slick-dots li {
  display: inline-block;
  min-height: 0;
}
.testimonialSliderWrap .slick-dots li a {
  position: relative;
  height: 8px;
  width: 8px;
  margin: 10px;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  display: block;
  background: #EFEFEF;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media all and (min-width:  641px ) and (max-width:  1419px ) {
  .testimonialSliderWrap .slick-dots li a {
    margin: 5px;
  }
}
.testimonialSliderWrap .slick-dots li.slick-active a {
  background: #DA2150;
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
}
.testimonialSliderWrap .testimonialLeftArrow,
.testimonialSliderWrap .testimonialRightArrow {
  position: absolute;
  top: 50%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 1.5625rem;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 4000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.testimonialSliderWrap .testimonialLeftArrow i,
.testimonialSliderWrap .testimonialRightArrow i {
  color: #fff;
}
.testimonialSliderWrap .testimonialLeftArrow:hover,
.testimonialSliderWrap .testimonialRightArrow:hover {
  background: #fff;
}
.testimonialSliderWrap .testimonialLeftArrow {
  left: -50px;
}
.testimonialSliderWrap .testimonialRightArrow {
  right: -50px;
}
.infobox {
  padding: 10px 10px;
  border-radius: 2px;
  border: 1px solid #aaa;
  background: #fff;
}
.infobox h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.infobox p {
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 12px;
}
.infobox:after,
.infobox:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
}
.infobox:before {
  bottom: -11px;
  border-color: #aaa transparent transparent transparent;
  z-index: 10;
}
.infobox:after {
  bottom: -10px;
  border-color: #fff transparent transparent transparent;
  z-index: 20;
}
.infobox button {
  font-size: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  box-shadow: none;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #aaa;
  border: none;
}
/*
 * directions output
 */
.mapOutputPanel > div {
  margin: 0 0 40px;
}
.mapOutputPanel .adp-placemark,
.mapOutputPanel table {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  width: 100%;
  height: auto;
  min-width: 1px;
}
.mapOutputPanel .adp-placemark th,
.mapOutputPanel table th,
.mapOutputPanel .adp-placemark td,
.mapOutputPanel table td {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
}
.mapOutputPanel .adp-placemark img,
.mapOutputPanel table img {
  margin: 0;
  display: inline;
}
.mapOutputPanel .adp-placemark {
  background: #EFEFEF;
}
.mapOutputPanel .adp-placemark td {
  font-size: 1.5rem;
  letter-spacing: -1px;
  width: 42px;
  padding: 10px;
}
.mapOutputPanel .adp-placemark td.adp-text {
  width: 100%;
}
.mapOutputPanel .adp-summary {
  padding: 10px;
  border-bottom: 1px solid #dde3e8;
}
.mapOutputPanel .adp-directions td {
  padding: 10px;
  border-bottom: 1px solid #dde3e8;
}
.appLayout {
  background: #EFEFEF;
}
.appLayout .section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.appLayout .section .sectionBody {
  padding-left: calc((100% - 1400px) / 2);
  padding-right: calc((100% - 1400px) / 2);
}
@media all and (min-width:  641px ) and (max-width:  1419px ), all and (max-width: 640px) {
  .appLayout .section .sectionBody {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cardBody {
  padding: 50px 60px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1100px) {
  .cardBody {
    padding: 50px 35px;
  }
}
@media all and (max-width: 640px) {
  .cardBody {
    padding: 45px 25px;
  }
}
@media (max-width: 370px) {
  .cardBody {
    padding: 35px 15px;
  }
}
.cardBody .cardHeader {
  text-align: center;
  margin: 0 0 30px;
}
.cardBody .cardHeader .cardTitle {
  font-size: 2.8125rem;
  line-height: 50px;
  letter-spacing: -1.5px;
  font-family: 'Baloo', 'Helvetica Neue', Helvetica, Arial, sans-seif;
  color: #DA2150;
  margin: 0;
}
@media all and (min-width:  641px ) and (max-width: 800px) {
  .cardBody .cardHeader .cardTitle {
    font-size: 2.5rem;
    line-height: 48px;
  }
}
@media all and (max-width: 640px) {
  .cardBody .cardHeader .cardTitle {
    font-size: 2.25rem;
    line-height: 44px;
    margin: 0 0 15px;
  }
}
.cardBody .cardHeader .guaranteeBlock {
  margin: 20px auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
@media all and (max-width: 640px) {
  .cardBody .cardHeader .guaranteeBlock {
    margin: 10px auto;
  }
}
.cardBody .cardHeader .guaranteeBlock .iconWrap {
  font-size: 1.875rem;
  color: #11BF66;
  margin-right: 10px;
}
@media all and (min-width:  641px ) and (max-width: 800px), all and (max-width: 640px) {
  .cardBody .cardAsideWrap.vehicleAside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}
.cardBody .blockIntro {
  margin: 0 0 20px;
}
@media all and (max-width: 640px) {
  .cardBody .blockIntro {
    margin: 0 0 10px;
  }
}
.cardBody .blockIntro .blockTitle {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0 0 10px;
}
@media all and (max-width: 640px) {
  .cardBody .blockIntro .blockTitle {
    font-size: 1.3125rem;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .cardBody .blockIntro .blockTitle {
    font-size: 1.125rem;
  }
}
.cardBody .blockIntro .blockTitle:last-child {
  margin: 0;
}
.cardBody .blockIntro.center {
  text-align: center;
}
@media all and (max-width: 640px) {
  .cardBody .blockIntro.noMobile {
    display: none;
  }
}
.cardBody .buttonGroup .buttonNext {
  float: right;
  min-width: 150px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 18px 20px 16px;
  font-size: 1.4375rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  margin-right: 0;
}
@media all and (max-width: 640px) {
  .cardBody .buttonGroup .buttonNext {
    font-size: 1.125rem;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media (max-width: 460px) {
  .cardBody .buttonGroup .buttonNext {
    width: 100%;
  }
}
.cardBody.cardShortBody {
  max-width: 560px;
  margin: 0 auto;
}
.cardBody.cardFlexBody {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
}
@media all and (max-width: 640px) {
  .cardBody.cardDetailsBody .cardHeader {
    margin: 0 0 20px;
  }
}
.cardBody .readMoreToggle,
.cardBody .vehicleItemsToggle {
  position: relative;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #069EC5;
  height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  cursor: pointer;
  outline: none;
  text-decoration: underline;
}
.cardBody .readMoreToggle:before,
.cardBody .vehicleItemsToggle:before {
  content: "";
  height: 40px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
  bottom: 100%;
  left: 0;
}
.cardBody .readMoreToggle.less:before,
.cardBody .vehicleItemsToggle.less:before {
  opacity: 0;
}
.cardBody .marketingTerms {
  font-size: 0.6875rem;
  line-height: 18px;
  text-align: center;
}
.vehicleDetailsHeader .vehicleDetailsItems {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
@media all and (max-width: 640px) {
  .vehicleDetailsHeader .vehicleDetailsItems {
    display: none;
  }
}
.vehicleDetailsHeader .vehicleDetailsItems .detailItem {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}
.vehicleDetailsHeader .vehicleDetailsItems .detailItem .label {
  font-size: 1rem;
  line-height: 16px;
  font-weight: 400;
  color: #474747;
  display: block;
  margin: 0 0 5px;
}
.vehicleDetailsHeader .vehicleDetailsItems .detailItem .value {
  font-size: 1rem;
  line-height: 16px;
  letter-spacing: -0.2px;
  font-weight: 600;
  color: #474747;
  display: block;
}
.valuationDetailsForm {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.valuationDetailsForm:before,
.valuationDetailsForm:after {
  display: none;
}
.valuationDetailsForm:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #EFEFEF;
  display: block;
}
@media (max-width: 1100px) {
  .valuationDetailsForm:after {
    display: none;
  }
}
.valuationDetailsForm .valuationDetailsHeader {
  -webkit-box-ordinal-group: 1;
          order: 0;
}
@media (min-width: 1101px) {
  .valuationDetailsForm .valuationDetailsHeader {
    margin: 0 50px 50px 0;
    width: calc((100% - (50px * (2 - 1))) / 2);
    padding: 0 40px 0 0;
  }
  .valuationDetailsForm .valuationDetailsHeader:nth-of-type(2n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .valuationDetailsForm .valuationDetailsHeader {
      width: calc((100% - (50px * (2 - 1))) / 2 - 0.5px);
    }
  }
}
@media (min-width: 1101px) and all and (-ms-high-contrast: active), (min-width: 1101px) and (-ms-high-contrast: none) {
  .valuationDetailsForm .valuationDetailsHeader {
    width: calc((100% - (50px * (2 - 1))) / 2 - 0.5px);
    float: right;
  }
}
@media (max-width: 1100px) and (min-width: 641px) {
  .valuationDetailsForm .valuationDetailsHeader {
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (2 - 1))) / 2);
  }
  .valuationDetailsForm .valuationDetailsHeader:nth-of-type(2n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .valuationDetailsForm .valuationDetailsHeader {
      width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
    }
  }
}
@media (max-width: 1100px) and (min-width: 641px) and all and (-ms-high-contrast: active), (max-width: 1100px) and (min-width: 641px) and (-ms-high-contrast: none) {
  .valuationDetailsForm .valuationDetailsHeader {
    width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
    float: right;
  }
}
@media all and (max-width: 640px) {
  .valuationDetailsForm .valuationDetailsHeader {
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (1 - 1))) / 1);
  }
  .valuationDetailsForm .valuationDetailsHeader:nth-of-type(1n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .valuationDetailsForm .valuationDetailsHeader {
      width: calc((100% - (20px * (1 - 1))) / 1 - 0.5px);
    }
  }
}
@media all and (max-width: 640px) and all and (-ms-high-contrast: active), all and (max-width: 640px) and (-ms-high-contrast: none) {
  .valuationDetailsForm .valuationDetailsHeader {
    width: calc((100% - (20px * (1 - 1))) / 1 - 0.5px);
    float: right;
  }
}
.valuationDetailsForm .valuationDetailsHeader .row:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 640px) {
  .valuationDetailsForm .valuationDetailsHeader .row label {
    font-size: 0.875rem;
  }
}
.valuationDetailsForm .vehicleDetailsHeader {
  -webkit-box-ordinal-group: 2;
          order: 1;
}
@media (min-width: 1101px) {
  .valuationDetailsForm .vehicleDetailsHeader {
    margin: 0 50px 50px 0;
    width: calc((100% - (50px * (2 - 1))) / 2);
    padding: 0 0 0 40px;
  }
  .valuationDetailsForm .vehicleDetailsHeader:nth-of-type(2n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .valuationDetailsForm .vehicleDetailsHeader {
      width: calc((100% - (50px * (2 - 1))) / 2 - 0.5px);
    }
  }
}
@media (min-width: 1101px) and all and (-ms-high-contrast: active), (min-width: 1101px) and (-ms-high-contrast: none) {
  .valuationDetailsForm .vehicleDetailsHeader {
    width: calc((100% - (50px * (2 - 1))) / 2 - 0.5px);
    float: right;
  }
}
@media (max-width: 1100px) and (min-width: 641px) {
  .valuationDetailsForm .vehicleDetailsHeader {
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (2 - 1))) / 2);
  }
  .valuationDetailsForm .vehicleDetailsHeader:nth-of-type(2n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .valuationDetailsForm .vehicleDetailsHeader {
      width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
    }
  }
}
@media (max-width: 1100px) and (min-width: 641px) and all and (-ms-high-contrast: active), (max-width: 1100px) and (min-width: 641px) and (-ms-high-contrast: none) {
  .valuationDetailsForm .vehicleDetailsHeader {
    width: calc((100% - (20px * (2 - 1))) / 2 - 0.5px);
    float: right;
  }
}
@media all and (max-width: 640px) {
  .valuationDetailsForm .vehicleDetailsHeader {
    -webkit-box-ordinal-group: 1;
            order: 0;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (1 - 1))) / 1);
  }
  .valuationDetailsForm .vehicleDetailsHeader:nth-of-type(1n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .valuationDetailsForm .vehicleDetailsHeader {
      width: calc((100% - (20px * (1 - 1))) / 1 - 0.5px);
    }
  }
}
@media all and (max-width: 640px) and all and (-ms-high-contrast: active), all and (max-width: 640px) and (-ms-high-contrast: none) {
  .valuationDetailsForm .vehicleDetailsHeader {
    width: calc((100% - (20px * (1 - 1))) / 1 - 0.5px);
    float: right;
  }
}
.valuationDetailsForm .vehicleConditionRow {
  -webkit-box-ordinal-group: 3;
          order: 2;
  width: 100%;
  margin: 0 0 20px;
}
@media (min-width: 1101px) {
  .valuationDetailsForm .vehicleConditionRow {
    margin: 0 50px 50px 0;
    width: calc((100% - (50px * (2 - 1))) / 2);
    padding: 0 40px 0 0;
  }
  .valuationDetailsForm .vehicleConditionRow:nth-of-type(2n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .valuationDetailsForm .vehicleConditionRow {
      width: calc((100% - (50px * (2 - 1))) / 2 - 0.5px);
    }
  }
}
@media (min-width: 1101px) and all and (-ms-high-contrast: active), (min-width: 1101px) and (-ms-high-contrast: none) {
  .valuationDetailsForm .vehicleConditionRow {
    width: calc((100% - (50px * (2 - 1))) / 2 - 0.5px);
    float: right;
  }
}
.valuationDetailsForm .vehicleConditionRow .radioButtonWrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 170px;
}
@media all and (max-width: 640px) {
  .valuationDetailsForm .vehicleConditionRow .radioButtonWrap {
    width: 100%;
  }
}
.valuationDetailsForm .vehicleConditionRow .radioButtonWrap .radioBody {
  position: relative;
  width: calc(100% / 1);
  margin: 0 0 20px;
  background: #EFEFEF;
}
@media all and (max-width: 640px) {
  .valuationDetailsForm .vehicleConditionRow .radioButtonWrap .radioBody {
    margin: 0 0 15px;
  }
}
@media (max-width: 480px) {
  .valuationDetailsForm .vehicleConditionRow .radioButtonWrap .radioBody {
    margin: 0 0 10px;
  }
}
.valuationDetailsForm .vehicleConditionRow .radioButtonWrap .radioBody label {
  padding: 1em 0.75em;
  text-align: center;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: -1px;
  font-weight: 600;
  border: 3px solid transparent;
  background: #EFEFEF;
}
@media all and (max-width: 640px) {
  .valuationDetailsForm .vehicleConditionRow .radioButtonWrap .radioBody label {
    line-height: 20px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
  }
}
.valuationDetailsForm .vehicleConditionRow .radioButtonWrap .radioBody label:before,
.valuationDetailsForm .vehicleConditionRow .radioButtonWrap .radioBody label:after {
  display: none;
}
.valuationDetailsForm .vehicleConditionRow .radioButtonWrap .radioBody input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
.valuationDetailsForm .vehicleConditionRow .radioButtonWrap .radioBody input:checked + label {
  border: 3px solid #069EC5;
}
@media all and (max-width: 640px) {
  .valuationDetailsForm .vehicleConditionRow .radioButtonWrap .radioBody input:checked + label {
    background: #069EC5;
    color: #fff;
  }
}
.valuationDetailsForm .vehicleConditionRow .radioButtonKey {
  float: right;
  width: calc(100% - 170px - 20px);
  margin-left: 20px;
  padding: 20px;
  border: 3px solid #069EC5;
  background: #EFEFEF;
  font-size: 0.875rem;
}
@media all and (max-width: 640px) {
  .valuationDetailsForm .vehicleConditionRow .radioButtonKey {
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }
}
.valuationDetailsForm .vehicleConditionRow .radioButtonKey .radioKey {
  display: none;
}
.valuationDetailsForm .vehicleConditionRow .radioButtonKey .radioKey .conditionTitle {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0 0 15px;
}
@media (max-width: 480px) {
  .valuationDetailsForm .vehicleConditionRow .radioButtonKey .radioKey .conditionTitle {
    font-size: 1rem;
    line-height: 28px;
    margin: 0 0 10px;
  }
}
.valuationDetailsForm .vehicleConditionRow .radioButtonKey .radioKey .vehicleCondition {
  font-size: 0.875rem;
}
@media (max-width: 480px) {
  .valuationDetailsForm .vehicleConditionRow .radioButtonKey .radioKey .vehicleCondition {
    font-size: 0.8125rem;
  }
}
.valuationDetailsForm .vehicleConditionRow .radioButtonKey .radioKey .readMoreToggle {
  background: #EFEFEF;
}
.valuationDetailsForm .vehicleConditionRow .radioButtonKey .radioKey .readMoreToggle:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#efefef));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #efefef 100%);
}
.valuationDetailsForm .vehicleConditionRow .radioButtonKey.defaultActive > .active {
  display: block;
}
.valuationDetailsForm .vehicleConditionRow .radioButtonKey p.moreInfoTrigger {
  cursor: pointer;
  position: relative;
  padding: 5px 15px 5px 10px;
  margin: 20px 0;
  width: 120px;
  border: 1px solid #dedede;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
}
.valuationDetailsForm .vehicleConditionRow .radioButtonKey p.moreInfoTrigger:before {
  content: "More";
}
.valuationDetailsForm .vehicleConditionRow .radioButtonKey p.moreInfoTrigger:after {
  color: #ff0000;
  content: '\F078';
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: block;
  position: absolute;
  top: 6px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  right: 10px;
}
.valuationDetailsForm .vehicleConditionRow .radioButtonKey p.moreInfoTrigger.active:before {
  content: "Less";
}
.valuationDetailsForm .vehicleConditionRow .radioButtonKey p.moreInfoTrigger.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 4px;
}
.valuationDetailsForm .vehicleConditionRow .radioButtonKey p.moreInfoTrigger.active + .moreInfoDropdown {
  max-height: 1000px;
}
.valuationDetailsForm .vehicleConditionRow .radioButtonKey p.moreInfoTrigger + .moreInfoDropdown {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.valuationDetailsForm .vehicleConditionRow .radioButtonKey .moreInfoDropdown ul {
  margin-left: 25px;
}
.valuationDetailsForm .vehicleConditionRow .radioButtonKey .moreInfoDropdown ul li {
  list-style-type: disc;
}
.valuationDetailsForm .checkboxLabel {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0 0 15px;
}
.valuationDetailsForm .checkboxGroup {
  -webkit-box-ordinal-group: 4;
          order: 3;
  width: 100%;
  margin: 0 0 20px;
}
@media (min-width: 1101px) {
  .valuationDetailsForm .checkboxGroup {
    margin: 0 50px 50px 0;
    width: calc((100% - (50px * (2 - 1))) / 2);
    padding: 0 0 0 40px;
  }
  .valuationDetailsForm .checkboxGroup:nth-of-type(2n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .valuationDetailsForm .checkboxGroup {
      width: calc((100% - (50px * (2 - 1))) / 2 - 0.5px);
    }
  }
}
@media (min-width: 1101px) and all and (-ms-high-contrast: active), (min-width: 1101px) and (-ms-high-contrast: none) {
  .valuationDetailsForm .checkboxGroup {
    width: calc((100% - (50px * (2 - 1))) / 2 - 0.5px);
    float: right;
  }
}
.valuationDetailsForm .checkboxGroup .inputWrap {
  position: relative;
}
.valuationDetailsForm .checkboxGroup .inputWrap.radioButtonDefaultWrap {
  -webkit-box-align: start;
          align-items: flex-start;
  padding-right: 40px;
  margin: 0;
}
@media (max-width: 480px) {
  .valuationDetailsForm .checkboxGroup .inputWrap.radioButtonDefaultWrap {
    padding-right: 0;
  }
}
.valuationDetailsForm .checkboxGroup .inputWrap.radioButtonDefaultWrap > label {
  position: relative;
  margin-right: auto;
  padding-bottom: 0;
  max-width: calc(100% - 133px);
  padding-right: 10px;
  min-height: 30px;
  font-size: 0.9375rem;
}
@media all and (max-width: 640px) {
  .valuationDetailsForm .checkboxGroup .inputWrap.radioButtonDefaultWrap > label {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .valuationDetailsForm .checkboxGroup .inputWrap.radioButtonDefaultWrap > label {
    width: 100%;
    max-width: 100%;
    margin: 0 0 5px;
    padding: 0;
  }
}
.valuationDetailsForm .checkboxGroup .inputWrap.radioButtonDefaultWrap .radioBodyDefault {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .valuationDetailsForm .checkboxGroup .inputWrap.radioButtonDefaultWrap .radioBodyDefault {
    margin: 0 10px 0 0;
  }
}
.valuationDetailsForm .checkboxGroup .inputWrap.radioButtonDefaultWrap .iconWrap {
  top: 10px;
}
@media all and (max-width: 640px) {
  .valuationDetailsForm .checkboxGroup .inputWrap.radioButtonDefaultWrap .iconWrap {
    top: 5px;
  }
}
@media (max-width: 480px) {
  .valuationDetailsForm .checkboxGroup .inputWrap.radioButtonDefaultWrap .iconWrap {
    top: auto;
    left: 125px;
    bottom: 7px;
  }
}
.valuationDetailsForm .checkboxGroup .inputWrap.radioButtonDefaultWrap .iconWrap.large {
  display: block;
}
@media (max-width: 480px) {
  .valuationDetailsForm .checkboxGroup .inputWrap.radioButtonDefaultWrap .iconWrap.large {
    display: none;
  }
}
.valuationDetailsForm .checkboxGroup .inputWrap.radioButtonDefaultWrap .iconWrap.small {
  display: none;
  bottom: -40px;
}
@media (max-width: 480px) {
  .valuationDetailsForm .checkboxGroup .inputWrap.radioButtonDefaultWrap .iconWrap.small {
    display: block;
  }
}
.valuationDetailsForm .checkboxGroup .inputWrap .iconWrap {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  color: #069EC5;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #069EC5;
  border-radius: 50%;
  background: #EFEFEF;
  cursor: pointer;
}
.valuationDetailsForm .checkboxGroup .inputWrap .iconWrap i {
  position: relative;
  top: -1px;
}
.valuationDetailsForm .checkboxGroup .descWrap {
  float: left;
  width: 100%;
  display: none;
  margin: 10px 0 0;
  padding: 15px;
  background: #EFEFEF;
  font-size: 0.9375rem;
  line-height: 21px;
  border-radius: 8px;
  border-top: 4px solid #069EC5;
}
.valuationDetailsForm .checkboxGroup .descWrap .tickItems li {
  font-size: 0.8125rem;
  padding-left: 30px;
}
.valuationDetailsForm .checkboxGroup .descWrap .tickItems li:before {
  font-size: 0.9375rem;
}
.valuationDetailsForm .checkboxGroup .descWrap .descTitle {
  font-size: 1rem;
  margin: 0 0 10px;
}
.valuationDetailsForm .chosen-container .chosen-single {
  height: 51px;
  line-height: 51px;
}
.valuationDetailsForm .chosen-container .chosen-single span {
  line-height: 51px;
}
.valuationDetailsForm .mobileChosen {
  min-width: 0;
}
.valuationDetailsForm .buttonGroup {
  -webkit-box-ordinal-group: 5;
          order: 4;
}
.valuationDetailsForm .buttonGroup .button {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
/**
 * User Details Form
 */
.userDetailsForm {
  *zoom: 1;
  margin: 0 0 30px;
}
.userDetailsForm:before,
.userDetailsForm:after {
  content: "";
  display: table;
}
.userDetailsForm:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .userDetailsForm {
    margin: 0 0 20px;
  }
}
.userDetailsForm label {
  font-size: 1rem;
  line-height: 20px;
  padding: 0 0 10px;
}
.userDetailsForm .row {
  margin: 0 0 30px;
}
.userDetailsForm .row:last-of-type {
  margin: 0 0 40px;
}
/**
 * Car Valuation
 */
.yourValuation {
  margin: 0 0 30px;
}
.yourValuation .valuationBlock {
  background: #EFEFEF;
  border-radius: 18px;
  padding: 32px 57px;
  text-align: center;
}
@media (max-width: 1000px) {
  .yourValuation .valuationBlock {
    padding: 32px 20px;
  }
}
@media (max-width: 800px) {
  .yourValuation .valuationBlock {
    padding: 20px;
  }
}
.yourValuation .valuationBlock .valuationLabel {
  font-size: 1.125rem;
  line-height: 25px;
  font-weight: 500;
  display: block;
  margin: 0 0 10px;
}
@media all and (max-width: 640px) {
  .yourValuation .valuationBlock .valuationLabel {
    font-size: 1rem;
  }
}
.yourValuation .valuationBlock .valuationLabel:last-child {
  margin: 0;
}
.yourValuation .valuationBlock .valuationLabel .brand {
  font-size: 1.875rem;
  line-height: 30px;
  font-family: 'Baloo', 'Helvetica Neue', Helvetica, Arial, sans-seif;
  color: #DA2150;
}
@media all and (max-width: 640px) {
  .yourValuation .valuationBlock .valuationLabel .brand {
    font-size: 1.625rem;
  }
}
.yourValuation .valuationBlock .valuationLabel .brand .accent {
  color: #069EC5;
}
.yourValuation .valuationBlock .valuationLabel img {
  margin: 12px 0;
}
.yourValuation .valuationBlock .valuationValue {
  font-size: 5rem;
  line-height: 50px;
  letter-spacing: -1.99px;
  font-family: 'Baloo', 'Helvetica Neue', Helvetica, Arial, sans-seif;
  color: #069EC5;
  display: block;
  margin: 0 0 10px;
}
@media (max-width: 800px) {
  .yourValuation .valuationBlock .valuationValue {
    font-size: 3.75rem;
  }
}
@media all and (max-width: 640px) {
  .yourValuation .valuationBlock .valuationValue {
    font-size: 3rem;
    line-height: 42px;
  }
}
.yourValuation .valuationBlock .valuationValue:last-child {
  margin: 0;
}
.yourValuation .valuationBlock.noValuation {
  padding: 32px;
}
@media (max-width: 1000px) {
  .yourValuation .valuationBlock.noValuation {
    padding: 32px 20px;
  }
}
@media (max-width: 800px) {
  .yourValuation .valuationBlock.noValuation {
    padding: 20px;
  }
}
.yourValuation .valuationBlock.noValuation .valuationLabel {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}
.yourValuation .valuationBlock.noValuation .valuationLabel span {
  margin: 15px 0 0;
  display: block;
}
.yourValuation .valuationBlock.noValuation .valuationLabel span > a {
  display: block;
}
.yourValuation .valuationBlock + .guaranteeBlock {
  margin: 20px 0 0;
}
.yourValuation .guaranteeBlock {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
}
.yourValuation .guaranteeBlock .iconWrap {
  margin-right: 20px;
  font-size: 2.75rem;
  color: #11BF66;
}
@media (max-width: 900px) {
  .yourValuation .guaranteeBlock .iconWrap {
    font-size: 2.75rem;
  }
}
.yourValuation .guaranteeBlock .guaranteeText {
  font-size: 1.125rem;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 560px) {
  .yourValuation .guaranteeBlock .guaranteeText {
    width: 100%;
    padding: 0;
  }
}
.yourValuation .guaranteeBlock .guaranteeText small {
  display: block;
  font-size: 0.75rem;
  line-height: 18px;
  font-weight: 400;
  margin: 5px 0 0;
}
.promotionCta {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background: #e6f3e5;
  color: #137808;
  border-radius: 50px;
  padding: 10px 12px;
  margin: 0 0 20px;
}
.promotionCta .promotionIcon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  margin: 0 12px 0 0;
  border-radius: 50px;
  background: #fff;
}
.promotionCta .promotionBody {
  font-size: 0.9375rem;
  line-height: 20px;
  letter-spacing: -0.3px;
  -webkit-box-flex: 1;
          flex: 1;
}
@media (max-width: 480px) {
  .promotionCta .promotionBody {
    font-size: 0.875rem;
  }
}
.appointmentCta {
  max-width: 600px;
  margin: 0 auto;
  background: #11BF66;
  border-radius: 8px;
  color: #fff;
  padding: 12px 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  font-size: 1.4375rem;
  line-height: 38px;
  font-weight: 600;
  display: block;
  text-align: center;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: none;
}
@media (max-width: 800px) {
  .appointmentCta {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    font-size: 1.125rem;
    line-height: 22px;
    padding: 15px;
    max-width: 100%;
  }
}
@media all and (max-width: 640px) {
  .appointmentCta {
    font-size: 0.875rem;
    line-height: 18px;
  }
}
.appointmentCta:hover {
  background: #0ea257;
}
.appointmentCta i {
  padding-right: 30px;
}
@media all and (max-width: 640px) {
  .appointmentCta i {
    padding-right: 10px;
  }
}
.branchIntro {
  text-align: center;
  margin: 0 0 30px;
}
.branchIntro .branchTitle {
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 400;
}
.branchIntro .branchTitle .selected {
  display: block;
  font-size: 1.6875rem;
  letter-spacing: -0.5px;
  font-weight: 600;
  color: #DA2150;
}
/**
 * Booking Confirmation
 */
.bookingConfirmationWrap,
.vehicleOverviewWrap {
  margin: 0 0 30px;
}
.bookingConfirmationWrap .blockIntro,
.vehicleOverviewWrap .blockIntro {
  margin: 0 0 8px;
}
.bookingConfirmationWrap .blockIntro .blockTitle,
.vehicleOverviewWrap .blockIntro .blockTitle {
  font-size: 1.3125rem;
  line-height: 28px;
}
.bookingConfirmationWrap .listDetails,
.vehicleOverviewWrap .listDetails {
  position: relative;
}
.bookingConfirmationWrap .listDetails .detailItem,
.vehicleOverviewWrap .listDetails .detailItem {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  background: #EFEFEF;
  padding: 10px;
}
.bookingConfirmationWrap .listDetails .detailItem:nth-of-type(even),
.vehicleOverviewWrap .listDetails .detailItem:nth-of-type(even) {
  background: #fff;
}
.bookingConfirmationWrap .listDetails .detailItem .label,
.vehicleOverviewWrap .listDetails .detailItem .label {
  font-weight: 600;
}
.bookingConfirmationWrap .listDetails .detailItem .value,
.vehicleOverviewWrap .listDetails .detailItem .value {
  text-align: right;
  -webkit-box-flex: 1;
          flex: 1;
}
.timeFormWrap {
  *zoom: 1;
  margin: 0 0 50px;
}
.timeFormWrap:before,
.timeFormWrap:after {
  content: "";
  display: table;
}
.timeFormWrap:after {
  clear: both;
}
.timeFormWrap .radioButtonWrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.timeFormWrap .radioButtonWrap .radioBody {
  width: calc(100% / 3 - 2px);
  margin: 0 1px 2px;
  background: #EFEFEF;
}
.timeFormWrap .radioButtonWrap .radioBody.twoWide {
  width: calc(100% / 2 - 2px);
}
.timeFormWrap .radioButtonWrap .radioBody label {
  padding: 8px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 37px;
  letter-spacing: -1px;
  font-weight: 600;
}
@media (max-width: 420px) {
  .timeFormWrap .radioButtonWrap .radioBody label {
    padding: 1em;
    font-size: 1rem;
  }
}
.timeFormWrap .radioButtonWrap .radioBody label:before,
.timeFormWrap .radioButtonWrap .radioBody label:after {
  display: none;
}
.timeFormWrap .radioButtonWrap .radioBody input[type=radio]:checked + label {
  box-shadow: inset 0 0 0 2px #069EC5;
}
.timeFormWrap .radioButtonWrap .radioBody.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.timeFormWrap .timeFormRow {
  margin: 0;
}
.timeFormWrap .timeFormTitle {
  text-align: center;
}
/**
 * Vehicle not found
 */
.vehicleNotFoundWrap .blockIntro {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.vehicleNotFoundWrap .blockIntro .blockTitle {
  margin: 0 0 15px;
}
.vehicleNotFoundWrap .buttonGroup {
  float: none;
  clear: none;
}
.vehicleNotFoundWrap .row .regInputWrap {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/**
 * Key points
 */
.valuationFeaturesWrap {
  max-width: 1100px;
  margin: 0 auto;
  *zoom: 1;
}
.valuationFeaturesWrap:before,
.valuationFeaturesWrap:after {
  content: "";
  display: table;
}
.valuationFeaturesWrap:after {
  clear: both;
}
.valuationFeaturesWrap .featuresIntro {
  max-width: 450px;
  margin: 0 auto 30px;
  text-align: center;
  *zoom: 1;
}
.valuationFeaturesWrap .featuresIntro:before,
.valuationFeaturesWrap .featuresIntro:after {
  content: "";
  display: table;
}
.valuationFeaturesWrap .featuresIntro:after {
  clear: both;
}
.valuationFeaturesWrap .featuresIntro .featuresTitle {
  font-size: 1.625rem;
  line-height: 30px;
  letter-spacing: -1px;
  font-weight: 600;
  margin: 0 0 10px;
}
.valuationFeaturesWrap .featuresIntro .featuresContent {
  font-size: 1rem;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}
.valuationFeatures {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px -50px;
}
@media (max-width: 1000px) {
  .valuationFeatures {
    margin: 0 -15px -30px;
  }
}
.valuationFeatures .featureBody {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: calc(33.3% - 50px);
  margin: 0 25px 50px;
}
@media (max-width: 1000px) {
  .valuationFeatures .featureBody {
    width: calc(33.3% - 30px);
    margin: 0 15px 30px;
  }
}
.valuationFeatures .featureBody .imageWrap {
  width: 100px;
  margin: 0 15px 0 0;
}
@media all and (min-width:  641px ) and (max-width: 800px), all and (max-width: 640px) {
  .valuationFeatures .featureBody .imageWrap {
    width: 70px;
  }
}
.valuationFeatures .featureBody .featureInner {
  width: calc(100% - 100px - 15px);
}
@media all and (min-width:  641px ) and (max-width: 800px) {
  .valuationFeatures .featureBody .featureInner {
    width: calc(100% - 70px - 15px);
  }
}
.valuationFeatures .featureBody .featureInner .featureTitle {
  font-size: 1.25rem;
  line-height: 24px;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 900px) {
  .valuationFeatures .featureBody .featureInner .featureTitle {
    font-size: 1.125rem;
  }
}
.valuationFeatures .featureBody.slick-slide {
  text-align: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.valuationFeatures .featureBody.slick-slide .featureInner {
  width: auto;
}
.valuationDetailsHeader .row .radioButtonDefaultWrap {
  width: calc(100% + 10px);
}
@media all and (max-width: 640px) {
  .valuationDetailsHeader .row .radioButtonDefaultWrap {
    -webkit-box-pack: center;
            justify-content: center;
    margin: 0 -5px -10px;
  }
}
.valuationDetailsHeader .row .radioButtonDefaultWrap .radioBodyDefault {
  width: calc(20% - 10px);
}
@media all and (max-width: 640px) {
  .valuationDetailsHeader .row .radioButtonDefaultWrap .radioBodyDefault {
    width: calc(33.3% - 10px);
    margin: 0 5px 10px;
  }
}
.row .radioButtonDefaultWrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -20px;
}
.row .radioButtonDefaultWrap .radioBodyDefault {
  position: relative;
  margin: 0 5px 20px;
  background: #EFEFEF;
}
.row .radioButtonDefaultWrap .radioBodyDefault label {
  width: 100%;
  padding: 8px 12px;
  text-align: center;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: -1px;
  font-weight: 600;
  border: 3px solid transparent;
  background: #EFEFEF;
}
@media all and (max-width: 640px) {
  .row .radioButtonDefaultWrap .radioBodyDefault label {
    line-height: 20px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
  }
}
@media (max-width: 480px) {
  .row .radioButtonDefaultWrap .radioBodyDefault label {
    font-size: 0.875rem;
  }
}
.row .radioButtonDefaultWrap .radioBodyDefault label:before,
.row .radioButtonDefaultWrap .radioBodyDefault label:after {
  display: none;
}
.row .radioButtonDefaultWrap .radioBodyDefault input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.row .radioButtonDefaultWrap .radioBodyDefault input:checked + label {
  border: 3px solid #069EC5;
}
@media all and (max-width: 640px) {
  .row .radioButtonDefaultWrap .radioBodyDefault input:checked + label {
    background: #069EC5;
    color: #fff;
  }
}
/*
 * Misc
 */
.block {
  display: block;
}
.radioList {
  float: left;
  width: 100%;
}
.radioList .radioListItem {
  width: 50%;
}
.radioList .radioListItem .radioListLink {
  font-size: 0.875rem;
  margin-left: 30px;
}
.locationsList .radioList .radioListTitle {
  width: 100%;
}
.radioList.branchRadioList {
  margin: 0 0 30px;
}
.radioList.branchRadioList .radioListItem {
  margin: 0;
}
.radioList.branchRadioList .radioListItem label {
  font-size: 0.875rem;
}
.locationsList .radioList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.bookingLocation {
  *zoom: 1;
}
.bookingLocation:before,
.bookingLocation:after {
  content: "";
  display: table;
}
.bookingLocation:after {
  clear: both;
}
.bookingLocation .shortMessage {
  text-align: center;
  margin: 0 0 20px;
}
.bookingLocation .shortMessage:last-child {
  margin: 0;
}
.selectFromBranch {
  float: left;
  width: 100%;
  margin: 0 0 50px;
}
.selectFromBranch .button {
  margin: 0 0 20px;
}
.selectFromBranch .textLink {
  margin: 0 auto;
}
.homeValuation {
  float: left;
  width: 100%;
  margin: 0 0 50px;
}
.homeValuation:last-child {
  margin: 0;
}
.homeValuation .button {
  margin: 0 0 20px;
}
.homeValuation .homeValuationForm {
  float: left;
  width: 100%;
}
.homeValuation .homeValuationForm .row:last-child {
  margin: 0;
}
.homeValuation .infoLink:not(:last-child) {
  margin: 0 0 10px;
}
.bookingOverlay .overlayAjax {
  padding: 30px;
}
@media all and (max-width: 640px) {
  .bookingOverlay .overlayAjax {
    padding: 20px;
  }
}
.bookingOverlay .overlayBox .overlayContent {
  margin: 0;
  max-height: 100%;
  border-radius: 8px 8px 0 0;
}
/**
* Spinner
*/
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loading {
  position: relative;
}
.loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
}
.spinner {
  position: relative;
}
.spinner:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -24px;
  margin-left: -24px;
  border-radius: 50%;
  border: 4px solid #e2e2e2;
  border-top-color: #DA2150;
  z-index: 9999;
  -webkit-animation: spinner 0.6s linear infinite;
          animation: spinner 0.6s linear infinite;
}
.spinner.spinnerSmall:after {
  width: 26px;
  height: 26px;
  border: 3px solid #e2e2e2;
  border-top-color: #DA2150;
  left: 50%;
  top: 50%;
  margin-left: -17px;
  margin-top: -17px;
}
.buttonWithSpinner .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
}
.buttonWithSpinner .spinner:after {
  left: 0;
  top: auto;
  margin: 0;
}
.inputSpinner .inputWrap {
  position: relative;
}
.inputSpinner .spinner {
  opacity: 0;
}
.inputSpinner.active .spinner {
  opacity: 1;
}
.inputSpinner .spinner.spinnerSmall {
  position: absolute;
  right: 40px;
  z-index: 1000;
  height: 26px;
  width: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inputSpinner .spinner.spinnerSmall:after {
  margin: 0;
  top: auto;
  left: auto;
}
/**
 * Select car spec
 */
.vehicleSpecWrap .blockIntro {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.vehicleSpecWrap .blockIntro .blockTitle {
  margin: 0 0 15px;
}
.vehicleSpecWrap .buttonGroup {
  float: none;
  clear: none;
}
.vehicleSpecWrap .row .regInputWrap {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.vehicleSpecWrap .row h4:last-child {
  margin-bottom: 0;
}
.vehicleSpecWrap .row.regInputRow {
  margin: 0 0 35px;
}
.vehicleDetailsSlider {
  position: relative;
  display: none;
}
.vehicleDetailsSlider .slick-dots {
  text-align: center;
}
.vehicleDetailsSlider .slick-dots li {
  display: inline-block;
  min-height: 0;
}
.vehicleDetailsSlider .slick-dots li button {
  position: relative;
  height: 10px;
  width: 10px;
  margin: 10px 5px;
  cursor: pointer;
  text-indent: -9999px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.vehicleDetailsSlider .slick-dots li button:focus {
  border: none;
  outline: none;
}
.vehicleDetailsSlider .slick-dots li.slick-active button {
  background: #DA2150;
}
@media all and (max-width: 640px) {
  .vehicleDetailsSlider {
    display: block;
  }
}
.vehicleDetailsSlider .slideItem {
  text-align: center;
  padding: 0 0 20px;
}
.vehicleDetailsSlider .slideItem .slideItemIntro {
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
  margin: 0 0 20px;
}
.vehicleDetailsSlider .slideItem .slideItemMake {
  display: block;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 600;
}
.vehicleDetailsSlider .slideItem .slideItemModel {
  display: block;
  margin: 0 0 5px;
}
.vehicleDetailsSlider .slideItem .slideItemButton .button {
  font-size: 0.875rem;
  padding: 0.75em;
}
.vehicleDetailsSlider .slideItem .slideItemName {
  margin: 0 0 15px;
}
.vehicleDetailsSlider .slideItem .slideItemName .value {
  font-weight: 600;
}
.vehicleDetailsSlider .slideItem .slideItemReg {
  margin: 0 0 5px;
}
.vehicleDetailsSlider .slideItem .slideItemTransmission {
  margin: 0 0 5px;
}
.vehicleDetailsSlider .slideItem .flexItem {
  display: -webkit-box;
  display: flex;
}
.vehicleDetailsSlider .slideItem .flexItem .label,
.vehicleDetailsSlider .slideItem .flexItem .value {
  -webkit-box-flex: 1;
          flex: 1 1 50%;
  width: 50%;
  padding: 0 5px;
}
.vehicleDetailsSlider .slideItem .flexItem .label {
  text-align: right;
}
.vehicleDetailsSlider .slideItem .flexItem .value {
  text-align: left;
}
.vehicleDetailsSlider .slideItem .textLink {
  font-size: 0.875rem;
}
.vehicleDetailsSlider .slideItem .label {
  font-size: 1rem;
  line-height: 16px;
  font-weight: 600;
  color: #474747;
  display: block;
  margin: 0 0 5px;
}
.vehicleDetailsSlider .slideItem .value {
  font-size: 1rem;
  line-height: 16px;
  letter-spacing: -0.2px;
  font-weight: 400;
  color: #474747;
  display: block;
}
.vehicleDetailsSlider .slick-dots li button {
  background: #EFEFEF;
}
.vehicleDetailsSlider .slick-dots li.slick-active button {
  background: #069EC5;
}
.vehicleDetailsMobile {
  display: none;
}
.vehicleDetailsMobile .label {
  display: block;
  font-size: 0.875rem;
  line-height: 23px;
  letter-spacing: -0.6px;
  font-weight: 400;
  color: #474747;
  text-align: center;
}
.vehicleDetailsMobile .label.make {
  font-size: 1rem;
  line-height: 26px;
  font-weight: 600;
  opacity: 0.5;
  text-align: center;
}
.vehicleDetailsMobile .label.model {
  font-size: 1.125rem;
  line-height: 29px;
  font-weight: 600;
  text-align: center;
}
.vehicleDetailsMobile .fourWide {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.vehicleDetailsMobile .fourWide .label {
  border-right: 1px solid #D8D8D8;
  padding: 0 10px;
}
.vehicleDetailsMobile .fourWide .label:last-child {
  border: 0;
}
.vehicleDetailsMobile .withBorder {
  border-top: 1px solid #D8D8D8;
  margin: 20px 0 0;
  padding: 10px 0 0;
  text-align: center;
}
@media all and (max-width: 640px) {
  .vehicleDetailsMobile {
    display: block;
  }
}
/**
 * Accordions
 */
.accordionToggleWrap {
  float: left;
  width: 100%;
  margin: 0 0 40px;
}
.accordionToggle {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.accordionToggle:last-child {
  margin: 0;
}
.accordionToggle .accordionHeader {
  position: relative;
  display: -webkit-box;
  display: flex;
  font-size: 1.125rem;
  line-height: 28px;
  padding: 16px;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  cursor: pointer;
}
.accordionToggle .accordionHeader:after {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  content: '\F078';
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.accordionToggle .accordionHeader .shortDate {
  font-weight: 600;
}
.accordionToggle .accordionBody {
  float: left;
  width: 100%;
  padding: 16px 0 0;
  display: none;
}
.accordionToggle.closed .accordionHeader {
  background: #f1f1f1;
  color: rgba(71, 71, 71, 0.5);
}
.accordionToggle.active .accordionBody {
  display: block;
}
/**
 * Booking Overview
 */
.overviewBlocks {
  margin: 0 0 30px;
}
.overviewBlock {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: end;
          align-items: flex-end;
  margin: 0 -8px 16px;
}
.overviewBlock:last-child {
  margin: 0 -8px;
}
.overviewBlock .block {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 0 -8px;
}
.overviewBlock .block.changeBlock {
  -webkit-box-flex: 0;
          flex: 0 0 60px;
}
.overviewBlock .block .label,
.overviewBlock .block .value {
  display: block;
}
.overviewBlock .block .label {
  font-size: 1rem;
  line-height: 26px;
}
.overviewBlock .block .value {
  font-size: 1.25rem;
  line-height: 32px;
  letter-spacing: -0.5px;
  font-weight: 600;
}
.overviewBlock .block .textLink {
  font-size: 0.875rem;
}
.posts {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.posts .post {
  border: 1px solid #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}
@media (min-width: 901px) {
  .posts .post {
    float: left;
    margin: 0 25px 25px 0;
    width: calc((100% - (25px * (4 - 1))) / 4);
  }
  .posts .post:nth-of-type(4n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .posts .post:nth-of-type(4n) {
      width: calc((100% - (25px * (4 - 1))) / 4 - 0.5px);
      float: right;
    }
  }
  .posts .post:nth-of-type(4n + 1) {
    clear: both;
  }
}
@media (min-width: 901px) and all and (-ms-high-contrast: active), (min-width: 901px) and (-ms-high-contrast: none) {
  .posts .post:nth-of-type(4n) {
    width: calc((100% - (25px * (4 - 1))) / 4 - 0.5px);
    float: right;
  }
}
@media (min-width: 641px) and (max-width: 900px) {
  .posts .post {
    float: left;
    margin: 0 25px 25px 0;
    width: calc((100% - (25px * (3 - 1))) / 3);
  }
  .posts .post:nth-of-type(3n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .posts .post:nth-of-type(3n) {
      width: calc((100% - (25px * (3 - 1))) / 3 - 0.5px);
      float: right;
    }
  }
  .posts .post:nth-of-type(3n + 1) {
    clear: both;
  }
}
@media (min-width: 641px) and (max-width: 900px) and all and (-ms-high-contrast: active), (min-width: 641px) and (max-width: 900px) and (-ms-high-contrast: none) {
  .posts .post:nth-of-type(3n) {
    width: calc((100% - (25px * (3 - 1))) / 3 - 0.5px);
    float: right;
  }
}
@media (min-width: 421px) and (max-width: 640px) {
  .posts .post {
    float: left;
    margin: 0 25px 25px 0;
    width: calc((100% - (25px * (2 - 1))) / 2);
  }
  .posts .post:nth-of-type(2n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .posts .post:nth-of-type(2n) {
      width: calc((100% - (25px * (2 - 1))) / 2 - 0.5px);
      float: right;
    }
  }
  .posts .post:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media (min-width: 421px) and (max-width: 640px) and all and (-ms-high-contrast: active), (min-width: 421px) and (max-width: 640px) and (-ms-high-contrast: none) {
  .posts .post:nth-of-type(2n) {
    width: calc((100% - (25px * (2 - 1))) / 2 - 0.5px);
    float: right;
  }
}
@media (max-width: 420px) {
  .posts .post {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (1 - 1))) / 1);
  }
  .posts .post:nth-of-type(1n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .posts .post:nth-of-type(1n) {
      width: calc((100% - (20px * (1 - 1))) / 1 - 0.5px);
      float: right;
    }
  }
  .posts .post:nth-of-type(1n + 1) {
    clear: both;
  }
}
@media (max-width: 420px) and all and (-ms-high-contrast: active), (max-width: 420px) and (-ms-high-contrast: none) {
  .posts .post:nth-of-type(1n) {
    width: calc((100% - (20px * (1 - 1))) / 1 - 0.5px);
    float: right;
  }
}
.posts .post:hover {
  background: #fafafa;
}
.posts .post:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.posts .post .imgWrap {
  overflow: hidden;
}
.posts .post .imgWrap img {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.posts .post .postContent {
  padding: 20px;
}
.posts .post .postContent h4 {
  font-size: 1.1875rem;
  margin-bottom: 10px;
}
.posts .post .postContent .excerpt {
  font-size: 0.875rem;
  color: #474747;
  line-height: 1.5;
}
.posts .post .postContent span {
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 5px;
  display: block;
}
.recentPostsContainer {
  background: #eee;
  padding: 55px 15px 30px;
}
.recentPostsContainer h3 {
  text-align: center;
  margin-bottom: 30px;
}
.recentPostsContainer .posts {
  max-width: 1200px;
  margin: 0 auto;
}
.pageContent .blogHeading {
  text-align: center;
  margin-bottom: 30px;
}
.blogWrap {
  display: -webkit-box;
  display: flex;
}
@media (max-width: 900px) {
  .blogWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.blogWrap .pageContent {
  width: 65%;
  padding-right: 45px;
}
@media (max-width: 900px) {
  .blogWrap .pageContent {
    width: 100%;
    padding: 0 0 30px;
  }
}
.blogWrap .pageContent .postImage {
  margin-bottom: 25px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.blogWrap .pageSidebar {
  width: 35%;
}
@media (max-width: 900px) {
  .blogWrap .pageSidebar {
    width: 100%;
  }
}
.blogWrap .pageSidebar .recentPostsContainer {
  padding: 25px 25px 5px;
}
@media (max-width: 900px) {
  .blogWrap .pageSidebar .recentPostsContainer {
    margin: 0 -15px;
    padding: 30px 15px 5px;
  }
}
.blogWrap .pageSidebar .recentPostsContainer .blogHeading {
  text-align: left;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.blogWrap .pageSidebar .recentPostsContainer .posts .post {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .blogWrap .pageSidebar .recentPostsContainer .posts .post {
    display: block;
  }
}
@media (min-width: 901px) {
  .blogWrap .pageSidebar .recentPostsContainer .posts .post {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (1 - 1))) / 1);
  }
  .blogWrap .pageSidebar .recentPostsContainer .posts .post:nth-of-type(1n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .blogWrap .pageSidebar .recentPostsContainer .posts .post:nth-of-type(1n) {
      width: calc((100% - (20px * (1 - 1))) / 1 - 0.5px);
      float: right;
    }
  }
  .blogWrap .pageSidebar .recentPostsContainer .posts .post:nth-of-type(1n + 1) {
    clear: both;
  }
}
@media (min-width: 901px) and all and (-ms-high-contrast: active), (min-width: 901px) and (-ms-high-contrast: none) {
  .blogWrap .pageSidebar .recentPostsContainer .posts .post:nth-of-type(1n) {
    width: calc((100% - (20px * (1 - 1))) / 1 - 0.5px);
    float: right;
  }
}
@media (min-width: 641px) and (max-width: 900px) {
  .blogWrap .pageSidebar .recentPostsContainer .posts .post {
    float: left;
    margin: 0 25px 25px 0;
    width: calc((100% - (25px * (3 - 1))) / 3);
  }
  .blogWrap .pageSidebar .recentPostsContainer .posts .post:nth-of-type(3n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .blogWrap .pageSidebar .recentPostsContainer .posts .post:nth-of-type(3n) {
      width: calc((100% - (25px * (3 - 1))) / 3 - 0.5px);
      float: right;
    }
  }
  .blogWrap .pageSidebar .recentPostsContainer .posts .post:nth-of-type(3n + 1) {
    clear: both;
  }
}
@media (min-width: 641px) and (max-width: 900px) and all and (-ms-high-contrast: active), (min-width: 641px) and (max-width: 900px) and (-ms-high-contrast: none) {
  .blogWrap .pageSidebar .recentPostsContainer .posts .post:nth-of-type(3n) {
    width: calc((100% - (25px * (3 - 1))) / 3 - 0.5px);
    float: right;
  }
}
@media (min-width: 421px) and (max-width: 640px) {
  .blogWrap .pageSidebar .recentPostsContainer .posts .post {
    float: left;
    margin: 0 25px 25px 0;
    width: calc((100% - (25px * (2 - 1))) / 2);
  }
  .blogWrap .pageSidebar .recentPostsContainer .posts .post:nth-of-type(2n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .blogWrap .pageSidebar .recentPostsContainer .posts .post:nth-of-type(2n) {
      width: calc((100% - (25px * (2 - 1))) / 2 - 0.5px);
      float: right;
    }
  }
  .blogWrap .pageSidebar .recentPostsContainer .posts .post:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media (min-width: 421px) and (max-width: 640px) and all and (-ms-high-contrast: active), (min-width: 421px) and (max-width: 640px) and (-ms-high-contrast: none) {
  .blogWrap .pageSidebar .recentPostsContainer .posts .post:nth-of-type(2n) {
    width: calc((100% - (25px * (2 - 1))) / 2 - 0.5px);
    float: right;
  }
}
@media (max-width: 420px) {
  .blogWrap .pageSidebar .recentPostsContainer .posts .post {
    float: left;
    margin: 0 20px 20px 0;
    width: calc((100% - (20px * (1 - 1))) / 1);
  }
  .blogWrap .pageSidebar .recentPostsContainer .posts .post:nth-of-type(1n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .blogWrap .pageSidebar .recentPostsContainer .posts .post:nth-of-type(1n) {
      width: calc((100% - (20px * (1 - 1))) / 1 - 0.5px);
      float: right;
    }
  }
  .blogWrap .pageSidebar .recentPostsContainer .posts .post:nth-of-type(1n + 1) {
    clear: both;
  }
}
@media (max-width: 420px) and all and (-ms-high-contrast: active), (max-width: 420px) and (-ms-high-contrast: none) {
  .blogWrap .pageSidebar .recentPostsContainer .posts .post:nth-of-type(1n) {
    width: calc((100% - (20px * (1 - 1))) / 1 - 0.5px);
    float: right;
  }
}
.blogWrap .pageSidebar .recentPostsContainer .posts .post .imgWrap {
  width: 35%;
  height: 100%;
}
@media (max-width: 900px) {
  .blogWrap .pageSidebar .recentPostsContainer .posts .post .imgWrap {
    width: 100%;
    height: auto;
  }
}
.blogWrap .pageSidebar .recentPostsContainer .posts .post .imgWrap img {
  height: 100%;
  min-height: 115px;
}
@media (max-width: 900px) {
  .blogWrap .pageSidebar .recentPostsContainer .posts .post .imgWrap img {
    min-height: auto;
    height: 180px;
  }
}
.blogWrap .pageSidebar .recentPostsContainer .posts .post .postContent {
  width: 65%;
}
@media (max-width: 900px) {
  .blogWrap .pageSidebar .recentPostsContainer .posts .post .postContent {
    width: 100%;
  }
}
.blogWrap .pageSidebar .recentPostsContainer .posts .post .postContent .excerpt {
  display: none;
}
@media (max-width: 900px) {
  .blogWrap .pageSidebar .recentPostsContainer .posts .post .postContent .excerpt {
    display: block;
  }
}
/*
 * Buttons
 */
/*
 * Button Groups
 */
.buttonGroup {
  *zoom: 1;
  float: left;
  width: 100%;
  clear: both;
}
.buttonGroup:before,
.buttonGroup:after {
  content: "";
  display: table;
}
.buttonGroup:after {
  clear: both;
}
.buttonGroup .button {
  float: left;
  display: block;
  margin-right: 20px;
}
.buttonInline {
  float: left;
  width: 100%;
}
.buttonInline .inputWrap {
  width: 70%;
}
.buttonInline button,
.buttonInline .button,
.buttonInline .buttonActive {
  width: 30%;
  padding: 9px 10px;
  line-height: normal;
}
@media all and (max-width: 640px) {
  .buttonInline {
    width: 100%;
    padding: 0;
  }
  .buttonInline .inputWrap {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .buttonInline button,
  .buttonInline .button {
    width: 100%;
  }
}
/*
 * Button Styling
 */
.button {
  margin: 0 0 20px;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  position: relative;
  display: inline-block;
  background: #DA2150;
  margin: 0;
  padding: 16px 20px 14px;
  cursor: pointer;
  text-align: center;
  border: 0;
  outline: none;
  text-transform: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: 1.125rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 8px;
  text-decoration: none;
}
.button:hover,
.button:focus {
  background: #991738;
}
.button i {
  padding-left: 10px;
}
.button.buttonSmall {
  font-size: 0.8125rem;
}
.button.buttonLarge {
  font-size: 1.375rem;
}
.button[disabled] {
  opacity: 0.5;
}
.button.buttonPrimary {
  background: #DA2150;
  border: 1px solid #DA2150;
}
.button.buttonPrimary.buttonOutline {
  background: transparent;
  color: #DA2150;
  border-color: #DA2150;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonPrimary.buttonOutline:hover,
.button.buttonPrimary.buttonOutline:focus {
  border-color: #DA2150;
  background: #DA2150;
  color: #fff;
}
.button.buttonPrimary:hover,
.button.buttonPrimary:focus {
  background: #991738;
  border-color: #991738;
}
.button.buttonSecondary {
  background: #069EC5;
  border: 1px solid #069EC5;
}
.button.buttonSecondary.buttonOutline {
  background: transparent;
  color: #069EC5;
  border-color: #069EC5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonSecondary.buttonOutline:hover,
.button.buttonSecondary.buttonOutline:focus {
  border-color: #069EC5;
  background: #069EC5;
  color: #fff;
}
.button.buttonSecondary:hover,
.button.buttonSecondary:focus {
  background: #046f8a;
  border-color: #046f8a;
}
.button.buttonDark {
  background: #474747;
  border: 1px solid #474747;
}
.button.buttonDark.buttonOutline {
  background: transparent;
  color: #474747;
  border-color: #474747;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonDark.buttonOutline:hover,
.button.buttonDark.buttonOutline:focus {
  border-color: #474747;
  background: #474747;
  color: #fff;
}
.button.buttonDark:hover,
.button.buttonDark:focus {
  background: #323232;
  border-color: #323232;
}
.button.buttonLight {
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
}
.button.buttonLight.buttonOutline {
  background: transparent;
  color: #EFEFEF;
  border-color: #EFEFEF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonLight.buttonOutline:hover,
.button.buttonLight.buttonOutline:focus {
  border-color: #EFEFEF;
  background: #EFEFEF;
  color: #fff;
}
.button.buttonLight:hover,
.button.buttonLight:focus {
  background: #a7a7a7;
  border-color: #a7a7a7;
}
.button.buttonAlert {
  background: #e1283c;
  border: 1px solid #e1283c;
}
.button.buttonAlert.buttonOutline {
  background: transparent;
  color: #e1283c;
  border-color: #e1283c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonAlert.buttonOutline:hover,
.button.buttonAlert.buttonOutline:focus {
  border-color: #e1283c;
  background: #e1283c;
  color: #fff;
}
.button.buttonAlert:hover,
.button.buttonAlert:focus {
  background: #a31726;
  border-color: #a31726;
}
.button.buttonSuccess {
  background: #cce769;
  border: 1px solid #cce769;
}
.button.buttonSuccess.buttonOutline {
  background: transparent;
  color: #cce769;
  border-color: #cce769;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonSuccess.buttonOutline:hover,
.button.buttonSuccess.buttonOutline:focus {
  border-color: #cce769;
  background: #cce769;
  color: #fff;
}
.button.buttonSuccess:hover,
.button.buttonSuccess:focus {
  background: #a6cb20;
  border-color: #a6cb20;
}
.button.buttonInformation {
  background: #e8de80;
  border: 1px solid #e8de80;
}
.button.buttonInformation.buttonOutline {
  background: transparent;
  color: #e8de80;
  border-color: #e8de80;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonInformation.buttonOutline:hover,
.button.buttonInformation.buttonOutline:focus {
  border-color: #e8de80;
  background: #e8de80;
  color: #fff;
}
.button.buttonInformation:hover,
.button.buttonInformation:focus {
  background: #d5c527;
  border-color: #d5c527;
}
.button.buttonMed {
  background: #848484;
  border: 1px solid #848484;
}
.button.buttonMed.buttonOutline {
  background: transparent;
  color: #848484;
  border-color: #848484;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonMed.buttonOutline:hover,
.button.buttonMed.buttonOutline:focus {
  border-color: #848484;
  background: #848484;
  color: #fff;
}
.button.buttonMed:hover,
.button.buttonMed:focus {
  background: #5c5c5c;
  border-color: #5c5c5c;
}
.button.buttonMtc {
  background: #0f55c4;
  border: 1px solid #0f55c4;
}
.button.buttonMtc.buttonOutline {
  background: transparent;
  color: #0f55c4;
  border-color: #0f55c4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.buttonMtc.buttonOutline:hover,
.button.buttonMtc.buttonOutline:focus {
  border-color: #0f55c4;
  background: #0f55c4;
  color: #fff;
}
.button.buttonMtc:hover,
.button.buttonMtc:focus {
  background: #0a3b89;
  border-color: #0a3b89;
}
.button:hover {
  background: #991738;
}
.button i {
  padding-left: 10px;
}
.button.buttonSmall {
  font-size: 0.8125rem;
}
.button.buttonLarge {
  font-size: 1.375rem;
}
.button[disabled] {
  opacity: 0.5;
}
.button.iconLeft i {
  padding: 0 10px 0 0;
}
.button.iconRight i {
  padding: 0 0 0 10px;
}
.button.full {
  width: 100%;
}
.buttonAlt {
  margin: 0 0 20px;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  position: relative;
  display: inline-block;
  background: #DA2150;
  margin: 0;
  padding: 16px 20px 14px;
  cursor: pointer;
  text-align: center;
  border: 0;
  outline: none;
  text-transform: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: 1.125rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 8px;
  text-decoration: none;
  background: #474747;
  color: #EFEFEF;
}
.buttonAlt:hover,
.buttonAlt:focus {
  background: #991738;
}
.buttonAlt i {
  padding-left: 10px;
}
.buttonAlt.buttonSmall {
  font-size: 0.8125rem;
}
.buttonAlt.buttonLarge {
  font-size: 1.375rem;
}
.buttonAlt[disabled] {
  opacity: 0.5;
}
.buttonAlt.buttonPrimary {
  background: #DA2150;
  border: 1px solid #DA2150;
}
.buttonAlt.buttonPrimary.buttonOutline {
  background: transparent;
  color: #DA2150;
  border-color: #DA2150;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonPrimary.buttonOutline:hover,
.buttonAlt.buttonPrimary.buttonOutline:focus {
  border-color: #DA2150;
  background: #DA2150;
  color: #fff;
}
.buttonAlt.buttonPrimary:hover,
.buttonAlt.buttonPrimary:focus {
  background: #991738;
  border-color: #991738;
}
.buttonAlt.buttonSecondary {
  background: #069EC5;
  border: 1px solid #069EC5;
}
.buttonAlt.buttonSecondary.buttonOutline {
  background: transparent;
  color: #069EC5;
  border-color: #069EC5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonSecondary.buttonOutline:hover,
.buttonAlt.buttonSecondary.buttonOutline:focus {
  border-color: #069EC5;
  background: #069EC5;
  color: #fff;
}
.buttonAlt.buttonSecondary:hover,
.buttonAlt.buttonSecondary:focus {
  background: #046f8a;
  border-color: #046f8a;
}
.buttonAlt.buttonDark {
  background: #474747;
  border: 1px solid #474747;
}
.buttonAlt.buttonDark.buttonOutline {
  background: transparent;
  color: #474747;
  border-color: #474747;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonDark.buttonOutline:hover,
.buttonAlt.buttonDark.buttonOutline:focus {
  border-color: #474747;
  background: #474747;
  color: #fff;
}
.buttonAlt.buttonDark:hover,
.buttonAlt.buttonDark:focus {
  background: #323232;
  border-color: #323232;
}
.buttonAlt.buttonLight {
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
}
.buttonAlt.buttonLight.buttonOutline {
  background: transparent;
  color: #EFEFEF;
  border-color: #EFEFEF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonLight.buttonOutline:hover,
.buttonAlt.buttonLight.buttonOutline:focus {
  border-color: #EFEFEF;
  background: #EFEFEF;
  color: #fff;
}
.buttonAlt.buttonLight:hover,
.buttonAlt.buttonLight:focus {
  background: #a7a7a7;
  border-color: #a7a7a7;
}
.buttonAlt.buttonAlert {
  background: #e1283c;
  border: 1px solid #e1283c;
}
.buttonAlt.buttonAlert.buttonOutline {
  background: transparent;
  color: #e1283c;
  border-color: #e1283c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonAlert.buttonOutline:hover,
.buttonAlt.buttonAlert.buttonOutline:focus {
  border-color: #e1283c;
  background: #e1283c;
  color: #fff;
}
.buttonAlt.buttonAlert:hover,
.buttonAlt.buttonAlert:focus {
  background: #a31726;
  border-color: #a31726;
}
.buttonAlt.buttonSuccess {
  background: #cce769;
  border: 1px solid #cce769;
}
.buttonAlt.buttonSuccess.buttonOutline {
  background: transparent;
  color: #cce769;
  border-color: #cce769;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonSuccess.buttonOutline:hover,
.buttonAlt.buttonSuccess.buttonOutline:focus {
  border-color: #cce769;
  background: #cce769;
  color: #fff;
}
.buttonAlt.buttonSuccess:hover,
.buttonAlt.buttonSuccess:focus {
  background: #a6cb20;
  border-color: #a6cb20;
}
.buttonAlt.buttonInformation {
  background: #e8de80;
  border: 1px solid #e8de80;
}
.buttonAlt.buttonInformation.buttonOutline {
  background: transparent;
  color: #e8de80;
  border-color: #e8de80;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonInformation.buttonOutline:hover,
.buttonAlt.buttonInformation.buttonOutline:focus {
  border-color: #e8de80;
  background: #e8de80;
  color: #fff;
}
.buttonAlt.buttonInformation:hover,
.buttonAlt.buttonInformation:focus {
  background: #d5c527;
  border-color: #d5c527;
}
.buttonAlt.buttonMed {
  background: #848484;
  border: 1px solid #848484;
}
.buttonAlt.buttonMed.buttonOutline {
  background: transparent;
  color: #848484;
  border-color: #848484;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonMed.buttonOutline:hover,
.buttonAlt.buttonMed.buttonOutline:focus {
  border-color: #848484;
  background: #848484;
  color: #fff;
}
.buttonAlt.buttonMed:hover,
.buttonAlt.buttonMed:focus {
  background: #5c5c5c;
  border-color: #5c5c5c;
}
.buttonAlt.buttonMtc {
  background: #0f55c4;
  border: 1px solid #0f55c4;
}
.buttonAlt.buttonMtc.buttonOutline {
  background: transparent;
  color: #0f55c4;
  border-color: #0f55c4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonMtc.buttonOutline:hover,
.buttonAlt.buttonMtc.buttonOutline:focus {
  border-color: #0f55c4;
  background: #0f55c4;
  color: #fff;
}
.buttonAlt.buttonMtc:hover,
.buttonAlt.buttonMtc:focus {
  background: #0a3b89;
  border-color: #0a3b89;
}
.buttonAlt:hover {
  background: #991738;
}
.buttonAlt i {
  padding-left: 10px;
}
.buttonAlt.buttonSmall {
  font-size: 0.8125rem;
}
.buttonAlt.buttonLarge {
  font-size: 1.375rem;
}
.buttonAlt[disabled] {
  opacity: 0.5;
}
.buttonAlt.iconLeft i {
  padding: 0 10px 0 0;
}
.buttonAlt.iconRight i {
  padding: 0 0 0 10px;
}
.buttonAlt.full {
  width: 100%;
}
.buttonAlt:hover,
.buttonAlt:focus {
  background: #991738;
}
.buttonAlt i {
  padding-left: 10px;
}
.buttonAlt.buttonSmall {
  font-size: 0.8125rem;
}
.buttonAlt.buttonLarge {
  font-size: 1.375rem;
}
.buttonAlt[disabled] {
  opacity: 0.5;
}
.buttonAlt.buttonPrimary {
  background: #DA2150;
  border: 1px solid #DA2150;
}
.buttonAlt.buttonPrimary.buttonOutline {
  background: transparent;
  color: #DA2150;
  border-color: #DA2150;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonPrimary.buttonOutline:hover,
.buttonAlt.buttonPrimary.buttonOutline:focus {
  border-color: #DA2150;
  background: #DA2150;
  color: #fff;
}
.buttonAlt.buttonPrimary:hover,
.buttonAlt.buttonPrimary:focus {
  background: #991738;
  border-color: #991738;
}
.buttonAlt.buttonSecondary {
  background: #069EC5;
  border: 1px solid #069EC5;
}
.buttonAlt.buttonSecondary.buttonOutline {
  background: transparent;
  color: #069EC5;
  border-color: #069EC5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonSecondary.buttonOutline:hover,
.buttonAlt.buttonSecondary.buttonOutline:focus {
  border-color: #069EC5;
  background: #069EC5;
  color: #fff;
}
.buttonAlt.buttonSecondary:hover,
.buttonAlt.buttonSecondary:focus {
  background: #046f8a;
  border-color: #046f8a;
}
.buttonAlt.buttonDark {
  background: #474747;
  border: 1px solid #474747;
}
.buttonAlt.buttonDark.buttonOutline {
  background: transparent;
  color: #474747;
  border-color: #474747;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonDark.buttonOutline:hover,
.buttonAlt.buttonDark.buttonOutline:focus {
  border-color: #474747;
  background: #474747;
  color: #fff;
}
.buttonAlt.buttonDark:hover,
.buttonAlt.buttonDark:focus {
  background: #323232;
  border-color: #323232;
}
.buttonAlt.buttonLight {
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
}
.buttonAlt.buttonLight.buttonOutline {
  background: transparent;
  color: #EFEFEF;
  border-color: #EFEFEF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonLight.buttonOutline:hover,
.buttonAlt.buttonLight.buttonOutline:focus {
  border-color: #EFEFEF;
  background: #EFEFEF;
  color: #fff;
}
.buttonAlt.buttonLight:hover,
.buttonAlt.buttonLight:focus {
  background: #a7a7a7;
  border-color: #a7a7a7;
}
.buttonAlt.buttonAlert {
  background: #e1283c;
  border: 1px solid #e1283c;
}
.buttonAlt.buttonAlert.buttonOutline {
  background: transparent;
  color: #e1283c;
  border-color: #e1283c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonAlert.buttonOutline:hover,
.buttonAlt.buttonAlert.buttonOutline:focus {
  border-color: #e1283c;
  background: #e1283c;
  color: #fff;
}
.buttonAlt.buttonAlert:hover,
.buttonAlt.buttonAlert:focus {
  background: #a31726;
  border-color: #a31726;
}
.buttonAlt.buttonSuccess {
  background: #cce769;
  border: 1px solid #cce769;
}
.buttonAlt.buttonSuccess.buttonOutline {
  background: transparent;
  color: #cce769;
  border-color: #cce769;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonSuccess.buttonOutline:hover,
.buttonAlt.buttonSuccess.buttonOutline:focus {
  border-color: #cce769;
  background: #cce769;
  color: #fff;
}
.buttonAlt.buttonSuccess:hover,
.buttonAlt.buttonSuccess:focus {
  background: #a6cb20;
  border-color: #a6cb20;
}
.buttonAlt.buttonInformation {
  background: #e8de80;
  border: 1px solid #e8de80;
}
.buttonAlt.buttonInformation.buttonOutline {
  background: transparent;
  color: #e8de80;
  border-color: #e8de80;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonInformation.buttonOutline:hover,
.buttonAlt.buttonInformation.buttonOutline:focus {
  border-color: #e8de80;
  background: #e8de80;
  color: #fff;
}
.buttonAlt.buttonInformation:hover,
.buttonAlt.buttonInformation:focus {
  background: #d5c527;
  border-color: #d5c527;
}
.buttonAlt.buttonMed {
  background: #848484;
  border: 1px solid #848484;
}
.buttonAlt.buttonMed.buttonOutline {
  background: transparent;
  color: #848484;
  border-color: #848484;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonMed.buttonOutline:hover,
.buttonAlt.buttonMed.buttonOutline:focus {
  border-color: #848484;
  background: #848484;
  color: #fff;
}
.buttonAlt.buttonMed:hover,
.buttonAlt.buttonMed:focus {
  background: #5c5c5c;
  border-color: #5c5c5c;
}
.buttonAlt.buttonMtc {
  background: #0f55c4;
  border: 1px solid #0f55c4;
}
.buttonAlt.buttonMtc.buttonOutline {
  background: transparent;
  color: #0f55c4;
  border-color: #0f55c4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonAlt.buttonMtc.buttonOutline:hover,
.buttonAlt.buttonMtc.buttonOutline:focus {
  border-color: #0f55c4;
  background: #0f55c4;
  color: #fff;
}
.buttonAlt.buttonMtc:hover,
.buttonAlt.buttonMtc:focus {
  background: #0a3b89;
  border-color: #0a3b89;
}
.buttonAlt:hover {
  background: #991738;
}
.buttonAlt i {
  padding-left: 10px;
}
.buttonAlt.buttonSmall {
  font-size: 0.8125rem;
}
.buttonAlt.buttonLarge {
  font-size: 1.375rem;
}
.buttonAlt[disabled] {
  opacity: 0.5;
}
.buttonAlt.iconLeft i {
  padding: 0 10px 0 0;
}
.buttonAlt.iconRight i {
  padding: 0 0 0 10px;
}
.buttonAlt.full {
  width: 100%;
}
.buttonAlt:hover {
  background: #3c3c3c;
}
.buttonGreen {
  margin: 0 0 20px;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  position: relative;
  display: inline-block;
  background: #DA2150;
  margin: 0;
  padding: 16px 20px 14px;
  cursor: pointer;
  text-align: center;
  border: 0;
  outline: none;
  text-transform: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: -0.5px;
  line-height: 1;
  font-weight: 600;
  font-size: 1.125rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 8px;
  text-decoration: none;
  background: #11BF66;
  color: #fff;
}
.buttonGreen:hover,
.buttonGreen:focus {
  background: #991738;
}
.buttonGreen i {
  padding-left: 10px;
}
.buttonGreen.buttonSmall {
  font-size: 0.8125rem;
}
.buttonGreen.buttonLarge {
  font-size: 1.375rem;
}
.buttonGreen[disabled] {
  opacity: 0.5;
}
.buttonGreen.buttonPrimary {
  background: #DA2150;
  border: 1px solid #DA2150;
}
.buttonGreen.buttonPrimary.buttonOutline {
  background: transparent;
  color: #DA2150;
  border-color: #DA2150;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonPrimary.buttonOutline:hover,
.buttonGreen.buttonPrimary.buttonOutline:focus {
  border-color: #DA2150;
  background: #DA2150;
  color: #fff;
}
.buttonGreen.buttonPrimary:hover,
.buttonGreen.buttonPrimary:focus {
  background: #991738;
  border-color: #991738;
}
.buttonGreen.buttonSecondary {
  background: #069EC5;
  border: 1px solid #069EC5;
}
.buttonGreen.buttonSecondary.buttonOutline {
  background: transparent;
  color: #069EC5;
  border-color: #069EC5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonSecondary.buttonOutline:hover,
.buttonGreen.buttonSecondary.buttonOutline:focus {
  border-color: #069EC5;
  background: #069EC5;
  color: #fff;
}
.buttonGreen.buttonSecondary:hover,
.buttonGreen.buttonSecondary:focus {
  background: #046f8a;
  border-color: #046f8a;
}
.buttonGreen.buttonDark {
  background: #474747;
  border: 1px solid #474747;
}
.buttonGreen.buttonDark.buttonOutline {
  background: transparent;
  color: #474747;
  border-color: #474747;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonDark.buttonOutline:hover,
.buttonGreen.buttonDark.buttonOutline:focus {
  border-color: #474747;
  background: #474747;
  color: #fff;
}
.buttonGreen.buttonDark:hover,
.buttonGreen.buttonDark:focus {
  background: #323232;
  border-color: #323232;
}
.buttonGreen.buttonLight {
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
}
.buttonGreen.buttonLight.buttonOutline {
  background: transparent;
  color: #EFEFEF;
  border-color: #EFEFEF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonLight.buttonOutline:hover,
.buttonGreen.buttonLight.buttonOutline:focus {
  border-color: #EFEFEF;
  background: #EFEFEF;
  color: #fff;
}
.buttonGreen.buttonLight:hover,
.buttonGreen.buttonLight:focus {
  background: #a7a7a7;
  border-color: #a7a7a7;
}
.buttonGreen.buttonAlert {
  background: #e1283c;
  border: 1px solid #e1283c;
}
.buttonGreen.buttonAlert.buttonOutline {
  background: transparent;
  color: #e1283c;
  border-color: #e1283c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonAlert.buttonOutline:hover,
.buttonGreen.buttonAlert.buttonOutline:focus {
  border-color: #e1283c;
  background: #e1283c;
  color: #fff;
}
.buttonGreen.buttonAlert:hover,
.buttonGreen.buttonAlert:focus {
  background: #a31726;
  border-color: #a31726;
}
.buttonGreen.buttonSuccess {
  background: #cce769;
  border: 1px solid #cce769;
}
.buttonGreen.buttonSuccess.buttonOutline {
  background: transparent;
  color: #cce769;
  border-color: #cce769;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonSuccess.buttonOutline:hover,
.buttonGreen.buttonSuccess.buttonOutline:focus {
  border-color: #cce769;
  background: #cce769;
  color: #fff;
}
.buttonGreen.buttonSuccess:hover,
.buttonGreen.buttonSuccess:focus {
  background: #a6cb20;
  border-color: #a6cb20;
}
.buttonGreen.buttonInformation {
  background: #e8de80;
  border: 1px solid #e8de80;
}
.buttonGreen.buttonInformation.buttonOutline {
  background: transparent;
  color: #e8de80;
  border-color: #e8de80;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonInformation.buttonOutline:hover,
.buttonGreen.buttonInformation.buttonOutline:focus {
  border-color: #e8de80;
  background: #e8de80;
  color: #fff;
}
.buttonGreen.buttonInformation:hover,
.buttonGreen.buttonInformation:focus {
  background: #d5c527;
  border-color: #d5c527;
}
.buttonGreen.buttonMed {
  background: #848484;
  border: 1px solid #848484;
}
.buttonGreen.buttonMed.buttonOutline {
  background: transparent;
  color: #848484;
  border-color: #848484;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonMed.buttonOutline:hover,
.buttonGreen.buttonMed.buttonOutline:focus {
  border-color: #848484;
  background: #848484;
  color: #fff;
}
.buttonGreen.buttonMed:hover,
.buttonGreen.buttonMed:focus {
  background: #5c5c5c;
  border-color: #5c5c5c;
}
.buttonGreen.buttonMtc {
  background: #0f55c4;
  border: 1px solid #0f55c4;
}
.buttonGreen.buttonMtc.buttonOutline {
  background: transparent;
  color: #0f55c4;
  border-color: #0f55c4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonMtc.buttonOutline:hover,
.buttonGreen.buttonMtc.buttonOutline:focus {
  border-color: #0f55c4;
  background: #0f55c4;
  color: #fff;
}
.buttonGreen.buttonMtc:hover,
.buttonGreen.buttonMtc:focus {
  background: #0a3b89;
  border-color: #0a3b89;
}
.buttonGreen:hover {
  background: #991738;
}
.buttonGreen i {
  padding-left: 10px;
}
.buttonGreen.buttonSmall {
  font-size: 0.8125rem;
}
.buttonGreen.buttonLarge {
  font-size: 1.375rem;
}
.buttonGreen[disabled] {
  opacity: 0.5;
}
.buttonGreen.iconLeft i {
  padding: 0 10px 0 0;
}
.buttonGreen.iconRight i {
  padding: 0 0 0 10px;
}
.buttonGreen.full {
  width: 100%;
}
.buttonGreen:hover,
.buttonGreen:focus {
  background: #991738;
}
.buttonGreen i {
  padding-left: 10px;
}
.buttonGreen.buttonSmall {
  font-size: 0.8125rem;
}
.buttonGreen.buttonLarge {
  font-size: 1.375rem;
}
.buttonGreen[disabled] {
  opacity: 0.5;
}
.buttonGreen.buttonPrimary {
  background: #DA2150;
  border: 1px solid #DA2150;
}
.buttonGreen.buttonPrimary.buttonOutline {
  background: transparent;
  color: #DA2150;
  border-color: #DA2150;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonPrimary.buttonOutline:hover,
.buttonGreen.buttonPrimary.buttonOutline:focus {
  border-color: #DA2150;
  background: #DA2150;
  color: #fff;
}
.buttonGreen.buttonPrimary:hover,
.buttonGreen.buttonPrimary:focus {
  background: #991738;
  border-color: #991738;
}
.buttonGreen.buttonSecondary {
  background: #069EC5;
  border: 1px solid #069EC5;
}
.buttonGreen.buttonSecondary.buttonOutline {
  background: transparent;
  color: #069EC5;
  border-color: #069EC5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonSecondary.buttonOutline:hover,
.buttonGreen.buttonSecondary.buttonOutline:focus {
  border-color: #069EC5;
  background: #069EC5;
  color: #fff;
}
.buttonGreen.buttonSecondary:hover,
.buttonGreen.buttonSecondary:focus {
  background: #046f8a;
  border-color: #046f8a;
}
.buttonGreen.buttonDark {
  background: #474747;
  border: 1px solid #474747;
}
.buttonGreen.buttonDark.buttonOutline {
  background: transparent;
  color: #474747;
  border-color: #474747;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonDark.buttonOutline:hover,
.buttonGreen.buttonDark.buttonOutline:focus {
  border-color: #474747;
  background: #474747;
  color: #fff;
}
.buttonGreen.buttonDark:hover,
.buttonGreen.buttonDark:focus {
  background: #323232;
  border-color: #323232;
}
.buttonGreen.buttonLight {
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
}
.buttonGreen.buttonLight.buttonOutline {
  background: transparent;
  color: #EFEFEF;
  border-color: #EFEFEF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonLight.buttonOutline:hover,
.buttonGreen.buttonLight.buttonOutline:focus {
  border-color: #EFEFEF;
  background: #EFEFEF;
  color: #fff;
}
.buttonGreen.buttonLight:hover,
.buttonGreen.buttonLight:focus {
  background: #a7a7a7;
  border-color: #a7a7a7;
}
.buttonGreen.buttonAlert {
  background: #e1283c;
  border: 1px solid #e1283c;
}
.buttonGreen.buttonAlert.buttonOutline {
  background: transparent;
  color: #e1283c;
  border-color: #e1283c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonAlert.buttonOutline:hover,
.buttonGreen.buttonAlert.buttonOutline:focus {
  border-color: #e1283c;
  background: #e1283c;
  color: #fff;
}
.buttonGreen.buttonAlert:hover,
.buttonGreen.buttonAlert:focus {
  background: #a31726;
  border-color: #a31726;
}
.buttonGreen.buttonSuccess {
  background: #cce769;
  border: 1px solid #cce769;
}
.buttonGreen.buttonSuccess.buttonOutline {
  background: transparent;
  color: #cce769;
  border-color: #cce769;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonSuccess.buttonOutline:hover,
.buttonGreen.buttonSuccess.buttonOutline:focus {
  border-color: #cce769;
  background: #cce769;
  color: #fff;
}
.buttonGreen.buttonSuccess:hover,
.buttonGreen.buttonSuccess:focus {
  background: #a6cb20;
  border-color: #a6cb20;
}
.buttonGreen.buttonInformation {
  background: #e8de80;
  border: 1px solid #e8de80;
}
.buttonGreen.buttonInformation.buttonOutline {
  background: transparent;
  color: #e8de80;
  border-color: #e8de80;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonInformation.buttonOutline:hover,
.buttonGreen.buttonInformation.buttonOutline:focus {
  border-color: #e8de80;
  background: #e8de80;
  color: #fff;
}
.buttonGreen.buttonInformation:hover,
.buttonGreen.buttonInformation:focus {
  background: #d5c527;
  border-color: #d5c527;
}
.buttonGreen.buttonMed {
  background: #848484;
  border: 1px solid #848484;
}
.buttonGreen.buttonMed.buttonOutline {
  background: transparent;
  color: #848484;
  border-color: #848484;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonMed.buttonOutline:hover,
.buttonGreen.buttonMed.buttonOutline:focus {
  border-color: #848484;
  background: #848484;
  color: #fff;
}
.buttonGreen.buttonMed:hover,
.buttonGreen.buttonMed:focus {
  background: #5c5c5c;
  border-color: #5c5c5c;
}
.buttonGreen.buttonMtc {
  background: #0f55c4;
  border: 1px solid #0f55c4;
}
.buttonGreen.buttonMtc.buttonOutline {
  background: transparent;
  color: #0f55c4;
  border-color: #0f55c4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonGreen.buttonMtc.buttonOutline:hover,
.buttonGreen.buttonMtc.buttonOutline:focus {
  border-color: #0f55c4;
  background: #0f55c4;
  color: #fff;
}
.buttonGreen.buttonMtc:hover,
.buttonGreen.buttonMtc:focus {
  background: #0a3b89;
  border-color: #0a3b89;
}
.buttonGreen:hover {
  background: #991738;
}
.buttonGreen i {
  padding-left: 10px;
}
.buttonGreen.buttonSmall {
  font-size: 0.8125rem;
}
.buttonGreen.buttonLarge {
  font-size: 1.375rem;
}
.buttonGreen[disabled] {
  opacity: 0.5;
}
.buttonGreen.iconLeft i {
  padding: 0 10px 0 0;
}
.buttonGreen.iconRight i {
  padding: 0 0 0 10px;
}
.buttonGreen.full {
  width: 100%;
}
.buttonGreen:hover,
.buttonGreen:focus {
  background: #14dc75;
}
.buttonOutline {
  margin: 0 0 20px;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  position: relative;
  display: inline-block;
  background: #DA2150;
  margin: 0;
  padding: 16px 20px 14px;
  cursor: pointer;
  text-align: center;
  border: 0;
  outline: none;
  text-transform: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: 1.125rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 8px;
  text-decoration: none;
  background: transparent;
  border: 2px solid #D5D5D5;
  color: #DA2150;
  -webkit-transition: background 0.5s, color 0.5s, border-color 0.5s;
  transition: background 0.5s, color 0.5s, border-color 0.5s;
}
.buttonOutline:hover,
.buttonOutline:focus {
  background: #991738;
}
.buttonOutline i {
  padding-left: 10px;
}
.buttonOutline.buttonSmall {
  font-size: 0.8125rem;
}
.buttonOutline.buttonLarge {
  font-size: 1.375rem;
}
.buttonOutline[disabled] {
  opacity: 0.5;
}
.buttonOutline.buttonPrimary {
  background: #DA2150;
  border: 1px solid #DA2150;
}
.buttonOutline.buttonPrimary.buttonOutline {
  background: transparent;
  color: #DA2150;
  border-color: #DA2150;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonPrimary.buttonOutline:hover,
.buttonOutline.buttonPrimary.buttonOutline:focus {
  border-color: #DA2150;
  background: #DA2150;
  color: #fff;
}
.buttonOutline.buttonPrimary:hover,
.buttonOutline.buttonPrimary:focus {
  background: #991738;
  border-color: #991738;
}
.buttonOutline.buttonSecondary {
  background: #069EC5;
  border: 1px solid #069EC5;
}
.buttonOutline.buttonSecondary.buttonOutline {
  background: transparent;
  color: #069EC5;
  border-color: #069EC5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonSecondary.buttonOutline:hover,
.buttonOutline.buttonSecondary.buttonOutline:focus {
  border-color: #069EC5;
  background: #069EC5;
  color: #fff;
}
.buttonOutline.buttonSecondary:hover,
.buttonOutline.buttonSecondary:focus {
  background: #046f8a;
  border-color: #046f8a;
}
.buttonOutline.buttonDark {
  background: #474747;
  border: 1px solid #474747;
}
.buttonOutline.buttonDark.buttonOutline {
  background: transparent;
  color: #474747;
  border-color: #474747;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonDark.buttonOutline:hover,
.buttonOutline.buttonDark.buttonOutline:focus {
  border-color: #474747;
  background: #474747;
  color: #fff;
}
.buttonOutline.buttonDark:hover,
.buttonOutline.buttonDark:focus {
  background: #323232;
  border-color: #323232;
}
.buttonOutline.buttonLight {
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
}
.buttonOutline.buttonLight.buttonOutline {
  background: transparent;
  color: #EFEFEF;
  border-color: #EFEFEF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonLight.buttonOutline:hover,
.buttonOutline.buttonLight.buttonOutline:focus {
  border-color: #EFEFEF;
  background: #EFEFEF;
  color: #fff;
}
.buttonOutline.buttonLight:hover,
.buttonOutline.buttonLight:focus {
  background: #a7a7a7;
  border-color: #a7a7a7;
}
.buttonOutline.buttonAlert {
  background: #e1283c;
  border: 1px solid #e1283c;
}
.buttonOutline.buttonAlert.buttonOutline {
  background: transparent;
  color: #e1283c;
  border-color: #e1283c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonAlert.buttonOutline:hover,
.buttonOutline.buttonAlert.buttonOutline:focus {
  border-color: #e1283c;
  background: #e1283c;
  color: #fff;
}
.buttonOutline.buttonAlert:hover,
.buttonOutline.buttonAlert:focus {
  background: #a31726;
  border-color: #a31726;
}
.buttonOutline.buttonSuccess {
  background: #cce769;
  border: 1px solid #cce769;
}
.buttonOutline.buttonSuccess.buttonOutline {
  background: transparent;
  color: #cce769;
  border-color: #cce769;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonSuccess.buttonOutline:hover,
.buttonOutline.buttonSuccess.buttonOutline:focus {
  border-color: #cce769;
  background: #cce769;
  color: #fff;
}
.buttonOutline.buttonSuccess:hover,
.buttonOutline.buttonSuccess:focus {
  background: #a6cb20;
  border-color: #a6cb20;
}
.buttonOutline.buttonInformation {
  background: #e8de80;
  border: 1px solid #e8de80;
}
.buttonOutline.buttonInformation.buttonOutline {
  background: transparent;
  color: #e8de80;
  border-color: #e8de80;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonInformation.buttonOutline:hover,
.buttonOutline.buttonInformation.buttonOutline:focus {
  border-color: #e8de80;
  background: #e8de80;
  color: #fff;
}
.buttonOutline.buttonInformation:hover,
.buttonOutline.buttonInformation:focus {
  background: #d5c527;
  border-color: #d5c527;
}
.buttonOutline.buttonMed {
  background: #848484;
  border: 1px solid #848484;
}
.buttonOutline.buttonMed.buttonOutline {
  background: transparent;
  color: #848484;
  border-color: #848484;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonMed.buttonOutline:hover,
.buttonOutline.buttonMed.buttonOutline:focus {
  border-color: #848484;
  background: #848484;
  color: #fff;
}
.buttonOutline.buttonMed:hover,
.buttonOutline.buttonMed:focus {
  background: #5c5c5c;
  border-color: #5c5c5c;
}
.buttonOutline.buttonMtc {
  background: #0f55c4;
  border: 1px solid #0f55c4;
}
.buttonOutline.buttonMtc.buttonOutline {
  background: transparent;
  color: #0f55c4;
  border-color: #0f55c4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonMtc.buttonOutline:hover,
.buttonOutline.buttonMtc.buttonOutline:focus {
  border-color: #0f55c4;
  background: #0f55c4;
  color: #fff;
}
.buttonOutline.buttonMtc:hover,
.buttonOutline.buttonMtc:focus {
  background: #0a3b89;
  border-color: #0a3b89;
}
.buttonOutline:hover {
  background: #991738;
}
.buttonOutline i {
  padding-left: 10px;
}
.buttonOutline.buttonSmall {
  font-size: 0.8125rem;
}
.buttonOutline.buttonLarge {
  font-size: 1.375rem;
}
.buttonOutline[disabled] {
  opacity: 0.5;
}
.buttonOutline.iconLeft i {
  padding: 0 10px 0 0;
}
.buttonOutline.iconRight i {
  padding: 0 0 0 10px;
}
.buttonOutline.full {
  width: 100%;
}
.buttonOutline:hover,
.buttonOutline:focus {
  background: #991738;
}
.buttonOutline i {
  padding-left: 10px;
}
.buttonOutline.buttonSmall {
  font-size: 0.8125rem;
}
.buttonOutline.buttonLarge {
  font-size: 1.375rem;
}
.buttonOutline[disabled] {
  opacity: 0.5;
}
.buttonOutline.buttonPrimary {
  background: #DA2150;
  border: 1px solid #DA2150;
}
.buttonOutline.buttonPrimary.buttonOutline {
  background: transparent;
  color: #DA2150;
  border-color: #DA2150;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonPrimary.buttonOutline:hover,
.buttonOutline.buttonPrimary.buttonOutline:focus {
  border-color: #DA2150;
  background: #DA2150;
  color: #fff;
}
.buttonOutline.buttonPrimary:hover,
.buttonOutline.buttonPrimary:focus {
  background: #991738;
  border-color: #991738;
}
.buttonOutline.buttonSecondary {
  background: #069EC5;
  border: 1px solid #069EC5;
}
.buttonOutline.buttonSecondary.buttonOutline {
  background: transparent;
  color: #069EC5;
  border-color: #069EC5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonSecondary.buttonOutline:hover,
.buttonOutline.buttonSecondary.buttonOutline:focus {
  border-color: #069EC5;
  background: #069EC5;
  color: #fff;
}
.buttonOutline.buttonSecondary:hover,
.buttonOutline.buttonSecondary:focus {
  background: #046f8a;
  border-color: #046f8a;
}
.buttonOutline.buttonDark {
  background: #474747;
  border: 1px solid #474747;
}
.buttonOutline.buttonDark.buttonOutline {
  background: transparent;
  color: #474747;
  border-color: #474747;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonDark.buttonOutline:hover,
.buttonOutline.buttonDark.buttonOutline:focus {
  border-color: #474747;
  background: #474747;
  color: #fff;
}
.buttonOutline.buttonDark:hover,
.buttonOutline.buttonDark:focus {
  background: #323232;
  border-color: #323232;
}
.buttonOutline.buttonLight {
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
}
.buttonOutline.buttonLight.buttonOutline {
  background: transparent;
  color: #EFEFEF;
  border-color: #EFEFEF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonLight.buttonOutline:hover,
.buttonOutline.buttonLight.buttonOutline:focus {
  border-color: #EFEFEF;
  background: #EFEFEF;
  color: #fff;
}
.buttonOutline.buttonLight:hover,
.buttonOutline.buttonLight:focus {
  background: #a7a7a7;
  border-color: #a7a7a7;
}
.buttonOutline.buttonAlert {
  background: #e1283c;
  border: 1px solid #e1283c;
}
.buttonOutline.buttonAlert.buttonOutline {
  background: transparent;
  color: #e1283c;
  border-color: #e1283c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonAlert.buttonOutline:hover,
.buttonOutline.buttonAlert.buttonOutline:focus {
  border-color: #e1283c;
  background: #e1283c;
  color: #fff;
}
.buttonOutline.buttonAlert:hover,
.buttonOutline.buttonAlert:focus {
  background: #a31726;
  border-color: #a31726;
}
.buttonOutline.buttonSuccess {
  background: #cce769;
  border: 1px solid #cce769;
}
.buttonOutline.buttonSuccess.buttonOutline {
  background: transparent;
  color: #cce769;
  border-color: #cce769;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonSuccess.buttonOutline:hover,
.buttonOutline.buttonSuccess.buttonOutline:focus {
  border-color: #cce769;
  background: #cce769;
  color: #fff;
}
.buttonOutline.buttonSuccess:hover,
.buttonOutline.buttonSuccess:focus {
  background: #a6cb20;
  border-color: #a6cb20;
}
.buttonOutline.buttonInformation {
  background: #e8de80;
  border: 1px solid #e8de80;
}
.buttonOutline.buttonInformation.buttonOutline {
  background: transparent;
  color: #e8de80;
  border-color: #e8de80;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonInformation.buttonOutline:hover,
.buttonOutline.buttonInformation.buttonOutline:focus {
  border-color: #e8de80;
  background: #e8de80;
  color: #fff;
}
.buttonOutline.buttonInformation:hover,
.buttonOutline.buttonInformation:focus {
  background: #d5c527;
  border-color: #d5c527;
}
.buttonOutline.buttonMed {
  background: #848484;
  border: 1px solid #848484;
}
.buttonOutline.buttonMed.buttonOutline {
  background: transparent;
  color: #848484;
  border-color: #848484;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonMed.buttonOutline:hover,
.buttonOutline.buttonMed.buttonOutline:focus {
  border-color: #848484;
  background: #848484;
  color: #fff;
}
.buttonOutline.buttonMed:hover,
.buttonOutline.buttonMed:focus {
  background: #5c5c5c;
  border-color: #5c5c5c;
}
.buttonOutline.buttonMtc {
  background: #0f55c4;
  border: 1px solid #0f55c4;
}
.buttonOutline.buttonMtc.buttonOutline {
  background: transparent;
  color: #0f55c4;
  border-color: #0f55c4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonOutline.buttonMtc.buttonOutline:hover,
.buttonOutline.buttonMtc.buttonOutline:focus {
  border-color: #0f55c4;
  background: #0f55c4;
  color: #fff;
}
.buttonOutline.buttonMtc:hover,
.buttonOutline.buttonMtc:focus {
  background: #0a3b89;
  border-color: #0a3b89;
}
.buttonOutline:hover {
  background: #991738;
}
.buttonOutline i {
  padding-left: 10px;
}
.buttonOutline.buttonSmall {
  font-size: 0.8125rem;
}
.buttonOutline.buttonLarge {
  font-size: 1.375rem;
}
.buttonOutline[disabled] {
  opacity: 0.5;
}
.buttonOutline.iconLeft i {
  padding: 0 10px 0 0;
}
.buttonOutline.iconRight i {
  padding: 0 0 0 10px;
}
.buttonOutline.full {
  width: 100%;
}
.buttonOutline:hover {
  background: #DA2150;
  border-color: #DA2150;
  color: #fff;
}
.buttonActive {
  position: relative;
  padding: 12px 35px 12px 20px;
  -webkit-transition: padding 0.5s ease-in, background 0.5s ease-in;
  transition: padding 0.5s ease-in, background 0.5s ease-in;
}
.buttonActive:after {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: inherit;
  color: #fff;
  content: "\F105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 1.25rem;
}
.buttonActive.busy {
  padding: 12px 45px 12px 20px;
  font-size: 1.125rem;
}
.buttonActive.busy:after {
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 1rem;
  color: #fff;
  content: "\F021";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}
.textLink {
  font-size: 1rem;
  line-height: 26px;
  font-weight: 500;
  display: block;
  color: #069EC5;
  text-decoration: underline;
  background: 0 0;
  cursor: pointer;
}
.textLink[disabled] {
  opacity: 0.5;
}
.textLink:hover {
  text-decoration: none;
}
.infoLink {
  font-size: 0.875rem;
  line-height: 20px;
  color: #474747;
  text-decoration: none;
  background: 0 0;
  cursor: pointer;
}
.infoLink:hover {
  text-decoration: underline;
}
.infoLink i {
  color: #069EC5;
}
.infoLink.iconLeft {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.infoLink.iconLeft i {
  margin: 0 8px 0 0;
}
.infoLink.iconRight {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.infoLink.iconRight i {
  margin: 0 0 0 8px;
}
.addressItems,
.contactItems {
  position: relative;
  margin: 0 0 10px;
}
.addressItems li,
.contactItems li {
  padding-left: 30px;
  position: relative;
  margin: 0 0 10px;
  font-size: 0.875rem;
  color: #474747;
}
.addressItems li a,
.contactItems li a {
  color: #474747;
  word-break: break-all;
}
.addressItems li a:hover,
.contactItems li a:hover {
  color: #DA2150;
  text-decoration: underline;
}
.addressItems li i,
.contactItems li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 1rem;
  color: #DA2150;
}
.addressItems li:last-child,
.contactItems li:last-child {
  margin-bottom: 0;
}
.addressItems .headingIcon,
.contactItems .headingIcon {
  position: absolute;
  top: 0;
  left: 0;
  color: #DA2150;
}
.formAndContentWrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -20px -40px;
}
@media (max-width: 900px) {
  .formAndContentWrap {
    margin: 0 -10px -20px;
  }
}
@media all and (max-width: 640px) {
  .formAndContentWrap {
    margin: 0 0 -20px;
  }
}
.formAndContentWrap .contactDetailsBody {
  width: calc(33.3% - 40px);
  margin: 0 20px 40px;
}
@media (max-width: 900px) {
  .formAndContentWrap .contactDetailsBody {
    width: calc(40% - 20px);
    margin: 0 10px 20px;
  }
}
@media (max-width: 720px) {
  .formAndContentWrap .contactDetailsBody {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 640px) {
  .formAndContentWrap .contactDetailsBody {
    width: 100%;
    margin: 0 0 20px;
  }
}
.formAndContentWrap .formWrap {
  width: calc(66.6% - 40px);
  margin: 0 20px 40px;
}
@media (max-width: 900px) {
  .formAndContentWrap .formWrap {
    width: calc(60% - 20px);
    margin: 0 10px 20px;
  }
}
@media (max-width: 720px) {
  .formAndContentWrap .formWrap {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 640px) {
  .formAndContentWrap .formWrap {
    width: 100%;
    margin: 0 0 20px;
  }
}
.formAndContentWrap .formWrap .contactForm {
  background: 0 0;
  padding: 0;
}
.formAndContentWrap .formWrap .contactForm label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media all and (max-width: 640px) {
  .formAndContentWrap .formWrap .contactForm .button {
    width: 100%;
  }
}
.detailsWrap {
  font-size: 0.875rem;
}
.detailsWrap p {
  font-size: 0.875rem;
}
.detailsWrap .openingTime {
  position: relative;
  padding-left: 30px;
}
.detailsWrap .openingTime .headingIcon {
  position: absolute;
  top: 0;
  left: 0;
  color: #DA2150;
}
.detailsWrap .openingTime p {
  font-size: 0.875rem;
  line-height: 26px;
  text-align: right;
  margin: 0;
}
.detailsWrap .openingTime strong {
  float: left;
  text-align: left;
  display: block;
  width: 40%;
  font-weight: 600;
}
.mapWrap {
  float: left;
  width: 100%;
}
.mapWrap .locationMap {
  height: 500px;
}
.allLocationsWrap {
  padding-bottom: 40px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
          flex: 1;
  margin: 0 -20px -40px;
}
@media (max-width: 1100px) {
  .allLocationsWrap {
    margin: 0 -10px -20px;
  }
}
.allLocationsWrap .allLocationsTitle {
  width: calc(100% - 40px);
  margin: 0 auto 20px;
}
@media (max-width: 1100px) {
  .allLocationsWrap .allLocationsTitle {
    width: calc(100% - 20px);
    margin: 0 auto 20px;
  }
}
.allLocationsWrap .locationBody {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: calc(33.3% - 40px);
  margin: 0 20px 40px;
  padding: 20px;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
}
@media (max-width: 1100px) {
  .allLocationsWrap .locationBody {
    width: calc(33.3% - 20px);
    margin: 0 10px 20px;
  }
}
@media (max-width: 800px) {
  .allLocationsWrap .locationBody {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media (max-width: 480px) {
  .allLocationsWrap .locationBody {
    width: calc(100% - 20px);
    margin: 0 10px 20px;
  }
}
.allLocationsWrap .locationBody .openingTime p {
  font-size: 0.875rem;
  line-height: 26px;
  text-align: right;
  margin: 0;
}
.allLocationsWrap .locationBody .openingTime strong {
  float: left;
  text-align: left;
  display: block;
  width: 40%;
  font-weight: 600;
}
.allLocationsWrap .locationBody .address {
  font-size: 0.875rem;
  margin: 0 0 10px;
}
.allLocationsWrap .locationBody .contactItems {
  margin: 0 0 10px;
}
.allLocationsWrap .locationBody .contactItems li {
  margin-bottom: 0;
}
.allLocationsWrap .locationBody .locationAlternative {
  margin: 0 0 20px;
}
.allLocationsWrap .locationBody .buttonWrap {
  margin-top: auto;
}
.allLocationsWrap .locationBody .buttonWrap .button {
  width: 100%;
}
.locationsWrap {
  padding-top: 40px;
  padding-bottom: 40px;
  float: left;
  width: 100%;
}
.locationsWrap .locationTitleWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: #EFEFEF;
  padding: 30px 20px;
  border-radius: 4px;
}
.locationsWrap .locationTitleWrap .row {
  width: auto;
  margin: 0;
}
.locationsWrap .locationTitleWrap .row .inputWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.locationsWrap .locationTitleWrap .row label {
  padding: 0 10px 0 0;
  white-space: nowrap;
}
.locationsWrap .locationTitleWrap .locationTitle {
  margin: 0;
}
@font-face {
  font-family: 'uknumberplate';
  src: url('../../sites/goodbyecar/fonts/uknumberplate.woff2') format('woff2'), url('../../sites/goodbyecar/fonts/uknumberplate.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
footer {
  position: relative;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: calc((100% - 1400px) / 2);
  padding-right: calc((100% - 1400px) / 2);
  border-top: 4px solid #f4f4f4;
}
@media all and (min-width:  641px ) and (max-width:  1419px ), all and (max-width: 640px) {
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer .footerTop {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 15px 0 0;
  margin: 0 0 25px;
}
footer .footerBottom {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 400px) {
  footer .footerBottom {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
footer .footerBottom .copyright,
footer .footerBottom .credits {
  font-size: 0.875rem;
  line-height: 23px;
  font-weight: 400;
  color: #474747;
}
@media (max-width: 400px) {
  footer .footerBottom .copyright,
  footer .footerBottom .credits {
    width: 100%;
    text-align: center;
  }
}
footer .footerBottom .credits a {
  color: #474747;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer .footerBottom .credits a:hover {
  color: #0f55c4;
}
footer .footerMenu {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 260px - 20px);
  max-width: 800px;
  margin-right: 20px;
}
@media all and (max-width: 640px) {
  footer .footerMenu {
    width: calc(100% - 220px - 10px);
    margin-right: 10px;
  }
}
@media (max-width: 550px) {
  footer .footerMenu {
    width: 100%;
    margin: 0 0 20px;
  }
}
footer .footerMenu li {
  position: relative;
  list-style-type: none;
  padding-left: 15px;
  width: calc(33% - 15px);
  text-transform: none;
}
@media (max-width: 800px) {
  footer .footerMenu li {
    width: calc(50% - 15px);
  }
}
footer .footerMenu li:before {
  color: #DA2150;
  content: "\F105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .footerMenu li a {
  font-size: 1rem;
  line-height: 26px;
  color: #474747;
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding: 0;
}
@media all and (max-width: 640px) {
  footer .footerMenu li a {
    padding: 11px 0;
  }
}
footer .footerMenu li a:hover {
  color: #DA2150;
}
footer .footerLogo {
  width: 260px;
}
@media all and (max-width: 640px) {
  footer .footerLogo {
    width: 220px;
  }
}
@media (max-width: 550px) {
  footer .footerLogo {
    width: 100%;
    text-align: center;
  }
}
footer .footerLogo img {
  max-width: 260px;
  width: 100%;
  height: auto;
}
.bottomValuationWrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #069EC5;
  padding-left: calc((100% - 1400px) / 2);
  padding-right: calc((100% - 1400px) / 2);
  z-index: 15000;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media all and (min-width:  641px ) and (max-width:  1419px ), all and (max-width: 640px) {
  .bottomValuationWrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 640px) {
  .bottomValuationWrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bottomValuationWrap .valuationForm {
  display: -webkit-box;
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
}
.bottomValuationWrap .valuationForm .valuationRow {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
}
.bottomValuationWrap .valuationForm .valuationRow .inputWrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  width: calc(100% - 12px - 360px);
}
@media (max-width: 900px) {
  .bottomValuationWrap .valuationForm .valuationRow .inputWrap {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}
.bottomValuationWrap .valuationForm .valuationRow .inputWrap input {
  font-size: 1.0625rem;
  width: calc(100% - 12px - 250px);
  margin-right: 12px;
}
@media all and (max-width: 640px) {
  .bottomValuationWrap .valuationForm .valuationRow .inputWrap input {
    font-size: 1rem;
    width: calc(100% - 12px - 180px);
  }
}
@media (max-width: 460px) {
  .bottomValuationWrap .valuationForm .valuationRow .inputWrap input {
    width: 100%;
    margin: 0 0 10px;
  }
}
.bottomValuationWrap .valuationForm .valuationRow .inputWrap .button {
  font-size: 1.4375rem;
  width: 250px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 640px) {
  .bottomValuationWrap .valuationForm .valuationRow .inputWrap .button {
    font-size: 1.125rem;
    width: 180px;
  }
}
@media (max-width: 460px) {
  .bottomValuationWrap .valuationForm .valuationRow .inputWrap .button {
    width: 100%;
  }
}
.bottomValuationWrap .valuationForm .valuationLabel {
  font-size: 1.5rem;
  line-height: 40px;
  letter-spacing: -1px;
  font-weight: 600;
  color: #fff;
  padding: 0;
  width: 360px;
  margin-right: 12px;
}
@media (max-width: 900px) {
  .bottomValuationWrap .valuationForm .valuationLabel {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
}
@media all and (max-width: 640px) {
  .bottomValuationWrap .valuationForm .valuationLabel {
    font-size: 1.25rem;
  }
}
.bottomValuationWrap .valuationForm .valuationLabel .tag {
  display: inline-block;
  font-size: 1.5625rem;
  letter-spacing: -0.5px;
  line-height: 40px;
  font-weight: 600;
  background: #474747;
  color: #fff;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  border-radius: 8px;
  padding: 0 16px;
  margin: 0 8px;
}
@media all and (max-width: 640px) {
  .bottomValuationWrap .valuationForm .valuationLabel .tag {
    font-size: 1.3125rem;
    margin: 0 4px;
  }
}
.stickyValuation .bottomValuationWrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.heroSection {
  position: relative;
  margin: 0 0 40px;
}
@media all and (max-width: 640px) {
  .heroSection {
    margin: 0 0 20px;
  }
}
.heroSection .heroSlide {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 96px 0;
  background-size: cover;
  background-position: 50% 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#D5F7FF), to(#ECFCFF));
  background-image: linear-gradient(0deg, #D5F7FF 0%, #ECFCFF 100%);
  min-height: 400px;
}
@media (max-width: 800px) {
  .heroSection .heroSlide {
    min-height: 300px;
  }
}
.heroSection .heroSlide .backImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.heroSection .heroSlide .backImage:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  pointer-events: none;
}
.heroSection .heroSlide .heroContent {
  position: relative;
  text-align: center;
}
.heroSection .heroSlide .heroContent .backToGuides:hover {
  text-decoration: underline;
}
.heroSection .heroSlide .heroContent .heroTitle {
  font-size: 2.75rem;
  letter-spacing: -1px;
}
@media all and (max-width: 640px) {
  .heroSection .heroSlide .heroContent .heroTitle {
    font-size: 2.25rem;
  }
}
.heroSection .heroSlide .heroContent .heroSubtitle {
  font-size: 1.5rem;
  letter-spacing: -1px;
}
@media all and (max-width: 640px) {
  .heroSection .heroSlide .heroContent .heroSubtitle {
    font-size: 1.375rem;
    letter-spacing: -0.4px;
  }
}
.heroSection .heroSlide.hasImage {
  min-height: 600px;
}
@media (max-width: 800px) {
  .heroSection .heroSlide.hasImage {
    min-height: 500px;
  }
}
@media all and (max-width: 640px) {
  .heroSection .heroSlide.hasImage {
    min-height: 400px;
  }
}
.heroSection .heroSlide.hasLocations {
  min-height: 600px;
}
.heroSection .heroSlide.hasLocations .heroContent .heroTitle,
.heroSection .heroSlide.hasLocations .heroContent .heroSubtitle {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.heroSection .heroSlide.hasLocations .infobox {
  padding: 25px;
  background: #EFEFEF;
  border: none;
  border-top: 4px solid #DA2150;
  box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}
@media all and (max-width: 640px) {
  .heroSection .heroSlide.hasLocations .infobox {
    padding: 15px;
  }
}
.heroSection .heroSlide.hasLocations .infobox:after {
  display: none;
}
.heroSection .heroSlide.hasLocations .infobox h3 {
  margin: 0 0 15px;
}
.heroSection .heroSlide.hasLocations .infobox p:last-child {
  margin-bottom: 0;
}
.heroSection .heroSlide.hasLocations .infobox .buttonWrap {
  background: #fff;
  padding: 25px;
  position: relative;
  left: -25px;
  width: calc(100% + 50px);
  margin: 0 0 -25px;
}
@media all and (max-width: 640px) {
  .heroSection .heroSlide.hasLocations .infobox .buttonWrap {
    padding: 15px;
    left: -15px;
    width: calc(100% + 30px);
    margin-bottom: -15px;
  }
}
.heroSection .heroSlide.hasLocations .infobox .button {
  font-size: 1rem;
  padding: 10px;
  width: 100%;
  margin-bottom: 8px;
  border: 1px solid transparent;
}
.heroSection .heroSlide.hasLocations .infobox .button:last-child {
  margin-bottom: 0;
}
.heroSection .heroSlide.hasLocations .infobox i {
  color: #474747;
}
.heroSection .bottomEdge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  pointer-events: none;
  z-index: 5;
}
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .heroSection .bottomEdge {
    display: none;
  }
}
.heroSection.noMarginBottom {
  margin-bottom: 0;
}
.heroSection .heroMap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.heroSection .heroMap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.05;
  pointer-events: none;
}
.heroSection .heroMap .locationMap {
  height: 100%;
}
.heroValuation {
  position: relative;
  max-width: 670px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.heroValuation .valuationTitle {
  font-size: 3.75rem;
  line-height: 67px;
  letter-spacing: -1.5px;
  font-weight: 400;
  font-family: 'Baloo', 'Helvetica Neue', Helvetica, Arial, sans-seif;
  color: #848484;
}
@media all and (max-width: 640px) {
  .heroValuation .valuationTitle {
    font-size: 3rem;
    line-height: 54px;
  }
}
.heroValuation .valuationSubtitle {
  font-size: 1.5rem;
  line-height: 40px;
  font-weight: 400;
  margin: 0 0 35px;
  color: #474747;
}
@media all and (max-width: 640px) {
  .heroValuation .valuationSubtitle {
    font-size: 1.375rem;
  }
}
.heroValuation .valuationSubtitle .tag {
  display: inline-block;
  font-size: 1.5625rem;
  letter-spacing: -0.5px;
  line-height: 40px;
  font-weight: 600;
  background: #069EC5;
  color: #fff;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  border-radius: 8px;
  padding: 0 16px;
}
.heroValuation .valuationForm {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 801px) {
  .heroValuation .valuationForm {
    max-width: 430px;
  }
}
.heroValuation .valuationForm .row {
  position: relative;
  margin: 0 0 16px;
}
@media all and (max-width: 640px) {
  .heroValuation .valuationForm .row {
    margin: 0 0 8px;
  }
}
.heroValuation .valuationForm .row label {
  font-weight: 500;
  text-align: center;
  padding: 0 0 10px;
  width: 100%;
}
@media (min-width: 801px) {
  .heroValuation .valuationForm .row .regInputWrap:before {
    width: 52px;
  }
  .heroValuation .valuationForm .row .regInputWrap img {
    left: 14px;
  }
}
.heroValuation .valuationForm .row .regInputWrap .regInput:focus + label,
.heroValuation .valuationForm .row .regInputWrap .regInput:valid + label {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 801px) {
  .heroValuation .valuationForm .row .regInputWrap.medium .regInput {
    height: 76px;
  }
}
.heroValuation .valuationForm label.fakePlaceholder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0;
  z-index: 20;
  pointer-events: none;
  font-weight: 400;
}
@media (min-width: 801px) {
  .heroValuation .valuationForm label.fakePlaceholder {
    font-size: 1.4375rem;
    line-height: 1;
    padding-left: 52px;
  }
}
.heroValuation .valuationForm .regInput + label:focus,
.heroValuation .valuationForm .regInput + label:valid {
  opacity: 0;
  visibility: hidden;
}
.heroValuation .valuationForm .button {
  font-size: 1.4375rem;
  letter-spacing: -1px;
  width: 100%;
  text-align: center;
}
.heroValuation .valuationForm .button.heroValuationButtonShort {
  width: 250px;
}
@media all and (max-width: 640px) {
  .heroValuation .valuationForm .button.heroValuationButtonShort {
    width: 100%;
  }
}
.heroValuation .valuationCta {
  text-align: center;
  margin: 24px 0 0;
}
.heroValuation .valuationCtaBody {
  font-size: 1.125rem;
  line-height: 29px;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin: 0 0 16px;
}
.heroValuation .valuationCtaBody span {
  font-size: 1.8125rem;
  letter-spacing: -0.8px;
  font-family: 'Baloo', 'Helvetica Neue', Helvetica, Arial, sans-seif;
  color: #DA2150;
}
@media all and (max-width: 470px) {
  .heroValuation .valuationCtaBody br {
    display: none;
  }
}
.heroValuation .valuationCtaTerms {
  font-size: 0.75rem;
  line-height: 19px;
  letter-spacing: -0.41px;
  text-align: center;
  opacity: 0.5;
}
.heroValuation__lookupContent {
  font-size: 0.875rem;
  line-height: 19px;
  letter-spacing: -0.41px;
  text-align: center;
  opacity: 0.5;
  width: 100%;
  padding: 20px 0 0;
}
.section {
  float: left;
  width: 100%;
}
.ctaBlocks {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.ctaBlocks.justifyCenter {
  -webkit-box-pack: center;
          justify-content: center;
}
.homeCtaWrap {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 980px;
  margin: 0 auto;
}
@media all and (min-width:  641px ) and (max-width:  1419px ), all and (max-width: 640px) {
  .homeCtaWrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 640px) {
  .homeCtaWrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.homeCtaWrap .ctaIntro {
  max-width: 530px;
  margin: 0 auto;
}
.homeCtaWrap .ctaBlocks {
  padding-top: 45px;
  padding-bottom: 45px;
  margin: 0 -40px -40px;
}
@media (max-width: 900px) {
  .homeCtaWrap .ctaBlocks {
    margin: 0 -20px -20px;
  }
}
@media all and (max-width: 640px) {
  .homeCtaWrap .ctaBlocks {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 -10px -10px;
  }
}
.homeCtaWrap .ctaBlocks .ctaBody {
  margin: 0 40px 40px;
  width: calc(33.3% - 80px);
}
@media (max-width: 900px) {
  .homeCtaWrap .ctaBlocks .ctaBody {
    width: calc(33.3% - 40px);
    margin: 0 20px 20px;
  }
}
@media all and (max-width: 640px) {
  .homeCtaWrap .ctaBlocks .ctaBody {
    width: calc(33.3% - 20px);
    margin: 0 10px 10px;
  }
}
.homeCtaWrap .ctaBlocks .ctaBody .imageWrap {
  margin: 0 0 26px;
  text-align: center;
}
.homeCtaWrap .ctaBlocks .ctaBody .imageWrap img {
  width: 100%;
  height: auto;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 640px) {
  .homeCtaWrap .ctaBlocks .ctaBody .imageWrap img {
    max-width: 120px;
  }
}
.homeCtaWrap .ctaBlocks .ctaBody .ctaInner {
  font-size: 1.625rem;
  line-height: 30px;
  letter-spacing: -1px;
  font-weight: 600;
  text-align: center;
  color: #474747;
}
@media (max-width: 800px) {
  .homeCtaWrap .ctaBlocks .ctaBody .ctaInner {
    font-size: 1.375rem;
    line-height: 28px;
  }
}
.homeCtaWrap .ctaBlocks.slick-slider {
  margin: 0;
}
.homeCtaWrap .ctaBlocks.slick-slider .ctaBody {
  margin: 0;
}
.contentCtaWrap {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 980px;
  margin: 0 auto;
}
@media all and (min-width:  641px ) and (max-width:  1419px ), all and (max-width: 640px) {
  .contentCtaWrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 640px) {
  .contentCtaWrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.contentCtaWrap .ctaIntro {
  max-width: 530px;
  margin: 0 auto;
}
.contentCtaWrap .ctaBlocks {
  margin: 0 -40px -40px;
}
@media (max-width: 900px) {
  .contentCtaWrap .ctaBlocks {
    margin: 0 -20px -20px;
  }
}
@media all and (max-width: 640px) {
  .contentCtaWrap .ctaBlocks {
    margin: 0 -10px -10px;
  }
}
.contentCtaWrap .ctaBlocks .ctaBody {
  margin: 0 40px 40px;
  width: calc(33.3% - 80px);
}
@media (max-width: 900px) {
  .contentCtaWrap .ctaBlocks .ctaBody {
    width: calc(33.3% - 40px);
    margin: 0 20px 20px;
  }
}
@media all and (max-width: 640px) {
  .contentCtaWrap .ctaBlocks .ctaBody {
    width: calc(33.3% - 20px);
    margin: 0 10px 10px;
  }
}
.contentCtaWrap .ctaBlocks .ctaBody .imageWrap {
  margin: 0 0 26px;
}
.contentCtaWrap .ctaBlocks .ctaBody .imageWrap img {
  width: 100%;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 640px) {
  .contentCtaWrap .ctaBlocks .ctaBody .imageWrap img {
    max-width: 120px;
  }
}
.contentCtaWrap .ctaBlocks .ctaBody .ctaInner {
  font-size: 1.625rem;
  line-height: 30px;
  letter-spacing: -1px;
  font-weight: 600;
  text-align: center;
  color: #474747;
}
@media (max-width: 800px) {
  .contentCtaWrap .ctaBlocks .ctaBody .ctaInner {
    font-size: 1.375rem;
    line-height: 28px;
  }
}
.contentCtaWrap .ctaBlocks.slick-slider {
  margin: 0;
}
.contentCtaWrap .ctaBlocks.slick-slider .ctaBody {
  margin: 0;
}
.contentCtaWrap .ctaBlocks.slick-slider .ctaBody .imageWrap {
  max-width: 120px;
  margin: 0 auto 26px;
}
/*
 * Content block for bottom of pages
 */
.contentBlockWrap {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 1200px;
  margin: 0 auto;
}
.contentBlockWrap.reviewsBlockWrap {
  padding: 60px 0 0;
}
.contentBlockWrap.reviewsBlockWrap h4 {
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 50px;
}
.contentBlockWrap.reviewsBlockWrap .eafr-widget-header-wrapper {
  display: none;
}
@media (max-width: 1200px) {
  .contentBlockWrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 640px) {
  .contentBlockWrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.contentBlockWrap .readMoreContent {
  position: relative;
  width: 100%;
  text-align: center;
  background: #EFEFEF;
  color: #069EC5;
  height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  cursor: pointer;
  outline: none;
  text-decoration: underline;
}
.contentBlockWrap .readMoreContent:before {
  content: "";
  height: 40px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#EFEFEF));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #EFEFEF 100%);
  position: absolute;
  bottom: 100%;
  left: 0;
}
.contentBlockWrap .readMoreContent.less:before {
  opacity: 0;
}
/*
 * Mobile Menu
 */
/*
 * Set up defaults
 */
/*
 * Main Menu
 */
.mainMenu {
  *zoom: 1;
}
.mainMenu:before,
.mainMenu:after {
  content: "";
  display: table;
}
.mainMenu:after {
  clear: both;
}
.mainMenu li {
  float: left;
}
.mainMenu li a {
  display: block;
}
.mainMenu li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 400;
  background: #DA2150;
}
@media all and (max-width: 640px) {
  .mainMenu li > ul {
    position: relative;
  }
}
.mainMenu li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
}
@media all and (max-width: 640px) {
  .mainMenu li > ul > li > ul {
    position: relative;
  }
}
.mainMenu li ul li {
  float: left;
  display: block;
  width: 100%;
  white-space: nowrap;
}
@media all and (min-width: 641px) {
  .mainMenu li:hover > ul {
    display: block;
  }
}
.mainMenu li {
  position: relative;
  text-transform: uppercase;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media all and (max-width: 640px) {
  .mainMenu li {
    float: left;
    clear: left;
    width: 100%;
  }
}
.mainMenu li a {
  font-size: 0.8125em;
  padding: 10px;
  color: #fff;
  font-weight: normal;
}
@media all and (max-width: 640px) {
  .mainMenu li a {
    padding: 0 15px 0 ;
    display: block;
    position: relative;
    line-height: 40px;
  }
}
@media all and (max-width: 640px) {
  .mainMenu li.hasChildren > a:after {
    color: #fff;
    content: "f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 0 0 0 2px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media all and (max-width: 640px) {
  .mainMenu li.hasChildren.open > a:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
@media all and (max-width: 640px) {
  .mainMenu li ul {
    display: none;
    padding: 0 0 0 10px;
  }
}
@media all and (max-width: 640px) {
  .mainMenu li.childActive > ul {
    display: block;
  }
}
.siteWrapper {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 640px) {
  .fixedFlyout .siteWrapper {
    padding: 81px 0 0;
  }
}
.siteInnerWrapper {
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
.flyoutInitialised .siteInnerWrapper {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media all and (max-width: 640px) {
  .flyoutInitialised #header {
    -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
  }
}
@media all and (max-width: 640px) {
  .fixedFlyout #header {
    position: fixed;
    width: 100%;
    min-width: 320px;
    top: 0;
  }
}
@media all and (max-width: 640px) {
  .fixedFlyout .footerWrap {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
/*
 * Breakpoint for mobile menu to appear, can be set to whatever site needs
*/
.flyoutMenu li {
  position: relative;
  width: 100%;
}
.flyoutMenu li a {
  font-size: 1.125rem;
  display: block;
  color: #fff;
  padding: 10px 15px;
  line-height: 40px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media all and (max-width: 640px) {
  .flyoutMenu li a {
    font-size: 0.9375rem;
    line-height: 30px;
  }
}
.flyoutMenu li a:hover {
  color: #DA2150;
}
.flyoutActions .accountLink {
  font-size: 1.125rem;
  display: block;
  color: #fff;
  padding: 10px 15px;
  line-height: 40px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.flyoutActions .accountLink:hover {
  color: #DA2150;
}
.flyoutButton {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 10px;
  background: 0 0;
  cursor: pointer;
}
.flyoutButton:focus {
  outline: 0;
}
.flyoutButton .lines {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #DA2150;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  align-self: center;
}
.flyoutButton .lines:before,
.flyoutButton .lines:after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #DA2150;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  position: absolute;
  left: 0;
}
.flyoutButton .lines:before {
  top: -7px;
}
.flyoutButton .lines:after {
  top: 7px;
}
.flyoutButton .text {
  margin-left: 10px;
  color: #DA2150;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 0.875rem;
}
.flyoutButton.active .lines {
  background: 0 0;
}
.flyoutButton.active .lines:before,
.flyoutButton.active .lines:after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 0;
  left: 0;
  width: 22px;
}
.flyoutButton.active .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}
.flyoutButton.active .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
.flyout {
  position: fixed;
  right: -320px;
  top: 0;
  width: 320px;
  height: 100vh;
  background: #313030;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
@media (max-width: 380px) {
  .flyout {
    right: -270px;
    width: 270px;
  }
}
.flyout:before {
  content: '';
  width: 16px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), color-stop(80%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.08)));
  background: linear-gradient(-90deg, transparent 0, rgba(0, 0, 0, 0.05) 80%, rgba(0, 0, 0, 0.08));
}
.flyoutActive .flyout {
  right: 0;
}
.flyout .flyoutInner {
  height: 100%;
}
.flyout .flyoutCloseButton {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding: 10px 15px;
  background: 0 0;
  cursor: pointer;
  width: 100%;
  line-height: 40px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
@media all and (max-width: 640px) {
  .flyout .flyoutCloseButton {
    line-height: 30px;
  }
}
.flyout .flyoutCloseButton:focus {
  outline: 0;
}
.flyout .flyoutCloseButton .lines {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #DA2150;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  align-self: center;
}
.flyout .flyoutCloseButton .lines:before,
.flyout .flyoutCloseButton .lines:after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #DA2150;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  position: absolute;
  left: 0;
}
.flyout .flyoutCloseButton .lines:before {
  top: -7px;
}
.flyout .flyoutCloseButton .lines:after {
  top: 7px;
}
.flyout .flyoutCloseButton .text {
  margin-left: 10px;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 0.9375rem;
}
.flyout .flyoutCloseButton.active .lines {
  background: 0 0;
}
.flyout .flyoutCloseButton.active .lines:before,
.flyout .flyoutCloseButton.active .lines:after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 0;
  left: 0;
  width: 22px;
}
.flyout .flyoutCloseButton.active .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}
.flyout .flyoutCloseButton.active .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
.flyout .flyoutCloseButton:hover .text {
  color: #DA2150;
}
@media all and (max-width: 640px) {
  .flyoutWrap {
    position: fixed;
    top: 0;
    width: 320px;
    background: #313030;
    z-index: 20;
    overflow: auto;
    display: none;
  }
  .flyoutInitialised .flyoutWrap {
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .flyoutRight .flyoutButton {
    float: left;
  }
  .flyoutRight.flyoutMove .flyoutButton {
    float: right;
  }
  .flyoutRight .flyoutWrap {
    left: 100%;
    bottom: 0;
  }
  .flyoutRight #header {
    right: 0;
  }
  .flyoutRight.flyoutActive .flyoutWrap {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .flyoutRight.flyoutActive.flyoutMove .siteInnerWrapper,
  .flyoutRight.flyoutActive.flyoutMove .footerWrap {
    -webkit-transform: translateX(-320px);
            transform: translateX(-320px);
  }
  .flyoutRight.flyoutActive.flyoutMove #header {
    right: 320px;
  }
  .flyoutLeft .flyoutButton {
    float: right;
  }
  .flyoutLeft.flyoutMove .flyoutButton {
    float: left;
  }
  .flyoutLeft .flyoutWrap {
    right: 100%;
    bottom: 0;
  }
  .flyoutLeft #header {
    left: 0;
  }
  .flyoutLeft.flyoutActive .flyoutWrap {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .flyoutLeft.flyoutActive.flyoutMove .siteInnerWrapper,
  .flyoutLeft.flyoutActive.flyoutMove .footerWrap {
    -webkit-transform: translateX(320px);
            transform: translateX(320px);
  }
  .flyoutLeft.flyoutActive.flyoutMove #header {
    left: 320px;
  }
  .flyoutTop .flyoutButton {
    float: right;
    position: relative;
    z-index: 21;
  }
  .flyoutTop .flyoutWrap {
    width: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    left: 0;
    right: 0;
    bottom: 0;
  }
  .flyoutTop.flyoutActive .flyoutWrap {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/**
 * Number Plate input
 */
.row .regInputWrap {
  position: relative;
}
.row .regInputWrap img {
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7px;
}
.row .regInputWrap .regInput {
  background: -webkit-gradient(linear, left top, right top, from(#FFED00), to(#FFD400));
  background: linear-gradient(90deg, #FFED00 0%, #FFD400 100%);
  height: 62px;
  line-height: 62px;
  font-size: 2.75rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #000 !important;
  padding-left: 38px;
  position: relative;
  z-index: 1;
  border: 2px solid #E2C42F;
  text-align: center;
  font-family: 'uknumberplate', 'Poppins', sans-serif !important;
}
.row .regInputWrap .regInput:focus {
  border-color: transparent !important;
}
.row .regInputWrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #002F9C;
  width: 38px;
  height: 100%;
  z-index: 100;
  border-radius: 8px 0 0 8px;
}
.row .regInputWrap:after {
  top: 18px;
}
/**
 * Modifiers for colors
 */
.primary {
  color: #DA2150;
}
.secondary {
  color: #069EC5;
}
/*
 * Breadcrumb Styling
 */
.breadcrumbWrap {
  max-width: 1400px;
  min-width: 20px;
  margin: 0 auto;
  *zoom: 1;
  clear: both;
  padding: 20px 0;
}
.breadcrumbWrap:before,
.breadcrumbWrap:after {
  content: "";
  display: table;
}
.breadcrumbWrap:after {
  clear: both;
}
.breadcrumbWrap:before,
.breadcrumbWrap:after {
  content: "";
  display: table;
}
.breadcrumbWrap:after {
  clear: both;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1419px ) {
  .breadcrumbWrap {
    padding: 20px;
  }
}
.breadcrumbWrap .breadcrumbs {
  *zoom: 1;
  margin: 0;
  padding: 0;
  clear: both;
}
.breadcrumbWrap .breadcrumbs:before,
.breadcrumbWrap .breadcrumbs:after {
  content: "";
  display: table;
}
.breadcrumbWrap .breadcrumbs:after {
  clear: both;
}
.breadcrumbWrap .breadcrumbs li {
  float: left;
  position: relative;
  padding: 0px 10px;
  list-style-type: none;
}
.breadcrumbWrap .breadcrumbs li:after {
  content: '/';
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -2px;
  color: #474747;
}
.breadcrumbWrap .breadcrumbs li:last-child:after {
  content: '';
}
.breadcrumbWrap .breadcrumbs li a {
  color: #DA2150;
}
.breadcrumbWrap .breadcrumbs li a.active,
.breadcrumbWrap .breadcrumbs li a:hover {
  color: #474747;
}
@media all and (max-width: 640px) {
  .breadcrumbWrap .breadcrumbs li {
    padding: 0 6px;
  }
  .breadcrumbWrap .breadcrumbs li:first-child {
    display: none;
  }
  .breadcrumbWrap .breadcrumbs li:nth-child(2) {
    padding-left: 0;
  }
}
.breadcrumbWrap .breadcrumbs li:first-child {
  padding-left: 0;
}
/*
 * Pagination
 */
.pagination,
.paginationUl {
  *zoom: 1;
}
.pagination:before,
.paginationUl:before,
.pagination:after,
.paginationUl:after {
  content: "";
  display: table;
}
.pagination:after,
.paginationUl:after {
  clear: both;
}
.pagination li,
.paginationUl li {
  float: left;
}
.pagination li a,
.paginationUl li a {
  display: block;
  float: left;
  padding: 0 5px;
  text-align: center;
  cursor: pointer;
  outline: 0;
}
.paginumberorder form {
  float: right;
  margin-left: 10px;
}
.paginumberorder form.bottom {
  *zoom: 1;
  margin-bottom: 40px;
}
.paginumberorder form.bottom:before,
.paginumberorder form.bottom:after {
  content: "";
  display: table;
}
.paginumberorder form.bottom:after {
  clear: both;
}
/*
 * News Listing Styling
 */
.contentPageWrap .newsList {
  *zoom: 1;
  margin-bottom: 30px;
}
.contentPageWrap .newsList:before,
.contentPageWrap .newsList:after {
  content: "";
  display: table;
}
.contentPageWrap .newsList:after {
  clear: both;
}
.contentPageWrap .newsList li {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.contentPageWrap .newsList li .imageWrap {
  float: left;
  width: 210px;
  margin-right: 20px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1419px ) {
  .contentPageWrap .newsList li .imageWrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.contentPageWrap .newsList li .infoWrap {
  float: left;
  width: 100%;
}
.contentPageWrap .newsList li .infoWrap p.date {
  margin-bottom: 5px;
  font-weight: 500;
  color: #DA2150;
}
.contentPageWrap .newsList li .infoWrap a.readMore {
  float: left;
  margin-top: 10px;
}
.contentPageWrap .newsList li .imageWrap + .infoWrap {
  width: calc(100% - 230px);
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1419px ) {
  .contentPageWrap .newsList li .imageWrap + .infoWrap {
    width: 100%;
  }
}
.contentPageWrap .newsPagination {
  float: left;
  width: 100%;
}
.contentPageWrap.newsWrap .contentSidebar ul li {
  padding: 0;
}
.contentPageWrap.newsWrap .contentSidebar ul li a {
  padding: 10px 0;
}
.contentPageWrap.newsWrap .contentSidebar ul li ul li a {
  padding: 10px;
}
.contentPageWrap.newsWrap .contentWrap.newsArticle .imageWrap {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.contentPageWrap.newsWrap .contentWrap.newsArticle .article {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
/*
 * Content Accordion Menus
 */
.accordionMenu > li {
  border-bottom: 1px solid #dde3e8;
  position: relative;
}
.accordionMenu > li.hasChildren:before {
  position: absolute;
  display: inline;
  color: inherit;
  content: "\F067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  top: 10px;
  right: 0;
}
.accordionMenu > li.open:before {
  color: inherit;
  content: "\F068";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.accordionMenu > li ul {
  display: none;
}
.accordionMenu > li ul li:last-child {
  border-bottom: 0;
}
.accordionMenu > li a {
  display: block;
}
.wrapper404 {
  max-width: 1400px;
  min-width: 20px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
  height: 100vh;
  max-width: 600px;
}
.wrapper404:before,
.wrapper404:after {
  content: "";
  display: table;
}
.wrapper404:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .wrapper404 {
    padding: 30px 0;
    height: auto;
  }
}
.content404 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
@media all and (max-width: 640px) {
  .content404 {
    padding: 30px 10px;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.content404 .column {
  width: 50%;
  float: right;
  padding: 0 20px;
}
@media all and (max-width: 640px) {
  .content404 .column {
    position: static;
    width: 100%;
    padding: 20px 0;
    float: none;
  }
}
.content404 .column:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #EFEFEF;
}
@media all and (max-width: 640px) {
  .content404 .column:nth-child(1) {
    position: static;
    padding: 30px 15px;
  }
}
.content404 .logo404 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 260px;
  width: 100%;
}
@media all and (max-width: 640px) {
  .content404 .logo404 {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
/*
 * Tables
 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 15px;
  border: 1px solid #dde3e8;
  table-layout: fixed;
}
table td,
table th {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #dde3e8;
  line-height: 22px;
}
@media all and (min-width:  641px ) and (max-width:  1419px ), all and (max-width: 640px) {
  table td,
  table th {
    padding: 10px;
  }
}
table th {
  font-weight: 700;
}
/*
 * Table style that stops left and right borders and padding
 * for an edge to edge effect.
 */
table.noPadding {
  border-left: 0;
  border-right: 0;
}
table.noPadding tr td:first-child,
table.noPadding tr th:first-child {
  padding-left: 0;
}
table.noPadding tr td:last-child,
table.noPadding tr th:last-child {
  padding-right: 0;
}
table.alternating tr:nth-child(odd) {
  background: #EFEFEF;
}
.vrmLookup {
  position: relative;
  margin: 40px 0;
}
.vrmLookup:first-child {
  margin-top: 0;
}
.vrmLookup:last-child {
  margin-bottom: 0;
}
.vrmLookup__form {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 45px 20px;
  background: #E3FAFF;
  border-radius: 12px;
}
.vrmLookup__form .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 620px;
  margin: 0 auto;
}
.vrmLookup__form .row .inputWrap {
  width: calc(100% - 10px - 250px);
  margin: 0 10px 0 0;
}
@media all and (max-width: 640px) {
  .vrmLookup__form .row .inputWrap {
    width: 100%;
    margin: 0 0 10px;
  }
}
.vrmLookup__form .row button {
  font-size: 1.3125rem;
  width: 250px;
}
@media all and (max-width: 640px) {
  .vrmLookup__form .row button {
    font-size: 1rem;
    width: 100%;
  }
}
.vrmLookup__form label {
  font-size: 1.5rem;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  padding: 0 0 25px;
  width: 100%;
}
@media all and (max-width: 640px) {
  .vrmLookup__form label {
    font-size: 1.125rem;
  }
}
.vrmLookup__content {
  font-size: 0.875rem;
  line-height: 19px;
  letter-spacing: -0.41px;
  text-align: center;
  opacity: 0.5;
  width: 100%;
  padding: 15px 0 0;
}
/*
 * Typography
 */
body {
  line-height: 26px;
}
a {
  color: #DA2150;
}
p {
  line-height: 26px;
  margin: 0 0 30px;
}
small {
  font-size: 0.8125em;
  line-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  color: #474747;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
}
h1 {
  font-size: 2.75rem;
  letter-spacing: -1px;
}
h2 {
  font-size: 2.1875rem;
  letter-spacing: -1.5px;
}
h3 {
  font-size: 2rem;
  letter-spacing: -1px;
}
h4 {
  font-size: 1.5rem;
  letter-spacing: -1px;
}
h5 {
  font-size: 1.3125rem;
  letter-spacing: -0.5px;
}
h6 {
  font-size: 1.125rem;
}
/*
 * Site Logo
 */
.logo {
  padding: 0;
}
.logo img {
  max-width: 377px;
  width: 100%;
  height: auto;
}
@media all and (max-width: 640px) {
  .logo img {
    max-width: 260px;
  }
}
@media (max-width: 380px) {
  .logo img {
    max-width: 230px;
  }
}
@media (max-width: 345px) {
  .logo img {
    max-width: 180px;
  }
}
/*
 * Header
 */
header {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 5000;
  padding-top: 25px;
  padding-bottom: 25px;
}
header.floatingHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}
@media all and (max-width: 640px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header .headerInner {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
header .headerInner .headerActions {
  display: -webkit-box;
  display: flex;
}
header .headerInner .headerActions .accountLink {
  align-self: center;
  margin-right: 10px;
}
@media all and (max-width: 640px) {
  header .headerInner .headerActions .accountLink {
    display: none;
  }
}
header .flyoutButton {
  margin-right: -10px;
}
/**
 * Search
 */
.searchButton {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 10px;
  background: 0 0;
  cursor: pointer;
  color: #DA2150;
}
.searchWrap {
  position: absolute;
  top: -93px;
  left: 0;
  right: 0;
  width: 100%;
  background: #474747;
  z-index: 9001;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: calc((100% - 1400px) / 2);
  padding-right: calc((100% - 1400px) / 2);
}
@media all and (min-width:  641px ) and (max-width:  1419px ), all and (max-width: 640px) {
  .searchWrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.searchWrap .searchForm {
  color: #fff;
}
.searchWrap .searchForm .row {
  position: relative;
  margin: 0;
}
.searchWrap .searchForm .row .inputWrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.searchWrap .searchForm .row .inputWrap input {
  width: calc(100% - 53px);
  background: 0 0;
  font-size: 1.125rem;
  border: 1px solid transparent;
  color: #fff;
}
.searchWrap .searchForm .row .inputWrap input::-webkit-input-placeholder {
  color: #fff;
}
.searchWrap .searchForm .row .inputWrap input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.searchWrap .searchForm .row .inputWrap input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #fff;
}
.searchWrap .searchForm .row .inputWrap input:-ms-input-placeholder {
  color: #fff;
}
.searchWrap .searchForm .row .inputWrap input:focus,
.searchWrap .searchForm .row .inputWrap input:active {
  border-color: transparent;
}
.searchWrap .searchForm .row .inputWrap button {
  width: 53px;
  background: 0 0;
  color: #fff;
  font-size: 1.3125rem;
}
/*
 * Content Page
 */
.contentPageWrap {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: calc((100% - 1400px) / 2);
  padding-right: calc((100% - 1400px) / 2);
}
@media all and (min-width:  641px ) and (max-width:  1419px ), all and (max-width: 640px) {
  .contentPageWrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 640px) {
  .contentPageWrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.contentPageWrap.blogPageWrap {
  padding: 55px 15px;
}
.contentPageWrap .contentWrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
          align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}
.contentPageWrap .contentWrapper.noSidebar {
  max-width: 940px;
}
.contentPageWrap .contentWrapper.contentWrapperShort {
  max-width: 800px;
}
.contentPageWrap .contentWrap {
  width: 100%;
}
.contentPageWrap .contentWrap + .formAndContentWrap {
  padding: 40px 0 0;
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentWrap + .formAndContentWrap {
    padding: 20px 0 0;
  }
}
.contentPageWrap .contentWrap + .section {
  padding-top: 40px;
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentWrap + .section {
    padding-top: 30px;
  }
}
.contentPageWrap .contentWrap + .allLocationsWrap {
  padding-top: 40px;
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentWrap + .allLocationsWrap {
    padding-top: 30px;
  }
}
.contentPageWrap .contentSidebar + .contentWrap {
  width: calc(100% - 50px - 320px);
}
@media (max-width: 960px) {
  .contentPageWrap .contentSidebar + .contentWrap {
    width: calc(100% - 20px - 320px);
  }
}
@media (max-width: all and (min-width:  641px ) and (max-width: 800px)) {
  .contentPageWrap .contentSidebar + .contentWrap {
    width: calc(100% - 20px - 260px);
  }
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentSidebar + .contentWrap {
    width: 100%;
    border: 0;
    padding: 0;
  }
}
.contentPageWrap .contentSidebar {
  width: 320px;
  margin-right: 50px;
  padding: 30px;
  border-top: 6px solid #069EC5;
  background: #EFEFEF;
  border-radius: 4px;
}
@media (max-width: 960px) {
  .contentPageWrap .contentSidebar {
    margin-right: 20px;
  }
}
@media (max-width: 800px) {
  .contentPageWrap .contentSidebar {
    width: 260px;
  }
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentSidebar {
    width: 100%;
    margin: 0 0 30px;
  }
  .contentPageWrap .contentSidebar nav {
    display: none;
  }
}
.contentPageWrap .contentSidebar .sidebarTitle {
  position: relative;
  font-size: 1.5rem;
  color: #474747;
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentSidebar .sidebarTitle {
    margin: 0;
  }
  .contentPageWrap .contentSidebar .sidebarTitle:after {
    color: inherit;
    content: "\F105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .contentPageWrap .contentSidebar .sidebarTitle.active:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
.contentPageWrap .contentSidebar .sidebarTitle a {
  display: block;
  color: #474747;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contentPageWrap .contentSidebar .sidebarTitle a:hover {
  color: #DA2150;
}
.contentPageWrap .contentSidebar .sidebarMenu li a {
  color: #474747;
  position: relative;
  font-size: 1rem;
  line-height: 24px;
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding: 10px 0;
}
.contentPageWrap .contentSidebar .sidebarMenu li a:hover {
  color: #DA2150;
}
.contentPageWrap .contentSidebar .sidebarMenu li.active a {
  color: #DA2150;
  font-weight: 600;
}
/*
 * Title Wrap
 */
.titleWrap {
  background: #EFEFEF;
}
.titleWrap .innerText {
  max-width: 1400px;
  min-width: 20px;
  margin: 0 auto;
  *zoom: 1;
  text-align: center;
  padding: 90px 0 75px;
}
.titleWrap .innerText:before,
.titleWrap .innerText:after {
  content: "";
  display: table;
}
.titleWrap .innerText:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .titleWrap .innerText {
    padding: 40px 0;
  }
}
.titleWrap .innerText h1 {
  font-size: 3.125em;
  font-weight: bold;
  text-transform: uppercase;
  color: #474747;
  line-height: 1;
  margin-bottom: 15px;
}
@media all and (max-width: 640px) {
  .titleWrap .innerText h1 {
    font-size: 1.875em;
    line-height: 1.1;
  }
}
.titleWrap .innerText h2 {
  font-size: 1.375em;
  color: #474747;
  text-transform: none;
  margin: 0;
}
@media all and (max-width: 640px) {
  .titleWrap .innerText h2 {
    font-size: 0.9375em;
    line-height: 1.1;
  }
}
/*
 * Page Content Class
 */
.pageContent {
  *zoom: 1;
  /*
     * Tiny mce produces left and right images with these attributes
     */
}
.pageContent:before,
.pageContent:after {
  content: "";
  display: table;
}
.pageContent:after {
  clear: both;
}
.pageContent h1,
.pageContent h2,
.pageContent h3,
.pageContent h4,
.pageContent h5,
.pageContent h6 {
  margin: 0 0 15px;
}
.pageContent p {
  margin: 0 0 20px;
}
.pageContent p:last-child {
  margin-bottom: 0;
}
.pageContent blockquote {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0;
  line-height: 26px;
}
.pageContent blockquote p {
  margin: 0 0 5px;
  line-height: 26px;
}
.pageContent blockquote cite {
  font-size: 1rem;
  line-height: 1;
  font-style: italic;
}
.pageContent blockquote cite a {
  color: #474747;
  text-decoration: none;
}
.pageContent blockquote cite a:hover {
  text-decoration: none;
}
.pageContent img[style="float: left;"] {
  margin: 5px 25px 25px 0;
}
.pageContent img[style="float: right;"] {
  margin: 5px 0 25px 25px;
}
@media all and (max-width: 640px) {
  .pageContent img[style="float: right;"],
  .pageContent img[style="float: left;"] {
    float: none !important;
    display: block;
    margin: 0 auto 25px;
  }
}
.pageContent ul {
  margin: 0 0 0 30px;
  padding: 0 0 20px;
}
.pageContent ul li {
  list-style-type: disc;
}
.pageContent + .accordionsWrap {
  margin: 40px 0 0;
}
.pageContent + .pageContent {
  margin: 40px 0 0;
}
.tickItems {
  position: relative;
}
.tickItems li {
  position: relative;
  list-style-type: none;
  margin: 0 0 10px;
  padding-left: 40px;
  font-size: 1.25rem;
}
@media all and (max-width: 640px) {
  .tickItems li {
    padding-left: 30px;
    font-size: 1rem;
  }
}
.tickItems li:before {
  color: #069EC5;
  content: "\F00C";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 1.625rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (max-width: 640px) {
  .tickItems li:before {
    font-size: 1.125rem;
  }
}
/*
 * Main Title Style
 */
/*
 * Accordions
 */
.accordionsWrap {
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
.accordionsWrap:before,
.accordionsWrap:after {
  content: "";
  display: table;
}
.accordionsWrap:after {
  clear: both;
}
.accordionsWrap .accordionBody {
  position: relative;
  background: #069EC5;
  -webkit-transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  margin: 0 0 10px;
  border-radius: 8px;
  overflow: hidden;
}
.accordionsWrap .accordionBody:last-of-type {
  margin: 0;
}
.accordionsWrap .accordionBody:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #DA2150;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.accordionsWrap .accordionBody .accordionTitle {
  font-size: 1.125rem;
  line-height: 28px;
  padding: 14px 23px 13px;
  color: #fff;
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: normal;
}
.accordionsWrap .accordionBody .accordionTitle:after {
  color: #fff;
  content: "\F067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 900;
  margin-left: 10px;
}
.accordionsWrap .accordionBody .accordionContent {
  padding: 0 20px 14px;
  display: none;
}
.accordionsWrap .accordionBody.active {
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.accordionsWrap .accordionBody.active:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.accordionsWrap .accordionBody.active .accordionTitle {
  color: #474747;
}
.accordionsWrap .accordionBody.active .accordionTitle:after {
  color: inherit;
  content: "\F068";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 900;
  color: #DA2150;
}
@font-face {
  font-family: "Foundation Sans";
  src: url("../../sites/goodbyecar/fonts/foundationsans/FoundationSans-Roman-webfont.woff") format("woff"), /* Modern Browsers */ url("../../sites/goodbyecar/fonts/foundationsans/FoundationSans-Roman-webfont.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Foundation Sans";
  src: url("../../sites/goodbyecar/fonts/foundationsans/FoundationSans-Italic-webfont.woff") format("woff"), /* Modern Browsers */ url("../../sites/goodbyecar/fonts/foundationsans/FoundationSans-Italic-webfont.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Foundation Sans";
  src: url("../../sites/goodbyecar/fonts/foundationsans/FoundationSans-Light-webfont.woff") format("woff"), /* Modern Browsers */ url("../../sites/goodbyecar/fonts/foundationsans/FoundationSans-Light-webfont.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Foundation Sans";
  src: url("../../sites/goodbyecar/fonts/foundationsans/FoundationSans-Bold-webfont.woff") format("woff"), /* Modern Browsers */ url("../../sites/goodbyecar/fonts/foundationsans/FoundationSans-Bold-webfont.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: bold;
  font-style: normal;
}
.petervardy {
  font-family: 'Foundation Sans', 'Helvetica Neue', Helvetica, Arial, sans-seif;
}
.petervardy h1,
.petervardy h2,
.petervardy h3,
.petervardy h4,
.petervardy h5,
.petervardy h6 {
  font-family: 'Foundation Sans', 'Helvetica Neue', Helvetica, Arial, sans-seif;
}
.petervardy a {
  color: #00ace1;
}
.petervardy .buttonGreen {
  background: #03b075;
  color: #FFF;
}
.petervardy .spinner:after {
  border-top-color: #00ace1;
}
.petervardy .spinner.spinnerSmall:after {
  border-top-color: #00ace1;
}
.petervardy .bottomValuationWrap {
  background: #00ace1;
}
.petervardy .logo img,
.petervardy .footerLogo img {
  width: 200px;
}
.petervardy .cardBody .cardHeader .guaranteeBlock .iconWrap {
  color: #03b075;
}
.petervardy .cardBody .cardHeader .cardTitle {
  font-family: 'Foundation Sans', 'Helvetica Neue', Helvetica, Arial, sans-seif;
  color: #00ace1;
}
.petervardy .cardBody .blockIntro .blockTitle .textLink {
  color: #00ace1;
}
.petervardy .row .radioButtonDefaultWrap .radioBodyDefault input:checked + label {
  border-color: #00ace1;
}
.petervardy .row input:not([type="checkbox"]):not([type="radio"]):focus,
.petervardy .row textarea:focus,
.petervardy .row select:focus,
.petervardy .row .chosen-search input:focus {
  border-color: #00ace1;
}
.petervardy .row input[type=checkbox][type=radio] + label:after,
.petervardy .row input[type=radio][type=radio] + label:after {
  background: #00ace1;
  color: #00ace1;
}
.petervardy .row input[type=checkbox]:focus + label:before,
.petervardy .row input[type=radio]:focus + label:before {
  border: 1px solid #00ace1;
}
.petervardy .row input[type=checkbox][type=radio]:focus + label:before,
.petervardy .row input[type=radio][type=radio]:focus + label:before {
  border: 1px solid #00ace1;
}
.petervardy .chosen-container.chosen-container-active .chosen-single {
  border-color: #00ace1;
}
.petervardy .chosen-container .chosen-results li.highlighted {
  background-color: #00ace1;
}
.petervardy .chosen-drop {
  border-color: #00ace1;
}
.petervardy .valuationDetailsForm .vehicleConditionRow .radioButtonKey {
  border-color: #00ace1;
}
.petervardy .valuationDetailsForm .vehicleConditionRow .radioButtonKey p.moreInfoTrigger:after {
  color: #03b075;
}
.petervardy .valuationDetailsForm .vehicleConditionRow .radioButtonWrap .radioBody input:checked + label {
  border-color: #00ace1;
}
.petervardy .valuationDetailsForm .checkboxGroup .inputWrap .iconWrap {
  color: #00ace1;
  border-color: #00ace1;
}
.petervardy .valuationDetailsForm .checkboxGroup .descWrap {
  border-radius: 0;
}
.petervardy .appointmentBookWrap .yourBranch .selected {
  color: #00ace1;
}
.petervardy .appointmentBookWrap .yourBranch .branchTitle .closest {
  color: #00ace1;
}
.petervardy .bookingsInner .bookingItem.active .availabilityWrap {
  border-color: #00ace1;
}
.petervardy .heroSection .heroSlide {
  background: none;
}
.petervardy .heroValuation .valuationSubtitle .tag {
  background: #00ace1;
}
