@import url("http://hello.myfonts.net/count/2c9615");

@font-face {
    font-family: 'Montserrat Light 300';
    font-weight: 300;
    font-style: normal;
    src: url("../../../font/HSRB/Montserrat-VariableFont_wght.ttf") format("truetype")
}

@font-face {
    font-family: 'Montserrat SemiBold 600';
    font-weight: 600;
    font-style: normal;
    src: url("../../../font/HSRB/Montserrat-VariableFont_wght.ttf") format("truetype")
}

@font-face {
    font-family: 'Montserrat Extra Bold 800';
    font-weight: 800;
    font-style: normal;
    src: url("../../../font/HSRB/Montserrat-VariableFont_wght.ttf") format("truetype")
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) ProximaNova, FontAwesome, Stratum
 */

 @font-face {
    font-family: 'FontAwesome';
    src: url("../../../font/HSRB/fontawesome-webfont78ce.eot?v=4.2.0");
    src: url("../../../font/HSRB/fontawesome-webfontd41d.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../../../font/HSRB/fontawesome-webfont78ce.woff?v=4.2.0") format("woff"), url("../../../font/HSRB/fontawesome-webfont78ce.ttf?v=4.2.0") format("truetype"), url("../../../font/HSRB/fontawesome-webfont78ce.svg?v=4.2.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    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.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

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

body {
    font-size: 15px;
    font-family: "Montserrat Light 300";
    line-height: 20px;
    height: 100% !important;
    margin: 0;
    background-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat Extra Bold 800";
    color: #000;
    font-weight: normal;
    text-transform: uppercase
}

h1,
.h1 {
    font-size: 44px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 24px
}

h2,
.h2 {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 12px
}

h3,
.h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 12px
}

h4,
.h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px
}

h5,
.h5,
h6,
.h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px
}

a {
    color: #1D3B3D;
    text-decoration: underline
}

a img {
    border: none
}

input[type=submit],
.button {
    text-transform: uppercase
}

input[type=submit]:focus,
.button:focus {
    outline: none
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="date"],
select,
input[type="password"] {
    padding: 0 10px
}

textarea {
    padding: 10px
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="search"],
select,
input[type="password"],
textarea {
    width: 240px;
    background: #fff;
    height: 33px;
    border: 1px solid #1d3b3d;
    outline: none;
    margin-bottom: 12px;
    font-family: "Montserrat Light 300";
    font-size: 14px;
    outline: none;
    vertical-align: middle
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
select:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none
}

input[type="text"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
select:disabled,
input[type="password"]:disabled,
textarea:disabled {
    background: #F8F7F4
}

select {
    padding: 0 8px;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
    background: #fff url(../../../../ecommerce/image/rambo/angle-down.png) right 8px top 50% no-repeat;
    background-color: white;
    height: 30px;
    cursor: pointer;
    outline: 0
}

select:disabled {
    background: url("../../../image/HSRB/sigmadiy/dropdown-disabled.png") right 8px top 50% no-repeat;
    background-color: #f5f5f5;
    border: 1px solid #8c8c8c;
    cursor: default;
    opacity: 0.2
}

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

.ie select {
    background-image: none !important
}

.hidden-element,
.is-hidden {
    display: none !important
}

aside {
    margin-top: 12px
}

.uniform {
    display: inline-block;
    width: 100%
}

.anchor {
    visibility: hidden;
    position: absolute;
    left: -1000px;
    margin-top: -158px
}

.richtextfield ul,
.faq-answer ul,
.advice-page-tips ul {
    list-style: none;
    padding-left: 15px
}

.richtextfield ul li,
.faq-answer ul li,
.advice-page-tips ul li {
    color: #000;
    text-decoration: none;
    padding-left: 10px;
    position: relative
}

.richtextfield ul li:before,
.faq-answer ul li:before,
.advice-page-tips ul li:before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 6px;
    position: absolute;
    left: -10px;
    top: 4px;
    color: #1d3b3d
}

.richtextfield ol,
.faq-answer ol,
.advice-page-tips ol {
    counter-reset: item;
    padding-left: 15px
}

.richtextfield ol li,
.faq-answer ol li,
.advice-page-tips ol li {
    display: block;
    position: relative;
    padding-left: 10px
}

.richtextfield ol li:before,
.faq-answer ol li:before,
.advice-page-tips ol li:before {
    content: counter(item) " ";
    counter-increment: item;
    color: #1d3b3d;
    position: absolute;
    left: -10px
}

@media only screen and (max-width: 1072px) {
    iframe {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 44px;
        line-height: 44px;
        margin-top: 24px
    }
}

@media only screen and (max-width: 380px) {

    h1,
    .h1 {
        font-size: 36px;
        line-height: 36px
    }
}

.FormPanel select,
select.hsrb {
    width: 250px;
    height: 33px;
    background: #1d3b3d;
    padding-right: 20px;
    background: #fff url("../../../image/HSRB/rambo/dropdown.png") 95% 50% no-repeat;
    border: 1px solid #1d3b3d
}

.FormPanel select[multiple='multiple'],
select.hsrb[multiple='multiple'] {
    background: none;
    height: auto
}

.call-to-action,
.FormButton,
.button {
    display: inline-block;
    border: none;
    padding: 12px 19px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    height: 45px;
    background: #1d3b3d;
    color: #fff;
    font-family: 'Montserrat SemiBold 600'
}

.call-to-action:hover,
.FormButton:hover,
.button:hover {
    background: #335052
}

.call-to-action:active,
.FormButton:active,
.button:active {
    background: #335052
}

.call-to-action:disabled,
.FormButton:disabled,
.button:disabled {
    opacity: 0.25;
    cursor: default
}

.call-to-action:disabled:hover,
.FormButton:disabled:hover,
.button:disabled:hover {
    background: #1d3b3d
}

.l-content .ErrorLabel {
    margin: 12px 0;
    color: #e62111;
    padding: 10px;
    padding-left: 25px;
    border: 1px solid #e62111;
    background: #fee6e6;
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 500px
}

.l-content .ErrorLabel[style*="inline"] {
    display: inline-block !important;
    width: auto
}

.l-content .ErrorLabel:before {
    content: '\f12a';
    font-family: "Montserrat Light 300";
    font-size: 20px;
    position: absolute;
    left: 8px;
    top: 11px
}

.l-content .InfoLabel {
    font-weight: bold
}

.l-content .EditingFormErrorLabel {
    color: #000
}

span.warning {
    display: block;
    clear: both;
    color: #ff850a
}

input.val-warning {
    border: 1px solid #ff850a
}

.registration-form .personal-details-wrapper .phone-container .label-container {
    float: left;
    display: table;
    width: 150px
}

.registration-form .personal-details-wrapper .phone-container label {
    float: left;
    width: auto
}

.registration-form .personal-details-wrapper .phone-container .tooltip-container {
    float: left;
    margin-left: 5px
}

.registration-form .personal-details-wrapper .phone-container .tooltip-container .popup {
    bottom: 40px
}

.registration-form .personal-details-wrapper .phone-container input {
    display: block;
    clear: both
}

.registration-form .val-warning {
    border: 1px solid #ff850a
}

.l-content .FormPanel input,
.l-content .FormPanel select,
.l-content .FormPanel textarea {
    font-family: "Montserrat Light 300" !important
}

.l-content .FormPanel input[type="text"] {
    width: 250px;
    max-width: 400px
}

.l-content .FormPanel input[type="radio"] {
    display: none
}

.l-content .FormPanel input[type="radio"]+label {
    display: inline-block;
    background: url(../../../image/HSRB/rambo/radio.png) no-repeat;
    background-position: 0 0;
    width: 22px;
    height: 22px;
    padding-left: 34px
}

.l-content .FormPanel input[type="radio"]:checked+label {
    background-position: 0 -22px
}

.l-content .FormPanel input[type="checkbox"] {
    display: none
}

.l-content .FormPanel input[type="checkbox"]+label {
    display: inline-block;
    background: url(../../../image/HSRB/rambo/checkbox.png) no-repeat;
    background-position: 0 0;
    width: 20px;
    height: 20px;
    padding-left: 32px
}

.l-content .FormPanel input[type="checkbox"]:checked+label {
    background-position: 0 -20px
}

.l-content .FormPanel textarea {
    width: 100%;
    max-width: 400px;
    min-height: 80px
}

.l-content .FormPanel .WatermarkText {
    color: #000
}

.l-content .FormPanel table {
    width: 100%
}

.l-content .FormPanel table tr td {
    padding: 2px;
    display: block;
    float: left;
    clear: both
}

.l-content .FormPanel table .EditingFormLabelCell,
.l-content .FormPanel table .FieldLabel,
.l-content .FormPanel table .EditingFormValueCell {
    display: block
}

.resetpassword-form {
    display: table;
    margin-bottom: 20px
}

.resetpassword-form input[type=password] {
    margin-top: 12px;
    float: left
}

@media only screen and (max-width: 767px) {
    .resetpassword-form input[type=password] {
        float: none;
        display: block;
        margin-bottom: 0
    }
}

.resetpassword-form .resetpassword-label {
    margin-top: 17px;
    float: left;
    width: 175px
}

@media only screen and (max-width: 767px) {
    .resetpassword-form .resetpassword-label {
        float: none;
        display: block
    }
}

.resetpassword-form .resetpassword-line {
    float: left;
    width: 100%
}

.resetpassword-form .resetpassword-line .error {
    float: left;
    margin-left: 10px
}

@media only screen and (max-width: 767px) {
    .resetpassword-form .resetpassword-line .error {
        margin-left: 0;
        margin-top: 0
    }
}

.resetpassword-form .resetpassword-line .error span {
    padding-top: 6px;
    padding-bottom: 5px
}

.resetpassword-form .resetpassword-line .error span:before {
    top: 7px
}

.resetpassword-form .right {
    float: left !important
}

.password-strength .password-strength-text {
    clear: both
}

@media only screen and (max-width: 767px) {
    .call-to-action {
        margin-bottom: 10px
    }
}

a>img {
    border: none;
    outline: none
}

.l-footer {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .l-footer {
        width: 100%
    }

    .l-footer .footer-custom-links,
    .l-footer .footer-info {
        margin-top: 12px
    }
}

.l-header {
    position: relative;
    margin: 0 auto;
    width: 100%
}

@media only screen and (max-width: 1072px) {
    .l-header {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .l-header {
        width: 100%
    }
}

.l-content,
.l-teasers {
    position: static;
    margin: 0 auto;
    width: 100%;
    max-width: 1072px;
    background-color: #fff;
    background-position: top left;
    background-repeat: no-repeat
}

.l-content.no-background,
.l-teasers.no-background {
    background-color: transparent
}

.l-content.overflow-visible,
.l-teasers.overflow-visible {
    overflow: visible
}

.l-teasers .teaser-wrapper {
    margin-top: 24px;
    margin: 0 36px
}

.l-teasers .teaser-wrapper:before {
    content: '';
    border-top: 1px solid #999;
    display: block;
    margin: 24px 0 0 0
}

@media only screen and (max-width: 1072px) {

    .l-content,
    .l-teasers {
        width: 100%;
        max-width: 800px
    }
}

@media only screen and (max-width: 767px) {

    .l-content,
    .l-teasers {
        width: 100%
    }
}

.social-share-buttons>div {
    float: left;
    width: 70px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin-top: 4px
}

.social-share-buttons>div.facebook-share {
    margin-top: 0
}

.person-widget {
    background: url("../../../image/HSRB/rambo/texture_grey.gif");
    background-repeat: repeat-x;
    max-width: 320px;
    float: left;
    margin: 6px;
    padding-bottom: 12px
}

.person-widget .person-name {
    margin-top: 12px;
    margin-bottom: 10px;
    color: #1d3b3d
}

.person-widget .person-link {
    margin: 12px 0
}

.person-widget .person-function,
.person-widget .person-email,
.person-widget .person-link,
.person-widget .person-name,
.person-widget .person-phone {
    text-align: center
}

.person-widget .person-image {
    max-height: 160px;
    overflow: hidden
}

.person-widget .person-image img {
    width: 100%;
    height: auto
}

.person-widget .person-form {
    border-top: 1px dotted #ccc;
    margin-top: 10px;
    padding: 12px 12px 0 12px
}

.person-widget .person-form button,
.person-widget .person-form input[type=submit] {
    margin: 0 auto;
    display: block
}

aside .person-widget {
    width: 235px;
    margin: 0
}

.contact-info {
    background-color: #F8F7F4
}

.contact-info h4 {
    padding: 12px 10px;
    margin-bottom: 0
}

.contact-info .contact-link {
    padding: 12px 10px;
    display: block
}

.foop {
    background: #e6e2dc url("../../../image/HSRB/rambo/texture_grey.gif");
    padding: 0 10px
}

.foop h3 {
    padding-top: 12px;
    color: #1d3b3d
}

.foop span {
    color: #1d3b3d
}

.foop .button {
    background: transparent;
    border: 1px solid #1d3b3d;
    color: #1d3b3d;
    margin-bottom: 12px
}

.foop .button:hover {
    background: white;
    color: #000
}

.support-block-container {
    width: auto;
    position: fixed;
    right: -206px;
    top: 205px;
    z-index: 100;
    padding-left: 35px;
    background-color: #1d3b3d;
    -o-transition: right 0.5s ease-out, background-color 0.25s;
    -webkit-transition: right 0.5s ease-out, background-color 0.25s;
    transition: right 0.5s ease-out, background-color 0.25s
}

@media only screen and (max-width: 767px) {
    .support-block-container {
        display: none
    }
}

.support-block-container:hover {
    background-color: #335052
}

.support-block-container.open .button-container .arrow:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.support-block-container.closed .button-container {
    padding-right: 35px
}

.support-block-container .button-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    cursor: pointer
}

.support-block-container .button-container .button-text {
    display: block;
    height: 35px;
    color: #fff;
    font-family: "Montserrat Light 300";
    font-size: 1.125em;
    margin-left: -16px;
    margin-top: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.support-block-container .button-container .arrow {
    display: block;
    width: 35px
}

.support-block-container .button-container .arrow:before {
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "FontAwesome";
    content: "\f104";
    display: block;
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 15px
}

.support-block-container .image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90px;
    height: 88px;
    background-image: url("../../../image/HSRB/rambo/supportblock-rambo.png");
    background-repeat: no-repeat;
    background-size: 100%
}

.support-block-container .content-container {
    text-align: left;
    padding-left: 15px;
    background-color: #fff;
    display: table;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 75px
}

.support-block-container .header {
    display: none;
    font-size: 16px;
    color: #000
}

.support-block-container>.title {
    display: block
}

.support-block-container .telephone {
    display: block;
    font-size: 1.25em;
    font-family: "Montserrat Light 300";
    color: #1d3b3d;
    margin-top: 2px;
    margin-bottom: 6px
}

.support-block-container .social-container {
    text-align: left
}

.support-block-container .social-container>.title {
    display: block;
    margin-bottom: 5px
}

.support-block-container .social-container a {
    display: inline-block;
    margin-right: 4px
}

.support-block-container .social-container i {
    margin-right: 10px;
    background-color: #1d3b3d;
    width: 32px;
    height: 32px;
    position: relative;
    text-align: center;
    -o-transition: background-color 0.25s;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s
}

.support-block-container .social-container i:last-child {
    margin-right: 0
}

.support-block-container .social-container i:hover {
    background-color: #335052
}

.support-block-container .social-container i.fa-facebook:before {
    height: 20px
}

.support-block-container .social-container i.fa-twitter:before {
    height: 20px
}

.support-block-container .social-container i.fa-envelope:before {
    font-size: 1.25em;
    height: 22px
}

.support-block-container .social-container i:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.375em;
    color: #fff
}

.is-hidden {
    display: none
}

.desktop-hidden {
    display: none
}

.grid-row {
    margin-left: -1%;
    margin-right: -1%
}

.grid-row::after {
    content: '';
    display: block;
    clear: both
}

.grid-row.no-margin {
    margin-left: 0;
    margin-right: 0
}

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
    display: block;
    float: left;
    margin-left: 1%;
    margin-right: 1%
}

.grid-1 {
    width: 6.333%
}

.grid-2 {
    width: 14.667%
}

.grid-3 {
    width: 23%
}

.grid-4 {
    width: 31.333%
}

.grid-5 {
    width: 39.667%
}

.grid-6 {
    width: 48%
}

.grid-7 {
    width: 56.333%
}

.grid-8 {
    width: 64.667%
}

.grid-9 {
    width: 73%
}

.grid-10 {
    width: 81.333%
}

.grid-11 {
    width: 89.667%
}

.grid-12 {
    width: 98%;
    float: none
}

@media screen and (max-width: 767px) {

    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-7,
    .grid-8,
    .grid-9,
    .grid-10,
    .grid-11,
    .grid-12 {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .grid-row {
        margin: 0
    }
}

.home-page {
    background: #fff
}

.home-page-new .home-banner {
    margin-bottom: 24px
}

@media only screen and (max-width: 767px) {
    .home-page-new .home-banner {
        margin-left: -12px;
        margin-right: -12px
    }
}

.home-page-new .home-banner .banners.top-banner img {
    max-height: 400px
}

@media only screen and (max-width: 1072px) {
    .home-page-new .home-banner .banner-header {
        top: 10%
    }
}

.home-page-new .home-banner .banner-header .banner-header-text {
    font-size: 42px;
    line-height: 46px
}

@media only screen and (max-width: 1072px) {
    .home-page-new .home-banner .banner-header .banner-header-text {
        font-size: 31px;
        line-height: 31px
    }
}

@media only screen and (max-width: 767px) {
    .home-page-new .home-banner .banner-header .banner-header-text {
        font-size: 23px;
        line-height: 23px
    }
}

.home-page-new .home-banner .banner-header .banner-introduction {
    text-transform: uppercase
}

.home-page-new .home-banner .banner-header .home-button {
    border: 1px solid #fff
}

.home-page-new .home-banner .banner-header .home-button:hover {
    color: #fff
}

@media only screen and (max-width: 767px) {
    .home-page-new .usp {
        margin-top: 20px
    }
}

.home-page-new .usp h3 {
    font-size: 30px;
    color: #3f2f26;
    margin-top: 0
}

@media only screen and (max-width: 1072px) {
    .home-page-new .usp h3 {
        font-size: 28px
    }
}

.home-page-new .usp p {
    font-size: 20px
}

@media only screen and (max-width: 767px) {
    .home-page-new .usp p {
        font-size: 16px
    }
}

.home-page-new .usp ul {
    margin: 0;
    padding: 5px;
    list-style: none;
    font-family: "Montserrat Light 300";
    color: #000
}

.home-page-new .usp li {
    font-size: 18px;
    line-height: 34px
}

@media only screen and (max-width: 1072px) {
    .home-page-new .usp li {
        font-size: 20px;
        line-height: 30px
    }
}

.home-page-new .usp ul li:before {
    font-family: "FontAwesome";
    content: "";
    color: #b00f08;
    margin-right: 10px
}

.home-page-new .usp a.button {
    background-color: #4DB5C2;
    line-height: 1.5
}

.top-banner {
    margin: 0 -36px 24px -36px
}

@media only screen and (max-width: 1072px) {
    .top-banner {
        margin: 0 -12px
    }
}

@media only screen and (max-width: 767px) {
    .top-banner {
        margin: 0
    }
}

.top-banner img {
    width: 100%
}

.home-banner {
    position: relative
}

.home-banner .banner-header {
    position: absolute;
    bottom: 70px
}

.home-banner .banner-header .banner-header-text {
    font-size: 42px;
    line-height: 46px;
    color: #fff;
    font-family: "Montserrat Light 300";
    width: 55%;
    text-transform: uppercase
}

.home-banner .banner-header .banner-introduction {
    width: 35%;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase
}

.home-banner .banner-header .home-button {
    background: #fff;
    font-family: "Montserrat Light 300";
    color: #000;
    text-transform: uppercase;
    border-radius: 1px
}

.home-banner .banner-header .home-button:hover {
    background-color: #000;
    color: #fff
}

.usp h3 {
    font-size: 36px;
    color: #3f2f26;
    margin-top: 0px;
    text-transform: uppercase
}

.usp p {
    font-size: 20px
}

.usp ul {
    margin: 0px;
    padding: 5px
}

.usp li {
    color: #000;
    list-style: none;
    font-size: 20px
}

.usp ul li:before {
    font-family: "FontAwesome";
    content: "\f054";
    color: #b00f08;
    margin-right: 10px
}

.home-content .home-teaser {
    margin: 0 1%;
    width: 31.333%;
    overflow: hidden
}

.home-content .home-teaser .overlay {
    background: #1d3b3d;
    padding: 10px 20px;
    height: 84px;
    color: #fff;
    display: table;
    width: 100%
}

.home-content .home-teaser h3 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase
}

