@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
}
@font-face{font-family:slick;src:url(./fonts/slick.eot);src:url(./fonts/slick.eot?#iefix) format("embedded-opentype"),
url(./fonts/slick.woff) format("woff"),
url(./fonts/slick.ttf) format("truetype"),
url(./fonts/slick.svg#slick) format("svg");
font-weight:400;
font-style:normal
}
.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: 78px;
    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
}
* {
    box-sizing: border-box
}
a,
applet,
article,
body,
caption,
div,
figcaption,
footer,
form,
h1,
h2,
h3,
h4,
header,
hgroup,
html,
i,
img,
li,
output,
p,
pre,
samp,
span,
sup,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}
article,
figcaption,
footer,
header,
hgroup {
    display: block 
}
ul {
    list-style: none
}
@font-face{font-family:MillerHeadline-Bold;src:url(//buffalo.com/wp-content/themes/tbn-2015/fonts/MillerHeadline-Bold-Bold_gdi.eot);src:url(//buffalo.com/wp-content/themes/tbn-2015/fonts/MillerHeadline-Bold-Bold_gdi.eot?#iefix) format('embedded-opentype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/MillerHeadline-Bold-Bold_gdi.woff) format('woff'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/MillerHeadline-Bold-Bold_gdi.ttf) format('truetype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/MillerHeadline-Bold-Bold_gdi.otf) format('opentype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/MillerHeadline-Bold-Bold_gdi.svg#//buffalo.com/wp-content/themes/tbn-2015/fonts/MillerHeadline-Bold-Bold) format('svg');
font-weight:550;
font-style:normal;
font-stretch:normal;
unicode-range:U20 -25CA
}
@font-face{font-family:MillerHeadline-BoldItalic;src:url(//buffalo.com/wp-content/themes/tbn-2015/fonts/MillerHeadline-BoldItalic-BoldItalic_gdi.eot);src:url(//buffalo.com/wp-content/themes/tbn-2015/fonts/MillerHeadline-BoldItalic-BoldItalic_gdi.eot?#iefix) format('embedded-opentype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/MillerHeadline-BoldItalic-BoldItalic_gdi.woff) format('woff'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/MillerHeadline-BoldItalic-BoldItalic_gdi.ttf) format('truetype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/MillerHeadline-BoldItalic-BoldItalic_gdi.otf) format('opentype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/MillerHeadline-BoldItalic-BoldItalic_gdi.svg#//buffalo.com/wp-content/themes/tbn-2015/fonts/MillerHeadline-BoldItalic-BoldItalic) format('svg');
font-weight:550;
font-style:italic;
font-stretch:normal;
unicode-range:U20 -25CA
}
@font-face{font-family:Lora-BoldItalic;src:url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-BoldItalic_gdi.eot);src:url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-BoldItalic_gdi.eot?#iefix) format('embedded-opentype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-BoldItalic_gdi.woff) format('woff'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-BoldItalic_gdi.ttf) format('truetype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-BoldItalic_gdi.otf) format('opentype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-BoldItalic_gdi.svg#Lora-BoldItalic) format('svg');
font-weight:700;
font-style:italic;
font-stretch:normal;
unicode-range:U20-F6CE
}
@font-face{font-family:Lora-Bold;src:url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Bold_gdi.eot);src:url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Bold_gdi.eot?#iefix) format('embedded-opentype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Bold_gdi.woff) format('woff'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Bold_gdi.ttf) format('truetype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Bold_gdi.otf) format('opentype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Bold_gdi.svg#Lora-Bold) format('svg');
font-weight:700;
font-style:normal;
font-stretch:normal;
unicode-range:U20-F6CE
}
@font-face{font-family:Lora-Italic;src:url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Italic_gdi.eot);src:url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Italic_gdi.eot?#iefix) format('embedded-opentype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Italic_gdi.woff) format('woff'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Italic_gdi.ttf) format('truetype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Italic_gdi.otf) format('opentype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Italic_gdi.svg#Lora-Italic) format('svg');
font-weight:400;
font-style:italic;
font-stretch:normal;
unicode-range:U20-F6CE
}
@font-face{font-family:Lora-Regular;src:url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Regular_gdi.eot);src:url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Regular_gdi.eot?#iefix) format('embedded-opentype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Regular_gdi.woff) format('woff'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Regular_gdi.ttf) format('truetype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Regular_gdi.otf) format('opentype'),
url(//buffalo.com/wp-content/themes/tbn-2015/fonts/Lora-Regular_gdi.svg#Lora-Regular) format('svg');
font-weight:400;
font-style:normal;
font-stretch:normal;
unicode-range:U20-F6CE
}
body.article {
    background:#fff;
    font-family:Lora-Regular;
    font-size:16px;
    line-height:23px;
    color:#333
}
body.article #top-bar i, body.article header i {
    font-style: normal !important;
}
.the-content {    margin-bottom: 1em;}
header+.wrapper {
    padding-top:20px
}
@media screen and (min-width: 571px) {
    header+.wrapper {
        padding-top:170px
    }
}
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 header {
    width:100%;
    margin-top: 40px;
}
@media screen and (min-width: 571px) {
    body.article header {
        position:fixed;
        z-index:40;
        top: 40px;
        margin-top: 0;
    }
}
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;
    }
    .main { 
        width:100%;
        padding-right:20px;
        padding-left:20px;
        display:block;
    }
    footer .wrapper {padding: 1em !important;}
}
footer {
    background:#000;
    border-top:20px solid #191919;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:20px;
    color:#fff;
    overflow: auto;
}
footer .wrapper {
  max-width: 1260px;
  width: 90%;
  margin: 0 auto;
  padding: 1em 0
}
@media screen and (max-width: 959px) {
    footer {
        font-size:12px
    }
}
footer a {
    color:#a2a1a1 !important;
    text-decoration:none
}
footer li {
    margin-bottom:6px
}
footer h3 {
    font-family:Lora-Regular;
    font-size:18px;
    line-height:40px;
    color:#fff
}
footer h3:after {
    content:"";
    display:table;
    clear:both
}
footer .icon {
    display:block;
    margin:0 15px 0 0;
    float:left;
    font-size:24px
}
footer .icon .fa-mobile {
    font-size:45px
}
.stay-connected {
    float:left;
    display:block;
    margin-right:2.3576515979%;
    width:23.2317613015%
}
@media screen and (max-width: 959px) {
    .stay-connected {
        float:left;
        display:block;
        margin-right:2.3576515979%;
        width:100%;
        margin-bottom:30px
    }
}
@media screen and (max-width: 959px) {
    .stay-connected .follow-us,
    .stay-connected .subscribe {
        float:left;
        display:block;
        margin-right:2.3576515979%;
        width:48.821174201%
    }
    .stay-connected .follow-us:last-child {
        margin-right:0
    }
}
@media screen and (max-width: 601px) {
    .stay-connected .follow-us,
    .stay-connected .subscribe {
        float:left;
        display:block;
        margin-right:2.3576515979%;
        width:100%
    }
    .stay-connected .follow-us:last-child {
        margin-right:0
    }
}
@media screen and (min-width: 960px) {
    .stay-connected .follow-us {
        margin-top:80px
    }
}
@media screen and (max-width: 601px) {
    .stay-connected .follow-us {
        margin-top:30px
    }
}
.stay-connected .socmed {
    margin:20px 0 0
}
.stay-connected .socmed .facebook,
.stay-connected .socmed .google,
.stay-connected .socmed .twitter,
.stay-connected .socmed .youtube {
    padding:10px 15px;
    display:inline-block;
    margin:0 3px 0 0;
    text-align:center
}
.stay-connected .socmed .facebook a,
.stay-connected .socmed .google a,
.stay-connected .socmed .twitter a,
.stay-connected .socmed .youtube a {
    font-size:19px;
    color:#fff !important;
}
.stay-connected .socmed .facebook {
    background:#3b5998
}
.stay-connected .socmed .twitter {
    background:#4099ff
}
.stay-connected .socmed .youtube {
    background:#cf3427
}
.stay-connected .socmed .google {
    background:#dd4b39
}
.newsletters-and-products {
    float:left;
    display:block;
    margin-right:2.3576515979%;
    width:31.7615656014%
}
.newsletters-and-products:last-child {
    margin-right:0
}
@media screen and (max-width: 959px) {
    .newsletters-and-products {
        float:left;
        display:block;
        margin-right:2.3576515979%;
        width:100%;
        margin-bottom:30px
    }
    .newsletters-and-products:last-child {
        margin-right:0
    }
}
@media screen and (max-width: 959px) {
    .newsletters-and-products .newsletters,
    .newsletters-and-products .products {
        float:left;
        display:block;
        margin-right:2.3576515979%;
        width:48.821174201%
    }
    .newsletters-and-products .newsletters:last-child,
    .newsletters-and-products .products:last-child {
        margin-right:0
    }
}
@media screen and (max-width: 601px) {
    .newsletters-and-products .newsletters,
    .newsletters-and-products .products {
        float:left;
        display:block;
        margin-right:2.3576515979%;
        width:100%
    }
    .newsletters-and-products .newsletters:last-child,
    .newsletters-and-products .products:last-child {
        margin-right:0
    }
}
.newsletters-and-products .newsletters ul:after,
.newsletters-and-products .products ul:after {
    content:"";
    display:table;
    clear:both
}
.newsletters-and-products .newsletters li,
.newsletters-and-products .products li {
    float:left;
    display:block;
    margin-right:2.3576515979%;
    width:48.821174201%
}
.newsletters-and-products .newsletters li:last-child,
.newsletters-and-products .newsletters li:nth-child(odd),
.newsletters-and-products .products li:last-child,
.newsletters-and-products .products li:nth-child(odd) {
    margin-right:0
}
.newsletters-and-products .newsletters .signup {
    margin:20px 0 0
}
.newsletters-and-products .newsletters .signup:after {
    content:"";
    display:table;
    clear:both
}
.newsletters-and-products .newsletters .signup button#submit,
.newsletters-and-products .newsletters .signup input#email {
    outline:0;
    border:0;
    -webkit-appearance:none;
    border-radius:5px;
    font-family:Arial,
    Helvetica,
    sans-serif;
    font-size:15px;
    line-height:15px;
    color:#333
}
.newsletters-and-products .newsletters .signup input#email {
    background:#fff;
    padding:7px;
    display:inline-block;
    float:left;
    margin:0 8px 10px 0;
    width:50%
}
.newsletters-and-products .newsletters .signup button#submit {
    display:block;
    background:#9b0802;
    color:#fff;
    text-transform:uppercase;
    padding:8px 12px
}
.newsletters-and-products .newsletters li {
    color:#a2a1a1
}
@media screen and (min-width: 960px) {
    .newsletters-and-products .products {
        margin-top:50px
    }
}
@media screen and (max-width: 601px) {
    .newsletters-and-products .products {
        margin-top:30px
    }
}
.quicklinks-and-websites {
    float:left;
    display:block;
    margin-right:2.3576515979%;
    width:40.2913699012%
}
.quicklinks-and-websites:last-child {
    margin-right:0
}
@media screen and (max-width: 959px) {
    .quicklinks-and-websites {
        float:left;
        display:block;
        margin-right:2.3576515979%;
        width:100%
    }
    .quicklinks-and-websites:last-child {
        margin-right:0
    }
}
@media screen and (max-width: 959px) {
    .quicklinks-and-websites .quicklinks,
    .quicklinks-and-websites .websites {
        float:left;
        display:block;
        margin-right:2.3576515979%;
        width:48.821174201%
    }
    .quicklinks-and-websites .quicklinks:last-child,
    .quicklinks-and-websites .websites:last-child {
        margin-right:0
    }
    @media screen and (min-width: 959px) {
        .quicklinks-and-websites .quicklinks,
        .quicklinks-and-websites .websites {
            border-right:1px solid #2f2e2e
        }
        .quicklinks-and-websites .quicklinks:last-child,
        .quicklinks-and-websites .websites:last-child {
            margin-left:4.2649021499%;
            float:left;
            display:block;
            margin-right:2.3576515979%;
            width:44.5562720511%;
            border:0
        }
        .quicklinks-and-websites .quicklinks:last-child:last-child,
        .quicklinks-and-websites .websites:last-child:last-child {
            margin-right:0
        }
    }
}
@media screen and (max-width: 601px) {
    .quicklinks-and-websites .quicklinks,
    .quicklinks-and-websites .websites {
        float:left;
        display:block;
        margin-right:2.3576515979%;
        width:100%
    }
    .quicklinks-and-websites .quicklinks:last-child,
    .quicklinks-and-websites .websites:last-child {
        margin-right:0
    }
}
.quicklinks-and-websites .quicklinks ul:after,
.quicklinks-and-websites .websites ul:after {
    content:"";
    display:table;
    clear:both
}
.quicklinks-and-websites .quicklinks li,
.quicklinks-and-websites .websites li {
    float:left;
    display:block;
    margin-right:2.3576515979%;
    width:48.821174201%
}
.quicklinks-and-websites .quicklinks li:last-child,
.quicklinks-and-websites .quicklinks li:nth-child(odd),
.quicklinks-and-websites .websites li:last-child,
.quicklinks-and-websites .websites li:nth-child(odd) {
    margin-right:0
}
@media screen and (min-width: 960px) {
    .quicklinks-and-websites .websites {
        margin-top:60px
    }
}
@media screen and (max-width: 601px) {
    .quicklinks-and-websites .websites {
        margin-top:30px
    }
}

