/* #Site Styles
================================================== */
body {
    background: #1A1919;
}

var {
    font-style: normal;
}

html {
    overflow: auto;
    overflow-y: scroll;
}

body.menu-clicked {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

#form1 {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* For iPhone X Notch
padding-left: env(safe-area-inset-left);
*/

/* SECTION HEADER */
.header-wrap {
    position: fixed;
    z-index: 900;
    padding: 4rem 0;
    width: 100%;
    box-sizing: border-box;
    background: rgba(25, 24, 24, 0);
    transition: all ease-in-out 0.5s;
    top: 0;
    opacity: 1;
}

body.menu-clicked .header-wrap {
    opacity: 0;
    z-index: -1;
}

body.stuck .header-wrap {
    padding: 2rem 0rem;
    background: rgba(25, 24, 24, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.header-right {
    position: absolute;
    top: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all ease-in-out 0.5s;
    z-index: 20;
}

#logo {
    position: relative;
    left: 0rem;
    z-index: 10;
    width: 140px;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 600px) {
    #logo {
        position: relative;
        left: 0rem;
        z-index: 10;
        width: 220px;
    }
}

#logo img {
    display: block;
    width: 100%;
}

.top-nav {
}

.top-nav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    text-shadow: 0px 0px 40px #000;
    width: 70px;
    display: block;
    line-height: 1;
    text-align: right;
    margin-right: 70px;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 600px) {
    .top-nav a {
        letter-spacing: 2px;
        font-size: 1.5rem;
        width: auto;
        text-shadow: 0px 0px 40px #000;
        margin-right: 90px;
    }
}

.slider-wrap {
    position: relative;
    width: 100%;
    z-index: 400;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    min-height: 850px;
}

.home-slider .gal-image-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
    z-index: 2;
}

.slider-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-slider .gal-image-wrap {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-content: center;
    align-items: center;
}

/* Temp Hide Slider IMmges for Video
.home-slider .gal-image-wrap {
background: none !important;
}
*/
.home-slider .gal-image-wrap .galDescription {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    align-content: center;
    align-items: center;
    text-align: center;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    background: rgba(25, 24, 24, 0.7);
    padding: 4rem 2rem;
    border-radius: 0rem;
    box-shadow: 0px 0px 100px #000;
    max-width: 440px;
}

.home-slider .gal-image-wrap .galDescription p {
    margin: 0;
}

.home-slider .gal-image-wrap .galDescription a {
    color: #fff;
    border-color: #fff;
    margin-bottom: 0;
    margin-top: 2rem;
}

.home-slider .gal-image-wrap .galDescription h3 {
    margin-bottom: 2rem;
    text-align: center;
    color: #fff;
    align-content: center;
    align-items: center;
    text-align: center;
}

.home-slider .gal-image-wrap .galDescription strong {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    align-content: center;
    align-items: center;
    text-align: center;
}

.home-featured {
    position: absolute;
    left: 0;
    bottom: 2rem;
    z-index: 10;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}

.home-featured h3 {
    color: #fff;
    letter-spacing: 3px;
    font-size: 1.7rem;
    text-shadow: 0px 0px 40px #000;
}

.home-featured .container ul {
    left: 0;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    padding: .5rem 0;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    background: rgba(25, 24, 24, 0.7);
    margin: 0;
}

.home-featured .container li {
    padding: 2rem 0;
    position: relative;
    width: calc(50% - 1rem);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: .5rem;
    list-style: none;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 500px) {
    .home-featured .container {
        padding: 2rem 0;
    }

    .home-featured .container li {
        padding: 2rem 0;
        position: relative;
        width: 25%;
        box-sizing: border-box;
        margin: 0;
        border: 0;
    }

    .home-featured .container li:after {
        content: "";
        position: absolute;
        border: 1px solid rgba(255, 255, 255, 0.3);
        height: 100%;
        right: -1px;
        top: 0;
    }

    .home-featured .container li:last-of-type:after {
        display: none;
    }
}

.home-featured strong {
    font-size: 2.5rem;
    font-weight: 400;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
    color: #fff;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .home-featured strong {
        font-size: 4rem;
        font-weight: 400;
        display: block;
        margin: 0 auto;
        margin-bottom: 1rem;
        color: #fff;
    }
}

.home-featured p {
    font-size: 60%;
    margin: 0 auto;
}

/* Larger than desktop */
@media (min-width: 700px) {
    .home-featured p {
        font-size: 70%;
        margin: 0 auto;
    }
}
/* Larger than desktop */

