@charset "UTF-8";

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 105px;

}

.slick-list:focus {
    outline: 0;
}

.slick-loading .slick-list {
    background: url(./ajax-loader.gif) center center no-repeat #fff;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide .img-container img.placeholder {
    width: 55%;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25;
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "&#8592;";
}

[dir=rtl] .slick-prev:before {
    content: "&#8592;";
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "&#8594;";
}

[dir=rtl] .slick-next:before {
    content: "&#8594;"
}

.items-to-scroll {
    transition: All .2s ease-in-out;
    -webkit-transition: All .2s ease-in-out;
    -moz-transition: All .2s ease-in-out;
    -o-transition: All .2s ease-in-out;
    height: 85px;
    overflow: hidden;
    opacity: 0;
}

.items-to-scroll.slick-initialized {
    opacity: 1;
}

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "&middot;";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75;
}

b{
    font-weight:bold;
}
ul {
    list-style: none;
    margin-bottom:30px;
       padding:0;
}

body.article {
    background: #fff;
    font-size: 16px;
    line-height: 23px;
    color: #333;
}

.the-content {
    margin-bottom: 1em;
}

/*  Add responsive container to embeds 
.article-body[data-page="todays-forecast"] .video-container {
	height: 1815px;
	width: 700px;
}
.article-body .video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.article-body .video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#article-content-ad .video-container {
    padding-bottom: 0px !important;
    overflow: visible;
    height: 100%;
}
*/ 

.article-body ul {
    list-style:initial;
    margin-left:20px;
    margin-bottom:30px;
    line-height:26px;
}


body.article .wrapper,
body.page-template-default .wrapper {
    /*max-width: 1260px;*/
    width: 98%;
    margin: 0 auto;
    display: table;
}

body.page-template-default .wrapper {
    margin-top: 40px;
}

body.article .wrapper:after {
    content: "";
    display: table;
    clear: both;
}

body.article .mainSecondary,
body.page-template-default .mainSecondary {
    margin-right: 0px !important;
}

.main {
    width: calc(100% - 320px);
    padding-right: 0px;
    display: inline-block;
}


@media screen and (max-width: 959px) {
    /*force content to full width and hide right rail*/
    .mainSecondary {
        display: none !important;
    }
}

#carouselHr {
    position: relative;
    margin:0px;
    border-top: 1px solid #ccc;
}

#recent-stories-carousel,
#related-stories-carousel {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

#recent-stories-carousel .slick-slider,
#related-stories-carousel .slick-slider {
    margin-bottom: 0;
}

#recent-stories-carousel .wrapper,
#related-stories-carousel .wrapper {
    padding: 15px;
    position: relative;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
}

#recent-stories-carousel li,
#related-stories-carousel li {
    display: block;
    width: 23.2317613015%;
    margin-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #ccc;
}

#recent-stories-carousel li:last-child,
#related-stories-carousel li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 960px) {
    #recent-stories-carousel li,
    #related-stories-carousel li {
        float: left;
        display: block;
        width: 31.7615656014%;
        margin-right: 0;
    }

    #recent-stories-carousel li:last-child,
    #related-stories-carousel li:last-child {
        margin-right: 0;
    }

    #recent-stories-carousel li:nth-child(3),
    #related-stories-carousel li:nth-child(3) {
        display: none;
    }
}

#recent-stories-carousel li:nth-child(4n),
#related-stories-carousel li:nth-child(4n) {
    border-right: 0;
}

@media screen and (max-width: 601px) {
    #recent-stories-carousel li,
    #related-stories-carousel li {
        border-right: 0;
    }

    #recent-stories-carousel li:nth-child(even),
    #related-stories-carousel li:nth-child(even) {
        border-right: 1px solid #e7e7e7;
        border-left: 0;
    }
}

#recent-stories-carousel li .img-container,
#related-stories-carousel li .img-container {
    background: #F2F2F2;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    /* height:78px;*/
    overflow: hidden;
    height: 105px;
}

#recent-stories-carousel li .img-container:last-child,
#related-stories-carousel li .img-container:last-child {
    margin-right: 0;
}

#recent-stories-carousel li .img-container img,
#related-stories-carousel li .img-container img {
    width: 100%;
}

#recent-stories-carousel .img-container img.placeholder,
#related-stories-carousel .img-container img.placeholder {
    width: 55px;
    height: 50px;
    margin: 14px auto 0 auto;
}

#recent-stories-carousel li .summary,
#related-stories-carousel li .summary {
    display: table-cell;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    padding: 8px;
    font-weight: normal !important;
    padding-top: 0px;
}

#recent-stories-carousel li .summary h3,
#related-stories-carousel li .summary h3 {
    font-weight: normal !important;
    font-size: 14px;
    margin: 0px;
    line-height: 17px;
}

#recent-stories-carousel li .summary:last-child,
#related-stories-carousel li .summary:last-child {
    margin-right: 0;
}