.home-content .home-teaser p {
    margin: 24px 0 0 0
}

.home-content .home-teaser p:empty {
    display: none
}

.home-content .home-teaser span {
    display: none;
    color: #a2afb0
}

.home-content .home-teaser span:after {
    font-family: 'Montserrat Light 300';
    content: '\f105';
    margin-left: 7px
}

.home-content .home-teaser:hover .overlay {
    background: #335052
}

.home-content .home-teaser-large-wrapper {
    margin-top: 24px;
    overflow: hidden;
    float: left
}

.home-content .home-teaser-large {
    width: 100%;
    overflow: hidden;
    position: relative
}

.home-content .home-teaser-large img {
    float: left;
    width: 75%
}

.home-content .home-teaser-large a {
    display: block;
    overflow: hidden
}

.home-content .home-teaser-large a>h2 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    width: 30%;
    margin: 0
}

.home-content .home-teaser-large .home-teaser-large-textblock {
    width: 32%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background: #1d3b3d;
    color: #fff;
    padding: 20px
}

.home-content .home-teaser-large .home-teaser-large-textblock h3 {
    color: #fff;
    margin-bottom: 24px;
    text-transform: uppercase;
    margin-top: 0
}

.home-content .home-teaser-large .home-teaser-large-textblock span {
    color: #a2afb0
}

.home-content .home-teaser-large .home-teaser-large-textblock span:after {
    font-family: 'Montserrat Light 300';
    content: '\f105';
    margin-left: 7px
}

.home-content .home-teaser-large:hover .home-teaser-large-textblock {
    background: #335052
}

@media only screen and (max-width: 1072px) {
    .home-banner .banner-header {
        bottom: 40px
    }

    .home-banner .banner-header .banner-header-text {
        top: 1%;
        font-size: 30px;
        line-height: 35px
    }

    .home-content .home-teaser-wrapper {
        width: 745px;
        overflow: hidden;
        margin: 0 auto
    }

    .home-content .home-teaser {
        width: 235px;
        margin: 15px 6px 0 6px
    }

    .home-content .home-teaser img {
        width: 100%
    }

    .home-content .home-teaser-large .home-teaser-large-textblock h3 {
        margin-top: 0
    }

    .usp h3 {
        font-size: 24px
    }

    .usp p {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    .home-banner .banner-header {
        top: 20px;
        bottom: 0px
    }

    .home-banner .banner-header .banner-header-text {
        font-size: 23px;
        line-height: 23px;
        width: 100%;
        color: #fff
    }

    .home-banner .banner-header .banner-introduction {
        width: 100%;
        color: #1d3b3d
    }

    .home-banner .banner-header .home-button {
        border: 1px solid #fff
    }

    .home-content .home-teaser-wrapper {
        width: 100%;
        max-width: 340px;
        margin: 0 auto
    }

    .home-content .home-teaser {
        width: 100%;
        max-width: 320px;
        margin-left: 0;
        margin-right: 0
    }

    .home-content .home-teaser img {
        width: 100%
    }

    .home-content .home-teaser-large img {
        width: 100%
    }

    .home-content .home-teaser-large a {
        text-decoration: none
    }

    .home-content .home-teaser-large a>h2 {
        bottom: inherit;
        top: 20px;
        right: 20px;
        width: 90%;
        font-size: 24px;
        line-height: 30px
    }

    .home-content .home-teaser-large .home-teaser-large-textblock {
        position: static;
        clear: both;
        width: 100%
    }

    .home-content .home-teaser-large .home-teaser-large-textblock h3 {
        margin-top: 0;
        font-size: 20px;
        line-height: 24px
    }
}

.ppg-home-page-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width: 767px) {
    .ppg-home-page-top .background-grey {
        -ms-flex-order: 1;
        order: 1
    }
}

.ppg-home-page-tiles {
    margin-top: 1px;
    margin-bottom: 10px
}

.ppg-home-page-tiles ul {
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.ppg-home-page-tiles ul li a {
    display: block;
    padding: 5px;
    border: 1px solid #1d3b3d;
    border-radius: 0;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    -webkit-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out
}

.ppg-home-page-tiles ul li a:hover {
    background-color: #1d3b3d;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .ppg-home-page-tiles ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 6px 12px 6px
    }
}

@media only screen and (max-width: 767px) {
    .ppg-home-page-tiles ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -6px
    }
}

.header-container {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "header-top" "header-middle" "header-nav";
    -ms-grid-rows: 45px 1fr 52px;
    grid-template-rows: 45px 1fr 52px
}

.header-container .header-container-top {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: header-top;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 72% 1fr 50px;
    grid-template-columns: 72% 1fr 50px;
    border-bottom: 1px solid #9A9A9A;
    width: 1072px
}

@media only screen and (min-width: 768px) and (max-width: 1072px) {
    .header-container .header-container-top {
        -ms-grid-columns: 69% 1fr 50px;
        grid-template-columns: 69% 1fr 50px
    }
}

@media only screen and (max-width: 1072px) {
    .header-container .header-container-top {
        width: 100%
    }
}

.header-container .header-container-middle {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: header-middle;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 55% 30% 1fr;
    grid-template-columns: 55% 30% 1fr;
    padding-top: 25px;
    padding-bottom: 25px
}

.header-container .header-container-middle .header-logo {
    text-align: right;
    margin-left: 30px
}

@media only screen and (min-width: 768px) and (max-width: 1072px) {
    .header-container .header-container-middle .header-logo {
        margin-top: -15px
    }
}

@media only screen and (max-width: 767px) {
    .header-container .header-container-middle {
        display: block;
        padding: 0
    }

    .header-container .header-container-middle .shoppingcart-header-wrapper {
        display: none
    }
}

.header-container nav {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: header-nav
}

@media only screen and (max-width: 767px) {
    .header-container nav {
        display: block;
        position: absolute;
        top: 46px;
        left: 0
    }
}

@media only screen and (max-width: 767px) {
    .header-container {
        display: block
    }

    .header-container .header-container-top {
        display: block
    }
}

.mob-overlay {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: none
}

@media only screen and (max-width: 767px) {
    .mob-overlay {
        display: block
    }
}

.mob-overlay {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.header-branding-image-container {
    -ms-grid-column: 3;
    display: block
}

.header-branding-image-container .header-branding-image {
    background: url(../../../image/shared/Ppg_logo_w_45x36.png) no-repeat;
    height: 36px;
    width: 50px;
    margin-top: 2px
}

@media only screen and (max-width: 767px) {
    .header-branding-image-container {
        position: absolute;
        top: 50px;
        right: 3px
    }
}

.header-container {
    height: auto
}

.header-logo {
    height: 77px;
    width: 108px
}

.header-logo .header-logo-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.header-logo .header-logo-link .header-logo-image {
    background: url("../../../image/HSRB/rambo/logo.png") center center no-repeat;
    background-size: contain;
    height: 100%
}

.header-logo .header-logo-link .header-logo-text {
    display: none
}

.l-header.header {
    background-image: url("../../../image/HSRB/rambo/header-bg.png");
    width: 100%;
    height: 200px;
    border-bottom: 5px solid #fff;
    -webkit-box-shadow: 0 5px 8px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 8px -2px rgba(0, 0, 0, 0.25);
    position: fixed;
    z-index: 10;
    top: 0
}

.l-header.header .inner-header,
.l-header.header .header-container {
    overflow: visible;
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1072px;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    .l-header.header {
        position: relative;
        height: 135px;
        border-bottom: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .l-header.header .inner-header,
    .l-header.header .header-container {
        width: 100%
    }

    .l-header.header #menuElem {
        left: 36px
    }
}

.main-content {
    margin-top: 200px
}

@media only screen and (max-width: 767px) {
    .main-content {
        margin-top: 0
    }
}

.ie .header-top-right #language select {
    padding-right: 0
}

.header-top-right {
    -ms-grid-column: 2
}

.header-top-right #language {
    margin-top: 12px
}

.header-top-right #language select {
    border: 1px solid #6c6c6c;
    background-color: #000;
    height: 30px;
    padding: 1px 35px 0 5px;
    float: right;
    color: #999
}

.header-top-right #language li,
.header-top-right #language li ul {
    width: 100%
}

.header-top-right #language li ul {
    z-index: 2
}

.header-top-right .searchBox {
    position: relative
}

.header-top-right .searchBox:after {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    right: 8px;
    top: 6px;
    color: #ccc
}

.header-top-right .site-wide-search-box {
    outline: none;
    border: 1px solid #6c6c6c;
    background-color: #4c4c4c;
    padding: 10px 38px 10px 15px;
    width: 100%;
    color: #fff;
    border-radius: 1px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.header-top-right .site-wide-search-box::-webkit-search-cancel-button {
    display: none
}

@media only screen and (max-width: 767px) {
    .header-top-right .site-wide-search-box {
        background-color: transparent;
        border: 0;
        height: 46px;
        margin: 0
    }
}

.header {
    position: relative
}

.header #menuElem {
    position: absolute;
    bottom: -5px;
    left: 180px;
    right: 36px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: "Montserrat SemiBold 600";
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.header #menuElem::after {
    content: '';
    display: block;
    clear: both
}

.header #menuElem>li {
    float: left;
    line-height: 36px;
    font-size: 14px;
    position: relative
}

.header #menuElem>li ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    display: none;
    list-style-type: none
}

.header #menuElem>li ul:hover {
    display: inline-block
}

.header #menuElem>li ul a {
    color: #fff
}

.header #menuElem>li ul a:hover {
    color: red
}

.header #menuElem>li ul li {
    background-color: #333;
    line-height: 26px
}

.header #menuElem>li ul li:first-child {
    margin-left: 0
}

.header #menuElem>li ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    white-space: nowrap
}

.header #menuElem>li ul li:hover {
    background-color: #333
}

.header #menuElem>li ul li:hover:after {
    display: none
}

.header #menuElem>li ul li.Highlighted {
    background: #333
}

.header #menuElem>li ul li.Highlighted>a {
    color: red
}

.header #menuElem>li ul li.Highlighted:after {
    display: none
}

.header #menuElem>li ul li.Highlighted:hover>a {
    color: red
}

.header #menuElem>li ul li:after {
    display: none
}

.header #menuElem>li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 20px
}

.header #menuElem>li:hover ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.header #menuElem>li:hover>a {
    color: red
}

.header #menuElem>li:hover:after {
    height: 5px;
    display: block;
    background: #7f7f7f;
    content: ''
}

.header #menuElem>li.Highlighted>a {
    color: red
}

.header #menuElem>li.Highlighted:after {
    height: 5px;
    display: block;
    background: #7f7f7f;
    content: ''
}

.header #menuElem>li:after {
    height: 5px;
    display: block;
    background: transparent;
    content: ''
}

.favourites:after {
    content: "\f004";
    font-family: "FontAwesome"
}

.header-mobile-menu {
    display: none;
    cursor: pointer
}

.header-mobile-menu .mobile-menu {
    border-left: 1px solid #9A9A9A;
    font-size: 18px;
    color: #fff;
    padding: 13px 23px;
    font-family: "Montserrat Light 300"
}

.header-mobile-menu .mobile-menu.search:after {
    content: "\f002"
}

.header-mobile-menu .mobile-menu.language:after {
    content: "\f0ac"
}

.header-mobile-menu .mobile-menu.menu {
    padding-top: 13px
}

.header-mobile-menu .mobile-menu.menu:after {
    margin-top: 5px;
    content: "\f039"
}

.header-mobile-menu .mobile-menu.account:after {
    content: "\f007"
}

.header-mobile-menu .mobile-menu.favorits:after {
    content: "\f004"
}

.header-mobile-menu .mobile-menu.shopping-cart {
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../../../../ecommerce/image/rambo/icon-shopping-cart.svg);
    background-position: 14px 10px;
    z-index: 2;
    width: 60px;
    height: 46px
}

.header-mobile-menu .mobile-menu.shopping-cart .cart-count {
    position: absolute;
    top: 3px;
    left: 23px;
    display: block;
    color: #8f8f95;
    width: 20px;
    height: 20px;
    text-align: center;
    font-family: "Montserrat Light 300";
    font-size: 11px;
    background-color: red;
    border-radius: 50%
}

.header-mobile-search {
    display: none
}

.header-mobile-search .mobile-menu.menu {
    display: inline-block;
    padding-top: 13px;
    padding-left: 15px;
    padding-bottom: 14px;
    width: 129px
}

.header-mobile-search .mobile-menu.menu span {
    position: relative;
    color: #999;
    font-family: "Montserrat Light 300";
    padding-left: 30px;
    padding-top: 2px
}

.header-mobile-search .mobile-menu.menu span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f0c9";
    height: 30px;
    font-family: "FontAwesome";
    color: #999;
    font-size: 25px
}

@media only screen and (max-width: 1072px) {

    .l-header.header .inner-header,
    .l-header.header .header-container {
        max-width: 800px;
        width: 100%
    }

    .header-logo .header-logo-link .header-logo-image {
        display: none
    }

    .header-logo {
        background: url("../../../image/HSRB/rambo/logo.png") center left no-repeat;
        padding: 0;
        margin: 0 0 0 -31px
    }

    .header-logo-image {
        display: none
    }

    .header #menuElem {
        left: 0;
        right: 0
    }

    .header #menuElem li a {
        padding: 8px 12px
    }

    .header-top-right {
        right: 36px
    }
}

@media only screen and (max-width: 767px) {
    .header-mobile-menu {
        display: block
    }

    .header-mobile-menu .mobile-menu.shopping-cart {
        background-image: url(../../../../ecommerce/image/rambo/icon-shopping-cart-white.svg)
    }

    .header-mobile-menu .mobile-menu.shopping-cart .cart-count {
        color: #fff
    }

    .header-logo {
        height: 46px;
        width: 130px;
        background-size: contain;
        margin: 0 5px;
        padding: 0;
        position: absolute;
        top: 0
    }

    .header-mobile-search {
        display: block;
        border-right: 1px solid #9A9A9A
    }

    .header-mobile-search .mobile-menu.menu span {
        color: #fff;
        font-size: 18px
    }

    .header-mobile-search .mobile-menu.menu span:before {
        top: 4px;
        color: #fff
    }

    html.mob-menu-open {
        width: 100%;
        height: 100%
    }

    html.mob-menu-open body {
        overflow: hidden
    }

    html.mob-menu-open .header #menuElem {
        left: 0;
        background: #333;
        overflow: auto
    }

    html.mob-menu-open .header #menuElem li>ul {
        position: static
    }

    html.mob-menu-open .header #menuElem li>ul li a {
        font-family: "Montserrat Light 300";
        font-size: 15px
    }

    html.mob-menu-open .header #menuElem li:after {
        height: auto
    }

    html.mob-menu-open .mob-overlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 100
    }

    .l-header.header #menuElem {
        border-radius: 0;
        width: 80%;
        position: fixed;
        padding: 0;
        margin: 0;
        top: 0;
        left: -100%;
        bottom: 0;
        z-index: 999;
        border-right: 1px solid #1D1D1B;
        background: #EDEDED;
        -webkit-transition: left 0.2s ease;
        -o-transition: left 0.2s ease;
        transition: left 0.2s ease
    }

    .l-header.header #menuElem>li {
        width: 100%;
        padding-left: 0 !important
    }

    .l-header.header #menuElem>li:first-child>a {
        border-top: 0
    }

    .l-header.header #menuElem>li>a {
        border-top: 1px solid #1D1D1B
    }

    .l-header.header #menuElem>li ul {
        display: none
    }

    .l-header.header #menuElem>li ul.open {
        display: block;
        width: 100%
    }

    .l-header.header #menuElem>li.has-subitems>a:after {
        content: "\f077";
        font-family: "FontAwesome";
        font-size: 16px;
        position: absolute;
        right: 12px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .l-header.header #menuElem>li.toggle-up>a:after {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

@media only screen and (max-width: 767px) {
    .banners.top-banner.theme-banner {
        margin-bottom: 12px
    }

    .header.l-header {
        border: none
    }

    .header.l-header .inner-header,
    .header.l-header .header-container {
        padding: 0
    }

    .header.l-header .header-mobile-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header.l-header #language {
        margin-top: 0
    }

    .header.l-header #language .langselector li {
        background: #fff !important;
        background-image: none !important
    }

    .header.l-header #language .lifirst {
        position: relative
    }

    .header.l-header #language select {
        float: none;
        width: 100%
    }

    html.mob-search-open .header-top-right {
        background-image: url("../../../image/HSRB/rambo/background.png");
        height: 50px;
        left: 0
    }

    html.mob-search-open .header-top-right .searchBox {
        position: relative
    }

    html.mob-search-open .header-top-right .searchBox:after {
        right: 22px;
        top: 15px
    }

    html.mob-language-open .header-top-right {
        background-image: url("../../../image/HSRB/rambo/background.png");
        left: 0;
        height: 50px
    }

    html.mob-language-open .header-top-right #language {
        display: block
    }

    .header-top-right {
        position: absolute;
        top: 47px;
        z-index: 1;
        right: 59px;
        height: 46px;
        left: 129px;
        border-right: 1px solid #9A9A9A
    }

    .header-top-right:empty {
        display: none
    }

    .header-top-right #language {
        display: none
    }

    .header-top-right .searchBox:after {
        top: 12px
    }
}

