/* Minification failed. Returning unminified contents.
(4224,42): run-time error CSS1046: Expect comma, found '0'
(4224,46): run-time error CSS1046: Expect comma, found '/'
 */
/* open-sans-regular - latin - http://google-webfonts-helper.herokuapp.com/ */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(/areas/shared/resources/fonts/open-sans/open-sans-regular.woff) format('woff');
    font-display: swap;
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url(/areas/shared/resources/fonts/open-sans/open-sans-600.woff) format('woff');
    font-display: swap;
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(/areas/shared/resources/fonts/open-sans/open-sans-700.woff) format('woff');
    font-display: swap;
}
/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url(/areas/shared/resources/fonts/open-sans/open-sans-800.woff) format('woff');
    font-display: swap;
}
/* oswald-regular - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(/areas/shared/resources/fonts/oswald/oswald-regular.woff) format('woff');
    font-display: swap;
}
/* kanit-900italic - latin */
@font-face {
    font-family: 'Kanit';
    font-style: italic;
    font-weight: 900;
    src: url(/areas/shared/resources/fonts/kanit/kanit-900italic.woff) format('woff');
    font-display: swap;
}
/* FontAwesome 4.1.0 - https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css */
@font-face {
    font-family: 'fa-custom';
    src: url(/areas/shared/resources/fonts/fa-custom/fontawesome-webfont-4.1.0.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="fa-"], [class*=" fa-"] {
    font-family: 'fa-custom';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-bars:before {
    content: "\f0c9"
}
.fa-times:before {
    content: "\f00d"
}
.fa-facebook:before {
    content: "\f09a"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-search:before {
    content: "\f002"
}
.fa-print:before {
    content: "\f02f"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}

/*#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;    
}

.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;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

strong, b, strong *, b * {
    font-weight: bold !important;
}

em, i, em *, i * {
    font-style: italic;
}

blockquote {
    border: none;
    padding: 10px 10px 10px 25px;
}
h2:target {
    padding-top: 50px;
    margin-top: -50px;
}

.blueLink {
    font-size: 17px;
    color: #3366b4;
    font-weight: 600;
    text-decoration: none;
}

.bulletDiv {
    display: list-item;
    color: #999;
    list-style-type: disc;
    min-height: 45px;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

object {
    outline: none;
}

: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;
    font-weight: 400;
    line-height: 20px !important;
    background-color: #F5F5F5;
}

a {
    color: #333;
    text-decoration: none;
}
    a:visited, a:focus {
        text-decoration: none;
    }
    a:hover {
        text-decoration: none;
        color: #428BCA;
    }

.ap_dns {
    display: none;
}

a.product-shop-button {
    background-color: #532c7f !important;
    color: #fff !important;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
}
a.video-watch-button {
    background-color: #532c7f !important;
    color: #fff !important;
    padding: 10px 15px;
    text-transform: uppercase;
}

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
    }    

h1.OpenSans {
    font-size: 36px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;    
    color: #1A1A1A;
    line-height: 45px;
}

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: 20px;
    line-height: 20px;
    color: #1a1a1a;
    font-family: 'Oswald', serif;    
}

    h3.OpenSans {
        font-family: 'Open Sans', sans-serif;        
    }

h4 {
    font-size: 16px;
    font-weight: bold;
}

h5 {
    font-size: 12px;
    color: #666666;
}

h6 {
    font-size: 14px;
    font-weight: bold;
}
p {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 0;
    font-weight: 400;
}
    p a {
        color: #39C;
        text-decoration: underline;
    }

hr {
    border-color: #DDDDDD !important;
}

.placeholder {
    color: #6B696A;
}

.borderBottom {
    border-bottom: 1px solid #DDDDDD;
}

.borderTop {
    border-top: 1px solid #DDDDDD;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.marginTop5 {
    margin-top: 5px;
}

.marginBottom {
    margin-bottom: 20px;
}

img.premium {
    width:64px !important;
    height:28px !important;
    margin:5px 0;
    display:block;
}
span.inline-premium img.premium {
    display: inline-block;
}
span.inline-premium-right img.premium {
    display: inline-block;
    float:right;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.iframe-container {
    overflow: hidden;
    position: relative;
    clear: both;
    /*background-color: #000;*/
}
    .iframe-container a.load-video {
        padding-top: 56.25%;
        display:block;
    }
        .iframe-container a.load-video img, .iframe-container a.load-video span {
            position: absolute;
            width: 100%;
            top: 0;
            bottom: 0;
            margin: auto;            
        }
        .iframe-container a.load-video span {
            height: 1.5em;
            text-align: center;
            font: 48px/1.5 sans-serif;
            color: white;
            text-shadow: 0 0 0.5em black
        }
    .iframe-container iframe {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

#swn-account {
    margin: 0 30px;
}

.reset-password {
    min-height:500px;
    font-size:16px;    
}
    .reset-password p {
        font-size:16px;
    }
    .reset-password h1 {
        font-family: 'Oswald';
        margin-bottom:10px;
    }
    .reset-password ul {
        list-style: disc;
        margin: 5px 0 5px 20px;
    }
        .reset-password ul li {
            margin-bottom:5px;
        }

div.pdf-download-button {
    margin: 15px 0 30px;
}
    div.pdf-download-button a {
        font-size: 20px;
        color: #fff !important;
        padding: 10px 20px;
        border-radius: 10px;
        border: 2px solid #333;
        background-color: #ffb300;
        box-shadow: 2px 2px 3px rgba(0,0,0,.5),inset 0 0 1px rgba(255,255,255,.7);
        font-weight: 600;
    }

header .logo-container img.thumbnail {
    border: none;
    margin: 0;
    width: 99%;
    height: auto;
}

header .logo-container a {
    display: inline-block;
    vertical-align: top;
}

#MasterPageSummary,
#MasterPageHeader {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    left: -1px;
    bottom: -1px;
}

.rightContent {
    padding: 0 30px 0 0;
}

.articleContent .articleContentBody iframe {
    width: 100%;
}

.articleContent iframe {
    width: 100%;
}

/*#endregion */

.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: 23px;
        padding: 9px 8px;
    }
        .navbar ul.navbar-nav li a:hover {
            background-color: #fff;
            color: #000
        }

        .navbar ul.navbar-nav li a.plus, .navbar ul.navbar-nav li a.plus:hover {
            color: #ffb300;
            text-transform: uppercase;
            font-family: 'Kanit', sans-serif;
            font-size:25px;
        }        

    .navbar ul.navbar-nav li .devotionals {
        width: 350px;
    }

    .navbar ul.navbar-nav li .family {
        width: 240px;
    }

    .navbar ul.navbar-nav li .church {
        width: 210px;
    }

    .navbar ul.navbar-nav li .more {
        width: 270px;
    }
