﻿.gray-text {
    color: #5A5A5A;
}

.mail-text {
    color: #4A4A4A;
}

.mktoError {
    display: none !important;
}

.mktoOffset {
    display: none;
}

.mktoForm {
    width: 100% !important;
}

.mktoFormRow {
    width: 98%;
    
}

@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
    .mktoFormCol, .mktoPlaceholder {
        width: 100%;
        display: inline-block;
    }
    .mktoFormRow .mktoFormCol:nth-child(1) .mktoFieldWrap {
        margin-right: 0px !important;
    }

    .mktoFormRow .mktoFormCol:nth-child(2) .mktoFieldWrap {
        margin-left: 0px !important;
    }
}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .mktoFormCol, .mktoPlaceholder {
        width: 100%;
        display: inline-block;
    }
    .mktoFormRow .mktoFormCol:nth-child(1) .mktoFieldWrap {
        margin-right: 0px !important;
    }

    .mktoFormRow .mktoFormCol:nth-child(2) .mktoFieldWrap {
        margin-left: 0px !important;
    }
}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .mktoFormCol, .mktoPlaceholder {
        width: 50%;
        display: inline-block;
    }
    .mktoFormRow .mktoFormCol:nth-child(1) .mktoFieldWrap {
        margin-right: 10px !important;
    }

    .mktoFormRow .mktoFormCol:nth-child(2) .mktoFieldWrap {
        margin-left: 10px !important;
    }

}

@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .mktoFormCol, .mktoPlaceholder {
        width: 50%;
        display: inline-block;
    }
    .mktoFormRow .mktoFormCol:nth-child(1) .mktoFieldWrap {
        margin-right: 10px !important;
    }

    .mktoFormRow .mktoFormCol:nth-child(2) .mktoFieldWrap {
        margin-left: 10px !important;
    }
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
    .mktoFormCol, .mktoPlaceholder {
        width: 50%;
        display: inline-block;
    }
    .mktoFormRow .mktoFormCol:nth-child(1) .mktoFieldWrap {
        margin-right: 10px !important;
    }

    .mktoFormRow .mktoFormCol:nth-child(2) .mktoFieldWrap {
        margin-left: 10px !important;
    }
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
    .mktoFormCol, .mktoPlaceholder {
        width: 50%;
        display: inline-block;
    }
    .mktoFormRow .mktoFormCol:nth-child(1) .mktoFieldWrap {
        margin-right: 10px !important;
    }

    .mktoFormRow .mktoFormCol:nth-of-type(2) .mktoFieldWrap {
        margin-left: 10px !important;
    }
    
    
}

.mktoFormCol {
    margin-bottom: 15px !important;
}

.mktoFieldWrap {
    width: 100%;
}



.mktoButtonWrap {
    display: none;
}

.mktoForm .mktoAsterix {
    float: left !important;
    color: #bf0000 !important;
    padding-right: 2px;
    padding-left: 0px !important;
    display: block;
}

.form-control {
    border: 1px solid #E1E1E1;
    background: linear-gradient(0deg, #E1E1E1, #E1E1E1), linear-gradient(0deg, #F1F1F1, #F1F1F1);
    min-height: 30px;
    width: 100% !important;
}

    .form-control:focus {
        border: 1px solid #1690BA;
        outline-color: #1690BA;
    }

.radio-btn-container {
    display: flex;
    height: 22px;
    justify-content: flex-start;
    align-items: center;
}

.mktoForm .mktoLabel {
    line-height: 1.6em;
    font-size: 14px;
    font-weight: 500 !important;
    width: 96% !important;
}

.mkto-radio-btn {
    width: 20px !important;
    max-height: 20px;
}

.radio-label {
    width: 30px;
    text-align: center !important;
    margin: 0px !important;
}

.checkbox-container {
    display: flex;
    width: 92% !important;
    flex-wrap: wrap;
}

.mkto-check-box {
    min-width: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
    max-width: 24px !important;
    margin: 10px 0px !important;
}

.checkbox-label {
    white-space: nowrap;
    padding: 15px 5px !important;
    margin: 0px !important;
}

.mktoInvalid {
    border: 1px solid red !important;
}

.contact-form1 .mktoField {
    line-height: 1.85 !important;
}

.modal-footer {
    justify-content: flex-start;
}

.btn-close {
    background-color: #1690BA;
    text-decoration: none;
}

.btn-send {
    background: #1690BA;
    padding: 8px 16px 8px 16px;
    color: white;
    border-radius: 4px;
    font-size: 14px !important;
    font-family: Inter !important;
}

.btn-cancel {
    color: #1690BA;
    font-size: 14px !important;
    padding: 8px 16px 8px 16px;
    font-family: Inter !important;
}

.icon-blue {
    color: #1690BA;
}

.required-label {
    color: #E52D38;
}

.ui-dialog-titlebar {
    display: none;
}

.error-field {
    border: 1px solid red;
}

.top-btn-close {
    height: 32px;
    width: 32px;
    border-radius: 4px;
    color: #FFFFFF;
    float: right;
}

::placeholder {
    color: #4F4F4F;
    font-style: italic;
    font-size: 0.875rem;
}

.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.checkbox > span {
    color: #000000;
    padding: 0rem 1rem 0rem 0.25rem;
}

.checkbox > input {
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 1px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #E1E1E1;
    cursor: pointer;
}

.checkbox > input:checked {
    background-color: #E1E1E1;
}

.checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #000;
    position: absolute;
    left: 0.4rem;
    top: 0.1rem;
}

.checkbox > input:active {
    border: 2px solid #34495E;
}

.d-none {
    display: none;
}

#LblglobalOptIn {
    width: 100% !important;
}

.chk-comminication-container {
    display: flex;
    flex-direction: row-reverse;
    float: left;
}
.mktoHtmlText {
    width: 100% !important;
}
.modal-body {
    border-top: 2px solid #1690BA;
    border-bottom: 2px solid #F1F1F1;
}
