﻿/*#region Element Styles */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    color: #333;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

blockquote {
    border: none;
    padding: 10px 25px;
}

.clear {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ul {
    list-style: none;
}

ol {
    list-style-position: inside;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

object {
    outline: none;
}

strong, b, strong *, b * {
    font-weight: bold !important;
}

em, i, em *, i * {
    font-style: italic;
}

: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 */

/* -- Standards --- */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

a {
    color: #0066ff;
    text-decoration: none;
}

    a.video {
        position: relative;
        display: inline-block;
    }

        a.video .playOverlay {
            position: absolute;
            cursor: pointer;
            display: block;
            opacity: 0.65;
            left: 50%;
            top: 50%;
        }

        a.video:hover .playOverlay {
            opacity: 1;
        }

        a.video .playOverlay.big {
            margin-left: -35px;
            margin-top: -35px;
            width: 70px;
            height: 70px;
        }

        a.video .playOverlay.small {
            margin-left: -20px;
            margin-top: -20px;
            width: 40px;
            height: 40px;
        }

hr {
    border-top: 1px solid #ccc;
}

.divider {
    display: inline-block;
    margin: 0 10px -1px 9px;
    border-right: 2px solid #ccc;
    height: 11px;
}

.topArticle a.video .playOverlay.big {
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
}

h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

h3 {
    font-size: 18px;
    line-height: 18px;
    color: gray;
}

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;
}

    p a {
        color: #0066ff;
        text-decoration: underline;
    }

.placeholder {
    color: #6B696A;
}
/* for non-html5-compatable browsers, use this class in the salem.form.smartTextBox() function to make it function like html 5's placeholder attr */

/* -- Common Classes --*/
.ir {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
}

.padding {
    padding: 15px;
}

.paddingLeft {
    padding-left: 15px !important;
}

.paddingRight {
    padding-right: 15px !important;
}

.noPadding {
    padding: 0;
}

.noPaddingRight {
    padding-right: 0;
}

.noPaddingLeft {
    padding-left: 0;
}

.marginBottom {
    margin-bottom: 20px;
}

.marginBottom10{
    margin-bottom:10%;
}

.marginTop {
    margin-top: 20px;
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.circleBlog {
    width: 100%;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #999;
}

p.montserrat {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

li.borderBottom {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

    li.borderBottom:last-child {
        border-bottom: none;
    }

/* --- Site Layout --- */
body {
    padding: 0;
    background: #fff;
}

h2.border {
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 3px solid #e67300;
    font-family: 'Montserrat', sans-serif;
}

    h2.border a {
        color: #000;
        text-decoration: none;
    }

h2.primarySubheader {
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
    color: #999;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

h1.noBorder, h2.noBorder {
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 24px;
}

h1.upper {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;
}

/* --- Header --- */
header {
    margin: 0 auto;
    height: 80px;
    border-bottom: thick solid #E67300;
    background-color: #fff;
    position: fixed;
    z-index:1;
    top: 0;
    width:100%;
}

    header.home {
        border-bottom: thick solid #ccc;
    }

    header #logo {
        margin: 15px 0 0;
        background: url('images/Logo.svg') no-repeat;
        width: 250px;
        height: 50px;
        float: left;
    }

        header #logo a, header .menu a {
            width: 100%;
            height: 100%;
            display: block;
        }

    header .menu {
        background: url('images/Menu-Icon.svg') no-repeat center;
        width: 30px;
        height: 30px;
        margin: 15px 20px 0 5px;
        float: left;
    }

        header .menu a {
            font-size: 24px;
            font-weight: 700;
        }

    header .nav > li > a:hover, header .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: transparent;
    }

    header .dropdown-menu {
        margin-top: 10px;
    }

    header .dropdown-menu li {
        position:relative;
    }
        header .dropdown-menu .sub-menu li {
            overflow: hidden;
            padding: 8px 0 10px;
        }

            header .dropdown-menu .sub-menu li a {
                font-size: 22px;
                font-weight: 400;
            }

        header .dropdown-menu .sub-menu {
            left: 99%;
            position: absolute;
            top: 0;
            display: none;
            margin-top:0;
        }

        header .dropdown-menu li:hover .sub-menu {
            display: block;
        }

        header .dropdown-menu li:hover .dropdown-menu {
            display: block;
        }

    header .publication {
        text-transform: uppercase;
        color: #E67300;
        margin: 15px 0 0 10px;
        height: 50px;
        display: inline-block;
        font-size: 30px;
    }

    header ul.navigation {
        margin: 25px 0 0;
    }

        header ul.navigation li {
            float: left;
            /*display:inline-block !important;*/
            margin-right: 25px;
        }

            header ul.navigation li a {
                text-transform: uppercase;
                font-weight: 600;
                font-size: 18px;
                color: #000;
                font-family: 'Montserrat', sans-serif;
            }

                header ul.navigation li a.search {
                    background: transparent url(images/search-icon.svg) no-repeat center;
                    padding: 8px;
                    text-decoration: none;
                }

    header .searchPopover .popover {
        max-width: 368px;
        top: 0;
        left: 37%;
    }

    header .searchPopover .searchPopoverForm {
        background: transparent url(images/search-background.png) no-repeat;
        width: 338px;
        height: 44px;
    }

        header .searchPopover .searchPopoverForm #q {
            height: 44px;
            width: 290px;
            font-size: 16px;
            font-weight: 400;
            background-color: transparent;
            border: none;
            padding-left: 15px;
        }

        header .searchPopover .searchPopoverForm a {
            padding: 10px 18px;
        }

.author .promo {
    text-transform: uppercase;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.advertisement {
    margin: 20px 0;
    text-align: center;
}

#themeWrapper {
    background: #fff;
    padding-bottom: 10px;
    position: relative;
    margin-top: 80px;
}

    #themeWrapper #socialArticle {
        position: fixed;
        top: 50%;
        /*left: 260px;*/
        margin-left:-55px;
    }

        #themeWrapper #socialArticle ul li {
            margin-bottom: 10px;
        }

    #themeWrapper .socialArticle ul li div {
        text-align: center;
        vertical-align: middle;
    }

        #themeWrapper .socialArticle ul li div.facebook {
            background-color: #4266B0;
        }

        #themeWrapper .socialArticle ul li div.twitter {
            background-color: #2590DE;
        }

        #themeWrapper .socialArticle ul li div.pinterest {
            background-color: #C62128;
        }

        #themeWrapper .socialArticle ul li div.email {
            background-color: #E77401;
        }

        #themeWrapper .socialArticle ul li div a {
            color: #fff;
            font-size: 33px;
        }

    #themeWrapper #mainBody {
        width: 1015px;
        margin: 0 auto;
    }

