﻿@font-face {
    font-family: Mark;
    src: url("/fonts/MarkRegular.otf") format("opentype");
}

@font-face {
    font-family: Mark;
    font-weight: bold;
    src: url("/fonts/MarkBold.otf") format("opentype");
}

@font-face {
    font-family: Mark;
    font-weight: bolder;
    src: url("/fonts/MarkBlack.otf") format("opentype");
}

@font-face {
    font-family: Mark;
    font-weight: lighter;
    src: url("/fonts/MarkLight.otf") format("opentype");
}

@font-face {
    font-family: Archivo;
    src: url("/fonts/ArchivoBlack-Regular.ttf") format("truetype");
}

/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;

    
}*/

html {
    scroll-padding-top: 129px; /*Required for fixed header, 169 is the height of the top header*/
}


.topnav {
    position: fixed;
    top: 0px;
    height: 129px;
    width: 100%;
    background-color: white;
    border: 0px;
    z-index: 2;
}
.top-grey-bar {
    background-color: #b1b8c1;
    height: 30px;
    width: 100%;
}

.boost-logo {
    padding-top: 20px;
    padding-left: 20px;
    float: left;
}

.logo-image {
    width:200px;
    
}
.div-canvas {
    text-align:center;
}
.div-go {
    text-align:center;
}

.menu {
    width:750px;
    
}

.menu-center {
    top: 75px;
    width: 700px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.menu-right {
    top: 65px;
    width: 240px;
    position: absolute;
    left: 100%;
    transform: translate(-100%);
}

.boost-menu-item {
    font-family: Archivo;
    font-size: 18px;
    color: #b1b8c1;
    text-decoration: none;
    
}
    .boost-menu-item:link {
        color: #b1b8c1;
        text-decoration: none;
    }
    
    .boost-menu-item:visited {
        color: #b1b8c1;
        text-decoration: none;
    }

    .boost-menu-item:hover {
        color: #040707;
        text-decoration: none;
    }

    .boost-menu-item:active {
        color: #b1b8c1;
        text-decoration: none;
    }

    


.ui-widget-header {
    border: 0px;
    background: white;
    width: 20px;
    position: absolute !important;
    right: 10px;
    z-index: 9999;
}


/* Wrapping element */
    /* Set some basic padding to keep content from hitting the edges */
    .body-content {
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    /*background-color: black;*/
}

#hero-lightpass {
    /*position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
        */
    max-width: 100vw;
    max-height: 100vh;
    padding-top: 180px;
    /*padding-left: 180px;*/
}

#Home {
    /*height:1080px;*/
    padding-bottom: 200px;
    background-image: url("/Images/backgroundgradient.png");
    background-size: 130% auto;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

#Products {
    height:100%;
    padding-top: 20px;
    padding-bottom: 200px;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    background-image: url("/Images/Background-gradient.png");
    background-repeat: repeat-x;
    position:relative;
}

#Partners {
    overflow: hidden;
    padding-top: 20px;
    
    vertical-align: top;
    text-align: center;
    background-image: url("/Images/Background-gradient.png");
    background-repeat: repeat-x;
}

#Contact {
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    background-image: url('/Images/Background-gradient.png');
    background-repeat: repeat-x;
    height: 820px;
    position: relative;
    padding-top:20px;
}

#Go_Phone {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

#PhoneMenu {
    display: none;
    padding: 20px;
}

#PhoneMenu_Bordered {
    /*border: 10px solid #edf0f2;*/
    
}

#PhoneMenu_CloseButton {
    padding-bottom: 20px;
}

#PhoneMenu_Logo {
    
}

.PhoneMenuItem {
    font-family: Archivo;
    font-size: 25px;
    color: #b1b7c0;
    border-bottom: 1px solid #ebedef;
    padding-top: 20px;
}

.PhoneArrow {
    float: right;
}

#ContactAddressMapRow {
    padding-top: 60px;
    width: 1100px;
    height: 420px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

#PhoneContactAddressMapRow {
    padding-top: 20px;
    
}

.ContactAddress {
    text-align: left;
    font-family: Mark;
    font-size: 18px;
    
    
}

.ContactTitle {
    font-family: Archivo;
    font-size: 18px;
}

.ContactHeader {
    font-family: Archivo;
    font-size: 18px;
    color: #b1b7c0;
}

.ContactText a {
    color: black;
    font-size: 18px;
}

#CorporateAddress {
    border-right: 1px solid #c0c1c1;
    float: left;
    padding-right: 50px;
}
#WesternAddress {
    padding-left: 50px;
    float: left;
    padding-right: 50px;
    border-right: 1px solid #c0c1c1;
}

.PhoneContactAddress {
    text-align: left;
    font-family: Mark;
    font-size: 12px;
}

.PhoneContactTitle {
    font-family: Archivo;
    font-size: 12px;
}

.PhoneContactHeader {
    font-family: Archivo;
    font-size: 12px;
    color: #b1b7c0;
    padding-top: 10px;
}

.PhoneContactText {
    line-height:16px;
}

.PhoneContactText a {
    color: black;
    font-size: 12px;
}

#PhoneContact {
    padding: 20px;
}

