@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap);
a img {
    border:0;
}


body {
    margin: 0px;
    paddin: 0px;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

h1 {
    font-weight: 400;
}

.modal-content, .btn {
    border-radius: 0px;
    outline: 0;
}

.warning-info {
    margin:20px 0px 0px 0px;
    color: #003553;
    font-size: 12px;
    text-align:left;
}

.toTop {
    width: 70px;
    height: 70px;
    line-height: 66px!important;
    text-align: center;
    font-weight: 100;
    font-size: 30px!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #6689BE;
    border: 1px solid #6689BE;
    position: fixed;
    right: 66px;
    bottom: 50px;
    display: none;
    overflow: hidden;
    text-decoration: none;
    z-index: 20;
}
.toTop:hover {
    text-decoration: none;
    color: #759CD7;
}


p.alert {
    border-radius: 0;
    padding:5px 10px;
    margin:10px 0px 0px 0px;
}


.sa-innate-form input[type=text], input[type=password], input[type=email], input[type=file], textarea, select, email{
    font-size:16px;
    padding:10px;
    border:1px solid#ccc;
    outline:none;
    width:100%;
    margin:8px 0;

}

.sa-innate-form button{
    border:1px solid#E68474;
    background:#FAA61F;
    color:#fff;
    padding:10px 25px;
    font-size:16px;
    margin-top:5px;
}
.sa-innate-form button:hover{
    border:1px solid#db3b2b;
    background:#FF9281;
    color:#fff;
}

form .span-error {
    display:block;
    color:red;
    font-size:14px;
}
form .input-error {
    border:1px solid red !important;
}

.sa-innate-form label {
    margin:0px;
    padding:0px;
    font-weight: 600;
}

#user-modal .tab-content {
    padding-top:20px;
}

#user-modal button {
    float: right;
}

.user-menu a {
    font-size:14px;
}

.user-menu a.nav-link {
    color: #000 !important;
    font-weight: 600;
}
.user-menu .dropdown-menu {
    border-radius: 0;
}


.main > .alert {
    position: fixed;
    z-index: 10010;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -ms-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -o-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
}
.main > .alert .alert {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}
.main > .alert .alert.fadeOut {
    top: -100%;
}

@-ms-keyframes alert-anim {
    0% {
        top: -100%;
    }
    60% {
        top: 0;
    }
    100% {
        top: 0;
    }
}
@-o-keyframes alert-anim {
    0% {
        top: -100%;
    }
    60% {
        top: 0;
    }
    100% {
        top: 0;
    }
}
@-webkit-keyframes alert-anim {
    0% {
        top: -100%;
    }
    60% {
        top: 0;
    }
    100% {
        top: 0;
    }
}
@-moz-keyframes alert-anim {
    0% {
        top: -100%;
    }
    60% {
        top: 0;
    }
    100% {
        top: 0;
    }
}
@keyframes alert-anim {
    0% {
        top: -100%;
    }
    60% {
        top: 0;
    }
    100% {
        top: 0;
    }
}
@-ms-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }
    60% {
        font-size: 0;
    }
}
@-o-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }
    60% {
        font-size: 0;
    }
}
@-webkit-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }
    60% {
        font-size: 0;
    }
}
@-moz-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }
    60% {
        font-size: 0;
    }
}
@keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }
    60% {
        font-size: 0;
    }
}

