﻿@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700italic,700&subset=latin,greek,latin-ext);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
html {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    
    color: #000;
    font-size: .85em;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;

    position: relative;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        /*background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;*/
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}

footer {
    clear: both;
    font-size: .8em;
    height: 100px;
}

.row.product-selector {
    display:flex;
    flex-wrap:wrap;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

/*input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}*/

textarea {
    font-family: inherit;
    width: 500px;
}

    /*input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }*/

    /*input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }*/

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Build Product Styles   *
********************/


			/*.buildcontainer {
				justify-content: center;
				align-items: flex-end;		
				display: flex;
				flex-flow: row nowrap;
				align-content:center;
				min-height:250px;
			}		
			.buildcontainer:hover > .Item {
				opacity: 0.5;
			}		
			.buildcontainer:hover > .Item:hover {
				opacity: 1;
				z-index: 101;
			}		
			.Item {
				
			}
			.Item img {
				width: 100%;
			}
			.Base {
				z-index:2;
			}*/		
			.selection {
				width:100%;	
				display: flex;			
				flex-flow: row nowrap;
				justify-content: left;
			}		
			.categories {
				width:30%;
			}		
			.options {
				width:70%;
				overflow-y:scroll;
				border-top: 1px solid gray;		
			}		
			.option {
				padding: 12px 2%;
				width: 96%;
				border-bottom: 1px solid lightgrey;		
			}		
			/*.Button {
				width: 88%;
				padding: 12px 5%;
				margin-bottom: 5px;
				background-color: lightgrey;			
			}*/				
			.selected {
				color: #fff;
				background-color: red;
			}
			 /* The Modal (background) */
			.modal {
				display: none; /* Hidden by default */
				position: fixed; /* Stay in place */
				z-index: 111; /* Sit on top */
				left: 0;
				top: 0;
				width: 100%; /* Full width */
				height: 100%; /* Full height */
				overflow: auto; /* Enable scroll if needed */
				background-color: rgb(0,0,0); /* Fallback color */
				background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
			}
			/* Modal Content/Box */
			.modal-content {
				background-color: #fefefe;
				/*margin: 15% auto;  15% from the top and centered */
				padding: 20px;
				border: 1px solid #888;
				width: 80%; /* Could be more or less, depending on screen size */
                max-width: 786px;


                margin: 10vh auto;
                max-height: 80vh;
			}
			/* The Close Button */
/*			.close {
				color: #aaa;
				float: right;
				font-size: 28px;
				font-weight: bold;
                background-image: url("images/ui/close-icon.svg");
			}*/

            .close {
                color: #848484 !important;
                background-image: url("images/ui/close-icon.svg");
                width: 20px;
                height: 20px;
                opacity: 1 !important;
            }

			.close:hover,
			.close:focus {
				color: black;
				text-decoration: none;
				cursor: pointer;

                opacity: 0.5 !important;
			}	


/********************
*   Build Product Styles 2  *
********************/


			.BuildContainer {
				justify-content: center;
				align-items: flex-end;		
				display: flex;
				flex-flow: row nowrap;
				align-content:center;
				min-height:300px;
                margin-bottom:20px;
                margin-top:20px;
			}		
            @media only screen and (min-width: 480px) and (max-width: 768px) {
                .BuildContainer {
				    min-height:200px;
			    }
            }
            @media only screen and (max-width: 480px) {
                .BuildContainer {
				    min-height:150px;
			    }
            }


			.BuildContainer:hover > .Item {
				opacity: 0.5;
			}		
			.BuildContainer:hover > .Item:hover {
				opacity: 1;
				/*z-index: 101;*/
                z-index:4;
			}		
			.Item {
				
			}
			.Item img {
				width: 100%;
			}
			.Base {
				z-index:2;
			}	
			.Builder {
				width:100%;	
				display: flex;			
				flex-flow: row nowrap;
				justify-content: left;
			}		
			.Categories {
				width:30%;
			}		
            .ProductSkus {
                border-bottom: 1px solid #c1c1c1;
                border-top: 1px solid #c1c1c1;
                /*max-height: 257px;*/
                overflow-y: scroll;
                width: 70%;
            }
            .PSHeight_3 {
                max-height: 127px;
            }
            .PSHeight_4 {
                max-height: 170px;
            }
            .PSHeight_5 {
                max-height: 213px;
            }
            .PSHeight_6 {
                max-height: 257px;
            }
            .PSHeight_7 {
                max-height: 300px;
            }
            .Sku {
                border-bottom: 1px solid lightgrey;
                line-height: 32px;
                padding: 1px 10px;
                text-align: left;
                vertical-align: middle;
                width: 100%;
                float:left;
            }		
            .Sku a, .Sku label{
                font-size: 16px !important;
                border-color: transparent !important;
                background-color: transparent !important;
            }
            .Button {
                background-color: #ebebeb;
                font-size: 20px;
                font-weight: 200;
                margin-bottom: 5px;
                padding: 5px 25px 5px 10px;
                width: 98%;
                cursor: pointer;
            }		
            .Button::after {
                color: #d92231;
                content: "  ❯";
                float: right;
                font-family: Arial;
                margin-right: -15px;
            }	
			.selected {
				color: #fff;
				background-color: #d92231;
			}
            .selected::after {
                color: #fff;
                content: "  ❯";
                float: right;
                font-family: Arial;
            }	
input[maxQuantityDisable="true"] + label::before {
    background: transparent none repeat scroll 0 0 !important;
    border: 1px solid transparent !important;
}
input[type="checkbox"] {
    left: -1000px;
    position: absolute;
    visibility: hidden;
}
input[type="checkbox"]:checked + label::before {
    background: #d92231 none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
}
input[type="checkbox"]:disabled + label::before {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
}
input[type="checkbox"] + label::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    content: " ";
    display: inline-block;
    float: left;
    height: 11px;
    left: 5px;
    margin-right: 10px;
    margin-top: 11px;
    vertical-align: middle;
    width: 11px;
    cursor: pointer;
}

