﻿.StaticEmailH1Top {
    text-shadow: 2px 2px 6px #000;
    font-size: 48px;
    line-height: 58px;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}
.StaticEmailH1Bot {
    text-shadow: 2px 2px 6px #000;
    font-size: 48px;
    line-height: 58px;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: 500
}
.headline_mobile {
    color: #ffffff;
    font-weight: 500;
    display: flex;
    text-shadow: 2px 2px 8px #000;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}
.emperitas__Mid > h2 {
    text-align: center;
    font-size: 48px;
    margin: 50px auto 30px auto;
    line-height: 52px;
    font-family: 'Montserrat', sans-serif;
    color:#000;
}
.emperitas__lander__h2 > h2 {
    text-align: left;
    font-weight: 600;
    font-size: 32px;
    line-height: 50px;
    margin: 50px auto 30px auto;
    font-family: 'Montserrat', sans-serif;
}
@media (max-width: 700px) {
    .emperitas__lander__headline >h1{
        display:none;
    }
    .headline_mobile > span{
        display: flex;
        text-shadow: 2px 2px 8px #000;
        text-align: center;
        -webkit-box-align: center;
        color: #ffffff;
        font-weight: 500;
    }
    .emperitas__CircleArea > p {
        text-align: center;
        font-weight: 600;
        margin-bottom: 25px;
    }
    .emperitas__lander__h2 > h2 {
        font-size: 20px;
        margin: 0 auto 30px auto;
        text-align: center;
        font-weight: 600;
        line-height: 50px;
    }
    .emperitas__Mid > h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 24px;
        margin: 50px auto 30px auto;
        font-family: 'Montserrat', sans-serif;
    }
}
/*styles for contact2row*/
.contact2Row {
    width: 100%;
    border-collapse: separate;
    border-spacing: 30px;
    table-layout: fixed;
    position: relative;
    min-height: inherit;
    display: table;
    height: 100%;
}
    .contact2Row > .row {
        display: table-row;
    }

        .contact2Row > .row > .cell {
            display: table-cell;
            vertical-align: top;
            border: 1px solid #e0e0e0;
            background: white;
            padding: 30px 15px 30px;
        }

            .contact2Row > .row > .cell > div {
                height: 100%;
                text-align: center;
            }

                .contact2Row > .row > .cell > div > .image-wrap {
                    height: 70px;
                    width: 90px;
                    margin: 0 auto 10px;
                }
                    .contact2Row > .row > .cell > div > .image-wrap > img {
                        max-height: 100%;
                        margin: 0 auto;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                        transform: translateY(-50%);
                        position: relative;
                    }

@media (max-width: 700px) {
    .contact2Row {
        max-width: 218px;
        display: block;
        border-spacing: unset;
        margin: 0 auto;
    }

        .contact2Row > .row {
            display: block !important;
        }

        .contact2Row > .row > .cell {
            display: inline-block !important;
            min-height: 170px !important;
            width: 100% !important;
            margin-bottom: 26px !important;
        }

    .contact2Row > .row > .cell > div {
        height: 100%;
        text-align: center;
    }
        .contact2Row > .row > .cell > div > h5 {
            font-size: 20px;
        }
        .contact2Row > .row > .cell > div > p {
            font-size: 10px;
            line-height: 16px;
        }
        .contact2Row > .row > .cell > div > .image-wrap {
            height: 30px;
        }

    .contact2Row > .row > .cell > div > .image-wrap > img {
        max-height: 100%;
        margin: 0 auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
    }
}
.emailVideoBox{
    margin:0 auto;
    height:500px;
    width:80%;
}
.landingBlur{
    height:100%
}
#videoClose{
    height:20px;
    width:20px;
    position:absolute;
    right:calc(10% + 10px);
    cursor:pointer;
}
@media (min-width:701px) and (max-width: 1170px) {
    .emailVideoBox {
        height: 400px;
        width: 100%;
    }
    #videoClose {
        right: 10px;
    }
}
@media (max-width: 700px) {
    .emailVideoBox {
        height: 300px;
        width: 100%;
    }
    #videoClose {
        right: 10px;
    }
}
.email_sub-headline{
    text-align:center !important;
}
.emailThankyouSpace{
    margin: 0 0 0 0 !important;
}