/*  Global Styles */

@font-face {
    font-family: Lato;
    src: url(/TemplatePackage/3.0/fonts/lato-regular-webfont.eot);
    src: url(/TemplatePackage/3.0/fonts/lato-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/TemplatePackage/3.0/fonts/lato-regular-webfont.woff) format('woff'), url(/TemplatePackage/3.0/fonts/lato-regular-webfont.ttf) format('truetype'), url(/TemplatePackage/3.0/fonts/lato-regular-webfont.svg#latoregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.cdc-header {
    border-top: 6px solid #075290;
    padding: 10px 40px 20px;
    background-color: #fff;
    width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
}

.bread-crumb a {
    color: #000;
}

.btn-blue {
    background: #2b9eee;
    color: #fff;
}

body {
    -webkit-transition: margin 0.5s;
    transition: margin 0.5s;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    background: transparent url('../img/spacer-objective.png?1404161025') no-repeat;
    border: 0px none;
    height: 9px;
    margin: .5em auto;
    width: 129px;
}

hr.left {
    background-position: -60px 0;
    margin-left: 0;
}

hr.right {
    background-position: 60px 0;
    margin-right: 0;
}

a {
    text-decoration: underline;
}

body {
    background: #f8f8f8 url('../img/bg-white-pattern.jpg?1404161025');
}

.section {
    padding: 2em;
}

@media screen and (max-width: 766px) {
    .section {
        padding: 1em;
    }
}

#hhs {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 70px;
    z-index: 1;
    padding-right: 10px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.flexjustify {
    display: flex;
    align-items: center;
    /* align vertical */
}

@font-face {
    font-family: 'Lato';
    src: url('../../TemplatePackage/3.0/fonts/lato-regular-webfont.woff');
}

body {
    background: none;
    font-family: 'Lato';
    font-size: 17px;
}

p,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Lato';
}

p {
    margin: 1em 0;
}

h1 {
    line-height: 0.7em;
    padding-top: 10px;
    padding-bottom: 10px !important;
}

h1 small span {
    font-weight: 900;
}

h4 {
    color: rgb(0, 89, 132);
    font-weight: 600;
    margin-top: 1em;
}

audio,
canvas,
video {
    max-width: 100%;
}

div:focus,
span:focus {
    outline: none;
}

.mejs-controls .mejs-button button:focus {
    outline: 5px auto -webkit-focus-ring-color;
}

.title-slide .container {
    padding-right: 0;
    padding-left: 0;
}


/* Navigation Styles */

header[role=banner] {
    background: #1d2025;
    color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header[role=banner]:before,
header[role=banner]:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

header[role=banner]:after {
    clear: both;
}

header[role=banner].navbar {
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}

header[role=banner].navbar-inverse .navbar-nav {
    margin-left: 90px;
}

header[role=banner].navbar-inverse .navbar-nav > li > a {
    color: white;
}

@media (max-width: 767px) {
    header[role=banner].navbar-inverse .navbar-nav {
        margin-left: 0;
    }
}

header.fixed-nav {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 0;
    background: #fff;
}

header.fixed-nav.affix {
    top: 0;
    width: 100%;
    padding-right: 0;
    position: fixed !important;
}

header.fixed-nav .nav-collapse {
    float: left;
    display: inline;
}

header.fixed-nav .navbar-nav {
    text-transform: uppercase;
    font-size: 15px;
}

.navbar-inverse {
    border: none;
}

.navbar {
    font-size: 15px;
}

.navbar a {
    text-decoration: none;
}

.navbar li a {
    padding: 10px;
}

.navbar .container {
    max-width: 100%;
    padding: .4em .8em;
}

.navbar .icon-bar {
    background-color: #1d2025;
}

.navbar .navbar-brand {
    padding: 0 15px;
}

.navbar .btn-module {
    float: left;
    color: #fff;
    margin: 4px 40px 0 0;
}

.navbar .navbar-toggle {
    margin: 0 15px 0 0;
}

@media (max-width: 767px) {
    .navbar .btn-module {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        float: none;
        display: block;
        margin: 10px -15px 0;
    }
}

.navbar .btn-progress {
    background: #e6e6e6 !important;
    margin: 4px 0 0;
}

.navbar .btn-progress .module-progress {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background: #808080;
    height: 10px;
    margin: 0 1px;
    width: 10px;
}

.skipnav {
    position: absolute;
    color: white;
    opacity: 0;
}

header[role=banner] {
    background: #535353;
}

header[role=banner].navbar-inverse .navbar-nav {
    margin-left: 90px !important;
}

.navbar-nav {
    width: 90%;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
}

.navbar .container {
    width: 100%;
}

@media (min-width: 991px) {
    .navbar-nav > li {
        width: 16.5%;
    }
}

.nav button {
    background: #535353;
    border: 1px solid #535353;
    text-transform: uppercase;
    color: #fff;
    padding: .15em 1em;
}

.nav button.active {
    font-weight: 700;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #005984;
}

.nav button:hover {
    font-weight: 700;
    background: #c0c0c0;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    color: #005984;
}

@media screen and (max-width: 767px) {
    div#bs-docs-nav-content {
        margin-top: 10px;
    }
}

.img-container {
    padding: 0;
}

.mod2_page12-1.img-container,
.mod2_page12-2.img-container {
    max-height: 329px;
}

.img-container img {
    min-width: 100%;
}

.row,
.direction-message,
.see-answer,
.hide-answer,
.unique-answer {
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

@media screen and (max-width: 991px) {
    div#bs-docs-nav-content {
        padding: 0;
    }
    header[role=banner].navbar-inverse .navbar-nav {
        margin-left: 0 !important;
    }
    ul.nav.navbar-nav {
        width: auto;
    }
}


/* Content Sections */


/* Intro Section */

.intro {
    background: url(../img/module-2/ConcernedCitizensBannerBG.png);
    background-size: cover;
    padding: 10px;
}

.intro p {
    margin: 10px 0 20px 0;
}

h1 small {
    color: #333;
}

span.black-play {
    color: #454b54;
    font-size: 13px;
    padding: 2px 3px 2px 5px;
    background-color: #ededed;
    border-radius: 10px;
    margin: 0 2px;
}

.pagination-count {
    z-index: 1000;
    padding: 0.5em 1.125em .5em 0.8em;
    position: absolute;
    right: 0;
    background-color: white;
    border: 1px solid white;
    border-radius: 0 0 0 5px;
    box-shadow: none;
}

.pagination-count p {
    margin: 0;
    font-size: .75em;
    font-weight: 600;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 1320px) {
    .pagination-count {
        right: calc(((100vw - 1305px) / 2));
    }
}

@media screen and (max-width: 325px) {
    .pagination-count p {
        font-size: .6em;
    }
}


/*  This is the Yellow line for the Q&A template  */


/*.intro .container h1:after {
    content: " ";
    border: 1px solid #EEB111;
    height: 0;
    margin: 0;
    width: 75px;
    content: " ";
    margin-top: 23px;
    margin-bottom: 6px;
    display: block;
}*/


/* Description Section */

.description {
    background: url(../img/module-2/blueBG.png);
    color: #fff;
    background-size: cover;
    padding: 10px;
}

.description h4 {
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
}

.description p {
    font-style: italic;
    margin: 0 0 8px 0;
}


/* Content Section */

.content {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.row-1 {
    padding-top: 10px !important;
}

.row-5 {
    padding-bottom: 10px;
}

.radiation:after {
    content: "";
    display: table;
    clear: both;
}

.content .container div {
    min-height: 75px;
}

.content .row-3 .container div {
    min-height: 100px;
}

@media screen and (min-height: 991px) {
    .content .container div {
        min-height: 100px;
    }
}

.even {
    background-color: #f9f9f9;
}

.radiation .content .col-sm-1 {
    padding: 0;
}

i.fa.fa-search {
    color: white;
    border: 1px solid #005984;
    border-radius: 50%;
    padding: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: #005984;
}

.radiation .content .col-sm-4 {
    padding-left: 0;
    margin-left: -20px;
    margin-right: 20px;
}

.content p,
button.button.see-answer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin: 0;
}

.title-slide p {
    margin: 0em 0;
}


/*  Audio Player Controls  */

#qa-container audio {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 100%;
}

#qa-container .mejs-container {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 100%;
}

span.mejs-offscreen {
    display: none;
}

.mejs-container {
    background: transparent !important;
}

.mejs-container .mejs-controls {
    border-radius: 4px;
    background: #e6e6e6 !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #ccc !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #535353 !important;
    border-radius: 0px !important;
}

.mejs-container .mejs-controls .mejs-time span {
    color: #535353 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #e6e6e6 !important;
}

.mejs-controls .mejs-time-rail span {
    border-radius: 0 !important;
    border-top: 1px solid #CCC !important;
    box-shadow: 0px 1px 1px #535353 !important;
}

.mejs-horizontal-volume-slider.mejs-mute {
    float: right !important;
    top: 0px;
}

@-moz-document url-prefix() {
    .mejs-horizontal-volume-slider.mejs-mute {
        top: 0px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .mejs-horizontal-volume-slider.mejs-mute {
        top: -25px;
    }
}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
    .mejs-horizontal-volume-slider.mejs-mute {
        top: 0px;
    }
}

.audio-container div {
    min-height: 0 !important;
}

ul.answer-text {
    width: 58.5%;
    float: right;
    padding-right: 2%;
}

.answer-text li {
    padding: 12px 0 0px 10px;
}

.answer-text li:before {
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    margin-top: -5px;
    width: 1.3em;
    color: #005984;
}

.answer-container {
    display: none;
}

.rad-mod-2 .content button.see-answer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin-left: 20px;
    background-color: #008265;
    text-align: center;
    border: 3px solid #008265;
    border-radius: 3px;
    padding: 3px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 1 !important;
}

p.direction-message {
    text-align: center;
    margin: -10px 7% 5px 7%;
    color: #595959;
    font-style: italic;
    font-weight: 400;
    font-size: .9em;
}

.blue-bg-header p.direction-message {
    color: #fff;
    margin-top: 0.5em;
}

@media screen and (min-width: 992px) {
    .blue-bg-header p.direction-message {
        margin-top: 5em;
    }
}

.page1 .direction-message {
    margin: 50px 0 -60px 0;
}

.page1 .direction-message.bottom {
    margin: -60px 0 0 0;
}

.mod2page13 p.direction-message {
    text-align: left;
    margin: 0 0 -1em 0;
}

.mod4page5 p.direction-message {
    text-align: center;
    padding-top: 1em;
}

.mod4page6 p.direction-message {
    text-align: center;
}

@media screen and (max-width: 670px) {
    .mod2page13 p.direction-message {
        padding-top: 25px;
    }
}

.mt5 {
    margin-top: 5px !important;
}

@media screen and (max-width: 450px) {
    .mod2page13 .col-sm-2.col-xs-4 {
        padding-left: 0;
        width: 30%;
    }
    .mod2page13 .button {
        padding: 3px 3px;
    }
}