input[multi="true"] + label::before {
    display: none;
}

.multiButtons {
    width: auto;
    float: left;
}

.multiButtons label {
    margin: 0px 5px;
    float: left !important;
}

.qPlus, .qMinus {
    float:left;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.qPlus {
    background-image:url(Images/UI/plus-sign-grey.png);
    margin: 5px 5px 5px -10px;
}

.qMinus {
    background-image:url(Images/UI/minus-sign-grey.png);
    margin: 5px 5px 5px 5px;
}

.qNoPlus {
    margin: 5px 5px 5px -10px;
}

.qPlus:hover {
    background-image:url(Images/UI/plus-sign-red.png);
}

.qMinus:hover {
    background-image:url(Images/UI/minus-sign-red.png);
}

.qCurrent, .qAvailable {
    width: 12px;
    border: 0px;
    height:25px;
}
.qMessage {
    float: left;
    width:auto;
}

.pdf-icon {
    background-image: url('images/ui/pdf-inactive-icon.png');
    background-repeat:no-repeat;
    background-size: 20px 24px;
    display: inline-block;
    width: 25px; 
    height: 24px;
    /*vertical-align:middle;*/
    float:right;
    margin: 7px 5px 0 0;
}
.pdf-icon:hover {
    background-image: url('images/ui/pdf-active-icon.png');
}
.web-icon {
    background-image: url('images/ui/Configurator-inactive-arrow.png');
    background-repeat:no-repeat;
    background-size: 20px 24px;
    display: inline-block;
    width: 20px; 
    height: 24px;
}
.web-icon:hover {
    background-image: url('images/ui/Configurator-active-arrow.png');
}
.demo-icon {
    background-image: url('images/ui/demo-inactive-icon.png');
    background-repeat:no-repeat;
    background-size: 27px 19px;
    display: inline-block;
    width: 27px; 
    height: 19px;
    /*vertical-align:middle;*/
    float:right;
    margin: 9px 7px 0 0;
}
.demo-icon:hover {
    background-image: url('images/ui/demo-active-icon.png');
}
.video-icon {
    background-image: url('images/ui/video-inactive-icon.png');
    background-repeat:no-repeat;
    background-size: 23px 24px;
    display: inline-block;
    width: 23px; 
    height: 24px;
    /*vertical-align:middle;*/
    float:right;
    margin: 9px 7px 0 0;
}
.video-icon:hover {
    background-image: url('images/ui/video-active-icon.png');
}

.catDivider {
    width:100%;
    border-top:3px solid #d7d7d7;
    font-size:18px;
    font-weight:300;
    height:42px;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    /*input {
        width: 90%;
    }*/

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }


    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}


/*****HomePage****/

#Contact .btn {
    height: 38px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.ProductPanel {
    padding-bottom:20px;
    position:relative;
    display:flex;
    height:100%;
}

.ProductPanel a {
    display:flex;
    flex-direction:column;
}