#recent-stories-carousel li .summary a,
#related-stories-carousel li .summary a {
    color: #333;
    text-decoration: none;
}

#recent-stories-carousel li .summary .dates,
#related-stories-carousel li .summary .dates {
    font-size: .9em;
    margin-top: 8px;
}

@media screen and (max-width: 960px) {
    #recent-stories-carousel li .summary,
    #related-stories-carousel li .summary {
        font-size: 13px;
    }
}

#recent-stories-carousel .next,
#recent-stories-carousel .prev,
#related-stories-carousel .next,
#related-stories-carousel .prev {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 40px;
    cursor: pointer;
}

#recent-stories-carousel .next i,
#recent-stories-carousel .prev i,
#related-stories-carousel .next i,
#related-stories-carousel .prev i {
    color: #d0d0d0;
    font-size: 30px;
}

#recent-stories-carousel .prev,
#related-stories-carousel .prev {
    left: -40px;
}

@media screen and (max-width: 959px) {
    #recent-stories-carousel .prev,
    #related-stories-carousel .prev {
        left: -25px;
    }
}

#recent-stories-carousel .next,
#related-stories-carousel .next {
    right: -40px;
}

@media screen and (max-width: 959px) {
    #recent-stories-carousel .next,
    #related-stories-carousel .next {
        right: -25px;
    }
}

.article-body:after {
    content: "";
    clear: both;
}

.article-title {
    padding: 0 0 15px;
    display: table-cell;
    width: 100%;
}

.article-title h2 {
    font-family: 'MillerHeadline-Bold', Georgia, serif;
    font-size: 50px;
    line-height: 55px;
    color: #2a2a2a;
    margin-top: 0px;
}

.title-wrap {
    display: table-row;
    width: 100%;
}

.title-spacer {
    display: table-cell;
    width: 30%;
}

@media screen and (max-width: 959px) {
    .article-title h2 {
        font-size: 34px;
        line-height: 36px
    }

    .title-spacer {
        display: none;
    }

    .title-wrap {
        /*padding-right: 20px;
        padding-left: 20px;*/
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .article-title h2 {
        font-size: 26px;
        line-height: 27px;
    }

    .title-wrap {
        display:block;
        padding-right:0;
        padding-left:0;
    }
    .article-title{
        padding: 0px 0px;
        display:table-cell;
        width:100%;
        padding-bottom:5px;
    }
    .title-spacer {
        display: none;
    }
    
    
}
.the-image {
	max-height: 736px;
    overflow: hidden;
}
.article-image-main {
    border-bottom: 1px solid #a0a0a0 !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    width: 100% !important;
}

.article-image-main img {
    width: 100%;
    height: auto;
}

.article-image {
    margin: 50px 0 30px
}

.article-image img {
    width: 100%
}

.article-image .article-image-caption,
.wp-caption-text {
    border-bottom: 1px solid #c9c8c8;
    font-size: 14px;
    line-height: 20px;
    color: #727272
}
.wp-caption-text {
	padding: 10px 0px;
    font-size: 14px !important;
    line-height: 18px !important;
    font-style: italic;
}

.article-image .article-image-caption > * {
    margin-bottom: 10px
}
.wp-caption img {
	width: 100% !important;
    height: auto !important;
}

@media screen and (max-width: 480px) {
    .article-image .article-image-caption {
        display: none
    }
}

.article-image-main-caption {
    margin: 5px 0 10px
}

@media screen and (max-width: 601px) {

    .article-image-main {
        margin-bottom: 10px;
    }

    .article-image-main-caption {
        display: none
    }
}

.article-image-main-caption h3 {
    font-size: 15px;
    line-height: 20px;
    color: #727272
}

.article-content-container {
    display: table-cell;
    vertical-align: top;
}

.article-content-container:after {
    content: "";
    display: table;
    clear: both
}

.article-content {
    display: table-cell;
    padding-right: 8%;

}

.article-content:last-child {
    margin-right: 0
}

@media screen and (max-width: 601px) {
    .article-content {
        display: block;
        width: 100%;
        font-size: 100%;
    }

    .article-content:last-child {
        margin-right: 0;
    }
}

.article-content p {
    margin: 0 0 23px;
    color: #000;
    font-size: 16px;
    line-height: 25px;
}

.article-content p.shift {
    padding-left: 0;
}

.article-data {
    display: table-cell;
    padding-right: 20px;
    width: 170px; /*min-*/
}

.article-data .fa {
    color: #326891;
}

.article-data li,
.article-data li > * {
    display: block;
    width: 90%;
}

.article-data li .author-name {
    font-family: 'Lora', Georgia, Serif;
    font-size: 17px;
    line-height: 25px;
    font-style: italic;
}

@media screen and (max-width: 959px) {
.right-rail {
	display: none !important
}   
    .article-data li .author-name {
        font-size: 14px;
    }

    .article-data li .author-name .name {
        margin-right: 0;
    }
}

.article-data li .author-name a {
    text-decoration: none;
}

.article-data li .author-name .name {
    font-size: 17px;
    line-height: 25px;
    color: #000;
    font-weight: 900;
    font-style: italic;
}

.article-data li .author-name .name a {
    color: #333 !important;
}

.article-data .connect a {
    color: #9a9a9a
}

.article-data .connect span {
    color: #2a2a2a;
}

.article-data li .connect a:first-child {
    margin: 0 5px 0 0
}

.article-data li.updated {
    font-size: 12px;
    line-height: 20px;
    color: #6a6a6a;
    font-style: italic;
    border-bottom: 1px solid #c9c8c8;
    margin: 5px 10px 5px 0;
}

@media screen and (max-width: 959px) {
    .article-data {
        display: table-cell;
    }

    .article-data li.updated {
        font-size: 13px;
        margin: 0;
    }

    .article-data .connect {
        display: none;
    }

}

@media screen and (max-width: 601px) {
    .article-data {
        float: none;
        width: 100%;
        border-bottom: 1px solid #a0a0a0;
        clear: both;
        display: block;
        margin-bottom: 20px;
    }

    .article-image-main {
        margin-bottom: 10px;
    }

    .article-data li,
    .article-data li > * {
        display: block;
    }

    .article-data li.updated {
        /*margin-left: 10px;*/
        border-bottom: 0;
    }

    .article-data li.updated br {
        display: none;
    }

    .article-data li .author-name .name {
        margin-right: 10px;
    }

    .article-data .connect {
        display: inline;
    }
}

.socmed-util {
    display: block;
    top: 0;
    width: 100%;
    position: inherit;
}

.socmed-util span {
    margin-left: 10px;
}

.socmed-util a {
    color: inherit;
}

@media screen and (min-width: 959px) {
    .socmed-util.sticky {
        min-width: 140px;
        max-width: 140px;
        position: fixed;
        top: 165px;
    }

    .socmed-util.freeze {
        position: absolute;
        bottom: 0;
        top: auto;
    }

}

@media screen and (min-width: 601px) {
    .socmed-util.sticky {
        position: fixed;
        min-width: 140px;
        max-width: 140px;

        top: 165px;
    }

    .socmed-util.freeze {
        position: absolute;
        bottom: 0;
        top: auto;
    }
}

.article-data ul {
    padding: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}

.socmed-util li {
    display: block;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0;
    font-size: 12px;
    cursor: pointer;
    letter-spacing: 1px;
}

.socmed-util .fa {
    width: 20%;
    font-size: 18px;
}

.socmed-util li span {
    margin-left: 15px;
}

@media screen and (max-width: 601px) {
    .socmed-util {
        display: none;
    }

    .socmed-util li {
        float: left;
        display: block;
        width: 14.2754667867%;
        margin: 0;
        border-bottom: 1px solid #d7d7d7;
    }

    .socmed-util li:last-child {
        margin-right: 0;
    }
}

#recent-stories-loader {
    clear: both;
    margin: 30px 0 0;
}

