﻿:root {
    --primary: #e3e3e0;
    --secondary: #919191;
    --tertiary: 757574;
    --btn: #e3e3e0;
    --btn-hover: #d4d4d4;
    --footer: #f3f3f0;
    --footer-text: #757574;
    --danger: #A61226;
    --success: #61CE70;
    --black: #000000;
    --black-10: #1A1A1A;
    --black-20: #333333;
    --black-30: #4D4D4D;
    --black-40: #666666;
    --black-50: #7F7F7F;
    --white: #ffffff;
}





@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans|Montserrat);
/* 
font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif; */

body {
    /*padding-top: 115px;*/
}
/* Typography */
body {
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}

p, li {
    font-family: 'Open Sans', sans-serif;
    /*font-size: 18px;*/
}

a, a:hover {
    text-decoration: none;
}

.centered {
    text-align: center;
}

.heading-text {
    color: #000;
}

h1, h2, h3, h4, h5 {
    color: #003878;
    margin: 0 0 10px 0;
}

    h1 span, h2 span, h3 span, h4 span, h5 span {
        color: #d40400;
    }

h2 {
    font-size: 30px;
}

h3, h4 {
    font-size: 24px;
    padding: 0 0 20px 0;
}

h5 {
    font-size: 18px;
}

a.more {
    color: #003878;
    text-decoration: underline;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.btn {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    border: none;
}

.btn-lg {
    border-radius: 5px;
    padding: 20px 0;
    width: 100%
}

.btn-primary {
    background: var(--btn) !important;
    /*background-color: var(--primary);
    background-image: -webkit-linear-gradient(top, var(--primary), 0%, #89131f, 100%);
    background-image: -moz-linear-gradient(top, var(--primary) 0%, #89131f 100%);
    background-image: linear-gradient(to bottom, var(--primary) 0%, #89131f 100%);
    background-repeat: repeat-x;*/
    color: var(--black)!important;
    border-radius:0!important;
    outline:0;
    border:0!important;
}
    .btn-primary:hover, .btn-primary:focus {
        background: var(--btn-hover) !important;
        color: var(--black)!important;
    }

    .btn-success, .btn-success:hover {
        background: var(--success);
        color: var(--white);
        font-weight: bold;
    }

.btn-secondary {
    color: #003878;
    background: #dfefff; /* Old browsers */
    background: -moz-linear-gradient(top, #dfefff 0%, #97bede 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfefff), color-stop(100%, #97bede)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dfefff 0%, #97bede 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dfefff 0%, #97bede 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dfefff 0%, #97bede 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dfefff 0%, #97bede 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfefff', endColorstr='#97bede', GradientType=0 ); /* IE6-9 */
}
    /*.btn-primary:hover {
	background: #d50400;
}*/
    .btn-secondary:hover {
        background: #a8cae6;
    }
/* === HEADER === */
.logo {
    margin: 0;
    display: block;
    width: 147px;
    height: 100px;
    background: url(../img/logo-OpenRoads.png) no-repeat;
    background-size: 147px 100px;
}

.sub-footer .logo {
    width: 228px;
    height: 89px;
    background-size: 228px 89px;
}

.modal-header, .PageHeaderBg {
    background: var(--primary) !important; 
}

    .modal-header .bootstrap-dialog-header .bootstrap-dialog-title{
        color:var(--black)!important;
    }

    .alert-bulletin {
        background: #26568c url(../img/icon-alert.png) no-repeat 5px 5px;
        color: #fff;
        font-size: 12px;
        padding: 5px 5px 5px 55px;
        margin-top: 5px;
        margin-bottom: 5px;
        display: none
    }

    .alert-bulletin a {
        color: #66a0d6;
    }

        .alert-bulletin a:hover {
            color: #9dc1e2;
        }

.navbar-default {
    background: #fff;
    border: 0;
    padding: 10px 0 0 0;
    border-bottom: 2px solid #797979;
    border-radius: 0;
    /*background-image: url("../img/bg-index.jpg");
    background-position: center;*/
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        padding: 10px 15px;
        font-size: 14px;
        /*letter-spacing:1px;*/
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #ccc;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #ccc;
        /*background: none;*/
    }

    .navbar-default .utility > li > a {
        padding: 10px;
        font-size: 12px;
    }
/* slider */
.carousel-indicators {
    bottom: 5px;
}

.carousel-caption {
    text-shadow: none;
}

    .carousel-caption h2, .carousel-caption h3 {
        letter-spacing: 1px;
    }

    .carousel-caption h3 {
        font-style: italic;
        letter-spacing: 2px;
    }
/* call to action */
.cta {
    background: #003878;
    padding: 20px 0;
}

    .cta h1, .cta h2, .cta h3 {
        color: #fff;
        line-height: 38px;
    }

    .cta .btn {
        margin-bottom: 15px;
    }
/* benefits list - home */
.benefits-list h3 {
    border-bottom: solid 1px #c4d1e0;
    margin-bottom: 30px;
}

.benefits-list ul, .benefit-list ul li {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #003878;
}

.benefits-list ul {
    padding-left: 45px;
}

    .benefits-list ul li {
        padding: 0 0 20px 0;
    }

        .benefits-list ul li .fa {
            color: #d40400;
            font-size: 28px;
        }
/* === quicklinks - home === */
.quicklinks {
    background: #f5f5f5;
    border-top: solid 5px #f0f0f0;
    border-bottom: solid 5px #f0f0f0;
    padding: 20px 0;
}

    .quicklinks .fa {
        font-size: 50px;
        color: #c4d1e0;
    }

    .quicklinks a {
        min-height: 105px;
        display: block;
        position: relative;
        margin-bottom: 20px;
    }

    .quicklinks .scale {
        background: url(../img/icon-scale.png) no-repeat center top;
        padding-top: 55px;
    }

        .quicklinks .scale:hover {
            background-position: center -187px;
        }

    .quicklinks h5 {
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        .quicklinks h5 span {
            color: #003878;
        }

        .quicklinks h5 .s1 {
            font-size: 16px;
        }

        .quicklinks h5 .s2 {
            font-size: 24px;
        }

    .quicklinks a:hover h5, .quicklinks a:hover h5 span, .quicklinks a:hover .fa {
        color: #d40400;
    }
/* === blue ribbon - home === */
.blue-ribbon {
    background: #c4d1e0;
    padding: 40px 0 70px 0;
}

    .blue-ribbon p {
        color: #003878;
    }
/* === winner's circle - home === */
.winners-circle {
    padding: 30px 0;
}

    .winners-circle h3 {
        border-bottom: solid 1px #c4d1e0;
        margin: -85px 0 30px 0;
        padding: 135px 0 30px 0;
        background: url(../img/logo-winnerscircle.png) no-repeat center top;
    }

.winners-circle-joinborder {
    border-bottom: solid 1px #c4d1e0;
    /*margin-top: -85px 0 30px 0;*/
    margin-top: -85px;
    margin-bottom: 30px;
    padding: 15px 0 30px 0;
    text-align: center;
}
/* === protection plus - home === */
.protection-and-testimonials {
    background: #c4d1e0;
}

.protection-plus {
    background: #dee6ef;
}

.testimonials {
    padding-bottom: 20px;
}

    .testimonials h3 {
        background: url(../img/logo-testimonials.png) no-repeat center;
        padding-top: 66px;
        margin: -40px 0 0 0
    }

    .testimonials p {
        font-size: 16px;
        line-height: 30px;
        font-family: 'Montserrat', sans-serif;
        color: #003878;
    }

        .testimonials p.auth {
            color: #fff;
        }

.protection-plus {
    padding: 40px;
}

    .protection-plus img {
        margin: 0 auto
    }

    .protection-plus h2 {
        text-align: center;
    }

    .protection-plus ul, .protection-plus ul li {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .protection-plus ul {
        margin-top: 20px;
    }

        .protection-plus ul li {
            padding: 0 0 10px 0;
            color: #003470;
            font-family: 'Montserrat', sans-serif;
            text-align: center;
        }
/* === leg up fund - home === */
.legupfund {
    background: #003470;
    padding: 30px 0;
}

    .legupfund p, .legupfund a {
        color: #fff;
    }

    .legupfund a {
        text-decoration: underline;
    }
/* banner */
.parallax {
    height: 200px;
}

.banner-1 {
    background: url(../img/banner-horse-trailer.jpg) no-repeat center fixed;
    background-size: cover;
}

.banner-2 {
    background: url(../img/banner-driving.jpg) no-repeat right fixed;
    background-size: cover;
}
/* === FOOTER === */

.footer {
    background: var(--footer);
    min-height: 150px;
    padding-top: 60px;
    padding-bottom: 100px;
}

.sub-footer {
    margin: 10px 0;
}

.facebook, .instragram {
    display: flex;
    align-items: center;
}

    .facebook i, .instragram i {
        width: 24px;
        height: 24px;
        background: var(--primary);
        border-radius: 100px;
        color: var(--white);
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 8px;
    }

.footer h2 {
    margin-bottom: 0;
    color: var(--white);
}

.footer, .footer li, .footer a {
    color: var(--footer-text);
    font-size: 22px;
}

    .footer ul, .footer ul li {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .footer ul li {
            padding: 0 0 10px 0;
        }

    .footer .footer-logos img {
        margin: 0 5px;
    }

    .footer .login-box {
        background: #154478;
        border-radius: 5px;
        padding: 20px;
        margin-top: 40px;
        overflow: hidden;
    }

        .footer .login-box label {
            display: block;
            font-weight: normal;
            font-size: 12px;
            font-family: 'Open Sans', sans-serif;
        }

        .footer .login-box img, .footer .login-box .form {
            float: left;
        }

        .footer .login-box .form {
            margin-left: 40px;
        }

        .footer .login-box input {
            float: left;
        }

            .footer .login-box input.memberidtextbox {
                height: 25px;
                width: 180px;
                padding: 3px;
                color: #333;
                font-family: 'Open Sans', sans-serif;
                -webkit-border-top-left-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-bottomleft: 5px;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
            }

.footer-social {
    display: flex;
    justify-content: center;
}

.footer .copyright {
    padding: 20px 0;
}

    .footer .copyright p {
        text-align: center;
        font-size: 16px;
        color: var(--footer-text);

    }

    .footer .copyright a {
        font-size: 16px;
        color: var(--footer-text);
        text-decoration: underline;
    }f

        .footer .copyright a:hover {
            color: var(--footer-text);
            text-decoration: none;
        }
/*=== MAIN CONTENT === */
.footer a:hover {
    color: var(--white);
}

.footer-social a:hover {
    opacity: 0.80;
}

.footer-social a {
    font-size: 18px;
    background-color: #89131f;
    background-image: -webkit-linear-gradient(top, var(--primary), 0%, #89131f, 100%);
    background-image: -moz-linear-gradient(top, var(--primary) 0%, #89131f 100%);
    background-image: linear-gradient(to bottom, var(--primary) 0%, #89131f 100%);
    background-repeat: repeat-x;
    padding: 5px 10px;
    margin: 5px;
    color: var(--white);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover{
    background:none!important;
}

@media (max-width:568px) {
    .footer .login-box {
        text-align: center;
        padding: 10px 5px;
    }

        .footer .login-box img, .footer .login-box .form {
            float: none;
            margin: 5px;
        }

        .footer .login-box input.memberidtextbox {
            width: 150px;
        }
}

@media screen and (min-width: 1200px) {
    .FlatMenu #accordion .panel-default {
        border-right: 1px solid #797979 !important;
        height: 210px;
    }
}

@media screen and (min-width: 768px) {
    .ShopDiv.Column {
        width: 48%;
        float: left;
        height: 100px;
        border-right: 1px solid #797979 !important;
        margin-right: 10px;
    }
}

@media (max-width:767px) {
    .logo {
        float: none;
        width: 118px;
        background-size: 118px 80px;
        height: 80px;
    }

    .navbar-collapse {
        border: 0;
        box-shadow: none;
    }

    .utility li.feat a {
        color: #d40400;
    }

    .quicklinks h5 {
        font-size: 16px;
    }

        .quicklinks h5 .s1 {
            font-size: 14px;
        }

        .quicklinks h5 .s2 {
            font-size: 22px;
        }

    .cta h2, .footer ul li, .footer .footer-logos {
        text-align: center;
    }

    .footer-social {
        text-align: center;
        justify-content: center;
    }

    .carousel-caption .btn {
        margin-bottom: 10px;
    }

    .form-group-sm {
        margin-bottom: 15px;
    }

    .sub-footer .social-icons {
        display: flex;
        justify-content: center;
        margin: 15px 0;
    }

    .footer h2 {
        font-size: 22px;
    }

    .MobileHoverFix.dropdown ul.dropdown-menu {
        display: block !important;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width:768px) {
    .protection-and-testimonials {
        background: #dee6ef;
    }

    .testimonials {
        background: #c4d1e0;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #d40400;
    }

    .navbar-default {
        height: 115px
    }

    #navbar {
        margin-top: 64px;
    }

    .navbar-default > .container {
        position: relative;
    }

    .utility a {
        text-align: center;
        display: block;
        text-transform: uppercase;
        background: #406a9a;
        margin-left: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .navbar-default .utility > li > a:hover {
        background: #5b82ae;
        color: #fff;
    }

    .utility li.feat a {
        background: #d40400;
    }

        .utility li.feat a:hover {
            background: #af0300;
        }

    .navbar-right {
        margin: 5px 100px 0 0;
    }

    .alert-bulletin {
        margin-top: 0;
        margin-bottom: 0;
        width: 65%;
        position: absolute;
        left: 240px;
    }

    .carousel-caption {
        bottom: 0px;
    }

    .testimonials {
        min-height: 325px;
    }

    .protection-plus ul li {
        text-align: left;
    }

    .cta .btn {
        margin-bottom: 0;
    }

    .quicklinks a {
        min-height: 115px;
        margin-bottom: 0;
    }

    .footer .footer-logos img {
        margin: 0 10px;
    }

    .sub-footer {
        display: flex;
        align-items: center;
    }

        .sub-footer .social-icons {
            display: flex;
            justify-content: space-evenly;
        }

    .navbar-collapse {
        padding-right: 0 !important;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin: 0px 0 5px -10px !important;
    }
}

@media (min-width:992px) {
    .navbar-right {
        margin: 0 -15px 0 0;
    }

    .utility {
        max-width: 240px;
        margin-top: -64px;
    }
        /*.utility li {
width: 33%;
}*/
        .utility li.top-span {
            width: 100%;
        }

    .navbar-default .utility > li.top-span > a {
        padding: 20px 60px;
        background: #406a9a url(../img/icon-service.png) no-repeat 5px center;
    }

    .utility li.top-span a {
        text-transform: none;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .alert-bulletin {
        width: 480px;
    }

    .parallax {
        height: 410px;
    }

    .carousel-caption {
        bottom: 100px;
    }

    .protection-plus h2 {
        text-align: left;
    }

    .quicklinks a {
        min-height: 105px;
    }

    .text-right-md {
        text-align: right;
    }
}

@media (min-width:1200px) {
    .navbar-default .navbar-nav > li > a {
        padding: 10px 25px 26px 25px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;        
        /*letter-spacing:1px;*/
    }

    .navbar-default .utility > li > a {
        padding: 10px 16px;
        font-size: 12px;
    }

    .alert-bulletin {
        width: 680px;
    }

    .USRoperNav ul li a {
        padding: 4px 6px !important;
    }

    .USRoperNav .navbar {
        justify-content: end;
        /*margin-top: 38px;*/
        display: flex;
        align-items: center;
    }
}

@media (max-width:1199px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }

    .USRoperNav ul li a {
        padding: 10px 8px !important;
        text-transform: uppercase;
        font-weight: bold;
        /*text-shadow: 1px 2px 3px rgb(0 0 0 / 70%);*/
    }

    .MainMenuMainDiv {
        clear: both;
        width: 100%;
        float: none;
    }
}

@media (max-width:1199px) and (min-width:768px) {
    .USRoperNav .navbar {
        justify-content: center;
        display: flex;
        align-items: center;
        line-height: 3;
    }
}

.btn-default {
    text-align: center;
    display: inline-block;
    background: var(--btn);
    margin-left: 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color:var(--black);
}

    .btn-default:hover, .btn-default:focus {
        background: var(--btn-hover);
        color: var(--black);
    }

.ChicletNav {
    text-transform: capitalize;
    margin: 0.4em 0;
}

@media (max-width:768px) {
    .ChicletNav {
        display: inline-block;
        vertical-align: middle;
        float: left;
        text-align: center;
        font-size: 0.8em;
        height: 45px;
        width: 23%;
        margin: 0.3em;
        line-height: 32px;
    }

    .MarinforMobile {
        margin-top: 20px
    }
}

@media (min-width:769px) {
    .MarinforMobile {
        margin-top: 60px
    }
}

@media (max-width: 518px) {
    .ChicletNav {
        display: block;
        width: 47%;
        padding: 6px !important;
    }

    .MarinforMobile {
        margin-top: 20px
    }
}


@media (max-width: 400px) {
    .main-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .MarinforMobile {
        margin-top: 30px
    }
    /*.logo {width: auto; margin-left:8px;}*/
    .sub-footer .logo {
        width: 180px;
        margin: 0 auto;
    }
}

@media (min-width:1200px) {
    .alert-bulletin {
        font-size: 12px;
    }
}

@media (min-width:1199px) {
    .alert-bulletin {
        font-size: 11px;
        min-height: 55px;
    }
}

.RightBG {
    background: #fff;
    border: 1px solid #fff;
    padding: 2px;
    min-height: 500px;
    text-align: center;
    padding-top: 20%;
}

.noMargin {
    margin: 0;
}

.FooterPrivateMenu {
    list-style-type: none;
}

    .FooterPrivateMenu li {
        display: inline-block;
        border-left: 1px solid #337ab7;
        padding: 0 8px;
        height: 16px;
        line-height: 16px;
    }

        .FooterPrivateMenu li:first-child {
            border-left: none;
        }

        .FooterPrivateMenu li a:hover {
            text-decoration: underline;
        }

.forgotbg {
    font-size: 16px;
    color: #fff;
    background: #003168;
    padding: 0.5em 1em;
}



/* === quicklinks - home === */
.quicklinks {
    background: #f5f5f5;
    border-top: solid 5px #f0f0f0;
    border-bottom: solid 5px #f0f0f0;
    padding: 20px 0;
}

    .quicklinks .fa {
        font-size: 50px;
        color: #c4d1e0;
    }

    .quicklinks a {
        min-height: 105px;
        display: block;
        position: relative;
        margin-bottom: 20px;
    }

    .quicklinks .scale {
        background: url(../img/icon-scale.png) no-repeat center top;
        padding-top: 55px;
    }

        .quicklinks .scale:hover {
            background-position: center -187px;
        }

    .quicklinks h5 {
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        .quicklinks h5 span {
            color: #003878;
        }

        .quicklinks h5 .s1 {
            font-size: 16px;
        }

        .quicklinks h5 .s2 {
            font-size: 24px;
        }

    .quicklinks a:hover h5, .quicklinks a:hover h5 span, .quicklinks a:hover .fa {
        color: #d40400;
    }
    /* quicklinks - sidebar */

    .quicklinks a {
        min-height: 105px;
    }

.aside .quicklinks h5 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

    .aside .quicklinks h5 .s1 {
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
    }

    .aside .quicklinks h5 .s2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 22px;
    }


.aside .quicklinks {
    background: none;
    border: none;
    overflow: hidden;
}

    .aside .quicklinks a {
        margin-bottom: 20px;
    }

    .aside .quicklinks .ql3 {
        border-top: solid 1px #e6e6e6;
        border-right: solid 1px #e6e6e6;
        padding-top: 15px;
    }

    .aside .quicklinks .ql4 {
        border-top: solid 1px #e6e6e6;
        padding-top: 15px;
    }

    .aside .quicklinks .ql1 {
        border-right: solid 1px #e6e6e6;
    }


.align-cent {
    text-align: center;
}

.banner-1, .page-header {
    background: url(../images/banner-horse-trailer.jpg);
    background-repeat: no-repeat;
    background-position: center -300px;
    background-attachment: fixed;
    background-size: cover;
}
/* USRoper CSS Start */
.FlatMenu .panel-heading {
    color: var(--footer);
}

.FlatMenu .panel-default ul li a:hover, .FlatMenu .panel-default ul li input:hover, .NonAccordian a:hover {
    color: var(--footer);
    opacity: 0.80;
}

.FlatMenu .panel-default ul li a, .FlatMenu .panel-default ul li input, .NonAccordian a {
    color: var(--footer);
}

    .FlatMenu .panel-default ul li a:hover, .FlatMenu .panel-default ul li input:hover, .NonAccordian a:hover {
        color: var(--footer) !important;
        text-decoration: underline;
    }

.FlatMenu #accordion .panel-default {
    border-radius: 0;
}

.USRoperNav ul.navbar-nav {
    margin: 0 !important;
    padding: 0;
}

.USRoperNav ul li {
    list-style-type: none;
}

    .USRoperNav ul li a {
        color: var(--secondary) !important;
    }

        .USRoperNav ul li.active a, .USRoperNav ul li a:hover {
            color: var(--tertiary) !important;
            /*color: var(--primary) !important;*/            
        }
    .USRoperNav ul li.active a {
        font-weight: 700;
    }

    .USRoperNav ul li.JoinBtnLink a, .USRoperNav ul li.JoinBtnLink a:hover {
        background: var(--secondary);
        color: #fff !important;
        padding: 6px 10px !important;
        border-radius: 3px;
        font-weight: bold;
        text-transform: capitalize;
    }

.USRoperFooter h2 {
    color: #fff;
    font-size: 28px;
}

.USRoperFooter .btn.btn-sm {
    padding: 6px 30px;
}

.USRoperFooterCopyright {
    background: #eeeeee;
    padding: 15px;
}

.btn.btn-danger {
    background-color: var(--secondary);
    font-weight: bold;
}

.PageHeaderBg {
    background: var(--primary);
}



/* USRoper CSS End */
/*  this is fixed for iphone 4 to fix the spacing issue reported by Bill - start  */

@media only screen and (max-device-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 2) {
    .banner-1, .page-header {
        background-position: center center;
    }
}

/*  this is fixed for iphone 4 end  */

.banner-2 {
    background: url(../images/banner-driving.jpg) no-repeat right fixed;
    background-size: cover;
}

.page-header {
    border: none;
    padding: 0;
    margin: 0;
}

    .page-header .inner {
        background: url(../images/horiz-transp-stroke.png) repeat-x bottom;
        height: 200px;
    }

.landing-cta {
    padding: 20px 0 60px 0;
}

.cta h1, .cta h2, .cta h3 {
    color: #fff;
    line-height: 38px;
}

.legupfund p {
    font-size: 18px;
}
/*  PrinterFriendlyThankYou page logo start */
.PFThankYouLogo {
    background: url('../img/TopGraphic_OpenRoads.png');
    background-repeat: no-repeat;
    background-size: 200px 136px;
    height: 136px;
}

@media print {
    .PFThankYouLogo {
        content: url('../img/TopGraphic_OpenRoads.png');
    }
}
/*  PrinterFriendlyThankYou page logo end */
.ExtraSpace {
    margin-top: 30px;
}
li.dropdown > ul.dropdown-menu{display:none!important;}
li.dropdown:hover > ul.dropdown-menu {
    display: block!important;
}
.dropdown.thirdlevel > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown.thirdlevel:hover > ul.dropdown-menu {
    top: 0;
    left: 97%;
}



.dropdown .dropdown-menu li a:hover, .dropdown .dropdown-menu li a:focus {
    background: none !important;
    /*background-color: #89131f;
    background-image: -webkit-linear-gradient(top, var(--primary), 0%, #89131f, 100%);
    background-image: -moz-linear-gradient(top, var(--primary) 0%, #89131f 100%);
    background-image: linear-gradient(to bottom, var(--primary) 0%, #89131f 100%);
    background-repeat: repeat-x;*/
    color: var(--black) !important;
}
.open-roads_logos{
    margin:30px 0;
}
    .open-roads_logos img {
        max-height: 100px;
        width: auto;
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%); /* For older WebKit browsers */
        transition: filter 0.3s ease-in-out; /* Smooth transition */
        opacity: 0.8;
    }
    .open-roads_logos a:hover img {
        /* On hover: remove grayscale */
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%); /* For older WebKit browsers */
        
        opacity: 1;
    }
.navbar-toggle, #navbar{
    display:none!important;
}

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        border-radius: 0;
        padding: 0;
    }
    .dropdown .dropdown-menu > li > a {
        padding: 7px 15px !important;
        color: var(--black) !important;
        background-color: transparent !important;
    }
}

@media (max-width: 500px) {
    .open-roads_logos > div {
        text-align:center;
    }
    .open-roads_logos > div img {
        height:140px;
        width:auto;
        margin:20px 0;
    }
}
    @media (min-width: 501px) {
        .PopUpDivUSEF {
            border: none;
            padding: 0 0 10px 0;
            background: #fff;
            width: 482px;
            z-index: 99999;
            height: auto;
            top: 50%;
            left: 50%;
            margin-top: -100px;
            margin-left: -250px;
            position: fixed;
        }

        .logo {
            zoom: 1;
        }

        .open-roads_logos > div {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 20px 0;
        }
    }

    .PopUpOverlay {
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .PopUpDivUSEF .ModalPopupHeader {
        background: var(--primary);
    }

        .PopUpDivUSEF .ModalPopupHeader h5 {
            color: #fff;
            line-height: 40px;
            text-align: left;
            margin: 0;
        }

    .PopUpDivUSEF .ModalPopupBody {
        padding: 10px;
        line-height: 25px;
    }

    .PopUpDivUSEF .ModalPopupFooter {
        padding: 10px;
        line-height: 25px;
        background-color: #f6f6f6;
        border-top: 1px solid #e4e4e4;
    }

    .PopUpDivUSEF .row {
        margin: 0;
    }



    /* member benefit style  */

    .top-banner-div {
        position: relative;
        height: 400px;
    }

    .top-banner {
        background: url(../img/TG_img/tg-top-header.jpeg);
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        min-height: 100%;
        min-width: 100%;
    }

    .banner-overlay {
        inset: 0;
        position: absolute;
        background-color: rgba(0,0,0,0.35);
    }

    .top-banner-inner {
        text-align: center;
        justify-content: center;
        display: flex;
        align-items: center;
        color: #fff;
        background-position: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .top-banner-inner .heading {
            font-weight: bold;
            line-height: normal;
        }

        .top-banner-inner .sub-heading {
            font-size: 17px;
            line-height: 1.4;
        }

    .mem-benefit-overview {
        margin-top: 30px;
        background: #f8f8f8;
        border-style: none;
        padding: 60px 30px 60px 30px;
        align-content: flex-start;
        flex-wrap: nowrap;
        position: relative;
        max-width: 100%;
        text-align: center;
    }

        .mem-benefit-overview h2,
        h2.box-heading {
            font-size: 20px;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .mem-benefit-overview span.bor,
        span.bor {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 2px;
            background: #000;
            width: 30px;
            margin: 30px auto;
        }

    .mem-benefit-list ul {
        list-style-type: none;
        padding: 0;
    }

        .mem-benefit-list ul li {
            display: flex;
            position: relative;
            justify-content: center;
            /*margin: 15px 0;*/
            padding: 15px 0;
        }

    .mem-benefit-list li::before {
        content: "\f058";
        font-family: 'FontAwesome';
        color: #ee2f41;
        margin-right: 10px;
    }

    .mem-benefit-list li:not(:last-child)::after {
        content: '';
        width: 33%;
        border-top: 1px solid #e7e7e7;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 100%;
    }

    .partner-discounts-div {
        border: 1px solid #e7e7e7;
        padding: 60px 30px 60px 30px;
        display: flex;
        align-content: flex-start;
        flex-wrap: wrap;
        position: relative;
        width: 100%;
        margin-top: 30px;
    }

    .box-heading-wrapper,
    .box-heading-inner {
        width: 100%;
    }


        .box-heading-inner .box {
            padding: 20px;
            border: 10px solid #f8f8f8;
            text-align: center;
            margin-bottom: 30px;
        }

    .box .brand .brand-logo img {
        max-height: 50px;
    }

    .box .partner-btn {
        text-decoration: underline;
        color: #000;
        font-weight: 600;
    }

    .box .name h2 {
        font-size: 21px;
        font-weight: 600;
    }

    .box .content {
        margin: 15px 0;
    }

    .PageHeaderBg h2.title {
        color: var(--black) !important;
    }


    @media (min-width: 768px) {
        .top-banner-inner {
            padding: 100px;
        }

            .top-banner-inner .heading {
                font-size: 50px;
                margin-bottom: 30px;
            }

            .top-banner-inner .sub-heading {
                font-size: 17px;
            }

        .box-heading-inner .box {
            height: 320px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
    }

    @media (max-width: 767px) {
        .top-banner-inner {
            padding: 30px;
        }

            .top-banner-inner .heading {
                font-size: 25px;
                margin-bottom: 15px;
            }

            .top-banner-inner .sub-heading {
                font-size: 13px;
            }
    }
    /* member benefit style end */

    @media (max-width: 500px) {
        .PopUpDivUSEF {
            width: 90% !important;
            background: #fff;
            z-index: 99999;
            height: auto;
            top: 20%;
            position: fixed;
            left: 5%;
        }

        .logo {
            zoom: 1;
        }
    }

    @media (min-width: 768px) {
        .navbar-nav {
            margin-top: -15px;
        }

        .navbar-right.utility {
            margin-top: -60px !important;
        }
    }

    @media (max-width: 991px) {
        .navbar-right.utility {
            margin-top: 0 !important;
        }

        .FlatMenu {
            padding: 0;
        }

        .text-right-md {
            text-align: center;
        }
    }

    @media (min-width: 768px) {
        ul.nav li.dropdown:hover ul.dropdown-menu {
            display: block;
        }

        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
            background-color: transparent;
            color: #cccccc;
        }

        .dropdown-menu {
            background: var(--footer) !important;
            color: var(--black) !important;
            /*border: 1px solid var(--black);*/
        }

            .dropdown-menu > li > a {
                color: #fff;
                padding: 3px 20px 3px 25px;
            }

            .dropdown-menu > li:not(:last-child) > a, .dropdown-menu > li:hover:not(:last-child) > a {
                border-bottom: 1px solid rgba(0,0,0,0.15);
            }

            .dropdown-menu > li:hover a {
                /*background-color: #be2b36 !important;*/
                color: var(--black) !important;
            }

        .dropdown .dropdown-menu > li > a { /*font-size:16px!important;*/
        }
    }

    @media (max-width: 767px) {
        .utility li.feat a {
            color: #fff;
        }

        .navbar-default .utility > li > a {
            padding: 10px 15px !important;
            font-size: 14px !important;
            letter-spacing: 1px !important;
        }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #fff;
            background-color: #be2b36;
        }

            .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
                color: #ccc;
                background-color: #be2b36;
            }

        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
            background-color: transparent;
            color: #ccc;
        }

        .navbar-nav {
            margin: 7.5px -15px 0 -15px;
        }

        .USRoperNav ul li a {
            padding: 5px !important;
            display: block;
        }

        .USRoperNav ul li.JoinBtnLink {
            display: inline-block
        }

        .dropdown .dropdown-menu > li > a {
            font-size: 14px !important;
        }

        .JoinBtnLink {
            margin-top: 10px;
        }

        .navbar-toggle {
            margin-right: 0 !important;
        }

        .USRoperNav .navbar {
            margin-top: 10px;
        }
    }

    @media (min-width:481px) {
        .TextWithImage {
            float: right;
        }
    }

    @media (max-width:480px) {
        .TextWithImage {
            float: none !important;
            margin-bottom: 5px;
        }

        .TextImageWrap {
            clear: both !important;
        }

        .CenterTextMobile {
            text-align: center;
        }

        .USRoperFooter h2 {
            font-size: 20px;
        }
    }

    div.text-center > .btn-primary {
        margin-bottom: 10px
    }

