/****** Header - Burger Menu ***********************************************************/
.burger {
    display: none;
}

@media only screen and (max-width:767px) {
    .wrap-center {
        width: auto;
    }

    .burger {
        display: inline-block;
        width: auto;
        position: relative;
        float: left;

    }
}

.rv-header-tabs{
    background-color:#f4f6f8;
}
.backgound-primary{
    background-color: #00669e !important;
}
.rv-header-tabs .navigation-link{
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.rv-header-tabs .navigation-link.active{
    color: #fff;
}
.rv-header-tabs .navigation-link:hover{
    color: #00456b;
}
.rv-header-tabs .rv-header-tab{
    text-align: center;
    padding: 5px 8px;
}

.rv-header-tab-row{
	font-size: 16px;
}

.burger .burger_i {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    width: 21px;
    position: relative;
    background-color: transparent;
    border: 0px;
}

.burger .burger_i:after,.burger span {
    background: #fff;
    height: 2px;
    width: 21px;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 2px;
}

.burger .burger_i:after {
    content: '';
}

.open-menu .burger .burger_i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 2px;
    border-radius: 2px;
    top: 9px;
}

.burger span,header {
    display: block;
}

.burger span.top {
    top: 0;
    -webkit-transition: all, .2s;
    transition: all, .2s;
}

.open-menu .burger span.top {
    top: 8px;
    opacity: 0;
}

.burger .burger_i:after,.burger span.center {
    -webkit-transition: all,.3s;
    transition: all,.3s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    border-radius: 2px;
    margin: 0;
    top: 8px;
    width: 21px;
}

.open-menu .burger span.center {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 2px;
}

.burger span.bottom {
    bottom: 0;
    -webkit-transition: all, .2s;
    transition: all, .2s;
}

.open-menu .burger span.bottom {
    bottom: 8px;
    opacity: 0;
}

/****** Header ***********************************************************/

header ul,
header ol {
    padding-left: 0;
}

.header-page .navbar {
    border-radius: 0px;
}

.header-page {
    background-color: #f0f0f0;
    position: relative;
}

.header-page .header-logo {
    float: left;
    text-transform: uppercase;
}

.header-page .header-logo a {
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    padding: 8px 28px;
    display: block;
    -webkit-transition: all,.3s;
    transition: all,.3s;
}

.header-page .header-logo.active a,.header-page .header-logo:hover a {
    padding: 0px;
}

.camp-logo {
    padding: 0;
    height: 46px;
    width: 100%;
}

.responsive-header {
    display: none;
}

.header-page .mobileIcons {
    display: none;
}

.open-menu .header-page .mob-m {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 45px;
    position: fixed;
}

.header-page .menu {
    font-size: 14px;
    line-height: 0;
    margin-bottom: 0px;
    float: left;
}

.header-page .menu li {
    display: inline-block;
    vertical-align: top;
}

.header-page .cust a:hover {
    color: #00669e!important;
    text-decoration: none;
}

.menucolor {
    display: none;
}

.menucolor li.mobileonly.dark a:hover {
    color: #fff!important;
    text-decoration: none;
}

.menucolor li a {
    color: #005a7d;
}

.menucolor li a:active,.menucolor li:hover a {
    background: #0075b8;
    color: #fff!important;
}

.header-page .menu li.mobileonly {
    display: none;
}

.menucolor li.mobileonly.dark a {
    color: #fff !important;
}

.header-page .menu li.active span {
    background: #00669e;
    color: #fff!important;
}

.header-page .cust a,.header-page .menu li span {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    color: #212B36;
}

#sso a {
    font-size: 14px;
    text-align: left;
    color: #00669e;
    margin-top: -5px;
    display: inline-block;
}

#sso:hover, #sso a:hover, #sso a:active {
    background: #00669e;
    font-weight: bold;
    color: #fff;
    text-decoration: none !important;
}

#sso .sso-user {
    background: url("https://images.rvs.com/images/content/user-circle.svg") no-repeat center;
	display: inline-block;
	position: relative;
	top: 4px;
	padding: 10px;
	margin: 5px 0px 0px 5px;
}

#sso:hover .sso-user {
    background: url("https://images.rvs.com/images/content/user-circle-wh.svg") no-repeat center;
	background-size: cover;
}

.header-page .menu li span {
    cursor: pointer;
    -webkit-transition: all,.3s;
    transition: all,.3s;
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
    padding: 10px 15px;
}

.cwService #topNav {
    background: #F4F6F8;
    height: 35px;
    text-align: left;
}

.cwService #topNav ul {
    list-style-type: none;
}

.cwService #topNav ul li {
    display: inline-block;
}

.cwService #topNav ul li a.active {
    background-color: #00669E;
    color: #fff;
}

.cwService #topNav ul li a {
    color: #007abb;
    border: 2px solid rgba(255, 255, 255, 0);
    padding: 5px 10px 8px;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

