﻿/*#region Element Styles */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    color: #333;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

blockquote {
    border: none;    
    padding: 10px 25px;
}

.clear {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ul {
    list-style: none;
}

ol {
    list-style-position: inside;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

object {
    outline: none;
}

strong, b, strong *, b * {
    font-weight: bold !important;
}

em, i, em *, i * {
    font-style: italic !important;
}

:focus {
    outline: 0;
}

/*#endregion */

/*#region ViewPorts */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*#endregion */

/*#region Standards */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

span#MasterPageSummary,
span#MasterPageHeader { position:absolute; width:1px; height:1px; overflow:hidden; left:-1px; bottom:-1px; }

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #428BCA;
    }

    a:visited, a:focus {
        text-decoration: none;
    }

h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
}

    h1.Oswald {
        font-size: 36px;
        font-weight: 400;
        font-family: 'Oswald';
        color: #1A1A1A;
        line-height: 45px;
    }

        h1.Oswald i {
            padding-right: 10px;
        }

    h1.slogan, h2.slogan {
        font-size: 18px;
        line-height: 20px;
        font-weight: 700
    }

h2 {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
    font-family: 'Oswald', serif;
}

    h2.OpenSans, .homePage h2 {
        font-family: 'Open Sans', sans-serif;
    }

h3 {
    /*font-size: 18px;*/
    line-height: 18px;
    color: gray;
    font: Open Sans 600, 20 px;
}

    h3.OpenSans {
        font-family: 'Open Sans', sans-serif;
    }

h4 {
    font-size: 16px;
    font-weight: bold;
}

h5 {
    font-size: 12px;
    color: #666666;
}
/* orig: font-size: 16px; font-weight: bold; */
h6 {
    font-size: 14px;
    font-weight: bold;
}

p {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 0;
}

    p a {
        color: #39C;
        text-decoration: underline;
    }

.placeholder {
    color: #6B696A;
}

.borderBottom {
    border-bottom: 1px solid #DDDDDD;
}

.borderTop {
    border-top: 1px solid #DDDDDD;
}

hr {
    border-color: #DDDDDD !important;
}

.margin-top { margin-top: 10px; }

.margin-bottom { margin-bottom: 10px; }

.articleContent .articleContentBody iframe {
    width: 100%;
}

/* for non-html5-compatable browsers, use this class in the salem.form.smartTextBox() function to make it function like html 5's placeholder attr */

/*#endregion */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 20px !important;
    background-color: #F5F5F5;
}

.noPadding {
    padding: 0 !important;
}

.inlineDiv {
    display: inline-block;
}

.ad img.img_ad {
    width: 100% !important;
    height: auto !important;
}

.sideToSideAd
{
    height: 250px;
    overflow:hidden;
}
    .sideToSideAd .ad300x250
    {
        float: left;
        margin-right: 15px;
    }

.ad div#gpt-ad-1 iframe {
    /*width: 100% !important;
    height: auto !important;*/
}

div#gpt-ad-oop div:first-of-type {
    height:1px;
}

.fb_iframe_widget_fluid_desktop, 
.fb_iframe_widget_fluid_desktop span, 
.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}

#ArticleTitle {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
    font-family: 'Oswald';
    font-size: 20px;
    /*overflow: auto;*/    
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 50px;
}

    #ArticleTitle .headerDiv {
        margin: 0 auto;
        max-width: 1040px;
    }
        #ArticleTitle .headerDiv .articleOption {
            width: 80px;
            float: left;
            padding: 8px 0 0;
        }
            #ArticleTitle .headerDiv .articleOption a.menu {
                color: #ccc;
                font-size: 35px;
                display: block;
                height: 35px;
                width: 35px;
                float: left;
                margin-right: 5px;
            }
                #ArticleTitle .headerDiv .articleOption a.menu .fa {
                    font-style: normal !important;
                }
            #ArticleTitle .headerDiv .articleOption img.logoHeader {
                float: left;
                margin-top: 3px;
            }

        #ArticleTitle .headerDiv .articleInfo {
            width: calc(100% - 80px);
            float: left;
            padding: 8px 0 0;
        }
            #ArticleTitle .headerDiv .articleInfo span.title {
                font-family: 'Oswald';
                font-size: 20px;
                margin: 6px 10px 10px;
                vertical-align: top;
                display: inline-block;
            }
            #ArticleTitle .headerDiv .articleInfo .shareAndPrintBar {
                display: inline-block;
                padding: 0;
                margin-top: 8px;
                float: right;
            }

        #ArticleTitle .headerDiv .articleMenu {
            width: calc(100% - 80px);
            float: left;
            padding: 8px 0 0;
        }
            #ArticleTitle .headerDiv .articleMenu .navbar {
                margin-bottom: 0;
                padding: 0;
                min-height: 44px;
            }

.SpecialOfferImage img {
    display:block !important;
}
        

#BackToTop {
    display: inline;
    font-size: 36px;
    position: fixed;
    right: 10px;
    top: 4px;
}

    #BackToTop a {
        color: #E6E6E6;
    }

        #BackToTop a i {
            font-style: normal !important;
        }

ul.nav-article li a.main {
    color: #000;
    font-size: 18px !important;
    padding: 5px !important;
}

    ul.nav-article li a.main:hover {
        color: #000 !important;
    }

ul.nav-article li a.searchLink {
    background: transparent url(images/icons/MagnifyingGlass.png) no-repeat right;
    padding: 6px 10px;
    background-size: 18px;
}

.contentWrapper {
    background-color: #FFF;
    margin: 0 auto;
    max-width: 1040px;
}

    .contentWrapper .heightDiv {
        height: 120px;
    }

header {
    padding-top: 12px;
}

    header .logo-container img.thumbnail {
        border: none;
        margin: 0;
        width: 99%;
    }

    header .logo-container a {
        display: inline-block;
        vertical-align: top;
    }

    header .logoSubpage img.thumbnail {
        width: 261px;
    }

    header logoSubpage a {
        margin-left: -28px;
    }

.navbar {
    padding: 10px 0 0;
    margin-bottom: 15px;
}

    .navbar .navbar-collapse {
        padding: 0;
    }

    .navbar ul.navbar-nav {
        width: 100%;
    }

        .navbar ul.navbar-nav li a.main {
            font-weight: 900;
            font-size: 24px;
            padding: 9px 8px;
        }

        .navbar ul.navbar-nav li a:hover {
            background-color: #FFF;
            color: #000;
        }

        .navbar ul.navbar-nav li .devotionals {
            width: 400px;
        }

.navbar-header .navbar-toggle {
    background: transparent url(images/mobile/menu-icon.png) no-repeat;
    float: right;
    background-size: 100%;
    height: 35px;
    width: 35px;
    margin: 0 10px 0 0;
}

.navbar-header .search {
    background: transparent url(images/mobile/search-icon.png) no-repeat;
    background-size: 75%;
    padding: 10px 20px;
    float: right;
}

.navbarSubpage {
    float: right;
}

    .navbarSubpage ul.navbar-nav li a,
    .navbarSubpage ul.navbar-nav li a:hover {
        font-size: 14px;
        color: #C9C9C9;
        font-size: 20px;
        font-weight: 700;
    }

        .navbarSubpage ul.navbar-nav li a img {
            width: 20px;
        }

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    border-top: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .dropdown-menu li {
        padding: 5px 0;
    }

        .dropdown-menu li a {
            font-size: 18px;
            font-weight: 400 !important;
            white-space: normal;
            padding: 3px 10px;
        }

        .dropdown-menu li:hover .sub-menu {
            visibility: visible;
        }

        .dropdown-menu li a:hover {
            background-color: #E6F5FF !important;
            color: #3366B4 !important;
        }

    .dropdown-menu .ulInspirations {
        width: 330px !important;
    }

        .dropdown-menu .ulInspirations li {
            display: inline;
            margin: 0 !important;
            text-align: center;
            padding: 10px 15px !important;
        }

            .dropdown-menu .ulInspirations li.borderLeft {
                border-left: 1px solid #DDD;
            }

            .dropdown-menu .ulInspirations li.more {
                text-align: left;
                padding: 0px !important;
            }

    .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 1px;
        visibility: hidden;
        width: 390px;
        border-left: none;
    }

        .dropdown-menu .sub-menu li {
            border-bottom: 1px solid #DDD;
            overflow: hidden;
            padding: 8px 0 10px;
            margin: 0 10px;
        }

            .dropdown-menu .sub-menu .also {
                font-size: 16px;
                font-weight: 400;
            }

                .dropdown-menu .sub-menu .also a {
                    display: inline;
                }

            .dropdown-menu .sub-menu li.moreNavigation {
                border-bottom: none;
                padding: 0;
            }

            .dropdown-menu .sub-menu li a {
                color: #3366B4 !important;
                font-size: 16px !important;
                padding: 0;
            }

                .dropdown-menu .sub-menu li a:hover {
                    background-color: #FFF !important;
                }

                .dropdown-menu .sub-menu li a.more {
                    padding: 10px 0;
                }

                .dropdown-menu .sub-menu li a .image {
                    width: 140px;
                    height: 70px;
                    border: 1px solid #DDD;
                    text-align: center;
                    float: left;
                    margin-right: 10px;
                }

                    .dropdown-menu .sub-menu li a .image img {
                        width: 100%;
                        height: 70px;
                        font-size: 10px;
                        vertical-align: middle;
                    }

                .dropdown-menu .sub-menu li a .imageInspiration {
                    width: 140px;
                    height: 140px;
                    border: 1px solid #DDD;
                    text-align: center;
                    float: left;
                    margin-right: 10px;
                }

                    .dropdown-menu .sub-menu li a .imageInspiration img {
                        width: 100%;
                        height: 140px;
                        font-size: 10px;
                        vertical-align: middle;
                    }

                .dropdown-menu .sub-menu li a span {
                    display: block;
                }

.dropdown-menu-right .sub-menu {
    border-left: 1px solid #DDDDDD !important;
    border-right: medium none;
}

.mainContent {
    float: left;
}

.rightContent {
    padding: 0 30px 0 0;
}

.main-ad a img {
    width: 200px;
    height: 90px;
}

