.registerheader{
    /*background: url("../../gfxLib/landing.webp");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.registerheader:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    /*background: rgb(0 0 0 / 33%);*/
    z-index: 1;
}
.loan-calculator.registerheader h3{
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    z-index: 10;
    padding: 0;
}
.campaignBox{
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.campaignBox .news-item > a{
    height: 100%;
    text-decoration: none;
}
.campaignBox .news-item{
    width: 100%;
    background: #fff;
    height: 100%;
    min-height: 260px;
    max-height: initial;
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: column;
    transition: all .3s;
}
.campaignBox .news-item img{
    opacity: 0;
    max-width: 100%;
}
.campaignBox .news-item .bgImageBox{
    transform: scale(1);
    transition: all .3s;
    max-width: 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.campaignBox .news-item:hover .bgImageBox{
    transform: scale(1.05);
    transition: all .3s;
}
.campaignBox .news-item:hover{
    -webkit-box-shadow: 0 0 15px 5px rgb(0 0 0 / 25%);
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 25%);
}
.campaignBox .contentBox{
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.campaignBox .contentBox .title{
    color: #365898 ;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.campaignBox .imgBox{
    max-height: 215px;
    overflow: hidden;
    height: 215px;
    min-height: 215px;
    position: relative;
}
.campaignBox .readMore{
    color: #365898 ;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}
.campaignBox .imgBox .tags{
    position: absolute;
    top: 10px;
    right: 10px;
}
.campaignBox .imgBox .tags ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.campaignBox .imgBox .tags li{
    background: #deb047 ;
    color: #fff;
    font-size: 11px;
    padding: .6em 1.2em;
    border-radius: 999px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
    transform: scale(1);
    transition: all .2s;
    will-change: transform;
}
.campaignBox .imgBox .tags li a{
    color: #fff;
    transform: scale(1);
    transition: all .2s;
    display: inline-block;
    will-change: transform;
    text-decoration: none;
}
.campaignBox .imgBox .tags li:hover{
    background: #365898;
    transform: scale(1.05);
    transition: all .2s;
    will-change: transform;
}
.campaignBox .imgBox .tags li:hover a{
    transform: scale(0.95);
    transition: all .2s;
    will-change: transform;
}
.topText{
    margin-bottom: 50px;
}
.topText .title{
    text-align: center;
    color: #365898 ;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}
.topText .description{
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}
.videoBox{
    margin-bottom: 40px;
    margin-top: 30px;
}
.videoBox iframe{
    width: 100%;
    height: 40vw;
    max-height: 550px;
}
#lead-image{
    max-height: 500px;
    overflow: hidden;
}
.article-content .contIn .lead {
    padding-left: 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.article-content .contIn {
    padding: 0 40px;
}
.article-content .contIn img{
    max-width: 100%;
    height: auto !important;
    box-sizing: content-box!important;
}
.registerheader {
    border: none;
}
.newsbuttons {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #365898 ;
    border-bottom: none;
}
.newsbuttons .btn-searchsave{
    background: white;
    color: #365898 ;
    font-weight: 500;
    font-size: 14px;
    margin: 1px 0;
}
.newsbuttons .btn-searchsave.active{
    background: #deb047 ;
    color: white;
    border: 2px solid;
}
.article-content .left-overlay h1 {
    margin: 30px 0;
    padding: 0;
    font-weight: bold;
}
.campaignBox .col-lg-4, .campaignBox .col-md-4 {
    padding: 15px;
}
.article-content .recommendedText{
    font-size: 28px;
    font-weight: bold;
    color: #365898 ;
    padding-left: 15px;
    margin-top: 25px;
}
.customSocialIcons{
    padding: 4px 10px;
    text-align: center;
}
.customSocialIcons .circle-badge{
    line-height: 50px;
    width: 40px;
    height: 40px;
    background: #013460;
}
.customSocialIcons a{
    margin-right: 25px;
}
.customSocialIcons .circle-badge i.glyphicon{
    color: #ffffff;
    font-size: 22px;
}

.customContactForm {
    padding-left: 15px;
}
/*.customContactForm .col-lg-8, .customContactForm .col-md-8, .customContactForm .col-lg-4, .customContactForm .col-md-4 {*/
/*    padding: 0 15px;*/
/*}*/

@media (max-width: 991px) {
    .campaignBox{
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .registerheader {
        background-image: inherit !important;
        height: auto;
        margin: 20px 0;
    }

    .loan-calculator.registerheader h3 {
        color: #365898;
    }

    .article-content .contIn {
        padding: 0 5px;
    }
}