/*  Pagination Styles  */

.footer-pagination,
.header-pagination {
    background-color: #535353;
    padding: 0.667em;
    clear: both;
    font-weight: 400;
    font-size: 13.6px;
    height: 37.125px;
}

.footer-pagination i,
.header-pagination i {
    color: #eeb111;
    padding: 0 0.25em;
}

.footer-pagination a,
.header-pagination a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 0 0.125em;
}

.footer-pagination a:hover,
.header-pagination a:hover {
    cursor: pointer;
}

.footer-pagination a.next,
.header-pagination a.next {
    float: right;
}

.header-pagination {
    display: none;
    border-top: 1px solid black;
}

@media screen and (max-width: 1024px) {
    .header-pagination {
        display: block !important;
    }
}

@media screen and (min-width: 450px) {
    .lets-get-started {
        font-size: 1.5em;
        margin-top: -5px;
    }
}

/*  Helper Box Styles  */
.helper-box {
    position: fixed;
    bottom: 10px;
    right: 20px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out;
}
.arrow_box {
    position: relative;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    border-radius: 4px;
    padding: 1rem 2rem;
    text-align: center;
    font-size: 14px;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-color: rgba(248, 215, 218, 0);
    border-top-color: #f8d7da;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(245, 198, 203, 0);
    border-top-color: #f5c6cb;
    border-width: 11px;
    margin-left: -11px;
}
.arrow_box button {
    display: inline-block;
    margin-top: 10px;
    border: 2px solid #721c24;
    cursor: pointer;
    padding: 3px 5px;
    border-radius: 4px;
    color: #fff;
    background-color: #721c24;
}
.arrow_box button:hover, .arrow_box button:focus {
    opacity: 0.9;
}

/*  Title Slide Styles  */

.module-1.banner-image {
    background: url('../media/module1/Mod1_Page1_cropped.jpg');
    background-position: center;
    background-size: cover;
    padding-bottom: 6.667em;
}

.module-2.banner-image {
    background: url('../media/module2/Mod2_Page1_cropped.jpg');
    background-position: center;
    background-size: cover;
    height: 742px;
}

.module-3.banner-image {
    background: url('../media/module3/Mod3_Page1.jpg');
    background-position: center;
    background-size: cover;
    height: 742px;
}

.module-4.banner-image {
    background: url('../media/module4/Mod4_Page1.jpg');
    background-position: center;
    background-size: cover;
    height: 742px;
}

.module-5.banner-image {
    background: url('../media/module5/Mod5_Page1.jpg');
    background-position: center;
    background-size: cover;
    height: 742px;
}

.banner-icon,
.title-slide h1,
.title-slide p {
    text-align: center;
    color: #fff;
}

.banner-icon {
    margin: 100px 0 40px 0;
}

.title-slide h1 {
    font-size: 2.4em;
    font-weight: 600;
    letter-spacing: .18em;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .module-1 {
        font-size: 90%;
    }
}

@media screen and (max-width: 360px) {
    .module-1 {
        font-size: 70%;
    }
}

