body {

}

.container-xxl {
    max-width:1320px;
}

.helpButton {
     background-color: #1f2959!important;
     color: #fff!important;
     border: 1px solid #1f2959!important;
     display: inline-block;
     font-size: 1.05882rem;
     /*font-weight: 600;*/
     color: #fff;
     letter-spacing: .02em;
     padding-top: 12px;
     padding-right: 30px;
     padding-bottom: 12px;
     padding-left: 30px;
     margin-top: 20px;
     border-radius: 2px;
     text-decoration: none;
     transition: ease all .3s;
 }

.light {
    background-color: #3c69b2 !important;
}

.helpButton:hover, .helpButton:focus {
    color: #1f2959!important;
    background-color: #fff!important;
}

caption, h1, h2, h3, h4, h5, h6 {
     font-family: Poppins,Source Sans;
     font-weight: 700;
     line-height: 1.3;
     color: inherit;
 }

h2 {
    font-size: 1.6rem;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 41px;
    margin-bottom: 28px;
    color: #202a56;
}

p {
    line-height: 1.8;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


.navbar {
    /*background: #2c3e6b url(/assets/img/redesign2022/background_nav.png) repeat-x;*/
    background: #2c3e6b url(/assets/img/redesign2022/background_nav2.png) repeat-x;
}

.nav-link {
    color: #fff;
    font-size:16px;
}

.nav-link:hover {
    text-decoration: underline;
}

.active:hover {
    text-decoration: none !important;
}

#title_container {
    background: #fff url(/assets/img/redesign2022/background_title.png) repeat-x ;
    background-position: center;
}

#content_body ul {
    list-style: none; /* Remove default bullets */
}

#content_body ul li {
    margin-bottom:8px;
    max-width: 1020px;
    margin-left: -10px;
}

#content_body ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    font-size: 20px;
    color: #3c69b2; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.h1, h1 {
    font-size: 2.25rem;
    font-weight: 500;
}

li p {
    display: inline;
}

.video_text_holder {
    background: #3b69b2;
}

.video_text_holder_video {
    background: white;
    padding:15px 15px 15px 15px;
    margin-top:30px;
    width:100%;
}

.video_text_holder_text {
    padding: 30px 0px 30px 0px;
}

/* Setup a mobile friendly margin on the survey table that prevents scrolling on iphone 6 landscape */
#survey_table {
    margin: 0 -9px;
}


/* User login navigation #user_nav */
#user_nav > div {
    padding-bottom:10px;
}

#user_nav > div.active {

}

#user_nav .arrow_holder {
    width: 12px;
    vertical-align: top;
    display: none;
}

#user_nav > div.active .arrow_holder {
    vertical-align: top;
    display: block;
    margin-left: -12px;
}

#user_nav .fa {
    color: #409CE9;
}

#user_nav a {
    text-decoration: none;
}

#user_nav a:hover {
    text-decoration: underline;
}


/* sm - Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .video_text_holder_text {
        padding: 30px 15px 30px 15px;
    }

    #survey_table {
        margin: 0 0;
    }
}

/* md - Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .video_text_holder_text {
        padding: 30px 60px 30px 60px;
    }

    .video_text_holder_video {
        padding: 25px;
    }

    #content_body ul li {
        margin-left: 20px;
    }
}

/* l - Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .video_text_holder {
        background: #3b69b2 url(/assets/img/redesign2022/background_single_video_with_text.png) no-repeat top right;
        background-size: 840px;
    }

    .video_text_holder_video {
        padding:25px;
        margin-top:30px;
        margin-right:50px;
        width:470px;
    }
}

/* xl - X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .video_text_holder {
        background-size: 1040px;
    }

    .video_text_holder_video {
        padding:35px;
        margin-top:35px;
        margin-right:55px;
        margin-bottom:35px;
        width:560px;
    }

    .video_text_holder_text {
        padding: 65px 80px 0 100px
    }
}

/* xxl - XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .video_text_holder {
        background-size: 1240px;
    }

    .video_text_holder_video {
        padding:35px;
        margin-top:35px;
        margin-right:60px;
        margin-bottom:35px;
        width:680px;
    }
}
