@charset "UTF-8";
/*------------------------------------*\
    BPDTHEME01 - CLIENT THEME
\*------------------------------------*/
/*------------------------------------*\
    CLIENT THEME VARIABLES
    Update as required.
\*------------------------------------*/
/* Sub-section comment block
   ========================================================================== */
/* Usage

div.logo {
   background: url("logo.png") no-repeat;
   @include image-2x("logo2x.png", 100px, 25px);
 } 

 */
/* Clearfix
  ========================================================================== */
/* Usage 

.article {
     @include clearfix();
}

*/
/* Box Model
  ========================================================================== */
/* Usage 

*,
*:after,
*:before {
  @include box-sizing(border-box);
}

*/
/* Border Radius
  ========================================================================== */
/* Usage 

.button {
  @include border-radius(5px);
}

.submit-button{
  @include border-top-radius(10px);
}

*/
/* Opacity
  ========================================================================== */
/* Usage 

.article-heading {
  @include opacity(0.8);
}

*/
/* Center-align a block level element
  ========================================================================== */
/* Usage 

.footer-wrap {
  width: 450px;
  @include center-block;
}

*/
/* Text overflow
  ========================================================================== */
/* Usage 

.text-truncate {
  @include text-truncate;
}

*/
/* Absolute positioned
  ========================================================================== */
/* Usage 

.abs {
  @include abs-pos(10px, 10px, 5px, 15px);
}

*/
/* Font Size
  ========================================================================== */
/* Usage 

body {
  @include font-size(16);
}

*/
/* Line Height
  ========================================================================== */
/* Usage 

body {
  @include line-height (16);
}

*/
/* Cross browser inline block
  ========================================================================== */
/* Usage 

.icon {
	@include inline-block();
}
*/
/* Text replacement (instead of text-indent)
  ========================================================================== */
/* Usage 

.header h1 {
	@include text-replacement();
}

*/
/*------------------------------------*\
    TYPE
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700");
p,
.widget-static-content p,
.widget-static-content ol,
.widget-static-content ul,
.list-ul,
.list-ol {
    font-size: 16px !important;
}

.info-group {
    font-size: 14px;
    line-height: 180%;
}

/*------------------------------------*\
    STYLE GUIDE
\*------------------------------------*/
.example-area .colour-scheme .colour-1 {
    background: #002a53;
}
.example-area .colour-scheme .colour-2 {
    background: #002a53;
}
.example-area .colour-scheme .colour-3 {
    background: #f47820;
}
.example-area .colour-scheme .colour-4 {
    background: #265e99;
}

.example-area .colour-scheme .default.lighter.background {
    background: #004486;
}
.example-area .colour-scheme .default.background {
    background: #002a53;
}
.example-area .colour-scheme .default.darker.background {
    background: #001020;
}
.example-area .colour-scheme .primary.lighter.background {
    background: #004486;
}
.example-area .colour-scheme .primary.background {
    background: #002a53;
}
.example-area .colour-scheme .primary.darker.background {
    background: #001020;
}
.example-area .colour-scheme .secondary.lighter.background {
    background: #f69551;
}
.example-area .colour-scheme .secondary.background {
    background: #f47820;
}
.example-area .colour-scheme .secondary.darker.background {
    background: #d65f0b;
}
.example-area .colour-scheme .alternate.lighter.background {
    background: #3077c2;
}
.example-area .colour-scheme .alternate.background {
    background: #265e99;
}
.example-area .colour-scheme .alternate.darker.background {
    background: #1c4570;
}
.example-area .colour-scheme .default.lighter.text {
    color: #004486;
}
.example-area .colour-scheme .default.text {
    color: #002a53;
}
.example-area .colour-scheme .default.darker.text {
    color: #001020;
}
.example-area .colour-scheme .primary.lighter.text {
    color: #004486;
}
.example-area .colour-scheme .primary.text {
    color: #002a53;
}
.example-area .colour-scheme .primary.darker.text {
    color: #001020;
}
.example-area .colour-scheme .secondary.lighter.text {
    color: #f69551;
}
.example-area .colour-scheme .secondary.text {
    color: #f47820;
}
.example-area .colour-scheme .secondary.darker.text {
    color: #d65f0b;
}
.example-area .colour-scheme .alternate.lighter.text {
    color: #3077c2;
}
.example-area .colour-scheme .alternate.text {
    color: #265e99;
}
.example-area .colour-scheme .alternate.darker.text {
    color: #1c4570;
}

/*------------------------------------*\
    TABS
\*------------------------------------*/
.k-tabstrip .k-tabstrip-items .k-state-active {
    border-top-color: #ddd;
}

.k-tabstrip .k-tabstrip-items .k-state-hover {
    border-top-color: #ddd;
}

/*------------------------------------*\
    TOOLTIPS
\*------------------------------------*/
.tooltip:after,
[data-tooltip]:after {
    background: #f47820;
}
.tooltip.tooltip-top:before,
[data-tooltip].tooltip-top:before {
    border-top-color: #f47820;
}
.tooltip.tooltip-right:before,
[data-tooltip].tooltip-right:before {
    border-right-color: #f47820;
}
.tooltip.tooltip-bottom:before,
[data-tooltip].tooltip-bottom:before {
    border-bottom-color: #f47820;
}
.tooltip.tooltip-left:before,
[data-tooltip].tooltip-left:before {
    border-left-color: #f47820;
}

.tooltip-error:after {
    background: indianred;
}

.tooltip-error.tooltip-top:before {
    border-top-color: indianred;
}

/*------------------------------------*\
    CONTENT BOX
\*------------------------------------*/
.content-box {
    border-top: none;
}
.content-box .box-title {
    background: #002a53 url("/Themes/BPDTHEME01/theme-client-updates/img/banner/Corporate.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: white;
    padding: 20px;
    font-size: 18px;
}
.content-box.primary {
    border-top-color: #002a53;
}
.content-box.primary .box-title {
    background: #002a53 url("/Themes/BPDTHEME01/theme-client-updates/img/banner/Corporate.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: white;
}
.content-box.secondary {
    border-top-color: #f47820;
}
.content-box.secondary .box-title {
    background: #f47820;
}
.content-box.alternate {
    border-top-color: #265e99;
}
.content-box.alternate .box-title {
    background: #265e99;
}
.content-box.black {
    border-top-color: #242424;
}
.content-box.black .box-title {
    background: #242424;
}
.content-box .box-content {
    border-top: 1px solid #ddd;
}

/*------------------------------------*\
    ARROW BOX
\*------------------------------------*/
.arrow-box {
    background: #002a53;
    color: white;
}
.arrow-box:after {
    border-bottom-color: #002a53;
}
.arrow-box.primary {
    background: #002a53;
}
.arrow-box.primary:after {
    border-bottom-color: #002a53;
}
.arrow-box.primary .form-label {
    color: white;
}
.arrow-box.secondary {
    background: #f47820;
}
.arrow-box.secondary:after {
    border-bottom-color: #f47820;
}
.arrow-box.alternate {
    background: #265e99;
}
.arrow-box.alternate:after {
    border-bottom-color: #265e99;
}
.arrow-box.black {
    background: #242424;
}
.arrow-box.black:after {
    border-bottom-color: #242424;
}
.arrow-box .form-label {
    color: white;
}

/*------------------------------------*\
    FANCYBOX
\*------------------------------------*/
.fancybox-close {
    background: white;
    top: -10px;
    right: -12px;
    color: black;
    border-radius: 100px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    width: 25px;
    height: 25px;
}
.fancybox-close:before {
    content: "";
    font-family: "cv-ico-general";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 3px;
    left: 4px;
    font-size: 18px;
    color: #666;
}
.fancybox-close:hover:before {
    color: #f47820;
}

.modal-header {
    font-weight: 600;
}

.list-ul {
    list-style: disc !important;
}
.list-ul li {
    list-style: disc !important;
    display: list-item !important;
}
.list-ul li a {
    color: #f47820;
    font-weight: 600;
}
.list-ul li a:hover {
    color: #f69551;
}

.widget-static-content a {
    color: #f47820;
    font-weight: 600;
}
.widget-static-content a:hover {
    color: #f69551;
}

.text-color-default {
    color: #002a53;
}

.text-color-primary {
    color: #002a53;
}

.text-color-secondary {
    color: #f47820;
}

.text-color-alternate {
    color: #265e99;
}

.text-color-black {
    color: #242424;
}

.background-color-default {
    background-color: #002a53;
}

.background-color-primary {
    background-color: #002a53;
}

.background-color-secondary {
    background-color: #f47820;
}

.background-color-alternate {
    background-color: #265e99;
}

.background-color-black {
    background-color: #242424;
}

.widget-static-content table tr:first-of-type td {
    background: #002a53;
    border-color: #002a53;
}
.widget-static-content table tr:first-of-type:hover td {
    background: #002a53;
    border-color: #002a53;
}

[class*=category-] .page-content .widget-category-field.info-group {
    font-size: 16px;
}
@media (min-width: 48em) {
    [class*=category-] .page-content .widget-category-field.info-group img {
        float: left;
        display: inline;
        width: 33.333%;
        height: auto;
        margin: 0 20px 5px 0;
    }
}

