/* Some video styling */
.video-wrapper-small>iframe{
    width:100% !important;
    height: 352px !important;
}

.video-wrapper-large>iframe{
    width:100% !important;
    height: 490px !important;
}


#passwordforgotten-block{
    display: none;
}


#request-password-accepted{
    display: none;
}
.passwordResetError{
    display: none;
    color: red;
}



#resetPasswordRequestForm{
    padding-top:100px;
    padding-bottom:100px;
}
.custom-hover-important{
    color: #00c100;
    font-weight: 900;
}
.btn--academy{
    padding:7px 15px;
    color:#005da1;
    background-color: #efefef;
    border-radius: 30px;
    font-size: 14px;
    height: auto;
    transition: 0.5s ease all;
}
.btn--academy:hover{
    background-color: rgba(0, 93, 161, 0.20);
}
.academy-btn-active{
    color:white;
    background-color:#005da1;
    pointer-events: none;
    padding:7px 15px;
    border-radius: 30px;
}
.academy-btn-active:hover{
    background-color:#005da1;
    pointer-events: none;
}
.academy-btn-menu-active{
    background-color:#005da1;
    color:white;
    pointer-events: none;
    padding:7px 15px;
    border-radius: 30px;
}
.academy-btn-menu-active:after{
    height: 0;
    width: 0;
    display: none;
}
.button-label{
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #005da1;
    border-radius: 50px;
    background: #efefef;
}
.button-label:hover {
    background-color: rgba(0, 93, 161, 0.20);
    color: #005da1;
}
.hidden {
    display: none;
}
.button-input-academy:checked + .button-label {
    background: #005da1;
    color: white;
}
.button-input-academy:checked + .button-label:hover {
    background: #005da1;
    color: white;
}
.form-check-inline{
    padding:0;
    margin: 0;
}