/* Google font: Roboto */

@import 'https://fonts.googleapis.com/css?family=Roboto:700,900';
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0%, rgba(2, 111, 94, 0.65) 22%, rgba(2, 111, 94, 1) 49%, rgba(6, 47, 41, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(22%, rgba(2, 111, 94, 0.65)), color-stop(49%, rgba(2, 111, 94, 1)), color-stop(100%, rgba(6, 47, 41, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0%, rgba(2, 111, 94, 0.65) 22%, rgba(2, 111, 94, 1) 49%, rgba(6, 47, 41, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0%, rgba(2, 111, 94, 0.65) 22%, rgba(2, 111, 94, 1) 49%, rgba(6, 47, 41, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0%, rgba(2, 111, 94, 0.65) 22%, rgba(2, 111, 94, 1) 49%, rgba(6, 47, 41, 1) 100%);
}

#modal {
    position: absolute;
    vertical-align: middle;
    max-width: 265px;
    display: block;
    top: calc((100vh - 490px) / 2);
    right: calc((100vw - 265px) / 2);
}

.close {
    cursor: pointer;
}

.right {
    float: right;
}

.left {
    float: left;
}

.top {
    max-width: 265px;
    height: 65px;
    display: block;
}

.title-ellp {
    font-size: 40px;
    color: white;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-weight: 700;
    padding: 10px 0 15px;
    text-align: center;
}

.cta button {
    border-radius: 4px;
    background-color: #fbc02d;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: black;
    cursor: pointer;
    border: none;
    border-bottom: 4px solid #f67816;
    font-size: 30px;
    letter-spacing: -0.8px;
    width: 265px;
    height: 65px;
    margin: 15px 0;
    text-transform: uppercase;
}

.cta button span.capitalized-letter {
    font-size: 34px;
    font-weight: 700;
}

.cta button:hover {
    border-bottom: 2px solid #f67816;
}