.guest-checkout .content-box.primary .box-content {
    border-top: none;
}

.btn {
    background: #f47820;
    border-color: #f47820;
    color: white;
    font-weight: 600;
}
.btn:hover, .btn:focus {
    background: #f69551;
    border-color: #f69551;
}
.btn.primary {
    background: #002a53;
    border-color: #002a53;
}
.btn.primary:hover, .btn.primary:focus {
    background: #004486;
    border-color: #004486;
}
.btn.secondary {
    background: #f47820;
    border-color: #f47820;
}
.btn.secondary:hover, .btn.secondary:focus {
    background: #f69551;
    border-color: #f69551;
}
.btn.alternate {
    background: #265e99;
    border-color: #265e99;
}
.btn.alternate:hover, .btn.alternate:focus {
    background: #3077c2;
    border-color: #3077c2;
}
.btn.black {
    background: #242424;
    border-color: #242424;
}
.btn.black:hover, .btn.black:focus {
    background: #3e3e3e;
    border-color: #3e3e3e;
}
.btn.ghost.primary {
    border-color: #002a53;
    color: #002a53;
}
.btn.ghost.primary:hover, .btn.ghost.primary:active, .btn.ghost.primary:focus {
    background: #002a53;
    border-color: #002a53;
    color: white;
}
.btn.ghost.secondary {
    border-color: #f47820;
    color: #f47820;
}
.btn.ghost.secondary:hover, .btn.ghost.secondary:active, .btn.ghost.secondary:focus {
    background: #f47820;
    border-color: #f47820;
    color: white;
}
.btn.ghost.alternate {
    border-color: #265e99;
    color: #265e99;
}
.btn.ghost.alternate:hover, .btn.ghost.alternate:active, .btn.ghost.alternate:focus {
    background: #265e99;
    border-color: #265e99;
    color: white;
}
.btn.cv-add-to-cart, .btn.cv-newsletter, .btn.cv-apply, .btn.cv-send, .btn.cv-confirm, .btn.cv-checkout, .btn.cv-print, .btn.cv-log-in, .btn.cv-log-out, .btn.primary.cv-ico-general-login, .btn.cv-view, .btn.cv-back, .btn.cv-copy, .btn.cv-view-cart, .btn.cv-next, .btn.cv-previous, .btn.cv-home, .btn.cv-export, .btn.cv-share, .btn.cv-refresh, .btn.cv-publish, .btn.cv-undo, .btn.cv-upload, .btn.cv-download, .btn.cv-help, .btn.cv-readmore, .btn.cv-submit, .btn.cv-approve, .btn.cv-search, .btn.cv-cancel, .btn.cv-delete, .btn.cv-close, .btn.cv-filter {
    background: #f47820;
    border-color: #f47820;
}
.btn.cv-add-to-cart:hover, .btn.cv-add-to-cart:focus, .btn.cv-newsletter:hover, .btn.cv-newsletter:focus, .btn.cv-apply:hover, .btn.cv-apply:focus, .btn.cv-send:hover, .btn.cv-send:focus, .btn.cv-confirm:hover, .btn.cv-confirm:focus, .btn.cv-checkout:hover, .btn.cv-checkout:focus, .btn.cv-print:hover, .btn.cv-print:focus, .btn.cv-log-in:hover, .btn.cv-log-in:focus, .btn.cv-log-out:hover, .btn.cv-log-out:focus, .btn.primary.cv-ico-general-login:hover, .btn.primary.cv-ico-general-login:focus, .btn.cv-view:hover, .btn.cv-view:focus, .btn.cv-back:hover, .btn.cv-back:focus, .btn.cv-copy:hover, .btn.cv-copy:focus, .btn.cv-view-cart:hover, .btn.cv-view-cart:focus, .btn.cv-next:hover, .btn.cv-next:focus, .btn.cv-previous:hover, .btn.cv-previous:focus, .btn.cv-home:hover, .btn.cv-home:focus, .btn.cv-export:hover, .btn.cv-export:focus, .btn.cv-share:hover, .btn.cv-share:focus, .btn.cv-refresh:hover, .btn.cv-refresh:focus, .btn.cv-publish:hover, .btn.cv-publish:focus, .btn.cv-undo:hover, .btn.cv-undo:focus, .btn.cv-upload:hover, .btn.cv-upload:focus, .btn.cv-download:hover, .btn.cv-download:focus, .btn.cv-help:hover, .btn.cv-help:focus, .btn.cv-readmore:hover, .btn.cv-readmore:focus, .btn.cv-submit:hover, .btn.cv-submit:focus, .btn.cv-approve:hover, .btn.cv-approve:focus, .btn.cv-search:hover, .btn.cv-search:focus, .btn.cv-cancel:hover, .btn.cv-cancel:focus, .btn.cv-delete:hover, .btn.cv-delete:focus, .btn.cv-close:hover, .btn.cv-close:focus, .btn.cv-filter:hover, .btn.cv-filter:focus {
    background: #d65f0b;
    border-color: #d65f0b;
}
.btn.cv-favourite {
    border-color: #f47820;
    color: #f47820;
}
.btn.cv-favourite:hover, .btn.cv-favourite:focus {
    background: #f47820;
    border-color: #f47820;
    color: white;
}
.btn.cv-favourite.active {
    background: #f47820;
    border-color: #f47820;
    color: white;
}
.btn.cv-favourite.active:hover, .btn.cv-favourite.active:focus {
    background: #f47820;
    border-color: #f47820;
    color: white;
}

.product .btn.cv-add-to-cart {
    background: #265e99;
    border-color: #265e99;
}
.product .btn.cv-add-to-cart:hover, .product .btn.cv-add-to-cart:focus {
    background: #1c4570;
    border-color: #1c4570;
}

.widget-product-search .btn.search {
    background: #f47820;
    border-color: #f47820;
}
.widget-product-search .btn.search:hover, .widget-product-search .btn.search:focus {
    background: #d65f0b;
    border-color: #d65f0b;
}

.product .btn.cv-add-to-cart,
.widget-cart-checkout-button .btn.cv-checkout,
.btn.cv-back,
.checkout-heading-navigation .btn.small {
    background: #f47820;
    border-color: #f47820;
}
.product .btn.cv-add-to-cart:hover, .product .btn.cv-add-to-cart:focus,
.widget-cart-checkout-button .btn.cv-checkout:hover,
.widget-cart-checkout-button .btn.cv-checkout:focus,
.btn.cv-back:hover,
.btn.cv-back:focus,
.checkout-heading-navigation .btn.small:hover,
.checkout-heading-navigation .btn.small:focus {
    background: #d65f0b;
    border-color: #d65f0b;
}

.product-search-container .search-button .btn.cv-is-processing {
    background: white !important;
    border-color: white;
}
.product-search-container .search-button .btn.cv-is-processing:before {
    left: 30% !important;
}

@media (min-width: 62em) {
    .data-list-view-bottom-controls .btn {
        background: #f47820 !important;
        border-color: #f47820 !important;
        color: white !important;
    }
    .data-list-view-bottom-controls .btn:hover, .data-list-view-bottom-controls .btn:focus {
        background: #d65f0b !important;
        border-color: #d65f0b !important;
    }
}

.btn.hover-blue:hover,
.btn.hover-blue:focus,
.btn.hover-primary:hover,
.btn.hover-primary:focus {
    background: #d65f0b !important;
    border-color: #d65f0b !important;
}

.btn.cv-clear {
    background: #d83636;
    border-color: #d83636;
    color: #fff;
}

.notification-actions .btn {
    color: black;
}

#locations-filter .btn {
    margin-top: 25px;
}

.refurbished-products-button {
    padding: 10px;
}
.refurbished-products-button .btn.primary {
    width: 100%;
    background: #004486;
    border-color: #004486;
}
.refurbished-products-button .btn.primary:hover {
    background: #0051a0;
    border-color: #0051a0;
}

.modal-header {
    background: #002a53 url("/Themes/BPDTHEME01/theme-client-updates/img/banner/Corporate.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: white;
    padding: 25px 30px;
    font-size: 28px;
}

.modal-content .container {
    width: 100%;
}

.form-text:focus, .form-text:active,
.form-number:focus,
.form-number:active,
.form-textarea:focus,
.form-textarea:active,
.form-email:focus,
.form-email:active,
.form-password:focus,
.form-password:active,
.form-date:focus,
.form-date:active,
.form-time:focus,
.form-time:active,
.form-datetime:focus,
.form-datetime:active,
.form-url:focus,
.form-url:active,
.form-tel:focus,
.form-tel:active,
.form-credit-card:focus,
.form-credit-card:active,
.form-select:focus,
.form-select:active,
.form-combobox:focus,
.form-combobox:active,
#cv-zone-container-1 input.product-search-autocomplete:focus,
#cv-zone-container-1 input.product-search-autocomplete:active {
    border-left-color: #f47820;
}

.k-state-focused {
    border-left-color: #f47820;
}

.k-draghandle {
    background: #f47820;
}
.k-draghandle:hover, .k-draghandle.k-state-selected {
    background: #f58738;
}

