/* COLORS - BLACK - BLUE #2A6CBD - RED #F14420 - YELLOW #FECC2F - LIGHT GREY #C0BDA7 - DARK GREY #292929 */

/* GLOBAL */
body{
    font-family: 'Work Sans', sans-serif;
    letter-spacing: .25px;
}
nav{
    background-color: #C0BDA7;
    padding-top: 50px!important;
    padding-bottom:25px!important
}
.navbar-brand>img{
    height:50px;
}
.nav-last{
    padding-right: 0!important;
}
.nav-link{
    font-size: 16px;
    font-weight: 800;
    color: #000000!important;;
    text-transform: uppercase;
    padding-left:25px!important;
    padding-right:25px!important;
}
.nav-link:hover{
    color:#2A6CBD!important;;
}
.navbar-toggler{
    border-color:black;
}
h1{

}
p{
    
}
h3{
    color: #FECC2F;
    font-size: 24px;
    font-weight: 800;
    line-height: 110%;
}
.btn-main{
    border: 5px solid;
    height:65px;
    width:400px;
    max-width: 100%;
    line-height: 55px;
    font-size: 16px;
    text-align: center;
    transition: ease all .2s;
    display: block;
    margin:0 auto;
    margin-top:10px;
    margin-bottom: 25px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none!important;
    cursor: pointer;
}
.red-outline-btn{
    border-color:#F14420;
    color:#F14420;
}
.red-outline-btn:hover{
    border-color:#2A6CBD;
    background-color: #2A6CBD;
    color:white;
}
.blue-outline-btn{
    border-color:#2A6CBD;
    color:#2A6CBD;
    background-color:transparent;
}
.blue-outline-btn:hover{
    border-color:#F14420;
    background-color:#F14420;
    color:white;
}