.title-slide .title-page-description {
    font-size: 2em;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.title-audio {
    margin: 4.5em 0;
}

.mod4page12b .title-audio,
.mod5page10 .title-audio  {
    margin: 1em 0;
}

.title-audio .modal-button {
    margin-top: 1em;
    width: 100%;
}

@media screen and (min-width: 450px) and (max-width: 768px) {
    .col-sm-6,
    .col-sm-2 {
        padding: 0 5px;
    }
}

@media screen and (min-width: 768px) {
    .title-audio .col-sm-offset-5 {
        margin-left: 35.66667%;
    }
    .title-audio .col-sm-2 {
        width: 28.66667%;
    }
}


/*  1 Text 1 Media Styles  */

@media screen and (min-width: 769px) {
    .text1-media1.mod5page7.ng-scope {
        font-size: 83%;
    }
    .page15 {
        font-size: 90%;
    }
}

.text1-media1.page15 .col-md-5 {
    padding: 0;
}

.text1-media1 .img-container {
    padding-left: 0;
}

.text1-media1 .title-audio {
    margin: 1em;
}

.page6 .text {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

@media screen and (min-width: 991px) and (max-width: 1250px) {
    .page17 h1 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .page17 .mod-ul,
    .page19 .mod-ul {
        margin: 0;
    }
    .page17 .mod-ul ul li {
        margin: .5em 1em 0 2em;
    }
}

.img-caption p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    max-width: 1320px;
    padding: 1em 2em;
    margin: 0;
}

.page9 .mod1_page9-1 .img-caption p {
    bottom: 107px;
}

.mod4page7 .img-caption-inside p {
    bottom: 0;
    position: relative;
}

.mod4page17b .img-caption p,
.mod5page12 .img-caption p,
.mod5page18 .img-caption p {
    bottom: 0;
}

@media screen and (min-width: 1320px) {
    .mod4page7 .img-caption p {
        margin-left: calc((100% - 1320px) / 2);
    }
}

.mod3page5 .img-caption p {
    bottom: 0;
}
.mod2page8 .img-caption p {
    bottom: 5px;
}

.mod1page12 .img-caption p,
.mod1_page15-1 .img-caption p,
.mod3page6 .img-caption p,
.mod3page7 .img-caption p,
.mod4page5 .img-caption p {
    bottom: 0;
}

.page11 .img-caption p {
    bottom: 0;
    margin-bottom: 0;
}

.mod3page9 .img-caption-inside p {
    bottom: 0;
}

.img-caption-outside {
    display: none;
}

@media screen and (min-width: 992px) {
    .mod3page7 .img-caption p {
        bottom: 125px;
    }
    .mod4page6 .img-caption p {
        bottom: 123px;
    }
}

@media screen and (max-width: 991px) {
    .img-caption p {
        position: relative !important;
        bottom: 0;
        padding: 1em 45px;
    }
    .img-caption-inside {
        display: none;
    }
    .img-caption-outside {
        display: block;
    }
    .col-md-5.mod3_page5-1 {
        background-position: top !important;
    }
}

@media screen and (max-width: 1024px) {
    .mod2page8 .img-caption p,
    .mod3page5 .img-caption p {
        bottom: 0;
    }
}

.text1-media1 .text1 {
    padding-left: 4%;
    padding-right: 5%;
    padding-bottom: 25px;
}

.mod4page5 .col-md-6 {
    padding-left: 4%;
    padding-right: 4%;
}

.mod2page9 .text1 {
    padding-top: 2em;
}

@media screen and (min-width: 767px) {
    .mod5page4 .text1 {
        margin: 0 8em 0 9em;
    }
}
.page9 .text1 {
    padding-left: 2%;
}

.text1-media1 .text1 h1 {
    padding-top: 15px;
}

@media screen and (max-width: 450px) {
    .text1-media1 .text1 h1 {
        padding-top: 30px;
    }
}

.text1 h1 small,
.mod3page6 .col-md-12 h1 small,
.text2-media1 h1 small {
    color: rgb(0, 89, 132);
}

.mod3page6 .col-md-12 h1 {
    padding-top: 10px;
    margin-top: 0;
}

.mod3page6 .col-md-12 {
    padding: 0 2em;
}

.text1-media1 .text1 h1 span {
    font-weight: 900;
}

.page15 .title-audio {
    margin: 0;
}

.mod4page8 .title-audio {
    margin: 1em 0;
}

.text1-media1-column2.mod4page8 {
    font-size: 83%;
}

.mod4page8 .direction-message {
    text-align: center !important;
}

.text1-media1-column2.page10 .mod-ul li:before {
    content: '\f178' !important;
    font-family: 'FontAwesome';
    float: left;
    margin: 0 0 0 -1.5em;
    font-size: 1em;
    padding: 0;
}

.fa-ul {
    margin-left: 1.5em !important;
}

.fa-ul>li {
    padding-left: 10px;
}

.fa-circle {
    font-size: 8px !important;
    color: rgb(0, 89, 132);
    padding-top: 16px;
    padding-right: 10px;
}

i.fa.fa-long-arrow-right {
    padding-right: 15px;
    color: rgb(0, 89, 132);
}

i.fa.fa-chevron-circle-down.see-answer {
    padding-bottom: 1em;
}

@media screen and (max-width: 960px) {
    .text1-media1 .img-container {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    .text1-media1 .img-container img {
        width: 100%;
    }
    .text1-media1 .text1 h1 {
        margin-top: 10px;
    }
    .text1 li:last-child {
        padding-bottom: 0;
    }
}

.text1-media1-column2 h1 {
    margin-left: 15px;
}

.mod2page11 h1 {
    padding-bottom: 0;
}

.mod2page11 .icon-image-box {
    border-radius: 5px;
    background-size: cover;
    background-image: url('/RAD-ToolKit/media/module2/Mod2_Page11-background.png')
}

.mod2page11 .icon-image-box h2 {
    text-align: center;
    margin: -26px 0 0px 0;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #A53424;
}

.mod5page10 h1 {
    padding-top: 0;
    padding-bottom: 0;
}

.text1-media1-column2 h1 small {
    color: rgb(0, 89, 132);
    font-weight: 500;
}

.text1-media1-column2 .fa-chevron-circle-down,
.text1-media1-column2 .fa-chevron-circle-up {
    color: #008265;
}

.text1-media1-column2 .direction-message {
    text-align: left;
    margin: 0;
    color: #595959;
    font-style: italic;
    font-weight: 400;
    font-size: .9em;
}

.mod5page10 p.direction-message {
    text-align: center;
    margin-top: 1em;
}

.text1-media1-column2 .row.rad-ind {
    padding: 15px;
}

.mod2page11 .row.rad-ind {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 30px !important;
}

.text1-media1-column2 .row.rad-ind-1 {
    padding: 0 15px 15px 15px;
}

.rad-ind-1 p.bold {
    margin: 0;
}

.page10 p {
    margin: 0.7em 0;
}

.text1-media1-column2 .row.rad-ind {
    padding-bottom: 0;
}

.mod4page13 .row.rad-ind {
    padding-top: 0;
}

.text1-media1-column2.clearfix.mod4page13.ng-scope {
    font-size: 83%;
}

.direction-message .fa-chevron-circle-down {
    padding-left: 2px;
}

.page10 ul.mod-ul {
    margin: 1em 0 1em 1em;
}

.page10 .text2 p:nth-child(1) {
    padding-top: 8px;
}

@media screen and (max-width: 768px) {
    .text1-media1-column2 .img-container {
        padding-right: 0;
        padding-left: 0;
    }
    .text1-media1-column2 .img-container img {
        width: 100%;
    }
}


/*  1Text 1Media 3Columns or Page7  */

.page7 h1 small,
.page4 h1 small {
    color: rgb(0, 89, 132);
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .page7 h1 small {
        padding-left: 0 !important;
    }
}

@media screen and (min-width: 1320px) {
    .page7 .pagination-count {
        padding-right: 14px;
        right: calc(((100vw - 1320px) / 2) - 8px);
    }
}

.page7 .text1 .row,
.page4 .text1 .row {
    margin: 0 3% 2% 3%;
}

.page7 .fa-ul p {
    margin-left: 20px;
    margin-top: -22px;
}

.page9 .text1 p {
    margin: 1em 30px;
}

.mod5page13 p {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .page7 .text1 .row,
    .page4 .text1 .row {
        margin: 0 3% 2% 3%;
    }
}

.page7 .text1 h1,
.page9 .text1 h1 {
    margin-left: 30px;
}


/*  2 Text 1 Media Styles  */

.mod4page5 h1 {
    padding-top: 0;
}

.text2-media1 .blue-bg-header {
    padding-top: 2em;
}

@media screen and (max-width: 991px) {
    .text2-media1 .blue-bg-header {
        padding-bottom: calc(2em - 10px);
    }
}

.mod4page5 .col-md-6:nth-child(2) {
    padding: 0;
}

.text2-media1 .title-audio {
    margin: 1em;
}

.text2-media1.mod4page15{
    font-size: 92%;
}

.text2-media1 .blue-bg-header .mod-ul li,
.text2-media1 .blue-bg-header .mod-ul li:before {
    color: white;
}

.mod5page10 .blue-bg-header .mod-ul li {
    color: #333;
}

.mod5page10 .blue-bg-header .mod-ul li:before {
    color: #005984;
}

.text2-media1 .modal-body .mod-ul li {
    color: #333;
}

.text2-media1 .modal-body .mod-ul li:before {
    color: #005984;;
}

@media screen and (min-width: 991px) {
    .text2-media1 .blue-bg-header ul.mod-ul {
        padding-top: 39px;
    }
    .text2-media1 .modal-body ul.mod-ul {
        padding-top: 0;
    }
    .mod4page15 .blue-bg-header ul.mod-ul {
        padding-top: 0;
    }
}

/*  2 Text 2 Media Styles  */

@media screen and (min-width: 991px) {
    .text2-media2,
    .mod3page6,
    .mod3page7 {
        font-size: 83%;
    }
    .text2-media2.page16,
    .mod4page12 {
        font-size: 100%;
    }
    .mod2page8 {
        font-size: 89%;
    }
    .mod2page8 .col-md-7.col-md-push-5 {
        padding-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .page16,
    .page14,
    .page11 {
        font-size: 100%;
    }
}

.blue-bg-header {
    background-color: rgb(0, 89, 132);
    padding: 10px;
}

.mod5page10 .blue-bg-header {
    background-color: #fff;
    padding: 10px !important;
}

 @media screen and (min-width: 991px) {
    .text2-media1 .blue-bg-header {
        height: 371px;
    }
}

.blue-bg-header h1 {
    color: #fff;
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.text2-media2 h1 small {
    font-weight: 500;
}

.text2-media2 h1 {
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.text2-media2 h1 small,
.blue-bg-header h1 small {
    color: #fff;
}

.text2-media2 .col-md-7 {
    padding: 2em 1em 1em 2em;
}

.page11 .col-md-7.text1 {
    padding: 1em 1em 1em 2em;
}

.mod2page11 .col-md-push-5 {
    padding-top: 0.5em;
}

.page8 .row1 .text1 {
    padding: 0em 1em 0 2em;
}

.page8 .row2 .col-md-7 {
    padding: 0 1em 1em 2em !important;
}

@media screen and (min-width:991px) {
    ul.second-column-ul {
        margin-left: 100px !important;
        margin-top: -54px !important;
    }

    ul.second-column-ul li:nth-child(1):before {
        margin-top: -27px !important;
    }
}

.page11 .row2 .col-md-7 {
    padding: 1em 1em 1em 2em !important;
}

.page8 .direction-message,
.page9 .direction-message,
.mod2page9 .direction-message,
.mod2page11 .direction-message,
.page11 .direction-message,
.page14 .direction-message,
.page15 .direction-message,
.mod1page14 .direction-message,
.mod4page12b .direction-message {
    text-align: center;
    margin: 1em 0 0 0;
    color: #595959;
    font-style: italic;
    font-weight: 400;
    font-size: .9em;
}

.mod2page11 .text1 p.direction-message {
    text-align: left;
    margin: 0 0 2em 0;
    padding-left: 30px;
    padding-right: 30px;
}

.page11 p.direction-message.top {
    margin: 0;
}

.page14 p.direction-message.top {
    margin-top: 0;
}

p.direction-message.top,
.page15 p.direction-message.top,
.mod1page14 p.direction-message.top,
.mod3page13 p.direction-message.top,
.mod4page5 p.direction-message.top {
    margin: 1em 0 1em 0;
}

.mod2page11 p.direction-message.top {
    margin-top: -0.5em;
}

@media screen and (min-width: 992px) {
    .mod4page5 p.direction-message.top {
        margin: 1em 0 1em 0;
    }
    .mod5page10 p.direction-message.top {
        margin-top: 1em;
    }
    .mod5page10 .row.rad-ind {
        padding-top: 0;
    }
}

.mod1page12 .row-2 {
    padding: 20px 40px;
}

.mod1page12 .row-3 {
    padding: 20px 60px;
}

.blue-table p {
    margin: 0;
    background-color: #005984;
    padding: 10px 10px 10px 20px;
    color: #fff;
    font-weight: 600;
}

.blue-table {
    padding: 0;
    border: 1px solid #005984;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .mod5page10 .col-md-12.blue-table {
        max-width: 52%;
        margin: 0 24%;
    }
    .mod5page10 .col-md-12.blue-table:nth-child(1) {
        margin-top: 1em;
    }
    .mod5page10 .col-md-12.blue-table:nth-child(2) {
        margin-bottom: 1em;
    }
}

.mod4page15 .blue-table:nth-child(1) {
    margin-top: 1em;
}

.bt-header {
    border-left: 1px solid white;
    border-right: 1px solid white !important;
}

.mod4page12b .bt-header:nth-child(1),
.mod4page13 .bt-header:nth-child(1),
.mod4page15 .bt-header:nth-child(1) {
    border-left: none;
}

.mod4page12b .bt-header:nth-child(5),
.mod4page13 .bt-header:nth-child(3),
.mod4page15 .bt-header:nth-child(2) {
    border-right: none !important;
}

@media screen and (max-width: 1200px) {
    .mod4page15 .col-md-6.blue-table.bt-body {
        min-height: 204px;
    }
}

@media screen and (max-width: 991px) {
    .blue-table {
        margin: 1em 1em 0 1em;
    }
    .blue-table:nth-child(even) {
        margin-top: 0;
    }
    .desktop-chart {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .blue-table:first-child {
        border-right: 0;
    }
    .mod4page15 .blue-table:nth-child(2) {
        margin-top: 1em;
    }
    .mod4page15 .blue-table:nth-child(3) {
        border-left: 1px solid #005984;
    }
    .mod4page12b .blue-table.col-md-2 {
        width: 20%;
    }
    .tablet-chart {
        display: none;
    }
    .mod4page12b .blue-table p {
        min-height: 92px;
    }
    .mod4page12b .blue-table .mod-ul {
        min-height: 325px;
    }
    .mod4page13 .blue-table p {
        min-height: 60px;
    }
    .mod4page15 .blue-table p {
        min-height: 64px;
    }
    .mod4page15 .blue-table ul.mod-ul {
        min-height: 149px;
    }
}

@media screen and (min-width: 1005px) {
    .mod4page12b .blue-table .mod-ul {
        min-height: 301px;
    }
}

@media screen and (min-width: 1028px) {
    .mod4page12b .blue-table .mod-ul {
        min-height: 277px;
    }
}

@media screen and (min-width: 1107px) {
    .mod4page12b .blue-table .mod-ul {
        min-height: 253px;
    }
}

@media screen and (min-width: 1249px) {
    .mod4page12b .blue-table .mod-ul {
        min-height: 229px;
    }
}

@media screen and (min-width: 1269px) {
    .mod4page12b .blue-table .mod-ul {
        min-height: 210px;
    }
}

.blue-table .mod-ul {
    padding: 1em 0 1em 2em !important;
    margin: 0 0 0 10px !important;
}

.mod5page10 .blue-table .mod-ul {
    margin: 0 !important;
}

.mod4page12b .blue-table .mod-ul,
.mod4page15 .blue-table .mod-ul {
    padding: 0.5em 1em 0.666em 2em !important;
}

.mod4page15 .row-3.desktop-chart {
    position: absolute;
    top: 355px;
    margin-right: 15px;
}

.mod4page16 .row-3.clearfix {
    margin-top: 40px;
    margin-bottom: 40px;
}

.row-3.tablet-chart {
    margin-bottom: 30px;
}

.page15 p.direction-message {
    margin-bottom: .5em;
}

.page8 .title-audio,
.page11 .title-audio {
    margin: 1em 0 !important;
}

.page14 p.direction-message {
    margin-top: 12%;
}

@media screen and (max-width: 991px) {
    .text2-media2 .col-md-7 {
        padding: 2em 2em 2.5em 2em;
    }
    .mod2page8 .row2 .col-md-7 {
        padding: 1em 0;
    }
    .mod2page11 .col-md-7 {
        padding: 1em 0 0 0;
    }
    .mod2page11 .col-md-7.text1 {
        padding-bottom: 1em;
    }
}

@media screen and (min-width: 991px) and (max-width: 1024px) {
    .text2-media2 .col-md-7 {
        padding: 1em 1em 1em 2em;
    }
    .page14 .col-md-7.col-md-pull-5 {
        padding-top: 4em;
    }
}

.text2-media2 .text1 {
    background-color: #f7f7f7;
}

.text2-media2 h4 {
    color: rgb(0, 89, 132);
    font-weight: 600;
    margin-top: 1em;
}

.text2-media2 .modal-header h4 {
    color: #008265;
    font-weight: 500;
}

.text2-media2 .mod-ul {
    padding: 0 0 0 2em;
    margin: 0;
}

.mod2page12 .mod-ul {
    padding-top: 2em;
    padding-bottom: 2em;
}

li.li-top-padding {
    padding-top: 15px !important;
}

.text2-media2 .row {
    margin-left: 0;
    margin-right: 0;
}

.text2-media2 .row1 {
    background-color: #f7f7f7;
}

.page11 p {
    margin-bottom: 10px;
}

.text2-media2 .title-audio {
    margin: 1.5em 0;
}

.page14 .title-audio {
    margin: 1% 0;
}

@media screen and (max-width: 767px) {
    .text2-media2 .row {
        padding: 0;
    }
    .page8 h1,
    .mod2page11 h1 {
        margin-left: 25px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1020px) {
    .text2-media2 .col-md-7 {
        padding: 0.5em 1em 0em 2em;
    }
}

@media screen and (max-width: 991px) {
    .page14 .title-audio {
        margin: 1em 0;
    }
}

.mod5page18 .col-sm-4 {
    padding-top: 45px;
}

@media screen and (min-width: 768px) {
    .mod5page18 .col-sm-4 {
        padding-bottom: 45px;
    }
}

.mod5page18 .mod5_page18-2 p {
    padding: 45px 2em;
}

.mod5page18 .col-sm-4 a {
    margin: 0 auto;
    width: 110px;
    display: block;
}

.mod5page18 .col-md-5.col-md-pull-7.mod5_page18-2.bg-image-box {
    background-color: #ebf2fb;
}

span.ng-scope {
    display: none;
}

/*.mod5page18 .col-md-7 p {
    font-size: 1.5em;
}

.mod5page18 h4 {
    font-size: 3em;
}

.mod5page18 .col-md-7 p {
    font-size: 1.5em;
}*/


/*  3 Text 3 Media Template  */

.text3-media3 {
    background-color: rgb(0, 89, 132);
    padding: 1em 6em;
    min-height: 742px;
}

.text3-media3 h1 {
    text-align: center;
    padding-bottom: 1em !important;
    padding-top: 0;
}

.text3-media3 h1 small span {
    color: #fff;
}

.text-media-box {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 1em;
    min-height: 575px;
}

.text-media-box img {
    border-radius: 5px;
    width: 100%;
}

.text3-media3 p {
    padding: 0 1em;
}

@media screen and (max-width: 991px) {
    .text3-media3 {
        padding: 1em 2em;
    }
    .text-media-box {
        margin-bottom: 30px;
    }
    .text-media-box {
        min-height: 300px;
        height: auto;
    }
}


/*  Module Overview Template  */

.overview .text {
    padding: 10% 8%;
}

@media screen and (max-width: 991px) {
    .overview .text {
        padding: 0;
    }
    .overview ul.mod-ul,
    .overview ol {
        width: 60%;
        margin: 2em auto;
    }
}

@media screen and (max-width: 450px) {
    .overview ul.mod-ul,
    .overview ol {
        width: 80%;
        margin: 2em auto;
    }
}

.overview-box {
    height: 742px;
}

.overview-text-box {
    background-color: #01588a;
    height: 100%;
}

.overview-text {
    text-align: center;
    padding-top: 48%;
}

.overview-text .mod-number {
    background-color: white;
    color: #01588a;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}

.overview-text h1 {
    width: calc(193px + 1.5vw);
    display: block;
    margin: 8px auto;
    text-align: left;
    color: #fff;
    line-height: 1.2em;
    font-size: 2.5em;
}

.overview-img {
    background-color: #00375f;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

.overview-img img {
    height: 100%;
    min-width: 100%;
    max-width: 200%;
}

img.multi-icon {
    height: auto;
    min-width: 142px;
    max-width: 142px;
    padding-top: 6px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .overview-box {
        height: 329px;
        height: 45vw;
    }
    .overview-text {
        padding-top: 22%;
    }
    .overview-img {
        text-align: center;
    }
    .overview-img img {
        width: 100%;
        height: 100%;
    }
    img.multi-icon {
        width: 1px;
        height: auto;
        min-width: 45%;
        padding-top: 6%;
        display: inline-flex;
        margin: 0 auto;
    }
    .overview-img img:nth-child(5) {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .overview-text-box {
        font-size: 52%;
    }
    .overview-text {
        padding-top: calc(28% - 10px);
    }
    .overview-text .mod-number {
        padding: 4px 8px;
        font-size: 1.1em;
    }
    .overview-text h1 {
        width: calc(92px + 1.7vw);
        margin-top: 0;
    }
}

/*
    Images with Blue Background
*/

.blue-bg-image-box {
    background-color: rgb(0, 89, 132);
    height: 742px;
}

.blue-bg-image-box .icon-box {
    background-color: #fff;
    margin: 43px auto;
    width: 305px;
}

.icon-box img {
    margin-top: -25px;
}

.blue-bg-image-box .icon-caption {
    color: #01588a;
    font-size: .8em;
    margin-top: -35px;
    text-align: center;
    padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .icon-box-container {
        padding: 10px;
    }
    .blue-bg-image-box .icon-box {
        width: 80%;
    }
}

@media screen and (max-width: 415px) {
    .blue-bg-image-box .icon-caption {
        margin-top: -20px;
    }
    .mod4page8 .blue-bg-image-box .icon-box {
        max-width: 60%;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .mod4page8 .blue-bg-image-box .icon-caption {
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .mod4page8 .blue-bg-image-box .icon-box {
        width: 300px !important;
    }
    .mod4page8 .blue-bg-image-box .icon-box img {
        width: 189px !important;
    }
}

.mod4page8 .blue-bg-image-box .icon-box-container {
    padding-top: 80px;
    padding-bottom: 60px;
}

.mod4page8 .blue-bg-image-box .icon-box {
    background: none;
    display: block;
    height: 162px;
    width: 375px;
    text-align: center;
}

.mod4page8 .blue-bg-image-box .icon-box img {
    display: inline-block;
    width: 260px;
}

.mod4page8 .blue-bg-image-box .icon-caption {
    color: #fff;
    display: inline-block;
    font-size: 2em;
    padding-right: 30px;
}

/*  Images */

.bg-image-box {
    background-size: cover !important;
    background-position: center !important;
    min-height: 329px;
}

.mod1_page2-1 {
    background: url('../media/module1/Mod1_Page2_cropped.png');
    background-size: cover;
    background-position: center;
    min-height: 742px;
}

.mod1_page3-1 {
    background: url('../media/module1/Mod1_Page3_cropped.jpg');
    background-size: cover;
    background-position: center;
    min-height: 742px;
}

.mod1_page4-1 {
    background: url('../media/module1/Mod1_Page4_cropped.jpg');
}

.mod1_page5-1 {
    background: url('../media/module1/Mod1_Page5_cropped.jpg');
    min-height: 742px;
}

.mod1_page6-1 {
    background: url('../media/module1/Mod1_Page6_cropped.jpg');
    min-height: 742px;
}

.mod1_page7-1 {
    background: url('../media/module1/Mod1_Page7_cropped.jpg');
    min-height: 329px;
}

.mod1_page8-1 {
    background: url('../media/module1/Mod1_Page8-1_cropped.jpg');
    min-height: 329px;
}

.mod1_page8-2 {
    background: url('../media/module1/Mod1_Page8-2.gif');
    background-position: right;
    background-size: cover;
    min-height: 329px;
}

.mod1_page9-1 {
    background: url('../media/module1/Mod1_Page9.gif');
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: 0 100px !important;
    min-height: 742px;
}

.mod1_page10-1 {
    background: url('../media/module1/Mod1_Page10_cropped1.jpg');
    min-height: 742px;
}

.mod1_page11-1 {
    background: url('../media/module1/Mod1_Page11-1.jpg');
}

.mod1_page11-2 {
    background: url('../media/module1/Mod1_Page11-1_cropped.jpg');
    background-position: center;
}

.mod1_page11-3 {
    background: url('../media/module1/Mod1_Page11-2_cropped.jpg');
}

.mod1_page12-1 {
    background: url('../media/module1/Mod1_Page12_cropped.jpg');
    min-height: 742px;
}

.mod1_page13-1 {
    background: url('../media/module1/Mod1_Page13_cropped.jpg');
    min-height: 742px;
}

.mod1_page14-1 {
    background: url('../media/module1/Mod1_Page14-1_cropped.jpg');
    min-height: 742px;
}

.mod1_page15-1 {
    background: url('../media/module1/Mod1_Page15_cropped.jpg');
    min-height: 742px;
}

.mod1_page16-1 {
    background: url('../media/module1/Mod1_Page16-1_cropped.jpg');
}

.mod1_page16-2 {
    background: url('../media/module1/Mod1_Page16-2_cropped.jpg');
}

.mod1_page17-1 {
    background: url('../media/module1/Mod1_Page17_cropped.jpg');
    min-height: 742px;
}

.mod1_page18-1 {
    background: url('../media/module1/Mod1_Page18_cropped.jpg');
    min-height: 742px;
}

.mod1_page19-1 {
    background: url('../media/module1/Mod1_Page19_cropped.jpg');
    min-height: 742px;
}

.mod2_page2-1 {
    background: url('../media/module2/Mod2_Page2_cropped.jpg');
    min-height: 742px;
}

.mod2_page3-1 {
    background: url('../media/module2/Mod2_Page3_cropped.jpg');
    min-height: 742px;
}

.mod2_page4-1 {
    background: url('../media/module2/Mod2_Page4_cropped.jpg');
    min-height: 742px;
}

.mod2_page5-1 {
    background: url('../media/module2/Mod2_Page5_cropped.jpg');
    min-height: 742px;
}

.mod2_page6-1 {
    background: url('../media/module2/Mod2_Page6_cropped.png');
    min-height: 742px;
}

.mod2_page7-1 {
    background: url('../media/module2/Mod2_Page7_resized.jpg');
    min-height: 329px;
}

.mod2_page8-1 {
    background: url('../media/module2/Mod2_Page8_resized.jpg');
    min-height: 742px;
}

.mod2_page8-2 {
    background: url('../media/module2/Mod2_Page8-2_cropped.jpg');
    min-height: 329px;
}

.mod2_page9-1 {
    background: url('../media/module2/Mod2_Page9_cropped.jpg');
    min-height: 742px;
    background-size: contain !important;
}

.mod2_page10-1 {
    background: url('../media/module2/Mod2_Page10_cropped.jpg');
    min-height: 742px;
}

.mod2_page11-1 {
    background: url('../media/module2/Mod2_Page11_cropped.jpg');
    min-height: 742px;
}

.mod2_page15-1 {
    background: url('../media/module2/Mod2_Page13_cropped.jpg');
    min-height: 742px;
}

.mod3_page2-1 {
    background: url('../media/module3/Mod3_Page2.png');
    min-height: 742px;
}

.mod3_page3-1 {
    background: url('../media/module3/Mod3_Page3.png');
    min-height: 742px;
}

.mod3_page4-1 {
    background: url('../media/module3/Mod3_Page4.jpg');
    min-height: 742px;
}

.mod3_page5-1 {
    background: url('../media/module3/Mod3_Page5-1.gif');
}

.mod3_page5-2 {
    background: url('../media/module3/Mod3_Page5-2.gif');
    background-position: top !important;
}

.mod3_page6-1 {
    background: url('../media/module3/Mod3_Page6.gif');
    min-height: 350px;
}

.mod3_page7-1 {
    background: url('../media/module3/Mod3_Page7.gif');
    min-height: 742px;
}

.mod3_page8-1 {
    background: url('../media/module3/Mod3_Page8.jpg');
}

.mod3_page9-1 {
    background: url('../media/module3/Mod3_Page9.jpg');
    min-height: 742px;
}

.mod3_page10-1 {
    background: url('../media/module3/Mod3_Page10.jpg');
    min-height: 742px;
}

.mod3_page11-1 {
    background: url('../media/module3/Mod3_Page11.png');
    min-height: 742px;
}

.mod3_page13-1 {
    background: url('../media/module3/Mod3_Page13.jpg');
    min-height: 742px;
}

.mod4_page2-1 {
    background: url('../media/module4/Mod4_Page2.jpg');
    min-height: 742px;
}

.mod4_page3-1 {
    background: url('../media/module4/Mod4_Page3.jpg');
    min-height: 742px;
}

.mod4_page4-1 {
    background: url('../media/module4/Mod4_Page4_cropped.jpg');
    min-height: 742px;
}

.mod4_page5-1 {
    background: url('../media/module4/Mod4_Page5-1.jpg');
    min-height: 371px;
}

.mod4_page5-2 {
    background: url('../media/module4/Mod4_Page5-2.jpg');
    min-height: 371px;
}

.mod4_page6-1 {
    background: url('../media/module4/Mod4_Page6.jpg');
    min-height: 742px;
}

.mod4_page7-1 {
    background: url('../media/module4/Mod4_page7.png');
    min-height: 393px;
    position: relative;
}

.mod4_page8-1 {
    background: url('../media/module4/Mod4_Page8.png');
    min-height: 742px;
}

.mod4_page10-1 {
    background: url('../media/module4/Mod4_Page10.png');
    min-height: 742px;
}

.mod4_page11-1 {
    background: url('../media/module4/Mod4_Page11.png');
    min-height: 742px;
}

.mod4_page12-1 {
    background: url('../media/module4/Mod4_Page12-1.png');
    min-height: 329px;
}

.mod4_page12-2 {
    background: url('../media/module4/Mod4_Page12-2.png');
    min-height: 329px;
}

.mod4_page13-1 {
    background: url('../media/module4/Mod4_Page13.png');
    min-height: 742px;
}

.mod4_page14-1 {
    background: url('../media/module4/Mod4_Page14.jpg');
    min-height: 371px;
}

.mod4_page15-1 {
    background: url('../media/module4/Mod4_Page15.jpg');
    min-height: 742px;
}

.mod4_page16-1 {
    background: url('../media/module4/Mod4_Page16.png');
    min-height: 742px;
}

.mod4_page17-1 {
    background: url('../media/module4/Mod4_Page17-1.jpg');
    min-height: 742px;
}

.mod4_page17b-1 {
    background: url('../media/module4/Mod4_Page17c.jpg');
    min-height: 742px;
}

.mod4_page18-1 {
    background: url('../media/module4/Mod4_Page18.jpg');
    min-height: 742px;
}

.mod4_page19-1 {
    background: url('../media/module4/Mod4_Page19_cropped.jpg');
    min-height: 742px;
}

.mod5_page2-1 {
    background: url('../media/module5/Mod5_Page2.jpg');
    min-height: 742px;
}

.mod5_page3-1 {
    background: url('../media/module5/Mod5_Page3.jpg');
    min-height: 742px;
}

.mod5_page4-1 {
    background: url('../media/module5/Mod5_Page4.jpg');
}

.mod5_page5-1 {
    background: url('../media/module5/Mod5_Page5.jpg');
    min-height: 742px;
}

.mod5_page6-1 {
    background: url('../media/module5/Mod5_Page6.jpg');
    min-height: 742px;
}

.mod5_page7-1 {
    background: url('../media/module5/Mod5_Page7.jpg');
    min-height: 371px;
}

.mod5_page8-1 {
    background: url('../media/module5/Mod5_Page8.jpg');
    min-height: 742px;
}

.mod5_page9-1 {
    background: url('../media/module5/Mod5_Page9.jpg');
    min-height: 371px;
}

.mod5_page10-1 {
    background: url('../media/module5/Mod5_Page10.jpg');
    min-height: 371px;
    background-position: top !important;
}

.mod5_page11-1 {
    background: url('../media/module5/Mod5_Page11.jpg');
    min-height: 371px;
}

.mod5_page12-1 {
    background: url('../media/module5/Mod5_Page12.jpg');
    min-height: 742px;
}

.mod5_page13-1 {
    background: url('../media/module5/Mod5_Page13.jpg');
}

.mod5_page14-1 {
    background: url('../media/module5/Mod5_Page14.jpg');
    min-height: 742px;
}

.mod5_page15-1 {
    background: url('../media/module5/Mod5_Page15.jpg');
    min-height: 742px;
}

.mod5_page18-1 {
    background: url('../media/module5/LastPage_IMG1.jpg');
    min-height: 329px;
}

.quiz-background-image {
    background: url('../media/Quiz_Generic-cropped.jpg');
    min-height: 742px;
}

@media screen and (max-width: 991px) {
    .mod2_page9-1 {
        background-size: cover !important;
    }
    .mod3_page7-1 {
        background: url('../media/module3/tablet/Mod3_Page7_tablet.gif');
        min-height: 511px;
    }
    .mod3_page6-1 {
        min-height: 511px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1024px) {
    .mod1_page19-1 {
        min-height: 590px;
    }
    .mod1_page12-1 {
        background: url('../media/module1/tablet/Mod1_Page12_Cropped2.jpg');
    }
    .mod1_page15-1 {
        min-height: 842px;
    }
    .mod2_page11-1 {
        min-height: 420px;
    }
    .mod3_page5-1,
    .mod3_page5-2 {
        min-height: 250px;
    }
    .mod4_page8-1 {
        background: url('../media/module4/tablet/Mod4_Page8_tablet.png');
        min-height: 329px;
    }
}

@media screen and (max-width: 1024px) {
    .mod4_page8-1 {
        background: url('../media/module4/tablet/Mod4_Page8_tablet.png');
        min-height: 329px;
    }
    .mod5_page10-1 {
        background: url('../media/module5/tablet/Mod5_Page10.jpg');
        min-height: 329px;
        background-position: top !important;
    }
}

@media screen and (max-width: 769px) {
    .mod1_page2-1,
    .mod1_page3-1,
    .mod1_page4-1,
    .mod1_page5-1,
    .mod1_page6-1,
    .mod1_page7-1,
    .mod1_page8-1,
    .mod1_page9-1,
    .mod1_page10-1,
    .mod1_page11-1,
    .mod1_page11-2,
    .mod1_page12-1,
    .mod1_page13-1,
    .mod1_page14-1,
    .mod1_page15-1,
    .mod1_page17-1,
    .mod1_page18-1,
    .mod1_page19-1,
    .mod2_page2-1,
    .mod2_page3-1,
    .mod2_page4-1,
    .mod2_page5-1,
    .mod2_page6-1,
    .mod2_page8-1,
    .mod2_page9-1,
    .mod2_page10-1,
    .mod2_page11-1,
    .mod2_page15-1,
    .mod3_page2-1,
    .mod3_page3-1,
    .mod3_page4-1,
    .mod3_page8-1,
    .mod3_page10-1,
    .mod3_page11-1,
    .mod3_page13-1,
    .mod4_page2-1,
    .mod4_page3-1,
    .mod4_page4-1,
    .mod4_page6-1,
    .mod4_page7-1,
    .mod4_page8-1,
    .mod4_page10-1,
    .mod4_page11-1,
    .mod4_page12-1,
    .mod4_page13-1,
    .mod4_page14-1,
    .mod4_page15-1,
    .mod4_page16-1,
    .mod4_page17-1,
    .mod4_page17b-1,
    .mod4_page18-1,
    .mod4_page19-1,
    .mod5_page2-1,
    .mod5_page3-1,
    .mod5_page5-1,
    .mod5_page6-1,
    .mod5_page7-1,
    .mod5_page8-1,
    .mod5_page10-1,
    .mod5_page12-1,
    .mod5_page14-1,
    .mod5_page15-1,
    .quiz-background-image {
        min-height: 329px !important;
        background-position: top !important;
    }
    .mod1_page9-1 {
        min-height: 485px !important;
        background-position: top !important;
    }
    .mod1_page2-1 {
        background: url('../media/module1/tablet/Mod1_Page2_tablet.png');
    }
    .mod1_page3-1 {
        background: url('../media/module1/tablet/Mod1_Page3_tablet.png');
    }
    .mod1_page4-1 {
        background: url('../media/module1/tablet/Mod1_Page4_tablet.jpg');
    }
    .mod1_page5-1 {
        background: url('../media/module1/tablet/Mod1_Page5_tablet.jpg');
    }
    .mod1_page6-1 {
        background: url('../media/module1/tablet/Mod1_Page6_tablet.jpg');
    }
    .mod1_page7-1 {
        background: url('../media/module1/tablet/Mod1_Page7_tablet.jpg');
    }
    .mod1_page8-1 {
        background: url('../media/module1/tablet/Mod1_Page8-1_mobile.jpg');
    }
    .mod1_page10-1 {
        background: url('../media/module1/tablet/Mod1_Page10_mobile.jpg');
    }
    .mod1_page11-1 {
        background: url('../media/module1/tablet/Mod1_Page11a_tablet.jpg');
    }
    .mod1_page11-2 {
        background: url('../media/module1/tablet/Mod1_Page11-1_mobile.jpg');
    }
    .mod1_page12-1 {
        background: url('../media/module1/tablet/Mod1_Page12_tablet.jpg');
    }
    .mod1_page13-1 {
        background: url('../media/module1/tablet/Mod1_Page13_tablet.jpg');
    }
    .mod1_page14-1 {
        background: url('../media/module1/tablet/Mod1_Page14_tablet.jpg');
    }
    .mod1_page15-1 {
        background: url('../media/module1/tablet/Mod1_Page15_tablet.jpg');
    }
    .mod1_page18-1 {
        background: url('../media/module1/tablet/Mod1_Page18_tablet.jpg');
    }
    .mod1_page19-1 {
        background: url('../media/module1/tablet/Mod1_Page19_tablet.jpg');
    }
    .mod2_page2-1 {
        background: url('../media/module2/tablet/Mod2_Page2_tablet.jpg');
    }
    .mod2_page3-1 {
        background: url('../media/module2/tablet/Mod2_Page3_tablet.jpg');
    }
    .mod2_page4-1 {
        background: url('../media/module2/tablet/Mod2_Page4_tablet.jpg');
    }
    .mod2_page5-1 {
        background: url('../media/module2/tablet/Mod2_Page5_tablet.jpg');
    }
    .mod2_page6-1 {
        background: url('../media/module2/tablet/Mod2_Page6_tablet.png');
    }
    .mod2_page9-1 {
        background: url('../media/module2/tablet/Mod2_Page9_tablet.jpg');
    }
    .mod2_page10-1 {
        background: url('../media/module2/tablet/Mod2_Page10_tablet.jpg');
    }
    .mod2_page11-1 {
        background: url('../media/module2/tablet/Mod2_Page11_tablet.jpg');
    }
    .mod2_page15-1 {
        background: url('../media/module2/tablet/Mod2_Page13_tablet.jpg');
    }
    .mod3_page2-1 {
        background: url('../media/module3/tablet/Mod3_Page2_tablet.png');
    }
    .mod3_page3-1 {
        background: url('../media/module3/tablet/Mod3_Page3_tablet.png');
    }
    .mod3_page4-1 {
        background: url('../media/module3/tablet/Mod3_Page4_tablet.jpg');
    }
    .mod3_page8-1 {
        background: url('../media/module3/tablet/Mod3_Page8_tablet.jpg');
    }
    .mod3_page9-1 {
        background: url('../media/module3/tablet/Mod3_Page9a_tablet.jpg');
        min-height: 329px;
    }
    .mod3_page10-1 {
        background: url('../media/module3/tablet/Mod3_Page9_tablet.jpg');
    }
    .mod3_page11-1 {
        background: url('../media/module3/tablet/Mod3_Page10_tablet.png');
    }
    .mod3_page13-1 {
        background: url('../media/module3/tablet/Mod3_Page13_tablet.jpg');
    }
    .mod4_page2-1 {
        background: url('../media/module4/tablet/Mod4_Page2_tablet.jpg');
    }
    .mod4_page3-1 {
        background: url('../media/module4/tablet/Mod4_Page3_tablet.jpg');
    }
    .mod4_page4-1 {
        background: url('../media/module4/tablet/Mod4_Page4_tablet-2.jpg');
    }
    .mod4_page6-1 {
        background: url('../media/module4/tablet/Mod4_Page6_tablet.jpg');
    }
    /*.mod4_page7-1 {
        background: url('../media/module4/tablet/Mod4_Page7_tablet.png');
    }*/
    .mod4_page8-1 {
        background: url('../media/module4/tablet/Mod4_Page8_tablet.png');
    }
    .mod4_page10-1 {
        background: url('../media/module4/tablet/Mod4_Page10_tablet.png');
    }
    .mod4_page11-1 {
        background: url('../media/module4/tablet/Mod4_Page11_tablet.png');
    }
    .mod4_page12-1 {
        background: url('../media/module4/tablet/Mod4_Page12_tablet.png');
    }
    .mod4_page13-1 {
        background: url('../media/module4/tablet/Mod4_Page13_tablet.png');
    }
    .mod4_page14-1 {
        background: url('../media/module4/tablet/Mod4_Page14_tablet.jpg');
    }
    .mod4_page15-1 {
        background: url('../media/module4/tablet/Mod4_Page15_tablet.jpg');
    }
    .mod4_page16-1 {
        background: url('../media/module4/tablet/Mod4_Page16_tablet.png');
    }
    .mod4_page17-1,
    .mod4_page17b-1 {
        background-position: center !important;
        background: url('../media/module4/tablet/Mod4_Page16-3_tablet.jpg');
    }
    .mod4_page18-1 {
        background: url('../media/module4/tablet/Mod4_Page18_tablet.jpg');
    }
    .mod4_page19-1 {
        background: url('../media/module4/tablet/Mod4_Page19_tablet-2.jpg');
    }
    .mod5_page2-1 {
        background: url('../media/module5/tablet/Mod5_Page2.jpg');
        background-position: center !important;
    }
    .mod5_page3-1 {
        background: url('../media/module5/tablet/Mod5_Page3.jpg');
        background-position: center !important;
    }
    .mod5_page5-1 {
        background: url('../media/module5/tablet/Mod5_Page5.jpg');
    }
    .mod5_page6-1 {
        background: url('../media/module5/tablet/Mod5_Page6.jpg');
    }
    .mod5_page7-1 {
        background: url('../media/module5/tablet/Mod5_Page7.jpg');
    }
    .mod5_page8-1 {
        background: url('../media/module5/tablet/Mod5_Page8.jpg');
    }
    .mod5_page9-1 {
        background: url('../media/module5/tablet/Mod5_Page9.jpg');
    }
    .mod5_page10-1 {
        background: url('../media/module5/tablet/Mod5_Page10.jpg');
    }
    .mod5_page12-1 {
        background: url('../media/module5/tablet/Mod5_Page12.jpg');
    }
    .mod5_page13-1 {
        background: url('../media/module5/tablet/Mod5_Page13.jpg');
    }
    .mod5_page14-1 {
        background: url('../media/module5/tablet/Mod5_Page14.jpg');
        background-position: center !important;
    }
    .mod5_page15-1 {
        background: url('../media/module5/tablet/Mod5_Page15.jpg');
    }
    .quiz-background-image {
        background: url('../media/module1/tablet/Quiz_Generic-tablet.jpg');
    }
}

@media screen and (max-width: 766px) {
    .bg-image-box {
        min-height: 195px !important;
    }
    .page9 .bg-image-box {
        min-height: 261px !important;
    }
}

@media screen and (max-width: 736px) {
    .mod1_page2-1,
    .mod1_page3-1,
    .mod1_page5-1,
    .mod1_page6-1,
    .mod1_page7-1,
    .mod1_page13-1,
    .mod1_page15-1,
    .mod1_page19-1,
    .mod3_page2-1,
    .mod3_page3-1 {
        background-position: center !important;
    }
    .mod1_page8-2,
    .mod1_page16-1,
    .mod1_page16-2 {
        background-position: top !important;
    }
}

@media screen and (min-width: 450px) and (max-width: 736px) {
    .quiz-background-image {
        background: url('../media/module1/tablet/Quiz_Generic-mobile_landscape.jpg')
    }
}

@media screen and (max-width: 375px) {
    .bg-image-box {
        min-height: 170px !important;
    }
    .page9 .bg-image-box {
        min-height: 238px !important;
    }
}

@media screen and (max-width: 320px) {
    .bg-image-box {
        min-height: 140px !important;
    }
    .page9 .bg-image-box {
        min-height: 203px !important;
    }
}


/*  Modals  */

.modal .modal-header {
    background-image: none !important;
    color: #008265;
    padding: 20px 30px 0 30px;
    border-bottom: none;
}

.modal .modal-header h4 {
    color: #008265;
}

.modal-body {
    padding: 5px 30px 20px 30px;
}

@media screen and (max-width: 450px) {
    .page9 .modal-body {
        padding: 5px 0px 20px 0px;
    }
    .page9 .modal-body .mod-ul ul li {
        margin-right: 30px;
    }
}

.modal-open {
    overflow: scroll;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-open[style] {
    padding-right: 0px !important;
}

/*  helper classes  */

.d-n {
    display: none;
}

.d-b {
    display: block;
}

.answer-overlay {
    background-color: gray;
    top: 0;
    left: 0;
    padding: 0;
    opacity: .4;
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.button {
    background-color: #008265;
    text-align: center;
    border: 3px solid #008265;
    border-radius: 3px;
    padding: 3px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 1 !important;
}

.bold {
    font-weight: 600;
}

.blue {
    color: #005984;
}


/*  Media Queries  */

@media screen and (max-width: 767px) {
    header[role=banner].navbar-inverse .navbar-nav {
        margin: 0 !important;
    }
    .radiation .content .col-sm-4 {
        margin: 0;
    }
    ul.answer-text {
        width: 100%;
    }
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row-3 .container,
    .row-5 .container {
        padding-top: 15px;
    }
    .rad-mod-2 .content button.see-answer {
        margin-left: 10px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    header[role=banner].navbar-inverse .navbar-nav {
        margin-left: 60px !important;
    }
    .navbar li a {
        padding: 10px 0;
    }
}

.max-content {
    max-width: 1280px;
}

.wrap {
    padding: 2em 4em;
}


/* Content */

.mod-container {
    font-family: 'Lato';
    font-size: 1.1em;
}

.mod-container img {
    width: auto;
    max-height: 75vh;
    max-height: 700px;
}


/* List styles */

.mod-ul ol,
.mod-ul ul,
.mod-ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mod-ul li {
    margin-top: .5em;
}

.mod-ul ul li {
    margin: .5em 1em 0 3em;
}

.mod-ul li:before {
    top: 0;
    content: '\f111';
    font-family: 'FontAwesome';
    float: left;
    margin: .8em 0 0 -2.75em;
    font-size: .5em;
    color: #005984;
}

li.li-ul:before {
    content: "";
}

.blue-table li:before {
    content: '\f10c';
}

.mod-ul ul li {
    font-weight: 400;
}

.mod-ul ul li:before {
    content: '\f178';
    font-family: 'FontAwesome';
    float: left;
    margin: 0 0 0 -1.5em;
    font-size: 1em;
    padding: 0;
}

.mod-ul ul ul li:before {
    content: '\f10c';
    font-family: 'FontAwesome';
    float: left;
    margin: 0 0 0 -1.5em;
    font-size: 0.6em;
    padding-top: 5px;
}

ol li {
    margin-top: 0.5em;
}

.img-col {
    margin: 0;
    padding: 0;
}

@media screen and (max-width:767px) {
    .img-col {
        width: 100%;
    }
}

.mod-bg-blue {
    background-color: #005984;
}

.mod-background {
    background-color: #f8f8f8;
}

.mod-window {
    height: 742px;
    max-width: 1320px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    z-index: 0 !important;
}

@media screen and (min-width: 1320px) {
    .mod-window {
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    }
}

.mod-window::-webkit-scrollbar {
    display: none;
}

.mod-background::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 1024px) {
    .mod-window {
        height: auto;
        max-width: 1280px;
        margin: 0 auto;
        background-color: #fff;
        overflow: hidden;
    }
    .page6 p {
        color: #333;
    }
    .page15 .col-sm-8 {
        padding-bottom: 20px;
    }
}

.mod-fill {
    min-height: 742px;
}

.cdc-global {
    font-size: 14px;
}

.cdc-global form {
    margin: 0 0 30px
}

.cdc-global form[class*=searchForm] {
    float: right
}

@media screen and (max-width: 979px) {
    .cdc-global form[class*=searchForm] {
        display: none;
    }
}

.cdc-global fieldset {
    padding: 0;
    margin: 0;
    border-width: 0;
    border-style: initial;
    border-color: initial
}

.cdc-global search-form-wrapper {
    width: 300px
}

.cdc-global legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
    padding: 0;
    border-width: 0 0 1px
}

.cdc-global form[class*=searchForm] legend {
    display: none
}

.cdc-global .search-form-wrapper .search-input-wrapper {
    border-width: 2px;
    border-style: solid;
    border-color: #075290
}

.cdc-global .search-form-wrapper .search-buttons {
    float: right;
    width: 77px
}

.cdc-global button,
.cdc-global input {
    vertical-align: middle;
    line-height: normal;
    font-weight: 400;
    font-size: 16.8px;
    color: #000;
    margin: 0;
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.cdc-global button {
    -webkit-appearance: button;
    cursor: pointer
}

.cdc-global button,
.cdc-global label {
    cursor: pointer
}

.cdc-global button,
.cdc-global input,
.cdc-global label {
    font-size: 16.8px;
    font-weight: 400;
    line-height: 20px
}

.cdc-global .search-form-wrapper .search-input-wrapper button {
    width: 36px;
    height: 36px;
    float: left;
    text-indent: -9999px;
    background-image: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-position-x: 0;
    background-position-y: 0;
    background-color: initial
}

.cdc-global .search-form-wrapper .search-input-wrapper button.btn-clear {
    visibility: hidden;
    margin-right: 5px;
    opacity: .4
}

.cdc-global .search-form-wrapper button,
.cdc-global .search-form-wrapper input[type=text] {
    border-width: 0;
    border-style: initial;
    border-color: initial
}

.cdc-global form[class*=searchForm] #query,
.cdc-global input[type=text] {
    border-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial
}

.cdc-global span[class*=sprite-] {
    display: block;
    margin: 0 5px
}

.cdc-global span[class*=sprite-14] {
    height: 14px;
    min-height: 14px;
    max-height: 14px;
    width: 14px;
    min-width: 14px;
    max-width: 14px
}

.cdc-global .sprite-14-close {
    background-image: url(/TemplatePackage/3.0/images/su.png);
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position-x: -123px;
    background-position-y: -2px;
    background-color: initial
}

.cdc-global span {
    line-height: 25px
}

.cdc-global form[class*=searchForm] span[class^=sprite-] {
    font-size: 0;
    line-height: 0;
    color: transparent
}

.cdc-global .search-form-wrapper span[class*=sprite-] {
    margin: 0
}

.cdc-global .search-form-wrapper .search-input-wrapper .sprite-14-close,
.cdc-global .search-form-wrapper .search-input-wrapper .sprite-14-search-black {
    margin-left: 4px
}

.cdc-global .search-form-wrapper .search-input-wrapper button.btn-submit {
    background-color: #b1dafb;
    outline: #075290 solid 2px
}

.cdc-global .sprite-14-search-black {
    background-image: url(/TemplatePackage/3.0/images/su.png);
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position-x: -90px;
    background-position-y: -53px;
    background-color: initial
}

.cdc-global .search-form-wrapper .search-input-wrapper .search-input {
    margin-right: 80px;
    overflow-x: hidden;
    overflow-y: hidden
}

.cdc-global .search-form-wrapper .search-input {
    margin-right: 77px
}

.cdc-global label {
    display: block;
    margin-bottom: 5px
}

.cdc-global .search-form-wrapper .search-input-wrapper .search-input label {
    display: inline
}

.cdc-global input[type=text] {
    display: inline-block;
    height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    vertical-align: middle;
    box-shadow: rgba(0, 0, 0, .0745098) 0 1px 1px inset;
    transition-duration: .2s, .2s;
    transition-timing-function: linear, linear;
    transition-delay: initial, initial;
    transition-property: border, box-shadow;
    background-color: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    border-style: solid;
    border-color: #ccc
}

.cdc-global input {
    margin-left: 0
}

.cdc-global form[class*=searchForm] input[type=text] {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-color: #075290;
    border-bottom-color: #075290;
    border-left-color: #075290;
    box-shadow: none;
    margin-bottom: 0;
    border-style: solid none solid solid;
    border-radius: 0
}

.cdc-global form[class*=searchForm] #query {
    float: left;
    font-size: 1.2em;
    color: #036;
    width: 230px;
    border-style: solid;
    border-color: #525967
}

.cdc-global .search-form-wrapper .search-input-wrapper input[type=text] {
    font-size: 16.8px;
    height: 36px;
    padding: 4px 6px;
    margin: 0;
    width: 216px;
    border-width: 0;
    border-style: initial;
    border-color: initial
}

.cdc-global .hidden {
    display: none;
    visibility: hidden
}

.cdc-global address,
.cdc-global h6 {
    line-height: 20px
}

.cdc-global h6 {
    margin: 10px 0;
    font-weight: 700;
    color: inherit;
    text-rendering: optimizeLegibility
}

.cdc-global ul {
    padding: 0;
    margin: 0 0 10px 25px
}

.cdc-global ul ul {
    margin-bottom: 0
}

.cdc-global address {
    display: block;
    margin-bottom: 20px;
    font-style: normal
}

.cdc-global [class^=icon-] {
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    margin-top: 1px;
    background-image: url(http://www.cdc.gov/TemplatePackage/3.0/images/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat
}

.cdc-global .icon-plus {
    background-position: -408px -96px
}

.cdc-global span[class*=sprite-] {
    margin: 0 5px;
    display: block
}

.cdc-global span[class*=sprite-24] {
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    width: 25px;
    min-width: 25px;
    max-width: 25px
}

.cdc-global .sprite-24-govd {
    background: url(http://www.cdc.gov/TemplatePackage/3.0/images/ss.png) 0 -85px no-repeat
}

.cdc-global .sprite-24-youtube {
    background: url(http://www.cdc.gov/TemplatePackage/3.0/images/ss.png) -26px -85px no-repeat
}

.cdc-global .sprite-24-facebook {
    background: url(http://www.cdc.gov/TemplatePackage/3.0/images/ss.png) -52px -85px no-repeat
}

.cdc-global .sprite-24-twitter {
    background: url(http://www.cdc.gov/TemplatePackage/3.0/images/ss.png) -78px -85px no-repeat
}

.cdc-global .sprite-24-rss {
    background: url(http://www.cdc.gov/TemplatePackage/3.0/images/ss.png) -155px -85px no-repeat
}

.cdc-global .sprite-24-instagram {
    background: url(http://www.cdc.gov/TemplatePackage/3.0/images/ss.png) -233px -85px no-repeat
}

.cdc-global .sprite-24-watch {
    background: url(http://www.cdc.gov/TemplatePackage/3.0/images/sm.png) -129px -85px no-repeat
}

.cdc-global .sprite-24-listen {
    background: url(http://www.cdc.gov/TemplatePackage/3.0/images/sm.png) -155px -85px no-repeat
}

.cdc-global a,
.cdc-global a:hover {
    color: #075290
}

.cdc-global a:hover {
    text-decoration: underline
}

.cdc-global h6,
.cdc-global li {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #000
}

.cdc-global #footer h6,
.cdc-global h6 {
    font-size: 14px;
    font-weight: 700
}

.cdc-global #footer .cdcLinks>*,
.cdc-global #footer h6,
.cdc-global #footer.cdcSlimFooter a:not(.default),
.cdc-global #footer.cdcSlimFooter address {
    color: #404040
}

.cdc-global li,
.cdc-global span {
    line-height: 25px
}

.cdc-global h6 {
    line-height: 24px
}

.cdc-global .tp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

.cdc-global #footer,
.cdc-global #footer .container {
    position: relative
}

.cdc-global #footer {
    border-top-width: 1px;
    overflow: hidden;
    min-height: 200px;
    background-color: #f0f0f0
}

.cdc-global #footer .socialMedia {
    min-height: 36px;
    background: silver
}

.cdc-global footer section {
    padding: 0;
}

.cdc-global footer .container a {
    color: #404040;
    text-decoration: none;
}

.cdc-global footer .container a.default {
    color: #075290 !important;
}

.cdc-global footer .container a:hover {
    color: #404040;
    text-decoration: underline;
}

.cdc-global footer ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

.cdc-global footer li a {
    color: ##404040;
}

.cdc-global footer img {
    margin: 7px 0;
}

.cdc-global #footer .socialMedia ul {
    float: left;
    margin: 5px 0 0;
    padding: 0
}

.cdc-global #footer .socialMedia ul li {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin: auto 5px;
    text-indent: -99999px
}

.cdc-global #footer .socialMedia ul li a {
    display: block;
    overflow: visible
}

.cdc-global #footer h6 {
    margin: 0;
    line-height: 1.33
}

.cdc-global #footer h6>span {
    font-size: 18px
}

.cdc-global #footer .cdcLinks {
    margin-left: 0;
    margin-top: 10px;
    list-style: none;
    min-height: 105px
}

.cdc-global #footer .cdcLinks h6 {
    margin-bottom: 3px
}

.cdc-global #footer .cdcLinks nav {
    box-sizing: border-box;
    margin-bottom: 10px
}

.cdc-global #footer.cdcSlimFooter {
    overflow: visible;
    background: #fff
}

.cdc-global #footer.cdcSlimFooter ul {
    list-style: none;
    margin: 0
}

.cdc-global #footer.cdcSlimFooter ul li {
    margin: 0
}

.cdc-global #footer.cdcSlimFooter .socialMedia {
    background: silver
}

.cdc-global #footer.cdcSlimFooter .socialMedia nav {
    display: inline-block;
    vertical-align: middle
}

.cdc-global #footer.cdcSlimFooter .socialMedia nav ul {
    float: none;
    line-height: 16px;
    padding: 5px 0
}

.cdc-global #footer.cdcSlimFooter .socialMedia nav ul li {
    height: auto;
    width: auto;
    display: inline-block;
    margin: 2px 25px 0 0
}

.cdc-global #footer.cdcSlimFooter .socialMedia .container:first-child ul:first-child span {
    margin-left: 0
}

.cdc-global #footer.cdcSlimFooter .cdcLinks {
    display: block;
    min-height: 0;
    height: auto;
    margin: 0;
    background: #e5e5e5
}

.cdc-global #footer.cdcSlimFooter .cdcLinks .container li {
    vertical-align: top;
    display: inline-block
}