#PhoneCorporateAddress {
    padding-bottom: 20px;
    
}

#PhoneWesternAddress {
   padding-top: 20px;
   padding-bottom: 20px;
}
#BoostMap {
    padding-left: 50px;
    float: left;
}

#EmailsLetsConnect {
    text-align: left;
    padding-top: 40px;
    border-top: 1px solid #c0c1c1;
    font-family: Mark;
    font-size: 30px;
    line-height: 30px;
    clear: both;
    width: 1100px;
    position: absolute;
    bottom: -100px;
}

#Emails {
    float: left;
}

#LetsConnect {
    text-align: center;
    padding-right: 200px;
}

#PhoneLetsConnect {
    text-align: center;
    padding-top:40px;
    
}

#btnPhoneLetsConnect {
    width: 175px;
}

.tdContact {
    padding-right: 20px;
}

.login {
    font-family: Mark;
    font-weight: bold;
    display: table;
    margin: 0 auto;
}

.loginTitle {
    padding-top:20px;
    padding-bottom: 30px;
    text-align: center;
}

.loginForm {
    height: 200px;
}

.loginInput {
    height:100px;
}

.loginTextbox {
    width:480px;
    height:40px;
    font-family:Mark;
    font-weight:lighter;
    padding-left:5px;
}

.loginSubmit {
    text-align:center;
}

.validationText {
    font-family: Mark;
    font-weight: bold;
    color:red;
    margin:0;
    
}

#imgMenu {

    width: 750px;
    height: auto;
    
}

#PhoneProductsHeader {
    padding-left: 20px;
}

.products-left {
    /*background-image: url('/Images/ProductsLeftBall.png');*/
    position: absolute;
    left: 0;
    width: 50%;
    height: 545px;
    text-align: center;
}

.products-right {
    /*background-image: url('/Images/ProductsRightBall.png');*/
    position: absolute;
    right: 0;
    width: 50%;
    height: 545px;
}

.products-right:hover {
    cursor: pointer;
}



.products-left-ul {
    text-align: left;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

    .products-left-ul > li > a {
        text-decoration: none;
        font-family: Mark;
        font-weight: bold;
        font-size: 18px;
        color: black;
    }

        .products-left-ul > li > a:hover {
            text-decoration: none;
            font-family: Mark;
            font-weight: bold;
            font-size: 18px;
            color: #ec2124;
        }



.products-right-ul {
    text-align: right;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
    .products-right-ul > li {
        font-family: Mark;
        font-weight: bold;
        font-size: 18px;
    }

    .products-right-ul > li > a {
        text-decoration: none;
        font-family: Mark;
        font-weight: bold;
        font-size: 18px;
        color: black;
    }

        .products-right-ul > li > a:hover {
            text-decoration: none;
            font-family: Mark;
            font-weight: bold;
            font-size: 18px;
            color: #ec2124;
        }

#navi,
#infoi {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#infoi {
    z-index: 10;
}

.div-products-canvas {
    position: relative;
    visibility: visible;
    padding-top: 60px;
}

#Syndication {
    position: absolute;
    visibility: hidden;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 200px;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    background-image: url("/Images/Background-gradient.png");
    background-repeat: repeat-x;
}

#SyndicationHeader {
    padding-bottom: 80px;
}

#SyndicationTitle {
    font-family: Archivo;
    font-size: 20px;
    font-weight: bolder;
    color: #ed1c24;
}

#SyndicationDescription {
    font-family: Mark;
    font-size: 18px;
    
}

#SyndicationHeaderHR {
    width: 50px;
    margin:auto;
    border-top: 2px solid;
    margin-top: 10px;
    margin-bottom: 10px;
    
}

.Back {
    
    text-align: left;
    padding-left: 10px;
}

    .Back > a {
        font-family: Mark;
        font-size: 16px;
        text-decoration: none;
        color: black;
    }

        .Back > a:hover {
            color: #ed1c24;
        }

.products-movePageLeft {
    -webkit-animation: moveToLeft .6s ease both;
    animation: moveToLeft .6s ease both;
}

.products-movePageRight {
    -webkit-animation: moveFromRight .6s ease both;
    animation: moveFromRight .6s ease both;
}

.products-movePageFromLeft {
    -webkit-animation: moveFromLeft .6s ease both;
    animation: moveFromLeft .6s ease both;
}

.products-movePageToRight {
    -webkit-animation: moveToRight .6s ease both;
    animation: moveToRight .6s ease both;
}

