/* v1.0

Tab focus indications
------------------------------------------------------------- */
[tabindex="-1"] {
    outline: none;
}

iframe {
    -webkit-transform: translate3d(0,0,0);
}

.footer-icons a {
    display: block;
}
.footer-icons a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #eee;
}
.modal-dialog:focus,
#overload-directions:focus,
#game-back:focus,
.atCard:focus,
.balloon-bg:focus,
.help-icon-at:focus,
.help-icon:focus,
#game-over:focus,
#lane-intro:focus,
.lane-choice:focus,
.triangle-right:focus,
a img:focus,
.footer-icons a:focus,
.element-invisible.element-focusable:focus {
    color: #eee;
    outline: 2px solid #eee;
}
#h-youtube_video_frame:focus,
#youtube_video_frame:focus,
#video-link:focus{
    outline:2px solid #4D90FE;
     -webkit-box-shadow: 0px 0px 5px  #4D90FE;
     box-shadow: 0px 0px 5px  #4D90FE;
}
.print-icon:focus,
#overload-instructions:focus,
#feedback:focus,
#lane-header:focus,
#gps-help:focus,
.bio-btn:focus,
.gets-focus:focus,
#show_game:focus,
#AT span:focus,
#AT span:hover {
    outline: 2px white solid;
}
#ssta-activity img:focus,
#cLogo:focus,
#Menu-Button:focus{
    outline: 2px solid #fff;
}
.clickable {
    cursor: pointer;
}
.staggerb:focus,
#tips-modal-right-side:focus,
.h-tab:focus,
#obstacles img:focus,
#hsru-card2:focus,
.modal-dialog:focus,
#lane-feedback:focus,
#cool-down-activity img:focus,
.ssta-row:focus,
.harmful-bullets:focus,
.harmful-img:focus,
#hsruBtn:focus,
#hsru-question:focus,
#v-overview1:focus,
#v-overview2:focus,
#v-overview3:focus,
.activity-ex:focus,
.pessimistic-btns:focus,
.optimistic-btns:focus,
.op-btn:focus,
#content:focus,
li.tabs:focus,
.horizontal-tab-activity-left:focus,
.map_close:focus,
.popup:focus,
.h-tab-activity:focus {
     outline:2px solid #4D90FE;
     -webkit-box-shadow: 0px 0px 5px  #4D90FE;
     box-shadow: 0px 0px 5px  #4D90FE;
 }

#bioModalClose:hover,
#bioModalClose:focus {
    color: #fff;
    outline: 1px solid #fff;
}
/* Accessibility Row 
------------------------------------------------------------- */

#accessibility-row {
    height: 20px;
}
#AT {
    position: relative;
    font-size: 12px;
    color: #fff;
    float: right;
}
#AT span {
    display: inline-block;
    float: right;
}
#AT input {
    position: relative;
    float: right;
    cursor: pointer;
}
#ATbox {
    margin-top: 2px;
}
#AT label {
    position: relative;
    color: #FFF;
    float: right;
    margin-right: 10px;
    font-smoothing: antialiased;
    cursor: pointer;
    margin-bottom: 0px;
}
#ATMobile {
    padding-top: 10px;
}
#ATMobile label {
    color: #fff;
    font-smoothing: antialiased;
    font-size: 12px;
}
#skip-link {
    padding: 0px 15px;
    margin-top: -10px;
}
#skip-link a {
    color: #ddd;
    padding: 0 5px;
}
/* skip to main content  */

.element-invisible {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
}
/* Body  
------------------------------------------------------------- */

body {
    padding-top: 30px;
    background: url('../images/bg/background.jpg') #051c34 no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 18px;
}
#content {
    -webkit-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
}
.bg {
    height: 560px;
    background: #011B3D no-repeat;
    

}
.img-size {
    max-height: 350px;
}
.page-host {
    z-index: 2;
}
.at-splash {
    color:white;
    text-align:right;
    background-color:rgba(25, 25, 25, .8);
    border:1px solid #43689a;
    margin:20px;
    padding:10px
}
.navbar-fixed-top .navbar-collapse {
    max-height: 500px
}
#endChapterText {
    padding: 10px;
}
/* Shadow 
------------------------------------------------------------- */

