/* Elements with .hidePwa will have this class added with js to hide them only when in pwa mode */
.hidden{
    display: none;
}

/* Mobile Nav */
.mobileNav{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

/* Hide main nav */
.mobileNav.hidden{
    display: none;
}

/* Hide submenus */
.mobileNav > ul  > li > ul.hidden{
    display: none;
}

/* Styles for the nav main menus */
.mobileNav > ul > li > span{
    width: 240px;
    /*color: #fbfafa;
    background: #444;
    padding: 0 20px;
    text-align: center;*/
    font-size: 28px;
    /*font-family: 'Yanone Kaffeesatz', sans-serif;*/
    display: block;
    height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

/* styles for nav main submenus */
.mobileNav > ul > li > ul > li > a{
    width: 220px;
    /*color: #fbfafa;
    background: #555;
    padding: 0 20px;
    text-align: right;*/
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333333;
    background: #f4f4f4;
    line-height: 50px;
    font-size: 23px;
    /*font-family: 'Yanone Kaffeesatz', sans-serif;*/
    display: block;
    padding-left: 20px;
    text-align: left;
}

.mobileNav > ul > li > ul > li{
    background: #f4f4f4;
    background-color: #f4f4f4;
    border-bottom: 0px;
}

.mobileNav > ul > li:hover{
    color: #fe5214;
}

.mobileNavActive{
    color: #fe5214 !important;
}

.icons{
    font-size: 50px;
}

#mobileNav{
    background: #f4f4f4;
    color: #555;
    padding: 20px;
    text-align: left;
}

.mobileNavContainer{
    width: 100%;
    height: 100%;
    display: none;
}

/* Wraps phone number in header */
.phoneContainer{
    float: right;
    width: 100%;
}

/* Wraps header icons including logo */
.iconContainer{
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Wraps header icons, hamburger menu, search, etc */
.iconImage{
    width: 10%;
    padding-right: 2.5%;
    padding-left: 2.5%;
    float: right;
}

/* Wraps company logo */
.iconLogo{
    width: 30%;
    float: left;
    padding-right: 5%;
    padding-left: 0%;
}

/* Make hamburger menu close button match other icons */
.closeButton{
    color: #000000;
}

/* Display toggled to visible in PWA.js, hides elements that should only be visible on PWA */
.pwaOnly{
    display: none;
}

/* Srp Navigation */
.srpNavigation{
    width: 100%;
    height: 100%;
}

.srpText{
    font-size: 15px;
    width: 50%;
    display: inline-block;
    margin-left: 10%;
    margin-right: 10%;
}

.srpIcon{
    width: 10%;
    font-size: 35px;
}


#pwaPromptIos{
    position: fixed;
    background-color: #ffffff;
    width: 90%;
    z-index: 999;
    bottom: 30px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    margin-left: 5%;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #121212;
}

/*
.bottom-arrow{
    border-bottom: 5px solid #e6e6e6;
}

.bottom-arrow::after{
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 30px solid #e6e6e6;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
*/

.pwaPromptContent{
    color: #121212;
    font-size: 13px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    display: inline-block;
}

.iosShareIcon{
    height: 16px;
    display: inline-block;
}

#videoOverlay{
    height: 70%;
}

#closeScannerPopup{
    height: 30%;
}