.bibleTrivia {
    margin-bottom: 20px;
    padding: 0 0 25px;
    background-image: url(images/Home-Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    overflow: hidden;
}

    .bibleTrivia p.title {
        background-color: #E67300;
        color: #fff;
        text-transform: uppercase;
        font-size: 34px;
        font-family: 'Montserrat', sans-serif;
        margin: 0 15px 25px;
        font-weight: 800;
        padding: 18px 0;
    }

    .bibleTrivia .bibleTriviaItem {
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

        .bibleTrivia .bibleTriviaItem p {
            padding: 0 0 5px;
            font-size: 24px;
            line-height: 24px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
        }

        .bibleTrivia .bibleTriviaItem span {
            color: #E67300;
            font-size: 16px;
            font-family: 'Montserrat', sans-serif;
        }

    .bibleTrivia .verseOfTheDay {
        font-size: 18px;
        margin-top: 25px;
    }

        .bibleTrivia .verseOfTheDay p {
            font-size: 18px;
        }

        .bibleTrivia .verseOfTheDay a {
            text-decoration: underline;
            font-weight: bold;
        }

            .bibleTrivia .verseOfTheDay a.smaller {
                font-size: 16px;
            }

.bibleReading {
}

    .bibleReading span.date {
        display: block;
        color: #999;
        text-transform: uppercase;
        font-size: 12px;
    }

    .bibleReading a {
        text-decoration: underline;
        font-weight: bold;
    }

        .bibleReading a.reading {
            font-size: 18px;
        }

    .bibleReading p {
        font-size: 18px;
    }

#about {
    border-top: 1px solid #ccc;
    padding: 20px 0;
}

    #about p {
        color: #999;
        font-size: 16px;
        padding-top: 0;
        line-height: 25px;
    }

#todaysDevotional {
    background-color: #f5f5f5;
    margin-bottom: 20px;
    padding: 15px;
}

    #todaysDevotional h2 a {
        color: #000;
        font-size: 16px;
    }

    #todaysDevotional a.title span {
        display: block;
    }

        #todaysDevotional a.title span.bold {
            font-weight: bold;
            padding: 3px 0;
        }

.churchHistoryArticles {
    font-family: 'Montserrat', sans-serif;
}

    .churchHistoryArticles ul li {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        .churchHistoryArticles ul li span.date {
            color: #e67300;
            display: block;
            text-transform: uppercase;
            font-size: 12px;
        }

        .churchHistoryArticles ul li span.subheader {
            display: block;
            font-weight: bold;
            font-size: 16px;
        }

.orangeFill {
    /*background-color: #e67300;*/
    padding: 10px 25px;
    color: #333;
    margin-bottom: 15px;
}

    .orangeFill .innerContent {
        margin: 0 auto;
        width: 1015px;
        padding: 0 15px;
    }

        .orangeFill .innerContent .dropdown {
            float: right;
        }

            .orangeFill .innerContent .dropdown .dropdown-menu {
                font-size: 16px;
            }

    .orangeFill h1 {
        color: #333;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        font-weight: 700;
    }

.btn-transparent {
    color: #333;
    background-color: transparent;
    border-color: #333;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 20px;
}

    .btn-transparent.active.focus, .btn-transparent.active:focus, .btn-transparent.active:hover, .btn-transparent:active.focus,
    .btn-transparent:active:focus, .btn-transparent:active:hover, .open > .dropdown-toggle.btn-transparent.focus,
    .open > .dropdown-toggle.btn-transparent:focus, .open > .dropdown-toggle.btn-transparent:hover {
        color: #fff;
        background-color: #d4d4d4;
        border-color: #fff;
    }


.orangeFillSmall {
    background-color: #e67300;
    padding: 15px;
    color: #fff;
    margin-bottom: 20px;
}

    .orangeFillSmall a#pubArchivesLink {
        color: #fff;
        display: block;
        text-align: center;
        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
    }

