.alert-banner-p {
    font-size: 1em;
    line-height: 1.5;
 }
 
/*.feedback .survey-button-para {*/
/*    justify-content: flex-start;*/
/*    display: flex;*/
/*    transform: translateY(30%);*/
/*    margin: 15px 5px 10px 5px;*/
/*}*/

.feedback .modal-content {
background-color: white;
border: 1px solid #ccc;
padding: 20px;
max-width: 600px;
position: absolute;
text-align: center;
}

.feedback .survey-title {
font-size: 125%;
font-weight: 700;
color: #244685;
line-height: 1.5;
padding-top: 5px !important;
}

.feedback .close {
position: absolute;
top: 10px;
right: 15px;
font-size: 20px;
cursor: pointer;
}

.feedback .survey-button {
background-image: linear-gradient(to right,#028821 0%,#03631a 65%,#013b0f 100%);
margin: 10px;
padding: 13px 35px;
text-align: center;
transition: 0.5s;
background-size: 200% auto;
color: white !important;
box-shadow: 0 0 20px #eee;
border-radius: 10px;
font-weight: bold;
font-size: 1.4rem;
text-decoration: none;
}

.survey-img {
    border-radius: 0;
    margin: 0;
    }
    
article.node.node--type-alert-banner.alert-icon--none.alert-banner-link--none.alert-contrast--dark{
    padding:0;
    }
article.node.node--type-alert-banner.alert-icon--none.alert-banner-link--none.alert-contrast--dark button {
top: 45px;

}

/* New CSS addoed on 01/30/24 */

.no-padding.img-con {
    width: 19%;
    padding: 5px 0;
}

.no-padding.title-con {
    width: 62%;
}

p.survey-button-para {
    align-items: center;
}

.no-padding.btn-con {
    margin-top: 45px;
    margin-left: 25px;
    width: 13%;
}
.no-padding.btn-con .survey-button { 
	background: #EEA638;
	color: #000 !important;
	padding: 13px 20px;
	font-weight:600 !important;
}
#block-survey-popup .bold,#block-survey-popup-1 .bold {
	font-weight:600;
	font-size:18px;
}
/* New CSS ended on 01/30/24 */

@media screen and (max-width:990px) {
.survey-img {
display: none;
}
.feedback .survey-button-para {
  margin: 0 25px 25px 0;
  }
  
  .no-padding.img-con, .no-padding.title-con,.no-padding.btn-con  {
    width: auto;
}

  
}

.text_box_bg {
    background-color: #d7e8f4;
    border: 3px solid #a3ccdf;
    padding: 15px 35px 35px 35px;
}


#menu-section a.ext.ext-menu-link::after {
    display: none;
}


.hidden_application {
        display: none;
    }
.margin-bottom-10 {
	margin-bottom:20px;
}