.navbar-header .navbar-toggle {
    background: transparent url(/areas/crosswalk/resources/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(/areas/crosswalk/resources/images/mobile/search-icon.png) no-repeat;
    background-size: 85%;
    padding: 10px 20px;
    float: right
}

.navbar-header .nav-plus {
    background-color: #ffb300;
    padding: 8px 12px;
    border-radius: 15px;
    color: #fff !important;
    font-family: 'Kanit', sans-serif;    
    font-size: 22px;
    text-transform: uppercase;
    float:right;
}

.noPadding {
    padding: 0 !important;
}                        

.noPaddingRight {
    padding-right: 0 !important;
}

.noPaddingLeft {
    padding-left: 0 !important;
}

.inlineDiv {
    display: inline-block;
}

.mainContent {
    float: left;
}

.main-ad {
    min-height:90px;
}
    .main-ad a img {
        width: 200px;
        height: 90px;
    }

.ad img.img_ad {
    width: 100% !important;
    height: auto !important;
}

.sideToSideAd {
    height: 250px;
    overflow: hidden;
}

    .sideToSideAd .ad300x250 {
        float: left;
        margin-right: 15px;
    }

.specialCoverage {
    border-top: 1px solid #DDDDDD;
    margin-top: 10px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10px;
    padding: 10px 0 5px;
}

    .specialCoverage.adFreeCoverage {
        border-top: none;
        margin-top: 0;       
        padding-top:0;
    }

    .specialCoverage .nextItem {
        background: transparent url(/areas/crosswalk/resources/images/buttons/arrowgrey_right.png) no-repeat right;
        height: 50px;
        background-size: 20%;
        padding: 0;
        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 .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%;
        }

.authorPage {
}
    .authorPage ul.articles {
    }
        .authorPage ul.articles li {
            padding: 15px 0;
            border-bottom: 1px solid #f1f1f1;
        }
            .authorPage ul.articles li a {
                font-size: 18px;
                color: #3366b4;
                font-weight:600;
            }

.searchBibleForm, .searchForm, .searchTopicForm {
    margin: 0 0 20px 0;
}

.searchBibleForm, .searchTopicForm {
    margin-bottom: 10px;
    float: left;
}
    .searchBibleForm.smaller {
        margin-bottom:0;
    }

    .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 {
        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 > span,
        .searchForm a > span,
        .searchTopicForm a > span {
            height: 35px;
            line-height: 35px;
            float: left;
            text-decoration: none;
            padding-left: 7px;
        }

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;
}

.fr-img-caption.fr-fic span.fr-inner {
    text-align:center;
    display:block;
    font-size:14px;
}
img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}
    img.fr-dii.fr-fil {
        float: left;
        margin: 5px 15px 5px 0;
        max-width: calc(100% - 5px);
    }
    img.fr-dii.fr-fir {
        float: right;
        margin: 5px 0 5px 15px;
        max-width: calc(100% - 5px);
    }

.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;
                line-height: 16px;
            }

#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;
    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(/areas/crosswalk/resources/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;
    min-height:141px;
}   
    header .logoSubpage img.thumbnail {
        width: 261px;
    }

    header logoSubpage a {
        margin-left: -28px;
    }        

.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: 389px !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 .ulInspirations li a.more {
                padding: 10px 15px !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;
}

.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;
}

.paddingTop {
    padding-top: 10px;
}

.paddingBottom {
    padding-bottom: 10px;
}

.advertisement {
    text-align: center;
    clear: both;
}
.advertisement-728x90 {
    min-width: 728px;
    min-height: 90px;
}
.advertisement-300x250 {
    min-width: 300px;
    min-height: 250px;
    margin-bottom: 15px;
}

.advertisement-min250 {
    min-height: 250px;    
}

.advertisement-min600 {
    min-height:600px;
}

.specialCoverage .prevItem {
    background: transparent url(/areas/crosswalk/resources/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 a {
            float: right;
        }        

        .specialCoverage ul li a .width91 {
            width: 91%;
        }                        

        .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;
    }

#slideHome img.startSlideshowImg {
    margin: 0 auto;
}

.mainSlideImage {
    min-height:512px;
}

.todaysBibleReading {
    margin-bottom: 20px;
}

    .todaysBibleReading h2 {
        margin-bottom: 5px;
    }

    .todaysBibleReading a {
        color: #3366b4;
        font-size: 15px;
        font-weight: 400;
    }

    .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;
        }
    .todaysBibleReading a:hover {
        color: #428BCA;
    }

.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;
    min-height:331px;
}

    .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.left {
            left: auto;
            right: 9%;
        }

        .feature-slides .carousel-control .leftArrow {
            background: transparent url(/areas/crosswalk/resources/images/buttons/left-arrow-feature.png) no-repeat;
            padding: 10px 23px;
        }

        .feature-slides .carousel-control .rightArrow {
            background: transparent url(/areas/crosswalk/resources/images/buttons/right-arrow-feature.png) no-repeat;
            padding: 10px 23px;
        }
        .feature-slides .carousel-control:hover {
            opacity: 1.0;
            filter: alpha(opacity=100);
        }

