
/**    Horizontal Menu  **/

/***************************************************
	Default menu
****************************************************/
.dot-header {
    position: relative;
    z-index: 300000;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.428572;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

    .dot-header *, .dot-header *::before, .dot-header *::after {
        box-sizing: border-box;
    }

.dot-header {
    position: sticky;
    top: 0;
}

.navbar ul > li > a.nav-link {
    position: relative;
    background-color: transparent;
    text-decoration: none;
    padding: 10px 12px 10px 12px;
    font-size: 16px;
    font-weight: 700;
    color: var(--dot-topnav-rgb);
    margin-top: 10px;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    --bs-navbar-active-color: var(--dot-white-rgb);
}

.navbar-nav a.nav-link:hover {
    color: var(--dot-topnavhover-rgb);
    text-decoration:underline;
}

.navbar-nav .dropdown-divider {
    --bs-dropdown-divider-bg: var(--dot-white-rgb);
}

.dropdown-toggle::before {
    float: right;
    margin-top: 5px;
    content: "";
}

.dropdown-toggle::after {
    float: right;
    margin-top: 5px;
    content: "";
}


.dropdown-menu {
    --bs-dropdown-border-color: var(--dot-navbar-color);
    background-color: var(--dot-navbar-color);
    --bs-border-radius: 0;
    transition: all 0.3s ease;
}

.navbar-nav .dropdown-menu li {
    word-wrap: break-word;
    text-wrap: nowrap;
    hyphens: auto;
    max-width: 250px;
    list-style-type: none;
    padding: 10px 0px;
    margin-right: 25px;
}

.navbar-nav .dropdown-menu a {
    color: var(--dot-light-gray-rgb);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    margin-right: 5px;
}

    .navbar-nav .dropdown-menu a:hover {
        color: var(--dot-topnavhover-rgb);
        text-decoration: underline;
    }

@media (min-width: 768px) {

    .dot-header .logo {
        float: left;
        padding: 20px 40px 30px 0;
    }
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}
/* ============ desktop view .end// ============ */

.dot-header {
    z-index: 997 !important;
}

    .dot-header .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 90%;
    }

.dot-menu ul ul li > a {
    font-style: normal;
    font-size: var(--dot-fs-16px);
}

.header-dark .dot-menu ul li.current-menu > a, .header-dark .dot-menu ul li:hover > a {
    color: #fff;
    background-color: #254c5a;
}

.dot-header.header-shadow.header-dark.viewport-lg.sticky {
    padding-top: 30px;
    padding-bottom: 10px;
}

.dot-menu ul li:hover > a {
    background-color: inherit;
}

.hero-banner a:hover, a:focus, a:active {
    text-decoration: none;
}

a:focus, a:active {
    outline: none;
}

.box {
    margin-bottom: 30px;
}

.hero-banner {
    position: relative;
    width: 100%;
}

.dropdown_menu i.fa-solid {
    margin-right: 5px;
}
/* === OVERRIDE MENU DEFAULT STYLES === */
.header-shadow-wrapper {
    display: none;
}

@media (min-width: 1100px) {
    .dot-menu ul li.current-menu > a, .dot-menu ul li:hover > a, .header-dark .dot-menu ul li.current-menu > a, .header-dark .dot-menu ul li:hover > a {
        border-bottom: 0px solid #f4b120;
        padding-bottom: 20px;
    }

    .dot-menu.submenu-top-border li > ul {
        border-top: 3px solid #f4b120;
    }

    .header-dark .dot-menu li > ul {
        background-color: #254c5a;
    }

    .dot-menu li > ul {
        width: 300px;
    }

    .dot-menu ul ul li > a {
        padding: 9px 0px 7px 30px !important;
    }

    .dot-header.sticky {
        position: fixed;
        width: 100%;
        top: 0px;
        -webkit-animation-name: stickyTransition;
        animation-name: stickyTransition;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

        .dot-header.sticky .dot-menu > ul > li > a {
            height: 90px;
            margin-top: -10px;
            border-bottom: 0px solid #f4b120;
        }

    .burger-menu {
        display: none;
    }

    .container > div.dot-header-container {
        padding: 0;
    }
}

.azintro {
    color: white;
    text-decoration: none;
}

.logo > a {
    background: transparent url(../images/logo_small.png) top center no-repeat;
    display: inline-block;
    height: 40px;
    width:300px;
    text-decoration: none;
    text-indent: -99999px;
    background-color: transparent; /* Just to be super clear for screen readers*/
}
    .logo > a:hover {
        background: transparent url(../images/logo_small.png) top center no-repeat;
        text-decoration: none;
        background-color: transparent; /* Just to be super clear for screen readers*/
    }
body .logo > a:link,
body .logo > a:visited {
    color: #FFFFFF; /* This is what makes background logo pass ADA contrast color */
    text-decoration: none;
    box-shadow: 0 0px 0 0 var(--accent-secondary) inset;
}
#dot-menu {
    display: flex;
    flex-wrap: wrap;
}