#top-bar {
  background: #222;
  position: fixed;
  width: 100%;
  height: 40px;
  top: 0;
  overflow: none;
  z-index: 42000000; }
  body.article #top-bar .wrapper {
    width: 96%;
    max-width: none;
  }
  #top-bar .wrapper {
    margin-top: 0;
    margin-bottom: 0;
    width: 90%;
  }
  #top-bar .toggle-menu {
    background: #61839D;
    width: 2em;
    max-width: 70px;
    max-width: 1.6em;
    float: left;
    text-align: center;
    height: 40px;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px; }
   
    @media screen and (max-width: 800px) {
      #top-bar .toggle-menu {
        width: 10%; } }
    #top-bar .toggle-menu i {
      padding: 10px 0 0; }
    #top-bar .toggle-menu + .wrapper {
      float: left;
      margin-right: 0%; 
	}
    
    @media screen and (max-width: 800px) {
        body.article #top-bar .toggle-menu + .wrapper {
          width: 94%;
        }
    }
    
  #top-bar .left-col {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-top: 8px; }
    #top-bar .left-col:last-child {
      margin-right: 0; }
      .article #top-bar .logo {
	      margin-left:13% !important;
	  }
      #top-bar .logo{
	      margin-left:18% !important;
      }
    @media screen and (max-width: 800px) {
	    
      #top-bar .left-col {
        float: left;
        display: block;
        margin-right: 0px;
        margin-left:31%;
        width: auto; }
        #top-bar .left-col:last-child {
          margin-right: 0; } 
        #top-bar .logo {
	        margin-left:5% !important;
	    }
		#top-bar #top-logo img {
	        display: none;
	    }
	    .article #top-bar .logo {
	        margin-left:0% !important;
	    }
    }
    #top-bar .left-col > * {
      display: inline-block; }
  #top-bar .logo {
    float: left;
    display: block;
    margin-right: 0px;
    margin-left: 0%;
    width: auto; }
    #top-bar .logo:last-child {
      margin-right: 0; }
    #top-bar .logo h1 {
      display: block;
      background: url("//buffalonews-resources.s3.amazonaws.com/img/sprite.png") no-repeat -27px -107px;
      text-indent: -9999px;
      width: 184px;
      height: 40px;
      margin: 0 auto; }
      #top-bar .logo h1 a {
        display: block;
        width: inherit;
        height: inherit;
        text-indent: -8400px; }
    @media screen and (max-width: 760px) {
      #top-bar .logo {
        float: left;
        display: block;
        margin-left: 23%;
        width: auto; }
        .article .logo{
	        margin-left: 13% !important;
        }
        #top-bar .logo:last-child {
          margin-right: 0; } }
  #top-bar .right-col {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: auto;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px; }
    #top-bar .right-col:last-child {
      margin-right: 0; }
    #top-bar .right-col > * {
      display: inline-block; }
    #top-bar .right-col li {
      display: inline-block; }
    @media screen and (max-width: 800px) {
      #top-bar .right-col .text {
        display: none; }
 }
  #top-bar .date-util {
    color: #e7e7e7;
    font-size: 12px;
    padding: 0 0 0 10px; }
    @media screen and (max-width: 800px) {
      #top-bar .date-util {
        display: none; } }
    #top-bar .date-util p {
      position: relative;
      top: 2px;
      white-space: nowrap;
      color: #c2c2c2 !important; }
    body.article #top-bar .date-util p {
        top: 0;
    }
  #top-bar .search-util {
    color: #ffffff;
    padding: 0 15px 0 0;
    cursor: pointer; }
  body.article #top-bar .user-controls a {
    color: #ffffff;
    text-decoration: none; } 