.cwService #topNav.container-fluid {
    padding-left: 30px;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .header-page {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .header-page .header-logo a {
        padding: 9px 15px 11px;
    }
}

@media only screen and (max-width:767px) {
    .menucolor {
        background: #00669e;
        display: inline-block;
        width: 100%;
    }

    .camp-logo {
        vertical-align: baseline;
        padding: 0;
        height: 20px;
        width: auto;
    }

    .nop-mob {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }

    .responsive-header {
        display: inline-block;
        position: relative;
        text-align: center;
        margin: auto auto auto 20px;
    }

    .header-page.gs-none {
        display: none;
    }

    .header-page {
        background-color: #00669e;
        width: 100%;
        position: relative;
        display: inline-block;
    }

    .header-page .header-page {
        padding: 12px 10px 10px;
    }

    .cwService > .header-page,
    .ganderService > .header-page {
        padding: 0;
    }

    .header-page .header-logo {
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        margin: auto;
        text-align: center;
        float: none;
        line-height: 0px;
    }

    .header-page .header-logo a {
        padding: 0 0 0 15px;
        margin: auto;
        display: inline-block;
        position: relative;
        line-height: 0px;
    }

    .header-page .mob-m {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate(0,-100%);
        -ms-transform: translate(0,-100%);
        transform: translate(0,-100%);
        position: absolute!important;
        width: 100%;
        overflow: scroll;
        top: 54px;
        left: 0;
        right: 0;
        background: #00669e;
        z-index: 10000;
        -webkit-transition: -webkit-transform,.3s;
        transition: transform,.3s;
        -webkit-box-shadow: 0 5px 5px 0 rgba(186,186,186,.75);
        -moz-box-shadow: 0 5px 5px 0 rgba(186,186,186,.75);
        box-shadow: 0 5px 5px 0 rgba(186,186,186,.75);
    }

    .header-page .mobileIcons {
        display: inline-block;
        position: relative;
        width: auto;
        float: right;
        line-height: 0px;
    }

    .header-page .burger .mobileIconWords {
        color: #fff;
        font-size: 11px;
        background: 0 0;
        top: 21px;
        line-height: 23px;
    }

    .header-page .mobileIconLink {
        display: inline-block;
        position: relative;
        color: #fff;
        text-align: center;
        font-size: 18px;
        line-height: 18px;
        margin-left: 15px;
        text-decoration: none;
    }

    .ganderService > .header-page {
        border-bottom: 2px solid #f0f0f0;
    }

    .ganderService .header-page .mobileIconLink {
        color: #404141;
    }

    .header-page .mobileIconLink .mobileIconWords {
        color: #fff;
        font-size: 11px;
        position: relative;
        right: 5px;
    }

    .header-page .menu {
        float: none;
    }

    .header-page .menu li {
        display: block;
    }

    .header-page .menu li.desktop {
        display: none;
    }

    .header-page .menucolor li {
        border-bottom: .5px solid #d8d8d8;
        background-color: #fff;
    }

    .header-page .menu li.dark {
        background: #0075b8;
        border-bottom: 1px solid #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .header-page .menu li.dark:active,.header-page .menu li.dark:hover {
        background: #00456b;
    }

    .header-page .menu li a {
        display: block;
        font-size: 16px;
        line-height: 28px;
        padding: 12px 25px;
        text-decoration: none;
    }

    .menucolor li a:active,.menucolor li:hover a {
        background: #f0f0f0;
        color: #00669e!important;
        border-bottom: .5px solid gray;
    }

    .header-page .menu li span {
        font-size: 16px!important;
        padding: 0!important;
    }

    .header-page .menu li.dark span {
        color: #fff!important;
    }

    .header-page .menu li.dark:hover span {
        color: #fff;
    }

    .header-page .menu .caret {
        border-top: 8px dashed;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        color: #00669e!important;
        float: right;
        top: 10px;
        position: relative;
    }

    .mob-m .dropdown-menu {
        position: inherit;
        width: 100%;
        margin: 0px;
        box-shadow: none;
        padding: 0px;
    }

    .header-page .desktop .cust {
        display: none;
    }

    .menucolor {
        border-bottom: .5px solid #000;
    }

    .cust .information {
        top: -1000px;
    }

    .header-page .menu li.mobileonly {
        display: block;
        background-color: #fff;
        border-bottom: .5px solid #d8d8d8;
    }

    .header-page .menu li.mobileonly.dark {
        background: #0075b8;
        font-size: 16px;
        font-weight: bold;
    }

    .header-page .header-logo a {
        padding: 0px;
    }
}

@media only screen and (max-width:450px) {
    .responsive-header {
        margin: auto auto auto 10px;
    }

    .ganderService #topNav.container-fluid {
        padding-left: 0;
    }

    .cwService #topNav.container-fluid {
        padding-left: 15px;
    }
}