.publicationIndex article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.publicationDevotionals article {
    border-bottom: none;
}

.publicationIndex article .featureDetails {
    padding: 10px 0 15px;
    font-size: 18px;
}

.publicationDevotionals article .featureDetails {
    padding: 10px 15px 0;
}

.publicationIndex article .featureDetails a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

    .publicationIndex article .featureDetails a.readMore {
        color: #0066ff;
        display: block;
        font-size: 16px;
        line-height: 16px;
        text-transform: initial;
        font-weight: 400;
        margin-top: 5px;
    }

.publicationDevotionals .subFeatured {
}

    .publicationDevotionals .subFeatured a {
        display: block;
        margin-bottom: 20px;
    }

.devotionalResources ul li {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

    .devotionalResources ul li a {
        color: #000;
        text-decoration: none;
    }

.publicationVideo article .featureDetails {
    font-size: 16px;
}

    .publicationVideo article .featureDetails a {
        font-size: 20px;
        line-height: 20px;
    }

.publicationVideo ul.articleList li .details a.articleGridTitle {
    font-size: 20px;
    line-height: 20px;
}

.publicationVideo ul.articleList li .details .articleGridAuthor {
    font-size: 14px;
}

.publicationVideo ul.articleList li:last-child {
    border-bottom: none;
}

ul.articleList, ul.articleGrid {
    clear: both;
}

    ul.articleList li {
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        padding-bottom: 20px;
        clear: both;
    }

        ul.articleList li .details {
        }

            ul.articleList li .details a.articleGridTitle {
                color: #000;
                font-weight: 700;
                text-decoration: none;
                font-size: 24px;
                line-height: 24px;
            }

            ul.articleList li .details .articleGridAuthor {
                color: #666;
                font-size: 18px;
            }

    ul.articleGrid li {
        margin-bottom: 20px;
    }

        ul.articleGrid li .details {
            margin-top: 5px;
        }

            ul.articleGrid li .details a.articleGridTitle {
                color: #000;
                font-weight: 700;
                text-decoration: none;
                font-size: 18px;
                line-height: 18px;
            }

            ul.articleGrid li .details .articleGridAuthor {
                color: #666;
            }

.biblePublication .verseOfTheDay {
    font-size: 18px;
    margin-bottom: 30px;
}
    .biblePublication .verseOfTheDay a {
        text-decoration: underline;
        font-weight: bold;
    }
        .biblePublication .verseOfTheDay a.smaller {
            font-size: 16px;
        }
    .biblePublication .verseOfTheDay p {
        font-size: 18px;
    }

.publicationVideo ul.articleList {
}

.editorsPicks {
}

    .editorsPicks ul {
    }

        .editorsPicks ul li {
            border-bottom: 1px solid #ccc;
            padding: 15px 0 10px;
            font-size: 16px;
            line-height: 20px;
            text-transform: uppercase;
            font-weight: bold;
        }

            .editorsPicks ul li a {
                color: #000;
                text-decoration: none;
            }

                .editorsPicks ul li a.archives i {
                    color: #E67300;
                    padding-left: 8px;
                    font-size: 18px;
                }

            .editorsPicks ul li:last-child {
                border-bottom: none;
            }

            .editorsPicks ul li img {
                margin-bottom: 5px;
            }

#relatedTopics {
}

    #relatedTopics ul {
        list-style: disc;
        margin-bottom: 25px;
    }

        #relatedTopics ul li {
            color: #999;
            padding-left: 0;
            margin-bottom: 5px;
        }

            #relatedTopics ul li a {
                text-decoration: underline;
                font-size: 18px;
            }

.archives {
}

    .archives .items {
    }

        .archives .items .item {
            border-bottom: 1px solid #ccc;
            margin-bottom: 15px;
            padding-bottom: 15px;
        }

            .archives .items .item a.title {
                color: #000;
                text-decoration: none;
                font-size: 22px;
                line-height: 22px;
                font-weight: bold;
            }

            .archives .items .item .meta, .archives .items .item .meta a, .archives .items .item .subTitle {
                clear: left;
                color: #999;
                margin-top: 4px;
                text-decoration: none;
            }

#notableChristians ul#additionalList {
    list-style: disc;
    margin-bottom: 25px;
}

    #notableChristians ul#additionalList li {
        color: #666;
        padding-left: 0;
        margin-bottom: 5px;
    }

        #notableChristians ul#additionalList li a.articleGridTitle {
            font-size: 16px;
        }

#churchHistoryKeyEvents .ui-widget {
    font-size: 16px;
}

#churchHistoryKeyEvents .ui-accordion-content {
    background: none;
}

#publicationChurchHistoryByDate {
    position: relative;
    padding-bottom: 20px;
}

    #publicationChurchHistoryByDate .ui-datepicker-trigger {
        position: absolute;
        top: 10px;
        right: 0;
        cursor: pointer;
        z-index: 1;
    }

    #publicationChurchHistoryByDate ul.otherDaysList {
        padding: 0 0 0 20px;
        list-style: disc;
        color: gray;
        width: 50%;
        float: left;
    }

        #publicationChurchHistoryByDate ul.otherDaysList li {
            padding-top: 20px;
            margin-right: 20px;
            min-height: 50px;
        }

        #publicationChurchHistoryByDate ul.otherDaysList .articleGridTitle {
            display: block;
            clear: both;
            text-decoration: none;
            font-size: 15px;
        }

