.fa-fw, .fa-li {
    text-align: center
}

.fa, .fa-stack {
    display: inline-block
}

.sr-only, svg:not(:root) {
    overflow: hidden
}

.btn, .cta, .text-nowrap {
    white-space: nowrap
}

.carousel .slick-slider, html {
    -webkit-tap-highlight-color: transparent
}

body, html {
    -webkit-text-size-adjust: 100%
}

hr, input[type=search] {
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.btn, .carousel .slick-slider, .cta {
    -webkit-user-select: none;
    -ms-user-select: none
}

.carousel .slick-dots li button:before, .fa, .mediaGallery .close {
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: VolvoBroadProDigital;
    src: url(fonts/VolvoBroadProDigital/VolvoBroadProDigital-webfont.eot?#iefix)format('embedded-opentype'),url(fonts/VolvoBroadProDigital/VolvoBroadProDigital-webfont.woff)format('woff'),url(fonts/VolvoBroadProDigital/VolvoBroadProDigital-webfont.ttf)format('truetype'),url(fonts/VolvoBroadProDigital/VolvoBroadProDigital-webfont.svg#VolvoBroadProDigital)format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: fontawesome;
    src: url(fonts/fontawesome/fontawesome-webfont.eot?#iefix)format('embedded-opentype'),url(fonts/fontawesome/fontawesome-webfont.woff)format('woff'),url(fonts/fontawesome/fontawesome-webfont.ttf)format('truetype'),url(fonts/fontawesome/fontawesome-webfont.svg#fontawesome)format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: VolvoNovum;
    src: url(fonts/VolvoNovum/VolvoNovum3-Regular.woff2) format('woff2'), url(fonts/VolvoNovum/VolvoNovum3-Regular.otf) format('otf'), url(fonts/VolvoNovum/VolvoNovum3-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0,0)
}

address, cite {
    font-style: normal
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.btn, .btn-lg, .btn-link, .btn-sm, .btn-xs, .cta {
    border-radius: 0
}

img, legend {
    border: 0
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

body, figure {
    margin: 0
}

.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(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before, .fa-genderless:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: 'VolvoNovum','Noto Sans';
    -ms-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.btn, .cta, img {
    vertical-align: middle
}

sub {
    bottom: -.25em
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.sr-only, legend, td, th {
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href)")"
        }

    abbr[title]:after {
        content: " (" attr(title)")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.btn, .btn-default.active, .btn-default:active, .btn-primary.active, .btn-primary:active, .cta, .cta.active, .cta:active, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.cta {
    background-image: none
}

body {
    background-color: #fff
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-justify {
    text-align: justify
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.blockquote h1, .exteriorInterior h3, .initialism {
    text-transform: uppercase
}

a.text-primary:hover {
    color: #286090
}

a.text-success:hover {
    color: #2b542c
}

a.text-info:hover {
    color: #245269
}

a.text-warning:hover {
    color: #66512c
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.list-inline {
    margin-left: -5px
}

@media (min-width:768px) {
    .lead {
        font-size: 24px
    }

    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

.carousel .slick-track:after, .downloadList:after, .exteriorInterior .tabNavigation .tab-content:after, .imageText:after, .itemCarousel .itemCarousel-itemCarousel1:after, .itemCarousel:after, .searchResults .form-inline:after, header .header-container:after {
    clear: both
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #bfbebb
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
    font-size: 20px;
    border-left: 5px solid #d8d7d5
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #bfbebb
}

.btn, .cta, .img-thumbnail, .list-inline > li, sup {
    display: inline-block
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #d8d7d5;
    border-left: 0;
    text-align: right
}

    .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
        content: ''
    }

    .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
        content: '\00A0 \2014'
    }

.cta::after, a.cta-link::after {
    content: "\f105"
}

address {
    margin-bottom: 24px;
    line-height: 1.5
}

@media (min-width:768px) {
    .container {
        width: 756px
    }
}

@media (min-width:992px) {
    .container {
        width: 960px
    }
}

@media (min-width:1300px) {
    .container {
        width: 1200px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1300px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.btn-block, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.btn, .cta {
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 2px solid transparent;
    padding: 12px 32px;
    font-size: 16px;
    line-height: 1.5;
    -moz-user-select: none;
    user-select: none
}

.btn-lg, .btn-sm, .btn-xs {
    line-height: 22px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff
    }

.btn-link {
    color: #1251b5;
    font-weight: 400
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #0b326f;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #bfbebb;
                text-decoration: none
            }

.cta {
    color: #4d4e53;
    background-color: #fff;
    border-color: #4d4e53
}

    .cta.active, .cta.focus, .cta:active, .cta:focus, .cta:hover, .open > .dropdown-toggle.cta {
        color: #4d4e53;
        background-color: #e6e6e6;
        border-color: #303033
    }

    .cta.disabled, .cta.disabled.active, .cta.disabled.focus, .cta.disabled:active, .cta.disabled:focus, .cta.disabled:hover, .cta[disabled], .cta[disabled].active, .cta[disabled].focus, .cta[disabled]:active, .cta[disabled]:focus, .cta[disabled]:hover, fieldset[disabled] .cta, fieldset[disabled] .cta.active, fieldset[disabled] .cta.focus, fieldset[disabled] .cta:active, fieldset[disabled] .cta:focus, fieldset[disabled] .cta:hover {
        background-color: #fff;
        border-color: #4d4e53
    }

    .cta .badge {
        color: #fff;
        background-color: #4d4e53
    }

    .cta::after {
        font-family: fontawesome;
        padding-left: 8px
    }

    .cta:focus, .cta:hover {
        color: #343539
    }

.btn-lg {
    padding: 16px 48px;
    font-size: 20px
}

.btn-sm {
    padding: 4px 24px;
    font-size: 14px
}

.btn-xs {
    padding: 0 16px;
    font-size: 14px
}

.img-rounded, .img-thumbnail, .modal-content {
    border-radius: 3px
}

.btn-block {
    display: block
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none;
    visibility: hidden
}

    .collapse.in {
        display: block;
        visibility: visible
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body {
    color: #4d4e53;
    font-size: 16px;
    font-family: 'VolvoNovum','Noto Sans';
    line-height: 1.5;
    -webkit-font-smoothing: antialiased
}

button, input, select, textarea {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

a {
    color: #1251b5;
    text-decoration: none;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear
}

    a:focus, a:hover {
        color: #0b326f;
        text-decoration: none
    }

    a:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

    a.cta-link::after {
        font-family: fontawesome;
        padding-left: 8px
    }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 24px;
    margin-bottom: 23px;
    border: 0;
    height: 1px;
    background-color: #d8d7d5
}

.h1, .h2, h1, h2 {
    margin-bottom: 24px
}

hr.margin-top-remove {
    margin-top: 0
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'VolvoNovum','Noto Sans';
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    font-family: VolvoBroadProDigital
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #bfbebb
    }

.h1, .h2, .h6, h1, h2, h6 {
    color: #4d4e53
}

    h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
        margin-top: 0
    }

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin-top: 24px
}

    h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

    h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 48px
}

    h1.section {
        padding-left: 16px
    }

@media (max-width:767px) {
    .h1, h1 {
        font-size: 36px;
        line-height: 32px
    }
}

.h2, h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -.5px
}

.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
    margin-bottom: 0
}

@media (max-width:767px) {
    .h2, h2 {
        font-size: 24px;
        line-height: 20px;
        margin-top: 24px;
        margin-bottom: 0
    }
}

.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
    line-height: 24px
}

.h3, h3 {
    font-size: 24px;
    font-weight: 400
}

.h4, .h5, h4, h5 {
    font-weight: 500
}

@media (max-width:767px) {
    .h3, h3 {
        font-size: 24px
    }
}

.h4, h4 {
    font-size: 22px
}

.blockquote blockquote::after, .blockquote blockquote::before {
    position: absolute;
    font-size: 16px;
    top: 20%%;
    font-family: fontawesome
}

@media (max-width:767px) {
    .h4, h4 {
        font-size: 19px
    }
}

.h5, h5 {
    font-size: 16px
}

.h6, h6, p {
    font-weight: 400
}

@media (max-width:767px) {
    .h5, h5 {
        font-size: 18px
    }
}

.h6, h6 {
    font-size: 16px;
    margin-top: 0
}

@media (max-width:767px) {
    .h6, h6 {
        font-size: 16px
    }
}

p {
    position: relative;
    margin: 0 0 24px;
    letter-spacing: .2px
}

    p.intro-text {
        font-weight: 700
    }

.lead {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 24px
    }
}

sup {
    top: -.5em;
    line-height: inherit;
    position: initial
}

.small, small {
    font-size: 85%
}

.text-muted {
    color: #bfbebb
}

.text-primary {
    color: #000f60
}

    .text-primary:hover {
        color: #00072d
    }

.text-warning {
    color: #8a6d3b
}

    .text-warning:hover {
        color: #66512c
    }

.text-danger {
    color: #a94442
}

    .text-danger:hover {
        color: #843534
    }

.text-success {
    color: #3c763d
}

    .text-success:hover {
        color: #2b542c
    }

.text-info {
    color: #31708f
}

    .text-info:hover {
        color: #245269
    }

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #d8d7d5
}

dl, ol, ul {
    margin-top: 0
}

[class*=col-].border-right {
    box-shadow: 1px 0 0 #f1f0ef
}

[class*=col-].border-left {
    box-shadow: -1px 0 0 #f1f0ef
}

[class^=icon-] {
    background-size: contain;
    background-position: center center
}

ol, ul {
    margin-bottom: 24px
}

    ol ol, ol ul, ol > li, ul ol, ul ul, ul > li {
        margin-bottom: 0
    }

    ol > li, ul > li {
        position: relative
    }

    ul.rte > li {
        padding-left: 60px;
        list-style-position: outside
    }

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

    .list-inline > li {
        padding-left: 5px;
        padding-right: 5px
    }

        .list-inline > li:first-child {
            padding-left: 0
        }

dl {
    margin-bottom: 24px
}

dd, dt {
    line-height: 1.5
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.bg-volvo-blue {
    background-color: #000f60
}

.bg-cta-blue {
    background-color: #1251b5
}

.bg-sky-blue {
    background-color: #badce6
}

.bg-granite {
    background-color: #4d4e53
}

.bg-slate {
    background-color: #919296
}

.bg-fog {
    background-color: #d8d7d5
}

.bg-gray-darker {
    background-color: #343539
}

.bg-gray-dark {
    background-color: #4d4e53
}

.bg-gray {
    background-color: #919296
}

.bg-gray-light {
    background-color: #bfbebb
}

.bg-gray-lighter {
    background-color: #d8d7d5
}

.ovelay-mask {
    background-color: rgba(0,0,0,.5);
    height: 100%;
    left: 0;
    opacity: .1;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 3;
    position: fixed;
    transition: visibility 0 linear .4s,opacity .4s cubic-bezier(.4,0,.2,1);
    transform: translateZ(0)
}

    .ovelay-mask.visible {
        opacity: 1;
        visibility: visible;
        transition-delay: 0
    }

.accordion .panel {
    margin-left: -15px;
    margin-right: -15px
}

.accordion .accordion-header {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1em;
    height: 60px;
    margin-top: 1px;
    padding: 20px 16px;
    color: #4d4e53;
    border-top: 3px solid #1251b5;
    background-color: #badce6
}

    .accordion .accordion-header span {
        float: right;
        margin-right: 15px;
        font-weight: 400
    }

    .accordion .accordion-header::after {
        display: inline-block;
        position: absolute;
        right: 10px;
        font-family: fontawesome;
        font-size: 14px;
        content: "\f106"
    }

    .accordion .accordion-header.collapsed {
        border-top: 3px solid #d8d7d5;
        background-color: #d8d7d5
    }

        .accordion .accordion-header.collapsed::after {
            content: "\f107"
        }

        .accordion .accordion-header.collapsed.active, .accordion .accordion-header.collapsed:hover {
            background-color: #badce6
        }

.accordion .collapse {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    overflow-y: hidden;
    height: 0;
    visibility: hidden
}

    .accordion .collapse.in {
        overflow-y: auto;
        overflow-x: visible;
        height: auto;
        visibility: visible
    }

.carousel .slick-loading .slick-slide, .carousel .slick-loading .slick-track, header .side-nav-container {
    visibility: hidden
}

.accordion .collapsing {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.blockquote {
    margin-top: 32px;
    margin-bottom: 32px
}

    .blockquote .wrapper {
        margin-left: -15px;
        margin-right: -15px
    }

    .blockquote blockquote {
        padding: 0 15px;
        margin: 0;
        border: none;
        left: 8.33333333%;
        position: relative;
        float: left;
        width: 83.33333333%;
        min-height: 1px;
        text-align: center
    }

        .blockquote blockquote::before {
            display: block;
            left: -15px;
            content: "\f10d"
        }

        .blockquote blockquote::after {
            display: block;
            right: -15px;
            content: "\f10e"
        }

    .blockquote h1 {
        font-family: 'VolvoNovum','Noto Sans';
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px
    }

    .blockquote .blockquote-content {
        font-family: 'VolvoNovum','Noto Sans';
        font-size: 13px;
        line-height: 18px
    }

    .blockquote .blockquote-author {
        font-size: 12.8px;
        font-weight: 700;
        margin-bottom: 0
    }

    .blockquote .blockquote-descritpion {
        font-size: 12.8px
    }

.carousel .slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .carousel .slick-list:focus {
        outline: 0
    }

    .carousel .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.carousel .slick-slider .slick-list, .carousel .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.carousel .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .carousel .slick-track:after, .carousel .slick-track:before {
        display: table;
        content: ''
    }

.carousel .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.carousel [dir=rtl] .slick-slide {
    float: right
}

.carousel .slick-slide img {
    display: block
}

.carousel .slick-slide.slick-loading img {
    display: none
}

.carousel .slick-slide.dragging img {
    pointer-events: none
}

.carousel .slick-initialized .slick-slide {
    display: block
}

.carousel .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.carousel .slick-next, .carousel .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 100px;
    margin-top: -50px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: rgba(216,215,213,.9)
}

    .carousel .slick-next:focus, .carousel .slick-next:hover, .carousel .slick-prev:focus, .carousel .slick-prev:hover {
        color: transparent;
        outline: 0;
        background: rgba(216,215,213,.9)
    }

        .carousel .slick-next:focus:before, .carousel .slick-next:hover:before, .carousel .slick-prev:focus:before, .carousel .slick-prev:hover:before {
            opacity: 1
        }

    .carousel .slick-next.slick-disabled:before, .carousel .slick-prev.slick-disabled:before {
        opacity: .25
    }

    .carousel .slick-next:before, .carousel .slick-prev:before {
        font-family: fontawesome;
        font-size: 20px;
        line-height: 1;
        color: #4d4e53;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.carousel .slick-prev {
    left: -15px
}

.carousel [dir=rtl] .slick-prev {
    right: -15px;
    left: auto
}

.carousel .slick-prev:before {
    content: "\f104"
}

.carousel .slick-next:before, .carousel [dir=rtl] .slick-prev:before {
    content: "\f105"
}

.carousel .slick-next {
    right: -15px
}

.carousel [dir=rtl] .slick-next {
    right: auto;
    left: -15px
}

    .carousel [dir=rtl] .slick-next:before {
        content: "\f104"
    }

.carousel .slick-slider {
    margin-bottom: 30px
}

.carousel .slick-dots {
    position: absolute;
    bottom: -65px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    background-color: transparent;
    height: 48px
}

    .carousel .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .carousel .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: 0;
            background: 0 0
        }

            .carousel .slick-dots li button:focus, .carousel .slick-dots li button:hover {
                outline: 0
            }

                .carousel .slick-dots li button:focus:before, .carousel .slick-dots li button:hover:before {
                    opacity: 1
                }

            .carousel .slick-dots li button:before {
                font-family: fontawesome;
                font-size: 16px;
                line-height: 32px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: "\f10c";
                text-align: center;
                color: #919296;
                -webkit-font-smoothing: antialiased
            }

        .carousel .slick-dots li.slick-active button:before {
            color: #919296;
            content: "\f192"
        }

.downloadList {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px
}

    .downloadList:after, .downloadList:before {
        content: " ";
        display: table
    }

    .downloadList .cta {
        color: #1251b5;
        background-color: #fff;
        border-color: #1251b5
    }

        .downloadList .cta.active, .downloadList .cta.focus, .downloadList .cta:active, .downloadList .cta:focus, .downloadList .cta:hover, .open > .dropdown-toggle.downloadList .cta {
            color: #1251b5;
            background-color: #e6e6e6;
            border-color: #0c387d
        }

        .downloadList .cta.active, .downloadList .cta:active, .open > .dropdown-toggle.downloadList .cta {
            background-image: none
        }

        .downloadList .cta.disabled, .downloadList .cta.disabled.active, .downloadList .cta.disabled.focus, .downloadList .cta.disabled:active, .downloadList .cta.disabled:focus, .downloadList .cta.disabled:hover, .downloadList .cta[disabled], .downloadList .cta[disabled].active, .downloadList .cta[disabled].focus, .downloadList .cta[disabled]:active, .downloadList .cta[disabled]:focus, .downloadList .cta[disabled]:hover, fieldset[disabled] .downloadList .cta, fieldset[disabled] .downloadList .cta.active, fieldset[disabled] .downloadList .cta.focus, fieldset[disabled] .downloadList .cta:active, fieldset[disabled] .downloadList .cta:focus, fieldset[disabled] .downloadList .cta:hover {
            background-color: #fff;
            border-color: #1251b5
        }

        .downloadList .cta .badge {
            color: #fff;
            background-color: #1251b5
        }

        .downloadList .cta::after {
            content: ""
        }

        .downloadList .cta:focus, .downloadList .cta:hover {
            color: #0b326f
        }

        .downloadList .cta span {
            font-weight: 400;
            padding-left: 5px
        }

    .downloadList .downloadList-multi ul li {
        margin-top: 16px
    }

    .downloadList .downloadList-multi ul a {
        font-weight: 700
    }

        .downloadList .downloadList-multi ul a span {
            font-weight: 400;
            padding-left: 5px
        }

.embedCode .hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
    background: #23241f;
    -webkit-text-size-adjust: none
}

.heroImage, .modal, .modal-open, html.side-nav-visible body {
    overflow: hidden
}

.embedCode .aspectj .hljs-function, .embedCode .css .hljs-function .hljs-preprocessor, .embedCode .css .hljs-rules, .embedCode .css .hljs-value, .embedCode .hljs, .embedCode .hljs-pragma, .embedCode .hljs-tag {
    color: #f8f8f2
}

.embedCode .hljs-emphasis, .embedCode .hljs-strong, .embedCode .hljs-strongemphasis {
    color: #a8a8a2
}

.embedCode .alias .hljs-keyword, .embedCode .hljs-blockquote, .embedCode .hljs-bullet, .embedCode .hljs-hexcolor, .embedCode .hljs-horizontal_rule, .embedCode .hljs-literal, .embedCode .hljs-number, .embedCode .hljs-regexp {
    color: #ae81ff
}

.embedCode .css .hljs-class, .embedCode .hljs-class .hljs-title:last-child, .embedCode .hljs-code, .embedCode .hljs-tag .hljs-value, .embedCode .hljs-title {
    color: #a6e22e
}

.embedCode .hljs-link_url {
    font-size: 80%
}

.embedCode .hljs-strong, .embedCode .hljs-strongemphasis {
    font-weight: 700
}

.embedCode .hljs-class .hljs-title:last-child, .embedCode .hljs-emphasis, .embedCode .hljs-strongemphasis, .embedCode .hljs-typename {
    font-style: italic
}

.embedCode .alias .hljs-keyword:first-child, .embedCode .css .hljs-important, .embedCode .css .hljs-tag, .embedCode .css .unit, .embedCode .hljs-attribute, .embedCode .hljs-change, .embedCode .hljs-flow, .embedCode .hljs-function, .embedCode .hljs-header, .embedCode .hljs-keyword, .embedCode .hljs-symbol, .embedCode .hljs-symbol .hljs-string, .embedCode .hljs-tag .hljs-title, .embedCode .hljs-value, .embedCode .hljs-winutils, .embedCode .nginx .hljs-title, .embedCode .ruby .hljs-class .hljs-keyword:first-child, .embedCode .ruby .hljs-function .hljs-keyword, .embedCode .tex .hljs-special {
    color: #f92672
}

    .embedCode .css .hljs-attribute, .embedCode .hljs-aspect .hljs-keyword:first-child, .embedCode .hljs-class .hljs-keyword:first-child, .embedCode .hljs-constant, .embedCode .hljs-function .hljs-keyword, .embedCode .hljs-typename {
        color: #66d9ef
    }

.embedCode .hljs-aspect .hljs-title, .embedCode .hljs-class .hljs-title, .embedCode .hljs-params, .embedCode .hljs-variable {
    color: #f8f8f2
}

.embedCode .apache .hljs-cbracket, .embedCode .apache .hljs-tag, .embedCode .css .hljs-id, .embedCode .django .hljs-filter .hljs-argument, .embedCode .django .hljs-template_tag, .embedCode .django .hljs-variable, .embedCode .hljs-addition, .embedCode .hljs-attr_selector, .embedCode .hljs-built_in, .embedCode .hljs-envvar, .embedCode .hljs-link_label, .embedCode .hljs-link_url, .embedCode .hljs-prompt, .embedCode .hljs-pseudo, .embedCode .hljs-stream, .embedCode .hljs-string, .embedCode .hljs-subst, .embedCode .hljs-type, .embedCode .ruby .hljs-class .hljs-parent, .embedCode .smalltalk .hljs-array, .embedCode .smalltalk .hljs-class, .embedCode .smalltalk .hljs-localvars, .embedCode .tex .hljs-command {
    color: #e6db74
}

.embedCode .apache .hljs-sqbracket, .embedCode .hljs-annotation, .embedCode .hljs-comment, .embedCode .hljs-decorator, .embedCode .hljs-deletion, .embedCode .hljs-doctype, .embedCode .hljs-javadoc, .embedCode .hljs-pi, .embedCode .hljs-shebang, .embedCode .tex .hljs-formula {
    color: #75715e
}

.embedCode .coffeescript .javascript, .embedCode .javascript .xml, .embedCode .php .xml, .embedCode .tex .hljs-formula, .embedCode .xml .css, .embedCode .xml .hljs-cdata, .embedCode .xml .javascript, .embedCode .xml .php, .embedCode .xml .vbscript {
    opacity: .5
}

.exteriorInterior {
    margin-top: 48px;
    margin-bottom: 48px
}

    .exteriorInterior h3 {
        font-family: 'VolvoNovum','Noto Sans';
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
        text-align: center
    }

    .exteriorInterior .tabNavigation .tab-content {
        padding-top: 24px
    }

        .exteriorInterior .tabNavigation .tab-content:after, .exteriorInterior .tabNavigation .tab-content:before {
            content: " ";
            display: table
        }

footer {
    background-color: #fff;
    margin-top: 48px;
    margin-bottom: 48px
}

    footer .accordion .accordion-header {
        border-top: none;
        background-color: #dfe0e1
    }

        footer .accordion .accordion-header::after {
            content: "\f106"
        }

        footer .accordion .accordion-header.collapsed::after {
            content: "\f107"
        }

    footer .copyright-section {
        background-color: #4d4e53;
        height: auto;
        font-size: 14px
    }

        footer .copyright-section p.copyright {
            color: #fff;
            margin-left: 16px
        }

        footer .copyright-section ul.list-inline {
            padding: 12px 12px 0
        }

            footer .copyright-section ul.list-inline li {
                color: #fff;
                border-right: 1px solid #fff;
                padding: 0 12px;
                margin: 8px 0
            }

                footer .copyright-section ul.list-inline li:last-child {
                    border-right: none
                }

                footer .copyright-section ul.list-inline li:first-shild {
                    margin-left: 12px
                }

                footer .copyright-section ul.list-inline li a {
                    color: #fff
                }

.footerLinks ul li {
    cursor: pointer
}

    .footerLinks ul li i + a:after {
        content: ""
    }

    .footerLinks ul li a {
        color: #4d4e53;
        font-size: 14px;
        display: inline-block;
        padding-bottom: .3em
    }

        .footerLinks ul li a::after {
            font-family: fontawesome;
            padding-left: 8px;
            content: "\f105"
        }

        .footerLinks ul li a:hover, .footerLinks ul li a:hover::after {
            color: #7e8088
        }

header .header-container {
    margin-top: 12px;
    margin-bottom: 12px
}

    header .header-container:after, header .header-container:before {
        content: " ";
        display: table
    }

    header .header-container .logo {
        float: left;
        width: 40px;
        height: 40px;
        margin-right: 5px
    }

    header .header-container .title {
        float: left;
        margin-top: 8px;
        margin-left: 8px
    }

        header .header-container .title span {
            display: block;
            font-size: 12px;
            line-height: 1.2em
        }

            header .header-container .title span.section {
                font-weight: 700
            }

    header .header-container .mobile-menu-container {
        float: right;
        margin-top: 8px;
        text-align: right
    }

        header .header-container .mobile-menu-container a {
            font-size: 21px;
            line-height: 1em;
            margin-left: 1em;
            color: #919296
        }

header .side-nav-container {
    display: block;
    position: fixed;
    z-index: 4;
    top: 0;
    bottom: 0;
    right: 0;
    width: 300px;
    padding: 0;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-delay: .1s;
    transition-duration: .2s;
    transform: translateZ(0);
    transform: translateX(300px);
    transform-style: preserve-3d;
    color: #4d4e53;
    border-top: 1px solid rgba(255,255,255,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    background: #d8d7d5
}

    header .side-nav-container.open {
        visibility: visible;
        transform: translateX(0)
    }

    header .side-nav-container .top-links {
        position: relative
    }

        header .side-nav-container .top-links .hamburger {
            position: absolute;
            right: 15px;
            top: 15px;
            color: #919296
        }

        header .side-nav-container .top-links ul.icon-links {
            width: 100%;
            display: table;
            table-layout: fixed;
            padding: 15px 45px 15px 0;
            margin: 0;
            border-bottom: 1px solid #919296
        }

            header .side-nav-container .top-links ul.icon-links li {
                display: table-cell;
                width: auto;
                text-align: center
            }

                header .side-nav-container .top-links ul.icon-links li a {
                    color: #4d4e53
                }

    header .side-nav-container .main-nav a {
        color: #4d4e53;
        display: block;
        position: relative;
        padding: 15px;
        border-bottom: 1px solid #919296
    }

        header .side-nav-container .main-nav a::after {
            font-family: fontawesome;
            display: inline-block;
            content: "\f105";
            font-size: 14px
        }

    header .side-nav-container .main-nav p {
        font-size: 10px;
        color: #919296;
        margin: 0;
        position: relative
    }

    header .side-nav-container .main-nav .first-level {
        text-transform: uppercase;
        font-size: 12px
    }

        header .side-nav-container .main-nav .first-level::after {
            content: "\f107";
            color: #1251b5;
            position: absolute;
            right: 15px
        }

    header .side-nav-container .main-nav .second-level {
        text-transform: none;
        font-size: 14px;
        background-color: #fdfdfd;
        border-bottom: 1px solid #dfe0e1
    }

        header .side-nav-container .main-nav .second-level::after {
            content: "\f107";
            color: #1251b5;
            margin-left: 7.5px
        }

    header .side-nav-container .main-nav .third-level-item {
        padding: 7.5px 15px;
        background-color: #fff
    }

        header .side-nav-container .main-nav .third-level-item:first-child {
            padding-top: 0
        }

        header .side-nav-container .main-nav .third-level-item:last-child {
            padding-bottom: 15px
        }

    header .side-nav-container .main-nav .third-level {
        text-transform: none;
        font-size: 12px;
        background-color: #fff;
        border-bottom: none;
        padding: 0
    }

        header .side-nav-container .main-nav .third-level::after {
            content: "\f105";
            color: #1251b5;
            margin-left: 7.5px
        }

    header .side-nav-container .main-nav .open .first-level::after, header .side-nav-container .main-nav .open .open .second-level::after {
        content: "\f106"
    }

    header .side-nav-container .main-nav .third-level + p {
        margin-top: -6px;
        left: 2px
    }

    header .side-nav-container .main-nav .open .first-level {
        background-color: #fdfdfd;
        border-bottom: 1px solid #dfe0e1
    }

    header .side-nav-container .main-nav .open .open .second-level {
        background-color: #fff;
        border-bottom: none
    }

    header .side-nav-container .main-nav .no-children::after {
        content: "\f105"
    }

    header .side-nav-container .dealer-links {
        padding: 45px 15px 15px
    }

        header .side-nav-container .dealer-links .side-nav-accordion {
            background-color: #fff
        }

        header .side-nav-container .dealer-links a {
            padding: 10px 7.5px;
            font-size: 12px;
            color: #4d4e53;
            display: block
        }

        header .side-nav-container .dealer-links .dealer-links-header {
            position: relative
        }

            header .side-nav-container .dealer-links .dealer-links-header::after {
                font-family: fontawesome;
                display: inline-block;
                content: "\f107";
                font-size: 14px;
                position: absolute;
                right: 15px
            }

        header .side-nav-container .dealer-links ul {
            margin-bottom: 0
        }

            header .side-nav-container .dealer-links ul li {
                border-top: 1px solid #dfe0e1
            }

        header .side-nav-container .dealer-links .open .dealer-links-header::after {
            content: "\f106"
        }

    header .side-nav-container ul.dealer-icon-links {
        width: 100%;
        display: table;
        table-layout: fixed;
        padding: 0 15px 7.5px;
        margin: 0;
        border-bottom: 1px solid #919296
    }

        header .side-nav-container ul.dealer-icon-links li {
            display: table-cell;
            width: auto;
            text-align: center
        }

        header .side-nav-container ul.dealer-icon-links a {
            font-size: 14px
        }

            header .side-nav-container ul.dealer-icon-links a i {
                display: inline-block;
                margin-right: 5px
            }

header .sub-navigation-mobile {
    background-color: #4d4e53;
    position: relative;
    width: 100%
}

    header .sub-navigation-mobile .back-button {
        background-color: #919296;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 15px;
        color: #FFF;
        font-size: 28px;
        height: 44px
    }

    header .sub-navigation-mobile .product-logo {
        background-color: #1c1c1e;
        position: absolute;
        right: 0;
        top: 0;
        color: #FFF;
        padding: 10px 15px;
        font-size: 10px;
        height: 44px
    }

    header .sub-navigation-mobile .active-link {
        display: block;
        padding: 10px 15px;
        text-align: center;
        color: #FFF;
        height: 44px
    }

        header .sub-navigation-mobile .active-link::after {
            position: absolute;
            display: block;
            width: 100%;
            text-align: center;
            content: "\f0c9";
            font-family: fontawesome;
            font-size: 10px;
            color: #FFF;
            bottom: 1px;
            left: 0;
            right: 0
        }

    header .sub-navigation-mobile ul {
        background-color: #919296;
        margin-bottom: 15px
    }

        header .sub-navigation-mobile ul a {
            color: #FFF;
            display: block;
            text-align: center;
            padding: 10px;
            border-top: 1px solid #FFF
        }

html.side-nav-visible .ovelay-mask {
    opacity: 1;
    visibility: visible;
    transition-delay: 0
}

.headerNotification > div {
    padding-top: 32px;
    padding-bottom: 32px
}

.headerNotification h1 i {
    font-size: 22px;
    position: relative;
    top: -2px;
    margin-right: 8px
}

    .headerNotification h1 i.fa-check {
        color: #49962c;
        display: inline-block
    }

    .headerNotification h1 i.fa-warning {
        color: #f7d400;
        display: inline-block
    }

.headerNotification p {
    margin-bottom: 16px;
    font-size: 14px
}

.headerNotification .custom-checkbox {
    font-size: 14px
}

    .headerNotification .custom-checkbox + div {
        text-align: center
    }

.headerNotification .close {
    position: absolute;
    top: -8px;
    right: 40px;
    font-size: 18px;
    color: #919296
}

.heroImage {
    margin-bottom: 48px;
    position: relative
}

    .heroImage > div {
        padding-top: 75%
    }

    .heroImage p {
        display: none
    }

    .heroImage h1 {
        margin-bottom: 8px
    }

    .heroImage .hero-image-light h1, .heroImage .hero-image-light p {
        color: #fff
    }

    .heroImage .hero-image-dark h1, .heroImage .hero-image-dark p {
        color: #4d4e53
    }

    .heroImage .wrapper {
        margin-left: -15px;
        margin-right: -15px;
        position: absolute;
        bottom: 0
    }

    .heroImage .padding-container {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .heroImage .content-container {
        padding: 48px 32px 16px
    }

    .heroImage .image-container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

        .heroImage .image-container:after {
            display: block;
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            background-repeat: repeat-x;
            background-image: -webkit-linear-gradient(-180deg,rgba(0,0,0,0),rgba(0,0,0,.2));
            background-image: -o-linear-gradient(-180deg,rgba(0,0,0,0),rgba(0,0,0,.2));
            background-image: linear-gradient(-180deg,rgba(0,0,0,0),rgba(0,0,0,.2))
        }

    .heroImage img {
        display: block;
        position: absolute;
        right: -20%;
        height: 100%
    }

    .heroImage .cta {
        color: #fff;
        font-weight: 700;
        background-color: transparent;
        border: none;
        padding: 0
    }

    .heroImage .cta-video {
        color: #fff
    }

        .heroImage .cta-video i {
            position: relative;
            top: .25em;
            font-size: 3em;
            line-height: 16px;
            margin-right: 7.5px
        }

.imageText .imageText-fullsize .image-container, .imageText .imageText-fullsize .wrapper, .imageText .imageText-fullsize-outsideText .image-container, .imageText .imageText-fullsize-outsideText .wrapper {
    margin-left: -15px;
    margin-right: -15px
}

.heroImage .cta-video:hover {
    color: #b3b3b3
}

.heroImage .hero-image-dark .image-container {
    background-color: #000
}

    .heroImage .hero-image-dark .image-container:after {
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(-180deg,rgba(255,255,255,0),rgba(255,255,255,.4));
        background-image: -o-linear-gradient(-180deg,rgba(255,255,255,0),rgba(255,255,255,.4));
        background-image: linear-gradient(-180deg,rgba(255,255,255,0),rgba(255,255,255,.4))
    }

.heroImage .hero-image-dark .cta {
    color: #4d4e53
}

.heroImage .hero-image-right img {
    left: -20%;
    right: auto
}

@media (min-width:768px) {
    .heroImage .padding-container {
        float: left;
        width: 50%
    }

    .heroImage .hero-image-right .padding-container {
        margin-left: 50%
    }
}

.carousel .heroImage {
    margin-bottom: 0
}

.imageGrid {
    margin-top: 48px;
    margin-bottom: 48px
}

    .imageGrid h1.imageGrid-title {
        font-family: 'VolvoNovum','Noto Sans';
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
        text-transform: uppercase;
        text-align: center
    }

    .imageGrid p.imageGrid-description {
        text-align: center;
        margin-top: -24px
    }

    .imageGrid .grid-container {
        position: relative;
        display: block;
        width: 100%
    }

        .imageGrid .grid-container .title {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0,0,0,.6);
            color: #FFF;
            text-align: center;
            padding: .8em;
            margin-bottom: 0;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 1.1em
        }

.imageText .imageText-fullsize, .imageText .imageText-fullsize .cta-video, .imageText .imageText-fullsize-outsideText, .imageText .imageText-fullsize-outsideText .cta-video {
    color: #4d4e53
}

.imageGrid .grid-container .title::after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 8px
}

.itemCarousel .itemCarousel-itemCarousel1:after, .itemCarousel .itemCarousel-itemCarousel1:before, .itemCarousel:after, .itemCarousel:before {
    display: table;
    content: " "
}

.imageGrid .imageGrid-4 .grid-container .title {
    font-size: 12px
}

.imageGrid .imageGrid-3-special .panel .description {
    text-align: center;
    font-size: 14px;
    margin-top: 15px
}

@media (max-width:767px) {
    .imageGrid .grid-wrapper {
        width: 50%;
        float: left;
        padding: 0
    }
}

.imageText {
    margin-top: 48px;
    margin-bottom: 48px
}

    .imageText:after, .imageText:before {
        content: " ";
        display: table
    }

    .imageText .imageText-fullsize h1, .imageText .imageText-fullsize p, .imageText .imageText-fullsize-outsideText h1, .imageText .imageText-fullsize-outsideText p {
        margin-bottom: 16px
    }

    .imageText .imageText-fullsize .content-container, .imageText .imageText-fullsize-outsideText .content-container {
        text-align: center;
        background-color: #ebebeb;
        padding: 16px 30px 24px
    }

    .imageText .imageText-fullsize .cta, .imageText .imageText-fullsize-outsideText .cta {
        color: #4d4e53;
        font-weight: 700;
        background-color: transparent
    }

    .imageText .imageText-fullsize .cta-video i, .imageText .imageText-fullsize-outsideText .cta-video i {
        position: relative;
        top: .25em;
        font-size: 3em;
        line-height: 16px;
        margin-right: 7.5px
    }

    .imageText .imageText-fullsize .cta-video:hover, .imageText .imageText-fullsize-outsideText .cta-video:hover {
        color: #030304
    }

    .imageText .imageText-fullsize-outsideText.imageText-dark .image-container, .imageText .imageText-fullsize.imageText-dark .image-container {
        background-color: #000
    }

        .imageText .imageText-fullsize-outsideText.imageText-dark .image-container:after, .imageText .imageText-fullsize.imageText-dark .image-container:after {
            background-repeat: repeat-x;
            background-image: -webkit-linear-gradient(-180deg,rgba(255,255,255,0),rgba(255,255,255,.4));
            background-image: -o-linear-gradient(-180deg,rgba(255,255,255,0),rgba(255,255,255,.4));
            background-image: linear-gradient(-180deg,rgba(255,255,255,0),rgba(255,255,255,.4))
        }

    .imageText .imageText-fullsize-dealerFinder, .imageText .imageText-fullsize-outsideText.imageText-dark .cta, .imageText .imageText-fullsize.imageText-dark .cta {
        color: #4d4e53
    }

        .imageText .imageText-fullsize-dealerFinder h1 {
            margin-bottom: 8px;
            font-size: 32px
        }

        .imageText .imageText-fullsize-dealerFinder p {
            margin-bottom: 12px
        }

        .imageText .imageText-fullsize-dealerFinder .wrapper {
            margin-left: -15px;
            margin-right: -15px
        }

        .imageText .imageText-fullsize-dealerFinder .content-container {
            text-align: center;
            background-color: #ebebeb;
            padding: 16px 30px 24px
        }

        .imageText .imageText-fullsize-dealerFinder .image-container {
            display: none
        }

        .imageText .imageText-fullsize-dealerFinder .cta {
            display: inline-block;
            margin-bottom: 0;
            font-weight: 700;
            text-align: center;
            vertical-align: middle;
            touch-action: manipulation;
            cursor: pointer;
            background-image: none;
            border: 2px solid transparent;
            white-space: nowrap;
            padding: 12px 32px;
            font-size: 16px;
            line-height: 1.5;
            border-radius: 0;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            color: #fff;
            background-color: #1251b5;
            border-color: #1251b5
        }

    .imageText .imageText-grid .cta-video, .imageTextGrid .imageTextGrid-4 .imageText-grid .image-container {
        display: none
    }

    .imageText .imageText-fullsize-dealerFinder .cta.active.focus, .imageText .imageText-fullsize-dealerFinder .cta.active:focus, .imageText .imageText-fullsize-dealerFinder .cta.focus, .imageText .imageText-fullsize-dealerFinder .cta:active.focus, .imageText .imageText-fullsize-dealerFinder .cta:active:focus, .imageText .imageText-fullsize-dealerFinder .cta:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

    .imageText .imageText-fullsize-dealerFinder .cta.focus, .imageText .imageText-fullsize-dealerFinder .cta:focus, .imageText .imageText-fullsize-dealerFinder .cta:hover {
        text-decoration: none
    }

    .imageText .imageText-fullsize-dealerFinder .cta.active, .imageText .imageText-fullsize-dealerFinder .cta:active {
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .imageText .imageText-fullsize-dealerFinder .cta.disabled, .imageText .imageText-fullsize-dealerFinder .cta[disabled], fieldset[disabled] .imageText .imageText-fullsize-dealerFinder .cta {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .imageText .imageText-fullsize-dealerFinder .cta.active, .imageText .imageText-fullsize-dealerFinder .cta.focus, .imageText .imageText-fullsize-dealerFinder .cta:active, .imageText .imageText-fullsize-dealerFinder .cta:focus, .imageText .imageText-fullsize-dealerFinder .cta:hover, .open > .dropdown-toggle.imageText .imageText-fullsize-dealerFinder .cta {
        color: #fff;
        background-color: #0d3c87;
        border-color: #0c387d
    }

    .imageText .imageText-fullsize-dealerFinder .cta.active, .imageText .imageText-fullsize-dealerFinder .cta:active, .open > .dropdown-toggle.imageText .imageText-fullsize-dealerFinder .cta {
        background-image: none
    }

    .imageText .imageText-fullsize-dealerFinder .cta.disabled, .imageText .imageText-fullsize-dealerFinder .cta.disabled.active, .imageText .imageText-fullsize-dealerFinder .cta.disabled.focus, .imageText .imageText-fullsize-dealerFinder .cta.disabled:active, .imageText .imageText-fullsize-dealerFinder .cta.disabled:focus, .imageText .imageText-fullsize-dealerFinder .cta.disabled:hover, .imageText .imageText-fullsize-dealerFinder .cta[disabled], .imageText .imageText-fullsize-dealerFinder .cta[disabled].active, .imageText .imageText-fullsize-dealerFinder .cta[disabled].focus, .imageText .imageText-fullsize-dealerFinder .cta[disabled]:active, .imageText .imageText-fullsize-dealerFinder .cta[disabled]:focus, .imageText .imageText-fullsize-dealerFinder .cta[disabled]:hover, fieldset[disabled] .imageText .imageText-fullsize-dealerFinder .cta, fieldset[disabled] .imageText .imageText-fullsize-dealerFinder .cta.active, fieldset[disabled] .imageText .imageText-fullsize-dealerFinder .cta.focus, fieldset[disabled] .imageText .imageText-fullsize-dealerFinder .cta:active, fieldset[disabled] .imageText .imageText-fullsize-dealerFinder .cta:focus, fieldset[disabled] .imageText .imageText-fullsize-dealerFinder .cta:hover {
        background-color: #1251b5;
        border-color: #1251b5
    }

    .imageText .imageText-fullsize-dealerFinder .cta .badge {
        color: #1251b5;
        background-color: #fff
    }

    .imageText .imageText-grid {
        margin: 24px -15px;
        padding: 15px 30px;
        background-color: #ebebeb
    }

        .imageText .imageText-grid h1 {
            font-size: 32px;
            line-height: 28px;
            margin-bottom: 8px;
            margin-top: 24px
        }

        .imageText .imageText-grid p {
            margin-bottom: 8px
        }

        .imageText .imageText-grid .cta {
            color: #1251b5;
            font-weight: 400;
            background-color: transparent;
            border: none;
            padding: 0
        }

            .imageText .imageText-grid .cta:focus, .imageText .imageText-grid .cta:hover {
                color: #0b326f
            }

.imageTextGrid .imageTextGrid-4 .imageTextGrid-title {
    margin-bottom: 16px
}

.imageTextGrid .imageTextGrid-4 .imageText-grid {
    margin: 0 0 2px;
    padding: 5px 10px;
    background-color: transparent
}

.imageTextGrid .imageTextGrid-4 .cta {
    color: #1251b5
}

.imageTextGrid h1.imageTextGrid-title {
    font-family: 'VolvoNovum','Noto Sans';
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
    text-transform: uppercase;
    text-align: center
}

.imageTextGrid p.imageTextGrid-description {
    text-align: center;
    margin-top: -24px
}

.itemCarousel {
    margin-top: 48px;
    margin-bottom: 48px
}

    .itemCarousel h1 {
        text-align: center;
        font-size: 48px;
        line-height: 28px;
        margin-bottom: 24px;
        margin-top: 40px
    }

        .itemCarousel h1 span {
            font-size: 32px
        }

    .itemCarousel h5 {
        font-weight: 700
    }

    .itemCarousel p {
        margin-bottom: 8px
    }

    .itemCarousel .image-container img {
        margin: 0 auto;
        min-height: 290px
    }

.mediaGallery .grid-wrapper, .mediaGallery .title-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

.itemCarousel .cta {
    color: #1251b5;
    font-weight: 400;
    background-color: transparent;
    border: none;
    padding: 0
}

.mediaGallery {
    margin-top: 48px;
    margin-bottom: 48px;
    position: relative
}

    .mediaGallery .title-wrapper h1 {
        font-family: 'VolvoNovum','Noto Sans';
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .mediaGallery .title-wrapper p {
        margin-top: -24px;
        text-align: center;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

@media (min-width:768px) {
    .mediaGallery .title-wrapper h1 {
        float: left;
        width: 83.33333333%;
        left: 8.33333333%
    }

    .mediaGallery .title-wrapper p {
        float: left;
        width: 83.33333333%;
        left: 8.33333333%
    }
}

.mediaGallery .grid {
    position: relative;
    padding: 0;
    list-style: none
}

    .mediaGallery .grid li {
        display: inline-block;
        position: static;
        width: 50%;
        margin: 7.5px -.25em 7.5px 0;
        padding-right: 7.5px;
        padding-left: 7.5px;
        vertical-align: top
    }

        .mediaGallery .grid li > a, .mediaGallery .grid li > a img {
            display: block;
            position: relative;
            border: none;
            outline: 0
        }

            .mediaGallery .grid li > a::before {
                transition: box-shadow 500ms;
                box-shadow: 0;
                display: block;
                position: absolute;
                top: -5px;
                right: -5px;
                bottom: -5px;
                left: -5px;
                background-color: #FFF;
                content: ""
            }

            .mediaGallery .grid li.expanded > a::before, .mediaGallery .grid li > a:hover::before {
                -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.5);
                box-shadow: 0 3px 15px rgba(0,0,0,.5)
            }

        .mediaGallery .grid li.expanded > a::after {
            position: absolute;
            top: auto;
            left: 50%;
            width: 0;
            height: 0;
            margin: 0 0 0 -12px;
            content: " ";
            pointer-events: none;
            border: solid transparent;
            border-width: 12px;
            border-top-color: #FFF
        }

.mediaGallery .expander {
    overflow: hidden;
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 0;
    margin-top: 10px;
    font-size: 14px
}

    .mediaGallery .expander .details h5 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 0;
        margin-top: 8px
    }

    .mediaGallery .expander .details a::after {
        content: "\f105";
        font-family: fontawesome;
        padding-left: 8px
    }

    .mediaGallery .expander .details p {
        margin-bottom: 8px
    }

    .mediaGallery .expander .fullimg {
        position: relative;
        display: block
    }

        .mediaGallery .expander .fullimg::after {
            content: "\f065";
            display: block;
            position: absolute;
            top: 0;
            right: 15px;
            padding: 10px 15px;
            background-color: rgba(216,215,213,.9);
            color: #FFF;
            font-family: fontawesome
        }

        .mediaGallery .expander .fullimg img {
            cursor: pointer
        }

        .mediaGallery .expander .fullimg a {
            text-align: left;
            display: block;
            margin-top: 8px
        }

            .mediaGallery .expander .fullimg a::before {
                content: "\f019";
                font-family: fontawesome;
                padding-right: 8px
            }

.mediaGallery .expander-inner {
    padding-top: 15px;
    padding-bottom: 15px
}

.mediaGallery .close {
    display: none;
    position: absolute;
    top: 30px;
    right: 30px;
    font: normal normal normal 14px/1 fontawesome;
    font-size: inherit;
    cursor: pointer;
    transform: translate(0,0);
    color: #4d4e53;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

    .mediaGallery .close::before {
        content: "\f00d"
    }

.product .product-title::after, .productGrid .cta::after, .productGrid .productGrid-title::after, .searchResults .search-item a::after {
    content: "\f105"
}

.mediaGallery .fullimg {
    text-align: center
}

    .mediaGallery .fullimg img {
        display: inline-block;
        position: relative;
        max-width: 100%;
        max-height: 100%
    }

.modal, .product p {
    display: none
}

.mediaGallery .fa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    margin: -25px 0 0 -25px;
    color: #bfbebb
}

@keyframes input-shadow {
    0% {
        box-shadow: none
    }

    100% {
        -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.5);
        box-shadow: 0 3px 15px rgba(0,0,0,.5)
    }
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

.quick-navigation, .quick-navigation.expanded {
    -webkit-transition: transform 200ms ease-in;
    transition: transform 200ms ease-in
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto
}

.modal-content {
    position: relative;
    background-color: transparent;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: none;
    background-clip: padding-box;
    outline: 0;
    margin-top: 100px
}

    .modal-content button.btn-close {
        position: absolute;
        right: 8px;
        margin-top: -40px;
        background: 0 0;
        border: none;
        outline: 0;
        font-size: 18px;
        color: #919296
    }

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .88;
        filter: alpha(opacity=88)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.5px
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 0
}

.modal-footer {
    padding: 0;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.productGrid .cta::after, .productGrid .productGrid-title::after {
    font-family: fontawesome;
    padding-left: 8px
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 930px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 726px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 1170px
    }
}

.product {
    text-align: center
}

    .product .product-title {
        font-weight: 700;
        color: #1251b5
    }

        .product .product-title:hover {
            color: #0d3c87
        }

        .product .product-title::after {
            font-family: fontawesome;
            padding-left: 8px
        }

    .product .image-container img {
        margin-left: auto;
        margin-right: auto
    }

.productGrid {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px
}

    .productGrid h1 {
        font-family: 'VolvoNovum','Noto Sans';
        font-size: 24px;
        text-transform: uppercase
    }

    .productGrid .productGrid-title {
        font-weight: 700;
        color: #1251b5
    }

        .productGrid .productGrid-title:hover {
            color: #0d3c87
        }

    .productGrid .cta {
        margin-top: 32px
    }

    .productGrid .slick-dots {
        margin-bottom: 8px
    }

.quick-navigation {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 600px;
    background: 0 0;
    -webkit-transform: translate3d(0,575px,0);
    transform: translate3d(0,575px,0);
    -o-transition: transform 200ms ease-in
}

    .quick-navigation.expanded {
        overflow-x: hidden;
        overflow-y: auto;
        bottom: 0 !important;
        border-top: 3px solid #000;
        background: #000;
        -o-transition: transform 200ms ease-in;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .quick-navigation.expanded .nav-expander, .quick-navigation.expanded .nav-expander .lnk-expand {
            color: #fff
        }

    .quick-navigation .nav-expander {
        height: 25px;
        padding: 3px;
        cursor: pointer;
        color: rgba(0,0,0,.2)
    }

        .quick-navigation .nav-expander .lnk-expand {
            font-style: italic;
            color: rgba(0,0,0,.2)
        }

            .quick-navigation .nav-expander .lnk-expand:hover {
                text-decoration: none
            }

            .quick-navigation .nav-expander .lnk-expand .arr {
                display: block;
                float: left;
                font-weight: 700;
                width: 10px;
                height: 20px;
                margin-right: 10px
            }

        .quick-navigation .nav-expander .ver {
            float: right
        }

            .quick-navigation .nav-expander .ver pre {
                margin: 0
            }

    .quick-navigation .nav-content {
        padding: 10px 25px;
        background: #fff;
        margin-left: -15px;
        margin-right: -15px
    }

        .quick-navigation .nav-content .lst-wrp {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px
        }

@media (min-width:768px) {
    .quick-navigation .nav-content .lst-wrp {
        float: left;
        width: 50%
    }
}

.quick-navigation .nav-content .lst-wrp ul {
    list-style: none
}

    .quick-navigation .nav-content .lst-wrp ul li {
        padding: 0
    }

.searchResults {
    margin-top: 48px;
    margin-bottom: 48px
}

    .searchResults h1.searchResults-title {
        font-family: 'VolvoNovum','Noto Sans';
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
        text-transform: uppercase;
        text-align: center
    }

    .searchResults p.searchResults-description {
        text-align: center;
        margin-top: -24px
    }

    .searchResults .search-item {
        padding-top: 30px;
        border-top: 1px solid #f1f0ef
    }

        .searchResults .search-item a {
            font-weight: 700;
            display: block
        }

            .searchResults .search-item a::after {
                font-weight: 400;
                font-family: fontawesome;
                padding-left: 8px;
                font-size: 14px
            }

        .searchResults .search-item p {
            margin-bottom: 0;
            font-size: 14px
        }

    .searchResults .form-inline:after, .searchResults .form-inline:before {
        content: " ";
        display: table
    }

.tabNavigation .nav > li, .tabNavigation .nav > li > a {
    position: relative;
    display: block
}

.searchResults .search-form {
    position: relative
}

    .searchResults .search-form .search-box-container {
        margin-right: 90px;
        left: 0
    }

    .searchResults .search-form input {
        width: 100%;
        padding: 15px;
        color: #4d4e53;
        border: none;
        border-radius: 0;
        background-color: #f1f0ef;
        box-shadow: none
    }

    .searchResults .search-form .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        margin-left: 8px;
        padding: 15px 30px;
        color: #fff;
        border: none;
        border-radius: 0;
        background-color: #1251b5;
        box-shadow: none
    }

.tabNavigation .nav-justified > .dropdown .dropdown-menu, .tabNavigation .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto
}

.searchResults .pagination {
    position: relative;
    font-size: 14px;
    padding-top: 24px
}

    .searchResults .pagination.bottom {
        border-top: 1px solid #f1f0ef;
        border-bottom: 1px solid #f1f0ef
    }

    .searchResults .pagination .page-count {
        text-align: center
    }

    .searchResults .pagination .next, .searchResults .pagination .prev {
        color: #4d4e53
    }

        .searchResults .pagination .next.disabled, .searchResults .pagination .prev.disabled {
            color: #d8d7d5
        }

    .searchResults .pagination .prev {
        position: absolute;
        left: 0
    }

    .searchResults .pagination .next {
        position: absolute;
        right: 0
    }

.tabNavigation {
    margin-top: 48px;
    margin-bottom: 48px
}

    .tabNavigation .nav {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none
    }

        .tabNavigation .nav > li > a {
            padding: 10px 15px
        }

            .tabNavigation .nav > li > a:focus, .tabNavigation .nav > li > a:hover {
                text-decoration: none;
                background-color: #d8d7d5
            }

        .tabNavigation .nav > li.disabled > a {
            color: #bfbebb
        }

            .tabNavigation .nav > li.disabled > a:focus, .tabNavigation .nav > li.disabled > a:hover {
                color: #bfbebb;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

        .tabNavigation .nav .open > a, .tabNavigation .nav .open > a:focus, .tabNavigation .nav .open > a:hover {
            background-color: #d8d7d5;
            border-color: #1251b5
        }

        .tabNavigation .nav .nav-divider {
            height: 1px;
            margin: 11px 0;
            overflow: hidden;
            background-color: #e5e5e5
        }

        .tabNavigation .nav > li > a > img {
            max-width: none
        }

    .tabNavigation .nav-tabs {
        border-bottom: 1px solid #ddd
    }

        .tabNavigation .nav-tabs > li {
            float: left;
            margin-bottom: -1px
        }

            .tabNavigation .nav-tabs > li > a {
                margin-right: 2px;
                line-height: 1.5;
                border: 1px solid transparent;
                border-radius: 3px 3px 0 0
            }

        .tabNavigation .nav-tabs-justified > .active > a, .tabNavigation .nav-tabs-justified > .active > a:focus, .tabNavigation .nav-tabs-justified > .active > a:hover, .tabNavigation .nav-tabs.nav-justified > .active > a, .tabNavigation .nav-tabs.nav-justified > .active > a:focus, .tabNavigation .nav-tabs.nav-justified > .active > a:hover, .table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
            border: 1px solid #ddd
        }

        .tabNavigation .nav-tabs > li > a:hover {
            border-color: #d8d7d5 #d8d7d5 #ddd
        }

        .tabNavigation .nav-tabs > li.active > a, .tabNavigation .nav-tabs > li.active > a:focus, .tabNavigation .nav-tabs > li.active > a:hover {
            color: #919296;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

        .tabNavigation .nav-tabs.nav-justified {
            width: 100%;
            border-bottom: 0
        }

            .tabNavigation .nav-tabs.nav-justified > li {
                float: none
            }

                .tabNavigation .nav-tabs.nav-justified > li > a {
                    text-align: center;
                    margin-bottom: 5px;
                    margin-right: 0;
                    border-radius: 3px
                }

@media (min-width:768px) {
    .tabNavigation .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .tabNavigation .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
            border-bottom: 1px solid #ddd;
            border-radius: 3px 3px 0 0
        }

    .tabNavigation .nav-tabs.nav-justified > .active > a, .tabNavigation .nav-tabs.nav-justified > .active > a:focus, .tabNavigation .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tabNavigation .nav-pills > li {
    float: left
}

    .tabNavigation .nav-pills > li > a {
        height: 3.1em;
        line-height: 1.1em;
        font-size: 14px;
        border-radius: 0;
        border-top: 3px solid transparent;
        margin-right: 1px
    }

    .tabNavigation .nav-pills > li + li {
        margin-left: 2px
    }

    .tabNavigation .nav-pills > li.active:hover > a, .tabNavigation .nav-pills > li.active > a, .tabNavigation .nav-pills > li:focus > a, .tabNavigation .nav-pills > li:hover > a {
        color: #4d4e53;
        background-color: #badce6;
        border-top: 3px solid #1251b5
    }

    .tabNavigation .nav-pills > li:hover > a {
        border-top: 3px solid transparent
    }

.tabNavigation .nav-stacked > li {
    float: none
}

    .tabNavigation .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.tabNavigation .nav-justified {
    width: 100%
}

    .tabNavigation .nav-justified > li {
        float: none
    }

        .tabNavigation .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

.tabNavigation .nav-tabs-justified {
    border-bottom: 0
}

    .tabNavigation .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 3px
    }

@media (min-width:768px) {
    .tabNavigation .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .tabNavigation .nav-justified > li > a {
            margin-bottom: 0
        }

    .tabNavigation .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0
    }

    .tabNavigation .nav-tabs-justified > .active > a, .tabNavigation .nav-tabs-justified > .active > a:focus, .tabNavigation .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tabNavigation .tab-content > .tab-pane {
    overflow-y: hidden;
    height: 0;
    visibility: hidden
}

.tabNavigation .tab-content > .active {
    overflow-y: auto;
    overflow: visible;
    height: auto;
    visibility: visible
}

.tabNavigation .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.tabbedModule1 .title-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

    .tabbedModule1 .title-wrapper h1 {
        font-family: 'VolvoNovum','Noto Sans';
        font-size: 17.6px;
        line-height: 32px;
        margin-bottom: 16px;
        text-transform: uppercase;
        text-align: center
    }

.tabbedModule1 .panel .imageTextGrid {
    margin-top: 0;
    margin-bottom: 0
}

    .tabbedModule1 .panel .imageTextGrid .imageText-grid {
        background-color: transparent;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0
    }

    .tabbedModule1 .panel .imageTextGrid .image-container {
        margin-left: -30px;
        margin-right: -30px
    }

.tabbedModule2 .title-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

    .tabbedModule2 .title-wrapper h1 {
        font-family: 'VolvoNovum','Noto Sans';
        font-size: 17.6px;
        line-height: 32px;
        margin-bottom: 16px;
        text-transform: uppercase;
        text-align: center
    }

.tabbedModule2 .panel .imageTextGrid {
    margin-top: 0;
    margin-bottom: 0
}

    .tabbedModule2 .panel .imageTextGrid .imageText-grid {
        background-color: transparent;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0
    }

    .tabbedModule2 .panel .imageTextGrid .image-container {
        margin-left: -30px;
        margin-right: -30px
    }

.tabbedModule2 .carousel img {
    margin-left: auto;
    margin-right: auto
}

.tabbedModule2 .carousel .description {
    margin-left: -15px;
    margin-right: -15px;
    color: #4d4e53;
    padding: 15px 60px
}

    .tabbedModule2 .carousel .description p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.2em;
        text-align: center
    }

caption, th {
    text-align: left
}

table {
    background-color: transparent
}

caption {
    padding-top: 16px 16px;
    padding-bottom: 16px 16px;
    color: #bfbebb
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 16px;
        line-height: 1.5;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

    .table .text-center img {
        margin-left: auto;
        margin-right: auto
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #badce6
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f1f0ef
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e4e4e2
}

.table > tbody > tr.header > td, .table > tbody > tr.header > th, .table > tbody > tr > td.header, .table > tbody > tr > th.header, .table > tfoot > tr.header > td, .table > tfoot > tr.header > th, .table > tfoot > tr > td.header, .table > tfoot > tr > th.header, .table > thead > tr.header > td, .table > thead > tr.header > th, .table > thead > tr > td.header, .table > thead > tr > th.header {
    background-color: #badce6
}

.table-hover > tbody > tr.header:hover > td, .table-hover > tbody > tr.header:hover > th, .table-hover > tbody > tr:hover > .header, .table-hover > tbody > tr > td.header:hover, .table-hover > tbody > tr > th.header:hover {
    background-color: #a7d3df
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

@media (min-width:768px) {
    .accordion .panel {
        margin-left: auto;
        margin-right: auto
    }

    .blockquote .blockquote-content, .blockquote h1 {
        font-size: 24px;
        line-height: 32px
    }

    .blockquote blockquote {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

        .blockquote blockquote::before {
            top: 20%;
            left: -60px;
            font-size: 32px
        }

        .blockquote blockquote::after {
            top: 20%;
            right: -60px;
            font-size: 32px
        }

    .blockquote h1 {
        margin-bottom: 32px
    }
}

@media (min-width:768px)and (min-width:768px) {
    .blockquote blockquote {
        left: 16.66666667%;
        float: left;
        width: 66.66666667%
    }
}

@media (min-width:768px) {
    .carousel .slick-next, .carousel .slick-prev {
        width: 50px
    }

    .carousel .slick-prev {
        left: -80px
    }

    .carousel [dir=rtl] .slick-prev {
        right: -80px;
        left: auto
    }

    .carousel .slick-next {
        right: -80px
    }

    .carousel [dir=rtl] .slick-next {
        right: auto;
        left: -80px
    }

    footer {
        background-color: #dfe0e1
    }

        footer .footer-column {
            padding-top: 40px;
            padding-bottom: 0
        }

            footer .footer-column h4 {
                font-size: 32px;
                line-height: 1.1em
            }

        footer .copyright-section {
            background-color: #000;
            height: 40px;
            padding-top: 9.6px;
            font-size: 14px
        }

            footer .copyright-section p.copyright {
                color: #fff;
                float: left;
                margin-bottom: 0
            }

            footer .copyright-section ul.list-inline {
                float: right;
                margin-bottom: 0;
                padding: 0
            }

                footer .copyright-section ul.list-inline li {
                    color: #fff;
                    border-right: 1px solid #fff;
                    margin: 0
                }

                    footer .copyright-section ul.list-inline li:last-child {
                        border-right: none
                    }

    .footerLinks ul li {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .footerLinks ul:first-child {
        margin-top: 16px
    }

    .headerNavigationList p.title::after, .headerNavigationList ul li a::after {
        font-family: fontawesome;
        padding-left: 8px;
        content: "\f105"
    }

    .headerNavigationList {
        margin-bottom: 16px
    }

        .headerNavigationList p {
            font-size: 11.9px;
            color: #919296;
            margin-bottom: 8px
        }

            .headerNavigationList p.title {
                line-height: 1.1em;
                font-size: 20px;
                color: #4d4e53
            }

                .headerNavigationList p.title::after {
                    color: #1251b5
                }

            .headerNavigationList p a {
                color: #4d4e53
            }

        .headerNavigationList ul li {
            padding-top: 8px;
            padding-bottom: 8px
        }

            .headerNavigationList ul li a {
                color: #4d4e53;
                font-size: 14px;
                cursor: pointer
            }

                .headerNavigationList ul li a::after {
                    color: #1251b5
                }

        .headerNavigationList ul:first-child {
            margin-top: 16px
        }

    .headerNotification {
        margin-left: 0
    }

        .headerNotification h1 {
            font-size: 32px;
            margin-bottom: 0
        }

            .headerNotification h1 i {
                margin-left: -32px
            }

        .headerNotification .close {
            top: 0;
            right: 0
        }

    .heroImage .image-container, .heroImage img {
        position: static
    }

    .heroImage .cta.focus, .heroImage .cta:focus, .heroImage .cta:hover, .heroImage .hero-image-dark .cta.focus, .heroImage .hero-image-dark .cta:focus, .heroImage .hero-image-dark .cta:hover {
        text-decoration: none
    }

    .heroImage > div {
        padding-top: 0
    }

    .heroImage .cta, .heroImage .hero-image-dark .cta {
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 16px;
        line-height: 1.5;
        border-radius: 0;
        -webkit-user-select: none;
        touch-action: manipulation;
        border: 2px solid transparent;
        font-weight: 700;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        margin-bottom: 0;
        padding: 12px 32px
    }

    .heroImage h1 {
        margin-bottom: 24px
    }

    .heroImage p {
        display: none
    }

    .heroImage .wrapper {
        top: 0;
        bottom: auto;
        width: 100%
    }

    .heroImage img {
        width: 100%;
        height: auto
    }

    .heroImage .image-container:after {
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(-30deg,rgba(0,0,0,0),rgba(0,0,0,.4));
        background-image: -o-linear-gradient(-30deg,rgba(0,0,0,0),rgba(0,0,0,.4));
        background-image: linear-gradient(-30deg,rgba(0,0,0,0),rgba(0,0,0,.4))
    }

    .heroImage .cta {
        cursor: pointer;
        background-image: none;
        white-space: nowrap;
        color: #4d4e53;
        background-color: #fff;
        border-color: #fff
    }

        .heroImage .cta.active.focus, .heroImage .cta.active:focus, .heroImage .cta.focus, .heroImage .cta:active.focus, .heroImage .cta:active:focus, .heroImage .cta:focus {
            outline: dotted thin;
            outline: -webkit-focus-ring-color auto;
            outline-offset: -2px
        }

        .heroImage .cta.active, .heroImage .cta:active {
            outline: 0;
            -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
        }

        .heroImage .cta.disabled, .heroImage .cta[disabled], fieldset[disabled] .heroImage .cta {
            cursor: not-allowed;
            pointer-events: none;
            opacity: .65;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .heroImage .cta.active, .heroImage .cta.focus, .heroImage .cta:active, .heroImage .cta:focus, .heroImage .cta:hover, .open > .dropdown-toggle.heroImage .cta {
            color: #4d4e53;
            background-color: #e6e6e6;
            border-color: #e0e0e0
        }

        .heroImage .cta.active, .heroImage .cta:active, .open > .dropdown-toggle.heroImage .cta {
            background-image: none
        }

        .heroImage .cta.disabled, .heroImage .cta.disabled.active, .heroImage .cta.disabled.focus, .heroImage .cta.disabled:active, .heroImage .cta.disabled:focus, .heroImage .cta.disabled:hover, .heroImage .cta[disabled], .heroImage .cta[disabled].active, .heroImage .cta[disabled].focus, .heroImage .cta[disabled]:active, .heroImage .cta[disabled]:focus, .heroImage .cta[disabled]:hover, fieldset[disabled] .heroImage .cta, fieldset[disabled] .heroImage .cta.active, fieldset[disabled] .heroImage .cta.focus, fieldset[disabled] .heroImage .cta:active, fieldset[disabled] .heroImage .cta:focus, fieldset[disabled] .heroImage .cta:hover {
            background-color: #fff;
            border-color: #fff
        }

        .heroImage .cta .badge {
            color: #fff;
            background-color: #4d4e53
        }

        .heroImage .cta:hover {
            color: #343539
        }

    .heroImage .hero-image-dark .cta {
        cursor: pointer;
        background-image: none;
        white-space: nowrap;
        color: #fff;
        background-color: #4d4e53;
        border-color: #4d4e53
    }

        .heroImage .hero-image-dark .cta.active.focus, .heroImage .hero-image-dark .cta.active:focus, .heroImage .hero-image-dark .cta.focus, .heroImage .hero-image-dark .cta:active.focus, .heroImage .hero-image-dark .cta:active:focus, .heroImage .hero-image-dark .cta:focus {
            outline: dotted thin;
            outline: -webkit-focus-ring-color auto;
            outline-offset: -2px
        }

        .heroImage .hero-image-dark .cta.active, .heroImage .hero-image-dark .cta:active {
            outline: 0;
            -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
        }

        .heroImage .hero-image-dark .cta.disabled, .heroImage .hero-image-dark .cta[disabled], fieldset[disabled] .heroImage .hero-image-dark .cta {
            cursor: not-allowed;
            pointer-events: none;
            opacity: .65;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .heroImage .hero-image-dark .cta.active, .heroImage .hero-image-dark .cta.focus, .heroImage .hero-image-dark .cta:active, .heroImage .hero-image-dark .cta:focus, .heroImage .hero-image-dark .cta:hover, .open > .dropdown-toggle.heroImage .hero-image-dark .cta {
            color: #fff;
            background-color: #343539;
            border-color: #303033
        }

        .heroImage .hero-image-dark .cta.active, .heroImage .hero-image-dark .cta:active, .open > .dropdown-toggle.heroImage .hero-image-dark .cta {
            background-image: none
        }

        .heroImage .hero-image-dark .cta.disabled, .heroImage .hero-image-dark .cta.disabled.active, .heroImage .hero-image-dark .cta.disabled.focus, .heroImage .hero-image-dark .cta.disabled:active, .heroImage .hero-image-dark .cta.disabled:focus, .heroImage .hero-image-dark .cta.disabled:hover, .heroImage .hero-image-dark .cta[disabled], .heroImage .hero-image-dark .cta[disabled].active, .heroImage .hero-image-dark .cta[disabled].focus, .heroImage .hero-image-dark .cta[disabled]:active, .heroImage .hero-image-dark .cta[disabled]:focus, .heroImage .hero-image-dark .cta[disabled]:hover, fieldset[disabled] .heroImage .hero-image-dark .cta, fieldset[disabled] .heroImage .hero-image-dark .cta.active, fieldset[disabled] .heroImage .hero-image-dark .cta.focus, fieldset[disabled] .heroImage .hero-image-dark .cta:active, fieldset[disabled] .heroImage .hero-image-dark .cta:focus, fieldset[disabled] .heroImage .hero-image-dark .cta:hover {
            background-color: #4d4e53;
            border-color: #4d4e53
        }

        .heroImage .hero-image-dark .cta .badge {
            color: #4d4e53;
            background-color: #fff
        }

    .heroImage .hero-image-dark .image-container:after {
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(-30deg,rgba(255,255,255,0),rgba(255,255,255,.4));
        background-image: -o-linear-gradient(-30deg,rgba(255,255,255,0),rgba(255,255,255,.4));
        background-image: linear-gradient(-30deg,rgba(255,255,255,0),rgba(255,255,255,.4))
    }

    .heroImage .hero-image-dark.hero-image-right .image-container:after {
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(30deg,rgba(255,255,255,0),rgba(255,255,255,.4));
        background-image: -o-linear-gradient(30deg,rgba(255,255,255,0),rgba(255,255,255,.4));
        background-image: linear-gradient(30deg,rgba(255,255,255,0),rgba(255,255,255,.4))
    }

    .heroImage .hero-image-right .image-container:after {
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(30deg,rgba(0,0,0,0),rgba(0,0,0,.2));
        background-image: -o-linear-gradient(30deg,rgba(0,0,0,0),rgba(0,0,0,.2));
        background-image: linear-gradient(30deg,rgba(0,0,0,0),rgba(0,0,0,.2))
    }

    .imageGrid .grid-wrapper {
        margin-bottom: 30px
    }

    .imageTextGrid .imageTextGrid-1-left .imageText-grid .image-container, .imageTextGrid .imageTextGrid-1-left .imageText-grid .wrapper, .imageTextGrid .imageTextGrid-1-left-bigger-header .imageText-grid .image-container, .imageTextGrid .imageTextGrid-1-left-bigger-header .imageText-grid .wrapper, .imageTextGrid .imageTextGrid-1-right .imageText-grid .image-container, .imageTextGrid .imageTextGrid-1-right .imageText-grid .wrapper, .imageTextGrid .imageTextGrid-1-right-bigger-header .imageText-grid .image-container, .imageTextGrid .imageTextGrid-1-right-bigger-header .imageText-grid .wrapper {
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        min-height: 1px
    }

    .imageText .imageText-fullsize-outsideText .cta, .imageText .imageText-fullsize.imageText-dark .cta, .imageText .imageText-fullsize.imageText-light .cta {
        border-radius: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        touch-action: manipulation;
        border: 2px solid transparent;
        white-space: nowrap;
        line-height: 1.5
    }

    .imageText .imageText-fullsize.imageText-dark .cta, .imageText .imageText-fullsize.imageText-light .cta {
        display: inline-block;
        padding: 12px 32px;
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 700;
        vertical-align: middle
    }

        .imageText .imageText-fullsize-outsideText .cta.focus, .imageText .imageText-fullsize-outsideText .cta:focus, .imageText .imageText-fullsize-outsideText .cta:hover, .imageText .imageText-fullsize.imageText-dark .cta.focus, .imageText .imageText-fullsize.imageText-dark .cta:focus, .imageText .imageText-fullsize.imageText-dark .cta:hover, .imageText .imageText-fullsize.imageText-light .cta.focus, .imageText .imageText-fullsize.imageText-light .cta:focus, .imageText .imageText-fullsize.imageText-light .cta:hover {
            text-decoration: none
        }

    .imageText .imageText-fullsize-outsideText .wrapper:after, .imageTextGrid:after {
        clear: both
    }

    .imageText .imageText-fullsize {
        position: relative
    }

        .imageText .imageText-fullsize h1 {
            font-size: 48px
        }

        .imageText .imageText-fullsize .wrapper {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            margin-left: 0;
            margin-right: 0
        }

        .imageText .imageText-fullsize .padding-container {
            padding-left: 120px;
            padding-right: 120px
        }

        .imageText .imageText-fullsize .content-container {
            text-align: center;
            background-color: transparent;
            padding-top: 16px;
            padding-bottom: 16px
        }

        .imageText .imageText-fullsize .image-container {
            margin-left: 0;
            margin-right: 0
        }

            .imageText .imageText-fullsize .image-container:before {
                display: block;
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                background-color: #FFF
            }

        .imageText .imageText-fullsize.imageText-light h1, .imageText .imageText-fullsize.imageText-light p {
            color: #fff
        }

        .imageText .imageText-fullsize.imageText-light .cta {
            text-align: center;
            cursor: pointer;
            background-image: none;
            user-select: none;
            background-color: #fff;
            border-color: #fff;
            color: #4d4e53
        }

            .imageText .imageText-fullsize.imageText-light .cta.active.focus, .imageText .imageText-fullsize.imageText-light .cta.active:focus, .imageText .imageText-fullsize.imageText-light .cta.focus, .imageText .imageText-fullsize.imageText-light .cta:active.focus, .imageText .imageText-fullsize.imageText-light .cta:active:focus, .imageText .imageText-fullsize.imageText-light .cta:focus {
                outline: dotted thin;
                outline: -webkit-focus-ring-color auto;
                outline-offset: -2px
            }

            .imageText .imageText-fullsize.imageText-light .cta.active, .imageText .imageText-fullsize.imageText-light .cta:active {
                outline: 0;
                -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
                box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
            }

            .imageText .imageText-fullsize.imageText-light .cta.disabled, .imageText .imageText-fullsize.imageText-light .cta[disabled], fieldset[disabled] .imageText .imageText-fullsize.imageText-light .cta {
                cursor: not-allowed;
                pointer-events: none;
                opacity: .65;
                filter: alpha(opacity=65);
                -webkit-box-shadow: none;
                box-shadow: none
            }

            .imageText .imageText-fullsize.imageText-light .cta.active, .imageText .imageText-fullsize.imageText-light .cta.focus, .imageText .imageText-fullsize.imageText-light .cta:active, .imageText .imageText-fullsize.imageText-light .cta:focus, .imageText .imageText-fullsize.imageText-light .cta:hover, .open > .dropdown-toggle.imageText .imageText-fullsize.imageText-light .cta {
                color: #fff;
                background-color: #e6e6e6;
                border-color: #e0e0e0
            }

            .imageText .imageText-fullsize.imageText-light .cta.active, .imageText .imageText-fullsize.imageText-light .cta:active, .open > .dropdown-toggle.imageText .imageText-fullsize.imageText-light .cta {
                background-image: none
            }

            .imageText .imageText-fullsize.imageText-light .cta.disabled, .imageText .imageText-fullsize.imageText-light .cta.disabled.active, .imageText .imageText-fullsize.imageText-light .cta.disabled.focus, .imageText .imageText-fullsize.imageText-light .cta.disabled:active, .imageText .imageText-fullsize.imageText-light .cta.disabled:focus, .imageText .imageText-fullsize.imageText-light .cta.disabled:hover, .imageText .imageText-fullsize.imageText-light .cta[disabled], .imageText .imageText-fullsize.imageText-light .cta[disabled].active, .imageText .imageText-fullsize.imageText-light .cta[disabled].focus, .imageText .imageText-fullsize.imageText-light .cta[disabled]:active, .imageText .imageText-fullsize.imageText-light .cta[disabled]:focus, .imageText .imageText-fullsize.imageText-light .cta[disabled]:hover, fieldset[disabled] .imageText .imageText-fullsize.imageText-light .cta, fieldset[disabled] .imageText .imageText-fullsize.imageText-light .cta.active, fieldset[disabled] .imageText .imageText-fullsize.imageText-light .cta.focus, fieldset[disabled] .imageText .imageText-fullsize.imageText-light .cta:active, fieldset[disabled] .imageText .imageText-fullsize.imageText-light .cta:focus, fieldset[disabled] .imageText .imageText-fullsize.imageText-light .cta:hover {
                background-color: #fff;
                border-color: #fff
            }

            .imageText .imageText-fullsize.imageText-light .cta .badge {
                color: #fff;
                background-color: #fff
            }

            .imageText .imageText-fullsize.imageText-light .cta:hover {
                background-color: rgba(255,255,255,.8);
                color: #4d4e53
            }

        .imageText .imageText-fullsize.imageText-light .cta-video {
            color: #FFF
        }

            .imageText .imageText-fullsize.imageText-light .cta-video:hover {
                opacity: .8
            }

        .imageText .imageText-fullsize.imageText-light .image-container:before {
            background-color: #000
        }

        .imageText .imageText-fullsize.imageText-light .image-container img {
            opacity: .85
        }

        .imageText .imageText-fullsize.imageText-dark h1, .imageText .imageText-fullsize.imageText-dark p {
            color: #4d4e53
        }

        .imageText .imageText-fullsize.imageText-dark .cta {
            text-align: center;
            cursor: pointer;
            background-image: none;
            user-select: none;
            background-color: #4d4e53;
            border-color: #4d4e53;
            color: #FFF
        }

            .imageText .imageText-fullsize.imageText-dark .cta.active.focus, .imageText .imageText-fullsize.imageText-dark .cta.active:focus, .imageText .imageText-fullsize.imageText-dark .cta.focus, .imageText .imageText-fullsize.imageText-dark .cta:active.focus, .imageText .imageText-fullsize.imageText-dark .cta:active:focus, .imageText .imageText-fullsize.imageText-dark .cta:focus {
                outline: dotted thin;
                outline: -webkit-focus-ring-color auto;
                outline-offset: -2px
            }

            .imageText .imageText-fullsize.imageText-dark .cta.active, .imageText .imageText-fullsize.imageText-dark .cta:active {
                outline: 0;
                -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
                box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
            }

            .imageText .imageText-fullsize.imageText-dark .cta.disabled, .imageText .imageText-fullsize.imageText-dark .cta[disabled], fieldset[disabled] .imageText .imageText-fullsize.imageText-dark .cta {
                cursor: not-allowed;
                pointer-events: none;
                opacity: .65;
                filter: alpha(opacity=65);
                -webkit-box-shadow: none;
                box-shadow: none
            }

            .imageText .imageText-fullsize.imageText-dark .cta.active, .imageText .imageText-fullsize.imageText-dark .cta.focus, .imageText .imageText-fullsize.imageText-dark .cta:active, .imageText .imageText-fullsize.imageText-dark .cta:focus, .imageText .imageText-fullsize.imageText-dark .cta:hover, .open > .dropdown-toggle.imageText .imageText-fullsize.imageText-dark .cta {
                color: #4d4e53;
                background-color: #343539;
                border-color: #303033
            }

            .imageText .imageText-fullsize.imageText-dark .cta.active, .imageText .imageText-fullsize.imageText-dark .cta:active, .open > .dropdown-toggle.imageText .imageText-fullsize.imageText-dark .cta {
                background-image: none
            }

            .imageText .imageText-fullsize.imageText-dark .cta.disabled, .imageText .imageText-fullsize.imageText-dark .cta.disabled.active, .imageText .imageText-fullsize.imageText-dark .cta.disabled.focus, .imageText .imageText-fullsize.imageText-dark .cta.disabled:active, .imageText .imageText-fullsize.imageText-dark .cta.disabled:focus, .imageText .imageText-fullsize.imageText-dark .cta.disabled:hover, .imageText .imageText-fullsize.imageText-dark .cta[disabled], .imageText .imageText-fullsize.imageText-dark .cta[disabled].active, .imageText .imageText-fullsize.imageText-dark .cta[disabled].focus, .imageText .imageText-fullsize.imageText-dark .cta[disabled]:active, .imageText .imageText-fullsize.imageText-dark .cta[disabled]:focus, .imageText .imageText-fullsize.imageText-dark .cta[disabled]:hover, fieldset[disabled] .imageText .imageText-fullsize.imageText-dark .cta, fieldset[disabled] .imageText .imageText-fullsize.imageText-dark .cta.active, fieldset[disabled] .imageText .imageText-fullsize.imageText-dark .cta.focus, fieldset[disabled] .imageText .imageText-fullsize.imageText-dark .cta:active, fieldset[disabled] .imageText .imageText-fullsize.imageText-dark .cta:focus, fieldset[disabled] .imageText .imageText-fullsize.imageText-dark .cta:hover {
                background-color: #4d4e53;
                border-color: #4d4e53
            }

            .imageText .imageText-fullsize.imageText-dark .cta .badge {
                color: #4d4e53;
                background-color: #4d4e53
            }

            .imageText .imageText-fullsize.imageText-dark .cta:hover {
                color: #ccc
            }

        .imageText .imageText-fullsize.imageText-dark .cta-video {
            color: #4d4e53
        }

        .imageText .imageText-fullsize.imageText-dark .image-container:before {
            background-color: #FFF
        }

        .imageText .imageText-fullsize.imageText-dark .image-container img {
            opacity: .85
        }

    .imageText .imageText-fullsize-outsideText .wrapper {
        position: static;
        top: 0;
        transform: translateY(0)
    }

        .imageText .imageText-fullsize-outsideText .wrapper:after, .imageText .imageText-fullsize-outsideText .wrapper:before {
            content: " ";
            display: table
        }

    .imageText .imageText-fullsize-outsideText .content-container {
        text-align: center;
        background-color: transparent;
        padding: 0;
        margin-left: -15px;
        margin-right: -15px
    }

        .imageText .imageText-fullsize-outsideText .content-container .padding-container {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            margin-top: 24px
        }

    .imageText .imageText-fullsize-outsideText .image-container {
        margin-left: 0;
        margin-right: 0
    }

    .imageText .imageText-fullsize-outsideText .cta {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 700;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        padding: 12px 32px;
        font-size: 16px;
        user-select: none;
        color: #4d4e53;
        background-color: #fff;
        border-color: #4d4e53
    }

        .imageText .imageText-fullsize-outsideText .cta.active.focus, .imageText .imageText-fullsize-outsideText .cta.active:focus, .imageText .imageText-fullsize-outsideText .cta.focus, .imageText .imageText-fullsize-outsideText .cta:active.focus, .imageText .imageText-fullsize-outsideText .cta:active:focus, .imageText .imageText-fullsize-outsideText .cta:focus {
            outline: dotted thin;
            outline: -webkit-focus-ring-color auto;
            outline-offset: -2px
        }

        .imageText .imageText-fullsize-outsideText .cta.active, .imageText .imageText-fullsize-outsideText .cta:active {
            outline: 0;
            -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
        }

        .imageText .imageText-fullsize-outsideText .cta.disabled, .imageText .imageText-fullsize-outsideText .cta[disabled], fieldset[disabled] .imageText .imageText-fullsize-outsideText .cta {
            cursor: not-allowed;
            pointer-events: none;
            opacity: .65;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .imageText .imageText-fullsize-outsideText .cta.active, .imageText .imageText-fullsize-outsideText .cta.focus, .imageText .imageText-fullsize-outsideText .cta:active, .imageText .imageText-fullsize-outsideText .cta:focus, .imageText .imageText-fullsize-outsideText .cta:hover, .open > .dropdown-toggle.imageText .imageText-fullsize-outsideText .cta {
            color: #4d4e53;
            background-color: #e6e6e6;
            border-color: #303033
        }

        .imageText .imageText-fullsize-outsideText .cta.active, .imageText .imageText-fullsize-outsideText .cta:active, .open > .dropdown-toggle.imageText .imageText-fullsize-outsideText .cta {
            background-image: none
        }

        .imageText .imageText-fullsize-outsideText .cta.disabled, .imageText .imageText-fullsize-outsideText .cta.disabled.active, .imageText .imageText-fullsize-outsideText .cta.disabled.focus, .imageText .imageText-fullsize-outsideText .cta.disabled:active, .imageText .imageText-fullsize-outsideText .cta.disabled:focus, .imageText .imageText-fullsize-outsideText .cta.disabled:hover, .imageText .imageText-fullsize-outsideText .cta[disabled], .imageText .imageText-fullsize-outsideText .cta[disabled].active, .imageText .imageText-fullsize-outsideText .cta[disabled].focus, .imageText .imageText-fullsize-outsideText .cta[disabled]:active, .imageText .imageText-fullsize-outsideText .cta[disabled]:focus, .imageText .imageText-fullsize-outsideText .cta[disabled]:hover, fieldset[disabled] .imageText .imageText-fullsize-outsideText .cta, fieldset[disabled] .imageText .imageText-fullsize-outsideText .cta.active, fieldset[disabled] .imageText .imageText-fullsize-outsideText .cta.focus, fieldset[disabled] .imageText .imageText-fullsize-outsideText .cta:active, fieldset[disabled] .imageText .imageText-fullsize-outsideText .cta:focus, fieldset[disabled] .imageText .imageText-fullsize-outsideText .cta:hover {
            background-color: #fff;
            border-color: #4d4e53
        }

        .imageText .imageText-fullsize-outsideText .cta .badge {
            color: #fff;
            background-color: #4d4e53
        }

        .imageText .imageText-fullsize-outsideText .cta:hover {
            color: #343539
        }

    .imageText .imageText-fullsize-dealerFinder {
        position: relative
    }

        .imageText .imageText-fullsize-dealerFinder h1 {
            font-size: 48px
        }

        .imageText .imageText-fullsize-dealerFinder .wrapper {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            margin-left: 0;
            margin-right: 0
        }

        .imageText .imageText-fullsize-dealerFinder .padding-container {
            padding-left: 120px;
            padding-right: 120px
        }

        .imageText .imageText-fullsize-dealerFinder .content-container {
            text-align: center;
            background-color: transparent;
            padding-top: 16px;
            padding-bottom: 16px
        }

        .imageText .imageText-fullsize-dealerFinder .image-container {
            margin-left: 0;
            margin-right: 0;
            display: block
        }

            .imageText .imageText-fullsize-dealerFinder .image-container:before {
                display: block;
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                background-color: #FFF
            }

            .imageText .imageText-fullsize-dealerFinder .image-container img {
                opacity: .85
            }

    .imageText .imageText-grid {
        background-color: transparent;
        margin: 0;
        padding: 0
    }

    .imageTextGrid .imageTextGrid-1-left .imageText-grid, .imageTextGrid .imageTextGrid-1-left-bigger-header .imageText-grid, .imageTextGrid .imageTextGrid-1-right .imageText-grid, .imageTextGrid .imageTextGrid-1-right-bigger-header .imageText-grid {
        margin-left: -15px;
        margin-right: -15px
    }

    .imageText .imageText-grid h1 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 8px;
        margin-top: 24px
    }

    .imageTextGrid .imageTextGrid-1-left .imageText-grid h1, .imageTextGrid .imageTextGrid-1-left-bigger-header .imageText-grid h1, .imageTextGrid .imageTextGrid-1-right .imageText-grid h1, .imageTextGrid .imageTextGrid-1-right-bigger-header .imageText-grid h1 {
        margin-top: 0
    }

    .imageTextGrid .imageTextGrid-1-left-bigger-header .imageText-grid h1, .imageTextGrid .imageTextGrid-1-right-bigger-header .imageText-grid h1 {
        font-size: 60px;
        line-height: 1em
    }

    .imageTextGrid:after, .imageTextGrid:before {
        content: " ";
        display: table
    }

    .imageTextGrid .imageTextGrid-4 .imageText-grid {
        margin: 0;
        padding: 0;
        background-color: transparent
    }

        .imageTextGrid .imageTextGrid-4 .imageText-grid .image-container {
            display: block
        }

    .imageTextGrid .imageTextGrid-4 .cta {
        margin-top: 8px
    }
}

@media (min-width:768px) {
    .itemCarousel, .itemCarousel .wrapper .carousel {
        margin-left: -15px;
        margin-right: -15px
    }

        .itemCarousel .carousel-item, .itemCarousel .wrapper {
            min-height: 1px;
            position: relative;
            padding-left: 15px;
            padding-right: 15px
        }

        .itemCarousel .image-container img {
            min-height: 100%
        }

        .itemCarousel .itemCarousel-fullsize1 .content-container, .itemCarousel .itemCarousel-fullsize1 .image-container {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px
        }
}

@media (min-width:768px)and (min-width:768px) {
    .imageText .imageText-fullsize-outsideText .content-container .padding-container {
        float: left;
        width: 83.33333333%;
        left: 8.33333333%
    }

    .imageTextGrid .imageTextGrid-1-left .imageText-grid .image-container, .imageTextGrid .imageTextGrid-1-left .imageText-grid .wrapper, .imageTextGrid .imageTextGrid-1-left-bigger-header .imageText-grid .image-container, .imageTextGrid .imageTextGrid-1-left-bigger-header .imageText-grid .wrapper {
        float: left;
        width: 50%
    }

    .imageTextGrid .imageTextGrid-1-right .imageText-grid .image-container, .imageTextGrid .imageTextGrid-1-right-bigger-header .imageText-grid .image-container {
        left: 50%;
        float: left;
        width: 50%
    }

    .imageTextGrid .imageTextGrid-1-right .imageText-grid .wrapper, .imageTextGrid .imageTextGrid-1-right-bigger-header .imageText-grid .wrapper {
        float: left;
        width: 50%;
        right: 50%
    }

    .itemCarousel .wrapper {
        margin-left: 8.33333333%;
        float: left;
        width: 83.33333333%
    }

    .itemCarousel .carousel-item {
        float: left;
        width: 83.33333333%
    }

    .itemCarousel .itemCarousel-fullsize1 .image-container {
        left: 50%;
        float: left;
        width: 50%
    }

    .itemCarousel .itemCarousel-fullsize1 .content-container {
        right: 50%;
        float: left;
        width: 50%
    }
}

@media (min-width:768px) {
    .mediaGallery .grid, .mediaGallery .title-wrapper {
        margin-left: -15px;
        margin-right: -15px
    }

        .mediaGallery .details, .mediaGallery .fullimg, .mediaGallery .grid-container, .mediaGallery .title-wrapper h1, .mediaGallery .title-wrapper p {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px
        }

        .mediaGallery .grid li {
            width: 33.33333333%
        }
}

@media (min-width:768px)and (min-width:768px) {
    .mediaGallery .title-wrapper h1 {
        float: left;
        width: 83.33333333%;
        left: 8.33333333%
    }

    .mediaGallery .title-wrapper p {
        float: left;
        width: 83.33333333%;
        left: 8.33333333%
    }

    .mediaGallery .grid-container {
        float: left;
        width: 83.33333333%;
        left: 8.33333333%
    }

    .mediaGallery .fullimg {
        float: left;
        width: 58.33333333%
    }

    .mediaGallery .details {
        float: left;
        width: 41.66666667%
    }
}

.modal-dialog {
    margin: 30px auto
}

    .modal-dialog .modal-content {
        box-shadow: none
    }

@media (min-width:768px) {
    .modal-dialog.large {
        width: 756px
    }
}

@media (min-width:992px) {
    .modal-dialog.large {
        width: 960px
    }
}

@media (min-width:1300px) {
    .modal-dialog.large {
        width: 1200px
    }
}

@media (min-width:992px) {
    .modal-dialog.default {
        width: 600px
    }
}

@media (min-width:768px) {
    .navigationFooterCTA {
        background-color: #ebebea;
        margin-top: 40px;
        margin-bottom: -15px
    }

        .navigationFooterCTA p {
            text-align: center;
            font-size: 14px;
            color: #4d4e53;
            padding-top: 16px;
            padding-bottom: 16px;
            margin: 0 0 0 8px
        }

            .navigationFooterCTA p a {
                color: #1251b5;
                display: inline;
                padding: 0;
                margin-left: 8px
            }

                .navigationFooterCTA p a::after {
                    font-family: fontawesome;
                    padding-left: 8px;
                    content: "\f105"
                }

    .searchResults .search-item {
        margin-bottom: 30px
    }

        .searchResults .search-item img {
            display: block;
            max-width: 100%;
            height: auto
        }

        .searchResults .search-item a {
            margin-bottom: 8px
        }

        .searchResults .search-item p {
            margin-bottom: 0;
            font-size: 16px
        }

    .searchResults .form-inline {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 24px
    }

    .searchResults .pagination {
        clear: left
    }

        .searchResults .pagination .page-count {
            text-align: right;
            margin-right: 80px
        }

        .searchResults .pagination .prev {
            position: absolute;
            left: auto;
            right: 32px
        }

        .searchResults .pagination .next {
            position: absolute;
            right: 0
        }

        .searchResults .pagination .total-results {
            position: absolute;
            left: auto;
            top: 24px;
            display: inline-block
        }
}

@media (min-width:768px)and (min-width:768px) {
    .searchResults .form-inline {
        float: left;
        width: 50%;
        left: 25%
    }
}

@media (min-width:768px) {
    .tabbedModule1 .tabNavigation .nav, .tabbedModule1 .tabNavigation .tab-content, .tabbedModule1 .title-wrapper h1 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .tabbedModule1 .tabNavigation, .tabbedModule1 .tabNavigation .tabpanel {
        margin-left: -15px;
        margin-right: -15px
    }

    .tabbedModule1 .title-wrapper h1 {
        font-size: 24px;
        margin-bottom: 32px
    }

    .tabbedModule1 .tabNavigation .image-container {
        margin-top: -80px
    }

    .tabbedModule1 .tabNavigation .imageTextGrid {
        margin-top: 32px
    }

        .tabbedModule1 .tabNavigation .imageTextGrid h1 {
            margin-bottom: 24px
        }

    .tabbedModule1 .nav-pills > li > a {
        background-color: #f1f0ef;
        color: #4d4e53
    }

    .tabbedModule1 .nav-stacked > li {
        float: none
    }

        .tabbedModule1 .nav-stacked > li + li {
            margin-top: 2px;
            margin-left: 0
        }
}

@media (min-width:768px)and (min-width:768px) {
    .tabbedModule1 .title-wrapper h1 {
        float: left;
        width: 66.66666667%;
        left: 16.66666667%
    }

    .tabbedModule1 .tabNavigation .nav {
        float: left;
        width: 50%
    }

    .tabbedModule1 .tabNavigation .tab-content {
        float: left;
        width: 100%
    }
}

@media (min-width:768px) {
    .tabbedModule2 .tabNavigation .nav, .tabbedModule2 .tabNavigation .tab-content, .tabbedModule2 .title-wrapper h1 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .tabbedModule2 .title-wrapper h1 {
        font-size: 24px;
        margin-bottom: 32px
    }

    .tabbedModule2 .tabNavigation {
        margin-left: -15px;
        margin-right: -15px
    }

        .tabbedModule2 .tabNavigation:after, .tabbedModule2 .tabNavigation:before {
            content: " ";
            display: table
        }

        .tabbedModule2 .tabNavigation:after {
            clear: both
        }

        .tabbedModule2 .tabNavigation .tab-pane img {
            margin-left: auto;
            margin-right: auto
        }

        .tabbedModule2 .tabNavigation .image-container {
            margin-top: -80px
        }

        .tabbedModule2 .tabNavigation .imageTextGrid {
            margin-top: 32px
        }

            .tabbedModule2 .tabNavigation .imageTextGrid h1 {
                margin-bottom: 24px
            }

    .tabbedModule2 .nav-pills > li {
        display: block;
        width: 100%
    }

        .tabbedModule2 .nav-pills > li + li {
            margin-left: 0
        }

        .tabbedModule2 .nav-pills > li > a {
            height: auto;
            text-align: left;
            background-color: #f1f0ef;
            color: #4d4e53;
            border-top: 0;
            border-left: 3px solid transparent;
            margin-right: 0;
            margin-bottom: 1px;
            padding-top: 25px;
            padding-bottom: 25px
        }

        .tabbedModule2 .nav-pills > li.active:hover > a, .tabbedModule2 .nav-pills > li.active > a, .tabbedModule2 .nav-pills > li:focus > a, .tabbedModule2 .nav-pills > li:hover > a {
            border-top: 0;
            border-left: 3px solid #1251b5
        }

        .tabbedModule2 .nav-pills > li:hover > a {
            border-left: 3px solid transparent
        }
}

@media (min-width:768px)and (min-width:768px) {
    .tabbedModule2 .title-wrapper h1 {
        float: left;
        width: 66.66666667%;
        left: 16.66666667%
    }

    .tabbedModule2 .tabNavigation .nav {
        margin-left: 8.33333333%;
        float: left;
        width: 33.33333333%
    }

    .tabbedModule2 .tabNavigation .tab-content {
        float: left;
        width: 50%;
        margin-left: 8.33333333%
    }
}

@media (min-width:992px) {
    .carousel .slick-dots {
        position: absolute;
        bottom: -24px;
        display: block;
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center;
        background-color: rgba(0,0,0,.4);
        height: 48px
    }

        .carousel .slick-dots li button:before, .carousel .slick-dots li.slick-active button:before {
            color: rgba(255,255,255,.4)
        }

    .exteriorInterior .tabNavigation .nav.nav-pills {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px)and (min-width:992px) {
    .exteriorInterior .tabNavigation .nav.nav-pills {
        margin-left: 25%;
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    footer .copyright-section p.copyright {
        margin-left: 32px
    }

    footer .copyright-section ul.list-inline {
        margin-right: 48px
    }

        footer .copyright-section ul.list-inline li {
            padding: 0 16px
        }

    header .header-market {
        height: 16px;
        background-color: #000
    }

    header .dealer-navigation {
        background-color: #919296
    }

        header .dealer-navigation span {
            display: inline-block;
            float: left;
            padding: 15px
        }

        header .dealer-navigation ul {
            margin-bottom: 0
        }

        header .dealer-navigation a {
            display: inline-block;
            padding: 15px;
            text-transform: uppercase;
            color: #4d4e53
        }

            header .dealer-navigation a.active {
                background-color: #fff
            }

    header .header-container {
        margin: 32px -15px
    }

        header .header-container:after, header .header-container:before {
            content: " ";
            display: table
        }

        header .header-container:after {
            clear: both
        }

        header .header-container .logo-container, header .header-container .menu-container {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px
        }

        header .header-container .top-links {
            font-size: 12px;
            margin-top: -8px;
            margin-bottom: 16px;
            text-align: right
        }

            header .header-container .top-links li {
                margin-left: 10px
            }

                header .header-container .top-links li a {
                    color: #4d4e53
                }

                    header .header-container .top-links li a:hover {
                        color: #7e8088
                    }

        header .header-container .logo {
            float: left;
            width: 70px;
            height: 70px;
            margin-right: 30px
        }

        header .header-container .title {
            float: left;
            margin-top: 8px;
            margin-left: 0;
            color: #000
        }

            header .header-container .title span {
                display: block;
                font-size: 16px;
                line-height: 1.2em
            }

                header .header-container .title span.section {
                    font-size: 24px;
                    font-weight: 700
                }

        header .header-container .search-form {
            position: relative
        }

            header .header-container .search-form .search-box-container {
                left: 0
            }

            header .header-container .search-form input {
                float: right;
                width: 50%;
                padding: 7.5px 15px;
                color: #4d4e53;
                border: none;
                border-radius: 0;
                background-color: #f1f0ef;
                box-shadow: none
            }

                header .header-container .search-form input:focus {
                    outline: 0;
                    box-shadow: none;
                    border: 1px solid #1251b5
                }

            header .header-container .search-form .search-btn {
                position: absolute;
                top: 0;
                right: 0;
                margin-left: 8px;
                padding: 7.5px 15px;
                color: #919296;
                border: none;
                border-radius: 0;
                background-color: transparent;
                box-shadow: none
            }

        header .header-container .volvo-logo {
            float: right;
            width: 70px;
            margin-top: -20px;
            margin-right: 30px
        }

    header .navbar {
        background-color: #d8d7d5
    }

        header .navbar .nav {
            position: relative;
            margin-bottom: 0;
            margin-left: 0
        }

            header .navbar .nav .mega-menu {
                display: none;
                position: absolute;
                z-index: 1000;
                right: 0;
                left: 0;
                padding: 30px 15px 15px;
                box-shadow: 0 10px 15px rgba(0,0,0,.2)
            }

                header .navbar .nav .mega-menu .imageText .imageText-grid p {
                    margin-top: 16px
                }

                header .navbar .nav .mega-menu .product .product-title {
                    color: #4d4e53;
                    font-size: 14px;
                    font-weight: 400
                }

                    header .navbar .nav .mega-menu .product .product-title:hover {
                        color: #343539
                    }

                    header .navbar .nav .mega-menu .product .product-title::after {
                        color: #1251b5
                    }

                header .navbar .nav .mega-menu .product p {
                    font-size: 12px;
                    line-height: 1em
                }

            header .navbar .nav > li {
                position: static;
                margin-right: -.25em;
                margin-left: -.25em;
                padding: 0
            }

                header .navbar .nav > li:first-child {
                    margin-left: auto
                }

                header .navbar .nav > li.hover .mega-menu, header .navbar .nav > li:hover .mega-menu {
                    display: block;
                    background-color: #fff
                }

                header .navbar .nav > li.hover > a, header .navbar .nav > li:hover > a {
                    background-color: #fff
                }

                header .navbar .nav > li > a {
                    display: inline-block;
                    font-size: 12px;
                    padding: 15px 24px;
                    text-transform: uppercase;
                    color: #4d4e53;
                    background-color: transparent
                }

    header .sub-navigation {
        background-color: #4d4e53;
        margin-bottom: 16px
    }

        header .sub-navigation span {
            display: inline-block;
            float: left;
            padding: 15px
        }

        header .sub-navigation ul {
            margin-bottom: 0;
            overflow: hidden;
            margin-left: 0
        }

            header .sub-navigation ul li {
                margin-right: -.25em;
                margin-left: -.25em;
                padding: 0
            }

        header .sub-navigation.sticky {
            position: fixed;
            width: 100%;
            left: 0;
            top: 0;
            z-index: 100;
            border-top: 0
        }

        header .sub-navigation .section-logo {
            background-color: #1c1c1e;
            margin-left: 0
        }

            header .sub-navigation .section-logo a {
                font-size: 8px
            }

                header .sub-navigation .section-logo a .section-title {
                    position: relative;
                    top: -1px;
                    font-size: 14px;
                    text-transform: uppercase
                }

        header .sub-navigation a {
            display: inline-block;
            position: relative;
            padding: 15px 24px;
            color: #FFF;
            font-size: 12px
        }

            header .sub-navigation a:hover {
                background-color: #343539
            }

            header .sub-navigation a.active::after {
                position: absolute;
                bottom: -5px;
                left: 50%;
                width: 0;
                height: 0;
                margin: 0 0 0 -12px;
                content: " ";
                pointer-events: none;
                border: solid transparent;
                border-width: 12px;
                border-bottom-color: #FFF
            }
}

.all-elements .grid-sys .row, .all-elements .icons dt {
    text-align: center
}

@media (min-width:992px)and (min-width:992px) {
    header .header-container .logo-container, header .header-container .menu-container {
        float: left;
        width: 50%
    }

    .itemCarousel .carousel-item {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width:992px) {
    .heroImage p {
        display: block
    }

    .itemCarousel .carousel-item {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .mediaGallery .grid li {
        width: 20%;
        margin: 15px -.25em;
        padding-right: 15px;
        padding-left: 15px
    }

    .mediaGallery .expander, .mediaGallery .expander h5 {
        font-size: 16px
    }
}

.center-block, .debug:after {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:992px) {
    .modal .modal-dialog {
        width: 1170px
    }

    .product p {
        display: block
    }
}

.blockquote .wrapper:after, .blockquote .wrapper:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .debug:after:after, .debug:after:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .heroImage .wrapper:after, .heroImage .wrapper:before, .mediaGallery .grid-wrapper:after, .mediaGallery .grid-wrapper:before, .mediaGallery .title-wrapper:after, .mediaGallery .title-wrapper:before, .modal-footer:after, .modal-footer:before, .quick-navigation .nav-content:after, .quick-navigation .nav-content:before, .row:after, .row:before, .tabNavigation .nav:after, .tabNavigation .nav:before, .tabbedModule1 .title-wrapper:after, .tabbedModule1 .title-wrapper:before, .tabbedModule2 .title-wrapper:after, .tabbedModule2 .title-wrapper:before {
    content: " ";
    display: table
}

.blockquote .wrapper:after, .clearfix:after, .container-fluid:after, .container:after, .debug:after:after, .dl-horizontal dd:after, .heroImage .wrapper:after, .mediaGallery .grid-wrapper:after, .mediaGallery .title-wrapper:after, .modal-footer:after, .quick-navigation .nav-content:after, .row:after, .tabNavigation .nav:after, .tabbedModule1 .title-wrapper:after, .tabbedModule2 .title-wrapper:after {
    clear: both
}

.center-block {
    display: block
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

h1.sample-header, h2.sample-header {
    font-family: 'VolvoNovum','Noto Sans';
    font-weight: 700
}

.hidden {
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px)and (max-width:1299px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1300px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px)and (max-width:1299px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1300px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

h1.sample-header {
    font-size: 14px;
    margin-top: 64px;
    margin-bottom: 16px;
    padding-left: 16px;
    background-color: #dfe0e1
}

@media (min-width:480px) {
    h1.sample-header {
        font-size: 18px;
        line-height: 1.2em
    }
}

h2.sample-header {
    font-size: 12px;
    padding-left: 16px;
    border-bottom: 2px solid #dfe0e1
}

@media (min-width:480px) {
    h2.sample-header {
        font-size: 16px
    }
}

.all-elements section {
    margin-bottom: calc(96px)
}

.all-elements .colors li {
    position: relative;
    margin-bottom: calc(72px);
    background-clip: content-box;
    height: 96px
}

    .all-elements .colors li span {
        position: absolute;
        bottom: calc(-48px);
        font-size: 10px
    }

.all-elements .field-container {
    margin-bottom: 20px
}

.all-elements .grid-sys .row > div:nth-of-type(odd) {
    background-color: #787878
}

.all-elements .grid-sys .row > div:nth-of-type(2n) {
    background-color: #C8C8C8
}

.all-elements .font-test {
    font-family: VolvoBroadProDigital
}

.all-elements #element-select {
    position: fixed;
    margin-top: 24px;
    right: 7%;
    z-index: 100
}

.all-elements .fa-elements li {
    text-align: center;
    min-height: 120px
}

    .all-elements .fa-elements li span {
        display: block;
        margin-top: 15px
    }

.all-elements .icons-listing dt {
    background-color: #BFBFBF;
    padding: 10px 0
}

.all-elements .icons dt i {
    font-size: 30px
}

.all-elements .icons .row div:hover {
    background: #eaf7fc
}

.debug {
    position: relative
}

    .debug:after {
        position: absolute;
        width: auto;
        height: auto;
        z-index: 9999;
        content: '';
        display: block;
        pointer-events: none;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/images/vgrid.png)top left;
        opacity: .5;
        padding-left: 15px;
        padding-right: 15px
    }

@media (min-width:768px) {
    .debug:after {
        width: 726px;
        background-image: url(/images/vgrid_sm.png)
    }
}

@media (min-width:992px) {
    .debug:after {
        width: 930px;
        background-image: url(/images/vgrid_md.png)
    }
}

@media (min-width:1300px) {
    .debug:after {
        width: 1170px;
        background-image: url(/images/vgrid_lg.png)
    }
}

.debug:active:after {
    display: none
}