#recent-stories-carousel {
    border-bottom:1px solid #979797;
    /*background:#e7e7e7;*/
	/*margin-top: 5px;*/
    height: 105px;
    overflow: hidden;
    background:#fff;
}
#recent-stories-carousel:after {
    content:"";
    display:table;
    clear:both;
}
@media screen and (max-width: 570px) {
    #top-bar .logo{
	    margin-left:15% !important;
    }
    .article #top-bar .logo{
	    margin-left:4% !important;
    }
    #recent-stories-carousel {
        display:none
    }
    body.article #top-bar .toggle-menu + .wrapper{
	    width:90% !important;
    }
    #top-bar .left-col{
	    margin-left: 2% !important;
    }
}
#recent-stories-carousel .slick-slider {
    margin-bottom:0
}
#recent-stories-carousel .wrapper {
    background:#fff;
    padding:15px;
    position:relative;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    display:block;
}
#recent-stories-carousel li {
/*    float:left;
 *    display:block;
 *    */
    display:block;
    width:23.2317613015%;
    margin-right:10px;
    padding-left:10px;
    border-right:1px solid #979797
}
#recent-stories-carousel li:last-child {
    margin-right:0
}
@media screen and (max-width: 960px) {
    #recent-stories-carousel li {
        float:left;
        display:block;
        width:31.7615656014%;
        margin-right:0
    }
    #recent-stories-carousel li:last-child {
        margin-right:0
    }
    #recent-stories-carousel li:nth-child(3) {
        display:none
    }
}
#recent-stories-carousel li:nth-child(4n) {
    border-right:0
}
@media screen and (max-width: 601px) {
    #recent-stories-carousel li {
        border-right:0
    }
    #recent-stories-carousel li:nth-child(even) {
        border-right:1px solid #e7e7e7;
        border-left:0
    }
}
#recent-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 {
    margin-right:0
}
#recent-stories-carousel li .img-container img {
    width:100%
}
#recent-stories-carousel .img-container img.placeholder {
    width: 55px;
    height: 50px;
    margin: 14px auto 0 auto;
}
#recent-stories-carousel li .summary {
  /*  float:left;
    display:block;
        padding:0 5px 0 0
    */
    display:table-cell;
    margin-right:2.3576515979%;
    width:57.3509785009%;
    font-family:Lora-Regular;
	font-size:14px;
    line-height: 18px;
    color:#333;
    padding:8px;
    font-weight:normal !important;
    padding-top:0px
}
#recent-stories-carousel li .summary h3 { font-weight:normal !important}
#recent-stories-carousel li .summary:last-child {
    margin-right:0
}
#recent-stories-carousel li .summary a {
    color:#333;
    text-decoration:none;
}
#recent-stories-carousel li .summary .dates { font-size:.9em; margin-top:8px}
@media screen and (max-width: 960px) {
    #recent-stories-carousel li .summary {
        font-size:13px
    }
}
#recent-stories-carousel .next,
#recent-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 {
    color:#d0d0d0;
    font-size:30px
}
#recent-stories-carousel .prev {
    left:-40px
}
@media screen and (max-width: 959px) {
    #recent-stories-carousel .prev {
        left:-25px
    }
}
#recent-stories-carousel .next {
    right:-40px
}
@media screen and (max-width: 959px) {
    #recent-stories-carousel .next {
        right:-25px
    }
}
.article-body {
  /*  position:relative*/
}
.article-body:after {
    content:"";
  /*  display:table;*/
    clear:both
}
.article-title {
    padding:0 0 15px;
    display:table-cell; 
    width: 100%
}
.article-title h2 {
    font-family:MillerHeadline-Bold;
    font-size:45px;
    line-height:50px;
	color: #2a2a2a;
}
.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:32px;
        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:24px;
        line-height:24px
    }
    .title-spacer{display:none}
}