.archiveLinkList a {
    color: #3366B4;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 0 15px;
}
    .archiveLinkList a:hover {
        color: #428BCA;
    }

.carrouselText ul {
    width:100%;
}

    .carrouselText ul li {
        margin: 10px;
        padding: 10px;
        float: none;
        width: 100%;
        list-style: inside disc;
    }


.sitemap {
    margin-bottom: 10px;
}

    .sitemap h2.sitemapPrimaryItems {
        font-family: 'Open Sans',sans-serif;
        margin-bottom: 10px;
    }

.marginTop {
    margin-top: 20px;
}

.marginTop5
{
    margin-top: 5px;
}

.marginBottom {
    margin-bottom: 20px;
}

.paddingTop {
    padding-top: 10px;
}

.paddingBottom {
    padding-bottom: 10px;
}

.advertisement {
    text-align: center;
    clear: both;
}

.advertisement-300x250 {
    min-width: 300px;
    min-height: 250px;
    margin-bottom: 15px;
}

.specialCoverage {
    border-top: 1px solid #DDDDDD;
    margin-top: 10px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10px;
    padding: 10px 0 5px;
}

    .specialCoverage .prevItem {
        background: transparent url(images/buttons/arrowGrey_left.png) no-repeat left;
        height: 50px;
        background-size: 20%;
        padding: 0;
    }

        .specialCoverage .prevItem a,
        .specialCoverage .nextItem a {
            padding: 0 10px 30px;
        }

    .specialCoverage .nextItem {
        background: transparent url(images/buttons/arrowGrey_right.png) no-repeat right;
        height: 50px;
        background-size: 20%;
        padding: 0;
        float: right;        
    }

        .specialCoverage .nextItem a {
            float: right;
        }

    .specialCoverage ul li {
        display: inline;
        padding: 0 10px 0 0;
        width: 11.11%;
        position: relative;
    }

        .specialCoverage ul li a .width93 {
            width: 93%;
        }

        .specialCoverage ul li a .width91 {
            width: 91%;
        }

        .specialCoverage ul li a .overtext {
            display: none;
            background: #000;
            position: absolute;
            top: 0;
            height: 40px;
            filter: alpha(opacity=60);
            opacity: 0.6;
            text-align: center;
            font-size: 12px;
            font-weight: bold;
            line-height: 40px;
        }

            .specialCoverage ul li a .overtext .textcenter {
                color: #fff;
                display: inline-block;
                line-height: normal;
                vertical-align: middle;
            }

        .specialCoverage ul li:hover a .overtext {
            display: block;
        }

        .specialCoverage ul li a {
            padding: 0;
            height: 50px;
        }

        .specialCoverage ul li:last-child {
            margin-right: 0;
        }

        .specialCoverage ul li img {
            height: 40px;
            padding: 0;
            width: 100%;
        }

        .specialCoverage ul li span {
            font-weight: 600;
            padding: 0 0 0 10px;
            vertical-align: middle;
        }

.slideshowPagination { }

    .slideshowPagination .slideNumber {
        font-weight: bold;
        line-height: 48px;
    }

    .slideshowPagination .skipAd {
        font-weight: bold;
        line-height: 48px;
        color:#999;
    }

/*#slideRefreshContainer {
    display:none;
}*/

#slideHome img.startSlideshowImg {
    margin:0 auto;
}

.todaysBibleReading {
    margin-bottom: 20px;
}
    .todaysBibleReading h2 {
        margin-bottom: 5px;
    }
    .todaysBibleReading a {
        color: #3366b4;
        font-size: 15px;
        font-weight: 400;
    }
        .todaysBibleReading a:hover {
            color: #428BCA;
        }
    .todaysBibleReading .verse {
        border-top: 1px solid #ddd;
        padding-top: 10px;
        margin-top: 10px;
    }
        .todaysBibleReading .verse p {
            padding: 0;
            font-weight: 400;
        }
        .todaysBibleReading .verse a.bold {
            font-weight: bold;
        }

.todaysTopStories {
    margin-bottom:20px;
}
    .todaysTopStories hr {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .todaysTopStories h2 { }

    .todaysTopStories a span {
        color: #999999;
        font-size: 16px;        
    }
    .todaysTopStories img {
        max-width: 100%;
        height: auto;
    }
    .todaysTopStories ul {
        list-style:disc;    
        margin-top:10px;    
    }
        .todaysTopStories ul li {
            margin-left: 20px;
            margin-bottom: 10px;
        }
            .todaysTopStories ul li a {
                color: #3366b4;
                font-size: 15px;
                font-weight: 400;
            }

.prayerApp {
     margin: 10px 0 20px;
}
    .prayerApp a img {
        height: auto;
        width: 100%;
    }

.popularToday {
    margin: 15px 0;
}

    .popularToday ul {
        margin: 20px 0;
    }

        .popularToday ul li {
            margin-bottom: 15px;
        }

            .popularToday ul li a {
                font-size: 16px;
                font-weight: 600;
            }

                .popularToday ul li a img {
                    width: 100%;
                    height: auto;
                    margin-bottom: 5px;
                }

.feature-slides {
    margin: 5px 0 20px;
    clear: both;
    overflow: hidden;
}

    .feature-slides .carousel-indicators {
        left: auto;
        width: 30%;
        text-align: right;
        right: 4%;
        margin-left: 0;
    }

    .feature-slides .carousel-caption {
        left: 5%;
        right: inherit;
        width: 70%;
        vertical-align: bottom;
        text-align: left;
        padding-bottom: 0;
    }

        .feature-slides .carousel-caption h3 {
            color: #FFF;
            font-size: 32px;
            font-weight: 900;
            line-height: 35px;
            padding-bottom: 0;
        }

    .feature-slides .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100%;
        height: auto;
    }

    .feature-slides .carousel-inner > .item > a > img.imageBack {
        position: absolute;
        z-index: 10;
        height: 100%;
    }

    .feature-slides .carousel-control.right, .feature-slides .carousel-control.left {
        background-image: none;
    }

    .feature-slides .carousel-control {
        top: 70%;
        width: 13%;
        height: 45px;
        opacity: 0.9;
        filter: alpha(opacity=90);
        z-index: 15;
    }

        .feature-slides .carousel-control:hover {
            opacity: 1.0;
            filter: alpha(opacity=100);
        }

        .feature-slides .carousel-control.left {
            left: auto;
            right: 9%;
        }

        .feature-slides .carousel-control .leftArrow {
            background: transparent url(images/buttons/left-arrow-feature.png) no-repeat;
            padding: 9px 23px;
        }

        .feature-slides .carousel-control .rightArrow {
            background: transparent url(images/buttons/right-arrow-feature.png) no-repeat;
            padding: 9px 23px;
        }

.theLatest li {
    border-bottom: 1px solid #DDD;
    padding: 15px 0;
}

    .theLatest li:last-child {
        border: none;
    }

    .theLatest li.sponsored {
        background-color: #FFFFCC;
    }

    .theLatest li img {
        width: 100%;
        height: auto;
        font-size: 10px;
    }

    .theLatest li .info {
        margin-left: -10px;
        padding: 0 0 0 10px;
    }
    .theLatest li .info2 {
        margin-left: 0;
    }

    .theLatest li .info .channelTitle {
        color: #999999;
        text-transform: uppercase;
        display: block;
        font-weight: 400;
        font-size: 13px;
    }

    .theLatest li .info .articleTitle {
        color: #3366b4;
        font-size: 18px;
        font-weight: 600;
        display: block;
    }
    .theLatest li:hover .info .articleTitle {
        color: #428BCA;
    }

    .theLatest li .info .author,
    .theLatest li .info .comments {
        color: #999999;
        font-weight: 400;
        font-size: 13px;
    }

    .theLatest li .info .comments {
        background: transparent url(images/icons/comments_gray.png) no-repeat left;
        padding-left: 23px;
    }

.mostPopular {
    margin: 15px 0;
    overflow: hidden;
}

    .mostPopular li {
        margin-bottom: 15px;
        position: relative;
        padding: 0 !important;
    }

        .mostPopular li img {
            width: 100%;
            height: auto;
        }

            .mostPopular li img.imageBack {
                position: absolute;
            }

        .mostPopular li span.circleRank {
            background-color: #FF9900;
            color: #FFF;
            border-radius: 20px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            font-size: 24px;
            font-weight: 900;
            position: absolute;
            left: 15px;
            bottom: 10px;
            height: 36px;
            line-height: 35px;
            width: 36px;
            text-align: center;
            vertical-align: middle;
        }

        .mostPopular li span.overlayText {
            font-size: 16px;
            color: #FFF;
            bottom: 3px;
            position: absolute;
            left: 0;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
            padding: 0 5px;
        }

        .mostPopular li a {
            color: #3366B4;
            font-weight: 600;
        }
            .mostPopular li a:hover {
                color: #428BCA;
            }

.pagination-bar {
    text-align: center;
}

    .pagination-bar ul li a,
    .pagination-bar ul li span {
        font-weight: 600;
        color: #000000 !important;
    }

    .pagination-bar ul li.active span,
    .pagination-bar ul li.active span:focus {
        background-color: #E5E5E5 !important;
        border-color: #E5E5E5 !important;
    }

form.validate {
    clear: both;    
    padding: 0 15px 15px 0;
    width: 100%;
}
   
    form.validate label
    {
        clear: left;
        float: left;
        height: 30px;
        line-height: 30px;
        margin: 0 0 5px;
        padding: 0 5px 0 0;
        text-align: right;
        width: 130px;
    }

    form.validate label.error
    {
        clear: none;
        color: red;                
        text-align: left;        
        font-size: 11px;
        font-weight: normal;
        margin-left: 5px;
    }

    form.validate input, form.validate select, form.validate span.input, form.validate span.inputline
    {
        float: left;
        height: 30px;
        line-height: 30px;
    }    

        form.validate input[type="text"], form.validate input[type="password"], form.validate textarea
        {
            border: 1px solid #9e9a9a;
            font-family: Sans-Serif;
            font-size: 120%;
            height: 28px;
            line-height: 28px;
            margin-bottom: 5px;
            padding: 0 3px;
            width: 200px;
        }

    form.validate textarea
    {
        float: left;
        height: 170px;
        line-height: 25px;
        margin-bottom: 5px;
        width: 350px;
    }

    form.validate #submitDiv input[type="submit"]
    {
        background-color:#E98600;
        color: #fff;
        cursor: pointer;
        font-weight: bold;
        padding: 5px 15px;
        line-height: 15px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;        
    }
        form.validate #submitDiv input[type="submit"]:hover
        {
            background-color: #FFB400;
        }