#paginationBar {
    width: 100%;
    padding: 6px 0 20px;
    clear: both;
    margin-top: 15px;
}

    #paginationBar .noMarginLeft {
        margin-left: 0;
    }

    #paginationBar a, #paginationBar span {
        color: #333;
        padding: 0 0 1px 0;
        margin: 0 6px;
        text-decoration: none;
    }

    #paginationBar .deactiveLink {
        color: gray;
    }

    #paginationBar a.activePage {
        color: #e67300;
        border-bottom: solid thick #e67300;
    }


#breadcrumbs {
    color: #999;
    padding: 30px 15px 10px;
    margin: 0 auto;
    width: 1015px;
}

    #breadcrumbs.noBorder {
        border-top: none;
    }

    #breadcrumbs .breadcrumbItem {
        color: #999;
    }

    #breadcrumbs span {
        margin: 0 5px 0 10px;
    }

#feedbackPage {
    padding-bottom: 20px;
}

    #feedbackPage div {
        padding: 5px 0;
    }

    #feedbackPage .statusFeedback {
        padding: 15px 0;
    }

    #feedbackPage label {
        float: left;
        width: 130px;
        text-align: right;
        clear: left;
        height: 30px;
        margin-bottom: 5px;
        padding-right: 10px;
        line-height: 30px;
    }

    #feedbackPage input[type="text"] {
        margin-bottom: 5px;
        border: 1px solid #9E9A9A;
        font-size: 120%;
        height: 28px;
        line-height: 28px;
        padding: 0 3px;
        width: 200px;
    }

    #feedbackPage textarea {
        width: 350px;
        height: 150px;
        margin-bottom: 5px;
        float: left;
        line-height: 25px;
        font-size: 120%;
        padding: 5px;
        font-family: Sans-Serif;
    }

    #feedbackPage span.feedbackUrl {
        clear: left;
        display: block;
        padding: 5px 0;
    }

    #feedbackPage #submitDiv {
        text-align: center;
    }

/* --- Footer --- */
#themeWrapperFooter {
    background-color: #f5f5f5;
    padding-bottom: 10px;
}

    #themeWrapperFooter .social {
        margin: 0 auto;
        width: 750px;
        text-align: center;
        padding: 20px 0 10px;
    }

        #themeWrapperFooter .social ul {
            clear: both;
            margin: 10px 0;
        }

            #themeWrapperFooter .social ul li {
                display: inline-block;
                margin-right: 20px;
                border-radius: 50%;
                width: 50px;
                height: 50px;
                background-color: #ccc;
                vertical-align: middle;
                text-align: center;
            }

                #themeWrapperFooter .social ul li a {
                    color: #fff;
                    font-size: 24px;
                    padding: 6px 16px;
                }

                    #themeWrapperFooter .social ul li a i {
                        margin-top: 12px;
                    }

    #themeWrapperFooter #footerColumns {
        width: 750px;
        padding-top: 15px;
        margin: auto;
    }

        #themeWrapperFooter #footerColumns .footerColumn {
            width: 230px;
            float: left;
            margin: 0 10px;
        }

            #themeWrapperFooter #footerColumns .footerColumn h2 {
                font-size: 14px;
                color: #000;
                margin: 0;
                padding: 0;
            }

            #themeWrapperFooter #footerColumns .footerColumn ul li {
                float: left;
                width: 115px;
                margin: 3px 0;
            }

    #themeWrapperFooter .Footer_Main_Container {
        width: 730px;
        margin: 0 auto;
        padding: 30px 0 10px 0;
        clear: both;
    }

#themeWrapperFooter, body #themeWrapperFooter a {
    color: #666;
    font-size: 12px;
}

    #themeWrapperFooter .Default_Brand_DIV {
        float: left;
        margin-right: 15px;
        display: inline;
        margin-top: 3px;
    }

        #themeWrapperFooter .Default_Brand_DIV img {
            width: 210px;
        }

    #themeWrapperFooter .Footer_Default_Message_DIV {
        margin-left: 220px;
        font-weight: bold;
    }

    #themeWrapperFooter .Footer_Links_DIV,
    #themeWrapperFooter .Footer_Default_AD_Message_DIV,
    #themeWrapperFooter .Footer_AD_Links_DIV {
        margin-left: 220px;
    }

    #themeWrapperFooter .Footer_Default_Legal_DIV {
        margin: auto;
        text-align: center;
    }

    #themeWrapperFooter .Footer_Links_DIV ul li,
    #themeWrapperFooter .Footer_AD_Links_DIV ul li {
        margin-right: 1px;
        display: inline;
    }

    #themeWrapperFooter .Footer_Default_AD_Message_DIV,
    #themeWrapperFooter .Footer_Default_Legal_DIV {
        margin-top: 20px;
    }

    #themeWrapperFooter #footerAd {
        padding-top: 25px;
        width: 750px;
        margin: auto;
        clear: both;
    }