.k-popup .k-list .k-state-focused {
    background: #f47820;
    border-color: #f47820;
    color: white;
}

.k-list .k-state-selected {
    background: #f47820 !important;
    border-color: #f47820;
    color: white;
}

.expandable-header {
    color: #002a53;
    background: white;
    border-bottom: 1px solid #002a53;
}
.expandable-header:hover {
    color: #004486;
}
.expandable-header:hover .downArrow:before,
.expandable-header:hover .upArrow:before {
    color: #f47820;
}
.expandable-header .downArrow:before {
    content: "";
    color: #f47820;
}
.expandable-header .upArrow:before {
    content: "";
    color: #002a53;
}

.expandable-content {
    border: none;
}

.current-page,
.cv-productgrid-options .layout-switch:hover {
    background: #f47820;
    border-color: #f47820;
}

.form-number-plus-minus .cv-link.form-number-plus:hover,
.form-number-plus-minus .cv-link.form-number-minus:hover {
    color: #f47820;
}

.form-label {
    font-size: 14px;
}

[data-tooltip]:after,
.tooltip:after {
    text-shadow: 1px 1px #451e03;
}

.form-email, .form-url, .form-text, .form-numericinttextbox, .form-password, .form-tel, .form-credit-card, .form-money, .form-html {
    font-size: 14px;
}

/*------------------------------------*\
    SOCIAL LINKS
\*------------------------------------*/
.widget-social-links {
    margin: 10px 0;
}
.widget-social-links [class*=cv-ico-social-] {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    margin: 8px 5px 0 0;
    border: 2px solid #929292;
    background-color: transparent;
    transition: all 0.15s ease-in-out;
}
.widget-social-links [class*=cv-ico-social-]:before {
    color: #fff;
    position: relative;
    top: 7px;
    left: 3px;
    font-size: 17px;
}
.widget-social-links [class*=cv-ico-social-]:hover {
    transform: scale(1.05);
}
.widget-social-links [class*=cv-ico-social-]:hover:before {
    color: white;
}
.widget-social-links a:before {
    top: 7px;
}
.widget-social-links .cv-ico-social-youtube {
    background: #ff0f17;
    border-color: #ff0f17;
}
.widget-social-links .cv-ico-social-facebook3:before {
    content: "";
}
.widget-social-links .cv-ico-social-facebook3 {
    background: #3b5998 !important;
    border-color: #3b5998;
}
.widget-social-links .cv-ico-social-twitter {
    background: #35abf3 !important;
    border-color: #35abf3;
}
.widget-social-links .cv-ico-social-linkedin {
    background: #0077B5;
    border-color: #0077B5;
}
.widget-social-links .cv-ico-social-googleplus {
    background: #cc5649 !important;
    border-color: #cc5649;
}

/*------------------------------------*\
    ARTICLE SLIDER
\*------------------------------------*/
.widget-article-slider .news-article,
[data-zone=brands-media] .news-article,
[data-zone=media] .news-article {
    overflow: hidden;
    position: relative;
    border-radius: 5px !important;
    padding: 35px;
    background: white;
    border: none;
}
@media (min-width: 37em) {
    .widget-article-slider .news-article,
[data-zone=brands-media] .news-article,
[data-zone=media] .news-article {
        margin: 20px auto;
        height: 400px;
    }
}
@media (min-width: 62em) {
    .widget-article-slider .news-article,
[data-zone=brands-media] .news-article,
[data-zone=media] .news-article {
        padding: 15px;
        float: left;
        display: inline-block;
        width: calc((100%) / 3 - 30px);
        margin: 0 15px 30px;
    }
}
@media (min-width: 92em) {
    .widget-article-slider .news-article,
[data-zone=brands-media] .news-article,
[data-zone=media] .news-article {
        padding: 20px 20px 20px 25px;
        margin-bottom: 0;
    }
}
.widget-article-slider .news-article .cv-zone-article-1,
.widget-article-slider .news-article .cv-zone-article-2,
.widget-article-slider .news-article .cv-zone-article-3,
[data-zone=brands-media] .news-article .cv-zone-article-1,
[data-zone=brands-media] .news-article .cv-zone-article-2,
[data-zone=brands-media] .news-article .cv-zone-article-3,
[data-zone=media] .news-article .cv-zone-article-1,
[data-zone=media] .news-article .cv-zone-article-2,
[data-zone=media] .news-article .cv-zone-article-3 {
    padding-left: 80px;
}
.widget-article-slider .news-article .widget-article-list-title a,
[data-zone=brands-media] .news-article .widget-article-list-title a,
[data-zone=media] .news-article .widget-article-list-title a {
    color: #002a53;
    font-size: 16px;
    font-weight: 600;
}
@media (min-width: 37em) {
    .widget-article-slider .news-article .widget-article-list-title a,
[data-zone=brands-media] .news-article .widget-article-list-title a,
[data-zone=media] .news-article .widget-article-list-title a {
        font-size: 16px;
    }
}
@media (min-width: 62em) {
    .widget-article-slider .news-article .widget-article-list-title a,
[data-zone=brands-media] .news-article .widget-article-list-title a,
[data-zone=media] .news-article .widget-article-list-title a {
        font-size: 16px;
    }
}
@media (min-width: 92em) {
    .widget-article-slider .news-article .widget-article-list-title a,
[data-zone=brands-media] .news-article .widget-article-list-title a,
[data-zone=media] .news-article .widget-article-list-title a {
        font-size: 18px;
    }
}
.widget-article-slider .news-article .widget-article-list-summary,
[data-zone=brands-media] .news-article .widget-article-list-summary,
[data-zone=media] .news-article .widget-article-list-summary {
    float: left;
}
.widget-article-slider .news-article .overlay-title,
[data-zone=brands-media] .news-article .overlay-title,
[data-zone=media] .news-article .overlay-title {
    background: #f47820;
    width: auto;
    float: left;
    display: block;
    position: absolute;
    top: 44px;
    left: 0;
    color: white;
    padding: 7px 10px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 100;
    height: 40px;
}
.widget-article-slider .news-article .overlay-title:after,
[data-zone=brands-media] .news-article .overlay-title:after,
[data-zone=media] .news-article .overlay-title:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 40, 161, 0);
    border-left-color: #f47820;
    border-width: 20px;
    margin-top: -20px;
}

.news-article.external-link {
    position: relative;
    border-radius: 5px !important;
    min-height: 300px;
}
.news-article.external-link a {
    display: block;
}
.news-article.external-link a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    border-radius: 5px !important;
}

.widget-article-list-image {
    max-height: 100px;
}

[data-zone=brands-media] .news-article .cv-zone-article-1,
[data-zone=brands-media] .news-article .cv-zone-article-2,
[data-zone=brands-media] .news-article .cv-zone-article-3,
[data-zone=media] .news-article .cv-zone-article-1,
[data-zone=media] .news-article .cv-zone-article-2,
[data-zone=media] .news-article .cv-zone-article-3 {
    padding-left: 0;
}
[data-zone=brands-media] .news-article.external-link,
[data-zone=media] .news-article.external-link {
    padding: 0 !important;
}
[data-zone=brands-media] .news-article.external-link img,
[data-zone=media] .news-article.external-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    border-radius: 5px !important;
}

/*------------------------------------*\
    PAGE TITLE
\*------------------------------------*/
#cv-zone-feature .widget-page-title {
    background: #002a53 url("/Themes/BPDTHEME01/theme-client-updates/img/banner/Corporate.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    color: white;
    padding: 4em 2em;
}
@media (min-width: 92em) {
    #cv-zone-feature .widget-page-title {
        padding: 2.5em 0;
        min-height: 132px;
    }
}
#cv-zone-feature .widget-page-title h1 {
    color: white;
    border: none;
    margin: 0 auto;
    max-width: 1620px;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 600;
}
@media (min-width: 62em) {
    #cv-zone-feature .widget-page-title h1 {
        font-size: 3em;
    }
}
#cv-zone-feature .widget-page-title h4 {
    color: white;
    border: none;
    margin: 0 auto;
    max-width: 1620px;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 100;
}

.cv-header-topbar {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
}
.cv-header-topbar .ico-only-text {
    color: black;
    font-weight: 600;
}
.cv-header-topbar a {
    color: black;
    font-weight: 600;
}
.cv-header-topbar a:hover {
    color: black;
}
.cv-header-topbar a:hover:before {
    color: #f47820 !important;
}
.cv-header-topbar a:hover .ico-left:before {
    color: #f47820 !important;
}

.widget-section-menu .dropdown-list a:hover {
    background: #f47820;
}

.widget-role-select .dropdown-area {
    width: 340px;
}
.widget-role-select .dropdown-list {
    border-radius: 5px;
}

.widget-role-select .role-code,
.widget-switch-account .acc-code {
    background: #002a53;
    color: white;
    font-weight: 600;
}