#recent-stories-loader ul {
    padding:0;
}

#recent-stories-loader .recent-story-items li .story-title h3, #recent-stories-loader .rev-items li .story-title
{
    font-family:'Lora', Georgia, Serif;
    font-size:1em;
    line-height:1.2em;
    color:#333;
    height:67px;
    overflow:hidden;
    font-weight:700;
    margin-top:10px;
}

#recent-stories-loader .wrapper {
    padding: 20px 0;
}

#recent-stories-loader .user-controls {
    margin: 0 0 13px;
}

#recent-stories-loader .user-controls .wrapper {
    float: left;
    width: 100%;
}

#recent-stories-loader .user-controls .most-recent {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 47.1152133411%;
}

#recent-stories-loader .user-controls .all-sections {
    #margin-left: 3.4119217199%;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 47.1152133411%;
}

#recent-stories-loader .user-controls .all-sections:last-child {
    margin-right: 0
}

#recent-stories-loader .user-controls .dropdown {
    position: relative;
    z-index: 1;
}

#recent-stories-loader .user-controls .dropdown .dropdown-btn {
    display: block;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    position: relative;
    z-index: 2
}

#recent-stories-loader .user-controls .dropdown .dropdown-btn span {
    display: block;
    padding: 8px 0 8px 15px;
    font-size: 16px;
    line-height: 16px;
    color: #333;
    position: relative
}

@media screen and (max-width: 601px) {
    #recent-stories-loader .user-controls .dropdown .dropdown-btn span {
        font-size: 13px
    }
}

#recent-stories-loader .user-controls .dropdown .dropdown-btn span i {
    transition: All .5s ease-in-out;
    -webkit-transition: All .5s ease-in-out;
    -moz-transition: All .5s ease-in-out;
    -o-transition: All .5s ease-in-out;
    position: absolute;
    right: 10px;
    color: #9a9a9a
}