.theLatest li {
    border-bottom: 1px solid #DDD;
    padding: 15px 0;
}

    .theLatest li img {
        width: 100%;
        height: auto;
        font-size: 10px;
    }

    .theLatest li .info {
        margin-left: -10px;
        padding: 0 0 0 10px;
    }

        .theLatest li .info .channelTitle {
            color: #999999;
            text-transform: uppercase;
            display: block;
            font-weight: 400;
            font-size: 13px;
            line-height: 15px;
        }

        .theLatest li .info .articleTitle {
            color: #3366b4;
            font-size: 17px;
            font-weight: 600;
            display: block;
        }

        .theLatest li .info .author,
        .theLatest li .info .comments {
            color: #999999;
            font-weight: 400;
            font-size: 13px;
        }        

    .theLatest li:last-child {
        border: none;
    }

    .theLatest li.sponsored {
        background-color: #FFFFCC;
    }    

    .theLatest li .info2 {
        margin-left: 0;
    }
    
    .theLatest li:hover .info .articleTitle {
        color: #428BCA;
    }

    .theLatest li .info .comments {
        background: transparent url(/areas/crosswalk/resources/images/icons/comments_gray.png) no-repeat left;
        padding-left: 23px
    }

    .theLatest li .infoImg {
        padding-right:0;
    }

.mostPopular {
    margin: 15px 0;
    overflow: hidden;
}

    .mostPopular li {
        margin-bottom: 15px;
        position: relative;
        padding: 0 !important;
        min-height:129px;
    }
        .mostPopular li:last-of-type {
            min-height:0;
        }

        .mostPopular li img {
            width: 100%;
            height: auto;
        }

        .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.circleRankPlus {
            width: 105px;
            font-family: 'Kanit', sans-serif;
        }

            .mostPopular li a {
                color: #3366B4;
                font-weight: 600;
            }
        .mostPopular li img.imageBack {
            position: absolute;
        }        

        .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: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;
}

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;
        }

.searchTopicForm {
    padding: 0;
}

.searchForm {
    margin-bottom: 20px;
}

.searchTopicForm input {
    border: 1px solid #DDD;
    height: 50px;
    padding-left: 15px;
    color: #1a1a1a;
    font-weight: normal;
    background-color: transparent;
}

.searchTopicForm a {
    height: 50px;
    font-size: 130%;
    color: white;
    font-weight: bold;
    line-height: 50px;
    background: #E67300;
    margin: 0 auto;
}    

.solr-returned-results {
    font-weight: bold;
}

    .solr-returned-results a {
        color: #3366b4;
    }

.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 {        
        margin-top: -10px;
        z-index: 1;
    }
        .followCW .newsletter.h70 {
            min-height: 70px;
        }
        .followCW .newsletter.h337 {
            min-height: 337px;
        }

    .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(/areas/crosswalk/resources/images/icons/follow_newsletter.png) no-repeat;
                }

                .followCW ul li a.facebook {
                    background: transparent url(/areas/crosswalk/resources/images/icons/follow_fb.png) no-repeat;
                }

                .followCW ul li a.twitter {
                    background: transparent url(/areas/crosswalk/resources/images/icons/follow_twitter.png) no-repeat;
                }

                .followCW ul li a.rss {
                    background: transparent url(/areas/crosswalk/resources/images/icons/follow_rss.png) no-repeat;
                }

                .followCW ul li a.mobile {
                    background: transparent url(/areas/crosswalk/resources/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;
        }

.videoPage #content iframe {
    width: 100%;
}

.videoPage .main-image {
    min-height:330px;
}

.video .postedBy {
    color: #666;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 0;
    margin-top: 14px;
}

.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(/areas/crosswalk/resources/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;
        }

article h2 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.articleContent p, .articleContent div {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;    
}

.articleContent p {
    padding: 12px 0 !important;
    margin: 0 !important;
}

    .articleContent p > img, .articleContent div > img {
        display: block;
        margin: auto;
        max-width: 100%;
        height: auto !important;
    }

.articleContent a {
    color: #3366b4;    
    text-decoration: none;
}

    .articleContent a:hover {
        color: #428BCA;
    }

.articleContentBody ul {
    list-style: disc inside;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 16px;
}

.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;
}

.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;
}

#comments .btn-comments {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.specialList {
    margin-top: 10px;
    margin-right: 15px;
}

    .specialList li {
        margin-bottom: 5px;
    }

        .specialList li a {
            color: #3366b4;
            font-size: 14px;
            line-height: 18px;
            font-weight: 600;
            display: block;
            background: transparent url(/areas/crosswalk/resources/images/icons/blue-bullet.png) no-repeat left;
            padding: 0 0 0 8px;
        }