.ProductPanel a img {
    margin-top:auto;
}


.ProductPanel h4 {
    font-size:16px;
    color:#000;
    margin:20px 0px 20px 20px;
    font-weight: bold;
}

.ProductPanel a:hover h4 {
    color:#d92231;
    text-decoration:none !important;
}

.ProductPanel a:hover {
    color:#d92231;
    text-decoration:none !important;
}

.ProductPanel a:hover img {
    filter:brightness(75%);
    -webkit-filter: brightness(75%);
}

/*.hoverFill {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 37px;
    opacity: 0;
}
.hoverFill:hover {
    opacity: 0.3;
}*/

/*** ProductBuilder Hide ***/

.TrueHide {
    display:none !important;
}

.DisplayBlock {
    display:block !important;
}

#CZ_XPE_and_LPBMFin_XPE, #CZ_XPE_and_LPFin_XPE, #CZ_XPE_and_BRBMFin_XPE, #CZ_XPE_and_BRFin_XPE {
    z-index: 5;
}
/***Text***/

.bannerText {
    font-size: 21px;
    font-weight:200;
    width:80%;
    padding-bottom:9px;
}

.SectionText {
    font-size: 16px;
    font-weight:200;
    margin-bottom:20px;
    line-height:24px;
    font-family:'Roboto';
}

.modal-scroll {
    max-height: 350px;
    overflow-y: auto;
}

#myModal .btn-default, #Contact .btn-default {
    width:auto;
}

.skuOption {
    float: left;
    font-size: 20px;
    /*font-weight: 300;*/
    padding: 0 0 10px;
    width: 100%;
}

.skuOption label {
    font-size: 20px;
    font-weight: normal;
    max-width:100%;
}

.skuOption input[type="radio"] {
    left: -1000px;
    position: absolute;
    visibility: hidden;
}

.skuOption input[type="radio"] + label::before {
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    margin-top: 7px;
    vertical-align: top;
    width: 15px;
}

.skuOption input[type="radio"]:checked + label::before {
    background: white none repeat scroll 0 0;
    border: 4px solid #d92231;
    border-radius: 50%;
}

/*** Dimensions ***/

#Dimensions {
    background-color: #ffffff;
    border-color: #d7d7d7;
    color: #000000;
    font-size:17px;
    text-align:left;
    font-weight:300;
    margin-bottom: 0px !important;
    position: relative;
    /*width: 230px;*/
    padding:6px 40px 0px 12px;
}
#Dimensions:hover {
    background-color: #d92231;
    color: #fff;
}
.dimOpen {
    background-color: #d92231 !important;
    color: #fff !important;
}
#Dimensions::after {
    background-image: url("images/ui/dimensions-arrow-grey.png");
    background-repeat: no-repeat;
    background-size: 20px 13px;
    color: #000000;
    content: "";
    display: inline-block;
    font-family: Arial;
    height: 14px;
    position: absolute;
    right:15px;
    top:12px;
    width: 20px;   
}
#Dimensions:hover::after {
    background-image: url("images/ui/dimensions-arrow-white-down.png");
    color:#fff;  
}
.dimOpen::after {
    background-image: url("images/ui/dimensions-arrow-white.png") !important;
}
.dimOpen:hover::after {
    /*background-image: url("images/ui/dimensions-arrow-white.png") !important;*/
}
#Dimensions:hover #dimensionDetails {
    color: black;
}

#dimensionDetails {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    display: none;
    padding: 8px;
    position: absolute;
    right: -1px;
    top: 100%;
    width: inherit;  /*230px;*/
    z-index: 999 !important;
    color: #000000 !important;
}

#dimensionDetails div {
    float:left;
    width: 100%;
}
#dimensionDetails p, #dimensionDetails b {
    float: left;
    text-align: left;
    white-space: normal;
    width: auto;
    font-size:16px;
}

#builderButtons .btn {
    margin-bottom: 10px;
    height:38px;
}


#Home {
    background-color:#333;
    background-image:url(Images/UI/Banner.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff !important;
    min-height:412px;
    margin-top: 20px;
}
#Home .btn {
    font-size:17px;
    padding:4px 42px;
}
#Home a.link {
    font-size:18px;
    font-weight:bold;
    display:block;
    color:#fff;
    text-decoration:underline;
}
#Home a.link:hover {
    color: #d92231;
}
#Home h3 {
    font-size: 24px;
}

/*Marketo*/