@media only screen and (max-width:414px) {
    .ganderService #topNav.container-fluid {
        padding-left: 15px;
    }

    .cwService #topNav.container-fluid {
        padding-left: 30px;
    }
}

@media only screen and (min-width:768px) {
    .mobileonly {
        display: none!important;
    }
}

.header-page .cust a {
    padding: 6px 12px 6px 8px;
    font-weight: 400;
}

@media only screen and (min-width:768px) and (max-width:833px) {
    .header-page .cust .tab-text {
        display: none;
    }

    #sso .sso-user {
        top: 0px;
    }

    .header-page .cust a {
        padding-top: 10px;
        padding-bottom: 0px;
    }
}


/****** LOGO Row ***********************************************************/
#logoRow {
    background-color: #00669e;
    padding: 10px 15px 5px;
}

#logoRow-gs {
    background-color: #ecebdb;
     padding: 10px 15px;
}

#logoRow-gs img {
   height: 50px;
}

#logoRow .container-xl {
    padding-left: 0;
    padding-right: 0;
}

#logoRow .location-page {
    display: inline-block;
    float: right;
    padding-top: 15px;
}

#logoRow a,#logoRow a:active,#logoRow a:hover,#logoRow a:link,#logoRow a:visited {
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none!important;
}

#logoRow .logo {
    width: auto;
    height: 50px;
}

#logoRow .icon-search-location {
    font-size: 19px;
    line-height: 18px;
    margin-right: 5px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none!important;
}

.ganderService #logoRow .icon-search-location {
    display:inline-block;
    margin-right: 5px;
    vertical-align: text-top;
    color: #404141;
}

.header-favs {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

#logoRow .icon-heart-border {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 17px;
    line-height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none!important;
}

#logoRow .heart-count {
    display: inline-block;
    color: #d0021b;
    -webkit-text-stroke: 1px white;
    font-size: 17px;
    line-height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none!important;
}

#logoRow .favs-num {
    position: absolute;
    bottom: 2px;
    right: auto;
    left: 8px;
    background-color: #00669e;
    border-radius: 50%;
    color: #fff;
    font-size: 8px;
    line-height: 10px;
    padding: 1px 4px;
}

.ganderService #logoRow{
    font-family: 'Montserrat';
    padding-top: 8px !important;
    padding-bottom: 7px !important;
    color: #404141;
    background-color: #fff;
    border-bottom: 2px solid #f0f0f0;
}

.ganderService #logoRow .tab-text {
    font-weight: bold;
    color: #404141;
}

.ganderService .serviceNav {
    font-family: 'Montserrat';
}

.heart-count {
    display: inline-block;
    color: #d0021b;
    -webkit-text-stroke: 1px white;
}

.favs-num {
    position: absolute;
    bottom: 0px;
    right: -3px;
    background-color: #00669e;
    border-radius: 50%;
    color: #fff;
    font-size: 7px;
    line-height: 10px;
    padding: 1px 4px;
}

@media only screen and (max-width:767px) {
    #logoRow {
        display: none;
    }


    #logoRow-gs img {
        width: 70%;
        height: auto;
    }

    #logoRow-gs .mopar {
        width: auto;
        height: 50px;
    }
}

@media only screen and (max-width:550px) {
    #logoRow-gs img {
        width: 90%;
        height: auto;
    }

    #logoRow-gs .mopar {
        width: auto;
        height: 50px;
    } 
}

/****** Navbar Row ***********************************************************/
#horizontal-navbar{
    border-radius: 0px;
    margin-bottom:0;
    width: 100%;
    box-shadow: 0 2px 6px 0 rgba(63, 63, 68, 0.15), 0px 0px 0px 0px rgba(63, 63, 68, 0.05);
    -webkit-backdrop-filter: blur(10px);
    background-color: #fff;
    z-index: 1000;
}

#horizontal-navbar.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

#horizontal-navbar .navbar {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    justify-content: start;
}

#horizontal-navbar .navbar li {
    display: flex;
}

#horizontal-navbar .navbar li.current a {
    font-weight: 700;
}

#horizontal-navbar .navbar a:link,
#horizontal-navbar .navbar a:visited,
#horizontal-navbar .navbar a:hover,
#horizontal-navbar .navbar a:active {
    text-shadow : none;
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    text-align: left;
    color: #212b36;
    text-decoration: none !important;
    padding: 29px 30px 29px 0px;
}

.ganderService #horizontal-navbar .navbar a:link,
.ganderService #horizontal-navbar .navbar a:visited,
.ganderService #horizontal-navbar .navbar a:hover,
.ganderService #horizontal-navbar .navbar a:active {
    font-family: 'Montserrat';
}

