.site-branding .logo {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    background: url(../images/ascend-logo.svg) no-repeat center;
    background-size: contain;
    padding: 0px !important;
}
.footer {
    position: sticky;
    bottom: 0;
    width: 100%;
    max-width: 100%;;
    background-color: #0082c8;
    padding: 37px;
}
.copyright{
    opacity: 1 !important;
}
.main-content {
    background: url(../images/ascend-home.jpg) no-repeat center;
    background-size: 100% 100%;
}
.widget-box-1{
    background: rgba(139, 195, 74, 0.88);
    height: 470px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.widget-box-2{
    background: rgba(0, 56, 108, 0.88);
    height: 470px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

@media only screen and (max-width: 992px)  {
    .widget-box-1{
        height: 350px;
    }
    .widget-box-2{
        height: 350px;
    }
    
} 

@media only screen and (max-width: 768px)  {
    .widget-box-1{
        height: 370px;
    }
    .widget-box-2{
        height: 370px;
    }
    
}
@media only screen and (max-width: 411px)  {
    .widget-box-1{
        height: 400px;
    }
    .widget-box-2{
        height: 400px;
    }
    
}