.dot-menu ul li {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    max-width: 250px;
    text-align: left;
    vertical-align: middle;
}

.dot-menu.separate-line > ul > li > a:hover {
    color: #f4b120 !important;
}

.dot-menu.separate-line > ul > li > a::after {
    color: #fff !important;
}

.dot-menu.separate-line > ul > li > a::before {
    width: 0px !important;
}

.dot-header.header-dark {
    background-color: var(--dot-topnav-color);
}
/* Modern Browsers */
/*  Overrides Mobile styles from default */
@media (min-width: 1100px) {
    .dot-menu > ul > li > a {
        position: relative;
        box-sizing: border-box;
        height: 90px;
        padding: 0 20px;
        line-height: 20px !important;
        white-space: normal !important;
    }

    .dot-menu.separate-line > ul > li > a {
        position: relative;
        padding: 38px 8px 30px !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
        text-align: center;
        vertical-align: middle;
    }
}

@media (min-width: 1200px) {
    .dot-menu.separate-line > ul > li > a {
        position: relative;
        padding: 37px 12px 29px 12px !important;
        font-size: var(--dot-fs-16px);
        font-weight: 700;
    }

    .dot-menu ul li > a {
        display: block;
        padding: 14px 15px;
        font-family: 'Open Sans', sans-serif;
        font-size: var(--dot-fs-15px);
        color: #212121;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
    }
}