#recent-stories-loader .user-controls .dropdown ul {
    transition: All .2s ease-in-out;
    -webkit-transition: All .2s ease-in-out;
    -moz-transition: All .2s ease-in-out;
    -o-transition: All .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    box-shadow: 0 1px 3px -2px #000;
    z-index: 1
}

#recent-stories-loader .user-controls .dropdown ul li {
    display: block;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #d7d7d7
}

#recent-stories-loader .user-controls .dropdown ul li a {
    display: block;
    padding: 8px 0 8px 15px;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    color: #333
}

/* fix to solve dropdown list overlapping issue */
#recent-stories-loader .user-controls .dropdown .dropdown-list {
    display: none;
}

#recent-stories-loader .user-controls .dropdown ul li:hover {
    background: #9b0802
}

#recent-stories-loader .user-controls .dropdown ul li:hover a {
    color: #fff
}

#recent-stories-loader .user-controls .dropdown:hover span i {
    color: #333
}

#recent-stories-loader .user-controls .dropdown.active {
    z-index: 4
}

#recent-stories-loader .user-controls .dropdown.active span i {
    color: #9b0802
}

#recent-stories-loader .user-controls .dropdown.active ul {
    top: 34px;
    opacity: 1
}

#recent-stories-loader .rev-items {
    float: left;
    display: block;
    width: 48.821174201%;
    margin-right: 0;
    position: relative;
    z-index: 3;
}

#recent-stories-loader .recent-story-items {   
    float: left;
    display: block;
    width: 48.821174201%;
    margin-right: 12px;
    position: relative;
    z-index: 3;
}




#recent-stories-loader .recent-story-items .custom-title,#recent-stories-loader .rev-items .custom-title
{
    color: #333333;
    font-family: 'MillerHeadline-Bold', Georgia, "Times New Roman", Times, serif;
    text-transform: none;
    background: none;
    top: 0px;
    padding: 0;
    margin-bottom: .5em;
    font-size: 1.6em;
    position: static;
}

#recent-stories-loader .recent-story-items:after,
#recent-stories-loader .rev-items:after {
    content: "";
    display: table;
    clear: both
}

#recent-stories-loader .recent-story-items h3,
#recent-stories-loader .rev-items h3 {
    margin: 0 0 10px
}

#recent-stories-loader .recent-story-items li,
#recent-stories-loader .rev-items li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    /*width:48.821174201%;  Fixing strange bug breaking the float:left for recent story items. Reducing width. */
    width: 47.6%;
    margin-bottom: 15px;
    background: #fff;
    /*    box-shadow:0 1px 3px -2px #000*/
}

#recent-stories-loader .rev-items li {
    min-height: 70px;
}

#recent-stories-loader .recent-story-items li:last-child,
#recent-stories-loader .recent-story-items li:nth-child(2n),
#recent-stories-loader .rev-items li:last-child,
#recent-stories-loader .rev-items li:nth-child(2n) {
    margin-right: 14px;
}

@media screen and (max-width: 959px) {
    #recent-stories-loader .recent-story-items,
    #recent-stories-loader .rev-items {
        display: block;
        width: 100%;
    }

    #recent-stories-loader .recent-story-items li,
    #recent-stories-loader .rev-items li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48%;
        margin-bottom: 20px;
        padding: 7px;
        min-height: 110px;
    }

    #recent-stories-loader .recent-story-items li:last-child,
    #recent-stories-loader .recent-story-items li:nth-child(2n),
    #recent-stories-loader .rev-items li:last-child,
    #recent-stories-loader .rev-items li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 480px) {
    #recent-stories-loader .recent-story-items {
        display: block;
        width: 95%;
    }

    #recent-stories-loader .rev-items {
        width: 100%;
    }

    #recent-stories-loader .recent-story-items li,
    #recent-stories-loader .rev-items li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        height: auto;
        min-height: 0;

    }


    #recent-stories-loader .rev-items li .story-title {
        height: auto;
    }

    #recent-stories-loader .recent-story-items li:last-child,
    #recent-stories-loader .rev-items li:last-child {
        margin-right: 0
    }
}

#recent-stories-loader .recent-story-items li .story-image,
#recent-stories-loader .rev-items li .story-image {
    max-height: 173px;
    min-height: 173px;
    overflow: hidden
}

#recent-stories-loader .recent-story-items li .story-image img,
#recent-stories-loader .rev-items li .story-image img {
    width: 130%
}

@media screen and (max-width: 480px) {
    #recent-stories-loader .rev-items li {
        min-height: 0;
    }

    #recent-stories-loader .recent-story-items li .story-image,
    #recent-stories-loader .rev-items li .story-image {
        position: relative;
        overflow: hidden;
        max-height: 200px;
        min-height: 100px
    }

    #recent-stories-loader .rev-items li .story-title {
        height: auto;
    }
}

#recent-stories-loader .recent-story-items li .story-title,
#recent-stories-loader .rev-items li .story-title {
    padding-bottom: 20px
}