.channelLevel1 h2 a {
    color: #1A1A1A !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    font-family: 'Open Sans';    
    background: none !important;
    padding: 0 !important;
    line-height: 24px !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;            
        }

        .channelLevel1 ul.channelChildren li a {
            color: #3366b4;
            font-size: 16px;
            font-weight: 600;
            display: block;
            background: transparent url(/areas/crosswalk/resources/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 a.noBullet {
                background: none;
                padding: 0;
            }

        .channelLevel1 ul.channelChildren li ul.channelChildrenUl {
            margin: 15px 0 5px;
        }

            .channelLevel1 ul.channelChildren li ul.channelChildrenUl li {
                border: none;
                padding: 3px 0;
            }

.channelLevel1 ul.channelNews {
}

    .channelLevel1 ul.channelNews li {
        border-top: none;
        padding: 10px 0;
    }

        .channelLevel1 ul.channelNews li a, .channelLevel1 ul.channelNews li span {
            background: none;
            padding: 0;
            color: #3366b4;
            font-size: 14px;
            line-height: 16px;
        }

        .channelLevel1 ul.channelNews li ul.channelNewsUl {
            padding-right: 15px;
        }

            .channelLevel1 ul.channelNews li ul.channelNewsUl li {
                border-top: 1px solid #DDDDDD;
                padding: 10px 0;
                min-height: 89px;

            }

        .channelLevel1 ul.channelNews li.inspiration img {
            margin-bottom: 5px;
        }

        .channelLevel1 ul.channelNews li ul.channelNewsUl li.inspiration {
            padding: 10px 15px 10px 0;
        }

.channelLevel1 ul.quickLinks {
}

    .channelLevel1 ul.quickLinks li:last-child {
        border-bottom: 1px solid #DDDDDD;
    }

    .channelLevel1 ul.quickLinks li a {
        background: none;
        padding: 0;
    }

        .channelLevel1 ul.quickLinks li a i {
            float: right;
            color: #999;
            font-weight: bold;
            font-style: normal !important;
            font-size: 28px;
            padding-right: 10px;
        }

.channelLevel2 .firstArticle {
    position: relative;
    margin-bottom: 15px;
    overflow:hidden;
}

    .channelLevel2 .firstArticle img {
        width: 100%;
        height: auto;
        min-height:330px;
    }

        .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: 95%;
        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(/areas/crosswalk/resources/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(/areas/crosswalk/resources/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;
            }

.inspirations {
    margin: 15px 0;
}

    .inspirations li {
        margin-bottom: 10px;
        padding: 0 !important;
    }

        .inspirations li img {
            width: 100%;
        }

            .inspirations li img.premiumMain {
                position:relative;
            }
        .inspirations li div.premiumHover {
            position: absolute;
            bottom: 54px;
        }

        .inspirations li .shareAndPrintBar ul.shares li {
            margin-right: 8px;
            float: left;
        }

.inspirationsPage h2.title {
    font-size: 32px;
    margin-bottom: 15px;
}

.inspirationsPage img {
    width: 100%;
    margin: 15px 0 0;
    height: auto !important;   
    min-height:110px;
}

.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(/areas/crosswalk/resources/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.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.title {
            display: block;
            min-height: 40px;
        }

        .inspirationsPage ul.latest li a img {
            width: 100%;
            height: auto;
            display: block;
            margin: 15px 0 5px;
            max-height: 110px;
        }

    .inspirationsPage ul.latest li ul.shares {
        margin: 10px 0;
    }

        .inspirationsPage ul.latest li ul.shares li {
            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;
            }

.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%;
        }

.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;
    text-align:center;
}

    .social-container ul.social-buttons li {
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }

        .social-container ul.social-buttons li a {
            padding: 8px 18px;
            background-size:contain !important;
        }

            .social-container ul.social-buttons li a.facebook {
                background: transparent url(/areas/crosswalk/resources/images/icons/fb.png) no-repeat;
            }
                .social-container ul.social-buttons li a.facebook:hover {
                    background: transparent url(/areas/crosswalk/resources/images/icons/fb-hover.png) no-repeat;
                }

            .social-container ul.social-buttons li a.twitter {
                background: transparent url(/areas/crosswalk/resources/images/icons/twitter.png) no-repeat;
            }
                .social-container ul.social-buttons li a.twitter:hover {
                    background: transparent url(/areas/crosswalk/resources/images/icons/twitter-hover.png) no-repeat;
                }

            .social-container ul.social-buttons li a.podcast {
                background: transparent url(/areas/crosswalk/resources/images/icons/podcast.png) no-repeat;
            }
                .social-container ul.social-buttons li a.podcast:hover {
                    background: transparent url(/areas/crosswalk/resources/images/icons/podcast-hover.png) no-repeat;
                }

            .social-container ul.social-buttons li a.pinterest {
                background: transparent url(/areas/crosswalk/resources/images/icons/pinterest.png) no-repeat;
            }
                .social-container ul.social-buttons li a.pinterest:hover {
                    background: transparent url(/areas/crosswalk/resources/images/icons/pinterest-hover.png) no-repeat;
                }

            .social-container ul.social-buttons li a.search {
                background: transparent url(/areas/crosswalk/resources/images/icons/search.png) no-repeat;
                background-size: contain;
            }
                .social-container ul.social-buttons li a.search:hover,
                .social-container ul.social-buttons li a.hovered {
                    background: transparent url(/areas/crosswalk/resources/images/icons/search-hover.png) no-repeat;
                    background-size: contain;
                }

            .social-container ul.social-buttons li a.youtube {
                background: transparent url(/areas/crosswalk/resources/images/icons/youtube.png) no-repeat;
            }
                .social-container ul.social-buttons li a.youtube:hover {
                    background: transparent url(/areas/crosswalk/resources/images/icons/youtube-hover.png) no-repeat;
                }

.social-container ul.plus-buttons {
    text-align:right;
}
    .social-container ul.plus-buttons li {
        margin-right: 10px;
    }
        .social-container ul.plus-buttons li a.btn-join {
            background-color: #ffb300;
            color: #fff;
            padding: 5px 12px;
            text-transform: uppercase;
            border-radius: 15px;
            font-size: 16px;
        }
            .social-container ul.plus-buttons li a.btn-join span {
                font-family: 'Kanit', sans-serif;
                font-size: 18px;
            }
        .social-container ul.plus-buttons li a.btn-login {
            color: #ffb300;
            padding: 1px 10px;
            border: 2px solid #ffb300;
            text-transform: uppercase;
            font-family: 'Kanit', sans-serif;
            font-size: 18px;
            border-radius: 15px;
            cursor: pointer;
        }
            .social-container ul.plus-buttons li a.btn-login span {
                text-transform: none;
                font-style: normal;
                color: #3366b4;
                font-weight: bold;
                font-family: 'Open Sans', sans-serif;
                font-size: 16px;
            }
        .social-container ul.plus-buttons li.plus-account button, 
        .social-container ul.plus-buttons li.plus-account .btn {
            border: 1px solid #ffb300;
            color: #fff;
            border-radius: 15px;
            background-color: #ffb300;
            font-size: 15px;
            height: 32px;
            line-height: 15px;
            padding: 2px 8px;
        }
        .social-container ul.plus-buttons li.plus-account .dropdown-menu {
            width: 180px;
            border: 1px solid #ffb300;
            left: unset;
            padding: 0;
            text-align: left;
        }
            .social-container ul.plus-buttons li.plus-account .dropdown-menu li {
                display: block;
                padding: 0;
                margin: 0;
            }
                .social-container ul.plus-buttons li.plus-account .dropdown-menu li a {
                    font-size: 15px;
                    padding: 8px;
                }
                    .social-container ul.plus-buttons li.plus-account .dropdown-menu li a:hover {
                        background-color: #ffb300 !important;
                        color: #fff !important;
                    }

.searchPopover .popover {
    max-width: 368px;
    top: 0;
    left: 155px;
}
.searchPopover .searchPopoverForm {
    background: transparent url(/areas/crosswalk/resources/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(/areas/crosswalk/resources/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(/areas/crosswalk/resources/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(/areas/crosswalk/resources/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%;
    height: auto;
    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(/areas/crosswalk/resources/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(/areas/crosswalk/resources/images/buttons/subscribe-btn.png) no-repeat left;
    width: 200px;
    height: 50px;
    float: left;
}

#articleDevotional .articleHeader ul li {
    border-left: 1px solid #DDDDDD;    
}

    #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(/areas/crosswalk/resources/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 #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;
}     

.bloggers {
    float: right;
    margin-top: 20px;
}

    .bloggers .tab {
        color: #3366B4;
        font-size: 22px;
        font-weight: 600;
        background: transparent url(/areas/crosswalk/resources/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(/areas/crosswalk/resources/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(/areas/crosswalk/resources/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 .bio img {
                max-width:40%;
            }

            .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(/areas/crosswalk/resources/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(/areas/crosswalk/resources/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.premiumHover {
    position: absolute;
    bottom:-5px;
}

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;
        }

.todaysDevotional a:hover {
    color: #428BCA;
}        

.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, .articleDescription .column .name a {
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            display: block;
            font-size: 16px;
            color: #1a1a1a;
        }

        .articleDescription .column .description {
            color: #757575;
            display: block;
        }

        .articleDescription .column .year {
            color: #757575;
            display: block;
        }

        .articleDescription .column .comments {
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            display: block;
            font-size: 16px;
            color: #1a1a1a;
            background: transparent url(/areas/crosswalk/resources/images/icons/comments.png) 0 2px no-repeat;
            padding-left: 22px;
        }

.shareAndPrintBar ul {
    float: left;
    margin-bottom: 10px;
}

    .shareAndPrintBar ul li {
        float: left;
        margin-right: 4px;
    }
        .shareAndPrintBar ul li.pinterest {
            width: 65px;
        }

.relatedArticles {
    clear: both;
}

    .relatedArticles ul {
        margin-top: 10px;
    }

        .relatedArticles ul li {
            min-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;
                line-height: 20px;
                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(/areas/crosswalk/resources/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;
            line-height: 14px;
        }

        .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;
        }
    .poweredBy.smaller a {
        font-size:10px;
    }

.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 .footerMobile li {
        border-right: 1px solid #ccc;
        padding-right: 5px;
        margin-right: 5px !important;
    }

        footer .footerMobile li:last-of-type {
            border-right: none;
        }

    footer .footerSite ul li a {
        color: #3366B4;
        font-weight: 600;
    }

    footer .footerSite ul li a:hover {
        color: #428BCA;
    }    

        footer .footerMobile li a:hover {
            color: #428BCA;
        }

.footerLinks {
    border-top: 1px solid #DDDDDD;    
    padding: 20px 0 15px 0;
    text-align: center;
}

    .footerLinks ul {
        width: 90%;
        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;
        }              

.printLink {
    display: block;
    width: 24px;
    height: 24px;
    font-size:24px;  
    color:#999 !important;
}        

/*
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;
    }

    .jcarousel .subTitle ul {
        width: 100%;
    }

/*
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;        
    }

        .jcarousel li .ad {
            text-align: center;
        }

        .jcarousel li img, .jcarousel li .carrouselText {            
            max-width: 100%;
            text-align: left;
        }

        .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: block;
    vertical-align: middle;
    text-align: left;
    font-size: 24px;
}

    #NextSlideshow a {
        color: #1a4de6 !important;
    }

.slideshowAds {
    float: right;
    margin-left: 6px;
}

.todaysDevotional {
    background-color: #E6F5FF;
    padding: 10px 10px 5px;
    margin-bottom: 20px;
    min-height:250px;
}
    .todaysDevotional.devoSmall {
        min-height:130px;
    }

    .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.FinePrintLink {
            padding: 0;
        }

        .todaysDevotional a span {
            margin-top: 5px;
            display: block;
            font-size: 14px;
            font-weight: 400;
        }

.shares.group .resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.shares.group .resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em 0.5em 0.5em 0;
}

.shares.group .resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;    
    color: white;
    font-size: 12px;
    line-height: 12px;
}

.shares.group .resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

/* Non solid icons get a stroke */
.shares.group .resp-sharing-button__icon {
    stroke: #fff;
    fill: none;
    line-height: 12px;
}

/* Solid icons get a fill */
.shares.group .resp-sharing-button__icon--solid,
.shares.group .resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.shares.group .resp-sharing-button--pinterest {
    background-color: #bd081c
}

.shares.group .resp-sharing-button--facebook {
    background-color: #3b5998
}

.shares.group .resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.shares.group .resp-sharing-button--pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
}

.shares.group .resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

.shares.group .resp-sharing-button--twitter {
    background-color: #55acee
}

    .shares.group .resp-sharing-button--twitter:hover {
        background-color: #2795e9
    }

    .shares.group .resp-sharing-button--pinterest:hover {
        background-color: #8c0615
    }

    .shares.group .resp-sharing-button--facebook:hover {
        background-color: #2d4373
    }

.shares.group .resp-sharing-button--google {
    background-color: #dd4b39
}

    .shares.group .resp-sharing-button--google:hover {
        background-color: #c23321
    }

.shares.group .resp-sharing-button--email {
    background-color: #777
}

    .shares.group .resp-sharing-button--email:hover {
        background-color: #5e5e5e
    }

    .shares.group .resp-sharing-button--facebook:hover,
    .shares.group .resp-sharing-button--facebook:active {
        background-color: #2d4373;
        border-color: #2d4373;
    }

.shares.group .resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

    .shares.group .resp-sharing-button--twitter:hover,
    .shares.group .resp-sharing-button--twitter:active {
        background-color: #2795e9;
        border-color: #2795e9;
    }

.shares.group .resp-sharing-button--google {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

    .shares.group .resp-sharing-button--google:hover,
    .shares.group .resp-sharing-button--google:active {
        background-color: #c23321;
        border-color: #c23321;
    }

.shares.group .resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

    .shares.group .resp-sharing-button--email:hover,
    .shares.group .resp-sharing-button--email:active {
        background-color: #5e5e5e;
        border-color: #5e5e5e;
    }

    .shares.group .resp-sharing-button--pinterest:hover,
    .shares.group .resp-sharing-button--pinterest:active {
        background-color: #8c0615;
        border-color: #8c0615;
    }

.abs-content .abs-description {
    color: #999;
}

    .abs-content .abs-description .title {
        font-weight: bold;
        color: #666;
        font-size: 24px;
        padding: 20px 0 5px;
    }

    .abs-content .abs-description a {
        text-decoration: underline;
    }

.abs-content .abs-button {
    margin: 15px 0;
}

    .abs-content .abs-button img {
        width: 60%;
    }

.submitAPrayerPage h2 {
    margin-bottom: 15px;
    font-size: 36px;
}

.submitAPrayerPage iframe {
    width: 100%;
    height: 1020px;
    border: none;
}

    .submitAPrayerPage iframe.thanks {
        height: 690px;
    }

.submitAPrayerPage span {
    display: block;
    color: #666;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;    
    font-style: italic;
    margin-bottom: 5px;
}

#wikiFeedbackPage p.info {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 15px;
}

    #wikiFeedbackPage form {        
    }

        #wikiFeedbackPage form label {            
            text-align: left;
            font-size: 17px;
            width: initial;
            margin: 0;
        }

            #wikiFeedbackPage form label.error {
                color: red;
                font-size: 12px;
                font-weight: bold;
            }

        #wikiFeedbackPage form span.info {
            float: right;
            color: #999;
            font-size: 14px;
            line-height: 30px;
        }

        #wikiFeedbackPage form input[type=text], #wikiFeedbackPage form input[type=email], #wikiFeedbackPage form textarea {
            width: 100%;
            font-size: 18px;
            padding: 10px;
            color: #000;
            min-height: 45px;
            font-family: sans-serif;            
        }

        #wikiFeedbackPage form textarea {
            height: 150px;
        }

        #wikiFeedbackPage form input#feedbackSubmit {
            text-transform: uppercase;
            font-size: 18px;
            color: #fff;
            background-color: #E67300;
            text-align: center;
            width: 100%;            
            padding: 22px 15px;
            font-weight: bold;
            line-height: 0px;
        }

    #wikiFeedbackPage .statusFeedback {
        margin: 10px 0;
    }

        #wikiFeedbackPage .statusFeedback .feedbackSuccess {
            color: green;
        }

        #wikiFeedbackPage .statusFeedback .feedbackError {
            color: red;
        }

