html.modal-open {
    overflow: hidden;
}

.ctct-modal {
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: 0.15s;
            transition: 0.15s;
    visibility: hidden;
    z-index: 100;
}

.ctct-modal.open {
    opacity: 1;
    visibility: visible;
}

.ctct-modal .modal-background {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: fixed;
    width: 100%;
}

.ctct-modal .modal-container-fluid {
    left: 0;
    max-width: 600px;
    position: absolute;
    right: 0;
    top: 0;
}

.ctct-modal .ctct-modal-content {
    background-color: #fff;
    border-radius: 3px;
    padding: 15px 15px 30px;
    -webkit-transition: display 1s, opacity 1s, visibility 1s;
            transition: display 1s, opacity 1s, visibility 1s;
}

.ctct-modal .modal-close {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 91.6666666667%;
    float: left;
    width: 8.3333333333%;
    background: 0 0;
    border: 0;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    outline: 0;
}

.ctct-modal .modal-row {
    zoom: 1;
}

.ctct-modal .modal-row:after, .ctct-modal .modal-row:before {
    content: '';
    display: table;
}

.ctct-modal .modal-row:after {
    clear: both;
}

.ctct-modal .modal-body-column {
    float: left;
    width: 100%;
    padding: 34px;
}

.ctct-modal .modal-body-column h1:first-of-type,
.ctct-modal .modal-body-column h2:first-of-type,
.ctct-modal .modal-body-column h3:first-of-type,
.ctct-modal .modal-body-column h4:first-of-type,
.ctct-modal .modal-body-column h5:first-of-type,
.ctct-modal .modal-body-column h6:first-of-type,
.ctct-modal .modal-body-column img:first-of-type,
.ctct-modal .modal-body-column p:first-of-type {
    margin-top: 0;
}

@media (min-width:600px) {
    .ctct-modal .modal-body-column {
        padding: 43px;
    }
}

@media (min-width:768px) {
    .ctct-modal .modal-container-fluid {
        left: 50%;
        right: auto;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }

    .ctct-modal .modal-body-column {
        padding: 43px;
    }
}

@media (min-width:991px) {
    .ctct-modal .modal-body-column {
        padding: 53px;
    }
}

@media (min-width:1200px) {
    .ctct-modal .modal-body-column {
        padding: 53px;
    }
}