.feedbackPage .statusFeedback .feedbackSuccess
{
    color: green;
}

.feedbackPage .statusFeedback .feedbackError
{
    color: red;
}

.inspirations {
    margin: 15px 0;
}

    .inspirations li {
        margin-bottom: 10px;
        padding: 0 !important;
    }

        .inspirations li img {
            width: 100%;
        }

        .inspirations li .shareAndPrintBar {
            margin-top: 10px;
        }

            .inspirations li .shareAndPrintBar ul.shares li {
                margin-right: 8px;
                float: left;
            }

.searchBibleForm,
.searchForm {
    /*border: 1px solid #DDD;*/
    margin: 0 0 20px 0;
    /*background-color: #FAFAFA;*/
}

ul.sortList {
    margin-top: 8px;
}
    ul.sortList li {
        display: inline-block;
        font-weight: 400;
        margin-right: 5px;
    }
    ul.sortList li.first {
        border-right: 1px solid #ccc;
        padding-right: 10px;
    }
        ul.sortList li a {
            color: #3366b4;
        }
            ul.sortList li.active a {
                color: #000;
                font-weight: bold;
            }

.searchBibleForm {
    margin-bottom: 10px;
    float: left;
}

.searchForm {
    margin-bottom: 20px;
}

    .searchBibleForm input,
    .searchForm input {
        border: 1px solid #DDD;
	height: 33px;
	padding-left: 15px;
	color: #1a1a1a;
	font-weight: 800;
	font-size: 16px;
	background-color: #fafafa;
    }

    .searchBibleForm a,
    .searchForm a {
        background: transparent url(https://salemnet.vo.llnwd.net/media/crosswalk/theme/default/buttons/orange-button-large-right.png) no-repeat right;
        float: left;
        height: 35px;
        font-size: 130%;
        color: white;
        font-weight: bold;
        line-height: 35px;
        padding-left: 7PX;
        margin-top: -2px;
        width: 16%;
    }
        .searchBibleForm a:hover,
        .searchForm a:hover {
            background-image: url(https://salemnet.vo.llnwd.net/media/crosswalk/theme/default/buttons/orange-button-large-right-hover.png);
        }
        .searchBibleForm a > span,
        .searchForm a > span {
            height: 35px;
            line-height: 35px;
            float: left;
            text-decoration: none;
            padding-left: 7px;
            background: transparent url(https://salemnet.vo.llnwd.net/media/crosswalk/theme/default/buttons/orange-button-large-left.png) no-repeat left center;
        }
        .searchBibleForm a:hover > span,
        .searchForm a:hover > span {
            background-image: url(https://salemnet.vo.llnwd.net/media/crosswalk/theme/default/buttons/orange-button-large-left-hover.png);
        }

.solr-returned-results {
    font-weight: bold;
}

    .solr-returned-results a {
        color: #999;
    }

.article-mini {
    border-bottom: 1px solid #DDD;
    padding: 15px 0;
}

    .article-mini a.search-result-title {
        color: #3366B4;
        font-size: 16px;
        font-weight: 600;
    }
        .article-mini a.search-result-title:hover {
            color: #428BCA;
        }

.followCW {
    margin: 0 0 20px;
    border: 1px solid #DDDDDD;
    padding: 0;
    clear: both;
}

    .followCW h2 {
        padding: 10px;
    }

    .followCW .bubble {
        border-bottom: 1px solid #DDD;
        margin-bottom: 10px;
    }

        .followCW .bubble:after {
            content: "";
            position: absolute;
            top: 83px;
            left: 22px;
            border-style: solid;
            border-width: 10px 10px 0;
            border-color: #FFFFFF transparent;
            display: block;
            width: 0;
            z-index: 2;
        }

        .followCW .bubble:before {
            content: "";
            position: absolute;
            top: 84px;
            left: 22px;
            border-style: solid;
            border-width: 10px 10px 0;
            border-color: #DDD transparent;
            display: block;
            width: 0;
            z-index: 2;
        }

    .followCW .newsletter {
        min-height: 15px;
        margin-top: -10px;
        z-index: 1;
    }

    .followCW ul {
        height: 37px;
        padding: 0 10px 10px;
    }

        .followCW ul.noMargin {
            margin-bottom: 0;
            border-bottom: none;
        }

        .followCW ul li {
            float: left;
            margin-right: 5px;
        }

            .followCW ul li a {
                padding: 9px 18px;
            }

                .followCW ul li a.newsletter {
                    background: transparent url(images/icons/follow_newsletter.png) no-repeat;
                }

                .followCW ul li a.facebook {
                    background: transparent url(images/icons/follow_fb.png) no-repeat;
                }

                .followCW ul li a.twitter {
                    background: transparent url(images/icons/follow_twitter.png) no-repeat;
                }

                .followCW ul li a.g-plus {
                    background: transparent url(images/icons/follow_gplus.png) no-repeat;
                }

                .followCW ul li a.rss {
                    background: transparent url(images/icons/follow_rss.png) no-repeat;
                }

                .followCW ul li a.mobile {
                    background: transparent url(images/icons/follow_mobile.png) no-repeat;
                }

.blueBox {
    border: 1px solid #DDD;
}

    .blueBox .headerContainer {
        background-color: #EAEFF7;
    }

    .blueBox .contentContainer {
        padding: 10px;
    }

        .blueBox .contentContainer span {
            font-weight: 600;
            margin-bottom: 5px;
            display: block;
            font-size: 13px;
        }

            .blueBox .contentContainer span.unbold {
                font-weight: 400;
            }

        .blueBox .contentContainer .inputContainer form input {
            border: 1px solid #DDDDDD;
            color: #1A1A1A;
            font-weight: 600;
            height: 30px;
            padding-left: 5px;
            width: 169px;
        }

.videoSection {
    margin-bottom: 20px;
}

    .videoSection h2 {
        margin-bottom: 10px;
    }

    .videoSection ul li {
        margin-bottom: 15px;        
        position: relative;
        padding: 0 !important;
    }

        .videoSection ul li a img {
            display: block;
            height: auto;
            width: 100%;
        }

.videoPage #content iframe {
    width:100%;    
}

.video .postedBy {
    color: #666;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left:0;
}

.videoArchivePage h2 {
    margin: 15px 0 0;
}

.videoArchivePage ul.archives {
    border-top: none !important;
}

.recommendSection {
    clear: both;
    margin-bottom: 20px;
    font-size: 12px;
}

    .recommendSection h2 {
        margin-bottom: 10px;
    }

    .recommendSection img {
        float: left;
    }

    .recommendSection .partnerInfo {
        float: left;
        padding-left:0;
    }

        .recommendSection .partnerInfo span {
            color: #999;
            font-weight: 400;
            font-size: 13px;
            line-height: 13px;
        }

            .recommendSection .partnerInfo span.title {
                color: #3366B4;
                display: block;
                font-size: 18px;
                line-height:18px;
                font-weight: 600;
                margin-bottom:5px;
            }

    .recommendSection ul {
        clear: both;
        padding: 10px 0 0;
    }

        .recommendSection ul li a {
            background: url(images/icons/gray-bullet.png) no-repeat left center;
            padding-left: 10px;
            color: #3366B4;
            font-weight: 600;
        }
            .recommendSection ul li a:hover {
                color: #428BCA;
            }

.aboutSection {
    margin: 20px 0;
    font-size: 13px;
    font-weight: 400;
}

    .aboutSection h2 {
        margin-bottom: 10px;
    }

    .aboutSection p {
        font-size: 12px;
        line-height: 18px;
    }

    .aboutSection a {
        color: #3366B4;
        text-decoration: none;
        font-weight: bold;
    }
        .aboutSection a:hover {
            color: #428BCA;
        }

.articleContent p, .articleContent div {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}


.articleContent p > img, .articleContent div > img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto !important;
}

.articleContent a {
    color: #3366b4;    
    font-weight: bold;
    text-decoration:none;
}
    .articleContent a:hover {
        color: #428BCA;
    }

.articleContentBody ul {
    list-style: disc inside;
    margin-bottom: 10px;
    margin-left: 10px;
}
.articleContentBody ol {
    margin-bottom: 10px;
    margin-left: 10px;
}

.articleContentBody img
{
    margin: 0 4px;
}

.articleContentBody p:first-of-type img {
    max-width: 100% !important;
    height: auto !important;
}

/*.devotionalContentBody div:first-of-type img:first-of-type, 
.devotionalContentBody p:first-of-type img:first-of-type, 
.devotionalContentBody u:first-of-type img:first-of-type, 
.devotionalContentBody center:first-of-type img:first-of-type {
    display: none;
}*/

/*.articleContentBody div:first-of-type img, u:first-of-type img, center:first-of-type img {
    display: none;
}*/

.homeArticle .articlebody .linkBadge {
    margin: 0 0 15px;
}

    .homeArticle .articlebody .linkBadge textarea {
        width: 60%;
    }

    .homeArticle .articlebody .linkBadge img {
        float: right;
    }

.mobileApp-container .mobileApp-header .mobileApp-header-image {
    padding-right: 0 !important;
}

.mobileApp-container .mobileApp-header .mobileApp-title {
    padding-left: 0 !important;
}

.mobileApp-container .mobileApp-content p {
    color: #000000;
    font-weight: 400;
    font-size: 13px;
}


.channelLevel1 h2 a {
    color: #1A1A1A !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    font-family: 'Open Sans';
    background: none !important;
    padding: 0 !important;
}

.channelLevel1 ul.channelChildren {
    margin: 20px 0;
}

    .channelLevel1 ul.channelChildren li {
        border-top: 1px solid #DDDDDD;
        padding: 20px 0;
    }

        .channelLevel1 ul.channelChildren li img {
            width: 100%;
            height: auto;
            margin-bottom: 15px;
        }

        .channelLevel1 ul.channelChildren li a {
            color: #3366b4;
            font-size: 16px;
            font-weight: 600;
            display: block;
            background: transparent url(images/icons/blue-bullet.png) no-repeat left;
            padding: 0 0 0 10px;
        }
            .channelLevel1 ul.channelChildren li a:hover {
                color: #428BCA;
            }

        .channelLevel1 ul.channelChildren li ul.channelChildrenUl {
            margin: 15px 0 5px;
        }

            .channelLevel1 ul.channelChildren li ul.channelChildrenUl li {
                border: none;
                padding: 3px 0;
            }

.channelLevel2 .firstArticle {
    position: relative;
    margin-bottom: 15px;
}

    .channelLevel2 .firstArticle img {
        width: 100%;        
        height: auto;
    }

        .channelLevel2 .firstArticle img.imageBack {
            position: absolute;
            z-index: 0;
            height: 100%;
        }

    .channelLevel2 .firstArticle span {
        position: absolute;
        color: #FFF;
        font-weight: 900;
        font-size: 31px;
        bottom: 30px;
        left: 15px;
        line-height: 35px;
        width: 450px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    }

.channelLevel2 .firstVideo {
    margin-bottom: 15px;
}

.archivePage ul.archives {
    border-top: 1px solid #DDDDDD;
    margin: 25px 0 0;
}

    .archivePage ul.archives li {
        border-bottom: 1px solid #DDD;
        padding: 15px 0;
    }

        .archivePage ul.archives li a {
        }

            .archivePage ul.archives li a img {
                width: 100%;
                height: 70px;
            }

            .archivePage ul.archives li a .title {
                display: block;
                color: #3366B4;
                font-weight: 600;
                font-size: 18px;
            }
            .archivePage ul.archives li a:hover .title {
                color: #428BCA;
            }

            .archivePage ul.archives li a .description {
                display: block;
                font-weight: 400;
                font-size: 13px;
            }

            .archivePage ul.archives li a:hover .description {
                color: #1A1A1A;
            }

            .archivePage ul.archives li a .author,
            .archivePage ul.archives li a .date,
            .archivePage ul.archives li a .comments {
                color: #999;
                font-weight: 400;
                margin-right: 15px;
                font-size: 13px;
            }

            .archivePage ul.archives li a .comments {
                background: transparent url(images/icons/comments_gray.png) no-repeat left;
                padding-left: 23px;
            }

.movieArchivePage span.sortTitle {
    font-weight: 400;
}

.movieArchivePage ul.alphabetList li {
    display: inline;
    margin-right: 3px;
}

    .movieArchivePage ul.alphabetList li a {
        color: #3366B4;
        font-size: 15px;
        font-weight: 700;
    }
        .movieArchivePage ul.alphabetList li a:hover {
            color: #428BCA;
        }

        .movieArchivePage ul.alphabetList li a.active {
            color: #000000;
        }

.movieArchivePage span.dateTitle {
    font-weight: 600;
    font-size: 18px;
    display: block;
}

.movieArchivePage ul.dateList li {
    border-bottom: 1px solid #DDDDDD;
    padding: 15px 0;
}

    .movieArchivePage ul.dateList li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .movieArchivePage ul.dateList li:first-child {
        padding-top: 0;
    }

    .movieArchivePage ul.dateList li a .title {
        display: block;
        color: #3366B4;
        font-weight: 600;
        font-size: 19px;
    }
    .movieArchivePage ul.dateList li a:hover .title {
        color: #428BCA;
    }

    .movieArchivePage ul.dateList li a .description {
        display: block;
        font-weight: 400;
    }

    .movieArchivePage ul.dateList li a:hover .description {
        color: #1A1A1A;
    }

    .movieArchivePage ul.dateList li a .author,
    .movieArchivePage ul.dateList li a .date,
    .movieArchivePage ul.dateList li a .comments {
        color: #999;
        font-weight: 400;
        margin-right: 15px;
    }

    .movieArchivePage ul.dateList li a .comments {
        background: transparent url(images/icons/comments_gray.png) no-repeat left;
        padding-left: 23px;
    }

.morePublication {
    margin-bottom: 10px;
}

    .morePublication li {
        margin-bottom: 10px;
    }

        .morePublication li a {
            font-weight: 600;
            font-size: 15px;
        }

            .morePublication li a span {
                font-weight: 400;
                font-size: 14px;
                color: #666;
                display: block;
            }

.inspirationsPage h2.title {
    font-size: 32px;
    margin-bottom: 15px;
}

.inspirationsPage .relatedArticles ul li img {
    height: 98px !important;
}

.inspirationsPage img {
    width: 100%;
    margin: 15px 0 0;
    height: auto !important;
    min-height: 191px;
}

.inspirationsPage ul.infoSocial li {
    float: left;
    border-left: 1px solid #DDD;
    padding: 0 5px;
    margin-right: 10px;
    vertical-align: bottom;
}

    .inspirationsPage ul.infoSocial li span.gray {
        color: #999;
        display: block;
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
    }

    .inspirationsPage ul.infoSocial li span.black {
        font-weight: 600;
        font-size: 16px;
        color: #1A1A1A;
    }

    .inspirationsPage ul.infoSocial li span.comments {
        background: transparent url(images/icons/comments.png) no-repeat left;
        padding-left: 25px;
    }

    .inspirationsPage ul.infoSocial li ul.shares {
        margin-top: 5px;
    }

        .inspirationsPage ul.infoSocial li ul.shares li {
            float: left;
            margin-right: 5px;
            border: none;
        }

            .inspirationsPage ul.infoSocial li ul.shares li.twitter {
                width: 85px;
                height: 22px;
            }

            .inspirationsPage ul.infoSocial li ul.shares li.pinterest {
                width: 70px;
                height: 21px;
                text-align: left;
            }

            .inspirationsPage ul.infoSocial li ul.shares li.gplus {
                width: 85px;
                height: 25px;
            }

.inspirationsPage ul.latest li {
    display: inline;
}

    .inspirationsPage ul.latest li.noMargin {
        margin-right: 0;
    }

    .inspirationsPage ul.latest li a {
        color: #3366B4;
        font-weight: 600;
    }
        .inspirationsPage ul.latest li a:hover {
            color: #428BCA;
        }

        .inspirationsPage ul.latest li a span {
            display: block;
            min-height: 60px;
        }

        .inspirationsPage ul.latest li a img {
            width: 100%;
            height: auto;
            display: block;
            margin: 15px 0 5px;
        }

    .inspirationsPage ul.latest li ul.shares {
        margin: 10px 0;
    }

        .inspirationsPage ul.latest li ul.shares li {
            width: 58px;
            text-align: left;
        }

            .inspirationsPage ul.latest li ul.shares li:last-child {
                margin-right: 0;
            }

            .inspirationsPage ul.latest li ul.shares li.twitter {
                width: 60px;
            }

.cross-site-feeds-grid {
    border-top: 1px solid #DDDDDD;
    margin: 10px 0;
    padding: 10px 0;
    clear: both;
}

    .cross-site-feeds-grid h2 {
        margin: 10px 30px 15px;
    }

    .cross-site-feeds-grid .cross-site-feeds-grid-item {
        vertical-align: top;
    }

        .cross-site-feeds-grid .cross-site-feeds-grid-item .logo {
            height: 40px;
            line-height: 40px;
            vertical-align: bottom;
        }

        .cross-site-feeds-grid .cross-site-feeds-grid-item a {
            color: #3366B4;
            font-size: 12px;
            font-weight: 600;
        }
            .cross-site-feeds-grid .cross-site-feeds-grid-item a:hover {
                color: #428BCA;
            }

        .cross-site-feeds-grid .cross-site-feeds-grid-item .cross-site-feeds-grid-no-image {
            border-bottom: 1px solid #DDDDDD;
            padding: 5px 0;
        }

            .cross-site-feeds-grid .cross-site-feeds-grid-item .cross-site-feeds-grid-no-image .imageContent {
                width: 100%;
                height: 110px;
                background-color: #828282;
                margin-bottom: 5px;
            }

                .cross-site-feeds-grid .cross-site-feeds-grid-item .cross-site-feeds-grid-no-image .imageContent img {
                    width: 100%;
                    height: 110px;
                    font-size: 10px;
                    border: 1px solid #DDD;
                }

            .cross-site-feeds-grid .cross-site-feeds-grid-item .cross-site-feeds-grid-no-image:last-child {
                border: none;
            }

.social-container ul.social-buttons {
    line-height: 62px;
    height: 62px;
}

    .social-container ul.social-buttons li {
        float: left;
        margin-right: 5px;
        vertical-align: middle;
    }

        .social-container ul.social-buttons li a {
            padding: 16px 22px;
        }

            .social-container ul.social-buttons li a.bst {
                background: transparent url(images/icons/bst.png) no-repeat;
            }

                .social-container ul.social-buttons li a.bst:hover {
                    background: transparent url(images/icons/bst-hover.png) no-repeat;
                }

            .social-container ul.social-buttons li a.facebook {
                background: transparent url(images/icons/fb.png) no-repeat;
            }

                .social-container ul.social-buttons li a.facebook:hover {
                    background: transparent url(images/icons/fb-hover.png) no-repeat;
                }

            .social-container ul.social-buttons li a.twitter {
                background: transparent url(images/icons/twitter.png) no-repeat;
            }

                .social-container ul.social-buttons li a.twitter:hover {
                    background: transparent url(images/icons/twitter-hover.png) no-repeat;
                }

            .social-container ul.social-buttons li a.google-plus {
                background: transparent url(images/icons/gplus.png) no-repeat;
            }

                .social-container ul.social-buttons li a.google-plus:hover {
                    background: transparent url(images/icons/gplus-hover.png) no-repeat;
                }

            .social-container ul.social-buttons li a.podcast {
                background: transparent url(images/icons/podcast.png) no-repeat;
            }

                .social-container ul.social-buttons li a.podcast:hover {
                    background: transparent url(images/icons/podcast-hover.png) no-repeat;
                }

            .social-container ul.social-buttons li a.pinterest {
                background: transparent url(images/icons/pinterest.png) no-repeat;
            }

                .social-container ul.social-buttons li a.pinterest:hover {
                    background: transparent url(images/icons/pinterest-hover.png) no-repeat;
                }

            .social-container ul.social-buttons li a.search {
                background: transparent url(images/icons/search.png) no-repeat;
            }

                .social-container ul.social-buttons li a.search:hover,
                .social-container ul.social-buttons li a.hovered {
                    background: transparent url(images/icons/search-hover.png) no-repeat;
                }
            .social-container ul.social-buttons li a.youtube {
                background: transparent url(images/icons/YouTube.png) no-repeat;
            }

                .social-container ul.social-buttons li a.youtube:hover {
                    background: transparent url(images/icons/YouTube-Hover.png) no-repeat;
                }

.searchPopover .popover {
    max-width: 368px;
    top: 0;
    left: 130px;
}

.searchPopover .searchPopoverForm {
    background: transparent url(images/backgrounds/search-background.png) no-repeat;
    width: 338px;
    height: 44px;
}

    .searchPopover .searchPopoverForm #q {
        height: 44px;
        width: 290px;       
        font-size:16px;
        font-weight: 400;
        background-color: transparent;
        border: none;
        padding-left: 15px;
    }

    .searchPopover .searchPopoverForm a {
        padding: 10px 18px;
    }

#ArticleTitle .searchPopover .popover {
    left: 290px;
}