.mktoForm {
    width: 100% !important;
    color: #000000 !important;
    font-family: "Roboto Condensed",sans-serif !important;
}

.mktoForm .mktoLabel {
    float: left;
    line-height: 1.2em;
    padding-top: 0.3em;
    font-weight: 400 !important;
    font-family:'Roboto';
}
.mktoForm .mktoFormRow {
    clear: both;
    width: 100% !important;
}
.mktoForm .mktoFormCol {
    float: left;
    min-height: 2em;
    position: relative;
    width: 100% !important;
}
.mktoForm .mktoOffset {
    float: left;
    height: 0 !important;
    width: 0 !important;
}
.mktoForm .mktoFieldWrap {
    float: left;
    width: 100% !important;
}
.mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: 400 !important;
}
.mktoForm .mktoLabel {
    float: left;
    font-size: 19px !important;
    line-height: 1.2em;
    padding-top: 0.3em;
    width: 17% !important;
}
.mktoForm .mktoAsterix {
    color: #d92231;
    display: none;
    float: right;
    padding-left: 0px !important;
    padding-right: 10px !important;
}
.mktoForm .mktoGutter {
    float: left;
    height: 0 !important;
    width: 0 !important;
}
.mktoField {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    color: #555555;
    display: block;
    font-size: 16px !important;
    height: 34px;
    line-height: 1.42857;
    margin-bottom: 10px;
    padding: 6px 12px;
    width: 32% !important;
}

.mktoForm .mktoButtonWrap.mktoCleanGray .mktoButton {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    text-transform:uppercase;
    background-color: #D92231 !important;
    background-image: none !important;
    border: 1px solid #D92231 !important;
    border-radius: 0px !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: bold !important;
    font-family: "Roboto Condensed",sans-serif !important;
    padding: 13px 57px !important;
    text-align: center;
    text-shadow: none !important;
    width: auto !important;
}

.mktoForm .mktoButtonWrap.mktoCleanGray .mktoButton:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #a0212a !important;
    background-image: none !important;
    border: 1px solid #a0212a !important;
    border-radius: 0px !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: bold !important;
    font-family: "Roboto Condensed",sans-serif !important;
    padding: 13px 57px !important;
    text-align: center;
    text-shadow: none !important;
    width: auto !important;
}

.mktoForm .mktoError {
    color: #d92231 !important;
    bottom: 0px !important;
    right: 0px !important;
    /*display: block !important;*/
    float: left !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 29px !important;
    margin-left: 1% !important;
    position: relative !important;
    width: 46% !important;
    z-index: 99;
}
.mktoForm .mktoError .mktoErrorArrowWrap {
    display: none !important;
}
.mktoForm .mktoError .mktoErrorMsg {
    background-color: #fff !important;
    background-image: none !important;
    border: 0px solid #fff !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #d92231 !important;
    display: inline-block !important;
    float: left !important;
    margin-top: 0px !important;
    max-width: 100% !important;
    /*padding: 0px !important;*/
    text-shadow: none !important;
    width: 100% !important;
}
.mktoErrorDetail {
    display: inline-block !important;
}
.mktoButtonWrap {
    margin-left: 0px !important;
}

.mktoButtonRow {
    display: inline-block;
    margin: 20px 0 20px 17% !important;
    position: relative;
}

@media only screen and (max-width: 480px) {
    .mktoForm .mktoLabel {
        width: 100% !important;
    }
    .mktoField {
        width: 100% !important;
    }
    .mktoForm .mktoError {
        width: 100% !important;
    }
}


@media only screen and (max-width: 668px) {
    .modal-content {
        height: 80vh;
        margin: 10vh auto;
    }

    .modal-content div {
        height: 100%;
    }

    .modal-content .modal-scroll, .modal-content .modalMutual {
        height: 90% !important;
    }

    .modal-content .modal-scroll div, .modal-content .modalInfo, .modal-content .modalMutual div {
        height: auto !important;
    }
}


#loader {
    position:fixed;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color:rgba(0,0,0,0.4);
    display: none;
    z-index:1050;
}
#loader img {
    position: fixed;
    top: 45%;
    left: 45%;
    background-color: #fff;
    padding: 20px;
}

@media only screen and (max-width: 600px) {
    .Button {
        font-size: 16px;
    }		
}

#CookieMessage {
    position: fixed;
    z-index: 20000;
    left: 0px;
    bottom: 5%;
    width: 100%;
    height: auto;
    background-color: rgb(134, 209, 214);
}

