/*******************************************************
 *
 * Match Me To An Agent
 *
 *******************************************************/
 #inner-page-wrapper {
    margin-bottom: 0;
    z-index: auto;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#main-wrapper {
    overflow: hidden;
}

.ip-banner {
    display: none;
}

#ip-match-me-to-an-agent {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
    height: 100%;
    width: 100%;
}

.ip-ma-main {
    display: block;
    position: relative;
}

.ip-ma-container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.ip-ma-trigger {
    text-align: center;
    height: auto;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ip-ma-trigger.animated {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
}

.ip-accent-bg-a {
    top: -75px;
    left: -77px;
    height: auto;
    width: 252px;
    max-width: 100%;
    z-index: 1000;
}

.ip-accent-bg-b {
    width: 277px;
    max-width: 100%;
    height: auto;
    top: auto;
    bottom: -27%;
    left: -125px;
    z-index: 1000;
}

.ip-accent-bg-c {
    width: 260px;
    max-width: 100%;
    height: auto;
    left: auto;
    right: -160px;
    top: 15%;
    z-index: 1000;
}

.ip-accent-bg-a canvas, .ip-accent-bg-b canvas, .ip-accent-bg-c canvas {
    background-size: contain;
    opacity: .2;
}

/* Trigger */
.ip-ma-trigger-title {
    display: block;
    position: relative;
}

.ip-ma-trigger a {
    display: inline-block;
    position: relative;
    color: inherit;
}

.ip-ma-trigger a:hover {
    opacity: .75;
}

.ip-ma-trigger-title h2 {
    font-size: 36px;
    line-height: 1.3334;
    letter-spacing: 0.050em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 40px;
}

.ip-ma-trigger-title h2 span {
    display: block;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.600em;
    color: #929292;
    margin-bottom: 20px;
}

.ip-ma-trigger-title img {
    max-width: 100%;
    height: auto;
}

.ip-ma-main {
    width: 100%;
    height: 100%;
}

.ip-ma-cta-container {
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: auto;
}

.ip-ma-cta-container.active {
    opacity: 1;
    visibility: visible;
    top: 57%;
}

.ip-ma-cta-container.overflow-hidden {
    overflow: hidden;
}

.ip-ma-title {
    display: block;
    position: relative;
}

.ip-ma-title h2 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #fff;
}

.ip-ma-title {
    margin-bottom: 68px;
    text-align: center;
}

.ip-ma-cta-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    max-width: 290px;
}