#cv-zone-header {
    padding: 20px 0 0;
    background: #f8f9fa;
}
#cv-zone-header .main-logo {
    float: none;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
}
@media (min-width: 37em) {
    #cv-zone-header .main-logo {
        max-width: 300px;
        float: left;
        display: inline-block;
        margin: 0;
        text-align: left;
    }
}
@media (min-width: 92em) {
    #cv-zone-header .main-logo {
        max-width: 380px;
    }
}
#cv-zone-header .widget-product-search {
    margin-bottom: 10px;
}
@media (min-width: 37em) {
    #cv-zone-header .widget-product-search {
        margin-bottom: 0;
    }
}
@media (min-width: 62em) {
    #cv-zone-header .widget-product-search {
        margin-top: 5px;
    }
}
@media (min-width: 92em) {
    #cv-zone-header .widget-product-search {
        margin-top: 10px;
    }
}
#cv-zone-header .widget-product-search .product-search-autocomplete {
    border-radius: 20px 0 0 20px;
}
#cv-zone-header .widget-product-search .btn {
    background: #002a53;
    border-color: #002a53;
    border-radius: 0 20px 20px 0;
    font-size: 0;
}
#cv-zone-header .widget-product-search .btn:hover {
    background: #f47820;
    border-color: #f47820;
}
#cv-zone-header .widget-product-search .btn.cv-is-processing {
    border-color: #ddd !important;
}
#cv-zone-header .header-link {
    display: inline-block;
    float: right;
    width: calc((100%) / 3);
    text-align: center;
}
#cv-zone-header .header-link a {
    display: block;
}
#cv-zone-header .header-link a:hover .ico-only-text {
    color: #f47820;
}
#cv-zone-header .header-link .icon {
    display: block;
}
#cv-zone-header .header-link .icon img {
    width: 100%;
    height: 20px;
}
@media (min-width: 92em) {
    #cv-zone-header .header-link .icon img {
        height: 30px;
    }
}
#cv-zone-header .header-link .icon .ico-only-text {
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    font-size: 10px;
    top: 0;
    display: block;
}
#cv-zone-header .widget-phone-number {
    height: auto;
}
#cv-zone-header .widget-phone-number a:hover .ico-only-text {
    color: #f47820;
}
#cv-zone-header .widget-phone-number .icon {
    padding: 0;
    display: block;
    height: inherit;
    font-size: 20px;
    color: black;
}
#cv-zone-header .widget-phone-number .icon:before {
    font-size: 30px;
    float: none;
    text-align: center;
    width: 100%;
    display: block;
}
#cv-zone-header .widget-phone-number .ico-only-text {
    font-size: 14px;
    color: black;
    font-weight: 600;
    margin-top: 4px;
}
#cv-zone-header .col-1-3.header-col-1 {
    width: 100%;
}
@media (min-width: 37em) {
    #cv-zone-header .col-1-3.header-col-1 {
        width: calc((100%) / 2);
        display: inline-block;
    }
}
@media (min-width: 62em) {
    #cv-zone-header .col-1-3.header-col-1 {
        width: calc((100%) / 3);
    }
}
#cv-zone-header .col-1-3.header-col-2 {
    width: 100%;
}
@media (min-width: 37em) {
    #cv-zone-header .col-1-3.header-col-2 {
        width: calc((100%) / 2);
        display: inline-block;
    }
}
@media (min-width: 62em) {
    #cv-zone-header .col-1-3.header-col-2 {
        width: calc((100%) / 3);
    }
}
@media (min-width: 92em) {
    #cv-zone-header .col-1-3.header-col-3 {
        max-width: 400px;
        float: right;
    }
}

.widget-switch-account .acc-code a {
    color: white;
}

.widget-role-select .dropdown-list .form-select {
    max-width: 100%;
}

.widget-role-select .role-select .icon::before {
    color: #002a53;
}

#cv-zone-footer {
    background: white;
    color: #002a53;
    border: none;
    padding: 40px 20px;
}
#cv-zone-footer .widget-logo.main-logo {
    width: 90%;
    max-width: 280px;
}
#cv-zone-footer .widget-social-links {
    width: 100%;
}

#cv-zone-footer-after {
    background: white;
}
#cv-zone-footer-after .container {
    border: none;
}
#cv-zone-footer-after small {
    color: #004486;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
}

.footer-col a,
.footer-col span {
    color: #004486;
}
.footer-col ul li a {
    font-weight: 500;
    font-size: 14px;
    margin: 5px 0;
}
.footer-col ul li a:hover {
    color: #f47820;
}
.footer-col ul li a:hover span {
    color: #f47820;
}
.footer-col .heading {
    color: #004486;
    font-weight: 600;
    text-transform: uppercase;
}

#cv-zone-navigation-container {
    background: #f8f9fa;
}
#cv-zone-navigation {
    background: none;
}
#cv-zone-navigation .cv-menus {
    background: none;
    border: none;
    display: block;
}
@media (min-width: 48em) {
    #cv-zone-navigation .cv-menus {
        display: none;
    }
}

.static-menu {
    display: none;
    background: #002a53;
    margin: 20px 0;
    border-radius: 5px;
}
@media (min-width: 48em) {
    .static-menu {
        display: block;
    }
}
.static-menu::after {
    clear: both;
    content: "";
    display: table;
}
.static-menu li {
    width: calc((100%) / 6);
    float: left;
    display: inline-block;
}
.static-menu li a {
    text-align: center;
    padding: 15px 0;
    color: white;
    font-weight: 500;
    display: block;
    width: 100%;
    font-size: 16px;
}
.static-menu li a:hover {
    cursor: pointer;
    background: #265e99;
}
.static-menu li:first-child a {
    border-radius: 5px 0 0 5px;
}
.static-menu li:last-child {
    float: right;
}
.static-menu li:last-child a {
    border-radius: 0 5px 5px 0;
}

@media (min-width: 62em) {
    .widget-navigation-menu {
        display: none;
    }
}

@media (min-width: 48em) {
    nav.mobile-menu {
        display: none;
    }
}

.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
    background: #002a53;
}

.no-touch .dl-menuwrapper li a:hover {
    background: #004486;
}

.dl-menuwrapper li.dl-back > a {
    background: #001020;
}

.widget-breadcrumb {
    font-size: 14px;
    margin-bottom: 15px;
}
.widget-breadcrumb li {
    font-size: 14px;
}
.widget-breadcrumb li a {
    font-size: 14px;
    font-weight: 600;
    color: #f47820;
}
.widget-breadcrumb li a:before {
    color: black !important;
}
.widget-breadcrumb li a span {
    font-size: 14px;
    font-weight: 600;
    color: #f47820;
}
.widget-breadcrumb li a span:hover {
    color: #f69551;
}
.widget-breadcrumb li.last-breadcrumb-item {
    padding: 3px 10px 3px 0;
}
.widget-breadcrumb li.last-breadcrumb-item span {
    font-size: 14px;
    font-weight: 500;
}

.k-edge .static-menu li {
    width: 16.6666666667%;
}

body {
    background: #f8f9fa;
    background: #fff;
}

.page-content {
    min-height: initial;
}

#cv-zone-container-1 {
    background: white;
}

#cv-zone-feature {
    background: white;
}
#cv-zone-feature .widget-banner-slider {
    max-width: 1620px;
    margin: 0 auto;
}
@media (min-width: 92em) {
    #cv-zone-feature .widget-banner-slider .owl-wrapper-outer {
        border-radius: 5px;
    }
}

#formHome #cv-zone-feature {
    background: #f8f9fa;
    padding-bottom: 10px;
}

.banner-caption {
    position: absolute;
    background: none;
    padding: 0;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
}
.banner-caption h3.heading {
    display: block;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
@media (min-width: 48em) {
    .banner-caption h3.heading {
        font-size: 22px;
    }
}
.banner-caption h4.subtitle {
    display: none;
}
.banner-caption .btn {
    background: #f47820;
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin: 0 10px;
    transition: all 0.15s ease-in-out;
}
@media (min-width: 48em) {
    .banner-caption .btn {
        width: 200px;
        float: none;
        font-size: 16px;
    }
}
.banner-caption .btn:hover {
    background: #f69551;
    border-color: #f69551;
    transform: scale(1.05);
}
@media (min-width: 37em) {
    .banner-caption h4.subtitle {
        display: block;
        color: white;
        font-weight: normal;
        font-size: 10px;
        max-width: 70%;
        margin: 0 auto 5px;
    }
}
@media (min-width: 48em) {
    .banner-caption {
        background: 0;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .banner-caption h3.heading {
        font-size: 34px !important;
    }
    .banner-caption h4.subtitle {
        font-size: 12px;
    }
    .banner-caption .btn {
        padding: 12px 22px;
    }
}
@media (min-width: 62em) {
    .banner-caption h3.heading {
        font-size: 42px !important;
    }
    .banner-caption h4.subtitle {
        font-size: 18px;
        margin: 0 auto 25px;
    }
}
@media (min-width: 92em) {
    .banner-caption {
        padding-top: 60px;
    }
}

#cv-zone-scl-21-full-bottom-row-1 {
    background: #d4e3f3;
    padding: 50px 15px;
    margin: 0;
}
@media (min-width: 62em) {
    #cv-zone-scl-21-full-bottom-row-1 {
        padding: 40px 0 20px;
    }
}
#cv-zone-scl-21-full-bottom-row-1 .btn {
    float: none;
    font-weight: 600;
    font-size: 16px;
}