#recent-stories-loader .rev-items li .story-brand {
    font-size: 12px;
    color: #aaa;
}

#recent-stories-loader .rev-items li .story-title {
    padding-bottom: 0px;
    color: #000;
}

#recent-stories-loader .recent-story-items li .story-title:hover {
    color: #9e0700;
}

#recent-stories-loader .recent-story-items li .story-title h3,
#recent-stories-loader .rev-items li .story-title {
    font-size: 1.0em;
    line-height: 1.2em;
    color: #333;
    height: 67px;
    overflow: hidden;
    font-weight: 700;
    margin-top: 10px;
}

@media screen and (max-width: 480px) {
    #recent-stories-loader .rev-items li {
        margin-bottom: 0px;
        height: auto;
    }

    #recent-stories-loader .recent-story-items li .story-title,
    #recent-stories-loader .rev-items li .story-title {
        float: left;
        width: 100%;
        height: auto;

    }

    #recent-stories-loader .recent-story-items li .story-title h3,
    #recent-stories-loader .rev-items li .story-title h3 {
        font-size: 16px;
        line-height: 22px;
        height: inherit;
    }

    #recent-stories-loader .rev-items li .story-brand {
        clear: both;
        min-height: 0px;
    }
}

#recent-stories-loader .load-more.btn {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    clear: both;
}

#recent-stories-loader .load-more.btn a {
    display: block;
    width: 100%;
    padding: 15px 0;
    background: #9b0802;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none
}

.comment-count-button {
    display: block;
    cursor: pointer;
    background: #efefef;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    text-align: center
}

.comment-count-button .message {
    padding: 10px
}

.comment-count-button .number {
    /*  display:none*/
}

.comment-count-button .alert {
    color: #9b0802
}

.comment-count-button p {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #333
}

.comment-wall {
    margin: 0;
    height: 0;
    overflow: hidden
}

.comment-wall .main
{
   width: calc(100% - 20px);
   padding-right:0px;
   display:inline-block;
   padding:15px;
}


.ad {
    display: block;
    margin-bottom: 600px;
    float: right
}

.ad:last-child {
    margin-bottom: 0
}

.ad img {
    display: block;
    margin: 0 auto
}

.article .wp-caption {
    max-width: 100%;
    width: auto;
    display: inline-block !important;
    float:left;
    box-sizing: border-box;
}

@media all and (max-width: 1218px) {
    .article .wp-caption {
        width: auto !important;
    }
}
/*img alignment*/
.article .alignleft,
.article .alignright {
	max-width: 300px;
	height: auto;
}
.article .alignleft img,
.article .alignright img {
	max-width: 300px;
	height: auto;
}
.article .alignleft {
	margin-right: 20px;
	float: left;
}

.article .alignright {
	margin-left: 20px;
	float: right
}
@media all and (max-width: 450px) {
	.article .wp-caption.alignleft,
	.article .wp-caption.alignright,
	.article .wp-caption.alignleft img,
	.article .wp-caption.alignright img {
		width: 100% !important;
		height: auto !important;
		margin: 0px;
		padding: 0px;
		float: none;
		max-width: 100%;
	}
}
.entry-content-image {
    max-width: 100%;
    height: auto;
}

.aligncenter {
    margin: 0 auto;
}

.photogallery {
    width: 100%;
}

/* the a tag controls the content in it not the other way around*/
.photogallery a {
    text-decoration: none !important;
    color: #2e2e2e;

}

.photogallery a:hover {
    color: #ff0000;
}

.photogallery .photo-feature {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
}

.photogallery .photo-feature .photo {
    width: 100%;
    height: 250px;
    background-color: #d7d7d7;
    max-width: 300px;
    height: 200px;
    background-size: cover;

}

.photogallery .photo-feature .headline {
    font-size: 1.3em;
    line-height: 1.5em;
    width: 100%;

    padding-top: 5px;
    text-decoration: none;
    text-align: left;
    font-weight: bold;

}

.photogallery .photo-item-short {
    font-size: 1em;
    line-height: 1.2em;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #d7d7d7;
    height: 100px;
}

.photogallery .photo-item-short .photo {
    float: left;
    width: 150px;
    max-width: 140px;
    height: 90px;
}

.photogallery .photo-item-short .photo > img {
    width: 100%;
    height: 100%;
}

.photogallery .photo-item-short .headline {
    float: left;
    width: 150px;

    text-align: left;
    position: relative;
    left: 15px;
}

.photogallery .viewmore {
    margin-top: 10px;
    clear: both;

}

.photogallery .viewmore a {
    text-decoration: none;
    margin-bottom: 10px;
    padding: 5px;
    font-weight: normal;
    font-size: 1.2em;

}

.photgallery .viewmore a.morebutton {
    border-radius: 6px !important;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: bold;
    font-size: 14px
}

