/* -------------------------------------------- */
/* BSC STYLE OVERRIDES - This file is the main override for all previous stylesheets (bootstrap, productcart, cognecy, custom additions) */
/* ::Table of Contents */
/* 1. General Elements, Typography, & Components */
/* 2. Header & Footer */
/* 3. Content */
/* 4. Media Queries */
/* -------------------------------------------- */

html {
}

body, #site-wrapper {
    width: 100%;
    padding: 0;
    font-size: 10px;
    overflow-x: hidden;
    color: #000;
}

.container-fluid {
    max-width: 1250px;
    margin: 0 auto;
}

.outer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
}

.inner-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: rgb(230,230,230);
}

/*Header*/
.wrapper-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .wrapper-header .header-bottom {
        margin-bottom: 3rem;
        margin-top: 1.2rem;
    }

        .wrapper-header .header-bottom > .container-fluid {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .wrapper-header .header-bottom .logo {
            width: 100%;
            height: auto;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            text-align: left;
            margin-top: -19px;
        }

            .wrapper-header .header-bottom .logo img {
                width: 100%;
                height: auto;
                max-width: 397px;
            }

    .wrapper-header .header-top .logo {
        width: 100%;
        max-width: 300px;
        height: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: left;
        margin-top: 0px;
    }

        .wrapper-header .header-top .logo img {
            width: 100%;
            height: auto;
            max-width: 397px;
        }

    /*Navigation*/
    /*Secondary Nav*/

    .wrapper-header .nav-sec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-top: 1rem;
    }

        .wrapper-header .nav-sec > ul a {
            color: #000;
            text-decoration: none;
            font-size: 1.7rem;
            font-family: "nimbus-sans-condensed",sans-serif;
        }

            .wrapper-header .nav-sec > ul a[href="/Account/login"] {
                font-weight: bold;
            }

            .wrapper-header .nav-sec > ul a:hover {
                color: #2a6496;
                text-decoration: underline;
            }

        .wrapper-header .nav-sec > ul > li {
            padding: 1rem;
            color: #000;
            font-size: 1.7rem;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
        }

            .wrapper-header .nav-sec > ul > li + li:before {
                padding-left: 1rem;
                padding-right: 1rem;
            }

            .wrapper-header .nav-sec > ul > li.lastSecondaryNavItem {
                padding-right: .4rem;
            }

    /*Primary Nav*/
    .wrapper-header .nav-main > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 50px;
    }

        .wrapper-header .nav-main > ul > li {
            font-size: 2.1rem;
            border-left: solid 1px #bcbbbb;
            padding: .2rem .4rem;
            text-decoration: none;
            line-height: .3;
            font-weight: 700;
            position: relative;
        }

            .wrapper-header .nav-main > ul > li.noVerticalRule {
                border-left: none;
            }

    /*Search*/
    .wrapper-header .nav-main .pc-quick-cart > li > a:first-child {
        font-size: 13px;
        padding: 0px 14px;
        padding-top: 12px;
        display: inline-block;
        position: relative;
        top: 2px;
        color: #555;
        margin: 0 0px;
        min-height: 50px;
        padding-left: 43px;
        text-decoration: none;
        cursor: default;
    }

    .wrapper-header .nav-main > ul > li.searchBtn {
        padding-right: 0rem;
    }

    .wrapper-header .nav-main > ul > li.ng-scope {
        border-left: none;
    }

    .wrapper-header .nav-main > ul > li > a {
        color: #000;
        text-decoration: none;
        line-height: 1;
        padding: 0rem 1rem;
        display: inline-block;
        border: solid 1px transparent;
        font-family: "nimbus-sans-condensed",sans-serif;
    }

    .wrapper-header .nav-main > ul > li:hover > a {
        background-color: #000;
        color: #fff;
        border: solid 1px rgba(0,0,0,0.1);
    }

.nav-main > ul > li > ul.drop-down {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1000 !important;
}

.wrapper-header .nav-main > ul > li:hover > ul.drop-down {
    left: .4rem;
    top: 4.4rem !important;
    height: auto;
    z-index: 300;
    background: #000;
    margin: 0px !important;
    width: 17rem !important;
    padding: 1rem 0 !important;
}