.article-image-main {
    border-bottom: 1px solid #a0a0a0 !important;
	margin-bottom: 25px !important;
	padding-bottom: 10px !important;
    width:100% !important;
}
.article-image-main img {
	/*width:100%;*/
	width:100%;
}
.article-image {
    margin:50px 0 30px
}
.article-image img {
    width:100%
}
.article-image .article-image-caption {
    border-bottom:1px solid #c9c8c8;
    font-family:Lora-Regular;
    font-size:14px;
    line-height:20px;
    color:#727272
}
.article-image .article-image-caption>* {
    margin-bottom:10px
}
@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-family:Lora-Regular;
    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 {
  /*  float:left;
    display:block;
    margin-right:2.3576515979%;
    width:74.4105871005%*/
	/*width:78.2%;    */
    display:table-cell;
    padding-right:8%;
    
}
.article-content:last-child {
    margin-right:0
}

@media screen and (max-width: 601px) {
    .article-content {
   /*     float:left;
      margin-right:2.3576515979%;
      */
        display:block;
        width:100%;
        font-size:100%;
    }
    .article-content:last-child {
        margin-right:0;
    }
}
.article-content p {
    margin:0 0 23px;
	color: #2a2a2a;
    font-size:1.0em;
    line-height:1.4375em;
}
.article-content p.shift
{
    padding-left:0;
}