.alert {
    width:100%;
    position: relative;
    padding: 18px 40px 18px 75px;
    z-index: 30;
    color: #FFF;
    border-radius: 0;
    min-height: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-weight: 700;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
    -o-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
    -webkit-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
    transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
}
.alert i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 60px;
    font-size: 40px;
    -webkit-animation: alert-icon-anim 1s;
    -moz-animation: alert-icon-anim 1s;
    -ms-animation: alert-icon-anim 1s;
    -o-animation: alert-icon-anim 1s;
    animation: alert-icon-anim 1s;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.alert i:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    line-height: 0;
}
.alert a:hover {
    text-decoration: underline;
}
.alert button.close {
    position: absolute;
    top: 50%;
    line-height: 1;
    right: 15px;
    color: #FFF;
    opacity: .7;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.alert button.close:hover, .alert button.close:focus {
    opacity: 1;
    color: #FFF;
}
.alert.fadeOut {
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.alert.fadeOut .alert {
    top: 100%;
}

.alert-success {
    background-color: #4caf50;
}
.alert-success i {
    background: #388E3C;
}
.alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
    color: #C8E6C9;
}

.alert-danger {
    background-color: #F44336;
}
.alert-danger i {
    background: #D32F2F;
}
.alert-danger a, .alert-danger a:visited, .alert-danger a:focus, .alert-danger a:hover {
    color: #FFCDD2;
}

header {
    background: #456087;
}
header .logo {
    max-width: 200px;
    padding:10px 0px 10px 25px;
}
header .navbar li {
    padding:0px 15px;
}
header .navbar li a {
    font-size: 20px;
    padding:5px 0px;
    margin:0px;
    color: #fff;
    font-weight: 600;
}

header li a:hover {
    border-bottom:3px solid #759CD7;
    color:#fff;
    text-decoration: none;
    margin-bottom:-3px;
}

header li.user a:hover {
    border:0;
}

header li a.highlight {
    background: #759CD7
}
header li.user .username {
    font-size: 18px;
    font-weight:600;
    text-align: center;
    width:100%;
    display:block;
}

header li .dropdown-menu {
    background: #759CD7;
    border-radius: 0;
    border:0;
    padding:10px 15px;
}
header li .dropdown-menu li {
    border-bottom: 1px solid #C6DEE7;
}
header li .dropdown-menu li:last-child {
    border: 0;
}
header li .dropdown-menu li a {
    padding:5px;
    font-weight: normal;
    white-space: nowrap;
}
header li .dropdown-menu li a:hover {
    border:0;
    margin-bottom: 0px;
    color:#000;
}

.user .dropdown-menu {
    left: auto;
    right: 0;
}

footer {
    background: #456087;
    padding:50px 50px 25px 50px;
}

footer .contact {
    color:#fff;
    text-align: center;
    padding:0px 0px 20px 0px;
    border-bottom: 2px solid #6689BE;
}

.footer-logo img {
    margin-top:50px;
    max-width: 200px;
}

footer nav ul {
    list-style-type: none;
}
footer nav ul li {
    display: inline-block;
    padding: 5px 10px;
}
footer nav ul li a {
    color: #fff;
    font-weight: 600;
}
footer nav ul li a:hover {
    border-bottom:3px solid #759CD7;
    text-decoration: none;
    color:#fff;
}

.menu-image {
    background: #D0E0EA;
}

.menu-card .menu-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}
.menu-card .menu-image img {
    max-height: 70%;
    max-width: 70%;
}
.menu-card .title {
    padding-top:10px;
    color:#456087;
}
.menu-card .text {
    color:#456087;
}
.menu-card a:hover {
    text-decoration: none;
}

.menu-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #456087;
    height: 40vh;
    flex-direction: column;
}
.menu-header img {
    height:40%;
}
.menu-header .title {
    color:#fff;
    font-size: 48px;
    font-weight: 600;
}
.menu-header .title-small {
    color:#fff;
    font-size: 24px;
    font-weight: 400;
}

.menu-description {
    font-size: 44px;
    text-align: center;
    color:#759CD7;
    width:100%;
}
.video-box video {
    width:100%;
}
.video-box .title {
    padding-top:10px;
    color:#456087;
}
.video-box .text {
    color:#456087;
}
.video-box a:hover {
    text-decoration: none;
}

.video-view .video-title {
    font-size: 30px;
    color: #456087;
    vertical-align: middle;
    line-height: 66px;
    width:90%;
    text-align: center;
}

.video-view .video-lead {
    color:#456087;
}

.related-video-title {
    font-size: 30px;
    color: #456087;
    font-weight: 600;
}

.toBack {
    width: 70px;
    height: 70px;
    line-height: 66px!important;
    text-align: center;
    font-size: 30px!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #6689BE;
    border: 1px solid #6689BE;
    text-decoration: none;
    margin-right: 20px;
    z-index: 20;
}

.footer-brand-logo {
    list-style-type: none;
    text-align: center;
}

.footer-brand-logo li {
    display:inline-block;
    margin:0px 20px 0px;
}

.footer-brand-logo li img {
    max-height:25px;
}

.question-items {
    border: 1px solid #e4e4e4;
    border-top: 2px solid #0A5984;
    margin-bottom: 30px;
    padding: 30px;
}


#alert {
    z-index: 9999;
    pointer-events: all;
    width:100%;
}

#alert .alert {
    margin-bottom: 15px;

}

