.newsletter-su-mod-small {
    background:none !important;
}

.newsletter-su-mod-small #email {
    width:100%;
}

.advq_start_quiz_content_wrap {
    background:none !important;
}

/* Modal Window*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    text-align: center;
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 2px 35px 15px 35px;
    border: 1px solid #888;
    width: 45%; /* Could be more or less, depending on screen size */
}
@media screen and (max-width: 420px) {
    .modal-content {
        width: 80%;
   }
}

/* The Close Button */
.modal-close {
    color: #666;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.modal-close:hover,
.modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Forminator Overides */
.forminator-label {
    font-size: 18px !important;
    line-height: 24px !important;
    margin: 15px 0px !important;
}
.forminator-radio {
    color: #000 !important;
    margin: 10px 5px !important;
    display: inline-flex !important;
}
.forminator-field {
    display: inline !important;
}
.forminator-button-submit {
    background-color: #01d6c0 !important;
    font-size: 18px !important;
    width: 60% !important;
    margin-top: 5px !important;
}

/* Center coreg content */
#bnm-coreg {
    text-align: center;
}

/* Center quiz intro image */
.image-container.article-beauty-image {
    text-align: center;
}

/* Make quiz full width to fit ads */
.article-layout.narrow-layout-column {
    width: 100% !important;
}