.brand-logos {
    margin: 0 0 30px;
    text-align: center;
}
.brand-logos::after {
    clear: both;
    content: "";
    display: table;
}
.brand-logos .brand {
    display: inline-block;
    width: 18%;
    padding: 10px 5px;
}
@media (min-width: 48em) {
    .brand-logos .brand {
        width: 8%;
        padding: 10px 15px;
    }
}

.page-home .page-content {
    min-height: 500px;
}
@media (min-width: 62em) {
    .page-home .widget-article-slider {
        padding: 0;
    }
}
.page-home .widget-article-slider .news-article {
    border-radius: 5px;
}
.page-home .widget-article-slider .news-article .btn.primary {
    background: none;
    border: none;
    color: #002a53;
    padding: 0;
    text-decoration: underline;
}
.page-home .widget-article-slider .news-article .btn.primary:before {
    display: none;
}
.page-home .widget-article-slider .news-article .btn.primary:hover {
    text-decoration: underline;
    color: #004486;
}
.page-home h2 {
    text-align: center;
    color: #002a53;
    font-weight: 600;
    font-size: 28px;
}
.page-home .news-article-zoned p {
    margin-bottom: 30px;
    font-size: 14px;
}

.products-and-services {
    margin: 0 0 50px;
}
.products-and-services::after {
    clear: both;
    content: "";
    display: table;
}
.products-and-services [class*=col-] {
    width: 80%;
    transition: all 0.15s ease-in-out;
    position: relative;
    border-radius: 5px;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 10% 15px;
    min-height: 200px;
}
@media (min-width: 37em) {
    .products-and-services [class*=col-] {
        margin: 10px;
        width: calc((100%) / 2 - 30px);
    }
}
@media (min-width: 62em) {
    .products-and-services [class*=col-] {
        width: calc((100%) / 3 - 30px);
    }
}
@media (min-width: 92em) {
    .products-and-services [class*=col-] {
        width: calc((100%) / 5 - 30px);
        min-height: 180px;
    }
}
.products-and-services [class*=col-]:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    transform: scale(1.05);
    cursor: pointer;
}
@media (min-width: 37em) {
    .products-and-services .col-1-6 {
        margin: 5px;
    }
}
@media (min-width: 48em) {
    .products-and-services .col-1-6 .overlay .icon img {
        height: 40px;
    }
}
@media (min-width: 62em) {
    .products-and-services .col-1-6 {
        width: calc((100%) / 3 - 10px);
    }
}
@media (min-width: 92em) {
    .products-and-services .col-1-6 {
        width: calc((100%) / 6 - 10px);
    }
}
.products-and-services img {
    float: left;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.products-and-services .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15% 10% 0;
}
@media (min-width: 37em) {
    .products-and-services .overlay {
        padding-top: 8%;
    }
}
@media (min-width: 48em) {
    .products-and-services .overlay {
        padding-top: 10%;
    }
}
@media (min-width: 62em) {
    .products-and-services .overlay {
        padding: 10% 4.9% 0;
    }
}
.products-and-services h1,
.products-and-services p,
.products-and-services .icon {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    color: white;
    line-height: normal;
}
.products-and-services h1 {
    font-size: 16px;
}
.products-and-services p {
    font-size: 12px !important;
}
.products-and-services .icon img {
    position: static;
    width: 25%;
    height: 60px;
    float: none;
}
.products-and-services .col-1-5:last-child .icon img {
    width: 34%;
}

.get-in-touch {
    margin: 0 0 50px;
}
.get-in-touch::after {
    clear: both;
    content: "";
    display: table;
}
.get-in-touch .col-1-3 {
    padding: 0 15px 15px !important;
    width: 100%;
}
@media (min-width: 48em) {
    .get-in-touch .col-1-3 {
        width: calc((100%) / 3);
    }
}
.get-in-touch .tile {
    background: #002a53;
    background-color: #004486;
    background-image: linear-gradient(#004486, #002a53);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: white;
    color: white;
    text-align: center;
    padding: 50px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.get-in-touch .tile .icon {
    font-size: 70px;
    margin: 0 0 10px;
}
.get-in-touch .tile .icon.icon-service-agent img, .get-in-touch .tile .icon.icon-dealer-finder img {
    max-height: 70px;
}
.get-in-touch .tile .title {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 15px;
}
.get-in-touch .tile .btn {
    min-width: 50%;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.15s ease-in-out;
}
.get-in-touch .tile .btn:hover {
    transform: scale(1.05);
}

.widget-category-banner {
    margin: 0;
    background: white;
    padding: 0;
    border-radius: 0;
    border: none;
}
.widget-category-banner .category-banner-text {
    font-size: 13px;
    max-width: 100%;
}

.content-box.news-article {
    background: none;
}
.content-box.news-article .box-content {
    background: none;
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.product-grid.grid .product {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    border-radius: 5px;
}
.product-grid.grid .product .cv-zone-product-2 {
    display: block;
}
.product-grid.grid .product .cv-zone-product-4 {
    min-height: 112px;
}
.product-grid.grid .product .cv-zone-product-5 .item-price {
    display: block;
    min-height: 25px;
}

.product-grid.grid [class*=cv-zone-product] .widget-productlist-atc-button.empty-add-to-cart {
    margin-bottom: 2px;
}

.product-grid.grid .cv-zone-category.product {
    background: white;
    transition: all 0.15s ease-in-out;
    padding: 10px;
}
.product-grid.grid .cv-zone-category.product:hover {
    transform: scale(1.025);
}
.product-grid.grid .cv-zone-category.product .widget-productlist-category-title {
    display: block;
    min-height: 50px;
}
.product-grid.grid .cv-zone-category.product .widget-productlist-category-title a {
    color: #242424;
    font-weight: 600;
    padding: 0 0 10px;
    display: block;
}

.product-grid .product {
    background: white !important;
}

#product-gallery-slider img {
    width: 100%;
}

#custom-layout-brands-individual-row1-column1 ul li,
#custom-layout-solutions-row1-column1 ul li {
    display: block;
    clear: both;
}
#custom-layout-brands-individual-row1-column1 ul li::after,
#custom-layout-solutions-row1-column1 ul li::after {
    clear: both;
    content: "";
    display: table;
}
#custom-layout-brands-individual-row1-column1 ul li h2,
#custom-layout-solutions-row1-column1 ul li h2 {
    font-size: 20px;
    border-bottom: 1px dashed #ddd;
    font-weight: 600;
}
#custom-layout-brands-individual-row1-column1 ul li img,
#custom-layout-solutions-row1-column1 ul li img {
    float: left;
    display: inline-block;
    width: 200px;
}
#custom-layout-brands-individual-row1-column1 ul li p,
#custom-layout-solutions-row1-column1 ul li p {
    float: left;
    display: inline-block;
    width: calc((100%) - 200px);
}
.see-more-text {
    display: inline-block;
}

.see-more-link,
.category-brand-filter-link {
    color: #f47820;
    font-weight: 600;
}
.see-more-link:hover,
.category-brand-filter-link:hover {
    color: #f69551;
}

li.brand-list {
    padding: 0 0 60px;
    list-style: none;
}

[data-zone=solutions-options],
[data-zone=solution-options] {
    padding: 0 0 0 40px;
}

.see-more-text {
    display: block;
    margin: 0 0 40px;
}

#custom-layout-brands-individual-row2,
#custom-layout-solutions-row2,
#custom-layout-brands-individual-copy-row3 {
    padding: 40px 0;
    background: #d4e3f3;
    background-size: cover;
    background-position: 0 0;
}

.news-article-zoned.owl-carousel .owl-item .news-article {
    width: 100%;
}

@media (min-width: 92em) {
    #custom-layout-product-detail-template--row1-column1 {
        width: 35%;
    }
}

@media (min-width: 92em) {
    #custom-layout-product-detail-template--row1-column2 {
        width: 65%;
        padding-left: 100px;
    }
}

.category-banner-text h2 {
    font-size: 16px;
}

.widget-article-image {
    display: block;
    padding-right: 40px;
}

.widget-product-favourite-button.favourite,
.widget-add-product-to-order-template,
.widget-product-add-to-cart {
    float: left;
    display: inline-block;
    margin: 0 5px 0 0;
    width: 100%;
}
@media (min-width: 62em) {
    .widget-product-favourite-button.favourite,
.widget-add-product-to-order-template,
.widget-product-add-to-cart {
        width: auto;
    }
}

.k-ff .product-grid.grid .listgrid-atc .qty.k-input {
    margin-top: -27px;
}

.page-OrderSearch .page-content .widget-page-title,
.page-OrdersOnHold .page-content .widget-page-title,
.page-OrderTemplates2 .page-content .widget-page-title,
.page-OrdersApproval .page-content .widget-page-title,
.page-AccountPayment .page-content .widget-page-title,
.page-Account .page-content .widget-page-title {
    display: none;
}

.page-CP_BPDTHEME01_Returns .content-box {
    padding: 0;
    border: none;
}
.page-CP_BPDTHEME01_Returns .box-content {
    padding: 0;
}