.cdc-global #footer.cdcSlimFooter .cdcLinks .container li nav {
    margin: 0
}

.cdc-global #footer.cdcSlimFooter .cdcLinks .container li nav li {
    line-height: 40px;
    margin-right: 40px
}

.cdc-global #footer.cdcSlimFooter .cdcContact {
    padding-top: 20px
}

.cdc-global #footer.cdcSlimFooter .cdcContact .container ul {
    display: block;
    position: relative;
    min-height: 85px
}

.cdc-global #footer.cdcSlimFooter .cdcContact .container ul .contact {
    position: absolute;
    text-align: right;
    right: 0;
    top: 0
}

.cdc-global .four #footer.cdcSlimFooter>.container {
    width: auto
}

.cdc-global [class^=icon-] {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    margin-top: 0;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat
}

.cdc-global [class^=icon-]::before {
    text-decoration: inherit;
    display: inline-block;
    speak: none
}

.cdc-global [class^=icon-].pull-right {
    margin-left: .3em
}

.cdc-global .icon-plus::before {
    content: "\f068"
}

.cdc-global body a:link::after {
    content: " (" attr(href) ")";
    word-wrap: break-word
}

.cdc-global body #wrapper .container {
    width: 100%!important;
    margin: 0!important;
    padding: 0!important
}

