/* BOOTSTRAP */
ol > .list-group-item {
    display: list-item;
}

.breadcrumb {
    padding: 8px 15px !important;
    background-color: transparent;
}

.bible-views .breadcrumb{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: unset;
}

.bible-views .breadcrumb li, .bible-views .breadcrumb li a{
    font-size: 14px;
    line-height: 17px;
}
.bible-views .breadcrumb li.active{
    color: #333;
    font-weight: bold;
}

.bible-views .breadcrumb li a{
    text-decoration: underline;
}

.btn-group-xs > .btn {
    margin-right: 2px;
    margin-bottom: 5px;
}

/* GENERAL */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background: #fff !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.noPaddingRight {
    padding-right: 0; 
}

.noPaddingLeft {
    padding-left: 0
}

.noPadding {
    padding: 0;
}

a {
    color: #004E98;
}

    a:not([href]) {
        color: #000;
        text-decoration: none;
    }

h1, h2, h3, h4, h5 {    
    font-weight: bold !important;
    line-height: 1.1 !important;
    color: #000 !important;    
}

h1{
    font-size: 40px;
}

h1.title{
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 30px;
    color: #333;
}

.ap_dns {
    display: none;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.desktop-links{
    margin: 0 auto;
    text-align: center;
    height: 48px;
    clear: both;
    border-bottom: 4px solid #e5e7eb;
}
.desktop-links ul {
    
}
.desktop-links ul li{
    list-style: none;
    display: inline-block;
    margin-right: 28px;
    padding: 10px 0;
}
.desktop-links ul li a{
    font-size: 14px;
    line-height: 20px;
}

.mainBody {
    background: #fff;
    padding-top: 15px;
    max-width: 1290px;
}

.translation-list .well {    
    padding: 15px !important;      
    margin-bottom: 0;              
}

.btn {
    font-weight: 600 !important;
}
.btn-more{
    color: #fff !important;
    background: #E67300 !important;
    border-color: #E67300 !important; 
}

.btn-info {
    color: #004E98 !important;
    background: #fff !important;
    border-color: #004E98 !important; 
}

.btn-default{
    color:#ffffff;
    background-color:#474949;
    border-color:#474949;
}

.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{
    color:#ffffff;
    background-color:#2e2f2f;
    border-color:#292a2a;
}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,
.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,
.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,
.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,
.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,
.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
    background-color:#474949;
    border-color:#474949;
}

a.gray {
    color: #777 !important;
    font-size: 13px;
}

.allpass_container {
    margin-bottom: 20px;
}

.alert-info { 
    background: #f5f5f5;
    color: #000;
}

.obscure-2{
    overflow: hidden;
    height: 250px;
    color: transparent !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5) !important;
    -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5));
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.trivia{}

.trivia h2{
    margin-bottom: 20px;
}

.trivia a{
    background-color: #F2F2F2;
    display: flex;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none !important;
}
.trivia a .info{
    padding: 11px 0 12px 20px;
    width: 70%;
}
.trivia a .info p{
    margin: 0;
}
.trivia a .info p.title{
    font-weight: bold;
    color: #000;
}
.trivia a .info p.play{
    text-decoration: underline;
    color: #004E98;
}
.trivia a .image{
    width: 30%;
}
.trivia a .image img{
    width: 70px;
    height: 70px;
    float: right; 
}

.todayOn{}
.todayOn .item{ position: relative;}
.todayOn .item img.premium { position: absolute; top: 0; left: 0;}
.todayOn a .title{
    color: #000;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 8px;
    display: block;
}
.todayOn a:hover{
    text-decoration: none;
}