.cv-cart-summary.grid.spacing-top {
    width: 100%;
    max-width: 500px;
    float: right;
    clear: both;
    display: inline-block;
}

#locations-filter .k-widget.k-autocomplete {
    border: 1px solid #ddd;
}

#location-search-map {
    border-radius: 8px;
}

.location-list .location-list-title {
    font-size: 22px;
}

.location-list .order {
    font-size: 22px;
    top: 20px;
    left: 20px;
}
.location-list .order:before {
    margin-right: 0;
}

.location-list .btn.spacing-left {
    margin-left: 50px;
    width: auto;
}
@media (min-width: 37em) {
    .location-list .btn.spacing-left {
        margin-bottom: 5px;
    }
    .location-list .btn.spacing-left + .btn.spacing-left {
        margin-left: 5px;
    }
}

.location-list li {
    padding: 20px;
    margin: 0 0 25px;
    border: 1px solid #ddd !important;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    white-space: normal;
}

.get-support .k-tabstrip-items .k-item {
    border-radius: 10px 10px 0 0;
    padding-left: 10px;
    padding-right: 10px;
}
.get-support .k-tabstrip-items .k-item h2 {
    margin: 0;
    padding: 5px 0;
    box-sizing: border-box;
    font-size: 20px;
}
.get-support .k-tabstrip-items .k-item h2:before {
    margin-right: 10px;
    background: #242424;
    border-radius: 40px;
    padding: 5px;
    color: white;
    box-sizing: border-box;
}
.get-support .k-tabstrip-items .k-item .k-loading.k-complete {
    border: none;
}
.get-support .k-tabstrip-items .k-item.k-state-default * {
    opacity: 0.66;
}
.get-support .k-tabstrip-items .k-item.k-state-active * {
    opacity: 1;
}
.get-support .k-tabstrip-items .k-item.k-state-active h2 {
    color: black;
}
.get-support .k-tabstrip-items .k-item.k-state-active h2:before {
    background: #f47820;
}

.get-support-tile {
    padding: 20px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
    border: 1px solid #ddd;
    display: block;
    min-height: 220px;
    border-radius: 10px;
    margin: 1%;
    box-sizing: border-box;
}
@media (min-width: 62em) {
    .get-support-tile {
        display: inline-block;
        float: left;
        width: 48%;
    }
}
.get-support-tile:only-child {
    width: 98%;
}
.get-support-tile h3 {
    font-size: 18px;
    border-bottom: 1px dashed #ddd;
}
.get-support-tile h3 img.svg {
    max-width: 25px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.get-support-tile h3 img.png {
    max-height: 25px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.get-support-tile p a {
    color: #f47820;
}
.get-support-tile p a:hover {
    color: #f69551;
    text-decoration: underline;
}

.submitted-message {
    border-radius: 3px;
    padding: 6px 42px 6px 12px;
    margin: 0 0 5px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin: 0 5px 5px 0;
    background: #eee;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    background: #34c38f;
}

.modal-content iframe {
    width: 100%;
    display: block;
    min-height: 800px;
    overflow: auto;
}

body.page-CP_BPDTHEME01_Media #cv-zone-topbar,
body.page-CP_BPDTHEME01_Media #cv-zone-header,
body.page-CP_BPDTHEME01_Media #cv-zone-navigation,
body.page-CP_BPDTHEME01_Media #cv-zone-navigation-container,
body.page-CP_BPDTHEME01_Media #cv-zone-feature,
body.page-CP_BPDTHEME01_Media #cv-zone-pagecontent-before,
body.page-CP_BPDTHEME01_Media #cv-zone-pagecontent-after,
body.page-CP_BPDTHEME01_Media #cv-zone-footer,
body.page-CP_BPDTHEME01_Media #cv-zone-footer-after,
body.page-CP_BPDTHEME01_Professional #cv-zone-topbar,
body.page-CP_BPDTHEME01_Professional #cv-zone-header,
body.page-CP_BPDTHEME01_Professional #cv-zone-navigation,
body.page-CP_BPDTHEME01_Professional #cv-zone-navigation-container,
body.page-CP_BPDTHEME01_Professional #cv-zone-feature,
body.page-CP_BPDTHEME01_Professional #cv-zone-pagecontent-before,
body.page-CP_BPDTHEME01_Professional #cv-zone-pagecontent-after,
body.page-CP_BPDTHEME01_Professional #cv-zone-footer,
body.page-CP_BPDTHEME01_Professional #cv-zone-footer-after,
body.page-CP_BPDTHEME01_Request #cv-zone-topbar,
body.page-CP_BPDTHEME01_Request #cv-zone-header,
body.page-CP_BPDTHEME01_Request #cv-zone-navigation,
body.page-CP_BPDTHEME01_Request #cv-zone-navigation-container,
body.page-CP_BPDTHEME01_Request #cv-zone-feature,
body.page-CP_BPDTHEME01_Request #cv-zone-pagecontent-before,
body.page-CP_BPDTHEME01_Request #cv-zone-pagecontent-after,
body.page-CP_BPDTHEME01_Request #cv-zone-footer,
body.page-CP_BPDTHEME01_Request #cv-zone-footer-after {
    display: none !important;
}
body.page-CP_BPDTHEME01_Media .content-box,
body.page-CP_BPDTHEME01_Professional .content-box,
body.page-CP_BPDTHEME01_Request .content-box {
    border: none !important;
}
body.page-CP_BPDTHEME01_Media .box-content,
body.page-CP_BPDTHEME01_Professional .box-content,
body.page-CP_BPDTHEME01_Request .box-content {
    border: none !important;
    padding: 25px 10px;
}

@media (min-width: 37em) {
    .cv-productgrid-options .widget-product-list-totals {
        width: 140px;
    }
}

.widget-order-restriction-item-filter {
    background: #fafafa;
    margin: 15px 0 0;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.widget-order-restriction-item-filter .grid-row.spacing-bottom,
.widget-order-restriction-item-filter .grid.spacing-bottom {
    margin-bottom: 0;
}
.widget-order-restriction-item-filter .alert-box {
    font-size: 12px;
}
.widget-order-restriction-item-filter .alert-box:before {
    margin-right: 5px;
}
.widget-order-restriction-item-filter .grey-box {
    border: none;
    background: none;
    padding: 0;
}
.widget-order-restriction-item-filter .col-1-3 {
    width: 100%;
}
.widget-order-restriction-item-filter .btn.small {
    margin: 0 0 5px;
    display: block;
    width: 100%;
    text-align: left;
    background: #004486;
    border-color: #004486;
}
.widget-order-restriction-item-filter .btn.small:hover {
    background: #0051a0;
    border-color: #0051a0;
}
.widget-order-restriction-item-filter .btn.small:before {
    content: "";
    font-family: "cv-ico-general";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rrp-disclaimer {
    display: block;
    min-height: 30px;
    font-size: 9px;
    color: #989898;
}

.role-CSSUser .product-grid.grid .enquiry-btn {
    height: 32px;
    bottom: 45px;
    display: block;
    width: 90%;
    margin: 0 5% 5px;
    position: absolute;
    left: 0;
}

.product-grid .rrp {
    font-size: 10px;
    color: #999;
}
.product-grid.grid .enquiry-btn {
    display: block;
    width: 100%;
    margin: 0 0 5px;
}
.product-grid.detailed-list .enquiry-btn {
    float: right;
}
.product-grid.detailed-list .widget-productlist-atc-button.empty-add-to-cart {
    display: none;
}

.brand-dealer-search h5 {
    margin-bottom: 0;
    padding: 10px 0 0;
    font-size: 14px;
}
.brand-dealer-search p {
    line-height: normal;
    font-size: 12px !important;
}
.brand-dealer-search p a {
    color: #f47820;
}

.cv-tabs #brand-postcode-search-text {
    display: inline-block;
    max-width: 200px;
}

.widget-refurbished-products.info-group {
    margin-top: 25px;
}

.refurbished-product {
    font-size: 11px;
}
.refurbished-product:before {
    background: #002a53;
    color: white;
    padding: 3px;
    border-radius: 20px;
    margin-right: 5px;
}

.product-grid.grid .product .product-info .listgrid-atc .empty-qty-box,
.product-grid.grid .product .product-info .listgrid-atc .empty-add-to-cart {
    display: inline-block;
    width: 49%;
}

.is-sticky .grid.grey-box.checkout-heading-navigation {
    top: 40px !important;
}

.page-Orders.device-Desktop .modal-header,
.page-Orders.device-Desktop .modal-content,
.page-Orders.device-Desktop .modal-footer {
    width: 100%;
}
@media (min-width: 62em) {
    .page-Orders.device-Desktop .modal-header,
.page-Orders.device-Desktop .modal-content,
.page-Orders.device-Desktop .modal-footer {
        width: 600px;
    }
}

.k-webkit .cart-product-availability.out-of-stock:before,
.k-webkit .cart-product-availability.in-stock:before {
    padding-right: 4px;
}

#cv-zone-cart-header-right.col-2-3 {
    width: 100%;
}

.cv-button-checkbox {
    min-width: 130px;
}

.page-THEME_BPDTHEME01_Contact .page-content .col-1-3,
.page-THEME_BPDTHEME01_Contact .page-content .col-2-3 {
    width: 100%;
}
@media (min-width: 62em) {
    .page-THEME_BPDTHEME01_Contact .page-content .col-1-3 {
        width: 33.333%;
    }
}
@media (min-width: 62em) {
    .page-THEME_BPDTHEME01_Contact .page-content .col-2-3 {
        width: 66.667%;
    }
}

.brand-category-page-title {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0 0 5px;
    font-size: 28px;
}

#hubspot {
    display: none;
}

