﻿
@font-face {
    font-family: "Mark W01 Black";
    src: url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423334/6d8a9dc5-a994-4625-9a0e-2b5201e348df.eot?#iefix");
    src: url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423334/6d8a9dc5-a994-4625-9a0e-2b5201e348df.eot?#iefix") format("eot"),url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423334/98a69fb4-653e-443a-9adb-f046ebead1ca.woff2") format("woff2"),url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423334/4eda5278-b6db-402e-9e9e-ce396ad410f0.woff") format("woff"),url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423334/03d281e3-6e9f-443f-90b1-93c9e6d7b25e.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Mark W01 Bold";
    src: url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423570/8706c0b6-b423-44f7-ae1a-dd0aabd8a542.eot?#iefix");
    src: url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423570/8706c0b6-b423-44f7-ae1a-dd0aabd8a542.eot?#iefix") format("eot"),url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423570/41c8162d-c2a6-49b0-8139-8bebab187588.woff2") format("woff2"),url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423570/4fe94f2e-7892-4785-9663-0350a7adf8c0.woff") format("woff"),url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423570/3a7daddb-0a78-4734-a699-6fe08d0e8b99.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Mark W01 Medium";
    src: url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423451/36390511-9c88-42f2-890f-1ae4b1e7dd70.eot?#iefix");
    src: url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423451/36390511-9c88-42f2-890f-1ae4b1e7dd70.eot?#iefix") format("eot"),url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423451/72d3aeb4-7402-40d6-a945-34360316b980.woff2") format("woff2"),url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423451/f17f16a9-09cc-4170-a039-5f47a4948438.woff") format("woff"),url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423451/340db581-50b2-4783-8f40-db42ea764bda.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Mark W01 Light";
    src: url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423562/a8abc20c-6ce3-48be-b25e-41ae3c6e0379.eot?#iefix");
    src: url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423562/a8abc20c-6ce3-48be-b25e-41ae3c6e0379.eot?#iefix") format("eot"),url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423562/3d82d7a7-de70-4f67-85f4-78342de5fedb.woff2") format("woff2"),url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423562/23acf083-b36e-4baf-aabc-4935a5c4bdce.woff") format("woff"),url("https://d2amiavn18tu8z.cloudfront.net/fonts/5423562/caf2b644-efc2-495e-af03-3b385d7de014.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Mark W01 Light", Helvetica, Arial, sans-serif; font-size: 20px;
    min-height: 100vh;
    margin: 0px;
    color: #2C2A29;
    overflow-x: hidden;
}


#titleLogo { cursor: pointer; }
h1 {
    font-size: 1.5em;
    margin: 10px 0;
    font-family: "Mark W01 Black";
}
h2 {
    clear: both;
    margin: 10px 0 10px 0;
    font-size: 1em;
    font-family: "Mark W01 Black";
}
h3 {
    text-transform: uppercase;
    margin: 0px;
    font-size: 1em;
    color: #53575A;
    font-family: Arial, Helvetica, sans-serif;
}
h4 {
    font-size: 0.8em;
    font-family: "Mark W01 Black";
    text-transform: none;
    margin: 10px 0;
}
    h4.subtitle {
        text-transform: uppercase;
        margin: 10px 0 10px 0;
        font-size: 0.8em;
        white-space: normal;
    }
h2.pad2 {
    padding-bottom: 10px;
}
.container {
    max-width: 500px;
    margin: auto;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px; 
    min-height: 100vh;
    height: 100%;
}
.body-content { 
    padding: 5%;
}
.body-content p {
    font-size: 0.8em;
}
select {
    font-size: 1em;
}
p {
    font-size: 0.9em;
}
.home-footer {
    display: block;
    clear: both;
    position: relative;
    top: 20px;
    color: #555;
    font-size: 1.2em;
}
.home-link {
    font-family: "Mark W01 Black";
    color: #555;
    font-size: 1.2em;
}
.right { display: block; float: right;  }
.left {
    display: block;
    float: left;
    width: 50%;
}
.half { display: block; width: 50%; float: left; }
.third {
    display: block;
    width: 33%;
}
.twothird {
    display: block;
    width: 65%;
    left-margin: 2%;
}
.red {
    background: #AB2328;
    color: #fff;
}
.white {
    background-color: #fff;
    color: #333;
}
.pad1 { padding-bottom: 10px;}
.pad2 { padding-bottom: 20px; }
.pad3 { padding-bottom: 30px; }