#nextPrevArticleControl {
    margin: 10px 0;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    display: inline-block;
    width: 100%;
    clear: both;
}

    #nextPrevArticleControl .prevArticle {
        width: 50%;
        border-right: 1px solid #DDDDDD;
        float: left;
        padding: 20px 0 20px 35px;
        font-size: 15px;
        background: transparent url(images/icons/left_arrow.png) left center no-repeat;
        background-size: 16px auto;
    }

    #nextPrevArticleControl .nextArticle {
        width: 50%;
        float: right;
        padding: 20px 35px 20px 0;
        text-align: right;
        background: transparent url(images/icons/right_arrow.png) right center no-repeat;
        background-size: 16px auto;
    }

    #nextPrevArticleControl .TextArticle {
        font-size: 12px;
        color: #999;
    }

    #nextPrevArticleControl .title {
        font-weight: 600;
    }


#publicationBlogs #left h1 {
    font-size: 48px;
    margin-bottom: 30px;
    float: left;
}

#publicationBlogs #left .articleContainer {
    border-bottom: 1px solid #DDDDDD;
    padding: 15px 0;
}

    #publicationBlogs #left .articleContainer:last-child {
        border-bottom: none;
    }

#publicationBlogs #left img {
    height: auto;
    width: 100%;
}