#publicationBlogs .articleContainer {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    clear: both;
    padding-bottom: 20px;
    display: block;
}

    #publicationBlogs .articleContainer .articleTitle {
        color: #000;
        text-decoration: none;
        font-weight: bold;
        display: block;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    #publicationBlogs .articleContainer .author {
        color: #999;
        font-size: 18px;
        margin-bottom: 5px;
        display: block;
    }

    #publicationBlogs .articleContainer .abstract {
        font-size: 18px;
    }

#churchHistoryTimelineOuter {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2px 0;
    margin-bottom: 20px;
}

#churchHistoryTimeline {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

    #churchHistoryTimeline h2 {
        margin-bottom: 0;
    }

    #churchHistoryTimeline #slider {
        height: 20px;
        margin-top: 3px;
    }

        #churchHistoryTimeline #slider a.prevNextLink {
            background: url(images/sprite.png);
            display: block;
            width: 13px;
            height: 18px;
            float: left;
        }

            #churchHistoryTimeline #slider a.prevNextLink.inactive {
                cursor: default;
            }

        #churchHistoryTimeline #slider a#prev {
            margin-right: 1px;
            background-position: -11px -1479px;
        }

            #churchHistoryTimeline #slider a#prev.inactive {
                background-position: 1px -1479px;
            }

        #churchHistoryTimeline #slider #linksWindow {
            height: 21px;
            width: 410px;
            overflow: hidden;
            position: relative;
            float: left;
            z-index: 1;
        }

            #churchHistoryTimeline #slider #linksWindow #links {
                position: absolute;
                top: 0;
                width: 10000px;
            }

                #churchHistoryTimeline #slider #linksWindow #links span {
                    width: 82px;
                    text-align: center;
                    display: inline-block;
                    float: left;
                }

                    #churchHistoryTimeline #slider #linksWindow #links span a {
                        font-weight: bold;
                        color: #c7c7c7;
                        font-size: 16px;
                    }

                        #churchHistoryTimeline #slider #linksWindow #links span a:hover {
                            color: #E68000;
                            border-bottom: 1px solid #E68000;
                        }

                        #churchHistoryTimeline #slider #linksWindow #links span a.selected {
                            color: #E68000;
                            border-bottom: 1px solid #E68000;
                        }

        #churchHistoryTimeline #slider a#next {
            margin-left: 1px;
            background-position: -24px -1479px;
        }

            #churchHistoryTimeline #slider a#next.inactive {
                background-position: -36px -1479px;
            }

.forKids ul.articles {
    list-style: disc;
    padding-left: 15px;
}

    .forKids ul.articles li {
        margin-bottom: 5px;
    }

        .forKids ul.articles li a {
            color: #000;
            text-decoration: none;
            font-size: 15px;
        }

        .forKids ul.articles li.readMore {
            list-style: none;
            margin-left: -15px;
        }

#churchHistoryIndex #bornOnBirthday {
    margin-right: 10px;
    margin-left: 10px;
}

    #churchHistoryIndex #bornOnBirthday #bornOnBirthdayImage {
        width: 80px;
        height: 70px;
        background: url(images/sprite.png) 0 -1531px;
    }

    #churchHistoryIndex #bornOnBirthday span {
        font-size: 18px;
        line-height: 18px;
    }

#churchHistoryIndex #pickDate {
    margin: 10px 0 20px 12px;
}

ul.churchHistoryArticleList {
    list-style: disc;
    margin-bottom: 20px;
}

    ul.churchHistoryArticleList li {
        color: #999;
        margin-bottom: 5px;
        font-size: 16px;
    }

ul#publicationChurchHistoryTimeline {
    list-style: none;
}

    ul#publicationChurchHistoryTimeline > li > span {
        float: left;
        display: block;
        width: 70px;
        text-align: right;
        margin-right: 10px;
    }

    ul#publicationChurchHistoryTimeline > li > div {
    }

#chatforumImage {
    background: url(images/chat-forum-Image.png) no-repeat;
    background-size: 100%;
    width: 100%;
    padding-top: 180px;
    margin-top: 25px;
    height: 286px;
    position: relative;
}

#facebookbuttom {
    background: url(images/chat-forum-Button.png)no-repeat;
    background-size: 100%;
    width: 238px;
    height: 48px;
    margin-left: 20px;
    cursor: pointer;
}

#archives #items .item {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

    #archives #items .item a.title {
        color: #000;
        text-decoration: none;
        font-size: 22px;
        line-height: 22px;
        font-weight: bold;
    }

    #archives #items .item .meta,
    #archives #items .item .meta a, #archives #items .item .subTitle {
        clear: left;
        color: #999;
        margin-top: 4px;
        text-decoration: none;
    }

#searchSearch form {
}

    #searchSearch form input[type='text'] {
        float: left;
        border: 1px solid #CCCCCC;
        outline: medium none;
        padding: 14px;
        width: 282px;
        font-weight: bold;
        font-size: 15px;
    }

    #searchSearch form #searchButton {
        color: #fff;
        font-size: 22px;
        text-transform: uppercase;
        border: none;
        float: left;
        display: inline-block;
        padding: 0 15px;
        height: 50px;
        /*background: url(images/sprite.png) -1px -804px;*/
    }

    #searchSearch form #showingXofY {
        float: left;
        font-size: 12px;
        color: #666;
        margin: 18px 0 0 20px;
    }