.toggleSection { float: right; font-size: 35px; cursor: pointer; margin-top: -10px;}
.grey { background-color: #53575A;}
.lightgrey { background-color: #efefef}
.blue {
    background-color: rgba(22, 155, 213, 1);
    color: #fff;
}
.center {display: block; width: 100%; text-align: center;}
.button { cursor: pointer;  }
.email-button { margin-left: 10px; }
h1.divider { display: block; width: 100%; text-align: center; }
hr { border-bottom: 1px solid; }
div.divider { display: block; width: 100%; border-top: 2px solid; margin-top: 40px; }
div.divider span {
    font-size: 25px; text-align: center; font-weight: bold; display: block; margin-top: -15px; background-color: #fff; width: 60px; margin-left: 42%;
}
.darkgray {
    background-color: #64686B;
}
.button {
    display: block;
    padding: 10px;
    padding: 8px 25px;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-family: "Mark W01 Medium";
}

    .button.white, .button.multi {
        background-color: #fff;
        color: #53575A;
        border: 2px solid #53575A;
    }
    .button.gray {
        background-color: #64686B;
        color: #fff;
        border: 2px solid #64686B;
    }
        .button.gray:hover {
            background-color: #252525;
            opacity: 1;
        }
    .button.black {
        background-color: #252525;
        color: #fff;
    }
    .button.whitetext {
        color: #fff;
    }
    .button.multi {
        width: auto;
        padding-left: 25px;
        display: block;
        font-size: 0.9em;
        text-transform: none;
        color: #f6f6f6;
        background: url('Content/multi.png') no-repeat 5px 10px #64686B;
        max-width: 50%;
        clear: both;
        margin: auto;
        margin-bottom: 10px;
        border-radius: 8px;
    }
        
        .button.multi:hover {
            background: url('Content/multi.png') no-repeat 5px 10px #252525;
            opacity: 1;
        }
        .button.multi.selected {
            background: url('Content/multi-checked.png') no-repeat 5px 10px #252525 !important;
        }
    .button.white.selected, .button.gray.selected {
        background-color: #2C2A29;

        color: #eee;
    }
.button.big {
    padding: 10px 45px;
    border-radius: 8px;
}
    .button.continue, .button.viewFavorites {
        padding: 8px 45px;
        margin: auto;
        max-width: 160px;
        color: #f6f6f6;
        border: 2px solid #252525;
        background-color: #252525;
        font-size: 0.9em;
        border-radius: 4px;
    }
    .button.continue {
        float: right;
        margin-right: 10px;
    }
    .button.disabled {
        color: #f6f6f6;
        border: 2px solid #c9cbcd;
        background-color: #c9cbcd;
    }
    .button.continue.disabled {
        color: #f6f6f6;
        border: 2px solid #c9cbcd;
        background-color: #c9cbcd;
    }
    .button.important {
        font-size: 20px;
        color: #AB2328;
        float: right;
        margin-left: 10px;
        position: relative;
        padding: 5px 0 0 0px !important;
    }
    
    div.unverified {
        font-size: 15px;
        background-color: yellow;
        float: right;
        position: relative;
        padding: 5px 20px !important;
        border-radius: 8px;
        font-family: "Mark W01 Light";
    }
    .button:hover {
        opacity: 0.7;
    }
    .button.disabled:hover {
        opacity: 1;
        color: #f6f6f6;
        border: 2px solid #c9cbcd;
        background-color: #c9cbcd;
    }
    .section.activity .button {
        font-size: 14px;
    }
.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
    float: left;
    min-width: 90%;
    padding: 0 0 0 5%;
}
select::-ms-expand {
    display: none;
}

.selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #252525;
    right: 11px;
    top: 6px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}