#CookieMessage .CookieContents {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.CookieText {
    font-size: 14px;
    color: #000000;
    margin: 15px 0px 15px 15px;
    float: left;
}

.CookieButton {
    float: right;
    margin: 10px 10px 10px 0px;
}

#CookieMessage .btn-cookie {
    background: #333;
    color: #FFFFFF;
    font-size: 14px;
    width: auto;
    height: auto;
    cursor: pointer;
    margin-left: 5px;
    padding: 5px;
    border: 0px none;
}


/*Printapps*/

.printapps-row {
	display:flex;
	flex-wrap: wrap;
}

.printapps-row::before, .printapps-row::after {
	width: 0px;
}
/*CSS additions for homepage redesign*/
.a-brand {
    text-decoration: underline;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.pr-2 {
    padding-right: 2rem !important;
}

.brand-font-bold {
    font-family: 'Roboto Condensed';
    font-weight: 700;
}

.brand-font-light {
    font-family: 'Roboto Condensed';
    font-weight:300;
}

.brand-font {
    font-family: 'Roboto Condensed';
}

.font-lg {
    font-size: 20px;
}

.font-nml {
    font-size: 16px;
}
.font-sml{
    font-size:14px;
}
.font-xsml{
    font-size:12px;
}

.font-h2 {
    font-size: 30px;
}
.font-h3 {
    font-size: 26px;
}

.text-bold {
    font-weight: 600;
}
.text-thin{
    font-weight:300 !important;
}

.text-black {
    color: black !important;
}

.ml-0 {
    margin-left: 0px !important;
}
.ml-1 {
    margin-left: 1rem !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

.ml-3 {
    margin-left: 3rem !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}
.mt-0 {
    margin-top: 0px !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}


.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.product-card-border {
    border: 1px solid #C1C1C1;
}

.card-width {
    width: 48% !important;
}

.font-weight-nml {
    font-weight: 400 !important;
}
.backgroud-grey {
    background-color: #EBEBEB;
}
.p-0 {
    padding: 0rem !important;
}
.p-1 {
    padding: 1rem !important;
}
.p-2 {
    padding: 2rem !important;
}
.p-3 {
    padding: 3rem !important;
}
.pl-2 {
    padding-left: 2rem !important;
}
.pl-1 {
    padding-left: 1rem !important;
}
.pr-1 {
    padding-right: 1rem !important;
}
.pr-2 {
    padding-right: 2rem !important;
}
.pr-3 {
    padding-right: 3rem !important;
}
.pb-1{
    padding-bottom: 1rem !important;
}
.pb-2 {
    padding-bottom: 2rem !important;
}
.pb-3 {
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0rem !important;
}
.pt-1 {
    padding-top: 1rem !important;
}
.pt-2 {
    padding-top: 2rem !important;
}
.pt-3 {
    padding-top: 3rem !important;
}
.position-bttom-div{
    bottom: 0;
    position: absolute !important;
}
.menu-image{
    cursor:pointer;
}
.menu-image:hover {
    transform: scale(1.3);
    transition: .3s ease-in-out;
}
.menu-image-hover {
    transform: scale(1.3);
    transition: .3s ease-in-out;
}
.hover-color {
    color: #ffffff !important;
    background-color: #a0212a !important;
    border-color: #a0212a !important;
    transition: .3s ease-in-out;
}
    /*.image-up20:hover {
    top: 20px;
    position: relative;
}*/
    .overflow-hidden {
        overflow: hidden;
    }
.card-product-description-hidden{
    display:none;
    cursor:text;
}
.card-product-description{
    cursor: text;
}

/*body > .container {
    margin-top:72px;
}*/
.card-collection {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.p-card {
    padding:0px !important;
    margin: 10px !important;
}
.p-card .row {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.position-bttom-div {
    position: relative !important;
    margin-top: auto;
}
.card-image {
    display: block;
    margin: 20px auto;
    max-height: 200px;
    max-width: 100%;
    height: auto;
}

.tab-active {
    border: #c1c1c1 solid 1px;
    padding: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    border-bottom: none !important;
}
.tab {
    border: #c1c1c1 solid 1px;
    padding: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    cursor:pointer;
}
 /*tab:hover {
        background-color: #ebebeb;
    }*/
.tab#tab-contact-xerox:hover{
    background-color: #ebebeb;
    border-right-color: #ebebeb;
    border-top-color: #ebebeb;
}
.tab#tab-find-dealer:hover{
    background-color: #ebebeb;
    border-left-color: #ebebeb;
    border-top-color: #ebebeb;
}
.grey-border-contact {
    border: #c1c1c1 solid 1px;
    border-top:none !important;
}
.nav-tabs{
    border:none !important;
    cursor: pointer;
}
.white-space-tab {
    border-bottom: #c1c1c1 solid 1px;
}
.border-r-none{
    border-right:none !important;
}
.btn-hover-color {
    background-color: #d92231 !important;
    color: white !important;
    border-color: #d92231 !important;
    transition: .3s ease-in-out;
}
.product-card-border:hover {
    background-color: #EBEBEB !important;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.no-wrap {
    white-space:nowrap;
}

.home-card {
    cursor: pointer;
}

.home-card {
    display: flex;
    flex-direction:column;
}
.home-card-left .home-card-img, .home-card .home-card-img {
    order: 1;
}

.home-card .home-card-info, .home-card-left .home-card-info {
    order: 2;
}
.home-card-img {
    display: flex;
}

.home-card-info {
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .home-card {
        flex-direction: row;
    }
    .home-card .home-card-info, .home-card-left .home-card-img {
        order: 2;
    }

    .home-card-left .home-card-info, .home-card .home-card-img {
        order: 1;
    }
}

.inline-b{
    display:inline-block
}
.vert-middle{
    vertical-align:middle;
}
.pointer{
    cursor:pointer;
}
.brand-hover:hover {
    color:#D92231 !important;
}
.empty-box-height{
    height:45.5px;
}
@media (max-width: 1200px) {
    .card-width {
        width: 96% !important;
    }
    .empty-box-height {
        height: 45.5px;
    }
}
@media (max-width: 990px) {
    .border-r-none {
        border-right: solid 1px #c1c1c1 !important;
    }
    .small-padding{
        padding-left:15px;
    }
    .empty-box-height {
        height: 0px;
    }
    .white-space-tab{
        border-bottom:none !important;
    }
    .tab#tab-contact-xerox:hover {
        background-color: #ebebeb;
        border-right-color: #c1c1c1;
        border-top-color: #ebebeb;
    }
    .tab#tab-contact-xerox {
        border-right-color: #c1c1c1;
        border-left-color: #c1c1c1;
    }
    .tab#tab-find-dealer:hover {
        background-color: #ebebeb;
        border-right-color: #c1c1c1;
        border-left-color: #c1c1c1;
        border-top-color: #ebebeb;
    }
    .tab-active {
        border: #c1c1c1 solid 1px;
        padding: 1rem;
        padding-left: 3rem;
        padding-right: 3rem;
        border-bottom: none !important;
    }
        .tab#tab-find-dealer {
            border-bottom: none !important;
        }
    .tab-active#tab-contact-xerox {
        border-bottom: #c1c1c1 1px solid !important;
    }
    .tab {
        border: #c1c1c1 solid 1px;
        padding: 1rem;
        padding-left: 3rem;
        padding-right: 3rem;
        cursor: pointer;

    }
}
.link-brand:hover {
    color: #d92231 !important;

}
.link-brand {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}