.footer {
    border-width: 20px 36px 36px;
    line-height: 22px
}

.footer h5 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-family: "Montserrat Extra Bold 800"
}

.footer .footer-brand {
    position: absolute
}

.footer .footer-site-links a {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff
}

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

.footer a {
    text-decoration: none;
    position: relative;
    color: #fff
}

.footer a:hover {
    text-decoration: underline
}

.footer .footer-custom-links ul {
    margin-bottom: 20px
}

.footer .footer-custom-links ul:last-child {
    margin-bottom: 0
}

.footer .footer-custom-links h6 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat SemiBold 600'
}

.footer .payment {
    margin-bottom: 10px
}

.footer p {
    margin: 3px 0px
}

.footer .footer-brand {
    position: relative;
    margin-top: 25px
}

.footer .footer-brand a {
    vertical-align: bottom;
    color: #cacaca;
    text-indent: 25px
}

.footer .footer-brand a:after {
    display: none
}

.footer .footer-brand img {
    margin-top: 5px;
    width: 24px
}

.footer-custom-links a:after,
.footer-info a:after {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 76%;
    margin: 1px 0 0 5px;
    position: absolute;
    color: #fff
}

.footer-info {
    padding-right: 24px;
    color: #fff
}

.footer-info h6 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat Light 300'
}

.footer-top {
    background: #292929;
    padding: 6px 0
}

.footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
    background: #000
}

.inner-footer {
    margin: 0 auto;
    width: 100%;
    max-width: 1072px
}

@media only screen and (max-width: 1072px) {
    .inner-footer {
        max-width: 800px
    }
}

.footer-social-links {
    padding: 16px 0 16px 0;
    letter-spacing: 8px
}

.footer-social-links a {
    color: #d1d1d1;
    font-size: 130%
}

.footer-newsletter {
    font-size: 15px;
    padding-top: 4px
}

.footer-newsletter .EditingFormControlNestedControl {
    float: left;
    margin-right: 10px
}

.footer-newsletter .ErrorLabel {
    display: block;
    top: 57px;
    right: 246px;
    color: red
}

.footer-newsletter .InfoLabel {
    line-height: 35px;
    padding-bottom: 0px;
    color: white
}

.footer-newsletter .EditingFormLabel {
    float: left;
    line-height: 35px;
    margin-right: 12px;
    color: #fff;
    font-family: "Montserrat Light 300"
}

.footer-newsletter input[type="text"] {
    margin-right: 0;
    width: 175px
}

.footer-newsletter input[type="submit"] {
    background: transparent;
    font-family: "Montserrat Light 300";
    color: #fff;
    height: 33px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    border-radius: 1px;
    padding: 8px
}

.footer-newsletter input[type="submit"]:hover {
    background: #fff;
    color: #000
}

.footer-newsletter div.Error input.hsrb {
    border: 1px solid red
}

@media only screen and (max-width: 1072px) {
    .l-footer {
        width: 100%
    }

    .inner-footer {
        width: 100%
    }

    .footer-newsletter {
        width: 100%
    }

    .footer-social-links {
        width: 31.333%;
        padding: 16px 0 16px 0
    }
}

@media only screen and (max-width: 767px) {
    .l-footer {
        width: 100%
    }

    .footer-site-links {
        padding-left: 0px
    }

    .footer-wrapper {
        margin: 0
    }

    .footer-top {
        padding: 24px
    }

    .footer-bottom {
        padding: 24px
    }

    .footer-newsletter {
        margin-top: 24px
    }

    .footer-newsletter .EditingFormLabel,
    .footer-newsletter .EditingFormControlNestedControl {
        width: 100%;
        display: inline-block
    }

    .footer-newsletter input {
        min-width: 220px
    }

    .footer-newsletter span {
        padding-left: 0 !important
    }

    .footer-social-links {
        width: 100%;
        padding: 0
    }
}

.page-wrapper {
    padding: 36px;
    position: relative
}

.page-header-image {
    margin: -36px -36px 0 -36px;
    position: relative
}

.page-header-image img {
    display: block
}

.page-header-image-intro {
    position: absolute;
    top: 40px;
    margin-left: 36px;
    width: 36%
}

.detail-title {
    margin-top: 0
}

.page-detail img[align="Left"].detail-image,
.page-detail img[align="left"].detail-image {
    margin-right: 24px;
    margin-bottom: 24px
}

.page-detail img[align="Right"].detail-image,
.page-detail img[align="right"].detail-image {
    margin-left: 24px;
    margin-bottom: 24px
}

.page-detail ul {
    list-style-position: inside
}

.page-detail img {
    max-width: 100%
}

.page-detail tr td {
    padding: 10px
}

@media only screen and (max-width: 1072px) {
    .page-wrapper {
        padding: 12px
    }

    .page-header-image-intro {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    body {
        word-wrap: break-word
    }

    .page-header-image-intro {
        margin-top: 12px;
        position: static
    }
}

.faq-item {
    display: none;
    margin-bottom: 5px
}

.faq-item h5 {
    margin-bottom: 12px
}

.faq-item div.faq-answer {
    display: none
}

.faq-item i {
    width: 25px;
    height: 25px;
    font-size: 24px;
    text-align: center;
    text-indent: 2px;
    margin-right: 5px
}

.faq-question {
    cursor: pointer
}

.faq-header {
    margin-bottom: 12px;
    cursor: pointer
}

.faq-topic.is-open .faq-item {
    display: block
}

.faq-item.is-open .faq-answer {
    display: block;
    margin-left: 34px
}

.faq-item.detail .faq-question {
    cursor: default;
    text-indent: 0;
    margin-right: 0
}

.faq-item.detail div.faq-answer {
    display: block
}

.faq-item.detail div.listing-link {
    padding-top: 1em
}

.teaser-row {
    margin: 0 -1%
}

.teaser-box,
.home-teaser {
    margin: 1% 1%;
    float: left;
    position: relative
}

.teaser-box a,
.home-teaser a {
    text-decoration: none
}

.teaser-box .teaser-image,
.home-teaser .teaser-image {
    width: 100%;
    display: block
}

.teaser-box .teaser-link,
.home-teaser .teaser-link {
    padding: 0px 24px 0px 24px;
    font-weight: bold;
    min-height: 75px;
    color: white;
    background: #1d3b3d;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "Montserrat Light 300"
}

.teaser-box .teaser-link a,
.home-teaser .teaser-link a {
    color: white;
    text-decoration: none
}

.teaser-box .teaser-link span,
.home-teaser .teaser-link span {
    display: table-cell;
    vertical-align: middle;
    height: 75px
}

.teaser-box:hover .teaser-link,
.home-teaser:hover .teaser-link {
    background: #335052
}

.l-teasers .teaser-box {
    max-width: 320px
}

.l-teasers .teaser-box:first-child:nth-last-child(1),
.l-teasers .teaser-box:first-child:nth-last-child(1)~.teaser-box {
    width: 98%
}

.l-teasers .teaser-box:first-child:nth-last-child(2),
.l-teasers .teaser-box:first-child:nth-last-child(2)~.teaser-box {
    width: 48%
}

.l-teasers .teaser-box:first-child:nth-last-child(3),
.l-teasers .teaser-box:first-child:nth-last-child(3)~.teaser-box {
    width: 31.33333%
}

.l-teasers .teaser-box:first-child:nth-last-child(4),
.l-teasers .teaser-box:first-child:nth-last-child(4)~.teaser-box {
    width: 23%
}

@media only screen and (max-width: 1072px) {
    .l-teasers .teaser-wrapper {
        margin: 0 12px
    }

    .l-teasers .teaser-wrapper .teaser-box .teaser-link span {
        padding-right: 0px
    }
}

@media only screen and (max-width: 767px) {
    .l-teasers .teaser-wrapper .teaser-box {
        width: auto !important
    }

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

    .teaser-row>div {
        float: none;
        margin-top: 24px
    }
}

.paintcalculator-product .product-name {
    font-weight: bold;
    display: block
}

.paintcalculator-product .product-header {
    font-weight: bold;
    float: left;
    display: inline-block;
    margin: 5px
}

.paintcalculator-product .product-result {
    display: inline-block
}

.paintcalculator-product {
    float: left
}

.paintcalculator-product-link {
    text-decoration: none
}

.paintcalculator-product select {
    min-width: 100px;
    width: 100px
}

#paintcalculator.open {
    display: block
}

.paintcalculator-productlist::after {
    content: '';
    display: block;
    clear: both
}

.paintcalculator-results {
    display: none;
    background-color: #e6e2dc;
    margin: 2px 0 12px 24px
}

.paintcalculator-results .product-totalPaintAmount {
    font-weight: bold
}

.paintcalculator-input-item-label {
    margin-bottom: 6px;
    color: #333;
    font-size: 16px
}

.paintcalculator-product {
    width: 50%;
    margin-top: 10px
}

.paintcalculator-product .paintcalculator-image {
    height: 220px;
    text-align: center
}

.paintcalculator-product .paintcalculator-image img {
    max-height: 210px
}

.paintcalculator-product:first-child {
    border-right: 1px solid #dedfe2
}

.paintcalculator-product.invalid input {
    border: 1px solid red
}

.paintcalculator-productlist {
    background-image: url("../../../image/HSRB/rambo/texture_grey.gif");
    background-repeat: repeat-x
}

.paintcalculator-product-name {
    padding-left: 24px;
    font-size: 18px;
    color: #1d3b3d;
    padding-bottom: 0;
    padding-top: 24px;
    padding-right: 150px;
    font-family: 'Montserrat Light 300'
}

.paintcalculator-product-name:after {
    content: "\f054";
    font-family: "FontAwesome";
    margin-left: 5px;
    font-size: 75%
}

.paintcalculator-input {
    margin-left: 24px;
    padding: 0 20px
}

.paintcalculator-input::after {
    content: '';
    display: block;
    clear: both
}

.paintcalculator-input .paintcalculator-input-item {
    float: left
}

.paintcalculator-input .paintcalculator-input-item select,
.paintcalculator-input .paintcalculator-input-item input {
    height: 37px;
    margin-bottom: 0
}

.paintcalculator-input .paintcalculator-input-item input[type="number"] {
    width: 75px
}

.paintcalculator-actionbuttons {
    padding: 10px 20px 20px 20px;
    background: #e6e2dc
}

.product-detail #paintcalculator {
    margin-top: 12px;
    width: 100%
}

.product-detail #paintcalculator .paintcalculator-input {
    margin-left: 0
}

.product-detail #paintcalculator .paintcalculator-input-item-label {
    margin-top: 12px;
    margin-bottom: 6px
}

.product-detail #paintcalculator .paintcalculator-product {
    width: 100%;
    border: none
}

.product-detail #paintcalculator .paintcalculator-product .paintcalculator-product-name,
.product-detail #paintcalculator .paintcalculator-product .paintcalculator-image {
    display: none
}

.product-detail #paintcalculator .paintcalculator-product img {
    display: none
}

.product-detail #paintcalculator .paintcalculator-input-item {
    width: 50%;
    float: left
}

.product-detail #paintcalculator .paintcalculator-input-item input,
.product-detail #paintcalculator .paintcalculator-input-item select {
    width: 75%
}

.product-detail #paintcalculator .product-input-wrapper {
    padding-top: 12px
}

.product-detail #paintcalculator .paintcalculator-info {
    padding: 10px 20px
}

.product-detail #paintcalculator .paintcalculator-info h3 {
    margin-top: 0
}

.product-detail #paintcalculator .paintcalculator-info h3 i {
    margin-left: 10px
}

.product-detail #paintcalculator .paintcalculator-results {
    margin: 0;
    padding: 12px 20px
}

.product-detail #paintcalculator .paintcalculator-actionbuttons .button {
    width: 75%;
    padding-left: 0;
    padding-right: 0
}

@media only screen and (max-width: 1072px) {
    .paintcalculatorCalculate {
        max-width: 230px
    }

    .paintcalculator-productlist {
        background-position-y: 149px
    }
}

@media only screen and (max-width: 767px) {
    .paintcalculator-product {
        width: 100%
    }

    .advice-page .paintcalculator-actionbuttons {
        margin-right: 100px
    }
}

.advice-page .paintcalculator-product {
    width: 100%;
    float: none;
    margin-top: 0;
    position: relative;
    height: 150px;
    border: none;
    border-bottom: 1px solid #ccc
}

.advice-page .paintcalculator-product-name {
    padding-top: 14px
}

.advice-page .paintcalculator-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 149px;
    width: 150px;
    padding: 20px;
    background: white
}

.advice-page .paintcalculator-image img {
    max-width: 100%;
    max-height: 100%
}

.advice-page .paintcalculator-actionbuttons {
    margin-right: 150px
}

.advice-page .paintcalculator-results {
    margin: 10px 0 12px 24px
}

@media only screen and (max-width: 1072px) {
    .advice-page .paintcalculator-image {
        position: static;
        width: 100%
    }

    .advice-page .paintcalculator-results {
        margin-top: 0
    }

    .advice-page .paintcalculator-product {
        height: auto
    }

    .advice-page .paintcalculator-actionbuttons {
        margin-right: 0;
        text-align: center
    }

    .advice-page .paintcalculator-actionbuttons .button {
        margin-left: 0
    }

    .advice-page .paintcalculator-product-name {
        width: auto;
        padding-right: 24px
    }
}

@media only screen and (max-width: 767px) {
    .advice-page .product-input-wrapper {
        padding-bottom: 0
    }

    .advice-page .paintcalculator-results {
        margin-bottom: 0
    }

    .advice-page .paintcalculator-product-name {
        padding-right: 24px
    }
}

@media only screen and (max-width: 767px) {

    .product-detail .grid-row .left,
    .product-detail .grid-row .right {
        float: none;
        width: 100%;
        clear: both
    }

    .product-detail #paintcalculator {
        width: 100%
    }

    .product-detail .call-to-action {
        margin-bottom: 0
    }
}

.paintcalculator-standalone-banner .banner-header {
    width: 50%
}

.paintcalculator-standalone-banner .banner-header .banner-introduction {
    width: 100%;
    text-transform: none
}

#paintcalculatorstandalone input.hsrb {
    height: auto
}

#paintcalculatorstandalone h2.step-title {
    margin-left: 1%;
    font-size: 30px
}

#paintcalculatorstandalone div.bold {
    margin: 0;
    font-size: 16px;
    font-family: "Montserrat Light 300";
    text-transform: uppercase;
    color: #1d3b3d;
    height: 55px
}

#paintcalculatorstandalone .paintcalculater-button {
    font-size: 16px;
    font-family: "Montserrat Light 300";
    display: inline-block;
    background-color: #1d3b3d;
    margin: 10px 0;
    color: white;
    height: 46px;
    line-height: 46px;
    padding: 0 30px;
    margin-left: 300px;
    border: none;
    text-transform: uppercase
}

#paintcalculatorstandalone .pcsa-step-1 ul.pcsa-categoryselector {
    list-style-type: none;
    margin: 0;
    padding: 5px 2px
}

#paintcalculatorstandalone .pcsa-step-1 ul.pcsa-categoryselector li {
    padding: 2px 10px;
    background-color: #1d3b3d;
    margin-bottom: 12px
}

#paintcalculatorstandalone .pcsa-step-1 ul.pcsa-categoryselector li h2 {
    margin: 0;
    font-family: "Montserrat Light 300";
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer
}

#paintcalculatorstandalone .pcsa-step-1 ul.pcsa-categoryselector li h2:after {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 76%;
    margin: -1px 0 0 5px;
    position: absolute;
    color: #fff
}

#paintcalculatorstandalone .pcsa-step-1 ul.pcsa-categoryselector li:hover {
    background-color: #335052
}

#paintcalculatorstandalone .pcsa-step-1 ul.pcsa-categoryselector li.selected {
    background-color: #335052
}

#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products {
    margin: 0 -1%;
    padding: 0;
    list-style-type: none
}

#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products::after {
    content: '';
    display: block;
    clear: both
}

#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products h3 {
    clear: both;
    border-bottom: 1px solid #e6e2dc;
    margin: 20px 1%;
    text-transform: uppercase
}

#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products h3:first-child {
    margin-top: 0
}

#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products li {
    margin-top: 10px;
    width: 31.33%;
    margin: 0 6px;
    display: inline-block;
    vertical-align: top
}

#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products li img {
    max-height: 140px;
    margin: 10px 0 15px
}

#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products li>span {
    border: 2px solid transparent;
    text-align: center;
    display: block;
    height: 160px;
    cursor: pointer
}

#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products li h2 {
    margin: 0;
    line-height: 18px;
    font-family: "Montserrat Light 300";
    color: #1d3b3d
}

#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products li h2 span {
    color: #1d3b3d;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer
}

#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products li>div {
    padding: 7px;
    background-color: #e6e2dc
}

#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products li p {
    color: #000
}

#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products li:hover>div {
    background: #1d3b3d
}

#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products li:hover>div span,
#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products li:hover>div p {
    color: white
}

#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products .pcsa-product-selectoritem {
    border: 1px solid #e6e2dc
}

#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products .pcsa-product-selectoritem:hover {
    border-color: #1d3b3d
}

#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products .pcsa-product-selectoritem:hover a {
    color: #FFF
}

#paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products .pcsa-product-selectoritem.selected {
    display: none
}

#paintcalculatorstandalone .pcsa-step-1 button.pcsa-changeproduct {
    margin-left: 20px;
    margin-top: 50px
}

#paintcalculatorstandalone .pcsa-step-2:before {
    content: '';
    border-top: 1px solid #e6e2dc;
    display: block;
    margin: 24px 0
}

#paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator {
    width: 80%;
    float: none;
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
    position: relative;
    height: 230px;
    border: none;
    background: #e6e2dc;
    padding: 24px
}

#paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .product-container {
    position: absolute;
    right: 0;
    top: 0;
    height: 230px;
    width: 25%;
    padding: 20px 20px 20px 40px;
    background: white;
    text-align: center
}

#paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .product-container img {
    max-width: 100%;
    max-height: 100%
}

#paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .product-container h2 {
    margin: 0;
    font-size: 14px
}

#paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .pcsa-input-item {
    display: inline-block;
    margin-right: 20px
}

#paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .pcsa-input-item input {
    width: 100px;
    text-align: center;
    padding: 8px
}

#paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .pcsa-input-item input.incorrect {
    border-color: red
}

#paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .pcsa-input-item select {
    width: 60px
}

#paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .pcsa-input-item select.incorrect {
    border-color: red
}

#paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .pcsa-input-m2 {
    width: 135px
}

#paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .pcsa-actionbuttons {
    display: inline-block;
    clear: both;
    padding: 24px 0
}

#paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .pcsa-actionbuttons .paintcalculatorCalculate:before {
    content: "\f1ec";
    font-family: "FontAwesome";
    margin-right: 5px
}

#paintcalculatorstandalone .pcsa-step-3:before,
#paintcalculatorstandalone .pcsa-storedresultscontainer:before {
    content: '';
    border-top: 1px solid #e6e2dc;
    display: block;
    margin: 24px 0
}

#paintcalculatorstandalone .pcsa-step-3 .pcsa-results,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results {
    width: 80%;
    float: none;
    margin-left: 10%;
    margin-right: 10%;
    position: relative
}

#paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem {
    border: 1px solid #e6e2dc;
    margin-top: 12px;
    position: relative;
    height: 170px;
    background: #e6e2dc
}

#paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .product-container,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .product-container {
    position: absolute;
    left: 0;
    top: 0;
    height: 178px;
    width: 178px;
    padding: 20px;
    background: white;
    text-align: center
}

#paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .product-container img,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .product-container img {
    max-width: 100%;
    max-height: 100%
}

#paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .calculation-results,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .calculation-results {
    position: relative;
    height: 100%;
    padding: 5px 24px 5px 200px
}

#paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .calculation-results .details,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .calculation-results .details {
    padding-right: 100px
}

#paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .calculation-results .details,
#paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .calculation-results .packages,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .calculation-results .details,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .calculation-results .packages {
    float: left
}

#paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .calculation-results .details .title,
#paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .calculation-results .packages .title,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .calculation-results .details .title,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .calculation-results .packages .title {
    margin: 10px 0;
    height: auto
}

#paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .calculation-results .details .amount,
#paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .calculation-results .packages .amount,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .calculation-results .details .amount,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .calculation-results .packages .amount {
    font-family: "Montserrat Light 300";
    font-size: 36px
}

#paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .calculation-results .details .unit-type,
#paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .calculation-results .packages .unit-type,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .calculation-results .details .unit-type,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .calculation-results .packages .unit-type {
    font-size: 14px;
    display: inline-block
}

#paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .calculation-results .pcsa-package:not(:last-child):after,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .calculation-results .pcsa-package:not(:last-child):after {
    content: '/';
    font-size: 36px;
    color: #000;
    padding: 0 5px
}

#paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .pcsa-cta,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .pcsa-cta {
    background-color: #1d3b3d;
    margin: 10px 0;
    color: #FFF;
    height: 46px;
    line-height: 46px;
    padding: 0 30px;
    text-decoration: none;
    font-family: "Montserrat Light 300";
    display: inline-block;
    text-transform: uppercase
}

#paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .remove,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .remove {
    position: absolute;
    height: 100%;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    border-left: 1px solid #d9d6d0;
    text-align: center
}

#paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .remove:before,
#paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .remove:before {
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 60px;
    margin: 70px -24px;
    right: 50%;
    position: absolute;
    color: #1d3b3d
}

#paintcalculatorstandalone .pcsa-step-3 .button-container,
#paintcalculatorstandalone .pcsa-storedresultscontainer .button-container {
    width: 100%;
    text-align: center;
    margin: 32px 0
}

#paintcalculatorstandalone .pcsa-step-3 .remove {
    display: none !important
}

@media only screen and (max-width: 1072px) {
    .paintcalculator-standalone-banner .banner-header {
        width: 85%
    }

    #paintcalculatorstandalone .paintcalculater-button {
        margin-left: 270px
    }

    #paintcalculatorstandalone .paintcalculatorCalculate {
        max-width: inherit
    }

    #paintcalculatorstandalone .pcsa-categoryselector li h2 {
        line-height: inherit;
        padding: 5px 0
    }

    #paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator {
        margin-left: 1.5%;
        margin-right: 0;
        width: 100%
    }

    #paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .pcsa-input-item {
        width: 235px
    }

    #paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .pcsa-input-layers {
        width: 100px
    }

    #paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .pcsa-input-m2 {
        width: 135px
    }

    #paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator div.bold {
        line-height: inherit;
        height: 50px
    }

    #paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .product-container {
        padding-left: 10px
    }

    #paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .calculation-results {
        padding: 0 0 0 192px
    }

    #paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .calculation-results .details {
        float: none
    }
}

@media only screen and (max-width: 767px) {
    .paintcalculator-standalone-banner .banner-header {
        width: 100%
    }

    #paintcalculatorstandalone {
        margin-top: 24px;
        border-top: 1px solid #E9EBED
    }

    #paintcalculatorstandalone .paintcalculater-button {
        margin-bottom: 0;
        margin-left: 0
    }

    #paintcalculatorstandalone .pcsa-step-1 .pcsa-category-products .products li {
        width: 98%;
        margin: 12px 1%
    }

    #paintcalculatorstandalone .pcsa-step-1 button.pcsa-changeproduct {
        margin-left: 0;
        margin-top: 12px
    }

    #paintcalculatorstandalone .pcsa-step-1 ul.pcsa-categoryselector {
        padding: 5px 0
    }

    #paintcalculatorstandalone .pcsa-category-products .items li {
        width: 48%
    }

    #paintcalculatorstandalone .pcsa-category-products .items li img {
        max-width: 100%
    }

    #paintcalculatorstandalone .paintcalculatorCalculate {
        max-width: inherit
    }

    #paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator {
        background: none;
        padding: 0;
        height: auto
    }

    #paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .pcsa-input-item {
        width: 250px;
        margin-top: 12px
    }

    #paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator div.bold {
        line-height: inherit;
        height: 35px
    }

    #paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .product-container {
        border: none;
        padding-left: 10px;
        position: static;
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 0
    }

    #paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .product-container img {
        max-height: 125px
    }

    #paintcalculatorstandalone .pcsa-step-2 .pcsa-calculator .product-container .bold {
        height: auto;
        margin-bottom: 10px
    }

    #paintcalculatorstandalone .product-input-wrapper {
        overflow: hidden;
        padding: 20px;
        margin-right: 3%
    }

    #paintcalculatorstandalone .pcsa-step-3,
    #paintcalculatorstandalone .pcsa-storedresultscontainer {
        overflow: hidden
    }

    #paintcalculatorstandalone .pcsa-step-3 .pcsa-results,
    #paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results {
        width: 98%;
        margin-left: 1%;
        margin-right: 0;
        overflow: hidden
    }

    #paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem,
    #paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem {
        height: auto
    }

    #paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .remove,
    #paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .remove {
        height: 167px;
        background-color: #F8F7F4;
        border-bottom: 1px solid #F8F7F4
    }

    #paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .calculation-results,
    #paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .calculation-results {
        padding-left: 0;
        clear: both;
        background-color: #F8F7F4;
        min-height: 100px;
        padding: 12px 20px
    }

    #paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .calculation-results .details,
    #paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .calculation-results .packages,
    #paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .calculation-results .details,
    #paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .calculation-results .packages {
        float: none
    }

    #paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem pcsa-cta,
    #paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem pcsa-cta {
        margin: 28px 20px 28px 0
    }

    #paintcalculatorstandalone .pcsa-step-3 .pcsa-results .pcsa-product-resultitem .product-container,
    #paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .product-container {
        position: static;
        text-align: center;
        width: 100%;
        clear: both;
        border-right: none;
        border-bottom: 1px solid #d6d6d6
    }
}

@media only screen and (max-width: 400px) {
    #paintcalculatorstandalone .pcsa-storedresultscontainer .pcsa-results .pcsa-product-resultitem .product-container {
        text-align: left
    }
}

.foop #foopSearch {
    margin-top: 12px
}

.search-page .searchQueryDisplay {
    margin-bottom: 12px
}

.search-page .search-result-item {
    padding: 0 20px;
    max-height: 75px;
    overflow: hidden;
    margin-bottom: 15px;
    font-family: 'Montserrat Light 300';
    font-size: 18px
}

.search-page .search-result-item a {
    text-decoration: none
}

.search-page .search-result-item a:hover {
    text-decoration: underline
}

.search-page .search-result-item a::before,
.search-page .search-result-item a:before {
    content: "\f105";
    font-family: "FontAwesome"
}

.search-page .search-result-item .description {
    margin-left: 12px
}

.search-page .searchBox {
    position: relative;
    padding: 15px;
    margin-bottom: 40px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc
}

.search-page .searchBox .search-button {
    display: inline-block;
    border: none;
    padding: 10px 19px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    background: #1d3b3d;
    color: #fff;
    line-height: 13px;
    height: 33px
}

.search-page .searchBox .search-button:hover {
    background: #335052
}

.search-page .searchBox .search-input-container:after,
.search-page .searchBox .search-input-container::after {
    content: "\f002";
    font-family: "FontAwesome";
    position: relative;
    right: 27px;
    top: 1px;
    color: #d6d6d6
}

.search-page .searchBox .search-input {
    outline: none;
    border: 1px solid #d6d6d6;
    height: 26px;
    padding: 1px 25px 0 5px
}

.search-page .search-result-count {
    float: left;
    width: 50%;
    color: #d6d6d6;
    margin-left: 20px
}

.search-page .search-pagination-container {
    float: right;
    padding-right: 40px
}

.search-page .search-pagination-container a {
    text-decoration: none
}

.search-page .search-pagination-container a:hover {
    text-decoration: underline
}

@media only screen and (max-width: 1072px) {

    .search-page .search-label:after,
    .search-page .search-label::after {
        content: "\A";
        white-space: pre
    }
}

.child-content-block {
    border-top: 1px solid #ccc;
    margin: 36px 0 24px;
    padding-top: 10px;
    color: #000
}

.grid-row .child-content-block-column {
    width: 50%
}

.grid-row .child-content-block-column.media {
    text-align: center;
    padding-top: 24px
}

.grid-row.even .child-content-block-column {
    float: left;
    padding-left: 0;
    padding-right: 8px
}

.grid-row.even .child-content-block-column.media {
    padding-left: 8px;
    padding-right: 0
}

.grid-row.odd .child-content-block-column {
    float: right;
    padding-left: 8px;
    padding-right: 0
}

.grid-row.odd .child-content-block-column.media {
    padding-left: 0;
    padding-right: 8px
}

.grid-row .child-content-block-media {
    margin: 0 auto
}

.grid-row .child-content-block-media img {
    width: 100%
}

.grid-row .child-content-block-media .youtube-container,
.grid-row .child-content-block-media .youtube {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%
}

.grid-row .child-content-block-media .youtube-container iframe,
.grid-row .child-content-block-media .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.stylist-title {
    border-top: 1px solid #ccc;
    padding-top: 24px
}

@media only screen and (max-width: 1072px) {
    .stylist-wrapper {
        width: 664px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 767px) {
    .grid-row .child-content-block-column {
        width: 100% !important
    }

    .grid-row .child-content-block-column {
        padding-left: 0 !important;
        padding-right: 0 !important;
        float: left !important
    }

    .grid-row .child-content-block-media {
        margin: 0 auto
    }

    .grid-row .child-content-block-media iframe,
    .grid-row .child-content-block-media .youtube-container,
    .grid-row .child-content-block-media .youtube {
        width: 100%;
        height: 100%
    }

    .stylist-wrapper {
        max-width: 320px;
        width: auto
    }

    .stylist-wrapper .person-widget {
        width: auto;
        margin-left: 0;
        margin-right: 0
    }
}

.home-page-new .top-banner {
    margin: -36px 0px 24px -36px
}

@media only screen and (max-width: 1072px) {
    .home-page-new .top-banner {
        margin: -11px 0px 24px -11px
    }
}

@media only screen and (max-width: 767px) {
    .home-page-new .top-banner {
        margin: -12px -12px 0 -12px
    }
}

.home-page-new .top-banner img {
    width: 100%
}

.home-page-new .banner-header {
    position: absolute;
    top: 80px;
    left: 30px
}

@media only screen and (max-width: 1072px) {
    .home-page-new .banner-header {
        left: 15px
    }
}

@media only screen and (max-width: 767px) {
    .home-page-new .banner-header {
        top: 0;
        position: absolute
    }
}

.home-page-new .banner-header .banner-header-text {
    font-size: 32px;
    line-height: 36px;
    font-family: "Montserrat Light 300";
    width: 55%;
    color: #fff;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .home-page-new .banner-header .banner-header-text {
        font-size: 18px
    }
}

.home-page-new .banner-header .banner-introduction {
    font-size: 18px;
    width: 55%;
    color: #fff
}

@media only screen and (max-width: 1072px) {
    .home-page-new .banner-header .banner-introduction {
        left: 15px
    }
}

.home-page-new .banner-header.no-image {
    position: static
}

.home-page-new .banner-header.no-image .banner-header-text {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-family: "Montserrat Light 300";
    width: 55%;
    color: #fff
}

@media only screen and (max-width: 1072px) {
    .home-page-new .banner-header.no-image .banner-header-text {
        top: 1%
    }
}

@media only screen and (max-width: 767px) {
    .home-page-new .banner-header.no-image .banner-header-text .banner-header-text {
        font-size: 23px;
        line-height: 23px;
        color: #fff;
        width: 100%
    }
}

.home-page-new .banner-header.no-image .banner-introduction {
    color: #000
}

@media only screen and (max-width: 767px) {
    .home-page-new .banner-header.no-image .banner-introduction {
        width: 100%;
        color: #333
    }
}

.top-banner img {
    width: 100%
}

.banner-header {
    position: absolute;
    top: 80px;
    left: 30px
}

.banner-header .banner-header-text {
    font-size: 32px;
    line-height: 36px;
    font-family: "Montserrat Light 300";
    width: 55%;
    color: #fff;
    text-transform: uppercase
}

.banner-header .banner-introduction {
    font-size: 18px;
    width: 55%;
    color: #fff
}

.banner-header.no-image {
    position: static
}

.banner-header.no-image .banner-header-text {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-family: "Montserrat Light 300";
    width: 55%;
    color: #fff
}

.banner-header.no-image .banner-introduction {
    color: #000
}

.cta-banner-area {
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Montserrat Light 300";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.cta-banner-area .cta-banner-area-container {
    display: inline-block
}

.cta-banner-area .cta-banner-area-close {
    cursor: pointer
}

.cta-banner-area .cta-banner-area-close:before {
    font-family: "FontAwesome";
    font-size: 22px;
    content: "\f00d";
    color: #FFF
}

.cta-banner-area .cta-banner-area-container-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.cta-banner-area .cta-banner-area-container-centre {
    margin: 15px;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cta-banner-area .cta-banner-area-container-centre span {
    margin-right: 4px
}

.cta-banner-area .cta-banner-area-container-right {
    float: right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.cta-banner-area .cta-banner-area-button {
    text-decoration: none;
    padding: 15px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1072px) {
    .banner-header {
        left: 15px
    }

    .banner-header-text {
        top: 1%
    }
}

@media only screen and (max-width: 767px) {
    .banner-header {
        position: static
    }

    .banner-header .banner-header-text {
        font-size: 23px;
        line-height: 23px;
        color: #fff;
        width: 100%
    }

    .banner-header .banner-introduction {
        width: 100%;
        color: #333
    }
}

.theme-row .teaser-box {
    margin-top: 0;
    margin-bottom: 20px;
    width: 23%
}

@media only screen and (max-width: 1072px) {
    .theme-row {
        max-width: 668px;
        margin: 0 auto
    }

    .theme-row .teaser-box {
        width: 100%;
        max-width: 320px
    }
}

@media only screen and (max-width: 767px) {
    .teaser-box {
        margin: 6px auto
    }

    .home-teasers {
        margin: 0 auto;
        max-width: 235px
    }
}

.map-search {
    margin-top: 24px
}

.map-outlets {
    margin-top: 12px
}

.outlets-search input {
    width: 300px
}

.outlets-search .search-outlets {
    clear: both;
    height: 33px;
    padding: 7px 19px
}

#no-results-error {
    color: red;
    display: none
}

#outlets .outlet {
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    padding: 20px 0
}

#outlets .outlet img {
    max-width: 80px;
    max-height: 40px
}

#outlets .outlet .outlet-icons {
    height: 40px
}

#outlets .outlet .outlet-brandIcons img {
    display: block;
    margin: 5px 0px 0px auto
}

#outlets .outlet .outlet-description {
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    .outlets-search input {
        width: 100%;
        margin-bottom: 5px
    }

    #outlets .outlet .outlet-brandIcons img {
        margin: 0
    }
}

#googlemap.map-outlets {
    width: 100%;
    height: 400px
}

.hogan-template {
    display: none
}

#googlemap a,
#googlemap span,
#googlemap div {
    font-size: 13px
}

#googlemap a {
    color: #0053a0;
    display: block;
    float: none !important
}

#googlemap h3 {
    font-size: 15px;
    margin: 0 0 15px
}

.brochures {
    vertical-align: top
}

.brochures .brochure-category {
    vertical-align: bottom
}

.brochures .brochure-category .description {
    margin-bottom: 12px
}

.brochures .brochure-category .brochure-item {
    display: inline-block;
    width: 31.3%;
    min-height: 65px;
    max-height: 150px;
    position: relative;
    padding: 4px;
    overflow: hidden
}

.brochures .brochure-category .brochure-item .brochure-image {
    float: left;
    width: 100px;
    height: 140px;
    margin-right: 10px
}

.brochures .brochure-category .brochure-item .brochure-image img {
    display: block;
    width: 100px;
    height: 140px
}

.brochures .brochure-category .brochure-item .title-and-description {
    display: block;
    max-height: 100px;
    overflow: hidden
}

.brochures .brochure-category .brochure-item .title-and-description .brochure-title {
    display: block;
    font-weight: bold
}

.brochures .brochure-category .brochure-item .download-brochure {
    position: absolute;
    bottom: 4px;
    left: 114px
}

.brochures .brochure-category .brochure-item .download-brochure .download-brochure-button {
    height: 30px;
    padding-top: 4px
}

@media only screen and (max-width: 767px) {
    .brochures .brochure-category .brochure-item {
        display: block;
        width: 100%
    }
}

aside.grid-3 {
    overflow: auto;
    min-height: 10px;
    margin-top: 0
}

aside.grid-3>div {
    margin: 12px 0
}

aside.grid-3>div:first-of-type {
    margin-top: 0
}

aside.grid-3 .teaser-box {
    margin: 12px 0
}

.widget-zone>div {
    margin: 12px 1%
}

@media only screen and (max-width: 1072px) {
    aside.grid-3 {
        margin: 24px 0
    }

    aside.grid-3>div,
    aside.grid-3>.teaser-box,
    aside.grid-3>div:first-of-type {
        margin: 6px 5px;
        float: left
    }
}