.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    width: 100%;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #252525;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}
a.back {
    color: #252525;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    float: left;
    font-size: 0.8em;
    margin-left: 20px;
}
a#privacy {
    font-size: 12px;
    display: none;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
    color: #fff;
    text-decoration: none;
}
body.intro a#privacy {
    display: block;
}
table {
    width: 100%;
    border: 1px solid black;
    background-color: #fff;
}
table td {
    border-top: 1px solid black;
    border-right: 1px solid black;
    padding-left: 5px;
    white-space: pre-line;
}
.header { display: block; height: 20px; padding: 10px;}
.title {
    display: block;
    font-size: 1.2em;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: fixed;
    top: 0px;
    width: 100%;
    max-width: 478px;
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.title.big { font-size: 1.2em; height: 50px; padding: 10px; }
.title img { max-width: 200px; margin: auto; }
.title p { margin: 0px; color: #fff; font-size: 14px; text-transform: uppercase; font-weight: bold; font-family: "Mark W01 Light"; }
.subtitle { margin-top: 60px; display: block; width: 100%; text-align: center;  font-family: "Mark W01 Bold"; font-size: 0.8em; border-bottom: 1px solid #252525; padding-bottom: 15px; }
.section {
    padding: 10px 0px 40px 0px;
    display: none;
    overflow: hidden;
    clear: both;
    min-height: 350px;
    padding-top: 10px;
    text-align: center;
}
.head { display: none; background-color: #c9cbcd; display: none; }

body.intro .section.intro, body.ymm .section.ymm, body.activity .section.activity, body.thankyou .section.thankyou, body.components .section.components, body.crossbarType .section.crossbarType, body.measurements .section.measurements,
body.crossbars .section.crossbars, body.rooftype .section.rooftype, body.system .section.system, body.products .section.products, body.products .head.products, body.roc .section.roc,
body.hitch .section.hitch, body.thirdparty .section.thirdparty, body.existingsystem .section.existingsystem, body.tonneau .section.tonneau, body.othertonneau .section.othertonneau, body.carrylocation .section.carrylocation, body.truckbed .section.truckbed {
    display: block;
}
.section.intro a.intro { font-size: 1.1em; }
body.intro a.back { display: none; }
body.intro .subtitle { display: none; }
body.intro .section { padding-top: 60px; }
body.ymm #bedlength-selector { display: none; }
.footer a.viewFavorites { display: none; }
body.products .footer a.continue { display: none; }
body.products .footer a.viewFavorites {
    display: block;
    background-color: #252525;
    color: #f6f6f6;
    border: 1px solid #252525;
}
  
    body.products .footer a#privacy {
        display: none;
    }
body.products .head.products {
    position: fixed;
    top: 70px;
    width: 100%;
    max-width: 500px;
    z-index: 999;
    margin-left: -25px;
}
body.measurements .fitnotes { font-size: 0.8em; text-align: left; }
body.measurements .continue { display: none !important; }

.footer {
    padding: 10px 0px;
    height: 40px;
    position: fixed;
    bottom: 0px;
    width: 95%;
    max-width: 460px;
    background-color: #fff;
}
select { 
    width: 90%;
    margin: 10px;
    padding: 20px;
}

.slider {
    clear: both;
    display: block;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 20px;
    margin-top: 10px;
}
.slider.noscroll {
    overflow-x: hidden;
}
    .slider .slide {
        border: solid 2px #C9CBCD;
        padding: 2%;
        background-color: #fff;
        margin-bottom: 15px;
        display: block;
        vertical-align: top;
        white-space: nowrap;
        float: left;
        min-height: 75px;
        cursor: pointer;
        width: 42%;
        margin-right: 2%;
        min-height: 325px;
    }
#TOCProducts .slider .slide {
    min-height: 245px;
}
#RoofType.slider .slide {
    min-height: 205px;
}
.slide .nofit {
    display: none;
}
.slide.NoFit .nofit {
    display: block;
}
.slide.NoFit {
    background-color: #ddd;
}
.slide.selected {
    border: solid 2px #252525;
}
.slide.button.selected {
}
.slide span.nofit {
    background-color: #666;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    z-index: 1;
    padding: 3px 31px 1px 10px;
}
.slide p {
    margin: 0;
    white-space: normal;
    font-size: 0.7em;
    height: 52px;
    overflow: hidden;
}
.slide p.cost {
    height: 20px;
}
.slide a {
    color: #AB2328;
    font-size: 0.8em;
    text-decoration: none;
}
.slide h4 {
    margin: 0px;
    font-family: "Mark W01 Black";
    white-space: normal;
}
.slide h4.vcenter { min-height: 45px; padding-top: 20px; }
.slide img {
    display: block;
    width: 100%;
    background: transparent;
}
.slide a.button {
    margin-left: 35%;
}
.slide p.cost {
    font-family: "Mark W01 Black";
    min-height: 20px;
}
.slide.NoFit img {
    opacity: .7;
}
#CarryLocation.car .slide.truck { display: none; }
#CarryLocation.truck .slide.car { display: none; }
#generalFitNote p {
    font-weight: bold;
    color: #AB2328;
}