/*Commenting outside of editorial wall - eg. death notices & memoriams*/
#comment-container h2 {
    font-size: 24px;
    font-weight: 700
}

#comment-container .commenting {
    width: 100%
}

#comment-container hr {
    margin-bottom: 1.35em
}

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {
    width: 100% !important;
}

.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {
    width: 100% !important;
}

#cat_sub_menu {
    top: -17px !important;
}

.right-rail{
    padding-right:0px;
    max-width: 300px;
}

.right-rail > div
{
    margin-bottom:15px;
}

/* In-content ad */
.adStyling {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
    margin: 1em 0;
    text-align: center
}
.adStylingP {
    color: #777 !important;
    font-size: .75em !important;
    text-transform: uppercase;
    font-family: arial, sans-serif;
    margin-bottom: 8px !important
}

/*Second Rail Ad*/
#bnAdBlock-boxmedium-2 {
	margin-top: 750px
}

.caption {
    color: #a0a0a0;
    margin: 0;
    font-size: 0.9em;
    font-style: italic;
    margin-top: 10px;
    line-height: 1.2em;
}
.credit {
    color: #333;
    margin: 0;
    font-size: 0.85em;
    margin-top: 10px;
}

/* Related stories */

@media screen and (max-width: 480px) {

    .content-with-related-story-widget {
        position: relative;
        left: 0;
        width: 100%;
        display: block;
    }
}

.content-with-related-story-widget:after {
    content: "";
    /*display:table;
    clear:both;*/
}

@media screen and (max-width: 960px) {
    .content-with-related-story-widget {
        width: 100%;
        left: 30px;
        min-height: 175px;
        top: 0px;
        left: 0px;
        position: inherit;
        margin-bottom: 30px;
        overflow: auto;
    }
}

.content-with-related-story-widget .content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%
}

@media screen and (max-width: 960px) {
    .content-with-related-story-widget .content {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%
    }
}

.content-with-related-story-widget .related-stories-widget {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 37.7324286113%;
    /*margin-left:2.5589412899%;
	margin-left: -200px;*/
    background: #efefef;
    /*margin-bottom:30px;*/
    border-top: 5px solid #ccc;
    border-bottom: 5px solid #ccc;
    padding: 20px;
}

/*.content-with-related-story-widget .related-stories-widget:last-child {
    margin-right:0
}*/
@media screen and (max-width: 960px) {
    .content-with-related-story-widget .related-stories-widget {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-left: 0;
        background: 0 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .content-with-related-story-widget .related-stories-widget:last-child {
        margin-right: 0;
        padding-left: 0px;
    padding-right: 0px;
        border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    }
}

/*.content-with-related-story-widget .related-stories-widget .wrapper {
    padding:20px
}*/
@media screen and (max-width: 959px) {
    .content-with-related-story-widget .related-stories-widget .wrapper {
        padding: 20px 0
    }
}

@media screen and (max-width: 370px) {
    .content-with-related-story-widget {
        min-height: 100px;
    }
}

.content-with-related-story-widget .related-stories-widget h3,
.content-with-related-story-widget .related-stories-widget .relatedContain h4 {
    text-transform: uppercase;
    font-family: 'MillerHeadline-Bold', Georgia, serif;
    font-size: 17px;
    line-height: 19px;
    color: #000;
    margin-bottom: 10px
}

.content-with-related-story-widget .related-stories-widget .relatedContain {
    margin-bottom: 1.2em
}

.content-with-related-story-widget .related-stories-widget .relatedContain:last-child {
    margin-bottom: 0px !important
}

.content-with-related-story-widget .related-stories-widget .featured {
    margin: 0 0 10px
}

@media screen and (max-width: 960px) {
    .content-with-related-story-widget .related-stories-widget .featured {
        margin: 20px 0
    }
}

@media screen and (max-width: 959px) {
    .content-with-related-story-widget .related-stories-widget .featured {
        list-style-type: square;
        margin: 0 0 5px 18px;
        padding: 0 0 10px;
        border-bottom: 1px solid #d7d7d7;
        color: #9b0802
    }
}

.content-with-related-story-widget .related-stories-widget .featured img {
    width: 100%
}

@media screen and (max-width: 960px) {
    .content-with-related-story-widget .related-stories-widget .featured img {
        display: none
    }
}

.content-with-related-story-widget .related-stories-widget .featured h4 {
    font-family: 'MillerHeadline-Bold', Georgia, serif;
    font-size: 24px;
    line-height: 28px;
    color: #000
}

@media screen and (max-width: 959px) {
    .content-with-related-story-widget .related-stories-widget .featured h4 {
        font-family: 'Lora', Georgia, Serif;
        font-style: italic;
        font-size: 15px;
        line-height: 20px;
        color: #585858
    }
}

.content-with-related-story-widget .related-stories-widget li:not(.featured) {
    /*list-style-type:square;*/
    margin-bottom: 5px;
    padding: 0 0 10px;
    border-bottom: 1px solid #d7d7d7;
    color: #9b0802

}

.content-with-related-story-widget .related-stories-widget li:not(.featured) a {
    font-family: 'Lora', Georgia, Serif;
        font-style: italic;
    font-size: 15px;
    line-height: 20px;
    color: #585858;
    text-decoration: none
}

.content-with-related-story-widget .related-stories-widget li:not(.featured):last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.content-with-quote-widget {
    width: 123%
}

@media screen and (max-width: 959px) {
    .content-with-quote-widget {
        width: 100%
    }
}

.content-with-quote-widget:after {
    content: "";
    display: table;
    clear: both
}

.content-with-quote-widget .content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%
}