/*HOMEPAGE*/
.hero-image{
    background-image: url(../img/header.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:700px;
}
.hero-content h1{
    font-size: 28px;
    font-weight: 800;
    line-height: 150%;
    text-align: center;
    color: #2A6CBD;
    width: 600px;
    max-width:100%;
    margin:0 auto;
    margin-bottom: 25px;
}
.hero-content p{
    line-height: 150%;
    font-size: 18px;
    font-weight: 500;
    color: black;
    text-align: center;
    margin:0 auto;
    margin-bottom:50px;
    width:520px;
    max-width:100%;
}
.apps{
    background-image: url(../img/MapBG.png);
    background-color: #2A6CBD;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.apps-left img{
    width:100%;
}
.apps-right{
    padding-left:25px;
}
.apps-right h3{
    padding-left: 12px;
}
.smaller-p-white{
    color: white;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 12px;
    font-weight: 300;
}
.p-white{
    font-size: 20px;
    color: white;
    margin-bottom: 25px;
    padding-left: 12px;
    font-weight: 400;
}
.store-logo{
    height:65px;
    display: inline-block;
    vertical-align: top;
}

/* FOOTER */
.footer{
    background-color: #292929;
    padding-top: 50px;
    padding-bottom: 50px;
}
.foot-link{
    color: white;
    font-size: 16px;
    line-height: 225%;
    text-decoration: none!important;
    transition: ease all .2s;
    display: block;
}
.foot-link:hover{
    color: #FECC2F;
}
.footer-button{
    border:5px solid #FECC2F;
    display: block;
    /*width:170px;*/
    height:50px;
    line-height: 40px;
    text-align: center;
    color: #FECC2F;
    text-decoration: none!important;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top:15px;
    transition: ease all .2s;
}
.footer-button:hover{
    color:#292929;
    background-color: #FECC2F;
}

/* FORMS/PAGES */
.rvclub-form-wrap{
    letter-spacing: 0;
    padding-top: 25px;
    padding-bottom: 75px;
}
.main-form{
    margin-top: 10px;
    margin-bottom: 20px;
}
.g-2{
   
}
.radio-bold{
    font-weight: 600;
    display: block;
    font-size: 20px;
    line-height: 110%;
}
.radio-sub-label{
    display: block;
    font-weight: 300;
    line-height: 110%;
    font-size: 20px;
}
.radio-link{
    display: block;
    font-weight: 300;
    text-decoration: none;
    color: #2A6CBD;
    font-size: 14px;
}
.radio-link:hover{
    text-decoration: underline;
}
.form-info h1{
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    color: #2A6CBD;
    width: 100%;
    max-width:100%;
    margin:0 auto;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.form-info span{
    display: block;
    text-align: center;
}
.sub-bold{
    font-size: 30px;
    font-weight: 700;
    line-height: 125%;
}
.sub-reg{
    font-size: 30px;
    font-weight: 400;
    line-height: 125%;
}
.sub-small{
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}
.sub-reg>a, .sub-small>a{
    color: #2A6CBD;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}
.sub-reg>a:hover, .sub-small>a:hover{
    text-decoration: underline;
}
.main-form label{
    display: block;
    width:100%;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 5px;
}
.main-form .form-control{
    display: block;
    width:100%;
    border:1px solid #707070;
    border-radius: 0;
}
.form-sub{
    display: block;
    width:100%;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
}
.form-sub-large{
    display: block;
    width:100%;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    margin-top: 25px;
}
.form-bold-small{
    display: block;
    width:100%;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin-top: 50px;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
    padding-top: 0!important;
    margin-top: 0!important;
}
.rv-information label{
    margin-top: 2px;
    margin-bottom: 2px;
}
.rv-information .form-sub{
    margin-bottom: 15px!important;
}
.main-form p{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 70%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.radio-label{
    display: inline-block!important;width: auto!important;margin-bottom: 0!important;
    padding-left: 5px;
    font-weight: 700!important;
}
.radio-input{
    display: inline-block!important;
    width: auto;
    vertical-align: middle;
}
.roadside-notice{
    font-style: italic;
    padding-left: 15px;
    font-size: 14px;
    display: block;
    font-weight: 500;
    line-height: 100%;
}
.submit-btn{
    margin: 0;
}
.submit-row{
    margin-top: 40px;
    margin-bottom: 50px;
}
/* ACCOUNT PROFILE */
#account-welcome{
    margin-bottom: 50px;
}
.account-details label{
    display: block;
    line-height: 150%;
}
.account-details span{
    display: block;
}
.account-label-large{
    font-size: 24px;
    margin-top: 15px;
}
.account-label-small{
    font-size: 18px;
}
.edit-links{
    font-size: 16px;
    margin-top: 15px;
    display: block!important;
}
.sub-large{
    display: block;
    width:100%;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    margin-top: 25px;
}
.sub-med{
    display: block;
    width:100%;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    line-height: 140%;
}
.brdr-form { border: 1px dotted gray; padding: 5px; }
#account-email{
    margin-top: 15px;
    margin-bottom: 15px;
}
#account-phone{
    margin-bottom: 15px;
}
.home-dealership{
    background-color: rgba(201, 198, 179, .3);
}
#dealership-title{
    padding:5px;
    padding-left:15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    background-color: rgba(201, 198, 179, 1);
}
#dealership-info-wrap{
    padding:20px;
}
#dealership-image{
    display: inline-block;
    width:32%;
    vertical-align: top;
}
#dealership-image img{
    width:100%;
    display: inline-block;
}
#dealership-info{
    padding-left: 10px;
    display: inline-block;
    width: 66%;
    vertical-align: top;
}
#dealership-info span{
    display: block;
}
#dealership-name{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 100%;
}
#dealership-address1, #dealership-address2{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
}
#dealership-phone{
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}
#dealership-link{
    text-decoration: none;
    color: black;
    font-weight: 600;
}
.txt-bold { font-weight: bold !important;}
.txt-red {color: #f00 !important;}
.txt-blue {color: #00f !important;}
.hand {	cursor:pointer !important; }

  /*****************/
 /* MEDIA QUERIES */
/*****************/
@media(min-width:1200px) and (max-width:1450px){
    .rvclub-form-wrap{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(min-width:999px){
    .navbar{
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .footer{
        padding-left: 100px;
    }
    .rvcare{
        margin-bottom: 40px;
    }
}
@media(max-width:767px){
    .navbar-brand>img{
        height:30px;
    }
    nav{
        padding-bottom: 10px!important;
        padding-top:10px!important;
    }
    .navbar-toggler-icon{
        
    }
    .nav-link{
        text-align: right;
    }
    .footer{
        padding-left: 50px;
    }
    .rvcare, .contact{
        margin-bottom: 25px;
    }
    .mob-remove{
        display: none;
    }
    .hero-image{
        height: 53vw;
        background-position: 0 70%;
    }
    .hero-content{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .apps{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .apps-right>h3{
        margin-top: 50px;
    }
    .apps-left{
        margin-top: 50px;
        display:none;
    }
    .apps-left>img{
        width:75vw;
        margin:0 auto;
        display: block;
    }
    .hero-content h1 {
        line-height: 125%;
    }
    .form-info h1{
        font-size: 30px;
    }
    .sub-bold{
        font-size: 20px;
        max-width: 300px;
        margin: 0 auto;
    }
    .sub-reg{
        font-size: 20px;
        max-width: 300px;
        margin: 0 auto;
        margin-top: 10px;
    }
    .sub-small{
        font-size: 20px;
        font-weight: 500;
        margin-top: 10px;
    }
    .main-form{
        margin-top: 25px;
    }
    .rvclub-form-wrap{
        padding-top: 10px;
    }
    #dealership-name{
        line-height: 105%;
        font-size: 4.25vw;
    }
    #dealership-address1, #dealership-address2{
        line-height: 105%;
        font-size: 3.75vw;
    }
    #dealership-phone{
        line-height: 105%;
        font-size: 3.75vw;
    }
    #dealership-link{
        line-height: 105%;
        font-size: 3.75vw;
    }
}
@media(max-width:374px){
    .footer{
        padding-left: 40px;
    }
}
@media(max-width:360px){
    #dealership-info{
        width:62%;
    }
}