@media only screen and (max-width: 767px) {

    aside.grid-3>div,
    aside.grid-3>.teaser-box {
        margin-bottom: 6px
    }

    aside.grid-3>div,
    aside.grid-3 .teaser-box,
    aside.grid-3>div:first-of-type {
        max-width: 100%;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .collapsible {
        overflow: hidden
    }

    .collapsible h3 {
        margin-top: 0;
        font-size: 24px
    }

    .collapsible .addition-info-title,
    .collapsible h3,
    .collapsible .related-projects-header {
        cursor: pointer;
        background-color: #F8F7F4;
        border-bottom: 1px solid #e9e9e9;
        border-left: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
        border-top: 1px solid #e9e9e9;
        position: relative;
        padding: 12px 56px 12px 12px;
        margin-top: 0;
        font-size: 24px
    }

    .collapsible .addition-info-title:after,
    .collapsible h3:after,
    .collapsible .related-projects-header:after {
        content: "\f106";
        font-size: 46px;
        font-family: "FontAwesome";
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -17px;
        color: #000
    }

    .collapsed {
        overflow: hidden
    }

    .collapsed .addition-info-title:after,
    .collapsed h3:after,
    .collapsed .related-projects-header:after {
        content: "\f107"
    }

    .product-detail .collapsible h3 {
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 0
    }
}

.breadcrumb {
    clear: both;
    margin-top: 1%
}

.breadcrumb a {
    text-decoration: none;
    padding: 0 18px 0 0
}

.breadcrumb a:last-of-type,
.breadcrumb a.disabled {
    color: #656565;
    text-decoration: none;
    cursor: default;
    pointer-events: none
}

.breadcrumb p {
    margin: 0 0 12px 0
}

.breadcrumb p .CMSBreadCrumbsLink {
    position: relative;
    text-decoration: underline
}

.breadcrumb p .CMSBreadCrumbsLink:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #656565;
    position: absolute;
    top: -1px;
    left: -11px;
    text-decoration: none
}

.breadcrumb p a:first-child .CMSBreadCrumbsLink:before {
    content: none
}

.breadcrumb p a:last-child .CMSBreadCrumbsLink {
    text-decoration: none
}

.pagination {
    padding-bottom: 24px;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden
}

.pagination ul {
    float: left
}

.pagination li {
    display: inline-block;
    background: #1d3b3d;
    color: #fff
}

.pagination li.active {
    background: #fff;
    border: 1px solid #d6d6d6;
    color: #000;
    font-weight: normal
}

.pagination li a,
.pagination li strong {
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none
}

.pagination li a {
    color: #fff;
    font-weight: bold
}

.pagination li a:hover {
    text-decoration: none;
    background: #335052
}

.pagination .prev {
    float: right
}

.pagination .prev a {
    color: #fff
}

.pagination .prev a:before {
    font-family: "FontAwesome";
    content: "\f104 ";
    margin-right: 5px
}

.pagination .prev a:hover {
    text-decoration: none
}

.pagination .prev.inactive:before {
    font-family: "FontAwesome";
    content: "\f104 ";
    margin-right: 5px
}

.pagination .next {
    float: right;
    margin-left: 5px
}

.pagination .next a {
    color: #fff
}

.pagination .next a:after {
    font-family: "FontAwesome";
    content: "\f105";
    margin-left: 5px
}

.pagination .next a:hover {
    text-decoration: none
}

.pagination .next.inactive:after {
    font-family: "FontAwesome";
    content: "\f105";
    margin-left: 5px
}

.pagination .prev.inactive,
.pagination .next.inactive {
    cursor: default;
    background: #d6d6d6
}

.myppg .myppg-panel .pager a,
.myppg .myppg-panel .pager span {
    padding: 3px 10px;
    display: inline-block;
    font-weight: bold
}

.myppg .myppg-panel .pager .aspNetDisabled {
    display: none
}

.myppg .myppg-panel .pager a {
    background-color: #1d3b3d;
    color: #fff;
    text-decoration: none
}

.myppg .myppg-panel .pager a:hover {
    text-decoration: none;
    background: #335052
}

.myppg .myppg-panel .pager a.button {
    font-weight: normal;
    float: right;
    margin-left: 5px;
    margin-right: 0
}

.myppg .myppg-panel .pager a.button.aspNetDisabled {
    cursor: default;
    background: #d6d6d6
}

.myppg .myppg-panel .pager a.button.aspNetDisabled:hover {
    background: #d6d6d6
}

.myppg .myppg-panel .pager a.button:hover {
    text-decoration: none;
    background: #335052
}

.myppg .myppg-panel .pager span span {
    border: 1px solid #d6d6d6
}

.myppg .myppg-panel .pager>span {
    display: inline-block;
    padding: 3px 0
}

.myppg .myppg-panel .pager>span:last-of-type {
    padding: 3px 0
}

.myppg .myppg-panel .IE .pagination .button {
    height: 30px
}

@media only screen and (max-width: 767px) {
    .pagination ul {
        float: none
    }

    .pagination .prev {
        float: left;
        margin-top: 10px
    }

    .pagination .next {
        float: right;
        margin-top: 10px
    }

    .myppg .myppg-panel .pager>span {
        display: block;
        padding-left: 0;
        padding-right: 0
    }

    .myppg .myppg-panel .pager>span:last-of-type {
        float: none
    }

    .myppg .myppg-panel .pager a.button {
        margin-left: 0
    }

    .myppg .myppg-panel .pager .button.prev {
        float: left
    }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1
}

.owl-theme .owl-controls .owl-buttons {
    position: relative;
    overflow: hidden;
    width: 98%;
    margin: 0 auto
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    float: left
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    float: right
}

.owl-theme .owl-controls .owl-pagination {
    z-index: 2;
    position: absolute;
    text-align: center;
    left: 20%;
    right: 20%;
    bottom: 0
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fff
}

.owl-theme .owl-controls .owl-page.active span {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.html) no-repeat center center
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

#owl-carousel {
    margin-left: -36px;
    margin-top: -36px;
    margin-right: -36px
}

@media only screen and (max-width: 1072px) {
    #owl-carousel {
        margin-left: -12px;
        margin-top: -12px;
        margin-right: -12px
    }
}

@media only screen and (max-width: 767px) {
    #owl-carousel {
        margin-left: 0;
        margin-bottom: 12px
    }
}

#owl-carousel a {
    text-decoration: none
}

#owl-carousel a:hover {
    text-decoration: none
}

#owl-carousel .item {
    position: relative
}

#owl-carousel .item img {
    display: block;
    max-height: 400px
}

#owl-carousel .item span {
    font-family: "Montserrat Light 300";
    font-size: 30px;
    display: block;
    margin: 24px 0 0 24px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: #1d3b3d;
    padding: 15px 8px;
    width: 50%;
    line-height: 42px
}

@media only screen and (max-width: 767px) {
    #owl-carousel .item span {
        position: static;
        margin: 12px 0 0 0;
        width: 100%;
        font-size: 20px;
        padding-left: 15px
    }
}

#owl-carousel .item span:empty {
    display: none
}

.owl-wrapper {
    position: relative
}

.owl-prev,
.owl-next {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 5px 20px;
    padding: 3px 10px;
    font-size: 24px;
    width: 30px;
    height: 30px;
    background-color: #1d3b3d;
    filter: Alpha(Opacity=100);
    opacity: 1;
    cursor: pointer
}

.owl-prev:hover,
.owl-next:hover {
    background: #335052
}

.owl-theme .owl-controls {
    bottom: 12px
}

@media only screen and (max-width: 767px) {
    .owl-theme .owl-controls {
        bottom: inherit
    }
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 3px;
    background: #1d3b3d;
    -webkit-transition: all ease-in-out;
    -o-transition: all ease-in-out;
    transition: all ease-in-out;
    cursor: pointer
}

.ppg-modal-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 100;
    display: none
}

.ppg-modal-background.ppg-open-modal {
    display: block
}

.ppg-modal-panel {
    background-color: #fff;
    max-width: 400px;
    border-radius: 4px;
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 20px
}

.ppg-modal-panel h4 {
    color: #1D1D1B;
    text-align: center
}

.ppg-modal-panel-dismiss {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #333;
    opacity: .5;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.ppg-modal-panel-dismiss:hover {
    opacity: 1
}

.ppg-modal-panel-content-img-holder {
    text-align: center
}

.ppg-modal-panel-content-img-holder img {
    max-width: 200px
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    max-width: 100%
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#colorbox {
    border: 10px solid #fff
}

#cboxClose {
    display: none
}

.product-list .product-count {
    font-family: "Montserrat Light 300";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 0;
    display: block
}

.product-list .items {
    padding: 0;
    list-style-type: none;
    position: relative
}

.product-list .items.loading:before {
    top: 200px
}

.product-list .items::after {
    content: '';
    display: block;
    clear: both
}

.product-list .items .h3 {
    clear: both;
    border-bottom: 1px solid #999;
    margin: 20px 1%;
    padding-bottom: 6px
}

.product-list .items .h3:first-child {
    margin-top: 0
}

.product-list .items li {
    margin-top: 10px;
    height: 310px;
    width: 31.33%;
    margin: 12px 6px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #e6e2dc
}

.product-list .items li img {
    max-height: 140px;
    margin: 10px 0 15px
}

.product-list .items li>a {
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 1px solid #e6e2dc;
    text-align: center;
    display: block;
    height: 160px
}

.product-list .items li h3.h2,
.product-list .items li h2 {
    margin: 0;
    line-height: 20px;
    font-size: 20px
}

.product-list .items li h3.h2 a,
.product-list .items li h2 a {
    color: #1d3b3d;
    font-size: 16px;
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 160px;
    line-height: 18px;
    bottom: 0;
    padding-top: 10px;
    padding-left: 12px
}

.product-list .items li .product-actions-wrapper {
    background: #fff
}

.product-list .items li>div {
    padding: 12px;
    background: #f3f1ee
}

.product-list .items li p {
    color: #333;
    margin: 41px 0px 12px 0;
    line-height: 16px;
    font-size: 14px
}

.product-list .items li:hover {
    border: 1px solid #1d3b3d
}

.product-list .items li:hover .product-actions-wrapper {
    background: #fff
}

.product-list .items li:hover h3.h2 a,
.product-list .items li:hover h2 a {
    color: #fff
}

.product-list .items li:hover p {
    color: #fff
}

.product-list .items li:hover .product-downloads a {
    color: #fff
}

.product-list .items li .favorites {
    right: 15px !important;
    top: 10px !important
}

.product-search-results .product-search-dialog {
    display: none
}

.product-search-results .srch-results {
    font-size: 18px;
    margin-top: 20px;
    display: block
}

@media only screen and (max-width: 1072px) {
    .product-search-results {
        width: 98%
    }

    .product-list .items li p {
        margin-top: 58px
    }
}

@media only screen and (max-width: 767px) {
    .product-list .items li {
        width: 47%
    }

    .product-list .items li img {
        max-width: 100%
    }

    .product-list .items li p {
        margin-top: 41px
    }
}

@media only screen and (max-width: 530px) {
    .product-list .items {
        margin-top: 10px
    }

    .product-list .items .item {
        width: 100%
    }

    .product-list .items .item .product-actions {
        top: 5px
    }

    .product-list .items .item .product-actions input[type=checkbox] {
        margin-right: -999px
    }
}

.selected-filters {
    padding-bottom: 20px
}

.selected-filters .filter-header {
    color: #333;
    margin-bottom: 12px
}

.selected-filters .selected-filter {
    cursor: pointer;
    padding: 7px;
    color: #333;
    border: 1px solid #d6d6d6;
    background-color: #f6f5f3
}

.selected-filters .selected-filter:hover {
    background-color: #d8d8d8
}

.selected-filters .selected-filter:after {
    content: "\f00d";
    font-family: "FontAwesome";
    margin-left: 5px
}

.selected-filters .remove-filters {
    margin-left: 10px;
    cursor: pointer
}

.filter+.filter-expand {
    display: none
}

.product-overview {
    margin-left: 0;
    margin-right: 0
}

.product-overview .teaser-wrapper {
    margin: 0
}

aside.grid-3.product-overview-filters {
    overflow: hidden
}

.product-overview-filters .category {
    font-weight: bold;
    font-size: 20px;
    margin-top: 22px;
    margin-bottom: 12px;
    display: block;
    color: #333;
    text-transform: uppercase
}

.product-overview-filters .options>span {
    display: block;
    position: relative
}

.product-overview-filters .options input[type="checkbox"] {
    display: none
}

.product-overview-filters .options label {
    display: block;
    background: #f1efe9;
    padding: 6px 0 6px 15px;
    margin-bottom: 1px;
    cursor: pointer
}

.product-overview-filters .options label:hover {
    background: #1d3b3d;
    color: #fff
}

.product-overview-filters .options input:disabled+label {
    color: #999999;
    background: #f5f5f5
}

.product-overview-filters .options input:disabled+label:hover {
    background: #f5f5f5
}

.product-overview-filters .options input:checked+label {
    background: #1d3b3d;
    color: white
}

.product-overview-filters .options input:checked+label:after {
    content: "\f00d";
    font-family: "FontAwesome";
    margin-left: 5px;
    position: absolute;
    right: 15px
}

.cb-option-container:last-of-type .category-option label {
    margin-bottom: 0
}

@media only screen and (max-width: 1072px) {
    .product-overview .teaser-wrapper {
        max-width: 100%
    }

    .product-overview .teaser-wrapper .teaser-box {
        max-width: 235px;
        min-width: 220px;
        margin: 1%
    }

    .product-overview .teaser-wrapper .teaser-box .teaser-link span {
        padding-right: 0px
    }

    aside.grid-3>.filter {
        height: 0;
        overflow: hidden;
        position: relative;
        padding-bottom: 0;
        margin-bottom: 0;
        visibility: hidden
    }

    aside.grid-3>.filter.filter-expanded {
        height: auto;
        visibility: visible;
        padding-bottom: 0
    }

    aside.grid-3>.filter+.filter-expand {
        margin: 0 5px;
        text-align: center;
        background: #f2f2f2;
        position: relative;
        z-index: 1;
        cursor: pointer;
        padding: 5px;
        border-radius: 3px;
        display: inline-block;
        float: left;
        width: 100%
    }

    aside.grid-3>.filter+.filter-expand .expanded-text {
        display: none
    }

    aside.grid-3>.filter+.filter-expand:after {
        content: "\f107";
        font-family: "FontAwesome";
        color: #999999;
        font-size: 24px;
        float: right;
        margin-right: 12px;
        font-weight: bold
    }

    aside.grid-3>.filter+.filter-expand:hover {
        background: #d6d6d6
    }

    aside.grid-3>.filter+.filter-expanded-arrow:after {
        content: "\f106"
    }

    aside.grid-3>.filter+.filter-expanded-arrow .expand-text {
        display: none
    }

    aside.grid-3>.filter+.filter-expanded-arrow .expanded-text {
        display: inline-block
    }
}

@media only screen and (max-width: 767px) {
    .selected-filters {
        margin-top: 22px;
        margin-bottom: 12px
    }

    .product-overview .teaser-wrapper {
        margin: 24px auto;
        width: 510px
    }

    .product-overview .teaser-box {
        max-width: 235px;
        width: auto;
        margin: 6px 10px
    }

    .filter {
        margin-bottom: 0
    }

    .filter .category {
        margin-top: 12px
    }

    .filter-expand {
        margin-top: 0
    }
}

@media only screen and (max-width: 550px) {
    .product-overview .teaser-wrapper {
        width: 250px
    }
}

.product-selector {
    position: relative
}

.product-selector.search-product {
    margin-bottom: 0
}

.product-selector .options input:checked+label:after {
    content: none
}

.product-overview-filters>.filter {
    margin-top: 30px
}

.product-selector-item {
    position: relative
}

.product-selector-item input {
    width: 100%;
    background: #f6f5f3;
    border: 1px solid #e8e7e5
}

.product-selector-item input[type="submit"] {
    display: none
}

.product-selector-item select {
    width: 100%;
    height: 33px;
    padding: 0;
    background-color: #f6f5f3;
    border: 1px solid #e8e7e5
}

.filter {
    border-top: 2px solid #1d3b3d;
    margin-top: 24px;
    position: relative
}

.filter:before {
    display: block;
    position: absolute;
    top: -2px;
    content: '';
    background: url("../../../image/HSRB/rambo/arrow-down.png");
    background-position: 50%;
    background-repeat: no-repeat;
    height: 10px;
    width: 100%;
    margin-left: -5px
}

.product-selector-label {
    color: #333;
    font-size: 20px;
    margin-bottom: 12px;
    font-family: 'Montserrat Light 300';
    text-transform: uppercase
}

.product-selector-seperator {
    text-align: center;
    margin: 10px 0 7px;
    position: relative
}

.product-selector-seperator:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #dfdfdf
}

.product-selector-seperator-text {
    padding: 0 10px;
    background: #fff;
    position: relative;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .product-selector:after {
        top: 38px
    }
}

.product-detail .orderconfirmation-overlay-wrapper .added {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Montserrat Light 300"
}

.product-detail .orderconfirmation-overlay-wrapper .continue-shopping {
    margin-right: 15px
}

@media screen and (max-width: 400px) {
    .product-detail .orderconfirmation-overlay-wrapper .continue-shopping {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 10px
    }
}

.product-detail .orderconfirmation-overlay-wrapper .complete-order {
    background: #4DB5C2;
    color: #333;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #333;
    text-align: left;
    margin-bottom: 15px;
    font-family: "Montserrat Light 300"
}

@media screen and (max-width: 400px) {
    .product-detail .orderconfirmation-overlay-wrapper .complete-order {
        float: none;
        display: block;
        margin: 0 auto 25px auto
    }
}

.product-detail .orderconfirmation-overlay-wrapper .related-products {
    border-bottom: none;
    margin-top: 20px
}

.product-detail .orderconfirmation-overlay-wrapper .related-products ul li {
    background: none;
    margin-bottom: 10px;
    margin-right: 0;
    width: 33.33333%;
    height: auto
}