.article-content a,
.entry-content a,
.page-content a  {
    color: #326891;
}
@media screen and (min-width: 601px) {
    .article-content.fixed-socmed {
        /*margin-left:78px*/
    }
    @media screen and (max-width: 959px) {
        .article-content.fixed-socmed {
            /*float:left;
            display:block;
            margin-right:2.3576515979%;
            width:87.2052935503%;
            margin-left:12.7947064497%*/
        }
        .article-content.fixed-socmed:last-child {
            /*margin-right:0;*/
        }
    }
}
.article-data {
/*	float: left;
	width: 20%;
    margin-right: 1.7%;
    padding-right: 10px;
*/
   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-Regular;
    font-size:17px;
    line-height:25px;
    color:#6a6a6a;
    font-style:italic
}
@media screen and (max-width: 959px) {
    .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-family:Lora-BoldItalic;
    font-size:17px;
    line-height:25px;
    margin-right:20px;
    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-family:Lora-Regular;
    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 {
    /*float:left;*/
    display:block;
    /*margin-right:2.3576515979%;*/
	top:0;
    /*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;*/
    width: 100%;
    position:inherit;
}
.socmed-util span
{
    margin-left:10px;
}

.socmed-util a {
	color:inherit;
}

@media screen and (min-width: 959px) {
    .socmed-util.sticky {
     /*   position: fixed;
        width: 9%;
        top: 165px;
        */
     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;
    }
}



.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
    }
}
/*.socmed-util li.mail {
    color:#444544
}
.socmed-util li.facebook {
    color:#3b5998
}
.socmed-util li.twitter {
    color:#4099ff
}
.socmed-util li.google {
    color:#dd4b39
}
.socmed-util li.reddit {
    color:#ff4500
}
.socmed-util li.linkedin {
    color:#007bb6
}*/
  