.nav-main > ul > li > ul.drop-down > li {
    padding: 1rem 1rem 1.5rem 1rem;
}

    .nav-main > ul > li > ul.drop-down > li + li {
        margin-top: 1rem;
    }

    .nav-main > ul > li > ul.drop-down > li:hover {
        background-color: #808080;
        box-shadow: inset 0 1px 6px rgba(0,0,0,0.1);
    }

    .nav-main > ul > li > ul.drop-down > li > a {
        font-size: 1.5rem;
        color: #fff;
    }

        .nav-main > ul > li > ul.drop-down > li > a:hover {
            text-decoration: none;
        }

nav ul, nav li {
    margin: 0;
    list-style: none;
    list-style-image: none;
}

/* -------------------------------------------- */
/*
	1. General Elements, Typography, & Components
	Styles for this section would include overrides for general elements (type, tables, forms, buttons, images) and any components found on: http://getbootstrap.com/css/ & http://getbootstrap.com/components/
*/
/* -------------------------------------------- */

/* Homepage */
.home .homepageMainImage {
    background-image: url(../images/closed-face-open-faced-designs.jpg);
    background-size: 100%;
    min-height: 541px;
    width: 100%;
    max-width: 1600px;
    background-repeat: no-repeat;
}

.homepageMainImage img {
    width: 100%;
}

.pcMainContent p.postedText {
    font-size: 1.2em;
    margin-top: 0px;
}

.pcMainContent p.postedTitle {
    font-size: 2.5em;
    font-weight: bold;
    margin-left: 2px;
}

.pcShowAdditional img {
    width: auto;
}

.secondary .homepageMainImage, .secondary .selectVehicleContainerMobile {
    display: none;
}

.callOutHeader {
    font-size: 6.8rem;
    letter-spacing: -.05em;
    margin: 0px;
    line-height: .85;
    padding-bottom: 7px;
}

.callOutText {
    font-size: 2.8rem;
    letter-spacing: -.04em;
    margin: 0px;
    padding-bottom: 24px;
    line-height: 1.1;
}

.callOutButton {
    border-radius: 0;
    padding: 11px 34px;
    font-size: 2.2rem;
    letter-spacing: -.02em;
    margin: 0px;
    border-color: black;
    background-color: #fff;
    color: black;
    font-weight: bold;
}

    .callOutButton:hover {
        background-color: #000;
        color: white;
    }

.callOutPadRight {
    padding-right: 100px;
}

.callOutPadTop {
    padding-top: 40px;
}

.callOutContainer {
    padding-top: 85px;
    padding-bottom: 85px;
}

.callOutAlignRight {
    text-align: right;
}

.selectVehicleContainer {
    margin-top: 117px;
    margin-left: 230px;
}

    .selectVehicleContainer h4 {
        font-size: 5.2rem;
        letter-spacing: -.05em;
        margin: 0px;
        line-height: .85;
        padding-bottom: 7px;
        color:white;
    }

#selectedVehicle textarea, #selectedVehicle input, #selectedVehicle select {
    background-color: transparent;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #000;
    line-height: 1.5;
    padding: 10px 230px 10px 10px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-size: 2.3em;
    font-weight: bold;
    -webkit-appearance: none;
    overflow: hidden;
    background: url(../images/select-arrows.png) no-repeat right #fff;
}

select::-ms-expand {
    display: none;
}

.selectVehicleContainer #submitButton {
    border: 1px solid #000;
    border-radius: 0px;
    padding: 11px;
    font-weight: bold;
    margin-left: 10px;
    background: none;
    background-color: white;
}

.videoSection {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding-top: 4px;
    padding-left: 2%;
}

/* MOBILE STYLES */
.selectVehicleContainerMobile {
    margin-top: 100px;
    margin-left: 20px;
}

    .selectVehicleContainerMobile h4 {
        font-size: 3.6rem;
        letter-spacing: -.05em;
        margin: 0px;
        line-height: .85;
        padding-bottom: 17px;
    }

#selectVehicleMobile textarea, #selectVehicleMobile input, #selectVehicleMobile select {
    background-color: transparent;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #000;
    line-height: 1.5;
    padding: 10px 0px 10px 10px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-size: 1.6em;
    font-weight: bold;
    -webkit-appearance: none;
    overflow: hidden;
    background: url(../images/select-arrows.png) no-repeat right #fff;
    float: left;
    width: 73%;
}

.selectVehicleContainerMobile #submitButton {
    border: 1px solid #000;
    border-radius: 0px;
    padding: 11px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    width: 17%;
    background: none;
    background-color: white;
}

/* -------------------------------------------- */
/*
	2. Header & Footer
	Styles for this section would include overrides for header, navigation, and footer structures typically found in the header & footer files in this theme folder.
*/
/* -------------------------------------------- */