.cdc-global body #wrapper #footer {
    display: none!important
}

@media screen and (min-width: 980px) {
    .cdc-global .hidden-four {
        display: initial;
    }
    .cdc-global #footer .hidden-three {
        display: none;
    }
}


/* Media Query */

@media screen and (max-width: 980px) {
    .cdc-global .hidden-four {
        display: none;
    }
    .cdc-global .hidden-one {
        display: initial;
    }
    .cdc-global #footer h6>span {
        display: none;
    }
}

@media(max-width: 980px) {
    .cdc-global .cdcContact .container,
    .cdc-global #footer.cdcSlimFooter .cdcLinks .container {
        width: 360px;
        padding: 0;
        float: right;
    }
    .cdc-global .cdcContact .container {
        float: left;
    }
    .cdc-global .cdcContact {
        float: right;
        text-align: right;
        width: 50%;
    }
    .cdc-global #footer.cdcSlimFooter .cdcContact .container ul .contact {
        position: relative;
    }
    .cdc-global #footer.cdcSlimFooter .cdcLinks {
        background-color: #fff;
        float: left;
        width: 50%;
        padding-top: 20px;
    }
    .cdc-global #footer.cdcSlimFooter ul {
        list-style: none;
        margin: 0;
    }
    .cdc-global #footer.cdcSlimFooter .cdcLinks>.container nav {
        vertical-align: top;
        display: inline-block;
        width: 175px;
    }
    .cdc-global #footer.cdcSlimFooter .cdcLinks .container li nav li {
        line-height: 26px;
        margin-right: 50px
    }
    .cdc-global #footer h6 {
        display: block;
        border: none;
    }
}

