    @import url('roboto.css');
    header {
        width: 100%;
        background-color: #ffffff;
        z-index: 1000;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    }

    html, input, textarea, h1, h2, h3, h4, blockquote, q, .gcb-nav ul, .gcb-nav ul, .gcb-button, .gcb-next-button, .gcb-prev-button, .gcb-title-header, .gcb-product-headers-large, .gcb-product-headers, .gcb-bio-headers{
        font-family: Roboto-Regular !important;
    }

    #gcb-nav-x {
        background-color: #AFBC12;
    }

    #gcb-nav-x > .gcb-aux > a,
    #gcb-nav-x > .gcb-aux > a:visited,
    #gcb-nav-x > .gcb-aux {
        color: #ffffff;
    }

    @media (min-width: 768px){
        .navbar-nav {
            margin-top: 0px;
        }
    }

    .top-bar {
        padding: 5px 0;
        color: #333333;
        font-size: 10px;
        font-weight: 500
    }

    .top-navigation {
        text-align: right
    }

    @media (max-width: 767px) {
        .top-navigation {
            text-align: center
        }
    }

    @media (max-width: 767px) {
        .top-left {
            text-align: center
        }
    }

    .top-navigation {
      font-size: 14px;
      margin-top: 10px;
      margin-bottom: 10px;
    }

    .top-navigation a {
        color: #666666;
        padding: 0px 4px 0px 4px;
        font-size: 14px;
        font-weight: 300
    }

    .top-navigation a:hover,
    .top-navigation a:focus {
        color: #007EA8
    }

    .navbar {
        margin: 0px;
        background: #FFFFFF;
        padding: 0px;
        border: none
    }

    .navbar-brand{
        padding: 0;
        float: none;
    }

    @media (max-width: 767px) {
    header .nav>li{
      padding-left:20px;
    }
    }

    .nav>li>a {
        padding: 8px 15px 0px 0px
    }

    .navbar-default .navbar-nav>li>a {
        color: #333333;
        margin-top: 0px;
        font-size: 14px
    }

    @media (max-width: 767px) {
        .nav>li>a {
            padding-top: 20px;
        }

        .navbar-default .navbar-nav>li>a {
            margin-top: 6px;
        }
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        color: #3399cc;
        background: #ffffff;
    }

    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        background: #FFFFFF;
    }

    .dropdown-menu>li>a {
        padding: 5px 15px 5px 15px
    }

    .dropdown-menu>li:hover>a,
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:active {
        background: #3399cc;
        color: #FFFFFF
    }

    .dropdown-menu li:first-child, .dropdown-menu>div>div:first-child{
        border-top: 4px solid #ff8811;
        padding-top:10px;
    }

    .dropdown-menu li:last-child{
        padding-bottom:10px;
    }

    .dropdown-menu li a:hover{
        background:#0099cc;
    }

    .dropdown-menu>li>a:hover,
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:active {
        background: #3399cc;
        color: #FFFFFF
    }

    .dropdown-menu li:hover .normalimg,
    .dropdown-menu li a:hover .normalimg,
    .dropdown-menu li a:focus .normalimg{
        display:none;
    }

    .dropdown-menu li:hover .selectedimg,
    .dropdown-menu li a:hover .selectedimg,
    .dropdown-menu li a:focus .selectedimg{
        display:inline-block;
    }

    .selectedimg{
        display:none;
    }

    .navbar-nav>li>.dropdown-menu {
        background: #ffffff;
        padding: 0px;
        margin-right: 15px;
        margin-top: 22px;
        max-height: 350px;
        width: max-content;
        overflow: auto;
        line-height: normal;
        z-index: -1;
        /* Default width of a dropdown will be according to its content size.
         Override the width property in individual elements for customization.
         This will over flow text if the width is smaller than content, due to the below defined property.*/
    }

    .navbar-nav>li>.dropdown-menu>li>a{
        white-space: normal;
    }

    .btn-primary {
        padding: 5px 20px 5px 20px;
        min-width: 90px;
        background: #ee4411;
        color: #FFFFFF;
        border-radius: 50px;
        border: none;
        font-size: 12px;
        text-transform: uppercase;
        margin: 15px 12px 15px 0px;
        font-weight: 300;
        letter-spacing: 2px;
        height: 32px;
    }

    .top-navigation a:hover, .top-navigation a:focus {
        color: #0099CC;
    }

    ul.dropdown-menu {
        background: #ffffff;
        padding: 0px;
        margin-right: 15px;
        margin-top: 16px;
        max-height: 350px;
        width: max-content;
        overflow: auto;
        line-height: normal;
        z-index: 1;
        text-align: left;
    }

    /* Comment : dropdown menu created specific to mobile responsive version */
    @media only screen and (max-width: 767px) {
        ul.dropdown-menu {
            width: 250px;
            margin: auto;
            margin-top: 16px;
            position: absolute;
            left: 0;
            right: 0;
            max-height: none;
        }
    }

    div.top-navigation a:visited{
        color: inherit;
    }

    div.dropdown-backdrop {
        display: none;
    }