#horizontal-navbar .navbar>.open>a,
#horizontal-navbar .navbar>.open>a:focus,
#horizontal-navbar .navbar>.open>a:hover {
    background-color: #fff;
    color: #00669e;
}

.dropdown-menu {
    min-width: 203px;
    border: none;
    background-color: #fff;
    border-radius: 0px;
    padding: 0px;
    margin-top: 1px!important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #00669e;
    color: #fff!important;
}

.dropdown-menu>li>a {
    padding: 7px 20px;
}

#horizontal-navbar .dropdown-menu .contact-info a:link,
#horizontal-navbar .dropdown-menu .contact-info a:visited,
#horizontal-navbar .dropdown-menu .contact-info a:hover,
#horizontal-navbar .dropdown-menu .contact-info a:active {
    padding: 10px 0px;
}

#horizontal-navbar .dropdown-menu a:link,
#horizontal-navbar .dropdown-menu a:visited,
#horizontal-navbar .dropdown-menu a:hover,
#horizontal-navbar .dropdown-menu a:active {
    font-size: 15px;
    padding: 10px 15px;
}

@media only screen and (max-width:767px) {
    #horizontal-navbar {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    #horizontal-navbar{
        padding-left:0px;
    }

    #horizontal-navbar .container{
        width: 100%;
        padding-left: 16px!important;
        padding-right: 16px!important;
        margin-left: 0;
        margin-right: 0;
    }

    #horizontal-navbar .navbar.navbar-right a {
        padding: 29px 16px 29px 0px;
    }

    .dropdown-menu {
        min-width: auto;
        padding: 0 0 0 10px;
    }
}


/* ADA Naviation CSS */
.skip-to-main-content { 
    position:absolute; 
    left:-10000px; 
    top:auto; 
    width:1px; 
    height:1px; 
    overflow:hidden;
} 

.skip-to-main-content:focus { 
    position:static; 
    width:30px; 
    height:14px; 
}   

/****** SERVICE STICKY NAVBAR ***********************************************************/
#service-navbar {
    z-index: 99;
    background-color: #fff;
    padding: 18px 16px 17px;
    margin-bottom: 75px;
    -webkit-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.15); 
    box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.15);
}

#service-navbar .nav-container.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

#service-navbar .nav-container.nav-flex .anchor-nav {
    flex: 0 1 35%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#service-navbar .nav-container.nav-flex img {
    flex: 0 0 auto;
    width: 277px;
}

#service-navbar .nav-container.nav-flex .btn-nav {
    flex: 0 1 35%;
    text-align: right;
}

#service-navbar .nav-container.nav-flex .anchor-nav a {
    color: #212b36;
    font-size: 0.96em;
    line-height: 16px;
    padding-right: 17px;
    text-decoration: none;
}

.ganderService #service-navbar .nav-container.nav-flex .anchor-nav a {
    padding-right: 25px;
}

#service-navbar .nav-container.nav-flex .anchor-nav a:hover, #service-navbar .nav-container.nav-flex .anchor-nav a:active, #service-navbar .nav-container.nav-flex .anchor-nav a:focus{
    color: #00669e;
    text-decoration: underline;
    font-weight: 500;
    border: none;
    outline: none;
}

#service-navbar .nav-container.nav-flex .btn-nav .btn-gold {
    padding: 18px 24px;
    font-size: 16px;
    line-height: 16px;
    color: #212b36;
    font-weight: 700;
}

.ganderService #service-navbar .nav-container.nav-flex .btn-nav .btn-gold {
    background-color: #575F49;
    border-color: #575F49;
    border-radius: 0px;
    color: #fff;
}

.ganderService .header-page {
    display: block;
    background-color: #fff !important;
}

.ganderService .header-page .header-logo.active a,
.ganderService .header-page .header-logo:hover a {
    background-color: #fff !important;
}

.ganderService .burger span,
.ganderService .burger .burger_i:after{
    background-color: #404141;
}

@media only screen and (max-width:1199px) {
    #service-navbar .container {
        width: 100%;
    }

    #service-navbar .nav-container.nav-flex img {
        width: 230px;
    }

    #service-navbar .nav-container.nav-flex .anchor-nav a {
        padding-right: 22px;
    }
}

@media only screen and (max-width:991px) {
    #service-navbar {
        margin-bottom: 40px;
    }
    
    #service-navbar .nav-container.nav-flex .anchor-nav {
        display: none;
    }
}

@media only screen and (max-width:640px) {
    #service-navbar .nav-container.nav-flex {
        display: block;
        text-align: center;
        margin: auto;
    }

    #service-navbar .nav-container.nav-flex img {
        width: 190px;
    }

    #service-navbar .nav-container.nav-flex .btn-nav {
        text-align: center;
    }

    #service-navbar .nav-container.nav-flex .btn-nav .btn-gold {
        margin: 12px auto 0px;
        padding: 13px 14px;
    }
}
