#dnn_ctr570_ContentPane.container-fluid {
 	width: 100%; 
}

.banner {
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner.dark-bg-banner {
    /* background-color: #2E4480; */
    background: linear-gradient(to right, #2e4480 0%, #435A97 100%);
    color: #ffffff;
}

.banner-description {
    text-align: center !important;
    margin-bottom: .7rem;
}

.banner-description-large {
    font-size: 1.3em;
    font-weight: 500;
}

.link-button {
  box-shadow: none !important;
  outline: none !important;
  padding: .5rem 3rem;
  font-weight: 500;
  transition: all .3s ease-in-out;
  text-shadow: none !important;
  border-radius: 2px;
}

.banner.dark-bg-banner .banner-button-container .link-button {
    background: #ffffff;
    color: #2E4480;
    border: 1px solid #2e4480;
}

.banner.dark-bg-banner .banner-button-container .link-button:hover {
    background: #2e4480 !important;
    color: #FFFFFF !important;
}

.banner.light-bg-banner,
.banner.bright-bg-banner{
    background-color: #F8F9FB;
    color: #2E4480;
}

.banner.bright-bg-banner{
    background-color: #FFF;
}

.banner.light-bg-banner .banner-button-container .link-button,
.banner.bright-bg-banner .banner-button-container .link-button {
    background: #2E4480;
    color: #ffffff;
}

.banner.light-bg-banner .banner-button-container .link-button:hover,
.banner.bright-bg-banner .banner-button-container .link-button:hover{
    background: #1F2F59 !important;
}

    .banner .title-mega,
    .banner .subtitle-mega,
    .banner .title-header {
        text-align: center;
		margin: 0 auto;  
    }

    .banner .title-mega {        
        margin: 0 1rem;
        margin-bottom: 0;
        font-weight: bold;
        font-size: 1.8em;
        text-transform: uppercase;
    }

    .banner .title-header {
        display: block;
    }

    .banner-button-container {
        text-align: center;
        margin-top: 1.2rem;
    }

    .banner-title-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: .7rem;
    }

    .banner-title-container img {
        width: 4rem;
        height: 4rem;
    }
    

    @media screen and (max-width: 900px) {
        .banner-title-container img {
            display: none;
        }
    }