@media only screen and (max-width: 1072px) {
    .product-detail .orderconfirmation-overlay-wrapper .related-products ul li {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .product-detail .orderconfirmation-overlay-wrapper .related-products ul li {
        width: 100%
    }
}

.product-detail .orderconfirmation-overlay-wrapper .related-products ul li:nth-child(3n) {
    clear: none
}

.product-detail .orderconfirmation-overlay-wrapper .related-products ul li img {
    width: 80px;
    position: static
}

.product-detail .orderconfirmation-overlay-wrapper .related-products ul li a {
    border: none;
    height: auto
}

@media only screen and (max-width: 767px) {
    .product-detail .orderconfirmation-overlay-wrapper .related-products ul li a:not(.button) img {
        width: 80px
    }
}

.product-detail .orderconfirmation-overlay-wrapper .related-products ul li .image-container {
    float: left
}

.product-detail .orderconfirmation-overlay-wrapper .related-products ul li p {
    display: table-cell;
    vertical-align: middle;
    float: none;
    height: 80px;
    padding-left: 0
}

.product-detail .orderconfirmation-overlay-wrapper .related-products ul li:before {
    margin-top: 20px
}

.product-detail .orderconfirmation-overlay.popup>.window {
    width: 50em;
    min-height: 0;
    margin-left: -24em;
    border: 1px solid #999;
    padding: 2em;
    top: 5em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

.product-detail h2 {
    margin-bottom: 24px
}

.product-detail h3 {
    margin-top: 24px;
    margin-bottom: 12px
}

.product-detail .product-info {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid grey
}

.product-detail .product-info .grid-3 {
    text-align: center
}

.product-detail .product-info .grid-3 .button {
    margin-top: 12px;
    margin-left: 0
}

.product-detail .product-info ul {
    list-style-type: none;
    padding-left: 36px
}

.product-detail .product-info ul li:not(.category):before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 6px;
    position: relative;
    top: -2px;
    margin-right: 7px;
    color: #000
}

@media only screen and (max-width: 767px) {
    .product-detail .order-product.non-ecommerce .product-wrapper .configure-product>div.color .popular-colors {
        width: 250px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 767px) {
    .product-detail .order-product.non-ecommerce .product-wrapper .configure-product>div.unit {
        border-bottom: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1072px) {
    .product-detail .order-product.non-ecommerce .paint-calculator {
        left: -54px;
        bottom: auto;
        top: -152px
    }
}

.product-detail .order-product .product-unavailable {
    font-weight: bold;
    display: block;
    margin-bottom: 12px;
    font-size: 18px
}

.product-detail .sustainability-item {
    clear: both;
    margin-top: 24px
}

.product-detail .sustainability-icon {
    float: left;
    margin-right: 20px
}

.product-detail .sustainability-icon img {
    width: 42px;
    height: 42px
}

.product-detail .sustainability-score {
    display: none
}

.product-detail .sustainability-header {
    display: block;
    clear: both
}

.product-detail .product-image {
    width: 100%;
    max-width: 235px
}

.product-detail .related-products li {
    width: 45%;
    position: relative;
    float: left;
    margin-bottom: 24px;
    height: 110px;
    background-color: #e6e2dc
}

.product-detail .related-products li:nth-child(odd) {
    margin-right: 5%
}

.product-detail .related-products li:nth-child(3n) {
    clear: left
}

.product-detail .related-products li>a {
    display: block;
    height: 110px;
    background: #fff;
    border: 2px solid #e6e2dc;
    position: relative
}

.product-detail .related-products li img {
    width: 25%;
    max-height: 110px;
    float: left;
    margin-right: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    margin: auto
}

.product-detail .related-products li .button {
    display: block;
    float: left;
    padding: 0;
    height: auto;
    width: 100%;
    background-color: transparent;
    color: #1d3b3d;
    font-size: 18px;
    text-decoration: none;
    position: absolute;
    top: 12px;
    padding-left: 32%;
    padding-right: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    border: none
}

.product-detail .related-products li p {
    padding-left: 110px
}

@media screen and (max-width: 1072px) {
    .product-detail .related-products li p {
        padding-left: 120px
    }
}

.product-detail .related-products li:hover {
    background: #F0ECE5
}

.product-detail .related-products li:hover>a {
    border: 2px solid #F0ECE5
}

.product-detail .related-products li:hover .button {
    border: none
}

.product-detail .related-products .additional-information li {
    width: 45%;
    position: relative;
    float: left;
    margin-bottom: 24px;
    height: 85px;
    background-color: #e6e2dc
}

.product-detail .related-products .additional-information li:nth-child(3n) {
    clear: left
}

.product-detail .related-products .additional-information li img {
    width: auto;
    height: 85px;
    float: left;
    margin-right: 15px;
    position: static
}

.product-detail .related-products .additional-information li .button {
    display: block;
    float: left;
    padding: 12px 12px 0 130px;
    height: auto;
    background-color: transparent;
    color: #1d3b3d;
    font-size: 18px;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.product-detail .related-products .additional-information li p {
    display: none
}

.product-detail .related-products .additional-information li:hover {
    background: #F0ECE5
}

.product-detail .related-products ul {
    list-style-type: none;
    overflow: auto;
    padding: 0;
    margin: 24px 0
}

.product-detail .tokluswijzer {
    height: 310px;
    position: relative;
    margin: 24px 0
}

.product-detail .tokluswijzer a {
    height: 310px
}

.product-detail .tokluswijzer .overlay {
    position: absolute;
    bottom: 15px
}

.product-detail .product-colors {
    clear: both
}

.product-detail .product-colors .color-wrapper {
    clear: both;
    overflow: auto
}

.product-detail .product-colors .color-wrapper .product-color {
    float: left;
    margin: 12px 1%;
    width: 30%;
    cursor: pointer
}

.product-detail .product-colors .color-wrapper .product-color div {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border: 1px solid #333;
    background-size: cover !important
}

.product-detail .product-colors .color-wrapper .product-color span {
    color: #000;
    text-decoration: none;
    float: left;
    margin-top: 5px;
    width: 75%;
    line-height: 17px
}

.product-detail .product-colors .color-wrapper .product-color span:hover {
    text-decoration: none
}

.product-detail .product-colors .color-wrapper .product-color i {
    color: grey;
    margin-left: 2px
}

.product-detail .product-colors .color-wrapper .clicked-color {
    display: none;
    float: left;
    width: 100%
}

.product-detail .product-colors .color-wrapper .clicked-color div {
    height: 200px;
    width: 200px;
    border: 1px solid #333;
    background-size: cover !important;
    background-position: 50% !important;
    margin: 12px 1%
}

@media only screen and (max-width: 1072px) {
    .product-detail .related-products ul li .button {
        margin-top: 12px;
        width: 100%
    }

    .product-detail .related-products .additional-information li .button {
        padding-left: 130px;
        margin-top: 0;
        width: 100%
    }

    .product-detail .product-colors .product-color {
        width: 47%
    }

    .product-detail .product-colors .color-wrapper .product-color {
        width: 47%
    }

    .product-detail .paintcalculator-productlist {
        background-position-y: 0
    }

    .product-detail .paintcalculatorCalculate {
        width: 150px;
        padding: 5px
    }

    .product-detail .paintcalculatorCalculate:before {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .product-detail h2 {
        margin-bottom: 12px
    }

    .product-detail h3 {
        margin-top: 12px
    }

    .product-detail .product-info {
        padding-bottom: 12px;
        margin-bottom: 12px
    }

    .product-detail .product-info .grid-3 .button {
        margin-top: 6px
    }

    .product-detail .product-info ul {
        padding-left: 0
    }

    .product-detail .related-products ul {
        margin: 12px 0
    }

    .product-detail .related-products ul li {
        width: 100%;
        margin-bottom: 12px
    }

    .product-detail .related-products ul li .button {
        margin-left: 0;
        float: none;
        width: 100%
    }

    .product-detail .related-products ul li a:not(.button) {
        display: block;
        width: 100%;
        overflow: hidden;
        float: left
    }

    .product-detail .related-products ul li a:not(.button) img {
        width: auto;
        max-width: 100%;
        max-height: 100%
    }

    .product-detail .related-products .additional-information li {
        width: 100%
    }

    .product-detail .tokluswijzer {
        margin: 12px 0
    }

    .product-detail .product-colors .product-color {
        width: 280px;
        margin: 6px 5px
    }

    .product-detail #paintcalculator {
        margin: 12px 0
    }

    .product-detail .product-image {
        width: 50%
    }

    .product-detail .product-colors .color-wrapper .product-color {
        width: 100%;
        margin: 12px 0
    }

    .product-detail .product-colors .color-wrapper .clicked-color div {
        margin: 12px 0
    }
}

.downloads {
    overflow: auto;
    margin-top: 12px;
    padding: 0
}

.downloads li {
    list-style-type: none;
    float: left;
    width: 50%;
    margin: 12px 0
}

.downloads li a {
    background-image: url("../../../image/HSRB/sigmadiy/pdf.png");
    background-repeat: no-repeat;
    text-indent: 35px;
    display: inline-block;
    text-decoration: none;
    height: 28px
}

.downloads li a:hover {
    text-decoration: underline
}

.downloads li:before {
    display: none
}

.featured-listing {
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    border-radius: 0;
    background: no-repeat center center;
    background-size: cover;
    margin-bottom: 20px
}

.featured-listing__image {
    display: none;
    border-radius: 0;
    overflow: hidden;
    width: 100%
}

.featured-listing__image img {
    width: 100%;
    height: auto
}

.featured-listing__content {
    max-width: 325px;
    width: 100%;
    border-radius: 0;
    background-color: #f1efe9;
    padding: 25px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.featured-listing__content-title {
    margin-bottom: 15px;
    display: block;
    text-decoration: none
}

.featured-listing__content-title h4 {
    color: #1d3b3d
}

.featured-listing__content-summary {
    color: #000;
    font-size: 14px
}

.featured-listing__content-button {
    color: #fff;
    padding: 7px 14px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 18px;
    background-color: #1d3b3d
}

.featured-listing__content-button:hover {
    background-color: #335052
}

@media only screen and (max-width: 767px) {
    .featured-listing {
        background: none !important;
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .featured-listing__image {
        display: block;
        margin-bottom: 6px
    }

    .featured-listing__content {
        max-width: 100%;
        padding: 15px
    }
}

.ppg-blogs-filter {
    font-family: "Montserrat Light 300";
    background-color: #f1efe9;
    border-radius: 0;
    padding: 15px;
    margin: 0
}

.ppg-blogs-filter h2 {
    font-family: "Montserrat SemiBold 600";
    font-size: 1.6em;
    margin-top: 0
}

.ppg-blogs-filter h3 {
    font-family: "Montserrat SemiBold 600";
    font-size: 1.1em;
    line-height: 1;
    margin-top: 0
}

.ppg-blogs-filter-controls,
.ppg-blogs-filter-sort-controls {
    padding: 12px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

.ppg-blogs-filter-controls-label,
.ppg-blogs-filter-sort-controls-label {
    font-family: "Montserrat Light 300";
    display: block;
    font-weight: 600
}

.ppg-blogs-filter-controls select,
.ppg-blogs-filter-sort-controls select {
    width: 80%;
    height: 36px
}

.ppg-blogs-filter-controls input[type=checkbox],
.ppg-blogs-filter-sort-controls input[type=checkbox] {
    display: none
}

.ppg-blogs-filter-controls input[type=checkbox]+label,
.ppg-blogs-filter-sort-controls input[type=checkbox]+label {
    padding-left: 18px;
    position: relative
}

.ppg-blogs-filter-controls input[type=checkbox]+label:before,
.ppg-blogs-filter-sort-controls input[type=checkbox]+label:before {
    content: '';
    background-color: #fff;
    border: 1px solid #999;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 0
}

.ppg-blogs-filter-controls input[type=checkbox]:checked+label:after,
.ppg-blogs-filter-sort-controls input[type=checkbox]:checked+label:after {
    content: '';
    left: 4px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #999;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute
}

.ppg-blogs-filter-sort-controls {
    border-top: 0
}

.ppg-blogs-filter-button {
    display: inline-block;
    margin: 12px 0 0;
    padding: 3px 12px;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    background-color: #1d3b3d
}

.ppg-blogs-filter-button:hover {
    background-color: #335052
}

.blog-listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0
}

.blog-listing:first-child {
    padding-top: 0
}

.blog-listing:last-child {
    border-bottom: none
}

.blog-listing__image {
    width: 40%;
    border-radius: 0;
    overflow: hidden
}

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

.blog-listing__content {
    width: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px
}

.blog-listing__content-title {
    font-size: 1.1em;
    line-height: 38px;
    font-family: "Montserrat Light 300";
    text-decoration: none;
    margin-bottom: 7px;
    display: block
}

.blog-listing__content-title h5 {
    margin-top: 0;
    color: #1d3b3d;
    font-size: 21px
}

.blog-listing__content-summary {
    font-size: 14px
}

.blog-listing__content-button {
    display: inline-block;
    margin: 12px 0 0 0;
    padding: 3px 12px;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    background-color: #1d3b3d
}

.blog-listing__content-button:hover {
    background-color: #335052
}

@media only screen and (max-width: 767px) {
    .blog-listing {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .blog-listing:first-child {
        padding-top: 15px
    }

    .blog-listing__image,
    .blog-listing__content {
        width: 100%
    }

    .blog-listing__image {
        margin-bottom: 15px
    }
}

.blog-page__header {
    display: block;
    border-radius: 0;
    background: no-repeat center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px
}

.blog-page__header-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog-page__title,
.blog-page__subtitle {
    color: #fff;
    margin: 0;
    line-height: 1
}

.blog-page__title {
    font-size: 34px;
    margin-bottom: 3px
}

.blog-page__subtitle {
    font-size: 18px
}

.blog-page__date {
    display: block;
    margin-bottom: 12px
}

.ppg-blog-pagination-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 25px
}

@media only screen and (max-width: 767px) {
    .ppg-blog-pagination-share {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.recent-blog-posts h4 {
    margin-bottom: 0
}

.recent-blog-posts ul {
    margin: 0;
    padding: 0
}

.recent-blog-posts ul li {
    padding: 0;
    list-style-type: none
}

.ppg-blog-pagination a {
    display: inline-block;
    margin-right: 8px;
    padding: 3px 12px;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    background-color: #1d3b3d
}

.ppg-blog-pagination a:hover {
    background-color: #335052
}

@media only screen and (max-width: 767px) {
    .ppg-blog-pagination {
        margin-bottom: 15px
    }
}

.ppg-blog-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.ppg-blog-share span {
    display: inline-block;
    padding: 5px;
    font-size: 15px;
    margin-right: 5px;
    text-transform: uppercase
}

.ppg-blog-share a {
    display: inline-block;
    width: 26px;
    height: 26px;
    padding: 3px;
    background-color: #1d3b3d;
    margin-left: 8px;
    -webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out
}

.ppg-blog-share a:hover {
    background-color: #335052
}

.editing-form-control-nested-control {
    position: relative
}

input[type=text].ppg-validation-success,
input[type=password].ppg-validation-success,
input[type=number].ppg-validation-success,
textarea.ppg-validation-success {
    border-color: #27b327;
    padding-right: 32px
}

.ppg-validation-success-icon {
    position: relative;
    right: 30px;
    font-style: normal;
    color: #27b327
}

.ppg-validation-success-icon:before {
    content: "\f00c";
    font-family: "FontAwesome"
}

input[type=text].ppg-validation-failure,
input[type=password].ppg-validation-failure,
input[type=number].ppg-validation-failure,
textarea.ppg-validation-failure {
    border-color: #e62111;
    padding-right: 32px
}

.ppg-validation-failure-icon {
    position: relative;
    right: 25px;
    font-style: normal;
    color: #e62111
}

.ppg-validation-failure-icon:before {
    content: "\f12a";
    font-family: "FontAwesome"
}

textarea~.ppg-validation-success-icon,
textarea~.ppg-validation-failure-icon {
    top: -35px
}

.ppg-validation-error {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 12px;
    color: #e62111;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s
}

.ppg-validation-error.visible {
    visibility: visible;
    opacity: 1
}

.l-content .FormPanel .js-validate-radio-buttons {
    display: inline-block;
    min-height: 50px
}

.l-content .FormPanel .js-validate-radio-buttons input[type=radio] {
    margin-top: 30px
}

.l-content .FormPanel .js-validate-radio-buttons~.ppg-validation-error {
    left: 2px
}

.l-content .FormPanel .js-validate-radio-buttons~.ppg-validation-failure-icon {
    right: 16px
}

.js-validate-checkboxes {
    display: inline-block;
    vertical-align: middle
}

.js-validate-checkboxes~.ppg-validation-error {
    position: relative;
    left: 0
}

.js-validate-checkboxes~.ppg-validation-failure-icon {
    right: 0;
    margin-left: 10px;
    vertical-align: middle
}

.input-wrapper {
    position: relative;
    clear: both
}

.input-wrapper .js-validate-radio-buttons {
    list-style: none;
    margin: 0;
    padding: 0
}

.input-wrapper .js-validate-radio-buttons li {
    display: inline-block
}

.input-wrapper .js-validate-radio-buttons.ppg-validation-failure {
    min-height: 50px
}

.input-wrapper .js-validate-radio-buttons~.ppg-validation-error {
    top: 20px
}

.input-wrapper .js-validate-radio-buttons~.ppg-validation-failure-icon,
.input-wrapper .js-validate-radio-buttons~.ppg-validation-success-icon {
    display: none
}

.input-wrapper .ppg-validation-failure-icon,
.input-wrapper .ppg-validation-success-icon {
    position: absolute;
    right: 14px;
    top: 11px
}

.input-wrapper input[type=text].ppg-validation-success,
.input-wrapper input[type=text].ppg-validation-failure,
.input-wrapper input[type=number].ppg-validation-success,
.input-wrapper input[type=number].ppg-validation-failure,
.input-wrapper textarea.ppg-validation-success,
.input-wrapper textarea.ppg-validation-failure {
    padding-right: 10px
}

.input-wrapper input[type=text].ppg-validation-success::-webkit-input-placeholder,
.input-wrapper input[type=text].ppg-validation-failure::-webkit-input-placeholder,
.input-wrapper input[type=number].ppg-validation-success::-webkit-input-placeholder,
.input-wrapper input[type=number].ppg-validation-failure::-webkit-input-placeholder,
.input-wrapper textarea.ppg-validation-success::-webkit-input-placeholder,
.input-wrapper textarea.ppg-validation-failure::-webkit-input-placeholder {
    font-size: 12px
}

.input-wrapper input[type=text].ppg-validation-success::-moz-placeholder,
.input-wrapper input[type=text].ppg-validation-failure::-moz-placeholder,
.input-wrapper input[type=number].ppg-validation-success::-moz-placeholder,
.input-wrapper input[type=number].ppg-validation-failure::-moz-placeholder,
.input-wrapper textarea.ppg-validation-success::-moz-placeholder,
.input-wrapper textarea.ppg-validation-failure::-moz-placeholder {
    font-size: 12px
}

.input-wrapper input[type=text].ppg-validation-success:-ms-input-placeholder,
.input-wrapper input[type=text].ppg-validation-failure:-ms-input-placeholder,
.input-wrapper input[type=number].ppg-validation-success:-ms-input-placeholder,
.input-wrapper input[type=number].ppg-validation-failure:-ms-input-placeholder,
.input-wrapper textarea.ppg-validation-success:-ms-input-placeholder,
.input-wrapper textarea.ppg-validation-failure:-ms-input-placeholder {
    font-size: 12px
}

.input-wrapper input[type=text].ppg-validation-success::-webkit-input-placeholder,
.input-wrapper input[type=text].ppg-validation-failure::-webkit-input-placeholder,
.input-wrapper input[type=number].ppg-validation-success::-webkit-input-placeholder,
.input-wrapper input[type=number].ppg-validation-failure::-webkit-input-placeholder,
.input-wrapper textarea.ppg-validation-success::-webkit-input-placeholder,
.input-wrapper textarea.ppg-validation-failure::-webkit-input-placeholder {
    font-size: 12px
}

.input-wrapper input[type=text].ppg-validation-success::-moz-placeholder,
.input-wrapper input[type=text].ppg-validation-failure::-moz-placeholder,
.input-wrapper input[type=number].ppg-validation-success::-moz-placeholder,
.input-wrapper input[type=number].ppg-validation-failure::-moz-placeholder,
.input-wrapper textarea.ppg-validation-success::-moz-placeholder,
.input-wrapper textarea.ppg-validation-failure::-moz-placeholder {
    font-size: 12px
}

.input-wrapper input[type=text].ppg-validation-success:-ms-input-placeholder,
.input-wrapper input[type=text].ppg-validation-failure:-ms-input-placeholder,
.input-wrapper input[type=number].ppg-validation-success:-ms-input-placeholder,
.input-wrapper input[type=number].ppg-validation-failure:-ms-input-placeholder,
.input-wrapper textarea.ppg-validation-success:-ms-input-placeholder,
.input-wrapper textarea.ppg-validation-failure:-ms-input-placeholder {
    font-size: 12px
}

.input-wrapper input[type=text].ppg-validation-success::-ms-input-placeholder,
.input-wrapper input[type=text].ppg-validation-failure::-ms-input-placeholder,
.input-wrapper input[type=number].ppg-validation-success::-ms-input-placeholder,
.input-wrapper input[type=number].ppg-validation-failure::-ms-input-placeholder,
.input-wrapper textarea.ppg-validation-success::-ms-input-placeholder,
.input-wrapper textarea.ppg-validation-failure::-ms-input-placeholder {
    font-size: 12px
}

.input-wrapper input[type=text].ppg-validation-success::placeholder,
.input-wrapper input[type=text].ppg-validation-failure::placeholder,
.input-wrapper input[type=number].ppg-validation-success::placeholder,
.input-wrapper input[type=number].ppg-validation-failure::placeholder,
.input-wrapper textarea.ppg-validation-success::placeholder,
.input-wrapper textarea.ppg-validation-failure::placeholder {
    font-size: 12px
}

.user-details div {
    position: relative
}

.myppg-panel div div {
    position: relative
}

.popup>.window input,
.popup>.window select {
    width: 100%
}

.registration-form .input-wrapper {
    max-width: 300px
}

@media only screen and (max-width: 767px) {
    .registration-form .input-wrapper {
        max-width: 100%
    }
}

.registration-form .house-number .input-wrapper {
    display: inline-block;
    max-width: 148px
}

.registration-form .house-number input[type=text],
.registration-form .house-number input[type=number] {
    width: 148px;
    max-width: 100%
}

.kluswijzer-template {
    display: none !important
}

.kluswijzer-banners {
    position: relative
}

#kluswijzer {
    margin-top: 2em;
    background: #f8f7f5;
    background-image: url("../../../image/HSRB/rambo/background.png")
}

.kluswijzer-teasers {
    background: #c8ccd7;
    position: relative
}

.kluswijzer-teasers:before {
    content: '';
    background: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -11px;
    width: 0px;
    height: 0px;
    display: block;
    content: '';
    border-bottom: 11px solid #c8ccd7;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent
}

.kluswijzer-teasers #kluswijzer-teasers-infobox {
    padding: 20px;
    width: 80%;
    margin-left: 10%;
    text-align: center
}

.kluswijzer-teasers #kluswijzer-teasers-infobox span {
    display: block
}

.kluswijzer-teasers #kluswijzer-teasers-infobox .kluswijzer-teasers-title {
    width: 100%;
    color: #fff;
    font-weight: bolder;
    font-size: 32px
}

.kluswijzer-teasers #kluswijzer-teasers-infobox .kluswijzer-teasers-description {
    margin-top: 10px
}

.kluswijzer-teasers .kluswijzer-teaser {
    margin: 0 auto;
    padding: 1%;
    display: inline-block
}

.kluswijzer-teasers .kluswijzer-teaser span,
.kluswijzer-teasers .kluswijzer-teaser a,
.kluswijzer-teasers .kluswijzer-teaser img {
    display: block
}

.kluswijzer-teasers .kluswijzer-teaser .teaser-title {
    background: blue;
    padding: 8px 6px 8px 12px;
    color: #fff
}

.kluswijzer-teasers .kluswijzer-teaser .teaser-title:after {
    content: '\f054';
    font-family: "Montserrat Light 300";
    float: right;
    margin-right: 10px
}

.kluswijzer-teasers .kluswijzer-teaser .teaser-image {
    max-width: 100%
}

.kluswijzer-teasers .kluswijzer-teaser-1,
.kluswijzer-teasers .kluswijzer-teaser-2 {
    font-size: medium;
    width: 50%
}

.kluswijzer-teasers .kluswijzer-teaser-3 {
    font-size: small;
    width: 33.3%
}

.kluswijzer-teasers .kluswijzer-teaser-4 {
    font-size: small;
    width: 25%
}

.kluswijzer-header {
    min-height: 59px;
    position: relative;
    background: #1d3b3d;
    padding: 17px;
    overflow: hidden
}

.kluswijzer-header .kluswijzer-header-title {
    color: white;
    font-size: 22px;
    font-weight: bold;
    float: left
}

.kluswijzer-header:after {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2;
    margin-left: -5.5px;
    width: 0px;
    height: 0px;
    display: block;
    content: '';
    border-top: 11px solid blue;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent
}

.kluswijzer-header .kluswijzer-progressbar-container {
    float: right
}

.kluswijzer-header .kluswijzer-progressbar-container .kluswijzer-progressbar-label {
    color: #fff;
    vertical-align: middle
}

.kluswijzer-header .kluswijzer-progressbar-container .kluswijzer-progressbar {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #fff;
    height: 15px;
    width: 342px;
    background: #e1e1e1
}

.kluswijzer-header .kluswijzer-progressbar-container .kluswijzer-progressbar .kluswijzer-progressbar-inner {
    -webkit-transition: width .1s;
    -o-transition: width .1s;
    transition: width .1s;
    height: 100%;
    background: #caa204;
    width: 0
}

.kluswijzer-step-container {
    padding-bottom: 10px;
    margin-top: 40px;
    overflow: hidden;
    margin: 0 auto;
    width: 966px
}

.kluswijzer-step-container[teasers-count='1'] {
    width: 255px
}

.kluswijzer-step-container[teasers-count='2'] {
    width: 518px
}

.kluswijzer-step-container[teasers-count='2'] .kluswijzer-node:first-of-type .teaser-box:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0px;
    right: -7px
}

.kluswijzer-step-container[teasers-count='3'] {
    width: 777px
}

.kluswijzer-step-container[teasers-count='3'] .kluswijzer-node:nth-child(3n+3) .teaser-box:after,
.kluswijzer-step-container[teasers-count='3'] .kluswijzer-node:last-of-type .teaser-box:after {
    border: none
}

.kluswijzer-step-container[teasers-count='3'] .kluswijzer-node .teaser-box:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0px;
    right: -7px
}

.kluswijzer-node {
    margin: 0 auto;
    cursor: pointer;
    width: 235px;
    float: left;
    margin: 12px
}

.kluswijzer-node .teaser-box {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.kluswijzer-node .kluswijzer-node-title {
    width: 100%;
    min-height: 70px
}

.kluswijzer-node .kluswijzer-node-title.teaser-link {
    background: #000
}

.kluswijzer-node .kluswijzer-node-title.teaser-link span {
    color: #fff
}

.kluswijzer-node .kluswijzer-node-title.teaser-link:after {
    color: #fff
}

.kluswijzer-node:hover .kluswijzer-node-title.teaser-link {
    background: #fff
}

.kluswijzer-node:hover .kluswijzer-node-title.teaser-link span {
    color: #2c2f34
}

.kluswijzer-node:hover .kluswijzer-node-title.teaser-link:after {
    color: #2c2f34
}

.kluswijzer-node:active .kluswijzer-node-title.teaser-link {
    background: #fff
}

.kluswijzer-node:active .kluswijzer-node-title.teaser-link span {
    color: #2c2f34
}

.kluswijzer-node:active .kluswijzer-node-title.teaser-link:after {
    color: #2c2f34
}

.kluswijzer-node .teaser-box .teaser-link {
    background: #1d3b3d
}

.kluswijzer-node .teaser-box .teaser-link span {
    color: #fff
}

.kluswijzer-node .teaser-box .teaser-link:after {
    color: #fff
}

.kluswijzer-node .teaser-box:hover .teaser-link {
    background: #b3a794
}

.kluswijzer-node .teaser-box:hover .teaser-link span {
    color: #fff
}

.kluswijzer-node .teaser-box:hover .teaser-link:after {
    color: #fff
}

.kluswijzer-node .teaser-box:active .teaser-link {
    background: #b3a794
}

.kluswijzer-node img.kluswijzer-node-image {
    min-height: 160px;
    max-width: 235;
    border-bottom: none;
    display: block
}

.kluswijzer-node-description {
    float: left
}

.kluswijzer-node-description [hascontent=true] {
    padding: 8px
}

.kluswijzer-node-description .kluswijzer-node-description-title {
    font-weight: bold;
    padding-bottom: 3px
}

.kluswijzer-node-description .kluswijzer-node-description-title [hascontent=true] {
    padding: 8px
}

.kluswijzer-content {
    text-align: center;
    margin-top: 20px;
    line-height: 38px
}

.kluswijzer-content span {
    display: block
}

.kluswijzer-content .kluswijzer-content-title {
    font-weight: bolder;
    font-size: 36px
}

.kluswijzer-content .kluswijzer-content-question {
    font-size: 20px
}

.kluswijzer-history {
    background: #b3a794;
    background: rgba(179, 167, 148, 0.4);
    position: relative
}

.kluswijzer-history::after {
    content: '';
    display: block;
    clear: both
}

.kluswijzer-history:before {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2;
    margin-left: -11px;
    width: 0px;
    height: 0px;
    display: block;
    content: '';
    border-top: 11px solid rgba(179, 167, 148, 0.4);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent
}

.kluswijzer-history .kluswijzer-history-node {
    padding: 12px 12px 12px 12px;
    line-height: 12px;
    margin: 15px;
    position: relative;
    float: left;
    height: 36px;
    cursor: pointer;
    background: #1d3b3d;
    color: white
}

.kluswijzer-history .kluswijzer-history-node:last-child {
    cursor: default;
    background-color: #f3f0ec;
    color: #000
}

.kluswijzer-history .kluswijzer-history-node:not(:last-child):after {
    position: absolute;
    left: 100%;
    top: 0;
    width: 0px;
    height: 0px;
    display: block;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #1d3b3d
}

.kluswijzer-actionbuttons {
    background-color: rgba(179, 167, 148, 0.4);
    padding: 0 12px
}

.kluswijzer-actionbuttons .button-wrapper {
    text-align: right
}

.kluswijzer-actionbuttons .button-wrapper a {
    border: 1px solid white;
    color: white;
    background: transparent;
    margin: 12px 0
}

.kluswijzer-actionbuttons .button-wrapper a:hover {
    border-color: inherit;
    color: inherit
}

@media only screen and (max-width: 1072px) {
    .kluswijzer-step-container {
        width: 520px !important
    }

    .kluswijzer-node img {
        width: 100%
    }

    .kluswijzer-teaser {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .kluswijzer-teasers .kluswijzer-teaser {
        padding: 10px
    }

    .kluswijzer-teasers .kluswijzer-teaser .teaser-image {
        width: 100%;
        display: block
    }

    .kluswijzer-teasers .kluswijzer-teaser-1,
    .kluswijzer-teasers .kluswijzer-teaser-2,
    .kluswijzer-teasers .kluswijzer-teaser-3,
    .kluswijzer-teasers .kluswijzer-teaser-4 {
        font-size: medium;
        display: inline-block;
        min-width: 280px
    }

    .kluswijzer-history {
        padding: 10px !important
    }

    .kluswijzer-history .kluswijzer-history-node {
        margin: 4px !important;
        margin-left: 20px !important
    }

    .kluswijzer-header .kluswijzer-header-title {
        float: none
    }

    .kluswijzer-header .kluswijzer-progressbar-container {
        float: none
    }

    .kluswijzer-header .kluswijzer-progressbar-container .kluswijzer-progressbar {
        width: 100%
    }

    .kluswijzer-step-container {
        max-width: 260px;
        width: 100%;
        margin: 0 auto
    }

    .kluswijzer-step-container .teaser-box img {
        width: 100%;
        max-width: 100%;
        max-height: 100%
    }

    .kluswijzer-node {
        float: none;
        width: auto
    }

    .kluswijzer-actionbuttons .button-wrapper {
        text-align: center
    }
}

.what-you-need-container>h2 {
    font-size: 1.75em;
    margin-bottom: 10px
}

.what-you-need-container>.content-container {
    position: relative;
    overflow: hidden;
    background-color: #f3f1ee;
    padding: 8px 8px 16px 8px;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s
}

.what-you-need-container>.content-container .arrow {
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    text-decoration: none;
    z-index: 2;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s
}

.what-you-need-container>.content-container .arrow:before {
    content: "\f077";
    font-family: "FontAwesome";
    font-size: 1.25em
}

.what-you-need-container>.content-container .show-requirements {
    opacity: 0;
    padding-bottom: 10px;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 9px;
    left: 15px;
    text-decoration: none;
    background-color: #f3f1ee;
    color: #005570;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 1
}

.what-you-need-container>.content-container.closed {
    height: 40px
}

.what-you-need-container>.content-container.closed .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.what-you-need-container>.content-container.closed .show-requirements {
    opacity: 1
}

.what-you-need-container>.content-container .order-button-container {
    display: table;
    width: 100%;
    padding-top: 30px
}

.what-you-need-container>.content-container .order-button-container .button.order-button {
    background-color: #f3780e;
    float: right;
    margin-right: 7px;
    padding-top: 14px;
    position: relative;
    padding-right: 50px;
    text-transform: uppercase;
    height: auto
}

.what-you-need-container>.content-container .order-button-container .button.order-button:hover {
    background-color: #f59543
}

@media only screen and (max-width: 1072px) {
    .what-you-need-container>.content-container .order-button-container .button.order-button {
        margin-right: 15px
    }
}

@media only screen and (max-width: 767px) {
    .what-you-need-container>.content-container .order-button-container .button.order-button {
        margin-right: auto;
        margin-left: auto;
        float: none;
        display: block;
        max-width: 250px
    }
}

.what-you-need-container>.content-container .order-button-container .button.order-button:after {
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 15px;
    width: 27px;
    height: 25px;
    background-image: url(../../../../ecommerce/image/histor/icon-shopping-cart-white.svg);
    background-repeat: no-repeat;
    background-size: 100%
}

.what-you-need-container>.content-container .paint-calculator-container {
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    position: relative
}

@media only screen and (max-width: 767px) {
    .what-you-need-container>.content-container .paint-calculator-container {
        text-align: center
    }
}

.what-you-need-container>.content-container .paint-calculator-container .paint-calculator-link {
    margin-left: 10px;
    text-decoration: none
}

.what-you-need-container .background-container {
    display: table;
    width: 100%
}

.what-you-need-container .heading {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 8px
}

.what-you-need-container .paint-items-container,
.what-you-need-container .material-items-container {
    width: 50%;
    margin-left: 0;
    margin-right: 0
}

@media only screen and (max-width: 1072px) {

    .what-you-need-container .paint-items-container,
    .what-you-need-container .material-items-container {
        width: 100%;
        float: none;
        display: table
    }
}

.what-you-need-container .paint-item {
    position: relative;
    background-color: #faf9f6;
    border: 1px solid #edeae6;
    float: left;
    width: 30.33333%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding: 8px;
    min-height: 300px
}

@media only screen and (max-width: 767px) {
    .what-you-need-container .paint-item {
        float: none;
        width: 100%;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px
    }
}

.what-you-need-container .paint-item:last-of-type {
    margin-right: 0
}

@media only screen and (max-width: 767px) {
    .what-you-need-container .paint-item:last-of-type {
        margin-right: auto;
        margin-bottom: 0
    }
}

.what-you-need-container .paint-item .image-container {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -8px;
    background-color: white
}

@media only screen and (max-width: 767px) {
    .what-you-need-container .paint-item .image-container {
        margin-bottom: 0;
        padding-bottom: 12px
    }
}

.what-you-need-container .paint-item .image-container img {
    max-width: 120px;
    margin: 0 auto;
    display: block
}

.what-you-need-container .paint-item h3 {
    font-size: 1.125em;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    border-top: 1px dotted #edeae6;
    text-transform: uppercase;
    height: 70px
}

.what-you-need-container .paint-item h3 a {
    color: #005570;
    text-decoration: none
}

.what-you-need-container .paint-item .product-actions-container {
    display: block;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 30px;
    background-color: #fff
}

.what-you-need-container .paint-item .product-actions-container .review-container {
    float: left
}

.what-you-need-container .paint-item .product-actions-container .review-container .star {
    display: block;
    float: left;
    cursor: pointer;
    color: #005570
}

.what-you-need-container .paint-item .product-actions-container .review-container .star:before {
    content: "\f006";
    font-family: "FontAwesome";
    font-size: .875em;
    font-weight: normal
}

.what-you-need-container .paint-item .product-actions-container .favorites {
    float: right
}

.what-you-need-container .paint-item .product-actions-container .favorites a {
    text-decoration: none
}

.what-you-need-container .paint-item .product-actions-container .favorites a:before {
    font-size: 1.125em
}

.what-you-need-container .paint-item span,
.what-you-need-container .paint-item p {
    color: #333333
}

.what-you-need-container .paint-item .pricing {
    margin-top: -5px
}

.what-you-need-container .paint-item .pricing .from,
.what-you-need-container .paint-item .pricing .crossed-out {
    color: #666666;
    font-size: .875em;
    height: auto
}

.what-you-need-container .paint-item .pricing .price {
    color: #000;
    display: block;
    margin-top: -5px;
    font-family: "Montserrat Light 300";
    font-size: 16px
}

.what-you-need-container .paint-item .pricing .price.no-promo-price {
    margin-top: 27px
}

.what-you-need-container .paint-item .volume {
    font-size: .9375em
}

.what-you-need-container .paint-item .button.add-to-cart {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: block;
    text-align: left;
    color: #000;
    background-color: #fff;
    text-transform: uppercase;
    padding: 14px 19px;
    border: 1px solid #000;
    font-family: "Montserrat Light 300"
}

.what-you-need-container .paint-item .button.add-to-cart:hover {
    border-color: #1d3b3d;
    background-color: #1d3b3d;
    color: #fff
}

.what-you-need-container .paint-item .button.add-to-cart:hover:after {
    background-image: url(../../../../ecommerce/image/rambo/icon-shopping-cart-white.svg)
}

.what-you-need-container .paint-item .button.add-to-cart:after {
    position: absolute;
    content: " ";
    top: 10px;
    right: 15px;
    width: 27px;
    height: 25px;
    background-image: url(../../../../ecommerce/image/rambo/icon-shopping-cart-black.svg);
    background-repeat: no-repeat;
    background-size: 100%
}

.advice-page .what-you-need-container .advice-step-media+.advice-step-materials,
.advice-page .advice-step .advice-step-media+.advice-step-materials {
    margin-top: 20px
}

.advice-page .what-you-need-container .advice-step-materials,
.advice-page .advice-step .advice-step-materials {
    margin-top: 0
}

.advice-page .what-you-need-container .advice-step-materials h4,
.advice-page .advice-step .advice-step-materials h4 {
    margin-top: 0
}

.advice-page .what-you-need-container .material-item,
.advice-page .advice-step .material-item {
    position: relative;
    border-bottom: 1px solid #cfcbc5;
    float: left;
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 10px;
    padding: 10px;
    min-height: 130px;
    display: table
}

@media only screen and (max-width: 1072px) {

    .advice-page .what-you-need-container .material-item,
    .advice-page .advice-step .material-item {
        width: 30.33333%;
        margin-right: 1.5%;
        margin-left: 1.5%
    }
}

@media only screen and (max-width: 767px) {

    .advice-page .what-you-need-container .material-item,
    .advice-page .advice-step .material-item {
        width: 100%;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        float: none
    }
}

.advice-page .what-you-need-container .material-item:nth-child(2n),
.advice-page .advice-step .material-item:nth-child(2n) {
    clear: left
}

@media only screen and (max-width: 1072px) {

    .advice-page .what-you-need-container .material-item:nth-child(2n),
    .advice-page .advice-step .material-item:nth-child(2n) {
        clear: none
    }
}

@media only screen and (max-width: 1072px) {

    .advice-page .what-you-need-container .material-item:nth-child(3n+2),
    .advice-page .advice-step .material-item:nth-child(3n+2) {
        clear: left
    }
}

.advice-page .what-you-need-container .material-item .image-container,
.advice-page .what-you-need-container .material-item .content-container,
.advice-page .advice-step .material-item .image-container,
.advice-page .advice-step .material-item .content-container {
    float: left
}

.advice-page .what-you-need-container .material-item .image-container,
.advice-page .advice-step .material-item .image-container {
    width: 40%
}

.advice-page .what-you-need-container .material-item .image-container img,
.advice-page .advice-step .material-item .image-container img {
    max-width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.advice-page .what-you-need-container .material-item .content-container,
.advice-page .advice-step .material-item .content-container {
    width: 60%
}

.advice-page .what-you-need-container .material-item .content-container span,
.advice-page .advice-step .material-item .content-container span {
    color: #333333
}

.advice-page .what-you-need-container .material-item .content-container .text-container,
.advice-page .advice-step .material-item .content-container .text-container {
    margin-top: 10px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px
}

.advice-page .what-you-need-container .material-item .content-container .text-container .pricing,
.advice-page .advice-step .material-item .content-container .text-container .pricing {
    margin-top: -5px
}

.advice-page .what-you-need-container .material-item .content-container .text-container .pricing .from,
.advice-page .what-you-need-container .material-item .content-container .text-container .pricing .crossed-out,
.advice-page .advice-step .material-item .content-container .text-container .pricing .from,
.advice-page .advice-step .material-item .content-container .text-container .pricing .crossed-out {
    color: #666666;
    font-size: .875em;
    height: auto
}

.advice-page .what-you-need-container .material-item .content-container .text-container .pricing .price,
.advice-page .advice-step .material-item .content-container .text-container .pricing .price {
    font-family: "Montserrat Light 300";
    color: #000;
    display: block;
    margin-top: -5px;
    font-size: 16px
}

.advice-page .what-you-need-container .material-item .content-container .text-container .pricing .price.no-promo-price,
.advice-page .advice-step .material-item .content-container .text-container .pricing .price.no-promo-price {
    margin-top: 5px
}

.advice-page .what-you-need-container .material-item .content-container h3,
.advice-page .advice-step .material-item .content-container h3 {
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 0;
    height: 60px
}

.advice-page .what-you-need-container .material-item .content-container h3 a,
.advice-page .advice-step .material-item .content-container h3 a {
    color: #005570;
    text-decoration: none
}

.advice-page .what-you-need-container .material-item .content-container .bottom-container,
.advice-page .advice-step .material-item .content-container .bottom-container {
    margin-top: 0;
    padding-left: 5px
}

.advice-page .what-you-need-container .material-item .content-container .button.add-to-cart,
.advice-page .advice-step .material-item .content-container .button.add-to-cart {
    float: right;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
    width: 80px;
    min-height: 0;
    height: auto;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    position: relative;
    text-transform: uppercase;
    font-size: .875em
}

.advice-page .what-you-need-container .material-item .content-container .button.add-to-cart:hover,
.advice-page .advice-step .material-item .content-container .button.add-to-cart:hover {
    border-color: #1d3b3d;
    background-color: #1d3b3d;
    color: #fff
}

.advice-page .what-you-need-container .material-item .content-container .button.add-to-cart:hover:after,
.advice-page .advice-step .material-item .content-container .button.add-to-cart:hover:after {
    background-image: url(../../../../ecommerce/image/rambo/icon-shopping-cart-white.svg)
}

.advice-page .what-you-need-container .material-item .content-container .button.add-to-cart:after,
.advice-page .advice-step .material-item .content-container .button.add-to-cart:after {
    position: absolute;
    content: " ";
    top: 4px;
    right: 4px;
    width: 20px;
    height: 18px;
    background-image: url(../../../../ecommerce/image/rambo/icon-shopping-cart-black.svg);
    background-repeat: no-repeat;
    background-size: 100%
}

.advice-page .what-you-need-container .material-item .content-container .favorites,
.advice-page .advice-step .material-item .content-container .favorites {
    float: left;
    margin-top: 2px
}

.advice-page .what-you-need-container .material-item .content-container .favorites a.mobile,
.advice-page .advice-step .material-item .content-container .favorites a.mobile {
    font-size: 1.125em
}

.advice-page .advice-step .material-item {
    float: none;
    width: 250px
}

.advice-page .advice-step .material-item:last-child {
    border-bottom: 0
}

.advice-page .title-container h1 {
    padding-top: 0;
    font-size: 2.25em
}

.advice-page .introduction-row {
    margin-bottom: 24px
}

@media only screen and (max-width: 767px) {
    .advice-page .introduction-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.advice-page .introduction-container p {
    font-size: 1.125em;
    line-height: normal
}

.advice-page .introduction-container p:first-child {
    margin: 0
}

@media only screen and (max-width: 767px) {
    .advice-page .image-container {
        margin-bottom: 12px
    }
}

.advice-page .image-container a {
    border: none
}

.advice-page .image-container a img {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .advice-page .image-container a img {
        max-width: 385px;
        margin: 0 auto;
        display: block
    }
}

.advice-page .advice-spacer {
    margin-top: 30px;
    border-top: 1px solid #8c8a87
}

@media only screen and (max-width: 767px) {
    .advice-page .advice-spacer {
        margin-top: 20px
    }
}

.advice-page .advice-spacer .advice-spacer-buttons {
    padding-top: 20px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .advice-page .advice-spacer .advice-spacer-buttons {
        width: 250px;
        margin: 0 auto
    }
}

.advice-page .advice-spacer .advice-spacer-buttons a {
    color: #333333;
    background-color: #fff;
    text-decoration: none;
    margin-right: 10px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 45px;
    border: 1px solid #8c8a87
}

.advice-page .advice-spacer .advice-spacer-buttons a:hover {
    background-color: #1d3b3d;
    border-color: #1d3b3d;
    color: #fff
}

.advice-page .advice-spacer .advice-spacer-buttons a:hover:before {
    color: #fff
}

@media only screen and (max-width: 767px) {
    .advice-page .advice-spacer .advice-spacer-buttons a {
        margin-bottom: 5px;
        display: block;
        margin-right: 0
    }
}

.advice-page .advice-spacer .advice-spacer-buttons a:before {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: "Montserrat Light 300";
    font-weight: normal;
    font-size: 24px;
    color: #000
}

.advice-page .advice-spacer .advice-spacer-buttons a.download-pdf:before {
    content: "\f1c1"
}

.advice-page .advice-spacer .advice-spacer-buttons a.open-email-form:before {
    content: "\f003"
}

.advice-page .advice-spacer .advice-spacer-buttons a.view-supply-list:before {
    content: "\f0f6"
}

.advice-page .advice-spacer .advice-spacer-buttons a:last-of-type {
    margin-right: 0
}

.advice-page #KluswijzerAdviceMailFormContainer {
    width: 375px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 320px) and (max-width: 375px) {
    .advice-page #KluswijzerAdviceMailFormContainer {
        width: auto
    }
}

.advice-page #KluswijzerAdviceMailFormContainer a.call-to-action.button {
    height: auto;
    padding-top: 7px;
    padding-bottom: 6px
}

.advice-page .advice-mail-container {
    overflow: hidden;
    -o-transition: height 1s;
    -webkit-transition: height 1s;
    transition: height 1s
}

.advice-page .advice-page-tips .advice-page-tips-content ul {
    padding-left: 0;
    margin-left: 0
}

.advice-page .advice-page-tips .advice-page-tips-content ul li {
    font-style: italic;
    line-height: normal;
    margin-bottom: 15px;
    padding-left: 45px
}

.advice-page .advice-page-tips .advice-page-tips-content ul li:before {
    text-transform: uppercase;
    font-style: normal;
    content: "Tip";
    font-family: "Montserrat Light 300";
    font-size: 1em;
    background-color: #b00F08;
    color: #fff;
    padding: 2px 5px;
    left: 0;
    top: 2px
}

.advice-page .advice-steps-container {
    margin-top: 30px
}

.advice-page .advice-steps-container .grid-row>.youtube-wrapper {
    padding-top: 30px;
    padding-bottom: 30px
}

.advice-page .advice-steps-container .youtube-wrapper {
    max-width: 500px;
    margin: 0 auto
}

.advice-page .advice-steps-container .youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.advice-page .advice-steps-container .youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.advice-page .advice-steps-container .title-container h2 {
    font-size: 1.75em;
    padding-bottom: 5px;
    border-bottom: 1px solid #87837d
}

@media only screen and (max-width: 767px) {
    .advice-page .advice-steps-container .title-container h2 {
        margin-top: 0
    }
}

.advice-page .advice-step {
    margin-top: 30px
}

@media only screen and (max-width: 767px) {
    .advice-page .advice-step {
        margin-top: 15px
    }
}

.advice-page .advice-step .content-container {
    overflow: hidden;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s
}

.advice-page .advice-step .content-container.closed .close {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.advice-page .advice-step .advice-step-title-container {
    position: relative;
    cursor: pointer
}

.advice-page .advice-step .advice-step-title-container .close {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 22px;
    right: 10px;
    text-decoration: none;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s
}

.advice-page .advice-step .advice-step-title-container .close:before {
    content: "\f077";
    font-family: "FontAwesome";
    font-size: 18px
}

.advice-page .advice-step .advice-step-title-container .step {
    font-family: "Montserrat Light 300";
    display: inline-block;
    font-size: 2.25em;
    color: #b00F08;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .advice-page .advice-step .advice-step-title-container .step {
        font-size: 1.875em;
        line-height: normal;
        display: block
    }
}

.advice-page .advice-step .advice-step-title-container .step:after {
    content: ":"
}

.advice-page .advice-step .advice-step-title-container .title {
    font-family: "Montserrat Light 300";
    text-transform: uppercase;
    display: inline-block;
    font-size: 2.25em;
    line-height: normal
}

@media only screen and (max-width: 767px) {
    .advice-page .advice-step .advice-step-title-container .title {
        font-size: 1.875em;
        padding-right: 25px
    }
}

.advice-page .advice-step .advice-step-column {
    margin-top: 30px
}

.advice-page .advice-step .advice-step-column.left .advice-step-media img {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .advice-page .advice-step .advice-step-column.left .advice-step-media img {
        max-width: 200px;
        margin: 0 auto;
        display: block
    }
}

.advice-page .advice-step .advice-step-column .advice-step-content {
    line-height: normal;
    font-size: 1.125em
}

.advice-page .advice-step .advice-step-column .advice-step-content ul {
    padding: 0
}

.advice-page .advice-step .advice-step-column .advice-step-content ul:first-child {
    margin-top: 0
}

.advice-page .advice-step .advice-step-column .advice-step-content ul li {
    position: relative;
    list-style-type: none;
    padding-left: 25px;
    margin-bottom: 20px
}

.advice-page .advice-step .advice-step-column .advice-step-content ul li:last-of-type {
    margin-bottom: 0
}

.advice-page .advice-step .advice-step-column .advice-step-content ul li:before {
    position: absolute;
    left: 0;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 24px
}

.postalCodeWrapper {
    position: relative
}

.postalCodeWrapper .ppg-input-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 300px
}

.postalCodeWrapper .ppg-input-wrapper input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    padding: 0 26px 0 10px;
    font-size: 14px;
    width: 100%
}

