﻿.remodal h2 {
    font-size: 3.5rem;
}

@media only screen and (max-width: 767px) {
    .remodal h2 {
        font-size: 2.4rem;
    }
}

.remodal .remodal-close {
    color: #321783;
    height: 38px;
    width: 40px;
    margin-top: 20px;
    margin-right: 15px;
    z-index: 20;
}
    .remodal .remodal-close:before {
        content: url(/images/close-icon.svg);
    }

.remodal .logo {
    width: 200px;
    height: 50px;
    float: right;
}
.remodal p {
    font-size: 1.8rem;
}
.remodal .footer {
    margin-top: 40px;
}

.remodal-overlay {
    background: rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 767px) {
    img.logoinbox {
        float: left;
        height: 80px;
    }
}