.facebookLogo {
    background-image: url("https://www.thejacketstore.com/store/pc/theme/TJS_bluespace/images/facebook.svg");
    display: block;
    height: 75px;
    width: 75px;
    background-repeat: no-repeat;
    float: left;
    margin-right: 15px;
}

    .facebookLogo:hover {
        background-image: url("https://www.thejacketstore.com/store/pc/theme/TJS_bluespace/images/facebook-roll.svg");
    }

.youTubeLogo {
    background-image: url("https://www.thejacketstore.com/store/pc/theme/TJS_bluespace/images/youtube.svg");
    display: block;
    height: 75px;
    width: 75px;
    background-repeat: no-repeat;
    float: left;
    margin-right: 15px;
}

    .youTubeLogo:hover {
        background-image: url("https://www.thejacketstore.com/store/pc/theme/TJS_bluespace/images/youtube-roll.svg");
    }

.bbbLogo {
    background-image: url("https://www.thejacketstore.com/store/pc/theme/TJS_bluespace/images/BBB.svg");
    display: block;
    height: 75px;
    width: 212px;
    background-repeat: no-repeat;
    float: left;
}

    .bbbLogo:hover {
        background-image: url("https://www.thejacketstore.com/store/pc/theme/TJS_bluespace/images/bbb-roll.svg");
    }
 
.header-bottom .pc-search {
	display: flex;
	background: #FFF;
	border: 1px solid black;
	color: #555;
	text-decoration: #FFF;
}   
	.header-bottom form.pc-search-input {
		position: relative !important;
		padding: 0px !important;
		display: inline-block !important;
		max-width: 150px !important;
	}
	
	.header-bottom button {
		display: none !important;
	}
	
	.header-bottom .pc-search .form-control {
		border: none;
    box-shadow: none;
	}
	
	.header-bottom a.reveal-search {
		padding: 5px 12px 3px 12px;
		color: #ffffff;
		background-color: #000000;
	}
	
	.header-bottom .cartbox {
		top: 0px;
	}
	.header-bottom .pc-quick-cart li a.dropdown-toggle {
		padding: 0px;
	}
/* -------------------------------------------- */
/*
	3. Custom Content
	Styles for this section would include styling for unique content placed on specific pages like the home, product category, login/register, etc. pages. These would be items (ex: custom callouts) that don't follow Bootstrap's markup.
	The content on these pages is usually added through ProductCart page editor or added directly into the corresponding core file.
*/
/* -------------------------------------------- */

/* Owl Carousel */
.owl-slider {
    background-color: #f4f4f4;
    position: relative;
    width: 100%;
    z-index: 200;
}

    .owl-slider > .container {
        position: relative;
        z-index: 200;
    }

        .owl-slider > .container > .row {
            padding: 0 0 1rem 0;
        }

    .owl-slider .lead {
        font-size: 4rem;
        font-weight: 400;
        margin: 2rem 0 0 0;
        text-align: center;
        line-height: 1;
    }

        .owl-slider .lead strong {
            font-size: 5rem;
        }

.owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -2rem;
    display: block;
}

    .owl-nav .btn {
        font-size: 4rem;
        color: #000000 !important;
        position: absolute;
        padding: 0 1.5rem;
        border: none;
        margin: 0;
        line-height: 1;
    }

        .owl-nav .btn:hover, .owl-nav .btn:focus {
            opacity: .5;
        }

        .owl-nav .btn.prev {
            left: 0;
        }

        .owl-nav .btn.next {
            right: 0;
        }

.owl-item .product-section > figure, .owl-item .product-section h2 {
    text-align: center;
}

.owl-item .product-section {
    padding: 0 1rem;
}

    .owl-item .product-section > figure {
        text-align: center;
    }

        .owl-item .product-section > figure > img {
            max-width: 100px;
            width: 100%;
            transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
        }

    .owl-item .product-section h2 {
        text-align: center;
        font-size: 1.6rem;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
    }

    .owl-item .product-section:hover {
        cursor: pointer;
    }

        .owl-item .product-section:hover > figure > img {
            margin: -2rem 0 2rem 0;
        }

        .owl-item .product-section:hover > h2 {
            color: #edb229;
        }

/* -------------------------------------------- */
/*
	ProductCart Overides
*/
/* -------------------------------------------- */
.pcMainContent p {
    color: #494949;
    margin: 10px 0 0 5px;
    font-size: 1.7em;
}

