/* forms */
.forms {
    background: #e5e6e7;
    width: fit-content;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
.mktoForm .mktoError .mktoErrorMsg{
    border: 1px solid #000000e0  !important;
    background-color: #000000e0  !important;
    background-image: none !important;
    box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #000000e0  0 1px 0px !important;
    text-shadow: #000000e0  0 -1px 0 !important;
    font-size: 13px !important;
}
.mktoForm .mktoError .mktoErrorArrow {
    background-color: #000000e0  !important;
    border: 1px solid #000000e0  !important;
}
.mktoForm .mktoButtonWrap.mktoRound .mktoButton{
    transition: all 0.5s !important;
    border-radius: 15px !important;
    padding: 15px;
    color: #FFF !important;
    background-color: #CC0033 !important;
    border-color: #CC0033 !important;
    background-image: none !important
}
.mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover{
    transform: scale(1.05) !important;
    color: #FFF !important;
    background-color: #5E6A71 !important;
    border-color: #5E6A71 !important;
    background-image: none !important
}    
    
/* pop-up */
.popup-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(42, 42, 42, 0.24);
    width: 100%;
    height: 119%;
    padding: 15px;
    transition: 0.1s 0.1s;
    backdrop-filter: blur(5.6px);
    -webkit-backdrop-filter: blur(5.6px);
    z-index: 2147483645;
}
.popup{
    width: fit-content;
    background: #e5e6e7;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.1);
    text-align: center;
    padding: 0 15px 15px;
    color: #333;
    visibility: hidden;
    transition: transform 0.1s;
    border-radius: 15px;
}
.open{
    position: relative;
    visibility: visible;
    top: 40%;
    transform: translate(-50%, -50%) scale(1);
    height: 75%;
}
    
/* scroll bar */
.open::-webkit-scrollbar {
    width: 5px;
}
.open::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey;  */
    border-radius: 10px;
}
.open::-webkit-scrollbar-thumb {
    background: #999; 
    border-radius: 10px;
}
/* scroll bar-end */
    
@media screen and (max-width: 4000px) {
    .open {
        overflow-y: auto;
        height: auto;
        max-height: 600px;
        max-width: 320px;
        top: 40%;
    }
}
.popup-wrapper{
    z-index: 999999;
}
.btn-cross {
    text-align: right;
    position: relative;
    top: 0px;
    right: -7px;
    cursor: pointer;
}
i.fa-solid.fa-xmark.fa-2x.btn-animation:hover{
    color: crimson !important;
}
p.text-form {
    font-size: 15px;
    font-weight: bold;
    padding: 20px 12px 0px 5px;
    margin-bottom: 0 !important;
}
/* end */

/* start */
/* FORM */
.cta-form {
    background: #f5f5f5;
    max-width: 70em;
    display: block;
    margin: 0 auto 8em;
    padding: 4em;
}
    
form.mktoForm {
    width: 100% !important;
    /* padding: 2rem 0; */
}
.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
    /* transition: 0.5s; */
    width: 100% !important;
    padding: 5px 5px !important;
    border-radius: 4px;
    border: 1px solid #909090;
}
.mktoForm .mktoFieldWrap {
    float: none !important;
    width: 100% !important;
}
.mktoForm label {
    /* float: none !important; */
    width: 100% !important;
    margin-bottom: 0.5em !important;
    display: block;
    letter-spacing: 0.025em;
    color: #455560;
    font-size: 12px;
}
.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
    display: none !important;
}
.mktoForm .mktoAsterix {
    float: none !important;
    padding: 0 0.125rem 0 0 !important;
}
.mktoForm .mktoRequiredField .mktoAsterix {
    display: inline-block !important;
}
.mktoForm .mktoFormCol {
    float: none !important;
}
.mktoForm .mktoField {
    float: none !important;
    font-size: 15px !important;
}
.mktoForm .mktoRadioList > label > input,
.mktoForm .mktoCheckboxList > label > input {
    float: none !important;
}
.mktoForm .mktoFormRow {
    /* margin-bottom: 1.5em; */
    margin-bottom: 0.3em;
}
.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
    float: none !important;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap;
    padding: 0 !important;
}
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
    flex: 1 0 calc(100% - 1.5em);
    margin: 0 0 1em 0 !important;
}
.mktoForm .mktoRadioList > input,
.mktoForm .mktoCheckboxList > input {
    flex: 1 0 1em;
    margin: 0 0.5em 1em 0 !important;
}
.mktoForm input[type="text"]:focus,
.mktoForm input[type="url"]:focus,
.mktoForm input[type="email"]:focus,
.mktoForm input[type="tel"]:focus,
.mktoForm input[type="number"]:focus,
.mktoForm input[type="date"]:focus,
.mktoForm textarea.mktoField:focus,
.mktoForm select.mktoField:focus,
.mktoForm input[type="text"]:focus-visible,
.mktoForm input[type="url"]:focus-visible,
.mktoForm input[type="email"]:focus-visible,
.mktoForm input[type="tel"]:focus-visible,
.mktoForm input[type="number"]:focus-visible,
.mktoForm input[type="date"]:focus-visible,
.mktoForm textarea.mktoField:focus-visible,
.mktoForm select.mktoField:focus-visible {
    outline: none;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.mktoForm .mktoButtonWrap {
    margin: 0 !important;
}
.mktoForm button.mktoButton {
    clear: both;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 10px 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 12px;
    padding: 12px 18px;
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #fff;
    background: #CC0033;
    /* transition: 0.3s; */
}
/*TODO:  Add border for focus  */
.mktoForm button.mktoButton:hover,
.mktoForm button.mktoButton:focus,
.mktoForm button.mktoButton:focus-visible {
    outline: none;
    background: #5E6A71;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}    
/* end */
/* form check box alignment */
.mktoFieldWrap {
    display: flex;
    flex-wrap: wrap;
}
label#LblrealtorEventOptIn {
    flex: 1 1 78%;
}
.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    flex: 1 1 1%;
}
        
.fa-solid, .fass {
    font-weight: 900;
}
.fa-2x {
    font-size: 2.4em;
}
.popup {
    padding-top: 2px !important;
}
.forms.popup form {
    margin-top: -25px !important;
}  
.mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date] {
    line-height: 15px !important;
    margin: 0;
}
.btn-cross .btn-animation {
    padding: 0px !important;
}
        
        