@media(max-width: 769px) {
    .cdc-global .cdcContact .container,
    .cdc-global #footer.cdcSlimFooter .cdcLinks .container,
    .cdc-global .cdcContact,
    .cdc-global .cdcContact .address,
    .cdc-global #footer.cdcSlimFooter .cdcLinks,
    .cdc-global #footer.cdcSlimFooter .cdcLinks .container li,
    .cdc-global #footer.cdcSlimFooter .cdcLinks>.container nav {
        float: none;
        display: block;
        text-align: left;
        width: auto;
    }
    .cdc-global #footer.cdcSlimFooter .cdcLinks {
        padding-top: 3px;
    }
    .cdc-global #footer .cdcLinks h6,
    .cdc-global #footer.cdcSlimFooter .cdcLinks .container li nav li,
    .cdc-global #footer.cdcSlimFooter address {
        padding: 0 15px;
    }
    .cdc-global #footer .cdcLinks h6 {
        line-height: 45px;
        background: silver;
    }
    .cdc-global #footer.cdcSlimFooter .cdcLinks .container li nav li {
        display: none;
        background: #e5e5e5;
        line-height: 50px;
        margin: 5px 1px 0 2px;
    }
    .cdc-global #footer.cdcSlimFooter .cdcContact .container ul .contact {
        border: 1px solid #e5e5e5;
        padding-top: 15px;
    }
    .cdc-global #footer h6>span {
        font-size: 18px;
        line-height: 46px;
        display: inherit;
    }
}