#badge-container {
    margin-bottom: 20px;
    padding: 0px 15px;
    display:flex;
    flex-direction:row;
    background-color:white;
    align-items:center;
    width:fit-content;
}

#pdfbadge-container img {
    max-height: 60px;
    margin-right: 20px;
    display: inline-block;
}

/*.modalBadges {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: fit-content;
    justify-content: space-between;
}*/

.modalBadges {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: left;
}

#showmore-badges {
    margin:10px;
    font-weight:700;
    text-decoration:underline;
    color:black;
    cursor:pointer;
}
    #showmore-badges:hover {
        color: #D92231;
    }


.accreditation-badge {
    display: block;
    height: 40px;
    margin: 10px;
}

a.accreditation-badge:hover {
    opacity:0.8;
}

.modalBadges .accreditation-badge {
    height: auto;
    width: 12.5%;
    box-sizing: border-box;
    padding: 11px;
    margin:0px;
}

    .accreditation-badge img {
        height: 100%;
        width: auto;
    }

    .modalBadges .accreditation-badge img {
        height: auto;
        width: 100%;
    }

#badgeModal h3 {
    color:#000000;
    padding:0px 10px;
    /*margin: 0px 0px 10px 0px;*/
}
.card-bottom {
    display: flex;
    justify-content: space-between;
    padding-bottom: 17px;
    align-items: end;
}
.not-available-text {
    color: #D92231;
}