@media (min-width: 1000px) {
    .home-featured p {
        font-size: 80%;
        margin: 0 auto;
    }
}
/* Larger than desktop */

.page-home .content-wrap .button {
    margin: 0;
    margin-top: 2rem;
}

/* Larger than desktop */
.page-home .content-wrap h2 {
    border: 0;
    font-size: 2rem;
}

@media (min-width: 800px) {
    .page-home .content-wrap h2 {
        font-size: 3.6rem;
    }
}

.page-home .content-wrap h2:after {
    display: none;
}

/* Promo Section */
.promo-wrap {
    background: #eee;
    padding: 6rem 0;
}

.promo-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 2rem;
    align-items: stretch;
}

@media (min-width: 800px) {
    .promo-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 100%;
        gap: 4rem;
        align-items: stretch;
    }
}

.promo-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.benefit-wrap {
    display: flex;
    align-items: center;
    padding-top: 2rem;
    gap:1rem;
}

.benefit-wrap img {
        mix-blend-mode: multiply;
    width: 240px;
    object-fit: contain;
    display: block;
}

.promo-wrap h3 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
}

.promo-wrap h4 {
    margin-bottom: 0;
}

.promo-buttons {
    margin-top: auto;
    display: flex;
    gap: 2rem;
}

.promo-image {
    max-width: 800px;
    min-width: 320px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: end;
}

.promo-image:after, .promo-image:before {
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
}

.promo-image:after {
    content: "Join Us on July 4th";
    line-height: 1;
    padding-bottom: 1rem;
    font-style: italic;
    padding-bottom: 5rem;
    font-size: 3rem;
    text-transform: uppercase;
}

.promo-image:before {
    content: "@ 10:00 PM";
    font-style: italic;
    padding-bottom: 2rem;
}

.promo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.sponsors-wrap {
    display: flex;
    flex-wrap: wrap ;
    align-items: center;
    gap:3rem;
}

.sponsors-wrap img {
    mix-blend-mode: multiply;
    height: 80px;
    max-width: 100px;
    object-fit: contain;
}

.sponsors-wrap a:nth-of-type(5) img {
    mix-blend-mode: multiply;
    height: 80px;
    max-width: 200px;
    object-fit: contain;
}

/* Why Section */
.why-wrap {
    background: #1a1919;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 6rem 0;
    color: #fff;
}

.why-wrap h3 {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 4rem;
}

.why-wrap .three {
    line-height: 1.2;
}

.why-wrap h4 {
    font-size: 2rem;
    margin: 2rem 0;
    color: #fff;
}

.why-wrap .three img {
    height: 140px;
    width: 140px;
    border-radius: 10rem;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4);
}

.showcase-wrap {
    position: relative;
    background: #fff;
    padding: 6rem 0;
    height: auto;
    text-align: center;
}

.showcase-wrap h2 {
    border: 0;
    font-size: 1.7rem;
    margin-bottom: 4rem;
    opacity: 0.3;
}

.showcase-slider {
    position: relative;
    background: #fff;
    opacity: 0;
    transition: opacity ease 0.3s;
}

body.showcase-loaded .showcase-slider {
    opacity: 1;
    margin-bottom: 2rem;
}

.showcase-wrap a.button {
    margin-top: 2rem;
}

.quote-wrap {
    background: #eee;
    padding: 6rem 0;
    text-align: center;
}

.quote-wrap h2 {
    border: 0;
    font-size: 1.7rem;
    margin-bottom: 4rem;
    opacity: 0.3;
}

.quote-wrap .owl-dots {
    border: 2px solid #ccc;
    display: inline-block;
    padding: 1rem;
    border-radius: 10rem;
    margin-top: 1rem;
}

.quote-wrap .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    background: #ccc;
    display: block;
    float: left;
    margin: 0 1rem;
    border-radius: 10rem;
}

.quote-wrap .owl-dots .owl-dot.active {
    width: 6px;
    height: 6px;
    background: #000;
}

.quote-wrap table, .quote-wrap tbody, .quote-wrap td {
    display: block;
}

.quote-wrap tbody td {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    color: #777;
    font-size: 2rem;
    line-height: 1.1;
}

.quote-wrap tbody td p:last-of-type {
    margin: 0;
    padding: 0;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .quote-wrap tbody td {
        font-size: 3rem;
    }
}
/* Cleanup From Zillow */