.postalCodeWrapper .ppg-input-wrapper input::-webkit-search-decoration,
.postalCodeWrapper .ppg-input-wrapper input::-webkit-search-cancel-button,
.postalCodeWrapper .ppg-input-wrapper input::-webkit-search-results-button,
.postalCodeWrapper .ppg-input-wrapper input::-webkit-search-results-decoration {
    display: none
}

.postalCodeWrapper .ppg-input-wrapper input::-ms-clear,
.postalCodeWrapper .ppg-input-wrapper input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.postalCodeWrapper .ppg-input-wrapper .icon-remove {
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    color: grey;
    position: absolute;
    top: 7px;
    right: 8px;
    cursor: pointer
}

.postalCodeWrapper .ppg-input-wrapper .icon-remove:hover {
    color: #1d3b3d
}

@media only screen and (max-width: 767px) {
    .postalCodeWrapper .ppg-input-wrapper {
        max-width: 100%
    }
}

.postalCodeWrapper .ppg-autosuggest-results {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    min-height: 160px;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    max-width: 300px;
    z-index: 999;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #1d3b3d;
    border-top: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.postalCodeWrapper .ppg-autosuggest-results li {
    float: none;
    margin: 0;
    padding: 4px 8px;
    border-top: 1px solid #1d3b3d;
    cursor: pointer;
    font-size: 14px
}

@media only screen and (max-width: 767px) {
    .postalCodeWrapper .ppg-autosuggest-results {
        max-width: 100%
    }
}

.postalCodeWrapper #postalSearch {
    display: none
}