@media only screen and (max-width: 1100px) {

    .searchtag {
        padding-right: 0%;
        margin: 0 0 0 1%;
    }

    .herosearchbox {
        display: block !important;
    }

    nav.dot-menu.separate-line.submenu-top-border.submenu-scale {
        margin-top: 0px;
        margin-left: 10px;
    }

    .dot-menu ul li {
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
        max-width: 90%;
        text-align: left;
        vertical-align: middle;
        list-style-type: none;
        border-bottom: 1px solid rgba(235, 234, 234, .5);
        -webkit-background-clip: padding-box; /* for Safari */
        background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    }

        .dot-menu ul li ul li {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

            .dot-menu ul li ul li:last-child {
                border-bottom: none;
                margin-bottom: 14px;
            }

    .header-dark .dot-menu ul ul li > a {
        color: #a1a1a1;
    }

        .header-dark .dot-menu ul ul li > a:hover {
            color: #fff;
        }
}

@media (min-width: 1090px) and (max-width: 1300px) {

    .dot-header .container {
        max-width: 100%;
    }

    nav.dot-menu.separate-line.submenu-top-border.submenu-scale {
        margin-top: 0px;
        margin-left: 70px;
    }
}

@media (max-width: 1099px) {
    /* /////OVERRIDE BURGER MENU STYLES  ///// */
    .navbar-expand-lg .navbar-nav {
        background: border-box;
    }

    .nav-link .fa-car {
        display: none;
    }

    .navbar ul > li > a.nav-link {
        /* Adding transform to the X */
        font-weight: 500;
    }

    .navbar-nav .dropdown-menu {
        margin-top: -10px;
    }

        .navbar-nav .dropdown-menu a {
            font-weight: 500;
        }

    ul.navbar-nav li.nav-item {
        padding: 0;
        margin: 0px
    }

    .burger-menu.menu-open {
        transform: rotate(180deg) !important;
    }
        /* Styling the three lines to make it an X */
        .burger-menu.menu-open .line-menu:nth-child(1) {
            transform: rotate(45deg) translate(5px, 15px);
        }

        .burger-menu.menu-open .line-menu:nth-child(2) {
            opacity: 0;
        }

        .burger-menu.menu-open .line-menu:nth-child(3) {
            transform: rotate(-45deg) translate(1px, -2px);
        }

    .line-menu {
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        transition: all 0.5s ease-out
    }

    .menu-open .line-menu {
        background-color: #ffcc00 !important;
    }

    .line-menu.line-half {
        width: 80% !important;
        margin: 5px;
    }
    /* ///// END OVERRIDE BURGER MENU STYLES  ///// */
    .dropdown-plus {
        right: -2rem;
        top: 0.3rem;
    }

    .header-dark .dot-menu ul ul li > a {
        background-color: #254c5a;
    }

    .dot-header .logo {
        /* float: none !important;*/
        padding: 30px 0px 30px 0;
    }

    .dot-menu > ul {
        display: none;
        padding: 70px 0 0 20px;
    }

    .dot-menu ul li:last-of-type {
        border-bottom: 0px solid #ccc;
    }

    i.fas {
        margin-top: -5px;
    }

    .fa-mobile-alt {
        display: none;
        float: left;
        color: #fff;
        font-size: var(--dot-fs-28px);
        vertical-align: middle;
        padding: 0 7px;
    }

    .fa-car {
        display: none;
        float: left;
        color: #fff;
        font-size: var(--dot-fs-28px);
        vertical-align: middle;
        padding: 0 7px;
    }

    .fa-location-dot {
        display: none;
        float: left;
        color: #fff;
        font-size: var(--dot-fs-28px);
        vertical-align: middle;
        padding: 0 7px;
    }

    .fa-calendar-lines {
        display: none;
        float: left;
        color: #fff;
        font-size: var(--dot-fs-28px);
        vertical-align: middle;
        padding: 0 7px;
    }

    .fa-file-arrow-down {
        display: none;
        float: left;
        color: #fff;
        font-size: var(--dot-fs-28px);
        vertical-align: middle;
        padding: 0 7px;
    }

    .fa-message-dots {
        display: none;
        float: left;
        color: #fff;
        font-size: var(--dot-fs-28px);
        vertical-align: middle;
        padding: 0 7px;
    }

    .fa-users-cog {
        display: none;
        float: left;
        color: #fff;
        font-size: var(--dot-fs-36px);
        vertical-align: middle;
        padding: 0 7px;
    }

    .fa-book-open {
        display: none;
        float: left;
        color: #fff;
        font-size: var(--dot-fs-36px);
        vertical-align: middle;
        padding: 0 7px;
        margin-top: -14px;
    }

    .fa-first-aid {
        display: none;
        float: left;
        color: #fff;
        font-size: var(--dot-fs-36px);
        vertical-align: middle;
        padding: 0 7px;
    }

    .fa-user-friends {
        display: none;
        float: left;
        color: #fff;
        font-size: var(--dot-fs-36px);
        vertical-align: middle;
        padding: 0 7px;
    }
    /* .dot-header.header-dark {
    background-color: rgba(51, 51, 51, 1) !important;
  }*/
    .dot-menu.separate-line > ul > li > a {
        position: relative;
        padding: 12px 20px !important;
    }

    .dot-header .container {
        max-width: 1300px !important;
    }
    /*  Search bar for mobile devices */
    .header-shadow-search {
        background-color: var(--dot-topnav-color);
        display: block;
        height: auto !important;
        margin: 6px auto 0 auto;
        text-align: center;
    }

        .header-shadow-search input {
            border-radius: 6px;
            padding: 0 10px;
            height: 40px;
        }

    .header-shadow-wrapper::after {
        box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0) !important;
    }
    /*  Magnifying Glass font */
    .material-icons {
        z-index: 1;
        margin-left: -50px;
        color: rgba(42, 41, 41, 1);
        position: absolute;
        padding: 10px;
    }
   
    .dot-menu > ul {
        display: none;
        padding: 90px 0 20px !important;
    }

    .dot-header {
        top: 0px;
        position: fixed !important;
        width: 100%;
    }

  
    .herosearchbox {
        position: fixed !important;
        top: 95px !important;
        width: 100%;
        margin: 0;
        background-color: var(--dot-topnav-color);
        padding: 5px 0 0 0;
        z-index: 9998;
    }
       
}