#publicationBlogs #left .articleInfo .articleTitle {
    font-weight: 600;
    font-size: 18px;
    color: #3366b4;
}
    #publicationBlogs #left .articleInfo .articleTitle:hover {
        color: #428BCA;
    }

#publicationBlogs #left .articleInfo .abstract p {
    padding: 0;
}

#publicationBlogs #left .articleInfo .footer {
    overflow: hidden;
}

    #publicationBlogs #left .articleInfo .footer span {
        float: left;
        font-size: 13px;
        color: #999999;
        margin-right: 10px;
    }

        #publicationBlogs #left .articleInfo .footer span.comments {
            background: transparent url(images/icons/comments-small.png) left center no-repeat;
            padding-left: 25px;
        }

#publicationDevotionals h1 {
    font-size: 48px;
    margin-bottom: 10px;
    float: left;
}

#publicationDevotionals h2 {
    margin: 10px 0 15px 0;
    float: left;
}

#publicationDevotionals h3 {
    font-size: 18px;
    font-weight: 900;
    color: black;
    display: block;
    margin-bottom: 10px;
}

    #publicationDevotionals h3 span.backtotop {
        float: right;
    }

        #publicationDevotionals h3 span.backtotop a {
            font-size: 13px;
            font-weight: 600;
            color: #3366B4 !important;
        }
            #publicationDevotionals h3 span.backtotop a:hover {
                color: #428BCA;
            }

#publicationDevotionals .line {
    width: 100%;
    margin: 10px 0 20px 0;
    float: left;
    border-top: 1px solid #DDDDDD;
    height: 1px;
}


#publicationDevotionals #topArticle img {
    width: 100% !important;
    height: auto !important;
    margin-bottom:10px;
}

#publicationDevotionals #topArticle a {
    font-weight: 600;
    font-size: 18px;
    color: #3366b4;
}
    #publicationDevotionals #topArticle a:hover {
        color: #428BCA;
    }
    #publicationDevotionals #topArticle a.archives
    {        
        display: block;
        font-size: 14px;
        margin: 15px 0 10px;  
    }

#publicationDevotionals #topArticle .FinePrintLink
{
    font-weight: bold;
    font-size: 11px;
    color: #3366B4;
}
    #publicationDevotionals #topArticle .FinePrintLink:hover {
        color: #428BCA;
    }
#publicationDevotionals #topArticle .abstract p {
    padding: 0;
}

#publicationDevotionals #topArticle .t540.expanded .Body {

     margin-bottom: 10px !important;
}

#publicationDevotionals #topArticle .footer {
    overflow: hidden;
}

    #publicationDevotionals #topArticle .footer span {
        float: left;
        font-size: 13px;
        color: #999999;
        margin-right: 10px;
    }

        #publicationDevotionals #topArticle .footer span.comments {
            background: transparent url(images/icons/comments-small.png) left center no-repeat;
            padding-left: 25px;
        }

#publicationDevotionals #devotionalGroup a {
    color: black;
    margin-top: 10px;
    clear: right;
}

#publicationDevotionals #devotionalGroup ul {
    margin-top: 10px;
    clear: both;
}

    #publicationDevotionals #devotionalGroup ul.JumpToTopic li a {
        color: #3366b4;
        font-weight: bold;
    }
        #publicationDevotionals #devotionalGroup ul.JumpToTopic li a:hover {
            color: #428BCA;
        }

    #publicationDevotionals #devotionalGroup ul.devotionals li:last-child ul {
        border-width: 0;
    }

    #publicationDevotionals #devotionalGroup ul.devotionals li.spanish div.abstract a{
        color: #3366b4;
        font-weight: bold;
    }
        #publicationDevotionals #devotionalGroup ul.devotionals li.spanish div.abstract a:hover {
            color: #428BCA;
        }

    #publicationDevotionals #devotionalGroup ul.JumpToTopic li.box {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-right: 0;
    }

    #publicationDevotionals #devotionalGroup ul.devotionals ul li a {
        color: #3366b4;
        font-weight: bold;
    }
        #publicationDevotionals #devotionalGroup ul.devotionals ul li a:hover {
            color: #428BCA;
        }

    #publicationDevotionals #devotionalGroup ul.devotionals ul.box {
        border-bottom: 1px solid #DDDDDD;
        margin: 10px 0 20px 0;
        padding-bottom: 10px;
    }

        #publicationDevotionals #devotionalGroup ul.devotionals ul.box li.devoItem {
            padding: 5px 15px 5px 0;
        }

.devotionalCategoryPage .info img {
    float: left;
    margin: 0 10px 10px 0;
}

.devotionalCategoryPage .info div {
    font-size: 13px;
    font-weight: 400;
}

.devotionalCategoryPage a {
    color: #3366B4;
    font-weight: 600;
}
    .devotionalCategoryPage a:hover {
        color: #428BCA;
    }

.devotionalCategoryPage ul {
    margin-bottom: 15px;
}

    .devotionalCategoryPage ul li {
        padding: 10px 0;
        border-bottom: 1px solid #DDDDDD;
    }

#articleDevotional .articleHeader {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
}

#articlePage a.parentpublicationName {
    font-size: 120%;
    display: inline-block;
    font-weight: 600;
    margin: 0 10px 15px 0;
}

#articlePage a.publicationName,
#articleDevotional a.publicationName {
    font-size: 120%;
    display: inline-block;
    font-weight: 600;
    margin: 0 0 15px;
}

    #articleDevotional .articleHeader a.subscribe-btn {
        background: transparent url(images/Buttons/subscribe-btn.png ) no-repeat left;
        width: 200px;
        height: 50px;
        float: left;
    }

    #articleDevotional .articleHeader ul li {
        border-left: 1px solid #DDDDDD;
        min-width: 190px !important;
        max-width: 240px !important;
    }

        #articleDevotional .articleHeader ul li:first-of-type {
            border-left: none;
        }

        #articleDevotional .articleHeader ul li .title {
            display: block;
            color: #1A1A1A;
            font-weight: 600;
        }

        #articleDevotional .articleHeader ul li .gray {
            color: #666666;
            display: block;
            font-weight: 400;
        }

        #articleDevotional .articleHeader ul li .black {
            color: #1A1A1A;
            font-weight: 600;
        }

        #articleDevotional .articleHeader ul li .comments {
            background: transparent url(images/icons/comments.png) no-repeat left;
            padding-left: 25px;
        }

#articleDevotional #content p > a {
    font-weight: 800;
    text-decoration: none;
    color: #3366b4;
}
    #articleDevotional #content p > a:hover {
        color: #428BCA;
    }

#articleDevotional #content > a:first-child > img {
    max-width: 100% !important;
    height: auto !important;
}

#articleDevotional #content .row p {
    color: #333;
}

    #articleDevotional #content .row p.MsoNormal span {
        font-size: 14px !important;
        font-family: 'Open Sans', sans-serif !important;
        color: #333;
        font-weight: 800 !important;
    }

    #articleDevotional #content .row p.MsoNormal a span {
        color: #3366b4;
    }
    #articleDevotional #content .row p.MsoNormal a:hover span {
        color: #428BCA;
    }

/*#articleDevotional #content > .row > div:first-child > div:first-child, #articleDevotional p:first-child, #articleDevotional center:first-child a img {
    display: none !important;
}

#articleDevotional #content .row div:first-of-type > img:first-of-type {
    display: none;
}*/