#searchSearch ul {
    clear: both;
    margin-top: 15px;
    padding-top: 10px;
}

    #searchSearch ul > li {
        border-bottom: 1px solid #ccc;
        padding: 15px 0;
    }

        #searchSearch ul > li > a {
            font-weight: bold;
            font-size: 18px;
            color: #000;
            text-decoration: none;
        }

        #searchSearch ul > li .articleMeta,
        #searchSearch ul > li .articleMeta a {
            font-size: 12px;
            color: #666;
            margin: 4px 0;
            text-decoration: none;
        }

.sitemapPrimaryItems {
    margin: 15px 0 5px;
}

    .sitemapPrimaryItems a {
        color: #000;
        text-decoration: none;
    }

.sitemapSecondaryItems {
    list-style-type: disc;
    margin-left: 20px;
}

    .sitemapSecondaryItems a {
        color: #000;
        text-decoration: none;
        font-size: 16px;
    }

/*article #content img {
    margin: 2px 10px;
    max-width: 100%;
    height: auto;
}*/

.linkBadge {
    height: 200px;
    width: 500px;
    margin: 10px 0 0 50px;
}

    .linkBadge textarea {
        width: 250px;
        font-size: 12px;
    }

    .linkBadge img {
        float: right;
    }

#articlePage #content {
    margin-top: 20px;
}

    #articlePage #content #abstract, #articlePage #content #abstract p {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
    }

    #articlePage #content img {
        max-width: 100%;
        height: auto;
    }

    #articlePage #content .published {
        color: #999;
    }

#bloggerHeaderContainer {
    background-color: #F2F2ED;
    border: 1px solid #CBCBC9;
    margin-bottom: 20px;
    overflow: hidden;
}

    #bloggerHeaderContainer .authorinfo .authorpromo {
        display: block;
        font-weight: bold;
        color: #999999;
        clear: both;
    }

    #bloggerHeaderContainer .authorinfo a.author {
        font-size: 30px;
        line-height: 30px;
        color: #000;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 5px;
        padding-top: 5px;
        display: block;
    }

    #bloggerHeaderContainer .authorinfo .bloggerlinks {
        clear: both;
    }

        #bloggerHeaderContainer .authorinfo .bloggerlinks ul {
            list-style: disc inside;
        }

            #bloggerHeaderContainer .authorinfo .bloggerlinks ul li {
                padding: 4px 0 0 0;
                clear: left;
                color: Gray;
            }

                #bloggerHeaderContainer .authorinfo .bloggerlinks ul li#rssItem {
                    list-style: none;
                }

                    #bloggerHeaderContainer .authorinfo .bloggerlinks ul li#rssItem i {
                        color: #E67300;
                    }

    #bloggerHeaderContainer #blogdatepicker {
        float: right;
    }

        #bloggerHeaderContainer #blogdatepicker .ui-widget {
            font-size: 0.9em;
        }

        #bloggerHeaderContainer #blogdatepicker .ui-datepicker {
            width: 100%;
            min-height: 140px;
        }

.articleHeader .articleTitle a {
    color: #000;
    text-decoration: none;
}

.articleHeader .articleDate {
    color: #999;
}

.blogPage .author {
    margin: 10px 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 20px;
}

    .blogPage .author .authorName {
        display: block;
        font-weight: bold;
        color: #999;
    }

    .blogPage .author .authorPromo {
        display: block;
        color: #999;
    }

div.next {
    margin-bottom: 20px;
}

    div.next span.next {
        color: #e67300;
        text-transform: uppercase;
        display: block;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        margin-bottom: 10px;
    }

    div.next a.nextArticle {
        color: #000;
        text-transform: uppercase;
        font-size: 24px;
        line-height: 24px;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
    }

    div.next ul {
        margin-top: 10px;
        list-style: disc;
    }

        div.next ul li {
            display: inline-block;
            margin-right: 10px;
            color: #999;
        }

            div.next ul li a {
                text-decoration: underline;
                font-size: 20px;
            }

            div.next ul li:first-child {
                list-style: none;
            }

#churchHistoryArticlePage .ui-datepicker-trigger {
    float: right;
}

/*#region Desktop Devices */
@media (min-width:992px) {
}