.pcMainContent ul {
    margin-left: 30px;
    font-size: 1.7rem;
}

.pcShowCategoryName a, .pcPageNav a, .pcShowProductsH {
    font-size: 2em;
}

.pcShowProductBgHover:hover, .pcShowBrandBgHover:hover, .pcShowCategoryBgHover:hover {
    background-color: #FFF;
}

.pcShowCategory {
    padding: 20px;
}

.pcPageNav {
    margin-top: -40px;
}

.pcShowProductSku {
    font-size: 2em;
    margin-top: 25px;
}

.pcShowProductSDesc h2 {
    font-size: 1.4em;
    line-height: 1em;
}

.pcShowProductSDesc {
    font-size: 1.8em;
    line-height: 1em;
}

#pcMain li {
    padding-bottom: 0px;
}

.pcShowProductMainPrice, ul.pcShowProductOptionsList li:first-child {
    font-size: 4em;
}

ul.pcShowProductOptionsList li:first-child {
    font-weight: bold;
}

.pcShowProductOptionsList select {
    background-color: transparent;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #000;
    line-height: 1;
    padding: 10px 220px 10px 25px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-size: .4em;
    font-weight: bold;
    -webkit-appearance: none;
    overflow: hidden;
    background: url(../images/select-arrows.png) no-repeat right #fff;
    height: 62px;
    cursor: pointer;
}

.pcShowProductOptions ul {
    margin-left: 0px;
}

.pcShowAddToCart, .pcShowButtons {
    padding-top: 10px;
}

    .pcShowAddToCart input[type] {
        display: inline-block;
        padding: 7px 0px 7px 21px;
        margin: 0px 10px 0px 0px;
        white-space: nowrap;
        text-align: left;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
        text-decoration: none;
        border-color: #000;
        text-shadow: none;
        background: #FFF;
        font-size: 2.6em;
        letter-spacing: -.02em;
        font-weight: bold;
        color: red;
    }

    .pcShowAddToCart .pcButtonText, .pcButtonAddToWishlist .pcButtonText {
        font-size: 1.1em;
    }

.pcButtonAddToWishlist {
    display: inline-block;
    padding: 11px 34px;
    margin: 0px 10px 0px 0px;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    text-decoration: none;
    border-color: #000;
    text-shadow: none;
    background: #FFF;
    letter-spacing: -.02em;
    font-weight: bold;
    color: red;
}

.pcShowAdditionalDesc {
    font-size: 1.5em;
}

.pcViewCartQty input[type] {
    padding: 5px 5px 5px 5px;
    background: none;
}

.pcViewCartUnitPrice, .pcViewCartPrice {
    padding-top: 10px;
}

.pcCartLayout .subTitle {
    font-size: 20px;
}

.pcCartLayout .small {
    font-size: 14px;
}

.tiny .pcButtonText {
    font-size: 14px !important;
}

#opcLoginEmail label, #opcLoginPassword label, .pcFormItemFull {
    font-size: 16px;
}

label {
    font-size: 16px;
}

table.pcCAPTCHA input[type] {
    background-color: transparent;
    padding: 5px;
    font-size: 2.3em;
    font-weight: normal;
    background: none;
}

/* -------------------------------------------- */
/*
  Product Features
*/
/*----------------------------------------------*/
.productFeatureContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.img-productFeatures {
    padding: 10px;
}

.protect-text {
    color: #006697;
}

.protectCallout-text {
    padding-bottom: 40%;
}

.protect-text img {
    padding: 5px;
    margin-top: -7px;
}

.prevent-text {
    color: #d41c2e;
}

    .prevent-text img {
        padding: 5px;
        margin-top: -15px;
    }

.personalize-text {
    color: #30ba00;
    padding-top: 20%;
}

.personalizeCallout-text {
    padding-bottom: 35%;
}

.personalize-text img {
    padding: 5px 5px 5px 0px;
    margin-top: -10px;
}

.eliminate-text {
    color: #ffd600;
}

    .eliminate-text img {
        padding: 5px 5px 5px 0px;
        margin-top: -11px;
    }

.productContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.productFeaturesTopContainer {
    text-align: center;
}

    .productFeaturesTopContainer p:first-child {
        padding-bottom: 100px;
    }

    .productFeaturesTopContainer h1 {
        padding-top: 73px;
    }

.productFeatureContainer .callOutHeader {
    font-size: 4.9rem;
}

