.emtp-primary,
.bg-primary.emtp-primary {
    background-color: #dcdcdc !important;
}
.emtp-align {
    position: relative;
    top: -50px;
    /* left: 450px; */
    z-index: 0;
}
.bg-primary.emtp-primary{background-color:#dcdcdc!important;}

/* offset-lg-1 grid.scss overrides these settings for margin-left */
.emtp-news-block {
    padding-top: 20px;
    margin-left: 12%;
}
.emtp-news-block {
    padding-top: 20px;
    margin-left: 0%;
}

.emtp-news-p {
    margin-top: 21px;
}

.input-group.emtp-input-group {
    flex-wrap: nowrap !important;
    z-index: 5;
    min-width: 375px;
}
/* 
Aug 2024 additional style for email layout
*/

/*signup button off center  */
.input-group.emtp-input-group .btn.btn-emtp{
    left:50px!important;
}
/*align the fa mail icon*/
.input-group.emtp-input-group .text-muted .svg-inline--fa.fa-envelope{    
    margin-top: 5px;
}

.input-group-text, .form-control.emtp-control {
    background-color: inherit;
    border: 0px solid #ced4da !important;
    width: 265px;
}
.input-group-text.text-muted {
    background-color: inherit;
    border: 0px solid #ced4da !important;
}
.input-group-text.text-muted svg.svg-inline--fa.fa-envelope {
    font-size: 16px !important;
}

.newsletter {
    display: flex;
    min-width: 35vw;
    z-index: 5;
}

.input-group-text, .form-control.emtp-control {
    background-color: inherit;
    border: 0px solid #ced4da !important;
    width: 265px;
}
.form-control {
    border-radius: 0px !important;
}
.btn-primary, .btn {
    background-color: #FF804A !important;
    border-color: #FF804a !important;
}

.btn.btn-emtp {
    background-color: #FF804A;
    padding: 20px;
    border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    color: #fff;
    padding: 10px;
    border: 3px solid #FF804A;
}

/* Modal settings */
/* good 1920px screen size able to keep whole block elements just need to adjust */
#subscribeModal .modal-dialog{
    max-width: 1086px !important;
}
/**
* TODO: manage new modal so that can accommodate the different screen sizes for the modal popup 
**/

.ms-lg-5.text-emtp {
    color: #FF804A;
    margin-left: -1rem !important;
    max-height: 80px; /* good 1920px screen size able to keep whole block elements just need to adjust */
}