@font-face {
    font-family: 'Industry';
    src: local('Industry-Light'),
        url('../font/hinted-Industry-Light.woff2') format('woff2'),
        url('../font/hinted-Industry-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Industry-Book';
    src: local('Industry-Book'),
        url('../font/hinted-Industry-Book.woff2') format('woff2'),
        url('../font/hinted-Industry-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.navbar-dark .navbar-nav .nav-link{
    color: rgba(255, 255, 255, 1);
}

.nav-wrapper{
    background: url('../img/freightliner_background.png');
    background-size: cover;
    background-repeat: repeat-y;
    padding-top: 24px;
    padding-bottom: 2px;
    
}

.powered-by{
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-left: 20px;
    margin-top: 5px;
}

.navbar-brand.freightliner-brand img{
    max-width: 200px;
    margin-top:-5px;
    margin-bottom:-5px;
}

.navbar-nav.fl-navigation{
    width: 100%;
    max-width: 900px;
    justify-content: space-between;
}

.navbar-nav.fl-navigation li a{
    color: #ffffff;
    font-family: 'Industry-Book';
    font-size: 14.5px;
}

.navigation-bar{
    background: #484848;
}

.navbar-nav.fl-navigation li.highlight a{
    background: #999999;
    transform: skew(-15deg);
}

.navbar-nav.fl-navigation li a:hover{
    color: #aaaaaa;
}

.navbar-nav.fl-navigation li.highlight a{
    transition: .4s ease;;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-nav.fl-navigation li.highlight a:hover{
    background: #eeeeee;
    color: #252525;
    transition: .7s ease;
}

.banner-section{
    background: url('../img/banner_red_truck.jpg');
    background-size: cover;
    background-position: center center;
    padding-top: 10vh;
    padding-bottom: 40vh;
    padding-left: 5%;
    padding-right: 5%;
}

.banner-section.sign-up-banner{
    background: url('../img/sign-up-banner.jpg');
    background-size: cover;
    background-position: bottom right;
    padding-top: 3vh;
    padding-bottom: 30vh;
    padding-left: 5%;
    padding-right: 5%;
}

.banner-section.thank-you-banner{
    background: url('../img/sign-up-banner.jpg');
    background-size: cover;
    background-position: top center;
    padding-top: 15vh;
    padding-bottom: 45vh;
    padding-left: 5%;
    padding-right: 5%;
}

.banner-section.sign-up-banner h1, .banner-section.thank-you-banner h1{
    text-align: center !important;
}

.banner-section h1{
    font-family: Arial;
    font-weight: bold;
    color: #f6f6f6;
}

.contact-headline{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.silver-section{
    background: url('../img/freightliner_background.png');
    background-size: cover;
    background-repeat: repeat-y;
    padding-top: 20px;
    padding-bottom: 24px;
}

.silver-section h2{
    font-family: 'Industry';
    font-size: 40px;
    color: #252525;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.silver-section h3{
    font-family: Arial;
    font-weight: bold;
    color: #252525;
    font-size: 20px;
    margin-bottom: 16px;
}

.silver-section p{
    line-height: 1.4em;
    font-size: 16.5px;
    color: #252525;
    text-align: justify;
}

.silver-section h2:after{
    content: ' ';
    display: block;
    width: 166px;
    margin: 8px auto 44px auto;
    height: 2px;
    background: #252525;
}

.advantages-list{
    list-style: none;
    display: flex;
    max-width: 840px;
    margin: 40px auto 60px auto;
    justify-content: space-between;
    padding-left: 0 !important;
}

.advantages-list li{
    background: #252525;
    color: #ffffff;
    width: Calc(50% - 12%);
    text-align: center;
    padding: 10px 20px;
    border-radius: 4px;
}

.advantages-list li img{
    width: auto;
    height: 80px;
}

.advantages-list li.downtime h5{
    font-size: 60px;
    font-family: Arial, sans-serif;
    margin-bottom: 0;
}

.advantages-list li.downtime h6{
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

.advantages-list li.downtime span{
    font-size: 9.5px;
    font-family: Arial, sans-serif;
    line-height: 1.2em;
    display: block;
}

.advantages-list li.cost-reduction h5{
    font-family: Arial, sans-serif;
    margin-top: 12px;
    font-size: 24px;
}

.app-download{
    max-width: 320px;
    margin: 40px auto 0 auto;
    text-align: center;
}

.app-download h4{
    font-family: 'Industry-Book';
    font-size: 20px;
}

.app-download-list{
    list-style: none;
    text-align: center;
    padding-left: 0 !important;
    display: flex;
    justify-content: space-evenly;
    margin-top: 8px;
}

.app-download-list li{
    display: inline-block;
}

.app-download-list li a:hover img{
    transition: .7s ease;
    opacity: .7;
}

.app-download-list img{
    transition: .4s ease;
    width: 120px;
}

/* Resources Styles */

.video-legend{
    font-family: 'Industry-Book';
    text-transform: uppercase;
    color: #252525;
    padding-top: 16px;
    padding-bottom: 6px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.2em;
}

.video-explanation p{
    font-size: 15px;
    text-align: left;
    line-height: 1.3em;
}

.videos_section_1{
    margin-top: 28px;
    margin-bottom: 40px;
}

.second_main{
    margin-top: 60px;
}

.secondary_section{
    margin-top: 20px;
}

.faq_accordion h2{
    max-width: none;
    margin-left: initial;
    margin-right: initial;
}

.faq_accordion h2:after{
    display: none;
}

.faq_accordion h2 a{
    color: #ffffff;
}

.faq_accordion .card{
    background-color: transparent;
    border: 1px solid #252525;
    margin-bottom: 12px;
}

.faq_accordion .card-header{
    border: none;
}

.faq_accordion .card-header button{
    color: #ffffff;
    font-size: 20px;
}

.faq_accordion .card-header button:hover{
    color: #dddddd;
    text-decoration: none;
}

.faq_accordion .card-header button:focus{
    text-decoration: none;
}

.faq_accordion p{
    font-family: 'Industry-Book';
    font-size: 20px;
}

.faq_accordion .card-body{
    padding: 12px 35px;
}

.accordion .card-header .btn-link{
    white-space:normal;
    text-align: left;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
  
    & > [class^="col-"],
    & > [class*=" col-"] {
      padding-right: 0;
      padding-left: 0;
    }
  }

  .text_box{
    background:rgba(255,255,255,.2);
    padding: 1.6em !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature_container{
    margin-bottom: 20px;
    max-width: 860px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.feature_container.first{
    margin-top: 28px;
}

.feature_container h5{
    font-family: 'Industry-Book', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
}

.feature_container p{
    font-size: 15px;
    line-height: 1.3em;
}

.feature_list{
    list-style: none;
}

.feature_list li:not(:last-child){
    margin-bottom: 12px;
}

.feature_list li:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #252525;
    position: absolute;
    left: 22px;
    margin-top: 9px;
}

.title_icon{
    width: auto;
    height: 76px;
    display: block;
    margin: 0 auto 16px auto;
}

footer{
    padding-top: 3em;
    padding-bottom: 3em;
    background: url('../img/footer_background.jpg');
    background-size: cover;
    background-repeat: repeat;
    position: relative;
}

footer:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

footer h3, footer a{
    color: #f6f6f6;
    font-family: 'industry-book';
}

footer ul{
    list-style: none;
}

footer a:hover{
    text-decoration: underline;
    color: #eeeeee;
}

footer h3{
    text-transform: uppercase;
}

footer ul{
    padding: 0 !important;
}

.float-checkbox{
    float: right;
}

.lead-form{
    background: #252525;
    padding: 2em;
    margin-top: -30vh;
    margin-bottom: 40px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.lead-form label{
    color: #f6f6f6;
}

.lead-form input[type="text"], .lead-form input[type="tel"], .lead-form input[type="email"], .lead-form input[type="number"]{
    background: #ffffff;
    border: none;
}

.lead-form input[type="text"]:focus, .lead-form input[type="tel"]:focus, .lead-form input[type="email"]:focus, .lead-form input[type="number"]:focus{
    box-shadow: 0px 0px 1px #fff;
}

.lead-submit{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: .4px;
    background: #007bff;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    width: 100%;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 20px;
    padding-top: .7em;
    padding-bottom: .7em;
}

.welcome_section  ul{
    margin-top: 28px;
    padding-left: 0;
    margin-bottom: 28px;
}

.welcome_section li{
    list-style: none;
    padding-left: 8px;
    border: 1px dashed #333333;
    padding: .6em 1.2em;
    background: rgba(255,255,255,.1)
}

.welcome_section li:not(:last-child){
    margin-bottom: 12px;
}

.get_started_img{
    max-width: 700px;
    margin: 0 auto 28px auto;
}

.italic{
    font-style: italic;
}

.text-underline{
    text-decoration: underline;
}

.steps_title:before{
    content: ' ';
    display: block;
    width: 1px;
    height: 120px;
    border-left: 1px dashed #333333;
    margin: 0 auto 28px auto;
}

@media screen and (min-width: 768px) and (max-width: 980px){
    .silver-section h2{
        font-size: 38px;
    }
}

@media screen and (max-width: 768px){
    .flex_revert{
        flex-direction: column-reverse;
    }

    .navbar-brand.freightliner-brand img{
        max-width: 100px;
    }

    .navbar-nav.fl-navigation li a{
        text-transform: uppercase;;
    }

    .navbar-nav.fl-navigation li.highlight a{
        width: 96px;
        margin-bottom: 12px;
    }

    .navbar-nav.fl-navigation li.highlight.first{
        margin-top: 8px;
    }

    .navbar-nav{
        padding-top: 20px;
    }

    .headline{
        font-size: 28px;
    }

    .silver-section h2{
        font-size: 28px;
    }

    .powered-by{
        font-size: 14px;
    }

    .advantages-list{
        display: block;
    }

    .advantages-list li{
        width: 90%;
        margin-left: 5%;
    }

    .advantages-list li:not(:last-child){
        margin-bottom: 12px;
    }
}

.sub_navlist {
    position: absolute;
    display: none;
    width: 175px;
    text-align: left;
    list-style: none;
    z-index: 3;
    margin: 10 0;
    padding: 0;
}

.sub_navlist li {
    padding: 5px 0;
    background-color: black;
}

.navlist:hover > .sub_navlist {
    display: block;
}

.back_to_top_icon {
    width: auto;
    height: 28px;
    opacity: 0.7;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.back_to_top_icon:hover {
    opacity: 1;
}