#articleDevotional #allpass_container {
    width: 100%;
    height: 100%;
}
#articleDevotional a.devoArchive
{
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.archiveLink {
    border-top: 1px solid #DDD;
    padding: 20px 15px;
}

    .archiveLink a {
        font-weight: 600;
        color: #3366B4;
        font-size: 16px;
    }
        .archiveLink a:hover {
            color: #428BCA;
        }

#publicationBlogger #bloggerHeaderContainer .authorinfo {
    border-top: 1px solid #DDDDDD;
    margin-top: 30px;
    padding: 20px 0;
}

    #publicationBlogger #bloggerHeaderContainer .authorinfo img {
        width: 100%;
        height: auto;
    }

.bloggers {
    float: right;
    margin-top: 20px;
}

    .bloggers .tab {
        color: #3366B4;
        font-size: 22px;
        font-weight: 600;
        background: transparent url(images/icons/BlueArrow.png) right 11px no-repeat;
        padding-right: 20px;
        z-index: 1000;
        background-color: #ffffff;
    }

    .bloggers .bloggersList {
        display: none;
        background-color: #ffffff;
        border: 1px solid #DDDDDD;
        position: absolute;
        width: 220px;
        z-index: 999;
    }

    .bloggers:hover .bloggersList {
        display: block;
    }

    .bloggers .bloggersList li {
        margin: 5px 10px;
    }

        .bloggers .bloggersList li a {
            color: #3366B4;
            font-size: 14px;
            font-weight: 400;
        }

    .bloggers:hover .tab {
        background: transparent url(images/icons/BlueArrowDown.png) right 11px no-repeat;
        border: 1px solid #DDDDDD;
        border-bottom: none;
    }

article .blogArticle {
    border-top: 1px solid #DDDDDD;
    padding: 20px 0;
}

.expandable-description a {
    color: #3366B4;
    font-size: 13px;
}
    .expandable-description a:hover {
        color: #248BCA;
    }

.expandable-description .read-less a {
    background: transparent url(images/icons/ArrowOrangeSmall_right.png) no-repeat left;
    padding-left: 10px;
}

.blogPage .articleHeader {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
}

    .blogPage .articleHeader ul li {
        border-right: 1px solid #DDDDDD;
    }

        .blogPage .articleHeader ul li:last-child {
            border: none;
        }

        .blogPage .articleHeader ul li .title {
            display: block;
            color: #1A1A1A;
            font-weight: 600;
        }

        .blogPage .articleHeader ul li .bio {
            color: #666666;
        }

        .blogPage .articleHeader ul li .gray {
            color: #666666;
            display: block;
            font-weight: 400;
        }

        .blogPage .articleHeader ul li .black {
            color: #1A1A1A;
            font-weight: 600;
        }

        .blogPage .articleHeader ul li .comments {
            background: transparent url(images/icons/comments.png) no-repeat left;
            padding-left: 25px;
        }

.article-topics {
    margin-bottom: 10px;
}

    .article-topics li {
        display: inline;
        margin-right: 10px;
    }

        .article-topics li a {
            font-weight: 600;
        }

.topicPage .article-mini a.title {
    color: #3366B4;
    display: block;
    font-size: 18px;
    font-weight: 600;
}
    .topicPage .article-mini a.title:hover {
        color: #428BCA;
    }

.topicPage .article-mini .description {
    font-size: 13px;
    font-weight: 400;
}

.topicPage .article-mini .article-meta {
    color: #999999;
    font-size: 13px;
    font-weight: 400;
}

    .topicPage .article-mini .article-meta span {
        margin-right: 15px;
    }

        .topicPage .article-mini .article-meta span.comments {
            background: url("images/icons/comments_gray.png") no-repeat scroll left center rgba(0, 0, 0, 0);
            padding-left: 23px;
        }

a.anchorHover:focus, a.anchorHover:hover {
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

    a.anchorHover:focus div.imageHover, a.anchorHover:hover div.imageHover {
        display: block;
    }

a.anchorHover div.imageHover {
    display: none;
    background-color: #333333;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.85;
    position: absolute;
    top: 0;
}

    a.anchorHover div.imageHover span {
        color: #FFFFFF;
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 25px;
        padding: 10px;
        text-align: left;
    }

    a.anchorHover div.link span {
        color: #3366b4;
    }

.readMore {
    border-top: 1px solid #DDD;
    padding-top: 10px;
    margin-top: 10px;
}

    .readMore div.title {
        font-size: 18px;
        font-weight: 900;
        margin-bottom: 10px;
    }

    .readMore a {
        display: block;
        margin-bottom: 10px;
    }

        .readMore a span.title {
            font-weight: 600;
            font-size: 15px;
            display: block;
        }

        .readMore a span.date {
            color: #999;
            font-weight: 400;
        }

.christian-ecards {
    border-top: 1px solid #DDDDDD;
    margin-top: 10px;
    padding: 15px 15px 5px;
}

    .christian-ecards ul {
        margin: 15px 0;
    }

        .christian-ecards ul li.ecard {
            display: inline;
            text-align: center;
            padding: 0 15px 0 0 !important;
            margin-right: 36px;
        }

            .christian-ecards ul li.ecard:last-child {
                margin-right: 0;
                padding-right: 0;
            }

            .christian-ecards ul li.ecard a {
                font-weight: bold;
                font-size: 12px;
            }

            .christian-ecards ul li.ecard img {
                width: 120%;
            }

            .christian-ecards ul li.ecard div {
                color: #3366B4;
                width: 120%;
            }

.todaysDevotional {
    background-color: #E6F5FF;
    padding: 10px 10px 5px;
    margin-bottom: 20px;
}
    .todaysDevotional h2 {
        padding: 5px 5px 0;
        font-size: 16px;      
    }
        .todaysDevotional h2.HeaderText
        {
            padding: 5px 0 0;
        }
    .todaysDevotional a {
        color: #3366b4;
        font-size: 15px;
        font-weight: 600;
        padding: 5px 5px 0;
        display: inline-block;
    }
        .todaysDevotional a:hover {
            color: #428BCA;
        }
        .todaysDevotional a.FinePrintLink
        {
            padding: 0;
        }
        .todaysDevotional a span
        {
            margin-top: 5px;            
            display: block;
            font-size: 14px;
            font-weight: 400;            
        }
                       

.articleImage {
    max-width: 100%;
    height: auto;
}

.articleDescription {
    overflow: hidden;
}

    .articleDescription .column {
        border-left: 1px solid #DDDDDD;
        font-size: 12px;
        font-weight: 400;
        min-height: 40px;
        padding: 0 10px;
        float: left;
    }

        .articleDescription .column .name {
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            display: block;
            font-size: 16px;
            color: #1a1a1a;
        }

        .articleDescription .column .description {
            color: #808080;
            display: block;
        }

        .articleDescription .column .year {
            color: #999999;
            display: block;
        }

        .articleDescription .column .comments {
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            display: block;
            font-size: 16px;
            color: #1a1a1a;
            background: transparent url(images/icons/Comments.png) 0 2px no-repeat;
            padding-left: 22px;
        }

.shareAndPrintBarVertical {
    border-left: 1px solid #DDDDDD;
    margin-left: 10px;
    padding-left: 10px;
    margin-top: 20px;
    padding-top: 10px;
}

    .shareAndPrintBarVertical .shares li {
        text-align: center;
        margin-bottom: 10px;
    }

        .shareAndPrintBarVertical .shares li.facebook {
            height: 60px;
        }

        .shareAndPrintBarVertical .shares li.pinterest {
            height: 60px;
            line-height: 110px;
        }

            .shareAndPrintBarVertical .shares li.pinterest a {
                vertical-align: bottom;
            }

.shareAndPrintBar {
    padding-top: 10px;
}

    .shareAndPrintBar ul {
        float: left;
        margin-bottom: 10px;
    }

        .shareAndPrintBar ul li {
            float: left;
            margin-left: 4px;
        }

            .shareAndPrintBar ul li.pinterest {
                width: 65px;
            }

.relatedArticles {
    clear: both;
}

    .relatedArticles ul {
        margin-top: 10px;
    }

        .relatedArticles ul li {
            height: 180px;
        }

            .relatedArticles ul li.noHeight {
                vertical-align: top;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                padding: 10px 10px 0 20px;
                height: auto;
            }

            .relatedArticles ul li img {
                width: 100%;
                height: auto;
                margin-bottom: 5px;
            }

            .relatedArticles ul li span {
                display: block;
                font-size: 16px;
                font-weight: 600;
                /*height:80px;*/
                overflow: hidden;
            }

.pageAllLink {
    height: 85px;
    line-height: 85px;
}

    .pageAllLink a {
        color: #999;
        font-weight: 700;
        font-size: 15px;
        vertical-align: middle;
    }


.ecards h2 a {
    color: #1a1a1a;
}

.ecards .ecardNewsletterSignUpContainer {
    border: 1px solid #DDD;
    overflow: hidden;
}

    .ecards .ecardNewsletterSignUpContainer img {
        width: 100%;
    }

    .ecards .ecardNewsletterSignUpContainer .details .title {
        font-weight: 700;
        font-size: 16px;
        margin: 5px 0 0;
    }
        .ecards .ecardNewsletterSignUpContainer .details .title a {
            color: #3366B4;
        }
            .ecards .ecardNewsletterSignUpContainer .details .title a:hover {
                color: #428BCA;
            }

.ecards ul.ecardcategory li.header a {
    color: #666666;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}

.ecards ul.ecardcategory li a {
    color: #3366B4;
    font-weight: 400;
    font-size: 12px;
}
    .ecards ul.ecardcategory li a:hover {
        color: #428BCA;
    }

.ecards ul.ecardcategory li.active a,
.ecards ul.ecardcategory li.active ul li.active a {
    color: #333333;
    font-weight: bold;
}

.ecards ul.ecardcategory li.active ul li a {
    color: #3366B4;
    font-weight: normal;
}

.ecards ul.ecardcategory li a.graybullet {
    background: url(images/icons/gray-bullet.png) no-repeat left center;
    padding-left: 10px;
}

.ecards ul.ecardcategory li ul {
    display: none;
    margin-left: 10px;
}

.ecards ul.ecardcategory li.active ul {
    display: block;
}

.ecards .featured ul li {
    height: 120px;
    margin-bottom: 10px;
}

    .ecards .featured ul li a {
        font-size: 12px;
        font-weight: 600;
        text-align: center;
    }

        .ecards .featured ul li a div {
            color: #3366B4;
        }
        .ecards .featured ul li a:hover div {
            color: #428BCA;
        }

.ecards .ecardContainer {
    background-color: #F0F0F0;
    padding: 10px;
    margin-bottom: 15px;
}

    .ecards .ecardContainer .image {
        margin-bottom: 10px;
    }

        .ecards .ecardContainer .image img {
            width: 100%;
        }

    .ecards .ecardContainer .links a {
        font-weight: 700;
    }

        .ecards .ecardContainer .links a.prevlink {
            float: left;
        }

        .ecards .ecardContainer .links a.nextlink {
            float: right;
        }

.ecards .morecategorycards ul li a {
    font-size: 13px;
    font-weight: 600;
}

    .ecards .morecategorycards ul li a img {
        width: 100%;
    }

    .ecards .morecategorycards ul li a div {
        color: #3366B4;
    }
    .ecards .morecategorycards ul li a:hover div {
        color: #428BCA;
    }

.poweredBy {
    margin-bottom: 15px;
}

    .poweredBy a {
        color: #3366B4;
        font-weight: 400;
    }
        .poweredBy a:hover {
            color: #428BCA;
        }

.loginPage form .validation-summary-errors ul li,
.loginPage form span.field-validation-error {
    color: red;
}

.loginPage form label {
    margin-right: 10px;
}

footer {
    padding: 20px 0;
    clear: both;
}

    footer .footerSite ul li a {
        color: #3366B4;
        font-weight: 600;
    }
        footer .footerSite ul li a:hover {
            color: #428BCA;
        }

    footer .footerMobile {
        border-top: 1px solid #DDD;
    }

        footer .footerMobile li {
            display: inline;
        }

            footer .footerMobile li a {
                color: #3366B4;
                font-size: 12px;
                font-weight: 600;
            }
                footer .footerMobile li a:hover {
                    color: #428BCA;
                }

.footerLinks {
    border-top: 1px solid #DDDDDD;
    margin-bottom: 10px;
    padding: 20px 0 15px 0;
    text-align: center;
}

    .footerLinks ul {
        width: 70%;
        margin: 0 auto;
    }

        .footerLinks ul li {
            display: inline;
            margin-right: 10px;
        }

            .footerLinks ul li a {
                color: #3366B4;
                font-size: 13px;
                font-weight: 600;
            }
                .footerLinks ul li a:hover {
                    color: #428BCA;
                }

.Footer_Main_Container {
    font-size: 13px;
}
    .Footer_Main_Container a {
        color: #3366B4;
    }
        .Footer_Main_Container a:hover {
            color: #428BCA;
        }
    .Footer_Main_Container img {
        max-width:100%;
    }

    .Footer_Main_Container .Description {
        clear: both;
    }

    .Footer_Main_Container .Sites {
        clear: both;
    }

    .Footer_Main_Container .Copyright {
        margin-top: 10px;
        clear: both;
    }

    .Footer_Main_Container ul li {
        float: left;
        margin-right: 10px;
    }

        .Footer_Main_Container ul li a {
            font-weight: 400;
        }

.emailLink
{
    display: block;
    width: 24px;
    height: 20px;
    background: url('images/sprite.png') 0 -724px no-repeat;
}

    .emailLink:hover
    {
        background: url('images/sprite.png') 0 -744px no-repeat;
    }

.printLink
{
    display: block;
    width: 24px;
    height: 20px;
    background: url('images/sprite.png') 0 -764px no-repeat;
}

    .printLink:hover
    {
        background: url('images/sprite.png') 0 -784px no-repeat;
    }

    /*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;    
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
    overflow:hidden;
    /*width:633px;*/
}

.jcarousel li .ad{
    text-align:center;    
}

.jcarousel li img, .jcarousel li .carrouselText {
    /*float:left;*/
    width:100%;
    text-align:left;
}

.jcarousel li img{
    margin-bottom:20px;
}
    .jcarousel li div.paginationDiv {
        height:70px;
        margin-bottom: 15px;
    }

.jcarousel li .carrouselText h2, .jcarousel li .carrouselText .subTitle{
    float:left;
    width:100%;
}
.paginationMenu{
    position: absolute;
    top: 470px;
    width: 100%;    
}
.article-next{
    display:none;
}

.lazy-fb-comments {
    border:1px solid #999;
    width:250px;
    text-align:center;
    padding:15px;
    background:white;
    cursor:pointer;
    border-radius:5px;
    margin:10px auto 35px;
    clear: both;
    font-size:16px;
    font-weight:bold;
    color:#3366b4;
}
.jcarousel-prev{cursor:pointer;}
.jcarousel-next{cursor:pointer;}


#Controls {
    border: solid #000;
    border-width: 1px 0;
    display: table; 
    font-size: 24px;   
    overflow: auto;
    margin:40px 0;
    padding: 20px 0;
    width: 100%;    
}

    #Controls a, #Controls a div {
        color: #fff !important;
        font-size: 24px;
        font-weight: bold;
    }

        #Controls a.orangeButton {
            background-color: #ff8000;
            border-radius: 7px;
            box-sizing: border-box;
            color: #fff;
            display: inline-block;
            padding: 15px 20px;
            text-align: center;    
            width:90%;        
        }

    #Controls img {
        display: inline-block;
        vertical-align: middle;
        width: 12px;
    }

    #Controls a.grayButton {
        background-color: #e6e6e6;
        border-radius: 7px;
        box-sizing: border-box;
        color: #fff;
        display: inline-block;
        padding: 15px 20px;
        text-align: center;
        width:90%;
    }    