.quote-slider li span, .quote-slider li button, .quote-slider li div:nth-of-type(4), .quote-slider li .review-credits br, .quote-slider li .review-credits div:nth-of-type(3), .quote-slider li .review-credits div:nth-of-type(3) + a {
    display: none;
}

.quote-slider li .review-credits {
    font-weight: 400;
    font-size: 60%;
    margin-top: 2rem;
}

.quote-footer {
}

.quote-footer img {
    display: block;
    margin: 0 auto;
    padding: 2rem 0;
}

.quote-footer .zillow-logo {
    width: 100px;
    padding-top: 0;
    margin-bottom: 2rem;
}

.instagram-wrap {
    margin-top: 0rem;
    position: absolute;
    bottom: -6rem;
    width: 50%;
    left: 0;
    display: none;
}

.instagram-wrap h3 {
    color: #fff;
    margin: 0;
    z-index: 300;
    top: 0rem;
    width: 300px;
    text-align: left;
    left: 50%;
    font-size: 2rem;
    padding: 2rem;
    box-sizing: border-box;
}

.eapps-instagram-feed-title-container {
    display: none;
}

.cta-wrap {
    text-align: center;
    padding: 6rem 0;
    position: relative;
    font-size: 2.6rem;
    line-height: 1.2;
}

.cta-wrap:before {
    content: "";
    position: absolute;
    lefT: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../Userfiles/template/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    filter: grayscale(100%)
}

.cta-wrap:after {
    content: "";
    position: absolute;
    lefT: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 0;
}

.cta-wrap h2 {
    border: 0;
    text-transform: capitalize;
    margin-bottom: 0;
}

.cta-wrap .container {
    z-index: 1;
}

.hero-wrap {
    padding: 8rem 0;
    padding-bottom: 4rem;
    box-sizing: border-box;
    position: relative;
}

.hero-wrap:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../Userfiles/template/line-bg.svg);
    background-size: cover;
    opacity: 0.03;
    z-index: -1;
}

.hero-wrap .container {
    display: flex;
    flex-direction: column-reverse;
}

.hero-left {
    right: 0;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
}
/* Larger than phablet (also point when grid becomes active) */

@media (min-width: 600px) {
    .hero-wrap {
        padding: 12rem 0;
        padding-bottom: 6rem;
    }

    .hero-wrap > .container {
        min-height: 220px;
    }

    .hero-wrap .container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .hero-left {
        padding-right: 4rem;
        text-align: left;
    }
}

.hero-left .lead-in {
    color: #fff;
    line-height: 1.2;
    font-size: 80%;
}

.hero-wrap .pagename-wrap h1 {
    margin-bottom: 2rem;
    font-size: 2rem;
    color: #fff;
}
/* Larger than phablet (also point when grid becomes active) */

@media (min-width: 800px) {
    .hero-wrap .pagename-wrap h1 {
        margin-bottom: 2rem;
        font-size: 4rem;
        color: #fff;
    }

    .hero-left .lead-in {
        color: #fff;
        line-height: 1.2;
        font-size: 1.7rem
    }
}
/* SECTION CONTENT */

.content-wrap {
    background: #fff;
    padding: 6rem 0;
    min-height: 600px;
}

.page-home .content-wrap table tbody tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem;
}

@media (min-width: 1100px) {
    .page-home .content-wrap table tbody tr {
        flex-direction: row;
    }
}

.page-home .content-wrap table tbody tr td {
    width: 100%;
}

.page-home .content-wrap table tbody tr td img {
    width: 100%;
}

.page-home .content-wrap table tbody tr td:last-of-type {
    width: 100%;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
    padding: 4rem;
}

@media (min-width: 1100px) {
    .page-home .content-wrap table tbody tr td:last-of-type {
        margin-left: auto;
        max-width: 500px;
    }
}

.page-home .content-wrap h1 nobr {
    white-space: wrap;
}

@media (min-width: 800px) {
    .page-home .content-wrap h1 {
        font-size: 3rem;
    }
}

.left-side {
}

.main {
}
/* SECTION FOOTER */

.footer-wrap {
    color: #fff;
    padding: 6rem 0;
    position: relative;
    z-index: 100;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 2px;
}

.footer-wrap:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../Userfiles/template/line-bg.svg);
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.1;
    z-index: -1;
}

.footer-wrap h4 {
    margin-bottom: 2rem;
    color: #fff;
}