.hoverable {
    -webkit-transition: box-shadow .55s;
    -moz-transition: box-shadow .55s;
    -ms-transition: box-shadow .55s;
    -o-transition: box-shadow .55s;
    transition: box-shadow .55s;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    -ms-box-shadow: 0;
    -o-box-shadow: 0;
    box-shadow: 0;
}
.hoverable:hover {
    -webkit-transition: box-shadow .45s;
    -moz-transition: box-shadow .45s;
    -ms-transition: box-shadow .45s;
    -o-transition: box-shadow .45s;
    transition: box-shadow .45s;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn_shadow {
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.64);
    -ms-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.64);
    -o-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.64);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.64);
}

.img-shadow {
    -webkit-box-shadow: 10px 10px 41px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 41px 0px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 10px 10px 41px 0px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 10px 10px 41px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 41px 0px rgba(0, 0, 0, 0.75);
}
/* Video Frame  
------------------------------------------------------------- */

/*#youtube_video_frame {

}
.vertical-tab-video {
    padding-top: 40px
}
.youtubePadding {
    padding: 0 0 0 0;
    margin-top: 80px;
    width: 100%;
    height: auto;
}*/
/* gradient
_____________________________________________________________ */

.course-gradient {
    background: #011B3D;
    background: -webkit-linear-gradient(180deg, #023A63, #011B3D);
    background: -moz-linear-gradient(180deg, #023A63, #011B3D);
    background: -ms-linear-gradient(180deg, #023A63, #011B3D);
    background: -o-linear-gradient(180deg, #023A63, #011B3D);
    background: linear-gradient(180deg, #023A63, #011B3D);
}
/* Header  
------------------------------------------------------------- */

#cHeader {
    position: relative;
    border-bottom: 4px solid #FEDB97;
    height: 80px;
    padding: 0;
    -webkit-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
}
.logo-sizing {
    width: 300px;
    height: auto;
    margin: 0 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
}
#mobileLogo img {
    width: auto;
    height: 50px;
    margin: 0 10px;
    position: absolute;
}
.nopadding {
    padding: 0px 0px 0px 0px !important;
}
.mobile-module {
    padding-left: none;
}
/* Chapter Selection/Dropdown Button  
------------------------------------------------------------- */
#currentChapterSelection {
    line-height: 80px;
    background-color: #FEDB97;
    padding:26px 10px;
    white-space: nowrap;
    color: black;
}
#currentChapterName {
    font-weight: 500;
    font-size: 20px;
}
#ChapterSelection {
    float: right;
    background: #EBEBEB;
    background: -webkit-linear-gradient(180deg, #EBEBEB, #ccc);
    background: -moz-linear-gradient(180deg, #EBEBEB, #ccc);
    background: -ms-linear-gradient(180deg, #EBEBEB, #ccc);
    background: -o-linear-gradient(180deg, #EBEBEB, #ccc);
    background: linear-gradient(180deg, #EBEBEB, #ccc);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    width: 35%;
    margin: 20px 17px;
    z-index: 1;
}
#Menu-Button {
    height: 76px;
    border-radius: 0px;
    border-left: 2px solid #74828E;
    font-size: 22px;
    color: #eee;
    font-weight: bold;
}
#Menu-Button.dropdown-menu {
    border-radius: 0px;
}
#Menu-Button.col-xs-1 {
    width: 10%;
}
.chapter-dropdown-menu {
    position: absolute;
    width: 35%;
    border-radius: : 0;
    margin-top: 76px;
    overflow: visible;
    font-size: 14px;
}
#Menu-Button .div-marker {
    border-left: 1px solid #eee;
    height: 100%;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #465D6F;
    background-color: #465D6F;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    outline: 1px black solid;
    color: #eee;
}
.dropdown-menu .dropdown-divider {
    border-bottom: 1px solid #e5e5e5;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover > .chapter-dropdown-menu {
    display: block;
}
#mobile-spinner {
    display:none;
}

/* Buttons  
------------------------------------------------------------- */