.product-detail-header-right .btn {
    margin-bottom: 5px !important;
    width: 100% !important;
}
@media (min-width: 62em) {
    .product-detail-header-right .btn {
        width: auto !important;
    }
}

#custom-layout-product-detail-template- .widget-refurbished-products {
    margin-top: 50px !important;
}

.role-CSSUserDirectService .product-grid.grid .product .empty-qty-box,
.role-CSSUserDirectService .product-grid.grid .product .empty-add-to-cart,
.role-CSSUserDealership .product-grid.grid .product .empty-qty-box,
.role-CSSUserDealership .product-grid.grid .product .empty-add-to-cart {
    display: none;
}

.grid-no-results {
    text-align: center;
}

.cv-tabs .bpay-card {
    background: url("/Themes/BPDTHEME01/theme-base/img/cv-cart/payment/bpay-card.png") 0 0 no-repeat;
}

.page-ProductDisplay .fancybox-skin {
    padding: 0 !important;
}
.page-ProductDisplay .fancybox-skin .form-select {
    max-width: 100% !important;
}

.widget-section-menu.company-tiles {
    display: block;
    float: none;
    height: auto;
}
.widget-section-menu.company-tiles ul li {
    float: left;
    display: inline-block;
    background: #1551A7;
    color: white;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.15s ease-in-out;
    background: #002a53 url("/Themes/BPDTHEME01/theme-client-updates/img/banner/Corporate.jpg");
    background-size: cover;
    background-position: 50% 50%;
    width: 98%;
    margin: 1%;
}
@media (min-width: 48em) {
    .widget-section-menu.company-tiles ul li:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
        transform: scale(1.05);
        cursor: pointer;
    }
}
@media (min-width: 37em) {
    .widget-section-menu.company-tiles ul li {
        margin: 1%;
        width: 48%;
    }
}
@media (min-width: 62em) {
    .widget-section-menu.company-tiles ul li {
        margin: 1%;
        width: 31.333%;
    }
}
@media (min-width: 92em) {
    .widget-section-menu.company-tiles ul li {
        margin: 10px;
        width: calc((100%) / 5 - 30px);
    }
}
.widget-section-menu.company-tiles ul li a {
    color: white;
    display: block;
    padding: 45px 30px;
    font-size: 16px;
    font-weight: bold;
}
.widget-section-menu.company-tiles ul li a:hover {
    background: none;
}

.page-THEME_BPDTHEME01_Article.List .news-article-zoned.list .cv-zone-article-1 {
    padding-right: 25px;
}
.page-THEME_BPDTHEME01_Article.List .news-article-zoned.list .cv-zone-article-2 {
    padding-left: 0;
}
.page-THEME_BPDTHEME01_Article.List .news-article-zoned.list .cv-zone-article-2 .widget-article-list-title h4.subtitle {
    font-weight: 600;
    margin-bottom: 0;
}
.page-THEME_BPDTHEME01_Article.List .news-article-zoned.list .cv-zone-article-2 .widget-article-list-date {
    color: #666;
    font-size: 11px;
    margin-bottom: 10px;
    display: block;
}

.product-grid.grid .product .empty-qty-box,
.product-grid.grid .product .empty-add-to-cart {
    height: 0;
    display: none;
}

.product-grid.grid .cv-zone-product-6 {
    min-height: 45px;
}

.widget-order-confirmation-addresses-b2c .content-box .box-content {
    min-height: 200px;
}

.article-download-pdf a {
    background: url("/images/icons/PDF.gif");
    background-repeat: no-repeat;
    padding-left: 20px;
    display: inline-block;
}

.widget-freight-estimate .arrow-box.default {
    color: black;
}

.box-content .data-list-view-basic {
    margin: 0;
}

.box-title .btn.small.clear {
    position: relative;
    top: -2px;
    color: white;
}
.box-title .btn.small.clear:hover {
    background: none;
    border-color: #fff;
    color: white;
}

#cv-zone-scl-1-left-1-2,
#cv-zone-scl-1-right-1-2 {
    padding: 0 30px 0 0;
    margin-top: -40px;
}

.dashboard-module {
    background: white;
    border: 1px solid #dedede;
    margin-bottom: 30px;
    position: relative;
}
.dashboard-module::after {
    clear: both;
    content: "";
    display: table;
}
.dashboard-module.cv-is-processing .cv-is-processing-overlay,
.dashboard-module.cv-is-processing .cv-is-disabled-overlay {
    background: white;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.dashboard-module.cv-is-processing .cv-is-processing-overlay:before,
.dashboard-module.cv-is-processing .cv-is-disabled-overlay:before {
    content: url("/Themes/BPDTHEME01/theme-base/img/icons/loading-flat3-small.gif") !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    z-index: 1;
}
.dashboard-module.cv-is-processing .cv-is-processing-overlay .cv-is-processing-message,
.dashboard-module.cv-is-processing .cv-is-disabled-overlay .cv-is-processing-message {
    font-weight: 600;
    position: absolute;
    text-align: center;
    color: #333;
    width: 200px;
    top: 50%;
    left: 50%;
    margin-top: 15px;
    margin-left: -100px;
    z-index: 1;
}
.dashboard-module.dashboard-user {
    padding: 10px;
}
.dashboard-module.dashboard-user .dashboard-user-avatar {
    float: left;
    display: inline-block;
    margin: 0;
    width: 10%;
}
.dashboard-module.dashboard-user .dashboard-user-info {
    float: left;
    display: inline-block;
    width: 90%;
    padding-left: 15px;
}
.dashboard-module.dashboard-user .dashboard-user-info::after {
    clear: both;
    content: "";
    display: table;
}
.dashboard-module.dashboard-user .dashboard-user-description,
.dashboard-module.dashboard-user .dashboard-user-company {
    display: inline-block;
    width: 50%;
    float: left;
    padding-top: 10px;
}
.dashboard-module.dashboard-user .dashboard-user-description span,
.dashboard-module.dashboard-user .dashboard-user-company span {
    display: block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    color: #000;
}

.account-payment-totals {
    color: indianred;
}
@media (min-width: 62em) {
    .account-payment-totals {
        float: left;
        display: inline-block;
        width: 50%;
        margin: 0 0 20px;
    }
}
.account-payment-totals .balance-owing,
.account-payment-totals .balance-due {
    display: block;
    clear: both;
    padding: 0 0 10px;
}
.account-payment-totals .balance-owing::after,
.account-payment-totals .balance-due::after {
    clear: both;
    content: "";
    display: table;
}
.account-payment-totals .balance-owing span,
.account-payment-totals .balance-due span {
    display: inline-block;
    float: left;
    width: 50%;
    padding-top: 7px;
    font-size: 16px;
}
.account-payment-totals .balance-owing span.text-large,
.account-payment-totals .balance-due span.text-large {
    font-size: 32px;
    font-weight: 600;
    padding-top: 0;
    text-align: right;
    position: relative;
    top: -6px;
}

.account-payment-days {
    margin: 0 0 20px;
}
@media (min-width: 62em) {
    .account-payment-days {
        float: right;
        display: inline-block;
        width: 25%;
        margin: 0;
    }
}

.balance-breakdown {
    width: 100%;
}
.balance-breakdown tr td {
    color: #999;
}
.balance-breakdown tr td.highlighted {
    color: black;
}

.cv-is-empty {
    color: #555;
}

.sub-page-tile {
    border-top-color: #002a53;
}
.sub-page-tile .icon-large {
    background: #002a53;
}

.change-prefs .form-label,
.change-prefs .checkbox-label,
.change-details .form-label,
.change-details .checkbox-label,
.change-pwd .form-label,
.change-pwd .checkbox-label {
    font-size: 12px;
}

/*------------------------------------*\
    BRAND INDEX SEARCH
\*------------------------------------*/
#custom-layout-brand-index-row1 {
    background: #002a53 url("/Themes/BPDTHEME01/theme-client-updates/img/banner/Corporate.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: white;
    padding: 4em 0;
}

