/**,*/
/**::before,*/
/**::after {*/
/*  box-sizing: border-box;*/
/*}*/

.grecaptcha-badge { 
    visibility: hidden;
}
/*
.grecaptcha-badge {
    z-index: 100;
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    bottom: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}*/



.registerForm label,
.text-muted{
    color: #FFF !important;
}


.animated-modal .content-header h2,
.animated-modal .content-header p,
.animated-modal,
.animated-modal p,
.animated-modal .content-scroll,
.animated-modal .content-scroll p,
.animated-modal a{
    color: #FFF !important;
}


.disclaimerForm button{
    margin-top: 20px;
}

.animated-modal .content-scroll a{
    text-decoration: underline;
}

.animated-modal.fancybox-content{
    border: 3px solid #fff;
    background: #ec2a2a;
    color: #FFF;
}

/* Start state */
.animated-modal {
    transform: translateY(-50px);
    transition: all .7s;
}

.animated-modal .content-header h2,
.animated-modal .content-header p {
    transform: translateY(-50px);
    opacity: 0;

    transition-property: transform, opacity;
    transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal .content-header,
.fancybox-slide--current .animated-modal .content-header h2,
.fancybox-slide--current .animated-modal .content-header p{
    transform: translateY(0);
    opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal .content-header h2 {
    transition-delay: .2s;
}

.fancybox-slide--current .animated-modal .content-header p {
    transition-delay: .1s;
}

.animated-modal {
    font-size: 1.2em;
    display: none;
    width: 100%;
    max-width: 400px;
    padding: 0;
    text-align: justify;
    border-radius: 3px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.animated-modal.fancybox-content a{
    color: #fff;
}


.animated-modal .fancybox-close-small {
    /*top: 15px;*/
}

.animated-modal .content-header {
    padding: 20px 20px 0 20px;
}
.animated-modal .content-header p{
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.animated-modal .content-header h2{
    font-size: 28px;
    color: inherit;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.animated-modal .content-scroll {
    max-height: calc(100vh - 60vh);
    overflow: auto;
    padding: 20px;
}

.animated-modal .content-body {
    overflow: auto;
    padding: 20px;
}