.ip-ma-cta-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.ip-ma-cta-list {
    width: 100%;
    max-width: 1085px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ip-ma-cta-holder, .ip-ma-cta-holder canvas {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.ip-ma-cta-item a:before, .ip-ma-cta-item a:after, .ip-ma-cta-holder:before, .ip-ma-cta-holder:after, .ip-ma-cta-holder, .ip-ma-cta-holder canvas {
    border-radius: 50%;
}

.ip-ma-cta-holder canvas {
    width: 100%;
    height: 100%;
}

.ip-ma-cta-holder:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 25px;
    background: -webkit-gradient(linear, left top, right top, from(#dd3333), to(#ab1919));
    background: -o-linear-gradient(left, #dd3333 0%, #ab1919 100%);
    background: linear-gradient(to right, #dd3333 0%, #ab1919 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.ip-ma-cta-holder:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    margin: 24px;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.ip-ma-cta-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: block;
    text-align: center;
}

.ip-ma-cta-title span {
    font-size: 38px;
    line-height: 1;
    font-family: var(--title-font);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #fff;
}

.ip-ma-cta-title span em.ai-icon-bird {
    background-image: url(../../images/ai-bird-icon.png);
    width: 23px;
    height: 28px;
    position: absolute;
    bottom: 30px;
    right: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.ip-ma-cta-item a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #424242;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.ip-ma-cta-item a:hover .ip-ma-cta-title span em.ai-icon-bird {
    opacity: 1;
    visibility: visible;
}

.ip-ma-cta-item a:hover .ip-ma-cta-holder:before {
    opacity: 1;
    visibility: visible;
}

.ip-ma-cta-item a:hover .ip-ma-cta-holder:after {
    opacity: 0;
    visibility: hidden;
}

.ip-ma-cta-item a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 6px solid #808080;
    margin: 2px;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
    opacity: 0;
    visibility: hidden;
}

.ip-ma-cta-item a:hover:before {
    border-color: #a1a1a1;
}

.ip-ma-cta-item a:hover:after {
    opacity: 1;
    visibility: visible;
}

.form-slider, #form-selector, .form-step-item, .form-step-title, .form-step-option, .form-step-field-holder, .form-step-field, .form-step-sub-title {
    display: block;
    position: relative;
}

.form-selector {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
    -webkit-transform: translateY(120px);
    -ms-transform: translateY(120px);
    transform: translateY(120px);
}

.form-slider:not(.slick-initialized) .form-step-container:nth-child(n+2) {
    display: none;
}

.form-selector.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.form-step-container {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.form-step-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 25%;
    overflow-y: auto;
    padding-bottom: 100px;
}

.form-step-item::-webkit-scrollbar {
    display: none;
}

[data-step="12"] .form-step-item, [data-step="3"] .form-step-item, [data-step="8"] .form-step-item {
    padding-top: 19%;
}

.form-step-title {
    text-align: center;
    margin-bottom: 50px;
}

.form-step-title h2 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #fff;
}

.form-step-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 59px;
    width: 100%;
    background-color: #111111;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.050em;
    padding: 0 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-step-field-holder {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.form-step-field:not(:last-child) {
    margin-bottom: 20px;
}

.form-step-label input[type="checkbox"], .form-step-label input[type="radio"] {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: transparent;
    cursor: pointer;
    margin: 0 13px 0 0;
    outline: 0;
    padding: 0 !important;
    min-width: 22px;
    width: 22px;
    height: 22px;
    border: 3px solid #535353;
    /* overflow: hidden; */
    border-radius: 50%;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none!important;
}

.form-step-label input[type="checkbox"] {
    border-radius: 0;
}

.form-step-label input[type="checkbox"]:checked:after, .form-step-label input[type="radio"]:checked:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 10px;
    height: 10px;
    min-width: 10px;
    background-color: var( --secondary);
    border-radius: 50%;
}

.form-step-label input[type="checkbox"]:checked:after {
    display: inline-block;
    width: 14px;
    min-width: 14px;
    height: 10px;
    border-radius: 0;
    background-image: url(../../images/match-me-to-an-agent/ai-check-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
}

.form-step-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.form-step-col {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    position: relative;
}

.form-step-field {
    width: 100%;
}

.form-step-sub-title span {
    font-size: 16px;
    letter-spacing: 0.050em;
    line-height: 1;
    color: #fff;
}

.form-step-sub-title {
    margin-bottom: 15px;
}

[data-step="3"] .form-step-title {
    margin-bottom: 40px;
}

.form-step-sub-field {
    margin-top: 20px;
    margin-left: 53px;
    display: none;
}

.form-step-sub-field.active {
    display: block;
}

.form-step-input input[type=text] {
    height: 59px;
    width: 100%;
    background-color: #111111;
    border: none;
    font-size: 16px;
    color: #9d9d9d;
    line-height: 1;
    letter-spacing: 0.050em;
    padding: 0 60px 0 20px;
    pointer-events: none;
}

.sub-options-close, .form-step-caret {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.sub-options-close {
    display: none;
}

.sub-options-close.active {
    display: block;
}

.sub-options-close em[class^=ai-font], .form-step-caret em[class^=ai-font] {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #676767;
    margin: 0 auto;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.sub-options-close em[class^=ai-font] {
    font-size: 15px;
    font-weight: 700;
}

.form-step-caret.active em[class^=ai-font] {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.form-step-input {
    display: block;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.form-step-sub-options, .form-step-options {
    display: none;
    position: relative;
}

.form-step-sub-options.active, .form-step-options.active {
    display: block;
}

.form-step-sub-options .form-step-sub-title {
    margin-bottom: 35px;
    margin-left: 25px;
    margin-top: 40px;
}

.form-step-sub-options {
    margin-left: 50px;
}

.sub-options-active .form-step-caret {
    display: none;
}

.form-step-submit button.global-btn {
    width: 280px;
    font-size: 16px;
    letter-spacing: 0.050em;
}

.form-step-submit button.global-btn:before {
    display: none;
}

.form-step-submit {
    display: none;
    position: relative;
    margin-top: 20px;
}

.form-step-submit.active {
    display: block;
}

.form-slider .slick-track, .form-slider .slick-slide > div, .form-slider .slick-slide {
    height: 100vh!important;
}

.form-slider .slick-list {
    height: 100vh!important;
}

.ip-agent-match-title, .ip-agent-item, .ip-agent-img, .ip-agent-match-contacts, .ip-agent-match-phone {
    display: block;
    position: relative;
}

.ip-agent-match-container {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    width: 100%;
}

.ip-agent-match-container.active {
    opacity: 1;
    visibility: visible;
}

.ip-agent-match-container > .custom-container {
    max-width: 1170px;
}

.ip-agent-match-col {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 40px);
    position: relative;
}

.ip-agent-img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 243px;
}

.ip-agent-img a, .ip-agent-img a canvas, .ip-agent-img a img {
    border-radius: 50%;
    background-color: #000;
}

.ip-agent-img a:hover img {
    opacity: .75;
}

.ip-agent-contacts {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 20px;
    width: calc(100% - 243px);
}

.ip-agent-contacts h2 {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.050em;
    font-weight: 500;
    display: block;
    margin-bottom: 13px;
}

.ip-agent-contacts span {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #fff;
    display: block;
    margin-top: 10px;
}

.ip-agent-contacts span em[class^=ai-font] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    font-size: 9px;
    color: var(--secondary);
}

.ip-agent-contacts span em.ai-font-phone {
    font-size: 11px;
}

.ip-agent-match-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.ip-agent-match-title {
    text-align: center;
    margin-bottom: 55px;
}

.ip-agent-match-title h2 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #fff;
}

.ip-agent-match-contacts {
    margin-top: 50px;
    text-align: center;
}

.ip-agent-match-contacts strong {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.050em;
    color: #fff;
}

.ip-agent-match-contacts strong:before, .ip-agent-match-contacts strong:after {
    position: absolute;
    content: '';
    top: 9px;
    right: calc(100% + 12px);
    width: 113px;
    height: 1px;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(81,81,81,0.1)),color-stop(28%, rgba(81,81,81,1)),to(rgba(81,81,81,1)));
    background: -o-linear-gradient(left, rgba(81,81,81,0.1) 0%,rgba(81,81,81,1) 28%,rgba(81,81,81,1) 100%);
    background: linear-gradient(to right, rgba(81,81,81,0.1) 0%,rgba(81,81,81,1) 28%,rgba(81,81,81,1) 100%);
}

.ip-agent-match-contacts strong:after {
    right: 0;
    left: calc(100% + 12px);
    background: -webkit-gradient(linear, left top, right top, from(rgba(81,81,81,1)),color-stop(72%, rgba(81,81,81,1)),to(rgba(81,81,81,0.1)));
    background: -o-linear-gradient(left, rgba(81,81,81,1) 0%,rgba(81,81,81,1) 72%,rgba(81,81,81,0.1) 100%);
    background: linear-gradient(to right, rgba(81,81,81,1) 0%,rgba(81,81,81,1) 72%,rgba(81,81,81,0.1) 100%);
}

.ip-agent-match-phone span {
    display: inline-block;
    position: relative;
}

.ip-agent-match-phone {
    text-align: center;
    margin-top: 30px;
}

.ip-agent-match-phone em.ai-icon-phone {
    background-image: url(../../images/ai-phone-icon.png);
    width: 23px;
    height: 23px;
    margin-right: 20px;
    margin-top: 5px;
}

.ip-agent-match-phone span a {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ip-agent-match-phone span a:hover {
    opacity: .75;
}

.ip-agent-match-phone span a img {
    max-width: 100%;
    height: auto;
}

.ip-ma-trigger-arrow-icon {
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.ip-ma-trigger-arrow-icon img {
    position: relative;
}

.ip-ma-trigger-arrow-icon img:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0) ;
    -webkit-animation: arrowMove1 2s infinite;
    animation: arrowMove1 2s infinite;
}

.ip-ma-trigger-arrow-icon img:nth-of-type(2) {
    -webkit-animation: arrowMove 2s infinite;
    animation: arrowMove 2s infinite;
    transform: translateY(0);
}

@keyframes arrowMove {
    to {
        transform: translateY(8px);
        opacity: 0;
    }
}

@keyframes arrowMove1 {
    75% {
        opacity: 0
    }

    to {
        transform: translateY(15px) ;
        opacity: 0;
    }
}

.form-step-next a.global-btn:before {
    display: none;
}

.form-step-next a.global-btn span:before {
    transition: none!important;
}

.form-step-next a.global-btn {
    width: 120px;
    font-size: 16px;
}

.form-step-next {
    display: block;
    margin-top: 20px;
    z-index: 5;
    position: relative;
    overflow: hidden;
    transform: none;
}

.form-step-next a.global-btn:hover {
    opacity: .75;
}

.form-slider .slick-slide {
    border: none!important;
}

.form-step-field .form-step-label.live-out-of-town-address textarea {
    height: 100%;
    width: 100%;
    background-color: transparent;
    font-size: inherit;
    line-height: 1;
    letter-spacing: inherit;
    padding: 10px 15px;
    border: none;
    resize: none;
}

.form-step-sub-options.out-of-town-yes {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 25px;
    margin-top: 20px;
}

.form-step-sub-options.out-of-town-yes .form-step-sub-title {
    margin: 0 0 20px;
}

.form-step-field-holder.previous-agent-yes .sub-options-active .form-step-caret, .form-step-field-holder.previous-agent-yes .form-step-caret {
    display: block;
}

.form-step-field-holde.previous-agent-yes {
    margin-top: 20px;
    padding-left: 25px;
    display: none;
}

.form-step-field-holder.previous-agent-no.sub, 
.form-step-field-holder.both-previous-agent-no.sub, 
.form-step-field-holder.seller-previous-agent-no.sub {
    padding-left: 25px;
    display: none;
}

#buyer-main-form .form-step-container[data-step="2"] .form-step-next {
    opacity: 0;
    visibility: hidden;
}

