@font-face { 
    font-family: "Roboto-Medium"; 
    src: url("/site/templates/dist/fonts/Roboto-Medium.ttf"); 
}

@font-face { 
    font-family: "Roboto-Regular"; 
    src: url("/site/templates/dist/fonts/Roboto-Regular.ttf"); 
}

@font-face {
    font-family: "NeueHelvetica97CondensedBlack";
    src: url('/site/templates/dist/fonts/font.woff2') format('woff2'), url('/site/templates/dist/fonts/font.woff') format('woff');
}

.headlineSection{
    font-family: Roboto-Regular;
    font-size: 16px;
}

.headlineSection h1{
    font-family: NeueHelvetica97CondensedBlack;
    font-size: 64px;
    line-height: 60px;
}

.headlineSection h2.titleH2{
    font-family: Roboto-Medium;
    font-size: 18px;
}

#logo{
    width: 290px;
    height: auto;
}

.navbarHome{
    top:60px;
    opacity: 0.9;
}

.navbar-nav a {color:#000!important;}

.no-navbar-dark.navbarHome{
    background:#fff;
    padding-bottom:0;
}

#navbarHomeID .mobileFirstNav .nav-item{
    margin-right: 38px;
}

#navbarHomeID .mobileFirstNav .nav-item.active, #navbarHomeID .mobileFirstNav .nav-item:hover{
    border-bottom:1px solid #000;
}

#navbarHomeID .bg-black .mobileFirstNav .nav-item.active, #navbarHomeID .bg-black .mobileFirstNav .nav-item:hover{
    border-bottom:1px solid #fff;
}

#navbarHomeID .nav-item.active a{
    font-weight: bold!important;
}

#navbarHomeID .mobileFirstNav .nav-item a.nav-link{
    padding-left:0;
    padding-right:0;
}

.navbar-brand {
    padding-right: 50px;
}

.height98{
    height: 98px;
    z-index:1030;
    padding-left: 26px;
}

.scrollingNav #logo{
    width: 86px;
}

.scrollingNav .height98{
    height: 48px;
}

.comp{
    margin-bottom: 30px;
}

#navbarSupportedContenthidder{
    width: 100%;
    left: 50%;
    position:absolute;
    z-index:1029;
}

.blackBCK{
    color:#fff;
    background-color: #000;
}

.navbar-dark .badge.listcounter {
    color: #000!important;
}

#headerImage{
    margin-bottom:30px;
}

.modal-backdrop{
    z-index:4;
}

.svgIcon{
    height:30px;
}

.topP10{
    padding-top:20px;
}

footer.blackBCK a.nav-link.text-body-secondary, footer.blackBCK a.nav-link, footer.blackBCK a, footer.blackBCK a:hover{
    color:#fff!important;
    display:inline;
}

.szFooter{
    color: #fff;
    font-size:24px;
}

.mobileSecondNav{
 display: none;
}

#navbarSupportedContent .mobileSecondNav{
    display:flex;
}

footer{
    margin-top: 30px;
}

footer .nav-item a.nav-link:hover, footer .nav-item.active a.nav-link{
    text-decoration: underline!important;
}

body.paddingTop{
    padding-top:290px!important;
}

.upperCase{
    text-transform: uppercase;
}

.headlineSection .lead{
    margin-bottom:0;
}

.headlineSection .titleH2{
    font-size: 1rem;
}

.logoVersionA{
    display:none;
}

.logoVersionB{
    display:none;
}

.navbar-dark .logoVersionA{
    display:block;
}

.no-navbar-dark .logoVersionB{
    display:block;
}

.align_right{
    float:right;
    border: 1px solid #000;
    margin-left: 15px;
    margin-bottom: 15px;
}

.align_left{
    float:left;
    border: 1px solid #000;
    margin-right: 15px;
    margin-bottom: 15px;
}

.floatIMG, .imgF-L{
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    max-width: 622px;
}

.imgF-L{
    float: left;
    margin-left: 0;
    margin-right: 15px;
}



@media screen and (min-width: 993px) {
    .navbar-dark .logoVersionA{
        display:none;
    }

    .navbar-dark .logoVersionB{
        display:block;
    }
    
    .no-navbar-dark .logoVersionA{
        display:none;
    }
    .no-navbar-dark .logoVersionB{
        display:Block;
    }
}

@media screen and (max-width: 992px) {
    body.paddingTop{
        padding-top:90px!important;
    }

    .comp{
        margin-bottom: 15px;
    }

    #logo{
        width: 82px;
    }
    
    .navbarHome{
        top:0px!important;
    }

    .navbar-dark.navbarHome{
        background:#000;
    }

    .no-navbar-dark.navbarHome{
        background:#fff;
    }
    
    .height98{
        height: auto;
        padding-left: 15px;
    }
    
    #navbarSupportedContenthidder{
        display:none;
    }

    .mobileSecondNav{
        display:contents;
    }

    #navbarSupportedContent .mobileSecondNav{
        display: none;
    }

    #navbarHomeID .mobileFirstNav .nav-item.active a{
        font-weight: bold;
    }

    #navbarHomeID .mobileFirstNav .nav-item.active, #navbarHomeID .mobileFirstNav .nav-item:hover{
        border-bottom:0px solid #000;
    }
    
    #navbarHomeID .bg-black .mobileFirstNav .nav-item.active, #navbarHomeID .bg-black .mobileFirstNav .nav-item:hover{
        border-bottom:0px solid #fff;
    }
    .floatIMG {
        max-width: 400px;
    }
  }

  @media screen and (max-width: 800px) {

    .floatIMG {
        max-width: 300px;
    }
}
  
@media screen and (max-width: 776px) {

    .floatIMG {
        max-width: 100%;
    }
}

  
@media screen and (max-width: 576px) {
    .headlineSection h1{
        font-size: 30px;
        line-height: 28px;
    }
  }
/*# sourceMappingURL=custom.css.map */