/*#region Tablet Devices */
@media (min-width: 768px) and (max-width:991px) {
    h2, h1.noBorder, h2.noBorder {
        font-size: 22px;
    }

    h1.upper {
        font-size: 40px;
        line-height: 40px;
    }

    a.video .playOverlay.big {
        margin-left: -25px;
        margin-top: -25px;
        width: 50px;
        height: 50px;
    }

    #themeWrapper #mainBody {
        width: 98%;
    }

    header .searchPopover .popover {
        left: -237%;
    }

    .orangeFill .innerContent {
        width: 100%;
    }

    p.montserrat {
        font-size: 14px;
    }

    #about p {
        font-size: 14px;
    }

    .orangeFill {
        padding: 5px;
    }

    .bibleTrivia p.title {
        font-size: 28px;
    }

    .bibleTrivia .bibleTriviaItem p {
        font-size: 20px;
        line-height:20px;
        padding: 0;
    }

    .publicationIndex article .featureDetails a {
        font-size: 22px;
    }

    ul.articleList li .details a.articleGridTitle {
        font-size: 20px;
    }

    #publicationBlogs .articleContainer .author {
        font-size: 16px;
    }

    #publicationBlogs .articleContainer .abstract {
        font-size: 16px;
    }

    .publicationVideo article .featureDetails a {
        font-size: 16px;
        line-height: 16px;
    }

    .publicationVideo article .featureDetails {
        font-size: 14px;
    }

    .publicationVideo ul.articleList li .details a.articleGridTitle {
        font-size: 15px;
        line-height: 15px;
    }

    #churchHistoryIndex #bornOnBirthday span {
        font-size: 15px;
        margin-top: 5px;
        display: block;
        margin-left: -15px;
    }

    #churchHistoryTimeline #slider #linksWindow {
        width: 322px;
    }

    ul.articleGrid li {
    }

        ul.articleGrid li .details a.articleGridTitle {
            font-size: 14px;
        }

        ul.articleGrid li .row {
            margin-right: 0;
        }

    #notableChristians ul#additionalList li a.articleGridTitle {
        font-size: 15px;
    }

    #feedbackPage textarea {
        width: 275px;
    }

    #chatforumImage {
        height: 205px;
    }

    #facebookbuttom {
        width: 205px;
        margin-left: 10px;
        position: absolute;
        bottom: 35px;
    }

    #archives #items .item a.title {
        font-size: 18px;
        line-height: 18px;
    }

    #searchSearch form #searchButton {
        font-size: 18px;
    }

    #searchSearch form #showingXofY {
        float: right;
    }

    #searchSearch ul > li > a {
        font-size: 16px;
    }

    .linkBadge {
        margin-left: 0;
        width: 100%;
    }

        .linkBadge textarea {
            width: 200px;
        }

    #themeWrapper .socialArticle ul {
        margin-bottom: 20px;
    }

        #themeWrapper .socialArticle ul li {
            display: inline-block;
            margin-right: 10px;
        }
}

