body{
    background-color: #01050C;
}
body p{
    color: #FFF;
    
}
body h2{
    color: #fff;
}

body h3{
    color: #fff;
    font-size: 35px;
}
.logos .logos_separator{
    margin: 0 30px;
    display: inline-block;
    width: 8px;
    background-color: white;
    height: 55px;
    transform: rotate(20deg);
}
.logos{
    display: flex;
    align-items: center;
}
.logos a{
    text-decoration: none;
    display: inline-block;

}

.header_ticker{
    position: absolute;
    right: 0;

    top: 0;
    height: 100%;
    background-color: #0070c0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: max-content;
    color: white;
}
.header_ticker a{
    text-decoration: none;
    color: white;
    padding: 0px 20px;
    font-weight: bold;
}

.banner1{
    background-image: linear-gradient(
            rgba(0, 0, 0, 0.60),
            rgba(0, 0, 0, 0.60)
    ),url("/assets/images/maxxf3/banner1.png");
    
    height: 1200px;
    
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    
}
.banner1 h2{
    text-align: center;    
    font-weight: bold;
    font-size: 55px;
    line-height: 80px;
    color: #FFF;
    color: rgba(255,255,255,1);    
    font-size: 55px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-shadow: 2px 3px  rgba(0,0,0, 0.6);
}
.ticker{
    color:#0070c0;
}
.banner3{
    background-color: #1A4E8D;
    padding-top: 40px;
    padding-bottom: 40px;
}
.banner3 .cta{
    color: #1A4E8D;
    background-color: #FFF;
}
.banner4 .cta{
    color: #1A4E8D;
    background-color: #FFF;
}
li{
    color: #fff;
    margin-bottom: 30px;
}
.signup-fluid{

    background-color: #ACD5DE !important;
}
.signup .col-lg-8{
    background-color: #ACD5DE !important;
    padding: 20px 20px !important;
}
.signup .col-lg-8 input[type=email]{
    border: solid 2px #1A4E8D;
    color: #B6B6B6;
    padding: 5px;
}
.signup .col-lg-8 input[type=text]{
    border: solid 2px #1A4E8D;
    color: #B6B6B6;
    padding: 5px;
}
.signup .col-lg-8 input[type=submit]{
    
    background-color: #1A4E8D;
    border: none;
    padding: 7px;
    color: #fff;
}
.signup .col-lg-8 input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B6B6B6 !important;
    opacity: 1; /* Firefox */

}
@media (max-width: 991.98px) {
    .banner1{
        
        height: 300px;
        
        
    }
    .banner1 h2{
        font-size: 16px;
        line-height: 25px;

    }
}
body::before {
    width: auto;
    height: auto;
    background-color: #ccc;
    position: absolute;
    display: block;
    content: "Sponsored content";
    top: 0;
    right: 150px;
    padding: 0 10px;
    border-radius: 0 0 10px 10px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    z-index: 10000;
}