.rightlogo {
    text-align: right;
}

.logo {
    width: 200px;
}

.abovenav {
    padding: 15px;
    margin-right: 0px;
}

.thickfont {
    font-weight: 500;
}

.light-font {
    font-weight: 300;
}

.bracketspacetop {
    padding-top: 50px;
}

.bracketspacebottom {
    padding-bottom: 50px;
}

.leftbracket {
    float: left;
    height: 50px;
}

.rightbracket {
    float: right;
    height: 50px;
}

.titlecolor {
    color: rgba(18,52,96,1);
}

.titleposition {
    padding-left: 40px;
    padding-top: 6px;
}
.align {
    text-align: left;
}

.paragraphstyle {
    padding: 30px 30px;
}

.textcolor {
    color: white;
}

    .textcolor a {
        color: white;
    }

        .textcolor a:hover {
            color: white;
        }
a.textcolor:hover {
    color: white;
}
p, ul, .fontsize, label, ol {
    font-size: 1.15rem;
}

h1 {
    font-size: 2rem;
}

.underline {
    text-decoration: underline;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.hidden {
    display: none;
}
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
html {
    position: relative;
    min-height: 100%;
}

header {
    background-color: white;
}

.footer {
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
.title-margin {
    margin-top: 25px;
    margin-bottom: 20px;
}
#navbgcolor {
    background-color: #202358;
}
.header-background {
    background-image: url(../images/background.png);
    background-size: 100%;
    background-position: center;
}

.blue-bg {
    background: rgba(18,52,96,1);
}
.padding-top{
    padding: 50px 0;
}

p, h2, label, li, h3{
    color: #fff;
}
h3{
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 25px;
    font-weight: normal
}

.thumbnail{
    max-width:100%;
    margin-bottom: 20px;
}
.training{
    padding: 25px 85px;
    text-align: center;
}
.training p{
    text-align: left !important;
}
footer{
    padding: 20px 0;
}
footer p, footer a {
    font-size: 14px;
    color: rgba(18,52,96,1);
}
.btn{
    background-color: #ccc;
    padding: 5px 10px;
    border-radius:5px;
}
.bold-text{
    font-weight: bold;
}
a{
    text-decoration: none;
}
iframe{
    margin-bottom:20px;
}
input{
    margin-bottom: 10px
}
li{
    text-align:left;
    color: #fff;
}
.display-4{
    text-align: center;
    font-size: 3rem
}
.trainings, .additional-resources{
    margin-top:25px;
}
.trainings{
    padding-bottom:35px;
}
.link{
    color:#fff;
    text-decoration: underline;
}
.align-center{
    text-align: center;
}
.your-role-video {
    width: auto;
    height: auto;
}
.roll-call-video {
    width: auto;
    height: auto;
}
.question{
    margin-bottom:25px;
}
.question label{
    display: inline;
}
.answers{
    margin-left: 20px;
    margin-bottom:10px;
}
form .field-validation-error {
    padding: 5px 10px;
    border-radius: 5px;
}
.quiz-results {
    background: #fff;
    border: 1px solid #0e1242;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 25px;
}
.quiz-results p {
    color: #000000;
}
.quiz-results li{
    width: fit-content;
}
.question label.alert-success, .question label.alert-danger, .quiz-results li.alert-success, .quiz-results li.alert-danger {
        padding: 2px 10px;
        border-radius: 5px;
        margin-bottom: 10px;
    } 
@media screen and (min-width:450px) {
    .your-role-video {
        width: 400px;
        height: 254px;
    }
    .roll-call-video {
        width: 400px;
        height: 188px;
    }
}
@media screen and (min-width:768px) {
    .your-role-video {
        width: 640px;
        height: 301px;
    }
    .roll-call-video {
        width: 640px; 
        height: 405px;
    }
}
@media screen and (min-width:1200px) {
    .your-role-video {
        width: 800px;
        height: 376px;
    }
    .roll-call-video {
        width: 800px;
        height: 506px;
    }
}
@media screen and (max-width:575px) {
    .rightlogo {
        text-align: center;
    }
}