.additionalArticle h2 {
    font-family: 'Open Sans', sans-serif;    
}
    .additionalArticle ul {
        margin: 10px 0 15px;
    }
        .additionalArticle ul li {
            margin-bottom:10px;
            border-bottom:1px solid #ddd;
            padding: 0 0 10px;
        }
            .additionalArticle ul li:last-of-type {
                border:none;
            }
            .additionalArticle ul li a {
                color: #3366b4;
                font-weight: 600;
                font-size: 17px;
                display: block;
            }
                .additionalArticle ul li a img {
                    margin:0 0 5px;
                }
            .additionalArticle ul li span {
                display: block;
                color: #999;
                font-weight: 400;
                font-size: 13px;
            }

.ty-iframe {
    height: 995px;
    width: 630px;
}

.subTitle .row ul li {
    list-style: disc inside;
    font-size: 16px;
}

.subTitle .row ol li {
    list-style: decimal inside;
    font-size: 16px;
}

/*facebook link mobile*/
.facebook-links-mobile div {
    text-align: center;
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 7px; /*space between*/
    background-color: white;
    margin-left: 20%;
    margin-top: 4%;
}

    .facebook-links-mobile div i {
        font-size: 20px;
        line-height: 38px;
        color: #3366cc;
    }

.facebook-sharerlink-mobile {
    background-color: #3366cc;
    border-radius: 7px;
    color: white;
    cursor: pointer;
    margin-top: 3%;
    width: 100% !important;
}