.content-with-related-story-widget {
 /* left: 0;
  position: relative;
  top: 350px;
  width: 700px;*/
	display: none;
	/*left: -200px;
	right: 50px;
	z-index: 99;*/
}

@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
    }
}
/*.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 {
    font-family:Lora-Bold;
    font-size:18px;
    line-height:20px;
    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 .relatedContain h4 {text-transform: uppercase;color: #444444;line-height:17px !important; padding-bottom: .5em;}
.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;
    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-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-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;
    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-Regular;
    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-Regular;
    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-Regular;
    font-size:18px;
     line-height:24px;
       padding:20px 10px;
     */
    font-family:Lora-Bold;
    font-size:1.0em;
    line-height:1.2em;
    color:#333;

    height:67px;
    overflow:hidden;
    font-weight:400;
    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-Regular;
    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-family:Lora-Regular;
    font-size:18px;
    line-height:24px;
    color:#333
}
.comment-wall {
    margin: 0;
    height:0;
    overflow:hidden
}
.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;}
@media all and (max-width: 1218px) {
	.article .wp-caption {width: auto !important;}
}
.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;
 /*   font-family:georgia;
    font-size:18px;
    font-weight:bold;
    text-align:center;*/

}

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

}

    .photogallery .photo-feature .headline {
     font-family: Lora-Bold;
         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-family: Lora-Bold;
     font-size:1em;
     line-height:1.2em;
     width:100%;
     padding-top:7px;
     padding-bottom:7px;
     border-bottom:1px solid #d7d7d7;
     height:100px;
 
/*     width:300px;
    font-family:georgia;
     font-size:16px;*/
     font-weight:regular;
}

.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;
      font-family: Lora-Regular;
      width:150px;
    
      text-align:left;
      position:relative;
      left:15px;
    }

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

}

.photogallery .viewmore a
{
    text-decoration: none; 
    font-family: Lora-Bold;
    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;}