.plusicon {
    display: block;
    width: 100%;
    font-size: 28px;
    text-align: center;
    font-weight: bold;

}
.head.products .darkgray {
    color: #fff;
    overflow: hidden;
    padding: 0px 10px 0 10px;
    min-height: 60px;
}
.head.products .vehicleName {
    text-transform: uppercase;
    margin: 7px 0;
    font-size: 1em;
}
.head.products .vehicleName .val {
    width: 60%;
    display: block;
    float: left;
}
.head.products .rackSystem {
    text-transform: uppercase;
    margin: 5px 0;
    font-weight: normal;
    font-size: 0.8em;
    clear: both;
}
    .head.products .rackSystem span {
        color: #f6f6f6;
    }

.head.products .removeVehicle {
    padding: 2px 15px;
    font-size: .9em;
    font-weight: normal;
    float: right;
    font-family: "Mark W01 Medium";
}
.head.products .removeVehicle span.circle {
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    padding: 0px 5px 2px 5px;
    text-transform: none;
    margin-right: 3px;
}
.head.products .addKit {
    padding-left: 20px;
    color: #fff;
    text-decoration: none;
    font-family: "Mark W01 Medium";
}
.head.products.nomenu {
    height: 40px;
    overflow: hidden;
}
.section.products {
    padding-top: 150px;
    padding-bottom: 60px;
}
.section.products.short {
    padding-top: 100px;
}
.section.products.hide {
    padding-top: 0px;
}
.section.products .products.thirdparty h3.ng-scope {
    display: none;
}
.section.components {
    padding-bottom: 50px;
}
.head.products .menu a {
    display: block;
    margin-right: 3px;
    text-align: center;
    float: left;
    cursor: pointer;
    text-decoration: none;
    color: #f6f6f6;
    padding: 2px 10px;
    font-size: 0.9em;
    background-color: #64686B;
    font-family: "Mark W01 Medium";
    border-radius: 5px;
}
    .head.products .menu a.selected {
        background-color: #252525;
    }
.head.products .menu {
    display: block;
    width: 100%;
    clear: both;
    height: 32px;
    margin-left: 10px;
}
.head.products h3 {
    text-transform: uppercase;
    font-weight: normal;
    margin: 3px 0px;
    clear: both;
    padding-left: 5px;
    font-size: 0.8em;
}
.head.products .product {
    display: block;
    width: 100%;
    height: 70px;
    border-top: 1px solid #ccc;
}

.products>.product, .component {
    background-color: #fff;
    margin-bottom: 5px;
    min-height: 60px;
    border: 1px solid #555;
    overflow-y: hidden;
}

.products .product.nofit {
    background-color: #ddd;
}
.products .product.nofit h4 {
    color: #666;
}
    .products .product.nofit img {
        opacity: 0.6;
    }
    .products .product img, .component img {
        height: 60px;
        float: left;
        width: 80px;
        margin: 1px;
    }
    .products .product .details, .component .details {
        min-height: 60px;
        float: left;
        width: 72%;
        padding-left: 5px;
    }
    .component .details {
        width: 75%;
    }
    .products .product {
        clear: both;
    }
.products .product .details p.ng-scope {
    margin: 0px;
}
        .products .product .details p, .products .product .details h4 {
            text-align: left;
        }
    .products .product .details p.subHead, .components p.subHead {
        margin: 0px;
        clear: both;
        font-size: 0.8em;
    }
    .products .product p.sku, .component p.sku {
        margin:  0;
        color: #666;
        font-size: .8em;
        clear: both;
    }
.component p.note {
    color: #AB2328; font-size: 12px; margin: 0px;
}
.products .product h4, .component h4 {
    margin: 3px 0 0 0;
    font-size: 1em;
    width: 75%;
    display: block;
    float: left;
    font-family: "Mark W01 Black";
}
    .products .product h4 {
        margin: 0;
    }
    .products .product p.price, .component p.price {
        float: right;
        font-weight: bold;
        margin: 3px 0 0 0px;
    }