.footer-logo {
    margin-bottom: 1rem;
}

.footer-logo img {
    width: 100%;
    max-width: 200px;
}

.footer-wrap a {
    color: #fff;
    transition: opacity ease 0.3s;
}

.footer-wrap a:hover {
    opacity: 0.5;
}

.footer-wrap .contact-button {
    margin-bottom: 2rem;
    border: 2px solid #fff;
    display: inline-block;
    padding: .5rem 2rem;
    text-decoration: none;
}

.footer-wrap .social {
    margin: 1.4rem 0;
    margin-bottom: 2.3rem;
}

.footer-wrap .social a {
    margin-right: 1.5rem;
    border-radius: 10rem;
    display: block;
    float: left;
    text-align: center;
    transition: all ease 0.3s;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.footer-wrap .social i, .footer-wrap .social img {
    height: 15px;
    display: block;
}

.footer-wrap .social a:hover {
    opacity: 0.5;
}

.contact-table td {
    padding: 0;
    margin: 0;
    padding-bottom: 1rem;
}

.contact-table td p {
    padding: 0;
    margin: 0;
}
/* Smaller than phablet (also point when grid becomes active) */

@media (max-width: 800px) {
    .contact-table td {
        display: block;
        padding-bottom: 1rem;
    }
}

.credits {
    text-transform: initial;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.6);
}

.credit-logos {
    display: block;
    margin-top: 1rem;
}

.credit-logos img {
    height: 20px;
    padding-right: 1rem;
}

.footer-wrap .credits a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.footer-logos {
    padding: 2rem 0;
    padding-top: 0;
}

.footer-logos img {
    padding: 1rem 0;
    height: 20px;
    margin-right: 3vw;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 600px) {
    .footer-logos img {
        padding: 1rem 0;
        height: 40px;
        margin-right: 3vw;
    }
}

/* CONTACT MODAL */
/* TEAM */
.team-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-member {
    position: relative;
    flex: 0 0 calc(50% - 2rem);
    margin: 1rem;
    text-decoration: none;
    line-height: 1;
}
/* Larger than phablet (also point when grid becomes active) */

@media (min-width: 800px) {
    .team-member {
        position: relative;
        flex: 0 0 calc(25% - 2rem);
    }
}

.team-image {
    width: 100%;
}

.team-image img {
    width: 240px;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: 1;
    margin: 0 auto;
    transition: all ease 0.3s;
    box-sizing: border-box;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: .5rem;
    top: 0;
    position: relative;
}