#Previous, #Progress, #Next {
    float: left;
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
    width: 33.3333%;
}
#Progress {
    line-height: 60px;
    text-align: center;        
    font-size: 24px;
}

#Next {
    text-align: right;
}

#NextSlideshow {
    display: table-cell;
    float: left;
    vertical-align: middle;
    width: 66.6666%;
    text-align:right;
    font-size: 24px;
}
#NextSlideshow a {
    color:#1a4de6 !important;
}

/*#region Desktop Devices */
@media (min-width:992px) {
    .dropdown-menu-right .sub-menu {
        left: -389px !important;
    }
    .videoPage #content iframe {        
        height: 360px;
    }
}
/*#endregion */

/*#region Tablet Devices */
@media (min-width: 768px) and (max-width:991px)
{
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
    {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    body
    {
        padding: 0 !important;
    }

    h1
    {
        font-size: 32px;
    }

        h1.Oswald
        {
            font-size: 36px;
            line-height: 45px;
        }

        h1.slogan
        {
            font-size: 16px !important;
            line-height: 20px !important;
        }

    h2
    {
        font-size: 18px;
    }

    h4
    {
        font-size: 12px;
    }

    h5
    {
        font-size: 10px;
    }

    h6
    {
        font-size: 10px;
    }

    .sideToSideAd .ad300x250
    {
        float:none;
        margin: 0;
    }

    .rightContent
    {
        padding: 0 20px 0 0 !important;
    }

    .dropdown-menu li a
    {
        font-size: 15px !important;
    }

    .dropdown-menu .sub-menu
    {
        width: 290px !important;
    }

        .dropdown-menu .sub-menu li a span
        {
            font-size: 15px !important;
        }

        .dropdown-menu .sub-menu li a .image
        {
            width: 120px !important;
        }

        .dropdown-menu .sub-menu li a .imageInspiration,
        .dropdown-menu .sub-menu li a .imageInspiration img
        {
            height: 120px !important;
            width: 120px !important;
        }

    .dropdown-menu-right .sub-menu
    {
        left: -289px !important;
    }

    .navbar
    {
        padding: 10px 0 0 !important;
    }

        .navbar ul.navbar-nav li a.main
        {
            font-size: 20px !important;
            padding: 9px 4px !important;
            margin-right: 0 !important;
        }

        .navbar ul.nav-article li a.main
        {
            font-size: 14px !important;
            padding: 5px 3px !important;
        }

    .followCW
    {
        padding: 0 !important;
    }

        .followCW .bubble:after
        {
            top: 82px;
        }

        .followCW .bubble:before
        {
            top: 83px;
        }

    .feature-slides .carousel-control
    {
        top: 65%;
    }

    .feature-slides .carousel-control.left
    {
        right: 11% !important;
    }

    .searchPopover .popover
    {
        left: 5px !important;
    }

    #ArticleTitle .searchPopover .popover
    {
        left: 185px !important;
    }

    .specialCoverage ul li span
    {
        font-size: 13px !important;
        padding: 0 10px 0 0 !important;
    }

    .footerLinks ul
    {
        width: 95% !important;
    }

    .poweredBy a img
    {
        width: 60%;
    }

    .ecards .ecardNewsletterSignUpContainer .details .title
    {
        font-size: 15px !important;
        margin: 5px 0 0 !important;
    }

    .ecards .ecardNewsletterSignUpContainer img
    {
        height: 200px;
    }

    .shareAndPrintBarVertical
    {
        margin-left: 0 !important;
    }    

    .christian-ecards ul li.ecard
    {
        margin-right: 24px;
    }

    .specialCoverage ul li a .width93
    {
        width: 80%;
    }

    .specialCoverage ul li a .width91
    {
        width: 87%;
    }

    .searchBibleForm a, .searchForm a
    {
        font-size: 98% !important;
    }

    .searchBibleForm a
    {
        width: 20%;
    }

    .inspirations li .shareAndPrintBar ul.shares li
    {
        margin-right: 0;
    }    

    .cross-site-feeds-grid .cross-site-feeds-grid-item .cross-site-feeds-grid-no-image .imageContent,
    .cross-site-feeds-grid .cross-site-feeds-grid-item .cross-site-feeds-grid-no-image .imageContent img
    {
        height: 90px;
    }

    a.anchorHover div.imageHover
    {              
        font-size: 16px;
    }
        a.anchorHover div.imageHover span
        {
            font-size: 16px;
        }

    .specialCoverage ul li
    {
        padding: 0 5px !important;        
    }

    .todaysDevotional a span
    {
        font-size: 13px;
    }
    #ArticleTitle .headerDiv .articleInfo {
        width: calc(100% - 120px);
    }
        #ArticleTitle .headerDiv .articleInfo span.title {
            font-size: 17px;
        }    
}
/*#endregion */