.products .product a.button {
    padding: 5px 20px;
}
    .products .product .favorite {
        display: block;
        min-height: 72px;
        height: 100%;
        width: 35px;
        background-image: url("Content/fav.png");
        background-repeat: no-repeat;
        background-color: #c9cbcd;
        background-position-y: 25px;
        background-position-x: 8px;
        float: right;
        cursor: pointer;
    }
.products .product .favorite.selected {
    background-image: url("Content/fav2.png");
}
.products .fitnotes {
    margin: 0px;
}
.products .menu-page.notes {
    background-color: #ffff66;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    cursor: pointer;
    padding-bottom: 5px;
}
.products .menu-page.notes h3 {
    color: #AB2328;
}
.products .note-head span:after {
    content: "\f103";
    font-family: "FontAwesome";
}
.products .note-head.open span:after {
    content: "\f102";
}
.products .fitnotes li {
    font-size: 0.8em;
    color: #AB2328;
    font-weight: bold;
    text-align: left;
    line-height: 14px;
}
.right-arrow-link:after {
    content: "\f054";
    font-family: "FontAwesome";
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    padding-left: 5px;
}
.downloadHitchFitTips { margin-bottom: 20px; }
#favorites { display: none; position: fixed; width: 100%; max-width: 500px; margin: auto; height: 100%; z-index: 9999; background-color: #fff; overflow-y: scroll; }
#favorites .components .plusicon { display: none; }
#favorites .products .product .favorite { display: none; }
#favorites .products .product .details { width: 75%; }
.tenpad {
    padding: 0 10px;
}

#favorites .email { float: right; padding: 5px;  }
#favorites .button.important { display: none;}
#favorites .modal {
    display: block;
    box-shadow: none;
    color: #AB2328;
    font-size: 12px;
    padding: 0px;

}
#favorites .modal h4 {
    width: 100%;
}
#favorites .closeModal { float: right; text-decoration: none; border: 1px solid #000; color: #000; padding: 0px 10px; font-weight: bold; font-size: 24px; }
#RoofRackProducts .product { display: none; }
#RoofRackProducts .camponly { display: none; }
#RoofRackProducts.activity1 .product.activity1 { display: block; }
#RoofRackProducts.activity2 .product.activity2 { display: block; }
#RoofRackProducts.activity3 .product.activity3 { display: block; }
#RoofRackProducts.activity4 .product.activity4 { display: block; margin-bottom: 20px; }
#RoofRackProducts.activity5 .product.activity5 { display: block; }
#RoofRackProducts.activity6 .product.activity6 { display: block; }
#RoofRackProducts.activity7 .product.activity7 { display: block; }
#RoofRackProducts.activity9 .product.activity9 { display: block; }

#RoofRackProducts.activity5 .camponly { display: block; }
.downloadHatchClearance {
    background-color: #252525; margin: 8px 0; 
}



a.reset { float: right; position: relative; margin-top: -30px; margin-right: 10px;}
.jquery-modal { z-index: 9999 !important;}

@media only screen and (max-width : 525px) {
    body {
        font-size: 17px;
    }
    .container {
        width: 100% !important;
        height: 100% !important;
        overflow-x: hidden;
        max-width: none !important;
    }
    .products .product .details {
        width: 62%;
    }
    .component .details {
        width: 70%;
    }
    .button:hover {
        opacity: 1;
    }
}

@media only screen and (max-width : 350px) {
    body {
        font-size: 14px;
    }
    .products .product .details {
        width: 57%;
    }
    .button.important {
        font-size: 16px;
        margin-left: 10px;
    }
    .head.products .menu a {
        padding: 2px 7px;
    }
    .section.products {
        padding-top: 255px;
    }
}

    @media print {
        .noprint {
            display: none;
        }

        #RoofType .slide {
            display: none;
        }

            #RoofType .slide.selected {
                display: block;
            }

        #RackSystem .slide {
            display: none;
        }

            #RackSystem .slide.selected {
                display: block;
            }

        a.button {
            display: none;
        }

        img {
            display: none !important;
        }

        .toggleSection {
            display: none;
        }

        .section.hitch {
            display: block !important;
        }

        .slider .slide {
            min-height: unset !important;
        }
    }