.facebook-shareText-mobile {
    margin-right: 25%;
}

.facebook-sharerlink-mobile button {
    background-color: #3366cc;
    font-size: 20px;
    font-weight: bold;
}

.swn-mop-premium-promo {
    clear: both;    
    padding: 10px 0;
}

.plus-page {
}
    .plus-page h1 {
        color: #ffb300;
        text-transform: uppercase;
        font-family: 'Kanit', sans-serif;
        font-size:38px;
    }
        .plus-page h1 span {
            font-family: 'Oswald';
            color: #1a1a1a;
            font-size: 34px;
            font-weight:400;
        }
    .plus-page h2 {
        margin:10px 0;
    }
    .plus-page .firstArticle {
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
    }
        .plus-page .firstArticle img {
            width: 100%;
            height: auto;
            min-height: 330px;
        }
            .plus-page .firstArticle img.imageBack {
                position: absolute;
                z-index: 0;
                height: 100%;
            }            
        .plus-page .firstArticle span {
            position: absolute;
            color: #fff;
            font-weight: 900;
            font-size: 31px;
            bottom: 30px;
            left: 15px;
            line-height: 35px;
            width: 95%;
            text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
        }
    .plus-page ul.plus-articles-list {
        overflow:hidden;
    }
        .plus-page ul.plus-articles-list li {
            padding: 15px 0;
            border-bottom: 1px solid #ddd;
        }
            .plus-page ul.plus-articles-list li:last-of-type {
                border-bottom:none;
            }

            .plus-page ul.plus-articles-list li img {
                width: 100%;
                height: auto;
                font-size: 10px;
            }
        .plus-page ul.plus-articles-list li .info {
            padding-left:0;
        }
        .plus-page ul.plus-articles-list li .info .articleTitle {
            color: #3366b4;
            font-size: 17px;
            font-weight: 600;
            display: block;
        }
            .plus-page ul.plus-articles-list li .info .date,
            .plus-page ul.plus-articles-list li .info .author {
                color: #999;
                font-weight: 400;
                font-size: 13px;
                margin-right: 15px;
            }
    .plus-page .events {
        margin-bottom:15px;
    }

    .plus-page ul.events, .plus-page ul.prayers {
        margin: 10px 0;
    }
        .plus-page ul.events li, .plus-page ul.prayers li {
            margin-bottom:10px;
        }
            .plus-page ul.prayers li .link {
                color: #3366b4;
                font-size: 17px;
                font-weight: 600;
                margin:5px 0 10px;
            }
    .plus-page .forums {
        margin: 10px 0 20px;
    }
        .plus-page .forums a.btn {
            background-color: #ffb300;
            color: #fff !important;
            font-weight: 900;
            font-size: 18px;
            border-radius: 10px;
        }

