body {
    background-color: #d9d9d9 !important;
    background-image: none !important;
}

.row {
    max-width: 1180px !important;
}

.panel_custom_two_col_sidebar_left > .row > .columns,
.panel_custom_two_col_sidebar_right > .row > .columns {
    padding: 0;
}

.panel_page .header_container {
    min-height: 0;
}

.header_blog {
    padding-bottom: 50px;
}

.header_blog .header {
    height: auto;
}

.sidebar_container {
    margin-top: 42px;
}

.footer_container {
    background-color: #d9d9d9 !important;
}

.blogHeader {
    background-color: #fff;
}
    .blogHeader .links {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .blogHeader .links > li {
            display: inline-block;
            margin-right: 10px;
        }
            .blogHeader .links > li:last-of-type {
                margin: 0
            }
            .blogHeader .links > li a {}

    .blogHeader .blogLogo {
        position: absolute;
        top: 30px;
        left: 20px;
    }
        .blogHeader .blogLogo img {
            width: 50%;
        }

.noPosts {
    padding: 200px 50px 50px;
    font-weight: bold;
}

.blogPost {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.blogPost .postSqueeze .primaryImg a img {
    width: 100%;
}

.blogPost .postSqueeze .postDetail {
    padding: 15px 20px 25px;
    background-color: #fff;
}
    .blogPost .postSqueeze .postDetail h3,
    .blogPost .postSqueeze .postDetail h3 a {
        color: #000;
        font-size: 20px;
    }

    .blogPost .postSqueeze .postDetail h1 {
        color: #000;
        font-size: 34px;   
    }

    .blogPost .postSqueeze .postDetail p {
		font-family: Georgia, "times new roman", times, serif;
        font-size: 14px;
    }
        .blogPost .postSqueeze .postDetail p a {
            font-size: 14px;
            color: #c13828;
        }

    .blogPost .postSqueeze .postDetail .wp-video {
        max-width: 100%;
        height: auto;
    }
        .blogPost .postSqueeze .postDetail .wp-video video {
            width: 100%;
        }

    .blogPost .postSqueeze .postDetail .postInfo {
        margin-bottom: 15px;
        font-size: 11px;
        line-height: 18px;
        text-transform: uppercase;
        color: #969696;
    }
        .blogPost .postSqueeze .postDetail .postInfo span {
            margin-right: 3px;
        }

        .blogPost .postSqueeze .postDetail .postInfo a {
            color: #969696;
        }

    .blogPost .postSqueeze .postDetail .postActions a {
        display: inline-block;
        padding: 5px 20px 4px;
        border: 1px solid #c13828;
        color: #c13828;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        font-family: 'Myriad W01 SmBd Cnd', sans-serif;
    }

.blogPost .postContent .tiled-gallery {
    clear: both;
    margin: 0 0 20px;
    overflow: hidden;
}
    .blogPost .postContent .tiled-gallery .gallery-row {
        overflow: hidden;
    }

    .blogPost .postContent .tiled-gallery .gallery-group {
        float: left;
        position: relative;
    }
        .blogPost .postContent .tiled-gallery .tiled-gallery-item {
            float: left;
            margin: 0 0 10px;
            position: relative;
            width: inherit;
        }
            .blogPost .postContent .tiled-gallery .tiled-gallery-item a {
                background: 0 0;
                border: none;
                color: inherit;
                margin: 0;
                padding: 0;
                text-decoration: none;
                width: auto;
            }

            .blogPost .postContent .tiled-gallery .tiled-gallery-item img,
            .blogPost .postContent .tiled-gallery .tiled-gallery-item img:hover {
                background: 0 0;
                border: none;
                box-shadow: none;
                max-width: 100%;
                padding: 0;
                vertical-align: middle;
            }

            .blogPost .postContent .tiled-gallery .tiled-gallery-caption {
                display: none;
                width: 100%;
                position: absolute;
                bottom: 0;
                padding: 15px 10px;
                background: rgba(255, 255, 255, 0.8);
                font-size: 13px;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
                .blogPost .postContent .tiled-gallery .tiled-gallery-item:hover .tiled-gallery-caption {
                    display: block;
                }

.blogPost .postContent .wp-caption {
    padding: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #f5f5f5;
    border-radius: 3px;
    text-align: center;
    max-width: 98%;
    margin-bottom: 10px;
}
    .blogPost .postContent .wp-caption img {
        margin: 1px 0 0 0;
        padding: 0;
        border: 0 none;
        max-width: 100%;
    }

    .blogPost .postContent .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 34px;
        padding: 0 5px;
        margin: 0;
    }

.blogPost .postSqueeze .footer {
    padding: 0 0 25px;
    background-color: #fff;
}

.blogPost .postCategories {
    color: #969696;
    font-size: 12px;
}
    .blogPost .postCategories a {
        color: #969696;
        font-size: 12px;
    }

.blogPost ul.postTags {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}
    .blogPost .postTags > li {
        display: inline-block;
    }
        .blogPost .postTags > li > a {
            display: inline-block;
            padding: 7px 10px 7px 13px;
            border: 1px solid #F74F4F;
            color: #F74F4F;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 11px;
            font-family: 'Verdana', sans-serif;
            line-height: 1.5;
            -moz-transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
        }
            .blogPost .postTags > li > a:hover {
                background-color: #F74F4F;
                color: #fff;
            }

.blogPost .postAuthor {
    padding: 20px 25px;
    border: 1px solid #ddd;
}
    .blogPost .postAuthor .authorAvatar {
        float: left;
        padding: 0 15px 10px 0;
    }

    .blogPost .postAuthor .authorAbout {
        margin-bottom: 10px;
    }

    .blogPost .postAuthor .authorDescription {
    }

.blogWidget {
    margin: 0 auto 25px;
    width: 100%;
    max-width: 303px;
}
    .blogWidget ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.blogSearchForm .form-group {
    position: relative;
}
    .blogSearchForm .form-group input[type="text"] {
        padding: 10px;
        color: #999;
        height: auto;
        line-height: 22px;
        box-shadow: none;
        font-size: 14px;
        font-family: Georgia, "Times New Roman", Times, serif;
        background-color: #d1d1d1;
        box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    }
        .blogSearchForm .form-group input[type="text"]:hover,
        .blogSearchForm .form-group input[type="text"]:active,
        .blogSearchForm .form-group input[type="text"]:focus {
            box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
        }

    .blogSearchForm .form-group button.submitSearch {
        display: inline-block;
        padding: 14px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
        outline: 0;
        background-color: transparent;
        z-index: 5;
        color: #999;
    }

.blogContainer .pager {
    margin-bottom: 15px;
    font-size: 14px;
}

.nlSignupHolder {
    background-color: transparent;
    line-height: initial;
    height: auto;
    clear: none;
    text-align: left;
    margin-bottom: 25px;
}
    .nlSignupHolder .container {
        display: block;
        width: 100%;
        height: auto;
    }
        .nlSignupHolder .container .titles {
            display: block;
        }
            .nlSignupHolder .container .titles .title {
                display: block;
                padding: 10px;
                text-align: left;
                background-color: #d1d1d1;
                font-size: 14px;
                text-transform: uppercase;
            }

    .nlSignupHolder #mce-EMAIL {
        border: 1px solid #999;
    }

    .nlSignupHolder form {
        display: block;
        width: 100%;
        line-height: initial;
    }
        .nlSignupHolder form > input {
            width: 100%;
            font-size: 16px;
            margin-bottom: 10px;
        }

        .nlSignupHolder form > input[type="submit"] {
            width: auto;
            margin-left: 0;
            font-size: 18px;
        }

.blogContainer .pagingButtons {
    padding: 25px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    overflow: hidden;
}
    .blogContainer .pagingButtons a {
        display: inline-block;
        padding: 5px 20px 4px;
        border: 1px solid #c13828;
        color: #c13828;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        font-family: 'Myriad W01 SmBd Cnd', sans-serif;
    }
        .blogContainer .pagingButtons a.nextLink {
            float: right;
        }

.blogContainer .shareButtons .addthis_toolbox > span {
    vertical-align: top;
}
.blogContainer .shareButtons .addthis_button_google_plusone > div {
    width: auto !important;
    margin-right: 5px;
}
        
.blogFooter .backToTop {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background-image: url('/includes/public/assets/images/blog-slider-arrows.png');
    background-color: #c13828;
    background-repeat: no-repeat;
    background-position: 4px 5px;
    cursor: pointer;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
    transform: rotate(-90deg);
}

.blogFooter .nlSignupHolder .container .titles .title {
    display: block;
    background-color: #d1d1d1;
    padding: 10px;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Myriad W01 SmBd Cnd', sans-serif;
    color: #000;
}
.blogFooter .nlSignupHolder .container .titles .subtitle {
    margin: 15px 5px 5px;
    color: #000;
    font-size: 16px;
    line-height: normal;
}

.footer_container .blogFooter #mce-EMAIL {
    background-color: #fff;
    font-family: 'Myriad W01 Cnd',sans-serif;
}

.footer_container .blogFooter .nlSignupBox input[type="submit"] {
    background-color: #d1d1d1;
    color: #000;
    font-family: 'Myriad W01 Cnd',sans-serif;
}

.footer_container .blogFooter .socialFeed .items {
    text-align: center;
}
    .footer_container .blogFooter .socialFeed .items .item {
        margin: 5px !important;
        width: 75px;
        float: none;
    }

@media only screen and (max-width: 64.063em) {
    .header_blog { padding-bottom: 0px; }
}

@media only screen and (min-width: 40.063em) {
    .blogContainer {
        margin-bottom: 50px;
    }

    .blogHeader .blogLogo {
        position: absolute;
        top: 70px;
        left: 40px;
    }
        .blogHeader .blogLogo img {
            width: 75%;
        }

    .blogPost .postSqueeze .postDetail {
        padding: 15px 40px 25px;
    }
}

@media only screen and (min-width: 64.063em) {
    .blogContainer {
        margin-top: 42px;
    }
    .blogHeader .blogLogo img {
        width: 100%;
    }
}