@media (max-width: 1099px) {

    .herosearchbox {
        z-index: 97;
    }

    nav.dot-menu.separate-line.submenu-top-border.submenu-scale {
        margin-top: 0;
        margin-left: 40px;
    }
}

@media (max-width: 991px) {

    .dropdown-toggle::after {
        content: "+";
        font-weight: bold;
        border: 0;
    }

    /* Plus sign when dropdown is closed */
    .dropdown-toggle[data-toggle="dropdown"]::after {
        content: "+";
    }

    /* Minus sign when dropdown is open */
    .dropdown-toggle.show[data-toggle="dropdown"]::after {
        content: "-";
    }

    a.nav-link.dropdown-toggle.show::after {
        content: "-";
    }

    .navbar-collapse {
        margin-top: -20px;
    }

    .navbar ul li.nav-item {
        border-bottom: 1px solid rgba(235, 234, 234, .5);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

        .navbar ul li.nav-item:last-child {
            border-bottom: 0px solid rgba(235, 234, 234, .5);
        }

    .nav-link .fa-car {
        display: block;
    }

    .dot-header .logo {
        float: none;
        padding: 30px 40px 30px 0;
        text-align: center;
    }
}

.bst-burger-menu {
    position: absolute;
    top: -50px;
    left: 10px;
    display: -ms-flexbox;
    display: block !important;
    justify-content: space-between;
    width: 55px !important;
    height: 27px !important;
    padding: 0 15px !important;
    cursor: pointer;
    font-size: 0;
    border: 0;
    background: transparent;
    z-index: 999;
    transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
    transform: rotate(180deg) !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler {
    transition: all 0.35s ease-out;
    color: var(--dot-white-rgb);
    background-color: transparent;
    --bs-emphasis-color-rgb: var(--dot-white-rgb);
    --bs-navbar-toggler-border-color: --dot-topnav-burger-menu;
    border-radius: var(--bs-navbar-toggler-border-radius);
}


.navbar-toggler-icon {
    color: var(--dot-white-rgb);
    background-color: transparent;
    --bs-emphasis-color-rgb: var(--dot-white-rgb);
    --bs-navbar-toggler-border-color: var(--dot-topnav-burger-menu);
    border-radius: var(--bs-navbar-toggler-border-radius);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


@media (max-width: 768px) {

    .dot-header .logo {
        /* float: right;*/
        padding: 30px 40px 30px 0;
    }

    .bst-burger-menu {
        position: absolute;
        top: -50px;
        left: 10px;
        display: -ms-flexbox;
        display: block !important;
        justify-content: space-between;
        width: 55px !important;
        height: 27px !important;
        padding: 0 15px !important;
        cursor: pointer;
        font-size: 0;
        border: 0;
        background: transparent;
        z-index: 999;
    }

      .header-shadow-search {
        margin: 0px auto;
    }

    .ShowHide {
        position: fixed;
        top: 200px !important;
    }

    .azintro {
        display: none;
    }


    nav.dot-menu.separate-line.submenu-top-border.submenu-scale {
        margin-top: 0px;
        margin-left: 10px;
    }

    .herosearchbox .container {
        margin-left: 0px;
    }

    .header-shadow-search {
        margin: 0px auto 0px 3%;
    }

    .dot-menu > ul {
        display: none;
        padding: 70px 0 20px !important;
    }

    .herosearchbox {
        position: fixed;
        top: 80px !important;
        width: 100%;
        margin: 0;
        background-color: var(--dot-topnav-color);
    }

    nav.dot-menu.separate-line.submenu-top-border.submenu-scale {
        margin-top: 56px;
    }

 
    .dot-header .logo {
        padding: 20px 40px 10px 40px !important;
        text-align: center;
    }

    .dot-menu ul li > a {
        font-size: var(--dot-fs-16px) !important;
    }

   }

@media (max-width: 500px) {
  

    .dot-header .logo {
        padding: 30px 0px 0 0 !important;
        text-align: center;
    }
}

@media (max-width: 428px) {
    .burger-menu {
        left: -4px !important;
    }

    .fa-mobile-alt {
        display: none;
        float: left;
        color: #fff;
        font-size: 20px;
        vertical-align: middle;
        padding: 0 7px;
    }

    .fa-car {
        display: none;
        float: left;
        color: #fff;
        font-size: 20px;
        vertical-align: middle;
        padding: 0 7px;
    }

    .fa-map-marker-alt {
        display: none;
        float: left;
        color: #fff;
        font-size: 20px;
        vertical-align: middle;
        padding: 0 7px;
    }

    .fa-calendar-alt {
        display: none;
        float: left;
        color: #fff;
        font-size: 20px;
        vertical-align: middle;
        padding: 0 7px;
    }

    .fa-cloud-download-alt {
        display: none;
        float: left;
        color: #fff;
        font-size: 20px;
        vertical-align: middle;
        padding: 0 7px;
    }

    .fa-comment-dots {
        display: none;
        float: left;
        color: #fff;
        font-size: 20px;
        vertical-align: middle;
        padding: 0 7px;
    }

      .gsib_a {
        padding: 10px 9px 4px 9px;
    }

    .dot-menu > ul {
        display: none;
        padding: 85px 0 20px !important;
        margin-left: 0px;
    }

    .herosearchbox .container {
        margin-left: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width: 360px) {
 
    .logo > a {
        background-size: 60%;
    }
}
/* === Only Firefox === */
@-moz-document url-prefix() {
    .hero-banner {
        height: 400px;
    }
}
/*  //////////////// WORKS IN BROWSER STACK - iPHONE SE RELEASED IN 2016 /////////////// */
@media only screen and (min-device-width: 319px) and (max-device-width: 359px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .herosearchbox {
        position: fixed !important;
        top: 75px !important;
        width: 100%;
        margin: 0;
        background-color: #254c5a !important;
        z-index: 9998;
    }

    nav.dot-menu.separate-line.submenu-top-border.submenu-scale {
        margin-top: 30px;
        margin-right: 60px !important;
    }

    .burger-menu {
        position: absolute;
        left: 0px;
    }

    .dot-menu.separate-line > ul > li > a {
        position: relative;
        padding: 6px 20px !important;
    }

    .fa-mobile-alt, .fa-car, .fa-map-marker-alt, .fa-calendar-alt, .fa-cloud-download-alt, .fa-comment-dots {
        font-size: 20px;
    }

    .titlehomewide {
        margin: 4% auto 0% auto;
    }
}

@media only screen /*  ///// WORKS IN BROWSER STACK - iPHONE 11 pRO, 8, XS, 7, 6, 6s /////// */
and (max-device-width: 480px) and (orientation:landscape) {
    .herosearchbox {
        position: fixed !important;
        top: 75px !important;
        width: 100%;
        margin: 0;
        background-color: #254c5a !important;
        z-index: 9998;
    }

    nav.dot-menu.separate-line.submenu-top-border.submenu-scale {
        margin-left: -20px !important;
    }
}
/*  //////////////// ALLOWS DEEP NAVIGATION TO SCROLL IN MOBILE /////////////// */
@media only screen and (min-device-width: 319px) and (max-device-width: 500px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .dotmobile {
        height: auto;
        max-height: 600px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

@media only screen and (min-device-width: 319px) and (max-device-width: 1000px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .dotmobile {
        height: auto;
        max-height: 300px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