.brand-index-search {
    width: 85%;
    max-width: 500px;
    margin: 0 auto;
}
.brand-index-search::after {
    clear: both;
    content: "";
    display: table;
}
.brand-index-search span.form-autocomplete {
    border-right: none;
    border-left-width: 1px;
    width: 80%;
    float: left;
    display: inline-block;
    border-radius: 5px 0 0 5px;
    height: 42px;
}
.brand-index-search input.form-autocomplete {
    font-size: 18px;
    padding: 5px 15px;
    border-right: none;
    border-left-width: 1px !important;
    border-color: #fff;
    width: 80%;
    float: left;
    display: inline-block;
    border-radius: 5px 0 0 5px;
    height: 42px;
}
.brand-index-search input.form-autocomplete:focus, .brand-index-search input.form-autocomplete:active .brand-index-search input.form-autocomplete:hover {
    border-color: #fff;
}
.brand-index-search .btn.cv-search {
    width: 20%;
    float: left;
    display: inline-block;
    clear: none;
    min-width: none;
    border-radius: 0 5px 5px 0;
    height: 42px;
    background: #f47820;
    border-color: #f47820;
    font-size: 12px;
    font-weight: 600;
}
@media (min-width: 48em) {
    .brand-index-search .btn.cv-search {
        font-size: 16px;
    }
}
.brand-index-search .btn.cv-search:hover {
    background: #f47e2a;
    border-color: #f47e2a;
}

/*------------------------------------*\
    BRAND INDEX CHARACTER SELECT
\*------------------------------------*/
#custom-layout-brand-index-row1-column1 .widget-static-content {
    text-align: center;
}
#custom-layout-brand-index-row1-column1 .widget-static-content h2 {
    font-weight: 600;
}

.brand-index-character-select {
    padding: 20px 10px 0;
}
.brand-index-character-select::after {
    clear: both;
    content: "";
    display: table;
}
.brand-index-character-select ol {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.brand-index-character-select li {
    margin: 5px 1px 0;
    padding: 0;
    display: inline-block;
}
.brand-index-character-select a {
    display: block;
    color: black;
    padding: 11px;
    background: #fff;
    color: #474747;
    border-radius: 100px;
    width: 42px;
    height: 42px;
    font-weight: 700;
    transition: all 0.1s ease-in-out;
}
.brand-index-character-select a:hover {
    background: #f47820;
    color: white;
    transform: scale(1.45);
}

/*------------------------------------*\
    BRAND INDEX LOGOS
\*------------------------------------*/
#custom-layout-brand-index-row2-column1 {
    background: #f8f9fa;
    padding: 35px 10px;
}
#custom-layout-brand-index-row2-column1 .widget-static-content,
#custom-layout-brand-index-row2-column1 .brand-logos {
    display: block;
    margin: 0 auto;
    max-width: 1620px;
    text-align: center;
}

/*------------------------------------*\
    BRAND INDEX LISTING
\*------------------------------------*/
.brand-index-listing {
    padding: 50px 10px;
}

.brand-index-group {
    padding: 0 0 20px;
}
.brand-index-group > a {
    clear: both;
    display: block;
    background: transparent;
    width: 1px;
    height: 1px;
    margin-bottom: 40px;
    cursor: default;
}
.brand-index-group .no-brands {
    color: #999;
    font-style: italic;
    padding: 0 0 0 7px;
}

.brand-index-group-title {
    font-size: 24px;
    color: black;
    font-weight: 600;
    padding: 7px;
    margin-bottom: -7px;
}
.brand-index-group-title a {
    color: black;
}

.brand-index-group-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.brand-index-group-list::after {
    clear: both;
    content: "";
    display: table;
}
.brand-index-group-list li {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
@media (min-width: 37em) {
    .brand-index-group-list li {
        width: calc((100%) / 2);
    }
}
@media (min-width: 48em) {
    .brand-index-group-list li {
        width: calc((100%) / 3);
    }
}
@media (min-width: 62em) {
    .brand-index-group-list li {
        width: calc((100%) / 4);
    }
}
@media (min-width: 92em) {
    .brand-index-group-list li {
        width: calc((100%) / 5);
    }
}
.brand-index-group-list li a {
    display: block;
    color: black;
    padding: 7px;
    font-size: 16px;
}
.brand-index-group-list li a:hover {
    color: #f47820;
    text-decoration: underline;
}

.widget-productlist-category-image span img {
    max-height: 80px;
    margin: 0 0 10px;
}

@media (min-width: 37em) {
    [data-zone=solutions-content],
[data-zone=solution-content],
[data-zone=brands-left] {
        padding: 0 20px 0 0;
    }
}
@media (min-width: 62em) {
    [data-zone=solutions-content],
[data-zone=solution-content],
[data-zone=brands-left] {
        padding: 0 50px 0 0;
    }
}
[data-zone=solutions-content] h5.info-heading,
[data-zone=solution-content] h5.info-heading,
[data-zone=brands-left] h5.info-heading {
    font-size: 28px;
}

[data-zone=solutions-options],
[data-zone=solution-options],
[data-zone=brands-right] {
    background: #fafafa;
    padding: 20px !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 50px;
}

[data-zone=solutions-options] div::after,
[data-zone=solution-options] div::after,
[data-zone=brands-right] div::after {
    clear: both;
    content: "";
    display: table;
}
[data-zone=solutions-options] .form-text,
[data-zone=solutions-options] #brand-postcode-search-text,
[data-zone=solution-options] .form-text,
[data-zone=solution-options] #brand-postcode-search-text,
[data-zone=brands-right] .form-text,
[data-zone=brands-right] #brand-postcode-search-text {
    float: left;
    display: inline-block;
    width: calc((100%) - 60px);
    border-radius: 5px 0 0 5px;
    border-right: none;
    border-width: 1px !important;
    height: 40px !important;
    font-size: 16px;
}
[data-zone=solutions-options] .form-text:hover, [data-zone=solutions-options] .form-text:focus, [data-zone=solutions-options] .form-text:active,
[data-zone=solutions-options] #brand-postcode-search-text:hover,
[data-zone=solutions-options] #brand-postcode-search-text:focus,
[data-zone=solutions-options] #brand-postcode-search-text:active,
[data-zone=solution-options] .form-text:hover,
[data-zone=solution-options] .form-text:focus,
[data-zone=solution-options] .form-text:active,
[data-zone=solution-options] #brand-postcode-search-text:hover,
[data-zone=solution-options] #brand-postcode-search-text:focus,
[data-zone=solution-options] #brand-postcode-search-text:active,
[data-zone=brands-right] .form-text:hover,
[data-zone=brands-right] .form-text:focus,
[data-zone=brands-right] .form-text:active,
[data-zone=brands-right] #brand-postcode-search-text:hover,
[data-zone=brands-right] #brand-postcode-search-text:focus,
[data-zone=brands-right] #brand-postcode-search-text:active {
    border-color: #f47820;
}
[data-zone=solutions-options] .btn.cv-search,
[data-zone=solutions-options] #brand-postcode-search,
[data-zone=solution-options] .btn.cv-search,
[data-zone=solution-options] #brand-postcode-search,
[data-zone=brands-right] .btn.cv-search,
[data-zone=brands-right] #brand-postcode-search {
    display: inline-block;
    float: left;
    width: 60px;
    border-radius: 0 5px 5px 0;
    height: 40px !important;
    font-size: 16px;
    font-weight: 600;
    clear: none;
    padding: 5px;
}
[data-zone=solutions-options] .btn.cv-search:before,
[data-zone=solutions-options] #brand-postcode-search:before,
[data-zone=solution-options] .btn.cv-search:before,
[data-zone=solution-options] #brand-postcode-search:before,
[data-zone=brands-right] .btn.cv-search:before,
[data-zone=brands-right] #brand-postcode-search:before {
    display: none;
}

.brand-logos::after {
    clear: both;
    content: "";
    display: table;
}
.brand-logos .brand-solution {
    float: left;
    display: inline-block;
}
.brand-logos .brand-solution-link {
    display: block;
    margin: 0 15px 5px 0;
}
.brand-logos .brand-solution-link img {
    max-height: 42px;
}

[data-zone=brands-right] .widget-video {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

body.category-SX0302 #cv-zone-feature .widget-page-title {
    background: #002a53 url("/Themes/BPDTHEME01/theme-client-updates/img/banner/Media Systems.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
@media (min-width: 92em) {
    body.category-SX0302 #cv-zone-feature .widget-page-title {
        padding: 5em 0;
    }
}

body.category-SX0303 #cv-zone-feature .widget-page-title {
    background: #002a53 url("/Themes/BPDTHEME01/theme-client-updates/img/banner/Professional.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
@media (min-width: 92em) {
    body.category-SX0303 #cv-zone-feature .widget-page-title {
        padding: 5em 0;
    }
}

body.category-SX0304 #cv-zone-feature .widget-page-title {
    background: #002a53 url("/Themes/BPDTHEME01/theme-client-updates/img/banner/Commercial.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
@media (min-width: 92em) {
    body.category-SX0304 #cv-zone-feature .widget-page-title {
        padding: 5em 0;
    }
}

body.category-SX0305 #cv-zone-feature .widget-page-title {
    background: #002a53 url("/Themes/BPDTHEME01/theme-client-updates/img/banner/Residential.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
@media (min-width: 92em) {
    body.category-SX0305 #cv-zone-feature .widget-page-title {
        padding: 5em 0;
    }
}

body.category-SX0306 #cv-zone-feature .widget-page-title {
    background: #002a53 url("/Themes/BPDTHEME01/theme-client-updates/img/banner/Home Entertainment.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
@media (min-width: 92em) {
    body.category-SX0306 #cv-zone-feature .widget-page-title {
        padding: 5em 0;
    }
}
/*# sourceMappingURL=theme.css.map */