.form-step-container[data-step="2"] .form-step-next.active {
    opacity: 1;
    visibility: visible;
}

.form-step-container[data-step="10"]  .form-step-sub-options,
.form-step-container[data-step="13"]  .form-step-sub-options,
.form-step-container[data-step="20"]  .form-step-sub-options {
    margin-left: 30px;
    margin-top: 20px;
}


.form-step-label input[type="text"], 
.form-step-label input[type="email"], 
.form-step-label input[type="tel"] {
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0;
    border: none;
}

.form-step-container[data-step="10"] .form-step-care,
.form-step-container[data-step="13"] .form-step-care,
.form-step-container[data-step="20"] .form-step-caret{
    pointer-events: none;
}


.form-step-submit.disabled{
    pointer-events: none;
}

#ip-match-me-to-an-agent .no-agent-found {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) {
    .ip-accent-bg-a {
        top: -4.688vw;
        left: -4.813vw;
        width: 15.750vw;
    }

    .ip-accent-bg-b {
        width: 17.313vw;
        left: -7.813vw;
    }

    .ip-accent-bg-c {
        width: 16.250vw;
        right: -10vw;
    }

    /* Trigger */
    .ip-ma-trigger-title h2 {
        font-size: 2.250vw;
        margin-bottom: 2.500vw;
    }

    .ip-ma-trigger-title h2 span {
        display: block;
        font-size: 1.125vw;
        margin-bottom: 1.250vw;
    }

    .ip-ma-trigger-title img {
        max-width: 100%;
        height: auto;
    }

    .ip-ma-title h2 {
        font-size: 1.875vw;
    }

    .ip-ma-title {
        margin-bottom: 4.250vw;
    }

    .ip-ma-cta-list {
        max-width: 67.813vw;
    }

    .ip-ma-cta-item, .ip-ma-cta-holder canvas {
        max-width: 18.125vw;
        height: 18.125vw;
    }

    .ip-ma-cta-holder:before {
        margin: 1.563vw;
    }

    .ip-ma-cta-holder:after {
        margin: 1.500vw;
    }

    .ip-ma-cta-title span {
        font-size: 2.375vw;
    }

    .ip-ma-cta-title span em.ai-icon-bird {
        width: 1.438vw;
        height: 1.750vw;
        bottom: 1.875vw;
        right: 2.500vw;
    }

    .ip-ma-cta-item a:before {
        border: 0.125vw solid #424242;
    }

    .ip-ma-cta-item a:after {
        border: 0.375vw solid #808080;
        margin: 0.125vw;
    }

    .form-selector {
        -webkit-transform: translateY(7.500vw);
        -ms-transform: translateY(7.500vw);
        transform: translateY(7.500vw);
    }

    .form-step-item {
        padding-bottom: 6.250vw;
    }

    .form-step-title {
        margin-bottom: 3.125vw;
    }

    .form-step-title h2 {
        font-size: 1.500vw;
    }

    .form-step-label {
        height: 3.688vw;
        font-size: 1vw;
        padding: 0 1.250vw;
    }

    .form-step-field-holder {
        max-width: 46.875vw;
    }

    .form-step-field:not(:last-child) {
        margin-bottom: 1.250vw;
    }

    .form-step-label input[type="checkbox"], .form-step-label input[type="radio"] {
        margin: 0 0.813vw 0 0;
        min-width: max(1.375vw, 14px);
        max-height: max(1.375vw, 14px);
        width: max(1.375vw, 14px);
        height: max(1.375vw, 14px);
        border: max(0.188vw,2px) solid #535353;
    }

    .form-step-label input[type="checkbox"]:checked:after, .form-step-label input[type="radio"]:checked:after {
        width: max(0.625vw, 6px);
        height: max(0.625vw, 6px);
        min-width: max(0.625vw, 6px);
    }

    .form-step-label input[type="checkbox"]:checked:after {
        /* top: 0.188vw; */
        /* height: 0.125vw; */
        width: 0.875vw;
        height: 0.625vw;
    }

    .form-step-col {
        width: calc(50% - 0.625vw);
    }

    .form-step-sub-title span {
        font-size: 1vw;
    }

    .form-step-sub-title {
        margin-bottom: 0.938vw;
    }

    [data-step="3"] .form-step-title {
        margin-bottom: 2.500vw;
    }

    .form-step-sub-field {
        margin-top: 1.250vw;
        margin-left: 3.313vw;
    }

    .form-step-input input[type=text] {
        height: 3.688vw;
        font-size: 1vw;
        padding: 0 3.750vw 0 1.250vw;
    }

    .sub-options-close, .form-step-caret {
        right: 1.250vw;
        width: 1.250vw;
        height: 1.250vw;
    }

    .sub-options-close em[class^=ai-font], .form-step-caret em[class^=ai-font] {
        font-size: 1.250vw;
    }

    .sub-options-close em[class^=ai-font] {
        font-size: 0.938vw;
    }

    .form-step-input {
        margin-bottom: 1.250vw;
    }

    .form-step-sub-options .form-step-sub-title {
        margin-bottom: 2.188vw;
        margin-left: 1.563vw;
        margin-top: 2.500vw;
    }

    .form-step-sub-options {
        margin-left: 3.125vw;
    }

    .form-step-submit button.global-btn {
        width: 17.500vw;
        font-size: 1vw;
    }

    .form-step-submit {
        margin-top: 1.250vw;
    }

    .ip-agent-match-container > .custom-container {
        max-width: 73.125vw;
    }

    .ip-agent-match-col {
        width: calc(50% - 2.500vw);
    }

    .ip-agent-img {
        width: 15.188vw;
    }

    .ip-agent-contacts {
        padding-left: 1.250vw;
        width: calc(100% - 15.188vw);
    }

    .ip-agent-contacts h2 {
        font-size: 1vw;
        margin-bottom: 0.813vw;
    }

    .ip-agent-contacts span {
        font-size: 0.813vw;
        margin-top: 0.625vw;
    }

    .ip-agent-contacts span em[class^=ai-font] {
        margin-right: 0.625vw;
        font-size: 0.563vw;
    }

    .ip-agent-contacts span em.ai-font-phone {
        font-size: 0.688vw;
    }

    .ip-agent-match-title {
        margin-bottom: 3.438vw;
    }

    .ip-agent-match-title h2 {
        font-size: 1.500vw;
    }

    .ip-agent-match-contacts {
        margin-top: 3.125vw;
    }

    .ip-agent-match-contacts strong {
        font-size: 1vw;
    }

    .ip-agent-match-contacts strong:before, .ip-agent-match-contacts strong:after {
        top: 0.563vw;
        right: calc(100% + 0.750vw);
        width: 7.062vw;
    }

    .ip-agent-match-contacts strong:after {
        right: 0;
        left: calc(100% + 0.750vw);
    }

    .ip-agent-match-phone {
        margin-top: 1.875vw;
    }

    .ip-agent-match-phone em.ai-icon-phone {
        width: 1.438vw;
        height: 1.438vw;
        margin-right: 1.250vw;
        margin-top: 0.313vw;
    }

    .ip-agent-match-phone span a img {
        width: 15.313vw;
        height: 1.250vw;
    }

    body.lock-page {
        overflow: hidden;
    }

    .form-step-next a.global-btn {
        width: 7.500vw;
        font-size: 1vw;
    }

    .form-step-next {
        margin-top: 1.250vw;
    }

    .form-step-field .form-step-label.live-out-of-town-address textarea {
        padding: 0.625vw 0.938vw;
    }

    .form-step-sub-options.out-of-town-yes {
        max-width: 56.250vw;
        padding-left: 1.563vw;
        margin-top: 1.250vw;
    }

    .form-step-sub-options.out-of-town-yes .form-step-sub-title {
        margin: 0 0 1.250vw;
    }

    .form-step-field-holder.previous-agent-yes {
        margin-top: 1.250vw;
        padding-left: 1.563vw;
    }
    .form-step-field-holder.previous-agent-no, 
    .form-step-field-holder.seller-previous-agent-no, 
    .form-step-field-holder.both-previous-agent-no{
        padding-left: 1.563vw;
    }

    .form-step-container[data-step="10"]  .form-step-sub-options,
    .form-step-container[data-step="13"]  .form-step-sub-options,
    .form-step-container[data-step="20"]  .form-step-sub-options {
        margin-left: 1.875vw;
        margin-top: 1.250vw;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-ma-cta-item {
        display: block;
        width: 100%;
        margin: 0 auto;
        max-width: 250px;
    }

    .ip-ma-cta-list {
        display: block;
    }

    .ip-ma-cta-item:not(:last-child) {
        margin-bottom: 30px;
    }

    .ip-ma-trigger-title h2 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .ip-ma-trigger-title h2 span {
        font-size: 15px;
        letter-spacing: 0.300em;
        margin-bottom: 10px;
    }

    .ip-ma-trigger {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 0 15px;
    }

    .ip-ma-container {
        height: auto;
        padding: 0;
        min-height: 350px;
    }

    .ip-ma-cta-container {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: 0;
        top: 0 !important;
    }

    .ip-ma-cta-container.active {
        opacity: 1;
        visibility: visible;
        height: auto;
        padding: 50px 0 0;
    }

    .ip-agent-match-container {
        height: 0;
        display: none;
        position: relative;
        top: 0;
        transform: none;
    }

    .ip-agent-match-container.active {
        height: auto;
        padding-top: 50px;
        display: block;
    }

    .ip-ma-trigger.animated {
        height: 0;
    }

    .ip-ma-title h2 {
        font-size: 25px;
    }

    .ip-ma-title {
        margin-bottom: 40px;
    }

    .ip-ma-cta-title span {
        font-size: 30px;
    }

    .ip-accent-bg-a {
        top: -130px;
    }

    .ip-accent-bg-b {
        width: 225px;
    }

    .ip-accent-bg-c {
        display: none;
    }

    .form-step-item {
        padding: 30px 20px!important;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .form-step-col {
        width: 100%;
    }

    .form-step-row {
        display: block;
    }

    .form-step-field:not(:last-child) {
        margin-bottom: 10px;
    }

    .form-step-label {
        height: 50px;
        font-size: 14px;
        letter-spacing: 0.020em;
        padding: 0 15px;
    }

    .form-step-input input[type=text] {
        height: 50px;
        font-size: 12px;
        letter-spacing: 0.020em;
        padding: 0 40px 0 15px;
    }

    .form-step-sub-field {
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .form-step-title h2 {
        font-size: 19px;
        line-height: 1.2;
    }

    .form-step-title {
        margin-bottom: 20px!important;
        text-align: left;
    }

    .form-step-sub-title span {
        font-size: 15px;
    }

    .form-step-sub-options {
        margin: 0 15px;
    }

    .form-step-sub-options .form-step-sub-title {
        margin: 15px 0 15px;
    }

    .form-step-submit button.global-btn {
        width: 230px;
        font-size: 12px;
        margin: 0 auto;
    }

    .form-step-label input[type="checkbox"], .form-step-label input[type="radio"] {
        margin: 0 10px 0 0;
    }

    .ip-agent-match-row {
        display: block;
    }

    .ip-agent-match-col {
        display: block;
        width: 100%;
    }

    .ip-agent-img {
        display: block;
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .ip-agent-contacts {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .ip-agent-match-col:not(:last-child) {
        margin-bottom: 42px;
    }

    .ip-agent-match-title {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .ip-agent-match-title h2 {
        font-size: 20px;
    }

    .form-step-container {
        display: block!important;
    }

    .ip-agent-match-phone em.ai-icon-phone {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }

    .ip-agent-match-phone span a img {
        max-width: 220px;
        width: 100%;
    }

    .ip-agent-match-phone {
        margin-top: 20px;
    }

    .form-selector.active {
        padding-top: 20px;
    }

    .ip-ma-cta-holder:before {
        margin: 20px;
    }

    .ip-ma-cta-holder:after {
        margin: 20px;
    }

    .ip-ma-cta-title span em.ai-icon-bird {
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .form-step-next {
        margin-top: 10px;
        display: none;
    }

    .form-step-next a.global-btn {
        width: 100px;
    }

    .form-step-sub-options.out-of-town-yes {
        padding-left: 15px;
        margin-top: 10px;
    }

    .form-step-sub-options.out-of-town-yes .form-step-sub-title {
        margin: 0 0 10px;
    }

    .form-step-field-holder.previous-agent-yes {
        margin-top: 10px;
        padding-left: 15px;
    }

    .form-step-field-holder.previous-agent-no, 
    .form-step-field-holder.seller-previous-agent-no, 
    .form-step-field-holder.both-previous-agent-no{
        padding-left: 15px;
    }
    .sub-options-close, .form-step-caret {
        right: 10px;
    }

    .form-step-input {
        margin-bottom: 10px;
    }

    .form-step-container[data-step="10"] .form-step-sub-options,
    .form-step-container[data-step="13"] .form-step-sub-options,
    .form-step-container[data-step="20"] .form-step-sub-options {
        margin-left: 15px;
        margin-top: 10px;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
}