.cookie-consent {
    background-color: #fff;
    border-top: 10px solid #da291c;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    left: 50%;
    max-height: 500px;
    max-width: 660px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 1rem;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 20001
}

@media only screen and (min-width: 45em) {
    .cookie-consent {
        max-height: none;
        overflow: visible;
        padding: 1.5rem
    }
}

.cookie-consent--content-center {
    text-align: center
}

.cookie-consent--content-left {
    text-align: left
}

.cookie-consent--margin-auto {
    margin: 0 auto
}

.cookie-consent__title {
    color: #2a2e37;
    font-family: "Montserrat Light 300";
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    padding-bottom: .5rem;
    text-transform: uppercase
}

@media only screen and (min-width: 45em) {
    .cookie-consent__title {
        font-size: 2.5rem
    }
}

.cookie-consent__title--small {
    font-size: .875rem;
    padding: 0;
    text-transform: none
}

.cookie-consent__btn-container {
    border-bottom: 1px solid #a7a7a7
}

.cookie-consent__btn-container:after {
    content: "";
    display: table;
    clear: both
}

.cookie-consent__btn {
    background-color: #da291c;
    border: 3px solid transparent;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-weight: 700;
    margin: 1rem auto;
    padding: .75rem 1.5rem;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.cookie-consent__btn:hover {
    background-color: #fff;
    border-color: #da291c;
    color: #da291c
}

.cookie-consent__btn--tab {
    background-color: #e1eff8;
    border: 0 none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #2a2e37;
    float: left;
    margin: 0;
    position: relative
}

.cookie-consent__btn--tab:first-child {
    margin-right: .25rem
}

.cookie-consent__btn--tab:hover,
.cookie-consent__btn--tab:focus,
.cookie-consent__btn--tab-active {
    background-color: #2a2e37;
    color: #fff;
    outline: none
}

.cookie-consent__btn--tab-active:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #2a2e37;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    margin-left: -3px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    width: 0;
    z-index: 2
}

.cookie-consent__copy {
    color: #747474;
    font-size: .875rem;
    max-width: 560px
}

.cookie-consent__copy+.cookie-consent__copy {
    margin-top: .5rem
}

.cookie-consent__link {
    background: none;
    border: 0 none;
    color: #000;
    display: block;
    font-weight: 700;
    margin: 0 auto .5rem;
    text-decoration: underline
}

.cookie-consent__link--small {
    color: #2a2e37;
    font-weight: normal;
    text-decoration: underline
}

.cookie-consent__options {
    list-style: none;
    padding: 0
}

.cookie-consent__option {
    padding-left: 2rem;
    position: relative
}

.cookie-consent__option:first-child {
    margin-top: 1rem
}

@media only screen and (min-width: 45em) {
    .cookie-consent__option {
        padding-left: 2.5rem
    }
}

.cookie-consent__icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 2rem;
    left: 0;
    position: absolute;
    text-indent: -99999px;
    top: 0;
    width: 2rem
}

.cookie-consent__icon--check {
    background-image: url("../../../script/cookie-wall-0.5.9/img/baseline_check_green_48dp.png")
}

.cookie-consent__icon--close {
    background-image: url("../../../script/cookie-wall-0.5.9/img/baseline_close_red_48dp.png")
}

.cookie-consent__overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20000
}

.cookie-consent {
    border-radius: 0
}

.cookie-consent__title {
    font-weight: inherit;
    line-height: 1.5
}

.cookie-consent__title--small {
    font-family: inherit;
    font-size: 1rem
}

.cookie-consent__btn {
    border-radius: 0
}

.cookie-consent__btn:hover {
    background-color: #da291c;
    border-color: #da291c;
    color: #fff
}

.cookie-consent__btn--tab {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.cookie-consent__btn--tab:after {
    -webkit-transition: border-top-color .2s ease-in-out;
    -o-transition: border-top-color .2s ease-in-out;
    transition: border-top-color .2s ease-in-out
}

.cookie-consent__btn--tab:hover:after {
    border-top-color: #da291c
}

.cookie-consent__link {
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.cookie-consent__btn,
.cookie-consent__link {
    font-family: inherit;
    cursor: pointer
}

/*# sourceMappingURL=rambo.css.map */