@media screen and (max-width: 960px) {
    .content {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%
    }
}

.quote-widget {
    float: right;
    display: block;
    margin-right: 2.3576515979%;
    width: 37.7324286113%;
    margin-left: 2.5589412899%;
    border-left: 10px solid #ccc;
    padding-left: 20px
}

.quote-widget:last-child {
    margin-right: 0
}

@media screen and (max-width: 960px) {
    .quote-widget {
        float: right;
        display: block;
        width: 100%;
        margin: 5px 0 20px
    }

    .quote-widget:last-child {
        margin-right: 0
    }
}

.quote-widget h2 {
    font-family: 'MillerHeadline-Bold', Georgia, serif;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px
}

#recent-stories-loader {
    clear: both;
    margin: 30px 0 0
}

#recent-stories-loader .wrapper {
    padding: 20px 0
}

#recent-stories-loader .user-controls {
    margin: 0 0 13px
}

#recent-stories-loader .user-controls .wrapper {
    float: left;
    width: 100%;
}

#recent-stories-loader .user-controls .most-recent {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 47.1152133411%
}

#recent-stories-loader .user-controls .all-sections {
    #margin-left: 3.4119217199%;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 47.1152133411%
}

#recent-stories-loader .user-controls .all-sections:last-child {
    margin-right: 0
}

#recent-stories-loader .user-controls .dropdown {
    position: relative;
    z-index: 1
}

#recent-stories-loader .user-controls .dropdown .dropdown-btn {
    display: block;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    position: relative;
    z-index: 2
}

#recent-stories-loader .user-controls .dropdown .dropdown-btn span {
    display: block;
    padding: 8px 0 8px 15px;
    font-family: 'Lora', Georgia, Serif;
    font-size: 16px;
    line-height: 16px;
    color: #333;
    position: relative
}

@media screen and (max-width: 601px) {
    #recent-stories-loader .user-controls .dropdown .dropdown-btn span {
        font-size: 13px
    }
}

#recent-stories-loader .user-controls .dropdown .dropdown-btn span i {
    transition: All .5s ease-in-out;
    -webkit-transition: All .5s ease-in-out;
    -moz-transition: All .5s ease-in-out;
    -o-transition: All .5s ease-in-out;
    position: absolute;
    right: 10px;
    color: #9a9a9a
}

#recent-stories-loader .user-controls .dropdown ul {
    transition: All .2s ease-in-out;
    -webkit-transition: All .2s ease-in-out;
    -moz-transition: All .2s ease-in-out;
    -o-transition: All .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    box-shadow: 0 1px 3px -2px #000;
    z-index: 1
}

#recent-stories-loader .user-controls .dropdown ul li {
    display: block;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #d7d7d7
}

#recent-stories-loader .user-controls .dropdown ul li a {
    display: block;
    padding: 8px 0 8px 15px;
    text-decoration: none;
    font-family: 'Lora', Georgia, Serif;
    font-size: 16px;
    line-height: 16px;
    color: #333
}

/* fix to solve dropdown list overlapping issue */
#recent-stories-loader .user-controls .dropdown .dropdown-list {
    display: none;
}

#recent-stories-loader .user-controls .dropdown ul li:hover {
    background: #9b0802
}

#recent-stories-loader .user-controls .dropdown ul li:hover a {
    color: #fff
}

#recent-stories-loader .user-controls .dropdown:hover span i {
    color: #333
}

#recent-stories-loader .user-controls .dropdown.active {
    z-index: 4
}

#recent-stories-loader .user-controls .dropdown.active span i {
    color: #9b0802
}

#recent-stories-loader .user-controls .dropdown.active ul {
    top: 34px;
    opacity: 1
}

#recent-stories-loader .rev-items {
    float: left;
    display: block;
    width: 48.821174201%;
    margin-right: 0;
    position: relative;
    z-index: 3;
}

#recent-stories-loader .recent-story-items {
    float: left;
    display: block;
    width: 48.821174201%;
    margin-right: 2.3576515979%;
    position: relative;
    z-index: 3;
}

#recent-stories-loader .recent-story-items:after,
#recent-stories-loader .rev-items:after {
    content: "";
    display: table;
    clear: both
}

#recent-stories-loader .recent-story-items h3,
#recent-stories-loader .rev-items h3 {
    margin: 0 0 10px
}