.ty-iframe {
   height: 995px;
   width: 630px;
    }

@media screen and (max-width: 400px) {
    .ty-iframe {
        height:735px !important;
        width:300px !important;
    }
}

@media only screen and (min-width:480px) and (max-width: 1120px){
    .ty-iframe {
        height: 895px;
        width: 500px;
    }
}

/*#region Mobile Devices */
@media (max-width:767px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        padding: 0 10px;
    }

    h1 {
        font-size: 32px !important;
        line-height: 32px !important;
    }

        h1.Oswald {
            font-size: 24px !important;
            line-height: 30px !important;
        }

        h1.slogan {
            font-size: 16px !important;
            line-height: 20px !important;
        }

    h2 {
        font-size: 18px !important;
        padding: 0 !important;
    }

    h4 {
        font-size: 12px !important;
    }

    h5 {
        font-size: 10px !important;
    }

    h6 {
        font-size: 10px !important;
    }

    body {
        padding: 0 !important;
    }

    header .logo-container {
        padding: 0 !important;
        margin-top: 5px;
    }
        header .logo-container img.thumbnail {
            padding: 0 !important;
        }        

    .navbar {
        margin-bottom: 0 !important;
        min-height: 15px !important;
    }
        .navbar ul.navbar-nav li {
            float: inherit;
            padding: 5px 0 5px 15px !important;
        }

            .navbar ul.navbar-nav li a.main {
                font-size: 25px !important;
                padding: 0 !important;
            }

        .navbar .navbar-header {
            margin-top: 5px;
        }

    .sideToSideAd .ad300x250
    {
        float: none;
        margin: 0;
    }

    .mainContent {
        padding: 0 !important;
    }

    .rightContent {
        padding: 0 15px !important;
    }

    .christian-ecards {
        border: none !important;
        padding: 10px 0 5px !important;
    }

    .feature-slides {
        margin: 5px 0 10px !important;
    }        
        .feature-slides .carousel-control {
            top: 45% !important;
        }
            .feature-slides .carousel-control.left {
                left: 0 !important;
            }

            .feature-slides .carousel-control .leftArrow,
            .feature-slides .carousel-control .rightArrow {
                background-size: 100% !important;
            }

        .feature-slides .carousel-caption {
            width: 80% !important;
            bottom: 10px !important;
        }

            .feature-slides .carousel-caption h3 {
                font-size: 22px !important;
                line-height: 22px !important;
                font-weight: 700 !important;
            }

    .theLatest {
        margin: 5px 0 !important;
    }
        .theLatest li {
            padding: 10px;
            border-bottom: none;            
        }
        .theLatest li.col-xs-6:nth-of-type(2n+1) {
            clear: both;                        
        }

        .theLatest div.ad > a > img {
            width: 100% !important;
            height: auto !important;
            max-width: 300px !important;
            max-height: 250px !important;
            padding: 5px;
        }

        .theLatest li.sponsored {
            background-color: #FFF !important;
        }

        .theLatest li img {
            height: auto !important;
        }

        .theLatest li .info {
            margin-left: 0;            
        }

            .theLatest li .info .articleTitle {
                color: #000;
                font-size: 13px;
                height: 100%;
                padding-right: 10px;
            }

    .todaysDevotional {
        margin-bottom: 0 !important;
        padding: 8px !important;
    }        
        .todaysDevotional a span {
            font-size: 13px !important;
        }

    .mostPopular li
    {
        padding: 0 5px !important;
    }
        .mostPopular li:nth-of-type(2n+1)
        {
            clear: both;
        }

        .mostPopular li span.circleRank
        {
            font-size: 18px !important;
            height: 30px !important;
            line-height: 30px !important;
            width: 30px !important;
        }

    .inspirations li {
        padding: 0 9px 0 0 !important;
        margin-bottom: 0 !important;
    }

        .inspirations li .shareAndPrintBar ul.shares li {
            margin-right: 0 !important;
        }

    .recommendSection .partnerInfo span {
        font-size: 12px !important;
    }

        .recommendSection .partnerInfo span.title {
            font-size: 14px !important;
        }

    .aboutSection {
        font-size: 12px !important;
        margin: 0 !important;
    }

        .aboutSection h2 {
            margin-bottom: 5px !important;
        }

    .channelLevel1 ul.channelChildren li img {
        width: 100%;
        height: auto !important;
    }

    .channelLevel1 ul.channelChildren div.ad img {
        width: 100% !important;
        height: auto !important;
        max-width: 300px !important;
        max-height: 250px !important;
    }

    .channelLevel1 ul.channelChildrenUl li a {
        font-size: 14px !important;
    }

    .channelLevel2 .firstArticle {
        margin-bottom: 0 !important;
    }       

        .channelLevel2 .firstArticle span {
            width: 270px;
            font-size: 20px;
            line-height: 22px;
            bottom: 20px;
        }

    .channelLevel2 .theLatest {
        margin: 5px 0 10px !important;
    }

        .channelLevel2 .theLatest li {
            border-bottom: 1px solid #DDDDDD !important;
        }

            .channelLevel2 .theLatest li.noBorder {
                border-bottom: none !important;
            }

            .channelLevel2 .theLatest li .info {
                padding: 0 15px 0 0;
            }

                .channelLevel2 .theLatest li .info .articleTitle {
                    color: #3366B4 !important;
                }

                .channelLevel2 .theLatest li .info .channelTitle,
                .channelLevel2 .theLatest li .info .author,
                .channelLevel2 .theLatest li .info .comments {
                    font-size: 12px;
                }

    .channelLevel2 ul.theLatest div.ad a img {
        width: 100% !important;
        height: auto !important;
        max-width: 300px !important;
        max-height: 250px !important;
    }

    .channelLevel2 .mostPopular li span.circleRank {
        display: none;
    }

    .archivePage ul.archives li.noBorder {
        border-bottom: none !important;
    }

    .archivePage ul.archives li .info {
        padding: 0 15px 0 0;
    }

    .archivePage ul.archives li a .title {
        font-size: 15px !important;
    }

    .archivePage ul.archives li a .author,
    .archivePage ul.archives li a .date,
    .archivePage ul.archives li a .comments {
        font-size: 11px !important;
        margin-right: 5px !important;
    }

    .archivePage ul.archives li a .description {
        font-size: 12px !important;
        line-height: 15px;
    }

    .inspirationsPage ul.latest li a img {
        height: 145px !important;
        min-height:145px !important;
    }

    .inspirationsPage ul.infoSocial li {
        margin-right: 5px !important;
    }

        .inspirationsPage ul.infoSocial li ul.shares li.pinterest {
            width: 40px !important;
        }

        .inspirationsPage ul.infoSocial li ul.shares li.facebook {
            padding-left: 0;
            width: 50px !important;
        }

        .inspirationsPage ul.infoSocial li ul.shares li.gplus {
            width: 45px !important;
        }

    .bloggers .bloggersList {
        right: 15px;
    }

    .shareAndPrintBar ul li.pinterest {
        width: 40px !important;
    }

    .shareAndPrintBarVertical {
        border: none !important;
        margin: 0 !important;
        height: 80px;
    }

        .shareAndPrintBarVertical .shares li {
            float: left;
            margin: 0 8px 0 0;
            vertical-align: top;
        }

            .shareAndPrintBarVertical .shares li.pinterest {
                line-height: 120px !important;
            }

    .articleImage {
        height: auto !important;
    }

    .relatedArticles ul li span {
        font-size: 14px !important;
        font-weight: 700 !important;
    }

    .devotionalCategoryPage .info img {
        width: 100%;
    }

    #publicationDevotionals #devotionalGroup ul.devotionals ul.box li.devoItem {
        padding: 5px 0 !important;
    }

    .popover-content {
        padding: 5px !important;
    }

    .searchPopover .popover {
        top: 40px !important;
        left: -150px !important;
    }

        .searchPopover .popover .arrow {
            display: none;
        }

    .searchPopover .searchPopoverForm {
        background: transparent url("images/backgrounds/search-background-mobile.png") no-repeat !important;
        height: 36px !important;
        width: 270px !important;
    }

        .searchPopover .searchPopoverForm #q {
            height: 36px !important;
            width: 225px !important;
            font-size: 14px !important;
        }

    a.anchorHover div.imageHover span {
        font-size: 14px;
        padding: 0 10px;
    }

    .relatedArticles ul li img {
        height: auto !important;
        min-height: 72px !important;
        max-height: 144px !important;
    }

    .relatedArticles ul li {
        height: 195px !important;
    }

        .relatedArticles ul li a span {
            margin-bottom: 10px;
            position: absolute;
        }

    .movieArchivePage ul.alphabetList li {
        margin-right: 7px !important;
    }

    .movieArchivePage span.dateTitle {
        margin-bottom: 10px;
    }

    .christian-ecards ul li.ecard {
        margin-right: 25px;
    }
    .followCW h2
    {
        padding: 13px !important;
    }

    .followCW .bubble:after
    {
        top: 82px;
    }
    .followCW .bubble:before
    {
        top: 83px;
    }
    .videoSection ul li
    {
        padding: 0 5px !important;
    }

    #slideRefreshAdContainer #relatedArticles ul li.noHeight {
        height: auto !important;
    }

    #slideshowArticlePage h1{
        font-size:24px !important;
        line-height:28px !important;
    }

    #slideshowArticlePage .carrouselText .subTitle {
        font-size:16px;
        line-height:22px;
        width:96%;
    }

    #Controls a, #Controls a div {
        font-size:16px;        
    }

    #Controls img {
        height: 28px !important;
        width: auto;
    }

    #Previous, #Progress, #Next, #NextSlideshow {
        width:50%;
    }
}

/*#endregion */