/*  Progress Bar Styles  */

div.meter {
    position: relative;
    width: 250px;
    height: 25px;
    border: 1px solid #b0b0b0;
    -webkit-box-shadow: inset 0 3px 5px 0 #d3d0d0;
    -moz-box-shadow: inset 0 3px 5px 0 #d3d0d0;
    box-shadow: inset 0 3px 5px 0 #d3d0d0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

div.meter span {
    display: block;
    height: 103%;
    animation: grower 1s linear;
    -moz-animation: grower 1s linear;
    -webkit-animation: grower 1s linear;
    -o-animation: grower 1s linear;
    position: relative;
    top: -1px;
    left: -1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #3c84ad;
    background: #6eb2d1;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-background-size: 45px 45px;
    -moz-background-size: 45px 45px;
    -o-background-size: 45px 45px;
    background-size: 45px 45px;
}

div.meter span:before {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: relative;
    top: 50%;
    background: rgba(0, 0, 0, 0.03);
}

div.meter p {
    position: absolute;
    top: 0;
    margin: 0 10px;
    line-height: 25px;
    font-family: 'Helvetica';
    font-weight: bold;
    -webkit-font-smoothing: antialised;
    font-size: 15px;
    color: #333;
    text-shadow: 0 1px rgba(255, 255, 255, 0.6);
}

@keyframes grower {
    0% {
        width: 0%;
    }
}

@-moz-keyframes grower {
    0% {
        width: 0%;
    }
}

@-webkit-keyframes grower {
    0% {
        width: 0%;
    }
}

@-o-keyframes grower {
    0% {
        width: 0%;
    }
}


/*  Answer Click styles  */

.custom-icon {
    font-size: 5px;
    background: #666;
    background: #fff;
    padding: 1px;
    -webkit-border-radius: 1100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid black;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.fa-circle {
    color: orange;
    font-size: 14px !important;
}

.fix-editor {
    display: none;
}

.col-sm-7.quiz {
    padding: 0;
}

.quiz * {
    vertical-align: top;
}

.quiz {
    background-color: #f3f3f3;
}

@media screen and (min-width: 1042px) {
    .quiz {
        height: 742px;
    }
}

.quiz-header {
    padding: 40px 80px;
    background-color: #fff;
}

.quiz-header h1 {
    color: rgb(0, 89, 132);
    padding: 0 !important;
    margin: 0;
}

.quiz-header h1 span {
    background-color: rgb(0, 89, 132);
    color: white;
    padding: 10px 10px 10px 15px;
    margin-right: 5px;
    font-size: .5em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}

.quiz-body {
    padding: 40px 80px;
}

@media screen and (min-width: 991px) {
    .quiz-body {
        min-height: 637px;
    }
}

@media screen and (max-width: 736px) {
    .quiz-body,
    .quiz-header {
        padding: 40px 20px;
    }
}

.progress {
    height: 30px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: inset 0 0px 4px rgba(0, 0, 0, .3);
}

p.progress-bar-box {
    margin: 0;
    font-size: .75em;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

p.question-paragraph {
    color: rgb(0, 89, 132);
    font-weight: 600;
    font-size: 1.2em;
}

.question-box {
    padding-top: 10px;
}

input[type="radio"] {
    float: left;
    width: 25px;
    margin-left: 25px;
    margin-right: 25px;
}

@media screen and (min-width:1025px) {
    input[type="radio"]:checked {
        position: relative;
        padding: 7px 0px;
        width: 15px;
        -webkit-appearance: none;
        border-radius: 100%;
        margin-left: 26px;
        margin-right: 34px;
        outline: none;
    }
    input[type="radio"]:checked:before {
        content: '';
        display: block;
        background-color: orange;
        position: absolute;
        top: 3px;
        left: 3px;
        border-radius: 100%;
        padding: 5px;
    }
    input[type="radio"]:checked:after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        border: 1px solid #808080;
        border-radius: 100%;
        padding: 7px;
    }
}

/*  Quiz Checkbox Styles  */

/*input[type="radio"]:checked {
    position: relative;
    padding: 7px 0px;
    width: 15px;
    -webkit-appearance: none;
    border-radius: 100%;
    margin-left: 26px;
    margin-right: 34px;
    outline: none;
}

input[type="radio"]:checked:before {
    content: '';
    display: block;
    background-color: orange;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    padding: 5px;
}

input[type="radio"]:checked:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #808080;
    border-radius: 100%;
    padding: 7px;
}*/

@media screen and (max-width: 1025px) {
    input[type="radio"]:checked:before {
        top: 2px;
        left: 7px;
        padding: 4px;
    }
    input[type="radio"]:checked:after {
        top: -1px;
        left: 4px;
        padding: 6px;
    }
}

.unique-answer {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    padding: 10px 0;
    background-color: #fff;
}

p.answer-key-answer {
    margin-left: 75px;
    font-weight: 600;
    color: #008265;
}

.quiz label {
    display: inline-block;
    max-width: 80%;
}

@media screen and (max-width: 435px) {
    .quiz label {
        max-width: 65%;
    }
}

.quiz-answer-overlay {
    background-color: #f3f3f3;
}

.unique-answer label {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.unique-answer input[type=radio] {
    margin-top: 6px;
    cursor: pointer;
}

/*
  Image caption styling
 */

.icon-container {
  margin: 0 auto;
  max-width: 200px;
  display: block;
  text-align: center;
}

.icon-container img {
    padding: 10px 0;
}

img.icon-stackable1{
  max-width: 80px;
}

img.icon-stackable2{
  max-width: 110px;
}

img.icon-stackable3{
  max-width: 50px;
}

.icon-stackable-caption {
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  padding: 18.2px 0;
}

.icon-number {
  color: red;
  font-size: 2em;
  font-weight: 900;
  vertical-align: bottom;
}

.icon-number1 {
    padding-right: 15px;
    margin-left: -15px;
}

.icon-number3 {
    margin-left: -30px;
    padding-right: 30px;
}

.img-caption2 {
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  max-width: 1320px;
  padding: 1em 2em;
  margin: 0;
  word-wrap: break-word;
}

/*
    Full Height Images
*/

.full-height-image {
    overflow: hidden;
}

.full-height-image img {
    max-width: 200%;
    min-width: 100%;
    max-height: 100%;
    height: 742px;
}

@media screen and (max-width: 991px) {
    .full-height-image {
        height: 34vw;
    }
    .full-height-image img {
        width: 100%;
    }
}

/*
    Double Images
*/

.dual-image img {
    display: block;
    width: 375px;
    margin: 45px auto;
}

.single-image img {
    display: block;
    width: 400px;
    margin: 40% auto;
}

@media screen and (max-width: 991px) {
    .dual-image,
    .single-image {
        height: 36vw;
        display: block;
    }
    .mod3page9 .dual-image {
        height: 48vw;
    }
    .single-image {
        min-height: 176px;
    }
    .mod4page6 .single-image {
        min-height: 223px;
    }
    .dual-image img {
        width: 43%;
        margin: calc(3vw + 10px) auto;
        margin-left: 5vw;
        display: inline-block;
    }
    .single-image img {
        display: block;
        width: 55%;
        min-width: 250px;
        margin: 0 auto;
        padding-top: 18px;
    }
}

.full-height-dual-image img {
    max-width: 200%;
    max-height: calc(742px / 2);
}

@media screen and (max-width: 450px) {
    .full-height-dual-image img {
        margin-left: -30vw;
    }
}

.image-gif img {
    width: 100%;
}

.dual-image-separate {
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .dual-image-separate img {
        min-height: 327px;
        max-height: 327px;
        max-width: 200%;
    }
    .dual-image .smaller-image {
        width: 250px;
    }
    .full-height-gif {
        max-height: 742px;
        height: 742px;
    }
    .full-height-gif img {
        margin-top: 29%;
    }
}

@media screen and (max-width: 991px) {
    .full-height-gif {
        height: 63vw;
        max-height: 323px;
    }

    .full-height-gif img {
        min-width: 10px;
        width: auto !important;
        display: block;
        margin: 0 auto;
        max-height: 323px;
        height: 100%;
    }
}

/*
    Drug Tables
*/
.overflow {
    overflow: auto;
    max-height: 742px;
}
.drug-table.table-bordered, .table-bordered.drug-table > tbody > tr > td {
    border-color: #005984;
}
.table-bordered.drug-table > tbody > tr > th {
    border-color: #fff;
}
.table-bordered.drug-table > tbody > tr:first-child > th {
    border-top-color: #005984;
}
.table-bordered.drug-table > tbody > tr:last-child > th {
    border-bottom-color: #005984;
}
.drug-table th {
    background-color: #005984;
    color: #fff;
    width: 15%;
}