#recent-stories-loader .recent-story-items li,
#recent-stories-loader .rev-items li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    /*width:48.821174201%;  Fixing strange bug breaking the float:left for recent story items. Reducing width. */
    width: 47.6%;
    margin-bottom: 15px;
    background: #fff;
    /*    box-shadow:0 1px 3px -2px #000*/
}

#recent-stories-loader .rev-items li {
    min-height: 70px;
}

#recent-stories-loader .recent-story-items li:last-child,
#recent-stories-loader .recent-story-items li:nth-child(2n),
#recent-stories-loader .rev-items li:last-child,
#recent-stories-loader .rev-items li:nth-child(2n) {
    margin-right: 5px;
}

@media screen and (max-width: 959px) {
    #recent-stories-loader .recent-story-items,
    #recent-stories-loader .rev-items {
        display: block;
        width: 100%;
    }

    #recent-stories-loader .recent-story-items li,
    #recent-stories-loader .rev-items li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48%;
        margin-bottom: 20px;
        padding: 7px;
        min-height: 110px;
    }

    #recent-stories-loader .recent-story-items li:last-child,
    #recent-stories-loader .recent-story-items li:nth-child(2n),
    #recent-stories-loader .rev-items li:last-child,
    #recent-stories-loader .rev-items li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 480px) {
    #recent-stories-loader .recent-story-items {
        display: block;
        width: 95%;
    }

    #recent-stories-loader .rev-items {
        width: 100%;
    }

    #recent-stories-loader .recent-story-items li,
    #recent-stories-loader .rev-items li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        height: auto;
        min-height: 0;

    }

    #recent-stories-loader .rev-items li .story-title {
        height: auto;
    }

    #recent-stories-loader .recent-story-items li:last-child,
    #recent-stories-loader .rev-items li:last-child {
        margin-right: 0
    }
}

#recent-stories-loader .recent-story-items li .story-image,
#recent-stories-loader .rev-items li .story-image {
    max-height: 173px;
    min-height: 173px;
    overflow: hidden
}

#recent-stories-loader .recent-story-items li .story-image img,
#recent-stories-loader .rev-items li .story-image img {
    width: 130%
}

@media screen and (max-width: 480px) {
    #recent-stories-loader .rev-items li {
        min-height: 0;
    }

    #recent-stories-loader .recent-story-items li .story-image,
    #recent-stories-loader .rev-items li .story-image {
        position: relative;
        overflow: hidden;
        max-height: 200px;
        min-height: 100px
    }

    #recent-stories-loader .rev-items li .story-title {
        height: auto;
    }
}

#recent-stories-loader .recent-story-items li .story-title,
#recent-stories-loader .rev-items li .story-title {
    padding-bottom: 20px
}

#recent-stories-loader .rev-items li .story-brand {
    font-size: 12px;
    color: #aaa;
}

#recent-stories-loader .rev-items li .story-title {
    padding-bottom: 0px;
    color: #000;
}

#recent-stories-loader .recent-story-items li .story-title:hover {
    color: #9e0700;
}

#recent-stories-loader .recent-story-items li .story-title h3,
#recent-stories-loader .rev-items li .story-title {
    /*
    font-family:'Lora', Georgia, Serif;
    font-size:18px;
     line-height:24px;
       padding:20px 10px;
     */
    font-family: 'Lora', Georgia, Serif;
    font-size: 1.0em;
    line-height: 1.2em;
    color: #333;

    height: 67px;
    overflow: hidden;
    font-weight: 700;
    margin-top: 10px;
}

@media screen and (max-width: 480px) {
    #recent-stories-loader .rev-items li {
        margin-bottom: 0px;
        height: auto;
        min-height: a0;

    }

    #recent-stories-loader .recent-story-items li .story-title,
    #recent-stories-loader .rev-items li .story-title {
        float: left;
        width: 100%;
        height: auto;

    }

    #recent-stories-loader .recent-story-items li .story-title h3,
    #recent-stories-loader .rev-items li .story-title h3 {
        font-size: 16px;
        line-height: 22px;
        height: inherit;
    }

    #recent-stories-loader .rev-items li .story-brand {
        clear: both;
        min-height: 0px;
    }
}

#recent-stories-loader .load-more.btn {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    clear: both;
}

#recent-stories-loader .load-more.btn a {
    display: block;
    width: 100%;
    padding: 15px 0;
    background: #9b0802;
    font-family: 'Lora', Georgia, Serif;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none
}
.content-with-related-story-widget:after{
    clear: both;
}
@media screen and (max-width: 1109px) and (min-width: 992px) {
	#recent-stories-carousel li .img-container,
	#related-stories-carousel li .img-container {
	    width: 35.29137%;
	    height: 78px;
	}
	#recent-stories-carousel li .summary h3,
	#related-stories-carousel li .summary h3 {
	    font-size: 13px;
	    line-height: 15px;
	}
}