.team-member:hover img {
    display: block;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.team-info {
    bottom: 0;
    opacity: 1;
    padding: 2rem;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.team-info .team-name {
    margin: 0;
    font-size: 1.8rem;
    max-width: 120px;
    margin: 0 auto;
    margin-bottom: .5rem;
}

.team-info .team-title {
    max-width: 140px;
    margin: 0 auto;
}

.team-info-bottom {
    position: relative;
    height: 0px;
    opacity: 0;
    transition: all ease 0.3s;
}

.team-member:hover .team-info-bottom {
    height: 80px;
    opacity: 1;
}

.team-info .team-email {
    color: #fff;
    text-decoration: none;
    margin-bottom: 1rem;
    display: block;
}
/* Team Detials */

.team-detials-top {
    margin-bottom: -200px;
    position: relative;
    z-index: 300;
}

.bio-image-large {
    width: 100%;
}

.bio-image-large img {
    width: 100%;
    text-align: right;
    display: block;
    height: 240px;
    object-fit: cover;
    object-position: 0 10%;
}

.team-info-right {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.2;
    background: rgba(255, 255, 255, 0.89);
    width: auto;
    padding: 2rem;
}
/* Larger than phablet (also point when grid becomes active) */

@media (min-width: 800px) {
    .bio-image-large img {
        width: 100%;
        text-align: right;
        display: block;
        height: 400px;
        object-fit: cover;
        object-position: 0 10%;
    }

    .team-info-right {
        position: absolute;
        left: auto;
        right: 0;
        top: 220px;
        font-size: 2rem;
        line-height: 1.2;
        padding: 0;
    }
}

.team-info-right a {
    text-decoration: none;
}

.team-contact {
    margin: 1rem 0;
}

.team-contact-phones a {
    text-decoration: none;
    display: block;
}

.team-info-right h3 {
    margin-bottom: 0rem;
}

.team-bio {
    padding-top: 200px;
}

.team-video {
}

.team-video:empty {
    display: none;
}
/* Buying & Selling */

.split-table td:first-of-type {
    border-right: 1px solid #ccc;
    padding-right: 4rem;
}

.split-table td td:first-of-type, .split-table td td td:first-of-type, .split-table td td:last-of-type, .split-table td td td:last-of-type {
    border: 0 !Important;
    padding: 0 !important;
}

.split-table td:last-of-type {
    padding-left: 4rem;
    width: 40% !important;
}
/* Buying Selling Table  */

body.page87386 .split-table td:last-of-type {
    width: 50% !important;
}

body.page87697 .split-table td:last-of-type {
    padding-left: 4rem;
    width: 20% !important;
    min-width: 200px;
}
/* IDX Pages */

.page-pages.idx-page .content-wrap {
    padding: 4px 0;
    box-sizing: border-box;
}

#idx-frame {
    width: 100%;
    border: 0;
    box-sizing: border-box;
    display: block;
}
/*  Modal
    .modal-wrap {
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 2300;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
    }

    body.show-modal .modal-wrap {
        position: fixed;
        top: 0;
        left: 0;
        opacity: 1;
        z-index: 2300;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        display: block !important;
    }

    .modal {
        position: relative;
        top: 5%;
        left: 50%;
        width: 90%;
        margin-left: -45%;
        height: 90%;
        background: #fff;
    }


    body.show-modal.show-med-modal .modal {
        top: 200px;
        height: 50vh;
    }

    .modal-header {
        height: 37px;
        width: 100%;
        background: #00326E;
        color: #fff;
        position: relative;
        z-index: 300;
        padding: 0 2rem;
        box-sizing: border-box;
        text-align: right;
        line-height: 37px;
    }

    .close-modal i {
        cursor: pointer;
        padding: 1rem;
        transition: opacity ease 0.3s;
    }

    .close-modal i:hover {
        opacity: 0.7;
    }

    .modal-content {
        height: calc(100% - 37px);
        width: 100%;
        left: 0;
    }

    .modal-content:after {
        content: "\f1ce";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        width: 100%;
        z-index: 4500;
        font-size: 4rem;
        position: fixed;
        color: #333;
        top: 50%;
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body.modal-loaded .modal-content:after {
        display: none;
    }

    .modal-content iframe {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        border: 0;
        margin: 0;
        padding: 0;
        opacity: 0;
        transition: opacity ease 0.3s;
    }

    body.modal-loaded .modal-content iframe {
        opacity: 1;
    }

    .modal-content input {
        margin-bottom: .5rem;
        width: 49%;
    }

    .modal-content textarea {
        margin-bottom: .5rem;
        width: 98.9%;
    }

    .modal-content .button {
        margin-top: 2rem;
    }

    */
/* Contact Table */

.contact-table h3 {
    color: #fff;
    margin-bottom: 0rem;
    font-size: inherit;
    line-height: initial;
}

.footer-top .contact-table td a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}
/* Two Column Table For Buyer and Seller Pages */

.two-col-table {
}

.two-col-table tr {
    border-top: 1px solid #ccc;
    margin-bottom: 3rem;
    width: 100%;
}

.two-col-table tr:first-of-type {
    border-top: 0;
}

.two-col-table td {
    padding: 4rem 0;
    box-sizing: border-box;
}

.two-col-table tr td:last-of-type {
    width: 50% !important;
    text-align: center;
    vertical-align: middle;
}

.two-col-table tr td:last-of-type img, .two-col-table tr td:last-of-type iframe {
    width: 80% !important;
    text-align: center;
}

.two-col-table tr td:first-of-type h5 {
    margin: 0;
    font-size: 1.5rem;
}

.two-col-table h3 {
    margin: 0 auto;
    margin-bottom: 4rem;
    font-size: 3rem;
}

.two-col-table p, .two-col-table ul {
    margin: 0 auto;
}

.two-col-table p, .two-col-table li {
    list-style: none;
    margin-bottom: 2rem;
}
/* Media Table */

.media-table, .media-table tbody, .media-table tr {
    display: flex;
    flex-wrap: wrap;
}

.media-table tr {
    width: 100%;
}

.media-table td {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    width: 100% !important;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .media-table tr {
        width: 50%;
    }
}

.media-table td iframe {
    width: 100%;
    background: #000;
}

.media-table td p {
    margin: 0;
    padding: 0;
}

.media-table td h4 {
    min-height: 60px;
}
