/*///////////////////////////////////////////////////////////////////////*/
/*--------------------------- MARKETO FORMS -----------------------------*/
/*///////////////////////////////////////////////////////////////////////*/

.tmf-mkto-form {
    box-sizing: border-box !important;
    color: #fff;
    max-height: 95vh;
    overflow-y: auto;
    background-color: #323e48;
    padding: 35px 20px;
}

.tmf-mkto-form .tmf-mk-cta {
    max-width: none;
    padding: 0 40px;
}

.tmf-mkto-form .tmf-mk-cta::before {
    content: none;
}

@media only screen and (max-width: 600px) {
    .tmf-mkto-form .tmf-mk-cta {
        padding: 0;
    }
}

@media only screen and (max-width: 600px) {
    .tmf-mkto-form .tmf-mk-cta__cta-text {
        margin-bottom: 7px;
    }
}

.tmf-mkto-form__form {
    margin: 0 auto;
}

.tmf-mkto-form__confirm-form {
    text-align: center;
    line-height: 1.1;
}

:root .wdpu-container .popup {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border-radius: 0;
}

:root .wdpu-container .popup .wdpu-text {
    padding: 0 !important;
    padding-bottom: 5px !important;
    background-color: #323e48;
}

:root .wdpu-container .popup .wdpu-close {
    background: none;
    color: #bac8d4;
    font-size: 34px;
    line-height: 34px;
    right: 5px;
    top: 5px;
}

:root .wdpu-container .popup .wdpu-close:before {
    content: '×';
}

:root .wdpu-container .popup .wdpu-buttons {
    position: relative;
    padding: 0 30px;
    height: auto;
    margin: 0;
    white-space: nowrap;
    margin-top: -30px;
}

.tmf-mkto-form .tmf-mkto-form__confirm-form p {
    color: #fff;
}

.tmf-mkto-form .tmf-mkto-form__confirm-form .button {
    padding: 8px 20px;
}

.tmf-mk-cta {
    background-color: #323E48;
    text-align: center;
    padding: 40px 35px;
    color: #fff;
    position: relative;
    max-width: 336px;
    margin: 0 auto;
}

.tmf-mk-cta::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 0;
    background-color: transparent;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #fff;
}

.tmf-mk-cta__logo {
    width: 200px;
    margin-bottom: 35px;
}

.tmf-mk-cta__cta-title {
    /*font-family: "Minion Pro", serif; */
    font-size: 28px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
    .tmf-mk-cta__cta-title {
        font-size: 22px;
        line-height: 25px;
    }
}

.tmf-mk-cta__cta-text {
    color: #CFD2D3;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .tmf-mk-cta {
        max-width: none;
    }
}

.archived-actions-list li {
    list-style: disc;
}