.course-button {
    color: #eee;
    font-size: 16px;
    min-width: 150px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    outline: none;
    background: #011B3D;
    background-image: -webkit-linear-gradient(top, #011B3D, #023A63);
    background-image: -moz-linear-gradient(top, #011B3D, #023A63);
    background-image: -ms-linear-gradient(top, #011B3D, #023A63);
    background-image: -o-linear-gradient(top, #011B3D, #023A63);
    background-image: linear-gradient(top, #011B3D, #023A63);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px white;
    font-family: Arial;
    cursor: pointer;
}
.course-button:hover {
    color: white;
    background: #423b77;
    background: -webkit-linear-gradient(180deg, #023A63, #011B3D);
    background: -moz-linear-gradient(180deg, #023A63, #011B3D);
    background: -ms-linear-gradient(180deg, #023A63, #011B3D);
    background: -o-linear-gradient(180deg, #023A63, #011B3D);
    background: linear-gradient(180deg, #023A63, #011B3D);
    
}
.course-button:focus {
    outline: 2px solid white;
    -webkit-box-shadow: 1px 1px 3px white;
    -moz-box-shadow: 1px 1px 3px white;
    -ms-box-shadow: 1px 1px 3px white;
    -o-box-shadow: 1px 1px 3px white;
    box-shadow: 1px 1px 3px white;
    color: white;
    background: #423b77;
    background: -webkit-linear-gradient(180deg, #023A63, #011B3D);
    background: -moz-linear-gradient(180deg, #023A63, #011B3D);
    background: -ms-linear-gradient(180deg, #023A63, #011B3D);
    background: -o-linear-gradient(180deg, #023A63, #011B3D);
    background: linear-gradient(180deg, #023A63, #011B3D);
}
.bio-btn {
    cursor: pointer;
}

.quick-link-dropdown {
    max-width: 50px;
    margin-top: 10px;
}
.quick-link-dropdown-img {
    max-width: 60px;
}
.ql-checkbox {
    margin-top: ;
}
.ql-divider {
    margin: 10px 0 0;
    border-top: solid 1px #efefef;
}
/* Spacers  
------------------------------------------------------------- */

.spacer15 {
    height: 15px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}
.spacer30 {
    height: 30px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}
.spacer60 {
    height: 60px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}
.view-spacer {
    height: 45px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}
/* Footer  
------------------------------------------------------------- */

footer a {
    color: #ddd;
}
footer {
    color: #eee;
    max-height: 80px;
    display: block;
    -webkit-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
}
.footer-icons {
    display: inline-block;
    float: left;
    padding-top: 17px;
    height: 80px;
    text-align: center;
}
.progress-page-of {
    display: inline-block;
    float: left;
    padding-top: 17px;
    height: 80px;
    text-align: center;
}
.disabled a {
    color: gray !important;
    pointer-events: none;
    cursor: default;
}
.footer-icons-right {
    width: 12%;
    border-right: 2px solid #74828E;
}
.footer-icons-none {
    width: 11%;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    -o-align-content: center;
    align-content: center;
}
#footerDesktop a {
    height: 90%;
}
.icon-size {
    font-size: 22px;
    font-weight: bold;
}
#pageTracker {
    margin-top: 3px;
}
.progress {
    height: 12px;
    background: #eee;
}
.progress-bar-warning {
    background-color: #004075 !important;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}
.progress-padding {
    margin-top: 17px;
    -webkit-box-shadow: inset 0 1px 3px #000000;
    -moz-box-shadow: inset 0 1px 3px #000000;
    -ms-box-shadow: inset 0 1px 3px #000000;
    -o-box-shadow: inset 0 1px 3px #000000;
    box-shadow: inset 0 1px 3px #000000;
}
#progress-shell {
    background: #001125;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -ms-border-radius: 10px 0px 0px 10px;
    -o-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
    height: 45px;
    margin-top: 17px;
    width: 25%;
    margin-left: 30px;
    padding-top: 0;
}
#progress-shell-right {
    background: #001125;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;
    -o-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
    height: 45px;
    width: 12%;
    margin-top: 17px;
    padding-top: 10px;
    color: #fff;
}
#progress-shell-mobile {
    background: #001125;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    height: 60px;
    margin: 5px 5% 0 5%;
    width: 40%;
    text-align: center;
}
.progress-bar {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
    -o-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
}
.ql-row {
    margin: 0 -15px;
    background: #DCDDDC;
    padding: 7px;
    background: -webkit-linear-gradient(180deg, #D4D2D4, #DCDDDC);
    background: -moz-linear-gradient(180deg, #D4D2D4, #DCDDDC);
    background: -ms-linear-gradient(180deg, #D4D2D4, #DCDDDC);
    background: -o-linear-gradient(180deg, #D4D2D4, #DCDDDC);
    background: linear-gradient(180deg, #D4D2D4, #DCDDDC);
}
/* Modals 
------------------------------------------------------------- */
.close,
.modal-title {
    color: #fff;
}
.help-modal-body {
    max-height: 420px;
    overflow-y: auto;
}
/* Fonts
------------------------------------------------------------- */
html,
h1,
h2,
h3,
h4,
h5,
h6,
body,
.ui-widget,
#pageTrackerMobile,
#pageTracker {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: white;
}
h1 {
    font-size: 22px;
    color: #eee;
    font-weight: bold;
    margin: 0;
    line-height: 80px;
}
h2 {
    font-size: 22px;
    font-weight: 400;
    font-smoothing: antialiased;
    margin-top: 0;
}
h4 {
    color: black;
}
hr {
    border-top: 3px solid #FEDB97;
    width: 100%;
}
.font-size-14-4000.
.font-size-14-4000 h2 {
    font-size: 14px;
}
.font-size-16-4000,
.font-size-16-4000 h2 {
    font-size: 16px;
}

#section-text__header {
    margin-bottom: 15px;
}
#section-text__paragraph1,
#section-text__paragraph2,
#section-text__paragraph3,
#section-text__paragraph4 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    #safari-height {
        max-height: 70px
    }
    body {
        padding-top: 15px;
        font-size: 18px;
    }
    body footer {
        font-size: 16px;
    }
    h1 {
        font-size: 16px;
    }
    #currentChapterName {
        font-size: 16px
    }
    .accordion-text,
    .accordion-text h2 {
        font-size: 16px;
    }
    .ui-widget-content {
        font-size: 16px;
    }
    h3 {
        font-size: 16px;
        line-height: 16px;
    }
    #ChapterSelection {
        margin: 17px;
    }
    #currentChapterSelection {
        padding:30px 10px 20px;
        line-height: 60px;
    }
    .dropdown-menu {
        margin-top: 30px;
        font-size: 14px;
    }
    .chapter-dropdown-menu {
        margin-top: 60px;
    }
    #cHeader {
        height: 70px;
    }
    .chapter-dropdown-menu {
        width: 40%;
    }
    #Menu-Button {
        height: 66px;
        line-height: 60px;
    }
    .bg {
        height: 460px;
    }
    .icon-size {
        font-size: 20px;
    }
    .logo-sizing {
        width: 250px;
        height: auto;
        margin: 0 30px;
    }
    .font-size-16-4000 h2 {
        margin: 20px 0;
    }
    br.font-size-14-1199,
    .font-size-14-1199,
    .font-size-14-1199 h2 {
        font-size: 14px;
        line-height: 18px;
    }
    .font-size-16-1199 h2,
    .font-size-14-1199 h2 {
        font-weight: 600;
    }
    br.font-size-16-1199,
    .font-size-16-1199,
    .font-size-16-1199 h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .view-spacer {
        height: 20px;
    }
    .font-size-14-1199 hr,
    .font-size-14-1199 h2 {
        margin: 10px 0;
    }
    .font-size-16-1199 br {
        line-height: 6px;
    }
    .img-height {
        max-height: 400px;
    }
}
@media screen and (max-width: 991px) {
    #ChapterSelection,
    #ChapterSelection .btn,
    .dropdown-menu {
        width: 60%;
    }
    #Menu-Button {
        font-size: 18px;
        padding-left: 5px;
    }
    #currentChapterSelection {
        padding: 25px 10px;
    }
    body footer {
        height: 75px;
        font-size: 14px;
    }
    h1 {
        line-height: 70px;
    }
    h3 {
        font-size: 16px;
        line-height: 30px;
    }
    h6,
    #pageTrackerMobile,
    #pageTracker {
        font-size: 12px;
    }
    .icon-size {
        font-size: 18px;
    }
    .bg {
        height: 420px;
        overflow-y: scroll;
    }
    .footer-icons {
        height: 75px;
        width: 13%;
    }
    .logo-sizing {
        width: 200px;
        height: auto;
        margin: 0 10px;
    }
    #progress-shell {
        width: 19%;
    }
    .btn-sleep {
        font-size: 10px;
        font-weight: bold;
    }
    .accordion-text,
    .accordion-text h2 {
        font-size: 18px;
    }
    .ui-widget-content {
        font-size: 18px;
    }
    .font-size-14-1199,
    .font-size-14-1199 h2 {
        font-size: 18px;
        margin: 20px 0;
    }
    .font-size-16-1199,
    .font-size-16-1199 h2 {
        font-size: 18px;
    }
    .font-size-14-991,
    .font-size-14-991 h2 {
        font-size: 14px;
        margin-bottom: 0;
    }
    section {
        margin-bottom: 40px;
    }
    .img-height {
        max-height: auto;
    }
}
@media only screen and (max-width: 770px) {
    .bg {
        height: 740px;
    }
     body footer {
        height: auto;
        min-height: 140px;
    }
}
@media only screen and (min-width: 771px) {
    .splash-quote {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    body {
        padding-top: 50px;
    }
    .view-spacer {
        min-height: 45px;
        height: auto;
    }
    .ql-page,
    footer {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 11;
        max-height: 157px;
    }
    body footer {
        height: auto;
    }
    .quick-link-icons {
        max-height: 70px;
    }
    h1 {
        line-height: 30px;
    }
    #currentChapterSelection {
        padding: 27px 10px;
    }
    #ChapterSelection,
    #ChapterSelection .btn,
    .dropdown-menu {
        width: 340px;
    }
    .footer-icons {
        width: 25%;
        font-size: 18px;
        padding: 12px;
    }
    #pageTrackerMobile {
        margin-top: -10px;
    }
    .bg {
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        min-height: 850px;
        padding-bottom: 40px;
        overflow-y: auto;
    }
    .logo-sizing {
        top: 12px;
        height: 78px;
        margin-top: -15px;
    }
    #mobile-spinner {
        display:block;
    }
    .page-host {
        margin-bottom: 90px;
    }
}
@media only screen and (max-width: 700px) {
    .btn-sleep {
        width: 100%;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 600px) {
    .ui-accordion .ui-accordion-content {
        padding: 1em 10px;
        border-top: 0;
        overflow: auto;
    }
}
@media only screen and (max-width: 500px) {

    h1 {
        font-size: 12px;
    }
}
@media only screen and (max-width: 410px) {
    .ui-widget-content img {
        display: none;
    }
}
@media only screen and (max-width: 355px) {
    #ChapterSelection,
    #ChapterSelection .btn,
    .dropdown-menu {
        font-size: 12px
    }
    .chapter-dropdown-menu {
        margin-top: 42px;
    }
    h1 {
        font-size: 10px;
    }
    #pageTrackerMobile {
        font-size: 10px;
    }
    .mobile-module {
        padding-left:0;
    }
}

/*TO6 edits*/

.quick-link-icons {
    max-width: 50px;
}
.ql-row,
.ql-image,
.footer-ql {
    display: none;
}

@media only screen and (max-width: 770px) {
    .pp-text {  
        margin-top: 75px; 
    }
    .view-spacer {
        height: auto;
        min-height: 40px;
    }
    .hide-ipad {
        display: none;
    }
    .ql-row,
    .ql-image,
    .footer-ql {
        display: block;
    }

}
@media only screen and (max-width: 767px) {
    .bg {
        height: 100%;
    }
    body {
        padding-top: 0px;
    }
    .navbar {
        margin-bottom: 0;
    }
    #currentChapterSelection {
        padding: 20px 10px 27px;
    }
}