.blue_container a
{
    color:white;
    
}

#body-container
{display:none;}

.btn-primary
{
    background:#007C00 url(/files/images/arrow.png) no-repeat right 15px center;
    background-size:16px;
    border-radius:0;
    color:white;
    text-transform:uppercase;
    padding:10px 50px 10px 20px;
    border:none !important;
    font-weight:bold;
}

.btn-primary:active,
.btn-primary:hover
{
    background:#007C00 !important;
    box-shadow:none !important;
    
}

#img-1,
#img-2,
#img-3
{
    width:50px;
    height:50px;
    margin:0 auto;
    background-size:contain;
    background-repeat:no-repeat;
    margin-bottom:20px;
}
#img-1
{
    background-image:url(/files/images/credit_assistance_white.png);
}
#img-2
{                
    background-image:url(/files/images/restructing_white.png);
}
#img-3
{
    background-image:url(/files/images/247_call_support_white.png);
}

.logo-container
{
    max-width:200px;
    margin-top:20px;
    margin-bottom:80px;
}

.form-control
{ 
    width:70%;
    border:none;
    border-radius:0;
    line-height:1.9;
}


.form-control:focus
{
    border:none;
    box-shadow:none;
    
}

img
{
    max-width:100%;
}
#header-container h2
{
	margin-bottom:20px;
}



#header-container h2 span
{
    background:#1A91B3;
    padding-left:10px;
    padding-right:10px;
    text-transform:uppercase; 
    color:white;
    
}

#header-container h3
{
    margin-bottom:30px;
}

#header-container h3 span
{
    background:#44403F;
    padding-left:10px;
    padding-right:10px;
    text-transform:uppercase;
    color:white;
}

.white-section
{
    padding-top:30px;
    padding-bottom:30px;
}

.white-section h3
{
    text-transform:uppercase;
    font-weight:normal;
    font-size:30px;
    color:#1A91B3;
    margin-top:40px;
}
.white-section h3 strong
{
    font-weight:bold;
}


.blue-section
{
    background:#1A91B3;
    color:white;
    padding-top:30px;
    padding-bottom:30px;
}

.blue-section h2,
.blue-section h3
{
    text-transform:uppercase;
    margin-bottom:30px;
    font-size:30px;
}

.blue-section img
{
    max-width:60px;
    margin-bottom:30px;
}

#footer-container
{
    background:#44403F;
   color:white;
    padding-top:20px;
    padding-bottom:5px;
}

#footer-container a
{
    color:white;
}
@media (max-width:768px)
{
    .logo-container
    {
        margin:20px auto 0 auto;
    }
    
  
    
    
     .mobile-header h2 span
    {
        display:block;
        text-align:center;
    }
    
    #header-container h3
    {
        margin-bottom:30px;
        margin-top:30px;
    }

    #header-container h3 span
    {
      
        background:none;
        padding-left:10px;
        padding-right:10px;
        text-transform:uppercase;
        color:#44403F;
    }
    
    .blue-section
    {
        background:white;
        color:#1A91B3;
        padding-top:30px;
        padding-bottom:30px;
    }
    
    .white-section
    {
        background:#1A91B3;
        color:white;
        padding-top:30px;
        padding-bottom:30px;
    }
    
    .white-section h3
    {
        color:white;
    }
    
    #img-1
    {
        background-image:url(/files/images/credit_assistance_aqua_mobile.png);
    }
    #img-2
    {                
        background-image:url(/files/images/restructing_aqua_mobile.png);
    }
    #img-3
    {
        background-image:url(/files/images/247_call_support_aqua_mobile.png);
    }
    .form-control
    {
        border:1px solid black !important;
        width:100% !important;
    }

}