/*#region Desktop Devices */
@media (min-width:992px) {
    .dropdown-menu-right .sub-menu {
        left: -389px !important;
    }

    .videoPage #content iframe {
        height: 360px;
    }

    /*facebook link*/
    .facebook-links div {
        text-align: center;
        float: left;
        width: 36px;
        height: 36px;
        border-radius: 100%;
        margin-right: 7px; /*space between*/
        background-color: white;
        margin-left: 20%;
        margin-top: 4%;
    }

        .facebook-links div i {
            font-size: 20px;
            line-height: 38px;
            color: #3366cc;
        }

    .facebook-sharerlink {
        background-color: #3366cc;
        border-radius: 7px;
        color: white;
        cursor: pointer;
    }

    .facebook-shareText {
        margin-right: 25%;
    }

    .facebook-sharerlink-mobile {
        display: none !important;
    }
}
/*#endregion */

/*#region Tablet Devices */
@media (min-width: 768px) and (max-width:991px) {

    h1.Oswald {
        font-size: 36px;
        line-height: 45px;
    }        

    h4 {
        font-size: 12px;
    }

    h5 {
        font-size: 10px;
    }

    h6 {
        font-size: 10px;
    }

    .sideToSideAd .ad300x250 {
        float: none;
        margin: 0;
    }

    .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.slogan {
            font-size: 16px !important;
            line-height: 20px !important;
        }

    h2 {
        font-size: 18px;
    }

    .rightContent {
        padding: 0 20px 0 0 !important;
    }

    .navbar {
        padding: 10px 0 0 !important;
    }

        .navbar ul.navbar-nav li a.main {
            font-size: 18px !important;
            padding: 9px 4px !important;
            margin-right: 0 !important;
        }

    .feature-slides {
        min-height:247px;
    }
        .feature-slides .carousel-control {
            top: 65%;
        }
            .feature-slides .carousel-control.left {
                right: 11% !important;
            }

    .channelLevel2 .firstArticle img {
        min-height:240px;
    }

    .searchPopover .popover {
        left: 5px !important;
    }

    .mostPopular li {
        min-height:99px;
    }

    .footerLinks ul {
        width: 95% !important;
    }

    .christian-ecards ul li.ecard {
        margin-right: 24px;
    }

    .specialCoverage ul li a .width93 {
        width: 80%;
    }

    .searchBibleForm a, .searchForm a {
        font-size: 98% !important;
    }

    .searchBibleForm a {
        width: 20%;
    }

    .inspirations li .shareAndPrintBar ul.shares li {
        margin-right: 0;
    }

    a.anchorHover div.imageHover {
        font-size: 16px;
    }

    .specialCoverage ul li {
        padding: 0 5px !important;
    }    
            .todaysDevotional a span {
                font-size: 13px;
            } 

    .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 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;
        }

    .videoPage .main-image {
        min-height: 240px;
    }

    #ArticleTitle .searchPopover .popover {
        left: 185px !important;
    }

    .specialCoverage ul li span {
        font-size: 13px !important;
        padding: 0 10px 0 0 !important;
    }    

    .poweredBy a img {
        width: 60%;
    }

    .ecards .ecardNewsletterSignUpContainer .details .title {
        font-size: 15px !important;
        margin: 5px 0 0 !important;
    }

    .ecards .ecardNewsletterSignUpContainer img {
        height: 200px;
    }        

    .specialCoverage ul li a .width91 {
        width: 87%;
    }        

    .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 span {
        font-size: 16px;
    }    

    #ArticleTitle .headerDiv .articleInfo {
        width: calc(100% - 120px);
    }

        #ArticleTitle .headerDiv .articleInfo span.title {
            font-size: 17px;
        }

    #wikiFeedbackPage form span.info {
        font-size: 14px;
    }

    #wikiFeedbackPage form input#feedbackSubmit {
        font-size: 17px;
    }

    #wikiFeedbackPage form input[type=text], #wikiFeedbackPage form input[type=email], #wikiFeedbackPage form textarea {
        padding: 8px;
    }
    /*facebook link*/
    .facebook-links div {
        text-align: center;
        float: left;
        width: 36px;
        height: 36px;
        border-radius: 100%;
        margin-right: 7px; /*space between*/
        background-color: white;
        margin-left: 20%;
        margin-top: 4%;
    }

        .facebook-links div i {
            font-size: 20px;
            line-height: 38px;
            color: #3366cc;
        }

    .facebook-sharerlink {
        background-color: #3366cc;
        border-radius: 7px;
        color: white;
        cursor: pointer;
    }

    .facebook-shareText {
        margin-right: 10%;
    }

    .facebook-sharerlink-mobile {
        display: none !important;
    }

    .submitAPrayerPage iframe {
        height: 1000px;
    }

        .submitAPrayerPage iframe.thanks {
            height: 690px;
        }

    .submitAPrayerPage .poweredBy a img {
        width: initial;
    }

    .mainSlideImage {
        min-height: 380px;
    }
}
/*#endregion */