@-webkit-keyframes moveToLeft {
    from {
    }

    to {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes moveToLeft {
    from {
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
}

@keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes moveToRight {
    from {
    }

    to {
        -webkit-transform: translateX(100%);
    }
}

@keyframes moveToRight {
    from {
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}


    #hero-partners-lightpass {
        padding-top: 100px;
    }

#PartnersParent {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width:1100px;
    height: 750px;
    padding-top:10px;
}

#PartnersList {
    position: absolute;
    text-align: left;
}

.PartnersListTitle {
    font-family: Mark;
    font-size: 20px;
    color: #c9d1d7;   
}

.PartnersListTitle:hover {
    font-family: Mark;
    font-size: 20px;
    font-weight:bolder;
    color: black;
    text-decoration:none;
    cursor: pointer;
}

.PartnersListTitleHighlighted {
    font-family: Mark;
    font-size: 20px;
    font-weight: bolder;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.PartnersListTitleHighlighted:hover {
    font-family: Mark;
    font-size: 20px;
    font-weight: bolder;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.PartnersListHR {
    width: 25px;
    /*color: #c9d1d7;*/
    color:black;
    margin-left: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
}

#PartnersDescription {
    position:absolute;
    left:200px;
    text-align: left;
}

#PartnersDescriptionTitle {
    font-family: Archivo;
    font-size: 20px;
    padding-bottom: 10px;
}

#PartnersDescriptionText {
    font-family: Mark;
    font-size: 18px;
}

#PhonePartners {
    overflow: hidden;
    padding: 20px;
    vertical-align: top;
    /*text-align: center;
    background-image: url("/Images/Background-gradient.png");
    background-repeat: repeat-x;
*/
}

#PhonePartnersParent {
    padding-top: 20px;
}

#PhonePartnersDescriptionText {
    font-family: Mark;
    font-size: 12px;
}

#PhonePartnersList {
    float: left;
}

#PhonePartnersIcon {
    float: right;
}

.PhonePartnersListTitle {
    text-decoration: none;
    font-family: Mark;
    font-size: 15px;
    color: #c9d1d7;
    line-height: 27px;
}

.PhonePartnersListTitle:hover {
    font-family: Mark;
    font-size: 15px;
    font-weight: bolder;
    color: black;
    text-decoration: none;
    cursor: pointer;
    line-height: 27px;
}

.PhonePartnersListTitleHighlighted {
    font-family: Mark;
    font-size: 15px;
    font-weight: bolder;
    color: black;
    text-decoration: none;
    cursor: pointer;
    line-height: 27px;
}

.PhonePartnersListTitleHighlighted:hover {
    font-family: Mark;
    font-size: 15px;
    font-weight: bolder;
    color: black;
    text-decoration: none;
    cursor: pointer;
    line-height: 27px;
}

.section-header {
    font-family:Archivo;    
    font-size:50px;
    font-weight: bolder;
  
}

.section-header-rule {
    border-top: 5px solid #ed1c24;
    width:80px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.section-header-phone {
    font-family: Archivo;
    font-size: 35px;
    font-weight: bolder;
}

.section-header-rule-phone {
    border-top: 2px solid #ed1c24;
    width: 60px;
    /*position: absolute;
    left: 50%;
    transform: translate(-50%);*/
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 480px;
}

i {
    margin-left: -30px;
    cursor: pointer;
}

.phone-logo-bar {
    padding: 10px;
}

.phone-logo-bar-left {
    float: left;
}

.phone-logo-bar-center {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 81px;
}

.phone-logo-bar-right {
    position: absolute;
    left: 100%;
    transform: translate(-100%);
    width: 63px;
    clear: both;
}

#PhoneHome {
    height:667px;
    background-image: url("/Images/phone_cars_background.png");
    /*background-size: 130% auto;*/
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

#phone-hero-lightpass {
    max-width: 100vw;
    max-height: 100vh;
    
}

@media screen and (max-width: 1090px) {
    #Home {
        background-position-y: 150px;
    }

    
} 

@media screen and (max-width: 767px) {
    .landscape {
        display: none;
    }

    .portrait {
        display: block;
    }

    .top-grey-bar {
        height: 5px;
    }

    .menu-icon {
        height: 24px;
    }

    .topnav {
        height: 50px;
    }
}

@media screen and (min-width: 768px) {

    .landscape {
        display: block;
    }

    .portrait {
        display: none;
    }

    .top-grey-bar {
        height: 30px;
    }

    .menu-icon {
        height: 45px;
    }

    .topnav {
        height: 129px;
    }

    .body-content {
        padding: 0;
    }

    #imgMenu {
        width: 750px;
        height: auto;
    }

    .products-left-ul-container {
        position: absolute;
        bottom: 80px;
        left: 2%;
        width: 300px;
    }

    .products-right-ul-container {
        position: absolute;
        bottom: 80px;
        left: 270px;
        width: 300px;
    }

}

@media screen and (min-width: 1385px) {
    #imgMenu {
        width: 750px;
        height: 49px;
    }

    .boost-menu-item {
        font-size: 20px;
    }

    .menu-right {
        width: 280px;
        
    }
}

@media screen and (min-width: 1670px) {

    

    .menu {
        float: left;
        padding-left: 10px;
        white-space: nowrap;
    }

    #imgMenu {
        width: 750px;
        height: 49px;
    }
    .products-left-ul-container {
        position: absolute;
        bottom: 80px;
        left: 50%;
        width: 300px;
    }

    .products-right-ul-container {
        position: absolute;
        bottom: 80px;
        left: 270px;
        width: 300px;
    }
}

@media screen and (min-width: 1900px) {
    

    .boost-logo {
        padding-left: 67px;
    }

    .menu {
        padding-top: 25px;
        padding-left: 100px;
    }
}