/*--Jesus.org into CCOM--*/
.jesuspubs {
}

    .jesuspubs .pubTitle {
        padding-top: 5px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e6e6;
    }

        .jesuspubs .pubTitle h2 {
            color: #000;
            text-decoration: none;
            font-weight: bold;
            display: block;
            font-size: 24px;
            line-height: 24px;
            margin-bottom: 5px;
        }

    .jesuspubs .articleContainer {
        float: left;
        margin: 10px 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #e6e6e6;
    }

        .jesuspubs .articleContainer.last {
            float: left;
            margin: 10px 0 0;
            padding-bottom: 0;
            border-bottom: none;
        }

    .jesuspubs h3 {
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .jesuspubs .articleContainer img {
        /*height: 100px;
        width:100%;*/
        float: left;
        padding-right: 10px;
    }

    .jesuspubs .articleContainer .articleTitle {
        color: #000;
        text-decoration: none;
        font-weight: bold;
        display: block;
        clear: both;
        font-size: 18px;
    }

    .jesuspubs .articleContainer .articleInfo {
        float: left;
    }

        .jesuspubs .articleContainer .articleInfo .author {
            font-size: 12px;
            display: block;
            clear: both;
            color: Gray;
        }

        .jesuspubs .articleContainer .articleInfo .abstract {
            font-size: 12px;
            display: block;
            clear: both;
        }

            .jesuspubs .articleContainer .articleInfo .abstract p {
                font-size: 12px;
                line-height: normal;
                padding: 0;
            }

    .jesuspubs h4 {
        color: #767676;
        font-size: 16px;
        border-bottom: 1px solid gray;
        padding-bottom: 4px;
    }

    .jesuspubs ul {
        margin-top: 10px;
        list-style: disc inside;
        color: #767676;
    }

        .jesuspubs ul li > a {
            font-size: 12px;
            font-weight: bold;
            color: #39C;
            padding: 3px 0;
            display: inline-block;
            margin-left: -2px;
        }


/*#region Mobile Devices */
@media (max-width:767px) {
    #themeWrapper {
        margin-top:65px;
    }
    #breadcrumbs {
        width: 100%;
    }
    h1.upper {
        font-size: 24px;
        line-height: 24px;
    }

    h2 {
        font-size: 20px;
    }

    header ul.navigation li:last-child {
        margin-right: 5px;
    }

    header .dropdown-menu {
        margin-top: 0;
        margin-left: -10px;
    }

    header .menu a {
        font-size: 20px;
    }

    header .dropdown-menu .sub-menu {
        left:50%;
    }
        header .dropdown-menu .sub-menu li {
            padding:5px 0 5px;
        }
            header .dropdown-menu .sub-menu li a {
                font-size: 18px;
            }

    header .searchPopover .searchPopoverForm {
        width: 230px;
        background: transparent url(images/search-background-mobile.png) no-repeat;
        height: 36px;
    }

    header .searchPopover .popover {
        left: -270%;
    }

    header .searchPopover .searchPopoverForm #q {
        width: 185px;
        height: 38px;
    }

    header .searchPopover .searchPopoverForm a {
        padding: 7px 18px;
        text-decoration: none;
    }

    .topArticle a.video .playOverlay.big {
        margin-left: -35px;
        margin-top: -35px;
        width: 70px;
        height: 70px;
    }

    .orangeFill {
        padding: 0 10px;
    }

        .orangeFill .innerContent {
            padding:0 5px;
        }

        .orangeFill h1 {
            font-size: 22px;
        }

        .orangeFill span.upper {
            text-transform: uppercase;
            color: #fff;
            font-size: 22px;
        }

    header {
        height: 65px;
    }

        header #logo {
            width: 160px;
        }

        header .menu {
            width: 25px;
            height: 25px;
        }

        header ul.navigation {
            margin-top: 15px;
        }

    #themeWrapper #mainBody {
        width: 98%;
    }

    .bibleTrivia p.title {
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 20px;
    }

    .bibleTrivia .bibleTriviaItem {
        padding-right: 0;
    }
        .bibleTrivia .bibleTriviaItem:last-child {
            margin-bottom:0;
        }
        .bibleTrivia .bibleTriviaItem p {
            font-size: 18px;
            padding: 0;
            line-height: 18px;
        }
        .bibleTrivia .bibleTriviaItem span {
            font-size:14px;
        }

    .bibleTrivia .verseOfTheDay p {
        font-size: 16px;
    }

    .publicationIndex article .featureDetails a {
        font-size: 24px;
    }

    ul.articleList li .details a.articleGridTitle {
        font-size: 20px;
    }

    #relatedTopics ul li {
        margin-bottom: 10px;
    }

    .btn-transparent {
        font-size: 15px;
    }

    .orangeFill .innerContent .dropdown .dropdown-menu {
        font-size: 14px;
    }

    #publicationBlogs .articleContainer .articleTitle {
        font-size: 20px;
        line-height: 20px;
    }

    #publicationBlogs .articleContainer .author {
        font-size: 14px;
    }

    .publicationVideo article .featureDetails a {
        font-size: 16px;
        line-height: 16px;
    }

    .publicationVideo article .featureDetails {
        font-size: 14px;
    }

    .publicationVideo ul.articleList li .details a.articleGridTitle {
        font-size: 15px;
        line-height: 15px;
    }

    #churchHistoryTimeline #slider #linksWindow {
        width: 67%;
    }

        #churchHistoryTimeline #slider #linksWindow #links span a {
            font-size: 18px;
        }

    ul.articleGrid li .thumbnailContainer {
        width: 30%;
        float: left;
    }

    ul.articleGrid li .details {
        width: 65%;
        float: right;
    }

        ul.articleGrid li .details a.articleGridTitle {
            font-size: 16px;
        }

    ul.churchHistoryArticleList li {
        font-size: 15px;
    }

    #publicationChurchHistoryByCentury {
        margin-bottom: 20px;
    }

        #publicationChurchHistoryByCentury ul.churchHistoryArticleList {
            margin-bottom: 0;
        }

    #feedbackPage label {
        text-align: left;
    }

    #feedbackPage input[type="text"], #feedbackPage textarea {
        width: 100%;
    }

    #chatforumImage {
        height: 150px;
        padding-top: 0;
    }

    #facebookbuttom {
        width: 150px;
        margin-left: 10px;
        position: absolute;
        bottom: 20px;
    }

    #archives #items .item .details {
        padding: 0;
    }

    #archives #items .item a.title {
        font-size: 16px;
        margin-top: 5px;
        display: block;
    }

    #searchSearch form input[type="text"] {
        width: 200px;
    }

    #searchSearch form #searchButton {
        font-size: 14px;
    }

    #searchSearch form #showingXofY {
        margin-left: 0;
    }

    #searchSearch ul > li > a {
        font-size: 16px;
    }

    .linkBadge {
        margin-left: 0;
        width: 100%;
        height: auto;
    }

        .linkBadge textarea {
            width: 100%;
        }

        .linkBadge img {
            float: left;
            margin-bottom: 20px;
            clear: both;
        }

    #articlePage #content #abstract, #articlePage #content #abstract p {
        font-size: 16px;
        line-height: 22px;
    }

    #themeWrapper .socialArticle {
        text-align: center;
    }

        #themeWrapper .socialArticle ul {
            margin-bottom: 20px;
        }

            #themeWrapper .socialArticle ul li {
                display: inline-block;
                margin-right: 10px;
            }

    .blogPage .author {
        font-size: 18px;
        line-height: 18px;
    }
}
.articleDescription {
    overflow: hidden;
}

    .articleDescription .column {
        border-left: 1px solid #DDDDDD;
        font-size: 12px;
        font-weight: 400;
        min-height: 40px;
        padding: 0 10px;
        float: left;
    }

        .articleDescription .column .name {
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            display: block;
            font-size: 16px;
            color: #1a1a1a;
        }

        .articleDescription .column .description {
            color: #808080;
            display: block;
        }

        .articleDescription .column .year {
            color: #999999;
            display: block;
        }

        .articleDescription .column .comments {
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            display: block;
            font-size: 16px;
            color: #1a1a1a;
            background: transparent url(images/icons/Comments.png) 0 2px no-repeat;
            padding-left: 22px;
        }

#NextSlideshow {
    display: block;
    vertical-align: middle;
    text-align: left;
    font-size: 24px;
}

    #NextSlideshow a {
        color: #1a4de6 !important;
    }

/* Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .slideshowAds-mobile {
        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-mobile {
        margin-left: 0;
    }
}