﻿.ub-emb-close {
    background-color: hsla(0,0%,100%,.6);
    border: 0;
    border-radius: 50%;
    color: #525151;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    outline: none;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    transition: transform .2s ease-in-out,background-color .2s ease-in-out;
    width: 20px;
    z-index: 1;
}

.ub-emb-close {
    bottom: 0;
    margin: auto 0;
    top: 0;
}

.ub-emb-close {
    right: 20px;
    content: "";
    position: absolute;
    top: -10px;
    z-index: 99999;
}

    .ub-emb-close:hover {
        background-color: #fff;
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .ub-emb-close:before {
    }

.no-height {
    height: 0px !important;
}


.lp-positioned-content {
    color: white;
}

.padding-banner {
    padding-bottom: 3rem;
}

.main-banner {
    background-color: #041941;
}

.footer-banner .left {
    padding: 0.5rem;
    font-weight: bold;
}

.footer-banner .left .first {
    font-size: 1.3rem;
}

    .footer-banner .left .second {
        font-size: 1.7rem;
    }

    .footer-banner .left .yellow {
        color: yellow;
    }

.footer-banner .right {
    margin-left: 2rem;
    padding: 0.5rem;
}

    .footer-banner .right .first {
        font-weight: bold;
        font-size: 2.1rem;
    }

    .footer-banner .right .second {
        font-size: 1rem;
    }

    .footer-banner .right .yellow {
        color: yellow;
    }

@media(max-width: 437px) {
    .padding-banner {
        padding-bottom: 9rem;
    }

    .footer-banner .right {
        margin-left: 0;
        text-align: left !important;
    }

        .footer-banner .right .first {
            font-size: 3rem;
        }
}