.devotional{
    background-color: #F2F2F2;
    padding: 10px 16px 16px;
    margin-bottom: 25px;
}
.devotional a{
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
.devotional a .title{
    font-weight: bold;
    display: block;
    font-size: 20px;
    line-height: 28px;
    padding: 8px 0 16px;
}
.devotional a .abstract{
    padding-bottom: 16px;
}
.devotional a .buttonWhite{
    text-align: center;
}
.devotional a .buttonWhite span{
    display: inline-block;
    background-color: #fff;
    font-weight: bold;
    padding: 12px 24px;
    color: #004E98;
    border-radius: 20px;
}
.featuredVideoContainer {
    min-height: 350px;
}

.video-js button, .video-js .vjs-volume-control .vjs-mouse-display, .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level,
.vjs-theme-fantasy .vjs-play-control:hover .vjs-icon-placeholder:before {
    color: #fff !important;
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.video-wrap .video video {
    max-width: 100%;
    max-height: 100%;
}

.video-wrap .video.stuck {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 275px;
    height: 155px !important;
    padding-top: 0;
    transform: translateY(100%);
    animation: fade-in-up .25s ease forwards;
    z-index: 9999999;
}

.panel-info, .alert-info { 
    border-color: #D3D3D3;
}

    .panel-info .panel-heading { 
        background: #f5f5f5 !important;
    }

    .nav-pills li.active a {
        color: #fff !important;
    }

.fill-height {
    padding-top: 50px;
}

.fill-height-small {
    padding-top: 15px;
}

.fill-left {
    padding-left: 50px;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.center-col{ 
    border-right: 1px solid #e6e6e6;
}

.site-bottom-separator {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.site-error {
    font-weight: bold;
    color: red;
}

.site-strong-big {
    font-weight: bold;
    font-size: 125%;
}

.site-strong {
    font-weight: bold;
}

.site-note {
    font-style: italic;
}

.site-form {
    padding: 10px 0;
}

.site-text-small {
    font-size: 85%;
}

.site-no-margin-top {
    margin-top: 0 !important;
}

.site-bottom-space {
    margin-bottom: 10px;
}

.btn-facebook {
    background-color: #3b5998 !important;
    color: #fff !important;
    height: 22px;
    line-height: 10px;
}

img.img-min-height{
    min-height: 392px;
}

/* SPECIFIC */
.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em 0.5em 0.5em 0;
}

.resp-sharing-button__link:hover{
    text-decoration: none;
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;    
    color: white;
    font-size: 12px;
    line-height: 12px;
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none;
    line-height: 12px;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

.resp-sharing-button--facebook {
    background-color: #3b5998
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

    .resp-sharing-button--facebook:hover,
    .resp-sharing-button--facebook:active {
        background-color: #2d4373;
        border-color: #2d4373;
    }

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

    .resp-sharing-button--twitter:hover,
    .resp-sharing-button--twitter:active {
        background-color: #2795e9;
        border-color: #2795e9;
    }

    .resp-sharing-button--pinterest:hover,
    .resp-sharing-button--pinterest:active {
        background-color: #8c0615;
        border-color: #8c0615;
    }

#dictionary-search .form-group {
    margin-bottom: 5px;
}

.explanation p {
    text-indent: 3em;
    text-align: justify;
    margin-bottom: 20px;
}

.copyright-notice {
    border-top: 1px solid black;
    font-size: 70%;
    margin-top: 2em;
    padding-top: 2em;
}

label.title-description {
    font-weight: 400 !important;
    line-height: 25px !important;
    color: #cc4d00 !important;
    font-size: 17px;
    margin-bottom: 9px;    
}

.book-description{ 
    line-height: 25px;
    font-size: 17px;    
}

.list-group-item span {
    color: #800 !important;
    text-decoration: none !important;
    outline: 0 !important;
    font-size: 12px;
    font-style: italic;
}

.dictionary-ad {
    margin-bottom: 18px
}

    .dictionary-ad #ad {
        margin-top: 18px
    }

.home-search-examples div.panel-body {
    padding-bottom: 0;
    padding-top: 0
}

.social-buttom-FB {
    float: left;    
    margin-right: 3px;
}

.social-buttom-pint {
    float: left;    
    margin-left: 3px;
}

.social-buttom-twitter {
    float: left;    
}

.btn-dbv {
    margin: 5px 1px;
}
/* BS */
.indented {
    display: inline-block;
    margin-left: 15px;
}

.woc {
    color: #E62E00 !important;
}

/*  h1 title at bible page  */
.bible .col-xs-10 h1 {
    font-size: 17px;
}

/*  h1 title at commentary page  */
.commentary .col-md-12 h1 {
    font-size: 27px;
}

a.logo {
    margin: 27px 0 0 22px;
    background: url(https://media.swncdn.com/bibletrivia/default/backgrounds/sprite.png) no-repeat;
    width: 262px;
    height: 55px;
    padding: 10px 20px;
    display: block;
    float: left;
}

.navbar {
    clear: both;
}

div.advertisement {
    display: block;
    margin: 10px 0;
    text-align: center;
}

div.headerAd {
    padding: 20px 0;
    background-color: #F2F2F2;
}

    div.headerAd div.advertisement {
        display: inline-block;
        margin-left: 40px;
    }
/*#region Spans */

span.green {
    color: #229F39;
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 5px;
}

span.red {
    color: #C70E0C;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 5px;
}

span.gray {
    color: #808080;
    font-weight: bold;
    font-size: 90%;
    margin-bottom: 5px;
}

span.login {
    font-weight: bold;
    text-transform: uppercase;
}

span.expandIcon {
    background: url(https://media.swncdn.com/bibletrivia/default/icons/expand-icon.png) no-repeat;
}

span.searchIcon {
    background: url(https://media.swncdn.com/bibletrivia/default/icons/search-icon.png) no-repeat;
}

.feedbackUrl {
    display: block;
    margin: 0 0 10px;
}

/*#endregion */

.headerMenu, .headerMenu li, .postHeaderMenu {
    float: left;
}

header .allWaysShow {
    position: fixed;
    left: 0;
    top: 0; 
    right: 0;
    min-height: 114px;
    z-index: 99999;
    background-color: #fff;
}

header .nav-plus { 
    float: right; 
}

/*#region Search */

.searchForm {
    display: inline-block; 
    float: right;
}

    .searchForm input[type="text"], searchPageForm input[type="text"] {
        border: 1px solid #CCCCCC;
        outline: medium none;
        padding: 6px;
        width: 225px;
        font-weight: bold;
        line-height: 18px;
        height: 25px;
        vertical-align: middle;
        margin: 9px 0;
    }

.searchPageForm {
    padding-left: 10px;
}

    .searchForm input[type="submit"], .searchPageForm input[type="submit"] {
        background: url(https://media.swncdn.com/bibletrivia/default/backgrounds/sprite.png) repeat scroll 0 -144px transparent;
        border: medium none;
        color: transparent;
        cursor: pointer;
        display: inline-block;
        font-size: 0;
        height: 12px;
        width: 13px;
        padding-top: 8px;
    }

.searchForm input[type="submit"] {
    position: relative;
    right: 25px;
}

.bible-search form input.query{ padding: 15px; color: #999; }
.bible-search form button.btn{ border: none; padding: 14px 0; }

.right-bible{ text-align: right; vertical-align: bottom; line-height: 70px; padding-left: 0; }

.dropdown { display: inline-block; }
button#opt-translation{ color:#333; font-weight: normal !important; font-size: 16px; padding: 7px 8px; border-radius: 10px; border-color: #ddd; margin-left: 10px; width: 80px; background-color: #fff; }
ul.opt-trans-list { text-align: left; }
ul.opt-trans-list li { margin: 0; }
    ul.opt-trans-list li a { font-size: 16px; padding: 10px 20px; }
    ul.opt-trans-list li.selected { background-color:#E67300; }
        ul.opt-trans-list li.selected a { color: #fff; font-weight: bold; }
        ul.opt-trans-list li.selected a:hover { color: #333; }
a.btn-close{ color:#333; font-weight: normal !important; font-size: 16px; border-radius: 10px; border-color: #ddd; background-color: #fff; padding: 10px 6px; }

.share-passage{ position: relative; margin-top: 15px;}
.share-passage .sticky{ position: sticky; top: 15%; text-align: center; }
.share-passage .sticky .title{ color: #808080; text-transform: uppercase; font-size: 14px; line-height: 17px; margin-bottom: 15px; }
.share-passage .sticky a{ border: 1px solid #ccc; border-radius: 9999px; display: inline-block; }
.share-passage .sticky a.facebook{padding: 6px 16px; margin-bottom: 15px;}
.share-passage .sticky a.twitter{padding: 8px 12px;}

.passage-text h2{ color:#333 !important; font-size: 24px; font-weight: bold; line-height: 29px; margin: 30px 0; }

.passage-text span.big-chapter { font-size: 70px !important; line-height: 70px; float: left; margin-right: 10px; }

.passage-text span.verse-num a { color: #666; }

.passage-text span.footnote a { font-size: 14px; vertical-align: top; }

.passage-text p { font-size: 20px; line-height: 36px; }

.passage-nav { margin: 15px 0; }
.passage-nav a.btn-continue { color: #FFF; background-color: #E67300; padding: 14px 30px; border-radius: 25px; cursor: pointer; font-size: 16px; line-height: 20px; font-weight: bold !important; }

.passage-commentary{ margin: 10px 0; font-size: 20px; }
.passage-commentary a[class^="verse-"]{ font-weight: bold; }

.incontext{font-size: 20px;}
.incontext a, .incontext a:hover{ text-decoration: none;}
.incontext span.woc{ color:#000 !important; }
.incontext sup{ top: 0; font-size: 100%; vertical-align: unset;}
.incontext footnote{ display: none;}

.surrounding-chapters { margin: 20px 0; font-size: 16px; }
.surrounding-chapters .chapter-title-padding{ padding: 13px 0; }
.surrounding-chapters a { display: inline-block; border: 1px solid #ccc; font-size: 16px; color: #004E98; border-radius: 25px; font-weight: bold; padding: 13px 0; width: 100%; text-align: center; text-decoration: none; }
.surrounding-chapters b a {}
.surrounding-chapters .prev { float: left; }
.surrounding-chapters .next { float: right; }

.panel-default>.panel-heading{ background-color: #fff;  }
.panel-default>.panel-heading h3 a { font-size: 20px; color: #004E98; text-decoration: none;}

#related-links ul li{ padding: 5px 0;}
#related-links ul li a{ font-size: 18px; }

.other-translations{ padding: 0 15px; font-size: 20px; border-top: 1px solid #ccc; }
.other-translations h2:not(.display), .other-translations span.verse-num a, .other-translations span.big-chapter, .other-translations footnote { display: none; }

.browse-the-bible { position: fixed; bottom: 20px; right: 10%; background-color: #333; opacity: 0.95; padding: 10px 15px 8px; border-radius: 15px; }
.browse-the-bible a { color: #fff; display: block; cursor: pointer; }
.browse-the-bible span { margin-left: 10px; font-weight: 500; line-height: 30px; vertical-align: top; }

.wrapper {
    display: block;
}

#sidebar {
    min-width: 375px;
    max-width: 375px;
    height: calc(100vh - 100px);
    position: fixed;
    top: 100px;
    right: -375px;
    background-color: #fff;
    padding: 10px 25px;
    /* top layer */
    z-index: 9999;
    border-radius: 20px;
    font-size: 20px;
}
#sidebar.active {
    right: 50px;
    overflow-y: scroll;        
}
#sidebar h3{ margin-top: 0; }
#sidebar ul p{ color: #999; }
#sidebar ul li{ margin-bottom: 5px; } 

#sidebar ul.chapters { margin:10px 0; }
#sidebar ul.chapters li { padding-left: 0; margin-bottom: 10px;}
#sidebar ul.chapters li a{ display: block; text-align: center; border: 1px solid #ccc; border-radius: 5px; line-height: 40px; text-decoration: none; }

.overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
    top: 0;
}
/* display .overlay when it has the .active class */
.overlay.active {
    display: block;
    opacity: 1;
}

#dismiss {
    width: 42px;
    height: 42px;
    position: fixed;
    /* top right corner of the sidebar */
    bottom: 0;
    right: 50px;
    background-color: #000;
    border-radius: 20px;
    text-align: center;
    z-index:99999;    
}

.rounded {
    border-radius: 4px 4px 4px 4px;
}

/*#endregion */

@-ms-viewport {
    width: device-width;
}

@media (max-width: 1279px){
    header {
        min-height: 72px !important;
    }
    header ul.navigation {
        display: none !important;
    }
    .mainLogo {
        position: unset !important;
        margin-top: 10px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

    header .allWaysShow{
        min-height: 64px;
        width: 100%;
    }
 
    header{
        min-height: 78px !important;
    }
    header .mainLogo{
        padding-top: 5px !important;
    }
    header .mainLogo img{
        width: 300px !important;
    }

    .dropdown-menu-home{
        width: 100% !important;
        top: 74;
        text-align: center;
    }
    .dropdown-menu-home li{
        width: 80%;
        margin: 0 auto;
        text-align: left;
    }
    header .dropdown-menu .sub-menu {
        display: block !important; 
        position: unset !important;
        border: none !important;
        box-shadow: none;
    }
    header .dropdown-menu .sub-menu li{
        width: 50%;
        float: left;
    }
    header .dropdown-menu .sub-menu li a {
        font-size: 14px;
    }

    #mobile-search-form{
        height: 60px;
    }
    header ul li ul.plus-buttons-mobile
    {
        list-style: none;
        overflow: hidden;
        margin-bottom: 10px;
    }
    header ul li ul.plus-buttons-mobile li{
        display: inline-block;
        margin-right: 0 !important;
        width: 50%;
        text-align: center;
    }

    header .searchPopover .popover {
        left: -245% !important;
    }
    
    img.img-min-height{
        min-height: 350px;
    }

    .browse-the-bible{ right:5%; }  
}

/* Mobile */
@media (max-width: 767px) {

    .noPaddingMobile
    {
        padding: 0;
    }

    header .allWaysShow{
        min-height: 64px;
        width: 100%;
    }

    header .membership{ 
        padding: 0 10px 0 0;
    } 

    .books-of-the-bible .nav>li>a {
        font-weight: bold;
        padding-left: 0;
    }

    .daily-bible-verse{
        display: block !important;
    }
    .daily-bible-verse .border-right, .daily-bible-verse .border-left{
        border:none !important;
    }
    .daily-bible-verse .border-right{
        border-bottom: 25px solid #fff !important;
    }

    .center-col{ 
        border-right: none;
    }

    .daily-bible-verse .bible-reading{
        margin-top: 25px;
        padding: 1px 15px 20px !important;
    }

    .mainLogo {
        padding-top: 10px !important;
    }

    header{
        min-height: 64px !important;
    }
    header .borderBottom{ 
    }
    header .membershipOptions{
        margin-top: 0 !important;
        padding: 0;
    }
    header ul li ul.plus-buttons-mobile
    {
        list-style: none;
        overflow: hidden;
        margin-bottom: 10px;
    }
    header ul li ul.plus-buttons-mobile li{
        display: inline-block;
        margin-right: 0 !important;
        width: 50%;
        text-align: center;
    }

    body{
        font-size: 18px !important;
    }

    .bible-articles .bible-article{
        overflow: hidden;
    }

    button#opt-translation{
        width: 60px;
    }

    .surrounding-chapters a{
        padding: 5px 0 !important;
        font-size: 13px;
    }
    .surrounding-chapters .chapter-title{
        line-height: initial;
        padding: 0 2px;
    }
    .surrounding-chapters .chapter-title-padding{
        padding: 5px 0 !important;
        font-size: 13px;
    }

    .bible-search-white{
        margin-bottom: 10px !important;
    }
    .bible-search{ padding: 0;}
    .breadcrumb{ }
    .breadcrumb li { padding-bottom: 5px; }
    .breadcrumb li, .breadcrumb li a { font-size: 15px; }    
    .breadcrumb > li + li:before {
        content: "/";
        padding: 0 0px;        
    }

    .browse-the-bible {                             
        bottom: 10px;
        right: 10px;
        border-radius: 30px;   
    }
    .browse-the-bible a{ padding: 4px 0 0; }
    a.browseBook { font-size: 25px; }
    #sidebar{ min-width: 90%; max-width: 90%; top: 50px; font-size: 25px; right: -500px; }    
    #sidebar h3 { font-size: 28px; }
    #sidebar.active{ right: unset; left: 10px; }
    #dismiss{ bottom: unset; top: 48px; right: 28px; }

    .panel-default>.panel-heading h3 a{ font-size: 18px;}

    .right-bible svg{
        width: 20px !important;
    }
    .right-bible select.opt-trans{
        margin-left: 3px;          
    }

    .copyright{
        padding: 0 15px 15px !important;
    }

    .t731.expanded .SubmitButton {
        width: auto !important;
        height: auto !important;
        color: #fff !important;
    }

    .bible-views {
        padding: 0;
        margin-top: 0px !important;
    }

    .bible-views h1 {
        font-size: 28px; 
    }

    .bible-views h2 {
        font-size: 22px;
    }

    .bible-views h3 {
        font-size: 20px;
    }

    .bible-views .bible-search form input.query{
        padding: 13px;
        border:none;
        border-bottom: 1px solid;
    }
    .bible-views .bible-search form .searchMobile
    {
        vertical-align: bottom;
    }

    .bible-views .right-bible {
        padding-left: 0;
    }
    .bible-views .surrounding-chapters{
        font-size: 15px;
        margin: 10px 0;
    }
    .bible-views .passage-nav a.btn-continue{ font-size: 18px; }
    
    img.img-min-height{
        min-height: 170px;
    }

    .bible-search input#q, .bible-search select{
        width: 100% !important;
    }
    .bible-search input.btn{
        float: left;
    }

    .mainSearch .mainSearchForm{
        right: 30px !important; 
    } 

    blockquote {
        padding: 9px 0 9px 15px;
        text-align: justify;
    }  

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }    

    .form-inline input.form-dynamic {
        margin-bottom: 5px;
    }

    .form-inline .btn {
        float: right;
    }

    header .menu {
        width: 25px !important;
        height: 25px !important;
        margin-top: 10px !important;
    }

        header .menu a {
            font-size: 16px !important;     
            padding: 8px 0 !important;       
        }

    header #logo {
        width: 100% !important;
    }

    header .dropdown-menu {
        width: 100% !important;
        top: 64px !important;
    }
    header .dropdown-menu li
    {
        padding: 0 10px;
        width: 80%;
        margin: 0 auto;
    }

    header ul.navigation {
        margin-top: 20px !important;
    }

        header ul.navigation li:last-child {
            margin-right: 5px;
        }

    header .dropdown-menu .sub-menu {
        display: block !important; 
        position: unset !important;
        border: none !important;
        box-shadow: none; 
        padding: 0;
    }

        header .dropdown-menu .sub-menu li {
            width: 50% !important;
            float: left;
            padding: 0;
        }

            header .dropdown-menu .sub-menu li a {
                font-size: 14px !important;
            }            
            header ul li .plus-buttons { 
                padding:0;
                margin-top:13px;
                list-style: unset;
            }
            header ul li .plus-buttons li { 
                margin-right:0 !important;
            }
            header ul li .plus-buttons li a{
                display:block;
                padding: 3px 0 !important;
                background-color: #E67300;
                text-align: center;
                font-size: 16px !important;
                border-radius: 5px;
            }
            
            header ul li .plus-buttons li a.btn-login {
                color: #000; 
                cursor: pointer;
                background: none;
                border: 1px solid #ccc;
                border-radius: 15px;
            } 
            header ul li .plus-buttons li.plus-account .btn {
                background-color: #000 !important;
                height: auto !important;
                color: #fff !important;
                padding: 10px !important;
                display: block;                
                font-size: 18px !important;
            }
            header ul li .plus-buttons li.plus-account a {
                text-align: left;
                color: #333;
                padding:5px 0 0 !important;
                background-color: #fff;
            }

    header .searchPopover .popover {
        left: -270% !important;
    }

    header .searchPopover .searchPopoverForm {
        width: 207px !important;
    }

        header .searchPopover .searchPopoverForm #q {
            width: 160px !important;
        }    

        .daily-bible-verse .min-box{
            min-height: unset !important;
        }
}

.search-btn {
    background: url(https://media.swncdn.com/bibletrivia/default/buttons/m-glass.png) no-repeat right;
    height: 42px;
    width: 23px;
    padding: 22px 0;
    border: none;
    margin: 0;
    float: right;
}
/*#region Header */

.header {
    background: url(https://media.swncdn.com/bibletrivia/default/backgrounds/header.png) repeat-x;
    height: 83px;
    line-height: 83px;
}

    .header .btn-group {
        float: right;
    }

        .header .btn-group.open .dropdown-toggle {
            background: url(https://media.swncdn.com/bibletrivia/default/icons/expand-icon.png) no-repeat;
            background-color: transparent;
        }

    .header > ul.dropdown-menu {
        min-width: 110px !important;
    }

    .header .logoMobile {
        background: url(https://media.swncdn.com/bibletrivia/default/backgrounds/header-logo.png) no-repeat;
        margin: 14px 0 14px;
        padding: 25px 105px;
    }

    .header a.search {
        background: url(https://media.swncdn.com/bibletrivia/default/icons/search-icon.png) no-repeat;
        height: 44px;
        width: 44px;
        padding: 0;
        border: none;
        margin: 10px 5px 0 0;
    }

    .header a.menuMobile {
        background: url(https://media.swncdn.com/bibletrivia/default/icons/expand-icon.png) no-repeat;
        height: 44px;
        width: 44px;
        padding: 0;
        border: none;
        margin: 10px 5px 0 0;
    }

.navbar {
    clear: both;
}

.t378.expanded .SubscribeBox {
    background: #f5f5f5 !important;
    border-top: 1px solid #D3D3D3 !important;
    border-bottom: 1px solid #D3D3D3 !important;
    color: #000 !important;
}

.t378.expanded .HeaderText, .Instructions {
    color: #000 !important;
}
/*#endregion */
.stickOnScroll {
    z-index: 10;
}

.clear{ clear: both; }
.clearLeft {
    clear: left;
}

a.video {
    position: relative;
    display: inline-block;
    *position: static;
}
    /* link that has playButton span inside of it must be position:relative, since the playButton container itself is position:absolute */
    a.video:hover .playOverlay {
        opacity: 1;
    }

    a.video .playOverlay {
        position: absolute;
        cursor: pointer;
        display: block;
        opacity: 0.65;
        left: 50%;
        top: 50%;
    }

        a.video .playOverlay.big {
            margin-left: -45px;
            margin-top: -45px;
            width: 90px;
            height: 90px;
        }

        a.video .playOverlay.small {
            margin-left: -20px;
            margin-top: -20px;
            width: 40px;
            height: 40px;
        }

    a.video .articleImage {
        float: left;
        width: 212px;
        height: 120px;
    }

.playOverlay {
    *display: none !important;
}

.copyright {
    padding: 15px 0;
    font-size: 14px;
    line-height: 17px;
    color: #808080;
    text-decoration: none;
}

/* --- Header --- */
header {
    margin: 0 auto;
    min-height: 112px; 
    z-index: 1;
    width: 100%;  
    background-color: #fff;  
    font-family: Helvetica,Arial,sans-serif;
}

    header .mainLogo {
        padding-top: 15px;
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    header .mainLogo img {
        width: 333px;
        height: auto;
        margin: 0 auto;
    }

    header .borderBottom {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 5px;
    }

    header .menu {   
        margin-top: 12px;
    }

    header a, header a:hover, header i {
        color: #000;
        text-decoration: none;
    }

    header hr {
        margin: 5px 0 1px;
        border-top: 1px solid #666;
    }

    header .menu a { 
        padding: 15px 10px;
        width: 100%;
        height: 100%;
        display: block;
    }

    header .menu ul{
        margin-top:0;
    } 

        header .nav > li > a:hover, header .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
            background-color: transparent;
        }

        .dropdown-menu-home{
            width: 208px;
            z-index:999999;
            position: fixed;
            left: 0;
            top: 80px;
            height: 100vh;
            border:none;
        }

    header .dropdown-menu {  
    }

        header .dropdown-menu li {
            position: relative;
        }
        header .dropdown-menu li a {
            padding: 8px 20px;
            font-size: 16px;
            color: #000;
        } 
        header .dropdown-menu li a:hover {
            color: #fff !important;
            background-color: #E67300 !important;
            border-color: #fff !important;
            background-image: none;
            border-radius: 10px;
        }
        header .dropdown-menu li a.plus:hover {
            background-color: transparent !important;
        } 

    header .menu a:hover {
        color: #fff !important;
        background-color: #d4d4d4 !important;
        border-color: #fff !important;
    }

    header .menu a.dropdown-toggle:hover {
        background-color: transparent !important;
        border-color: transparent !important;
        color: #444 !important;
    }

    header .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        display: none;
        width: 100%;
    }

    header .dropdown-menu li:hover .sub-menu {
        display: block;
    }

    header .dropdown-menu li:hover .dropdown-menu {
        display: block;
    }

    header .membershipOptions {
        float: right;
        margin: 25px 0 0;
    }
    header .membershipOptions li{
        list-style: none;
    }
    .membershipOptions ul li {
        display: inline-block;
    }
    header ul li .plus-buttons li a.btn-join {
        background-color: #E67300;
        color: #fff !important;
        padding: 12px;
        text-transform: uppercase;
        border-radius: 9999px;
        font-size: 17px;
        font-weight: bold;   
    }
    header ul li .plus-buttons li a.btn-join span{
        display: inline-block;
        vertical-align: bottom;
        margin-left: -4px;
    }
    header ul li ul.plus-buttons li a.btn-login {
        color: #000;
        padding: 2px 0;  
        font-size: 18px; 
        cursor: pointer;
    } 
    header .publication {
        text-transform: uppercase;
        color: #E67300;
        margin: 15px 0 0 10px;
        height: 50px;
        display: inline-block;
        font-size: 30px;
    }

    header ul.navigation {
        margin: 25px 15px 0 0; 
    }

        header ul.navigation li {
            float: left;
            display: inline-block;
            margin-right: 16px;
        }
        header ul.navigation li:last-of-type {
            margin-right: 0;
        }

            header ul.navigation li a { 
                font-size: 16px;
                color: #000;
            }

                header ul.navigation li a.search {
                    background: transparent url(https://media.swncdn.com/bibletrivia/default/images/Search-Icon.svg) no-repeat center;
                    padding: 8px;
                    text-decoration: none;
                }

                header ul li ul.plus-buttons li {
                    margin-right:10px;
                } 
                                               
                        
                        header ul li ul.plus-buttons li.plus-account button, header ul li ul.plus-buttons li.plus-account .btn {
                            border: 1px solid #E67300;
                            color: #fff;
                            border-radius: 15px;
                            background-color: #E67300;
                            font-size: 15px;
                            height: 32px;
                            line-height: 15px;
                            padding: 2px 12px;
                            font-weight:bold;
                        }
                        
                        header ul li ul.plus-buttons li.plus-account .dropdown-menu {
                            width: 200px;
                            border: 1px solid #fff;
                            left: unset;
                            padding: 0;
                            text-align: left;
                            right:20px;
                        }
                            header ul li ul.plus-buttons li.plus-account .dropdown-menu li {
                                display: block;
                                padding: 0;
                                margin: 0;
                                float:none;
                            }
                                header ul li ul.plus-buttons li.plus-account .dropdown-menu li a {
                                    font-size: 15px;
                                    padding: 8px;
                                    color: #000 !important;
                                    text-transform:initial;
                                }
                                    header ul li ul.plus-buttons li.plus-account .dropdown-menu li a:hover {
                                        background-color: #E67300 !important;
                                        color: #fff !important;
                                    }

    .mainSearch {
        position: relative; 
        margin-top: 10px;
        display: inline-block;
    }
    .mainSearch .magnifier {
        padding: 6px;
        border: 0;
        background-color: #fff;
    }
    .mainSearch .mainSearchForm {
        position: absolute;
        left: 44px;
        top: -6px;
        border: 1px solid #ccc;
        border-radius: 10px;
    }
    .mainSearch .mainSearchForm input {
        width: 320px;
        border-radius: 10px;
    }
    .mainSearch .mainSearchForm button[type=submit] {
        display: none;
    }
                
    header .searchPopover .popover {
        max-width: 368px;
        top: 0;
        left: 37%;
    }

    header .searchPopover .searchPopoverForm {
        background: transparent url(https://media.swncdn.com/bibletrivia/default/images/search-background.png) no-repeat;
        width: 338px;
        height: 44px;
    }

        header .searchPopover .searchPopoverForm #q {
            height: 44px;
            width: 290px;
            font-size: 16px;
            font-weight: 400;
            background-color: transparent;
            border: none;
            padding-left: 15px;
        }

        header .searchPopover .searchPopoverForm a {
            padding: 10px 18px;
        }

    header .searchText i {
        font-size: 20px;
        margin: 15px 6px 0 5px;
    }

    header .searchText form {
        display: inline-block;
    }

        header .searchText form input, header .searchText form input::placeholder {
            border: none;
            padding: 10px !important;
            margin-left: 5px;
            font-size: 17px !important;
        } 

    header.allWaysShow {
        position: fixed;
        left: 0;
        top: 0;
        background-color: #E67300;
        right: 0;
        height: 70px;
        z-index: 99999;
    }
        header.allWaysShow .searchHeader {
            display: none;
        }

.squareGrid {
    width: 75px;
    margin: 10px;
}
div.panel div.panel-body div a:hover {
    background-color: #ddd;
}

.bible-articles{}

    .bible-articles .bible-article {
        padding:10px 0; 
        font-size: 18px;
    }
        .bible-articles .bible-article a {
            color:#000 !important;
            font-size: 21px;
            line-height: 25px;
        }
        .bible-articles .bible-article .author {
            color: #808080; 
            font-size: 14px;
            line-height: 17px;
            text-transform: uppercase;
            margin-top: 15px;
        }
        .bible-articles .bible-article .abstract {
            color: #333; 
            font-size: 17px;
            line-height: 24px;
            text-transform: none;
            margin-top: 10px;
        }
        
.bigButton {
    background-color: #333; 
    padding: 15px; 
    color: #fff; 
    margin-bottom: 20px;
}
.bigButton a {
    color: #fff !important;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}
        
.chapter-list ul li a {
    font-size:16px;
}
        
.book-summary h2 {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.book-summary p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
    padding: 12px 0;
}
.book-summary .breadcrumb { 
    margin-bottom: 0; 
    padding: 8px 0 0 !important;
}
img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}
img.fr-dii.fr-fil {
    float: left;
    margin: 5px 15px 5px 0;
    max-width: calc(100% - 5px);
}
img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 15px;
    max-width: calc(100% - 5px);
}
.subtitle-orange {
    color: #E67300 !important;
    font-family: ui-serif,Georgia,Cambria,Times New Roman,Times,serif;
    font-size: 21px;
    font-style: italic;
    letter-spacing: 1.8px; 
    text-align: center;
    font-weight: 400 !important;
}

.daily-bible-verse {
    margin-bottom: 25px; 
    padding: 0;
    background-color: #F2F2F2;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
}
.daily-bible-verse .border-right{
    border-right: 10px solid #fff;
}
.daily-bible-verse .border-left{
    border-left: 10px solid #fff;
}
.daily-bible-verse .verse { 
    padding: 1px 0 20px;
    text-align: center;
}
.daily-bible-verse a {
    text-decoration: underline;
    font-weight: bold;
}
.daily-bible-verse a.reading{
    text-decoration: none;
    color: #000;
    font-size: 21px;
}
.daily-bible-verse a.send{
    text-decoration: none;
    color: #004E98;
    font-size: 16px;
    background-color: #fff;
    padding: 16px 24px;
    display: inline-block;
    border-radius: 9999px;
}
.daily-bible-verse p {
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0;
}
.daily-bible-verse .reading-date{
    display: block;
    color: #808080;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    margin: 10px 0;
}
.daily-bible-verse .bible-reading{
    background-color: #F2F2F2;
    padding: 1px 0 20px;
}
.bible-search-white{}
.bible-search-white form{
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 52px;
}
.bible-search-white input#q_top{
    height: 50px;  
    font-size: 16px;
    border: none;
    border-radius: 5px;
}
.bible-search-white button{
    height: 50px;  
    background-color: #fff;
    border-radius: 5px;
}


.bible-search{
    background-color: #F2F2F2;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 20px;
}
.bible-search h2, .books-bible h2, .bible-articles h2, .read-bible h2, .bible-translations h2{
    font-size: 24px;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 15px;
}
.bible-search h3, .books-bible h3{
    font-size: 18px;
    line-height: 22px;
}
.bible-search input#q{
    height: 50px;
    width: 48%;
    margin-right: 2%; 
    font-size: 16px;
}
.bible-search input.btn
{
    color: #004E98;
    background-color: #fff;
    height: 50px;
    width: 140px;
    border: none;
    font-size: 16px;
    font-weight: bold !important;
    border-radius: 9999px;
    margin-right: 15px;
}
.bible-search select{
    height: 50px;
    width: 48%;
    font-size: 16px;
}
.bible-search a.blue{
    color: #004E98;
    font-size: 14px;
    text-decoration: underline;
}
.books-bible .sub{
    font-size: 18px;
    line-height: 22px;
}
.read-bible a.start{
    display: inline-block;
    background-color: #F2F2F2;
    font-size: 16px;
    line-height: 19px;
    padding: 15px 20px;
    border-radius: 9999px;
    font-weight: bold;
}