@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;
    }

    header {
        min-height:54px;
    }

    #content {
        padding: 0;
    }
        #content.articleContent, #content.videoContent {
            padding-left: 15px;
            padding-right: 15px;
        }        

    .gpt-ad {
        text-align: center;
        position: relative;
        min-height: 250px;
        display: block;
        margin: 10px 0;
    }

    .gpt-ad-small {
        text-align: center;
        position: relative;
        min-height: 50px;
        display: block;
        margin: 10px 0;
    }

    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 0 0 10px !important;
    }           

    h4 {
        font-size: 12px !important;
    }

    h5 {
        font-size: 10px !important;
    }

    h6 {
        font-size: 10px !important;
    }

    p {
        padding: 12px 0 12px 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;
        padding: 0;
    }

        .navbar .navbar-collapse {
            max-height: none;            
        }
        .navbar ul.navbar-nav li {
            float: inherit;
            padding: 8px 0 8px 15px !important;
            width: 100%;
        }
            .navbar ul.navbar-nav li.nav-plus {
                padding-top: 0 !important;
                padding-bottom: 0 !important;
                overflow:hidden;
            }

            .navbar ul.navbar-nav li ul.plus-buttons {
                display: block !important;   
                margin-top:0;
            }
            .navbar ul.navbar-nav li ul {
                width: 100% !important;
                border: none;
                top: 0;
                display: none !important;
            }
    .social-container ul.social-buttons {
        float:left;
        width:100%;
        margin:5px 0 10px;
        text-align:left;
        position:relative;
    }
    .social-container ul.plus-buttons {
        text-align:center;
    }
    .social-container ul.plus-buttons li {
        width: 100%;
        padding: 0 !important;
        margin: 0 0 15px;
    }
        .social-container ul.plus-buttons li.plus-account {
            width:100%;
            margin:0;
        }
            .social-container ul.plus-buttons li.plus-account .btn {
                font-size: 18px;  
                display:block;
                padding:20px;
                height:auto;
                margin-bottom:10px;
            }
            .social-container ul.plus-buttons li.plus-account a {
                text-align: left;
                font-size: 28px !important;
                padding: 0 !important;
                font-weight:700;
                line-height:45px;
            }
        .social-container ul.plus-buttons li a {
            font-size: 18px !important;
            display:block;
            padding:0 !important;
        }
            .social-container ul.plus-buttons li a.btn-join span {
                font-size: 20px !important;
            }
            .social-container ul.plus-buttons li a.btn-login {
                font-size: 20px !important;
            }
                .social-container ul.plus-buttons li a.btn-login span {
                    font-size: 18px !important;
                }

    .navbar ul.navbar-nav li.hover ul {
        display: block !important;
    }

    .navbar ul.navbar-nav li a.main {
        font-size: 28px !important;
        padding: 5px 0 !important;
        font-weight: 700;
    }

        .navbar ul.navbar-nav li a.main span, .dropdown-menu li a span {
            color: #ccc;
            float: right;
            display: inline-block !important;
        }

            .dropdown-menu li a span.left {
                color: #ccc;
                float: left !important;
                display: inline-block !important;
            }

    .navbar ul.navbar-nav li a.gray {
        color: #ccc;
        text-transform:uppercase;
    }    

    .nav-tabs {
        border: none;
        min-height:600px;
    }

    .dropdown-menu li a {
        font-size: 28px;
        font-weight: 700 !important;
        padding: 3px 0 !important;
        line-height:30px;
    }

    .mainContent {
        padding: 0 !important;
    }

    .rightContent {
        padding: 0 15px !important;
    }    

    .bulletDiv {
        margin-bottom: 12px;
        min-height: 0;
    }

    .sideToSideAd .ad300x250 {
        float: none;
        margin: 0;
    }

    .channelLevel2 .firstArticle img {
        min-height: 150px;
    }

    .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;
    }

    .christian-ecards {
        border: none !important;
        padding: 10px 0 5px !important;
    }
        .christian-ecards ul li.ecard {
            margin-right: 25px;
        }    

    .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: 90%;
            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;
    }

    .feature-slides {
        margin: 5px 0 10px !important;
        min-height: 200px;
    }

        .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;
            }

    .videoPage .main-image {
        min-height: 150px;
    }

    .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;
    }

    .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 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 {        
        padding: 8px !important;
    }

        .todaysDevotional a span {
            font-size: 13px !important;
        }

    .mostPopular li {
        padding: 0 5px !important;
        min-height:89px;
    }

        .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;
        }

    .inspirationsPage ul.infoSocial li {
        margin-right: 0px !important;
        padding: 0px 10px;
    }

        .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;
        }

    .videoSection ul li {
        padding: 0 5px !important;
    }   

    .bloggers .bloggersList {
        right: 15px;
    }


    .shareAndPrintBar ul li.pinterest {
        width: 40px !important;
    }    

    .articleImage {
        height: auto !important;
    }

    .relatedArticles ul li span {
        font-size: 14px !important;
        font-weight: 700 !important;
    }

    .devotionalCategoryPage .info img {
        width: 100%;
    }

    #wikiFeedbackPage form label {
        margin-bottom: 0;
    }

    #wikiFeedbackPage form span.info {
        float: none;
        display: block;
        margin-bottom: 8px;
    }

    #publicationDevotionals #devotionalGroup ul.devotionals ul.box li.devoItem {
        padding: 5px 0 !important;
    }

    .popover-content {
        padding: 5px !important;
    }

    .searchPopover .popover {
        top: 40px !important;
        left: 50px !important;
    }
        .searchPopover .popover .arrow {
            display: none;
        }

    .searchPopover .searchPopoverForm {
        background: transparent url(/areas/crosswalk/resources/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 {
        min-height: 160px !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;
    }    

    .followCW h2 {
        padding: 13px !important;
    }

    .followCW .bubble:after {
        top: 82px;
    }

    .followCW .bubble:before {
        top: 83px;
    }    

    .jcarousel {
        height: auto !important;
    }

        .jcarousel ul {
            width: 100%;
        }

    #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: 20px;
    }

    #Controls img {
        height: 35px;
        width: auto;
    }

    #Previous, #Progress, #Next, #NextSlideshow {
        width: 100%;
    }

    #Progress {
        margin-top: 20px;
    }

    .slideshowAds {
        margin-left: 0;
        float: none;
    }

    .abs-content .abs-description .title {
        font-size: 20px;
    }

    .abs-content .abs-button img {
        width: 100%;
    }

    .submitAPrayerPage iframe {
        height: 1255px;
    }
        .submitAPrayerPage iframe.thanks {
            height: 800px;
        }

    .shares.group .resp-sharing-button__link {
        margin: 0.2em 0 0.2em 0 !important;
    }

    .footerLinks {
        margin-bottom: 0;
    }
        .footerLinks ul {
            width: 85%;
        }

    .mainSlideImage {
        min-height: 165px;
    }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .slideshowAds {
        margin-left: -20px;
    }
}
/*iPhone 6 Media Queries
iPhone 6 in portrait & landscape*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) { /* STYLES GO HERE */
    .slideshowAds {
        margin-left: 0;
    }
}
/*#endregion */