.headerContainer {
    padding-bottom: 100px;
}

.productFeatureLeftContainer {
    padding-right: 6%;
}

.productFeatureRightContainer {
    padding-left: 6%;
}

.protectRemoteOuterContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
}

.protectLeftContainer, .protectRightContainer {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.reallyWorkOuterContainer {
    padding: 85px 0px;
    background-color: #404041;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reallyWorkContainer {
    color: white;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 0 2% 0 2%;
}

.protectRightContainer h4 {
    padding-top: 10%;
}

.protectRightContainer .callOutImage {
    margin-top: -145px;
    padding-left: 5%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

/* ---------------------------------------------*/
/*
  Quick Finder
*/
/* ---------------------------------------------*/
.quickFinderContainer {
}

.finderStepLabel {
    font-size: 1.4em;
}

.productSearchContainer {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    min-height: 350px;
}

.quickFinderContainer #vehicleType_ddl, .quickFinderContainer #make_ddl, .quickFinderContainer #year_ddl, .quickFinderContainer #model_ddl {
    background-color: transparent;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #000;
    line-height: 1.5;
    padding: 10px 230px 10px 10px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-size: 2.3em;
    font-weight: bold;
    -webkit-appearance: none;
    overflow: hidden;
    background: url(../images/select-arrows.png) no-repeat right #fff;
}

.whiteBtnText {
    color: white;
}

    .whiteBtnText:hover {
        background-color: #2d6ca2;
    }

/* ---------------------------------------------*/
/*
  Dealer Area
*/
/* ---------------------------------------------*/

.orderFormContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.wrapper-header .nav-main-dealer ul {
    color: #000;
    text-decoration: none;
    line-height: 1;
    padding: 0rem 1rem;
    display: inline-block;
    border: solid 1px transparent;
    font-family: "nimbus-sans-condensed",sans-serif;
}

/* ---------------------------------------------*/
/*
  Bootstrap Overides
*/
/* ---------------------------------------------*/
.panel {
    border-radius: 0px;
}

.panel-primary {
    border-color: #000;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #000;
        border-color: #000;
    }

.panel-heading {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel-title {
    font-size: 2.5em;
}

.form-control {
    height: 50px;
    padding: 0px 16px;
    font-size: 1.9em;
    color: #000;
    border-radius: 0px;
}

.btn-danger {
    color: white;
}

    .btn-danger:hover {
        background-position: 0 0px;
    }

.glyphicon {
    font-size: 1.85em;
    padding: 2px;
    color: #006697;
}

/* -------------------------------------------- */
/*
	4. Media Queries
	Place css within the @media brackets to create styles & overrides for displaying elements on a variety of screen/device sizes and resolutions.
*/
/* -------------------------------------------- */

/* // Extra Small devices (phones, 767px and down) // */
@media screen and (max-width: 767px) {
    /* Applies styles to these dimensions 0px - 767px */
    h1 {
        margin-top: 36px;
    }

    h2 {
        margin-top: 17px;
    }

    .pcShowProductSDesc, .pcShowProductSDesc h2 {
        font-size: 1.5em;
        line-height: 1em;
    }

        .pcShowProductSDesc ul {
            margin-left: -15px;
        }

    .pcShowProductMainPrice, ul.pcShowProductOptionsList li:first-child {
        font-size: 3em;
    }

    .pcShowProductOptionsList {
        margin-left: 0px;
    }

        .pcShowProductOptionsList select {
            padding: 10px 0 10px 25px;
        }

    .callOutPadRight {
        padding-right: 0px;
        padding-left: 0px;
    }

    .callOutContainer {
        text-align: center;
        padding-bottom: 40px;
        padding-top: 50px;
    }

    .callOutHeader {
        font-size: 4.6rem;
    }

    .callOutText {
        font-size: 2rem;
    }

    .callOutMobileContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .callOutAlignRight {
        text-align: inherit;
    }

    .callOutMobileContainer .unlockStyle {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .callOutMobileContainer .unlockStyleImage {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .callOutButton {
        width: 100%;
        padding: 11px 0px;
    }

    #bottom {
        color: #6d6e71;
        font-size: 1.1em;
        padding-top: 20px;
    }

        #bottom h4 {
            font-size: 1.1em;
        }

        #bottom .footerCreditCard {
            margin-bottom: 20px;
            margin-top: 25px;
            height: 36px;
        }

        #bottom .bottom-container {
            width: 100%;
        }

        #bottom .bottom-container-mobile {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            margin-left: 0px;
            padding-left: 0px;
            padding-right: 0px;
        }

        #bottom .footerSocial {
            height: 55px;
            margin-right: 0px;
        }

        #bottom .moreInfo-mobile {
            padding-left: 20px;
        }

        #bottom .store-mobile {
            margin-left: -17px;
        }

    #vehicleLabel .finderStepLabel {
        font-size: 3em !important;
    }

    .productFeatureContainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .productFeatureLeftContainer {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .productFeatureRightContainer {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .productMainContainer {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .protectCallout-text, .personalizeCallout-text, .preventCallout-text {
        padding-bottom: 10%;
    }

    .productFeatureRightContainer {
        padding-left: 0;
    }

    .personalize-text {
        padding-top: 0;
    }

    .headerContainer {
        padding-bottom: 40px;
    }

    .img-productFeatures {
        margin: auto;
    }
}

/* // Small devices (tablets and large phones, 768px and up) // */
@media screen and (min-width: 768px) {
    /* Applies styles to these dimensions 768px - inf. */
    .wrapper-header .nav-main {
        display: block;
    }

    .home .mobileCallOutContainer {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    /* Applies styles to these dimensions 0px - 991px */
    .wrapper-header .nav-sec {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .wrapper-header .header-bottom .logo {
        display: none;
    }

    .reallyWorkOuterContainer {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

    }

    .reallyWorkContainer {
        padding: 2%;
    }

    .videoSection {
        padding-left: 1%;
    }

    .protectRemoteOuterContainer {
        padding-top: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .protectRightContainer .callOutImage {
        display: none;
    }

    .protectLeftContainer .callOutAlignRight {
        text-align: center;
    }
}

/* // Medium devices (desktops and large tablets, 992px and up) // */
@media screen and (min-width: 992px) {
    /* Applies styles to these dimensions 992px - inf. */
    .wrapper-header .nav-main > ul > li {
        font-size: 1.9rem;
    }

    .wrapper-header .header-top .logo {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    /* Applies styles to these dimensions 0px - 1199px */
    nav ul {
        padding-top: 18px;
    }
}

/* // Large devices (large desktops, 1200px and up) //*/
@media screen and (min-width: 1200px) {
    /* Applies styles to these dimensions 1200px - inf. */
}

/* // Extra devices (large desktops, 1600px and below) //*/
@media screen and (max-width: 1600px) {
    /* Applies styles to these dimensions 0px - 1600px. */
    .home .homepageMainImage {
			background-size: cover;
			background-position: center bottom;
    }
}


/* // Extra devices (large desktops, 1400px and below) //*/
@media screen and (max-width: 1400px) {
    /* Applies styles to these dimensions 0px - 1400px. */
    .selectVehicleContainer {
	    margin-top: 110px;
	    margin-left: 20px;
    }
}

/* // Extra devices (large desktops, 1100px and below) //*/
@media screen and (max-width: 1100px) {
    /* Applies styles to these dimensions 0px - 1100px. */
    .selectVehicleContainer {
	    margin-top: 80px;
    }
    .selectVehicleContainer h4 {
	    font-size: 3rem;
    }
    #selectedVehicle select, #selectedVehicle input {
	    font-size: 1.5em;
	    padding: 10px 100px 10px 10px;
	    background-size: 30px;
    }
    #selectedVehicle input {
	    padding: 11px;
    }
    .home .homepageMainImage {
	  	min-height: 370px;
    }
}

/* // Extra devices (large desktops, 767px and below) //*/
@media screen and (max-width: 767px) {
    /* Applies styles to these dimensions 0px - 767px. */
    .selectVehicleContainer {
	    margin-top: 22px;
    }
    
    .home .homepageMainImage {
	    min-height: 240px;
	    background-size: 100%;
    }
    .home .mobileCallOutContainer {
	    margin-top: 30px;
    }
    .home .mobileCallOutContainer img, .mobileCallOutContainer img {
	    width: 100%;
    }
}

/* // Extra devices (large desktops, 669px and below) //*/
@media screen and (max-width: 669px) {
    /* Applies styles to these dimensions 0px - 669px. */
    .home .homepageMainImage {
	    background: none;
	    min-height: auto;
    }
    .selectVehicleContainer {
	    text-align: center;
	    margin-bottom: 60px;
    }
	    .selectVehicleContainer h4 {
		    color: black;
		    padding-bottom: 15px;
	    }
}