/*
Theme Name: Responsive TBN-2015 Buffalo News
Theme URI: http://buffalonews.com
Author: The Buffalo News
Author URI: http://buffalonews.com
Description: Theme for use by The Buffalo News niche content websites
Version: 1.0
License: Copyright 2013 The Buffalo News
*/

@charset "utf-8";

/* STYLESHEET OUTLINE
    1. BASE
    2. GLOBALS
    3. FONTS
    4. TYPOGRAPHY
    5. LAYOUTS
    6. COMPONENTS
    7. HELPERS
*/


/* BASE */
/*--------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

b{
    font-weight:bold;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
}

ol, ul {
    list-style: none;
}

strong {
    font-weight: bold !important;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: 0;
}
/*------END--------*/


/* FONTS */
/*--------------*/
@font-face {
    font-family: 'MillerHeadline-Bold';
    src: url('/wp-content/themes/tbn-2013/fonts/bb1ae730-64fc-41c9-baa2-37860faea404-2.eot');
    src: local('â˜º'),
    url('/wp-content/themes/tbn-2013/fonts/bb1ae730-64fc-41c9-baa2-37860faea404-3.woff') format('woff'),
    url('/wp-content/themes/tbn-2013/fonts/bb1ae730-64fc-41c9-baa2-37860faea404-1.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}

.myriad {
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, 'Trebuchet MS', sans-serif !important;
}

body {
    font-size: 16px;
    font-family: Lora-Regular;
    line-height: 23px
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.1;
    font-weight: bold;
    color: #333333;
    /*margin: 0em 0em .3em;*/
    margin: 0em 0em .1em;
}

h1 {
    font-size: 2.15em;
}

h2 {
    font-size: 1.35em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: .80em;
}

h5 {
    font-size: .70em;
}

h6 {
    font-size: .60em;
}

p {
    font-size: 1em;
    color: #666666;
    margin: 0em 0em 1em;
}

ul{ margin-bottom:30px;}

ul, li {
    list-style: none;
}


div.article-content li:before,
div.entry-content li:before,
div.page-content li:before {
    content: "·";
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

div.article-content ol li:before,
div.entry-content ol li:before,
div.page-content ol li:before {
	content: "";
}

a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    -moz-transition: all 75ms linear;
    -webkit-transition: all 75ms linear;
    -o-transition: all 75ms linear;
    transition: all 75ms linear;
    cursor: pointer;
    text-decoration: underline;
}

a:hover {
    color: #9e0700;
    text-decoration: underline;
}

a p:hover {
    color: #9e0700 !important;
}

.uppercase {
    text-transform: uppercase;
}

h2.storyHeadline {
    font-size: 1.3em;
}

h3.oneColumnList a {
    color: #9e0700;
    text-transform: uppercase;
    font-size: 1.15em;
}

.aundrline {
    text-decoration: underline;
}

/* @fontface selectors */
h1.storyHeadline,
h2.storyHeadline,
h2.riverArticleHeadline,
h1.articleHeadline,
h3.containerLabel,
h3.oneColumnList,
h3.relatedArticleLabel,
.bawmrp h3,
.sf-widget-title {
    font-family: MillerHeadline-Bold, Georgia, "Times New Roman", Times, serif;
}
/*------END--------*/


/* GRID */
/*--------------*/
.col100 {
    width: 94.6%!important;
}

.col80 {
    width: 74.6%!important;
}

.col75 {
    width: 69.6%!important;
}

.col70 {
    width: 64.6%!important;
}

.col66 {
    width: 60.6%!important;
}

.col60 {
    width: 54.6%!important;
}

.col50 {
    width: 44.6%!important;
}

.col40 {
    width: 34.6%!important;
}

.col33 {
    width: 27.6%!important;
}

.col30 {
    width: 24.6%!important;
}

.col25 {
    width: 13.6%!important;
}

.col20 {
    width: 14.6%!important;
}

.col15 {
    width: 4.4%!important;
}

.col100,.col80,.col75,.col70,.col66,.col60,.col50,.col40,.col33,.col30,.col25,.col20,.col15,.col10,.col5 {
    display: block;
}
/*------END--------*/



#content {
    margin: 1em 0;
}

.wrapper {
    width: 100%;
    margin-bottom: 60px;
}

.page-page {
    /*width: 980px;*/
    max-width:1260px;
    background: transparent;
}

.centerOuter {
    margin: 0 auto;
}

#main {
    margin-bottom: 1em;
    padding-top:1em;/*padding and bg color added to properly accomodate wallpaper ad*/
    padding-left:1em; /*screwed up gusto - removing until further notice*/
    background:white;
}

body.error404 #main {
    padding-bottom: 0 !important;
}

.right-rail-bg {
    background: url(images/site/full-bg-border.png) repeat-y;
}

body.single .right-rail-bg,
body.error404 .right-rail-bg,
body.page-template-page_fullWidth-php .right-rail-bg {
    background: none !important;
}

.mainPrimary {
    display: inline-block;
    float: left;
    width: calc(100% - 330px);
    padding-right: 16px;
    font-size: 14px;
}
.post{
    margin-left: 5px;
}
img.alignnone.size-full.wp-image-48493{
    max-width: 100%;
    height:auto;
}
body.single .mainPrimary {
    border-right: 1px solid #ccc;
}

.mainPrimaryFull {
    width: 100% !important;
    padding-right:0px !important;
    max-width:100% !important
}

.mainSecondary {
    width: 300px;
    overflow: hidden;
    font-size: 14px;
    float: right;
    margin-right: 1em !important;
}
/*#div-gpt-ad-boxmedium-2{
    margin-bottom: 450px;
}*/
.fullPage {
    width: 100% !important;
}
@media screen and (max-width:960px){
	.fullPage { padding: 0px 20px;}
}
/*MASTHEAD*/
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#header {
    display: block;
    width: 960px;
    height: 90px;
    /*margin-top: 36px*/;
}

/*#header a { display:block;width:960px; height:90px}*/
#header a.header-link {
    display: block;
    width: 960px;
    height: 90px;
}

#divLoginRegister ul li {
    margin-top: 5px;
}

#divLoginRegister ul li a {
    color: #fff !important;
    font-weight: normal;
    padding: 0 !important;
    margin: 0 !important;
}

.ulLoginRegister li {
    padding: 0 8px;
}

/*TOP NAVIGATION*/
.barTopWrap {
    /*margin-bottom: .6em;*/
    overflow: auto;
}

.barTop {
    width: auto;
    margin: 0 auto;
    position: relative;
}

.navTopPrimaryWrap {
    width: 100%;
    background: #222;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    position: fixed;
    z-index: 9999999999;
    top: 0px;
}

.navTopPrimary {
    margin: 0 auto;
    width: 960px;
}

#logoSpecial {
    display: block;
    height: 40px;
    width: 184px;
    margin: 0 1em;
    background: url("http://buffalonews-resources.s3.amazonaws.com/img/sprite.png") no-repeat -27px -107px;
    text-indent: -9999px;
    float: left;
}

.navTopPrimary a {
    line-height: 2.5em;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    font-weight: bold;
}

.barTop a {
    color: #fff !important;
}

/* ===============
   Nav
   =============== */
nav.main {
    font-family: "Lora-Regular";
    font-size: 1.3em;
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    top: 41px;
    left: -1000px;
    width: auto;
    min-width: 240px;
    box-shadow: 1px 0 9px 2px #676767;
    background: white;
    z-index: 42000000;
}

.article nav.main {
    z-index: 60000;
}

.menu-overlay {
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.3);
    z-index:5;
    width:100%;
    height:100%;
    display:none;
}

.article .menu-overlay {
    z-index: 139;
    top: 40px;
}

nav.main.open {
    left: 0;
}

nav.main a {
    display: block;
    color: #222;
    font-size: 0.8em;
    text-decoration: none;
}

nav.main i.fa  {
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

nav.main a:hover {
    color: #666;
}

nav.main > ul {
    padding: 0;
}

nav.main > ul > li {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

nav.main > ul > li:last-child {
    border-bottom: 0;
}

nav.main > ul > li.open {
    padding-bottom: 0;
}


nav.main li > ul {
    display: none;
    padding: 0px;
    margin-top: 10px;
    margin-left: -15px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(204, 204, 204);
}

nav.main li > ul li {
    padding: 10px 0 10px 25px;
    background: #f7f7f7;
}

nav.main li > ul li:last-child {
    border-bottom: 0;
}

/* Can I get rid of this */
.navSubHover {
    background-color: #555555;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#666666));
    background-image: -webkit-linear-gradient(top, #888888, #666666);
    background-image: -moz-linear-gradient(top, #888888, #666666);
    background-image: -o-linear-gradient(top, #888888, #666666);
    background-image: linear-gradient(to bottom, #888888, #666666);*/;
}

#nav .navCurrent {
}

#nav .navCurrent .navLink {
    text-decoration: underline !important;
}

#navSpecial {
    margin: 1em 0 0;
}

#navSpecial .navItem {
    margin: 0 .3em;
    background: #333333;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#navSpecial li.navItem:hover {
    background: #666666;
}

#navSpecial a.navLink {
    color: #ffffff;
    /*text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);*/
    text-shadow: hsl(0,0%,0%) 1px 1px;
}

#navSpecial a.navLink :hover {
}

#navSpecial .navCurrent {
    background: #666666;
}

#navSpecial .navCurrent .navLink {
    text-decoration: underline !important;
}
body.site-id-56 .page-page { background: none !important}

/* search form */
#searchSite {
    -moz-transition: all 75ms linear;
    -webkit-transition: all 75ms linear;
    -o-transition: all 75ms linear;
    transition: all 75ms linear;
    position: fixed;
    top: -40px;
    right: 10%;
    background: #222;
    padding: 10px;
    z-index: 999999999;
}

body.article #searchSite {
    right: 4%;
}
@media screen and (max-width: 959px) {
	.mainPrimary {width:100%}
}

@media screen and (max-width: 800px) {
    #searchSite, body.article #searchSite {
        right: 0;
    }
}
@media screen and (max-width:680px){
    .adPencil,
    .adLeaderboardTop,
    .adLeaderboardBottom{
        /*display:none !important; beth 01.27*/
    }
    .page-page, .mainPrimary,.md1-featured-image img{
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    #content{
        margin:0px !important;
    }
    .skinLines{
        padding: 2em 1em 0 1em !important;
        margin-bottom: 2em !important;
    }
    .logo h1{
        background-size: 80% !important;
        background-position: 0em !important;
    }
    #top-bar .wrapper{
        width:87%;
    }
    .newsroom-feature{
        float:left !important;
    }
}
#searchSite .search_input {
    width: 300px !important;
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
    filter: alpha(opacity=80);
    /* internet explorer */
    -khtml-opacity: 0.8;
    /* khtml, old safari */
    -moz-opacity: 0.8;
    /* mozilla, netscape */
    opacity: 0.8;
    /* fx, safari, opera */;
}

body.page-id-21739 #searchSite .search_input {
    height: 23px;
}

.icon-search {
    background-position: -48px 0;
}

div.search {
    position: relative;
    padding: 0 0;
    margin: 0 0;
}

.searchBtn {
    padding: 4px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: none transparent;
    border: 0 none;
    cursor: pointer;
}


/*WP search widget*/
.widget_search #searchSite {
    background: #ccc;
    width: 100%;
    margin-bottom: 1em;
    /* margin: 20px 0px; */
    position: relative;
    padding: 20px 0px;
}

.widget_search #searchSite .search_input {
    width: 265px !important;
    left: 16px;
    position: absolute;
    height: 23px;
}

.widget_search #searchSite .searchBtn {
    top: 0px;
    right: 20px;
}

/*Search Results*/
.search-terms {
    color: #333 !important;
    font-weight: bold;
}
/* ===============
   MY HELPER CLASSES
   =============== */

/*Structure & position classes*/

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.centerOuter {
    margin: 0 auto !important;
}

.centerInner {
    text-align: center !important;
}

.marginT {
    margin-top: 1em !important;
}

.marginB {
    margin-bottom: 1em !important;
}

.marginL {
    margin-left: 1em !important;
}

.marginR {
    margin-right: 1em !important;
}

.aundrline {
    text-decoration: underline;
}

.slogan .textwidget {
    font-size: 18px;
    text-align: center;
    color: #9e0700;
}

.BNcontainer {
    /*padding: 1.5em 1em 1em;*/
    /* margin: 1em 0em 2em;
     padding:2em 0 0;*/
    margin: 0 0 2em;
    /*position: relative;*/
}

.container-no-padding {
    padding: 0;
}

.containerLabel,
.sf-widget-title {
    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;
}

.containerLabel a {
    /*color:white !important*/;
}

.containerWidthReset {
    padding: 2em 0em;
}

.containerReset {
    padding: 1em 1em;
    margin: 0em 0em;
}

.containerLabel a {
    /*color: #ffffff;*/;
}

.container-padding-top {
    /*padding:0; padding-top:2em !important;*/;
}

.container-no-vertical-padding {
    margin: 1em 0em 2em;
    padding: 0em 1em;
    position: relative;
}

.container-no-horizontal-padding {
    padding: 2em 0em;
}

.content {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.FrontLiveChild {
    padding-right: 2em;
    display: none;
}

.wrapper {
    width: 100%;
    margin-bottom: 60px;
    margin-top: 40px;
}

.lastItem {
    border-bottom: none;
}


/*Skin classes*/
.news-list-container {
    padding-bottom: 2em;
    padding-right: 0em;
    margin-top: 1.25em;
}

body.home .news-list-container {
    padding-bottom: 1em;
}

.borderT {
    border-top: 1px solid #eeeeee;
}

.borderB {
    border-bottom: 1px solid #eeeeee;
}

.borderL {
    border-left: 1px solid #eeeeee;
}

.borderR {
    border-right: 1px solid #eeeeee;
}

.skinLines {
    /*padding: 2em 0 0;
    border-top: 4px double #666666;
    margin-bottom:40px; 9.2.15 beth*/
}
/*
.mainSecondary .skinLines,
.mainSecondary .tbn-2015-custom-title-WP,
.mainSecondary .tbn-2015-custom-title {
    margin-bottom:400px;
}*/
.mainSecondary .skinLines,
.mainSecondary .tbn-2015-custom-title-WP,
.mainSecondary .tbn-2015-custom-title,
.mainSecondary .BNcontainer {
    margin-bottom:400px;
}
.mainSecondary .section-front .BNcontainer { margin-bottom: 20px !important}

.tbn-2015-custom-title-WP-no-margin-bottom,
.mainSecondary .tbn-2015-custom-title-no-margin-bottom{ margin-bottom: 0px !important}
.skinLines:last-child{
    margin-bottom: 0em;
}
/*Override 400px margin bottom in right rail for specific 2015theme sites*/
body.site-id-18 .mainSecondary .BNcontainer/*Corp site*/ {
    margin-bottom:30px !important;
}
#main .left{
    margin-bottom: 1em !important;
}
.river-intro a{
    color: #333333 !important;
}
.skinRound .containerLabel,
.skinLineThick .containerLabel,
.skinLineThin .containerLabel,
.skinPlainText .containerLabel,
.skinPlainTextnoMarginBottom .containerLabel,
.skinPlainTextLeft .containerLabel,
.skinWhitePadding .containerLabel {
    text-transform: uppercase;
    background: none;
    top: 0px;
    color: #333;
    padding: 0;
    margin-bottom: .65em;
    font-size: 1.35em;
    position: static;
    font-weight: bold;
    text-shadow: hsla(0,100%,100%, 1.0) 1px 1px;
}

.skinRound .containerLabel span,
.skinLineThick .containerLabel span,
.skinLineThin .containerLabel span,
.skinPlainText .containerLabel span,
.skinPlainTextnoMarginBottom .containerLabel span,
.skinPlainTextLeft .containerLabel span {
    color: #333 !important;
    font-size: 15px !important;
    font-weight: normal;
}
.sf-widget-title span {font-family: "Lora-Regular", Georgia; font-size: 14px !important;color: #666 !important;text-transform: none !important;}
.skinLineThick {
    border-top: 6px solid #ccc;
    padding: 1em 0 0;
    margin: 0 0 1em;
}

.skinLineThick-no-margin-bottom {
    border-top: 6px solid #ccc;
    padding: 1em 0 0;
    margin: 0 0 1em;
    margin-bottom:0px !important
}

.skinPlainText {
    padding: 0em !important;
    border-top: none !important;
}

.skinPlainTextnoMarginBottom {
    padding: 0em !important;
    margin-bottom: 0px !important;
}

.skinPlainTextLeft { float:left;}

.tbn-2015-custom-title-WP .containerLabel,
.tbn-2015-custom-title,
.tbn-2015-custom-title-WP-no-margin-bottom .containerLabel,
.tbn-2015-custom-title-no-margin-bottom{
    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;
}
/*.tbn-2015-custom-title-WP.BNcontainer {margin:0 0 .8em }*/
.tbn-2015-custom-title-WP .containerLabel a,
.tbn-2015-custom-title-WP a,
.tbn-2015-custom-title .containerLabel a,
.tbn-2015-custom-title a,
.tbn-2015-custom-title-WP-no-margin-bottom .containerLabel a,
.tbn-2015-custom-title-no-margin-bottom a { color: #333333 !important}

.skinWhitePadding { background:white; padding:8px; border:2px solid #ccc}

.skinLineThin {
    border-top: 1px solid #ccc;
    padding: 1em 0 0;
    margin: 0 0 1em;
}

.skinRound {
    background: #f1f1f1;
    padding: 1em;
    border-radius: 6px;
}
.skinRound .sf-widget-body {
    background: #fff;
    padding: 1em;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

/*.sf-widget-body p { line-height: 15px !important; color:#333 !important; font-size:12px !important;} removed by Beth 5.15.14*/
.skinDarkGray {
    background: #333333;
    color: #ffffff;
    /*border-bottom:1px solid #3B3B3B;*/
    -webkit-box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.3);
    /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.3);
    /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */;
}

.skinDarkGray,
.skinBox,
.skinTan,
.skinGray,
.skinLightGray {
    /*margin: 1em 0em 2em;
    padding:2em 0 0;*/
    padding: 1.5em 1em 1em;
}

.skinDarkGray .containerLabel,
.skinBox .containerLabel,
.skinTan .containerLabel,
.skinGray .containerLabel,
.skinLightGray .containerLabel {
    left: 1em;
}

.skinDarkGray .containerLabel a,
.skinLines .containerLabel a,
.skinBox .containerLabel a,
.skinTan .containerLabel a,
.skinGray .containerLabel a,
.skinLightGray .containerLabel a {
    color: #fff !important;
}

/**/.skinDarkGray .storyHeadline a {
        color: #ffffff;
    }

.skinDarkGray .storyHeadline a:hover {
    color: #dddddd;
}

.skinDarkGray .containerLabel {
    background: #9e0700;
    color: #ffffff;
}

.skinDarkGray a {
    color: #999999 !important;
}

.skinDarkGray a:hover {
    color: #ffffff !important;
}

.skinDarkGray p {
    color: #bbbbbb !important;
}

.skinDarkGray a.linkP {
    color: #bbbbbb;
}

.skinDarkGray h1,
.skinDarkGray h1,
.skinDarkGray h2,
.skinDarkGray h3,
.skinDarkGray h4,
.skinDarkGray h5,
.skinDarkGray h6 {
    color: #ffffff;
}

.skinTan {
    background: #E6E5D2;
}

.skinTan .story {
    border-bottom: 1px solid #cfcebc;
}

.skinRed {
    background: #9e0700;
    color: #ffffff;
}

.skinBox {
    border: 4px solid #e5e5e5;
    -webkit-box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.1);
    /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.1);
    /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
;
}

.skinLightGray {
    background: #ddd;
}

.skinGray {
    background: #dddddd;
    -webkit-box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.1);
    /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.1);
    /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
;
}

.rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.story {
    margin-bottom: 1em;
}

.storyHeadline a {
    color: #333333;
}

.storyHeadline a:hover {
    color: #9e0700;
    /* border-bottom:1px dashed #999;*/;
}

hr {
    width: 100%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ccc;
    color: #ccc;
    border: 0 none;
    margin-top: 5px;
    margin-bottom: 5px;
}

hr.LineThick {
    border-top: 6px solid #ccc;
    margin: 0 0 1em;
}

hr.LineThick-stand-alone {
    margin-top: 1em;
}
/*content */

.kicker {
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 .3em;
    color: #666666;
;
}

.time {
    color: #9e0700;
    font-size: .80em;
    font-weight: normal;
}

.name {
    font-size: 1em;
}

.date, .date a {
    color: #9E0700 !important;
    margin-bottom: .5em;
    font-weight: normal;
}

.bylineName {
    font-weight: bold;
    color: #333;
}

.bylinePosition, .bylineTwitter {
    font-style: italic;
    font-weight: normal;
}

.captionPosition {
    position: absolute;
    width: 60%;
    bottom: 20px;
}

.captionWrap {
    font-weight: normal;
    display: inline;
    text-align: justify;
    padding: .3em;
    color: #333333;
    background: #222222;
    filter: alpha(opacity=90);
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.caption {
    color: #a0a0a0;
    margin: 0;
    font-size: 0.9em;
    font-style: italic;
}

.credit {
    font-size: .80em;
    color: #777;
    margin: 0;
}

.linkMore {
    display: block;
    float: left;
    padding: .6em 0;
}

/*RIVER OF CONTENT*/
.river-feature .storyHeadline {
    font-size: 2.3em !important;
    line-height: 1.1em;
}
.river-feature div{
    line-height: 1.4em;
    color:#000;
}
.imgWrap {
    display: block;
    position: relative;
    margin-bottom: .3em;
}

a .imgWrap img:hover, .riverImage a img:hover {
    filter: alpha(opacity=90);
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.md1-featured-image img {
    /*width:565px;
    width: 865px;*/
    width:100%
}

.iconWrap {
    display: block;
    position: relative;
    float: left;
    position: relative;
}

a .iconWrap img:hover {
    filter: alpha(opacity=90);
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.storyTopMedia img {
    margin-bottom: .5em;
}

.river-intro {
    /* border-bottom: 1px solid #ccc;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    margin-top: 0; */
    border-top: 1px solid #ccc;
    margin-bottom: 1.5em;
    padding-bottom: 0px; 
    margin-top: 0;
    border-bottom: 7px white solid;
    padding-top: 1em;
}
.river-intro h2 {
    font-size: 1.75em !important;
    margin-bottom: .5em !important;
    padding: 0px !important;
}

.intro-para p {
    color: #000;
}

.riverDetails {
    margin-bottom: .75em;
}

.riverDetails .bylineName {
    color: #9E0700;
    margin-bottom: 0;
    font-weight: normal;
    font-style: normal;
}

.riverDetails p {
    margin-bottom: .5em;
}

a.slider-readmore, a.readmore {
    color: #9E0700 !important;
}

.riverImage {
    position: relative;
    width: 38%;
    float: left;
    margin-right:5px;
}
.riverImage img{
    max-width: 98%;
    width: 330px;

}
.social-comments .extra {
    background: none !important;
    padding: 6px;
    height: 21px;
    width: 21px;
}

.extras-container .icon-new {
    margin-top: -4px;
}

.extras-container .extra {
    margin-left: .75em;
}

.riverImage .icon-type {
    background: #000;
    padding: 6px;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 0;
    left: 0;
}

/*ICONS FROM VINCE*/
.icon-new {
    background: url(images/site/icons-NEW.png) no-repeat;
    width: 21px;
    height: 21px;
    line-height: 21px;
    display:block
}

.icon-play-circle {
    background-position: 0px 0px;
}

.icon-camera-circle {
    background-position: 0px -27px;
}

.icon-play-circle-black {
    background-position: -26px 0px;
}

.icon-camera-circle-black {
    background-position: -26px -27px;
}

.icon-play-circle-gray {
    background-position: -52px 0px;
}

.icon-camera-circle-gray {
    background-position: -52px -27px;
}

.social-comments {
    background: url(images/site/social_entry.png) no-repeat;
    height: 20px;
    width: 120px;
    position: relative;
    z-index: 4;
}

.social-comments span {
    display: block;
    float: right;
    /*margin-top: -20px;*/
    text-align: center;
    width: 32px;
    overflow: hidden;
    height: 19px;
}

.comment-count {
    float: right;
    text-align: center;
    width: 32px;
}

/*DROP NAV*/
.story {
    margin-bottom: 1em;
}

.storyHeadline a {
    color: #333;
}

.storyHeadline a:hover {
    color: #9e0700;
}

.iconWrap {
    display: block;
    position: relative;
    float: left;
    position: relative;
}
/*LISTS*/
.listHoriz {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.listHoriz li {
    display: inline;
    float: left;
    padding: 0 .6em;
    border-bottom: 0px !important;
}

.listHorizBtn {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.listHorizBtn a {
    display: block;
    font-weight: bold;
    margin: 0;
    padding: .6em;
}

.listHorizBtn li {
    display: inline;
    float: left;
}

.list-vert li {
    line-height: 17px;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

.list-arrows li:before {
    content: "\bb";
    padding-right: 5px;
    color: #9e0700;
}

.list-lines li {
    border-bottom: 1px solid #ccc;
}

.list-bullets li {
    list-style: disc inside none !important;
    color: #000;
    font-size: 1em;
}
#menu-dont-miss.listHoriz{padding-top: 5px;}
.widget_better_rss_widget li {
    border-bottom: 1px solid #ccc;
    line-height: 17px;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

.widget_better_rss_widget li:before {
    content: "\bb";
    padding-right: 5px;
    color: #9e0700;
}

.widget_better_rss_widget ul li,
.mainPrimary div.sf-widget ul li,
.sf-widget ul li,
.divider-item,
    /*targets WP out-of-the-box widgets*/
.widget_pages ul li,
.widget_calendar ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_search ul li,
.widget_text ul li {
    /*this is from the 2013 theme... we shouldn't carry over
    line-height: 17px;
    padding-bottom: .5em;
    border-bottom: 1px solid #ccc;
    */
    margin-bottom: .5em;
}

.divider-item {
    overflow: auto;
}

.widget_better_rss_widget ul li:before,
.mainPrimary div.sf-widget ul li:before,
.sf-widget ul li:before,
    /*targets WP out-of-the-box widgets*/
.widget_pages ul li:before,
.widget_calendar ul li:before,
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_meta ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_search ul li:before,
.widget_text ul li:before {
    /* this is from the 2013 theme... we shouldn't carry over
    content: "\bb";
    padding-right: 5px;
    color: #9e0700;*/
}

/*HFE Remove content:before on list*/
body.site-id-25 .mainPrimary div.sf-widget ul li:before,
body.site-id-25 .listHoriz li:before,
body.site-id-25 .textwidget ul li:before{display:none !important}

/*{border-top: 1px solid #eee;border-bottom: 1px solid #eee;} what?? */

/*Overwrites sf-widget ul li styles for Multi Slider*/
.sf-widget .sf-widget-body .post .multislider-container .centered-horList ul.multi-slide li {
    border-bottom: 0px !important;
    line-height: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.centered-horList ul.multi-slide {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center !important;
}

.centered-horList ul.multi-slide li {
    display: inline !important;
}

.sf-widget .sf-widget-body .post .multislider-container .centered-horList ul.multi-slide li:before {
    content: "" !important;
    padding-right: 5px !important;
    color: transparent !important;
}

.widget_better_rss_widget ul li span,
.mainPrimary div.sf-widget ul li span {
    color: #9e0700;
}

.sf-widget h2 {
    padding: .5em 0em;
}

.sf-widget a:hover h2 {
    color: #9e0700 !important;
}
/*RIGHT RAIL*/
.three-col-rightRail {
    width: 27.3%;
}

.three-col-rightRail a h2 {
    font-size: 1.25em;
    font-family: MillerHeadline-Bold, Georgia, "Times New Roman", Times, serif;
}
/*.three-col-rightRail a h2:hover,
.three-col-rightRail a p em:hover{
    color: #9e0700 !important;
    text-decoration:none !important;
}*/
.three-col-rightRail a:hover {
    text-decoration: none;
}

.three-col-rightRail a *:hover {
    color: #9e0700 !important;
    text-decoration: underline !important;
}

.three-col-rightRail-lines {
    background: url(images/site/three-col-rightRail-lines.gif) repeat-y;
    overflow: auto;
    overflow-x: hidden;
}

.center-col-separation {
    /*padding: 0 1em;
    margin: 0 1em;*/
    margin-right: 26px;
    margin-left: 26px;
}

.square-img-thumb {
    height: 75px;
    width: 75px;
}
/*BN Youtube widget*/
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*ADS*/
.adStyling {border-top: 1px solid #ccc;border-bottom: 1px solid #ccc; padding: 1em 0;margin: 1em 0;}
.adStylingP { color: #777 !important;font-size: .75em !important;text-transform: uppercase;font-family: arial, sans-serif;margin-bottom: 8px !important;}
.page-page #content {position:relative}
#div-gpt-ad-custom {position:absolute}
.adLeaderboardTopArticle {text-align: center;margin-bottom: 1em}
.adBadge {
    display: block;
    float: right;
}
.adPencil {
    display: block;
    text-align: center;
}
#div-gpt-ad-pencil {
	margin: 0 auto 1em auto;
}
.adMediumBox {
    width: 100%;
    display: block;
    margin-bottom: 20em !important;
    position: relative;
}

.adLeaderboardBottom {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 1.6em;
}

.adSky {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: .6em;
}

.adYahooText {
    display: block;
    float: left;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: .6em;
}

#div-gpt-ad-badgesmall-finder {
    margin-bottom: 1em;
}

.floatover {
    z-index: 9999999999;
    /*position:absolute;*/ /* border:1px solid #F6C; position:absolute; z-index: 9999999999; right:0px; top:0px; width:200px; height:200px; display:block;*/;
}
/*river ad break*/
.river-ad-break {
    overflow: auto;
    padding-bottom: 0px;
    margin: 0 auto;
    width: 616px;
    margin: 0 auto;
    margin-bottom: 1.25em;
}

.river-ad-break .adMediumBox {
    width: 300px;
    overflow: hidden;
    height: 250px;
}

.newsroom-feature {
    /*width:280px; removed by beth 04/01/14*/
    height: 250px;
    float: right;
    margin-bottom: 1em;
    border-left: 1px solid #ccc;
    padding-left: 1.25em;
}

.mainSecondary .newsroom-feature {
    border-left: none !important;
    float: none;
    padding-left: 1em;
}
@media screen and (min-device-width: 960px) and (max-width:1023px){
.newsroom-feature { padding-left:0px; float:left;}
.river-ad-break { width:595px;}
}
@media screen and (min-device-width: 861px) and (max-width:959px){
.newsroom-feature { padding-left:1.2em; float:right;}
.river-ad-break { width:616px;}
}
/*Sky reset*/
.ad-wide-skyscraper {
    display: block;
    float: left;
    margin-right: 2em !important;
    margin-bottom: 2em !important;
    padding: .6em;
}

.story-wide-skyscraper {
    background-color: #efefef;
    color: #333;
    margin-bottom: 1em;
}

/*UIX classes*/

.arrowUp {
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
}

.commentBody .arrowUp {
    border-bottom: 6px solid #f1f1f1;
}

a.primaryBtn {
    display: block;
    float: left;
    padding: .6em;
    font-weight: bold;
    /*font-size:1em;*/
    background: #9e0700;
    color: #ffffff;
    border-radius: 3px;
}

a.primaryBtn:hover {
    background: #bd0800;
}

.primaryBtn {
    display: block;
    float: left;
    padding: .6em;
    font-weight: bold;
    /*font-size:1em;*/
    background: #9e0700;
    color: #ffffff;
    border-radius: 3px;
}

.primaryBtn:hover {
    background: #bd0800;
}
/*FOOTER*/
footer {
    clear: both;
    padding-bottom:1em
}

.footerConnect {
    padding: .6em;
}

.footerConnect a {
    display: block;
    width: 104px;
    height: 30px;
    padding-top: 75px;
    margin: auto;
    background: url("http://buffalonews-resources.s3.amazonaws.com/img/sprite.png") no-repeat;
    direction: ltr;
    color: #9e0700;
    font-size: 1.5em;
    font-style: italic;
}

.footerConnect a:hover {
    color: #9e0700;
}

#footer .navLink[href="http://buffalo.com"] {
    display: block;
    font-size: 25px;
    text-transform: capitalize;
    width: 250px;
    font-style: italic;
}

.footerFacebook {
    background-position: -10px -200px !important;
}

.footerTwitter {
    background-position: -103px -200px !important;
}

.footerAlerts {
    background-position: -195px -200px !important;
}

.footerRss {
    background-position: -287px -200px !important;
}

.footerNewsletter {
    background-position: -380px -200px !important;
}

.footerProducts {
    background-position: -463px -200px !important;
}

.footerPrimary {
    width: 924px;
    padding: 2em;
    /*position:absolute;*/
    margin-left: -8px;
    background: #333333;
    /*border-top:1px solid #eeeeee;
    border-bottom:1px solid #3b3b3b;*/
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */;
}

.footerPrimary h3 {
    text-transform: uppercase;
    color: #ffffff;
}

.footerSecondary {
    padding: 1em;
    background: #222222;
}

#footer ul {
    list-style-type: none !important;
}

#footer .footerPrimary .col40 .listVert {
    padding-left: 0px !important;
    list-style-type: none !important;
    float: left;
}

#footer .footerPrimary .listVert li {
    padding: .1em 0em !important;
}

.footerPrimary .listVert li a {
    font-weight: normal !important;
    font-size: 12px !important;
}

.footerPrimary div h3 {
    text-transform: none;
    color: white;
    font-weight: normal !important;
    font-size: 1.4em !important;
    height: 26px;
    border-bottom: 1px solid #605f5f;
}

.footerSecondary p {
    margin: 0px !important;
    padding-top: 6px;
}

.footerConnect .BNcontainer .box {
    padding-right: 1.44em !important;
}

.footerProducts {
    background-position: -463px -200px !important;
}

.footerProducts:hover {
    cursor: pointer !important;
}
.newsletter-submit {padding: 5px 8px !important;border: none;}

/*ETC*/
.alignleft {
    margin-right: .5em;
    float: left;
}

.alignright {
    margin-left: .5em;
    float: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.left-image {
    margin-right: 1em;
}

.full-image {
    width: 100%;
    height: 100%;
}

.all-caps {
    text-transform: uppercase !important;
}

.border-right {
    margin-right: 1em !important;
    border-right: 1px solid #ccc;
    padding-right: 1em !important;
}

.border-left {
    margin-left: 1em;
    border-left: 1px solid #ccc;
    padding-left: 1em;
}

.margin-right {
    margin-right: 1em;
}

.last-no-margin-right {
    margin-right: 0 !important;
}

.last-no-border-right {
    margin-right: 0em !important;
    border-right: 0px !important;
    padding-right: 0em !important;
}

.padding-bottom {
    padding-bottom: 1em;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-top {
    margin-top: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

.margin-bottom {
    margin-bottom: 1em !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.hundred-percent-width {
    width: 100% !important;
}

.display-none {
    display: none !important;
}

.right-rail-margin-bottom { margin-bottom:400px;}
@media screen and (max-width:860px){
	.right-rail-margin-bottom { margin-bottom:1em;}
	#main{padding-top:1em}
}

.rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.all-caps {
    text-transform: uppercase !important;
}

.red {
    color: #9e0700 !important;
}

.bold {
    font-weight: 700 !important;
}

.bodoni {
    font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif !important;
}

.padding-start-zero {
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
    padding-start: 0px;
    padding: 0px;
    *margin-left: 0px;
}

.margin-top-zero {
    -moz-margin-start: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -khtml-margin-start: 0px;
    -o-margin-start: 0px;
    margin-start: 0px;
    margin-top: 0px;
    *margin-top: 0px;
}

i, cite, em, var, address, dfn {
    font-style: italic;
}

.more_post {
    width: 100%;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #9e0800;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#9e0800),to(#7a0905));
    background: -webkit-linear-gradient(#9e0800,#7a0905);
    background: -moz-linear-gradient(#9e0800,#7a0905);
    background: -ms-linear-gradient(#9e0800,#7a0905);
    background: -o-linear-gradient(#9e0800,#7a0905);
    background: linear-gradient(#9e0800,#7a0905);
    -pie-background: linear-gradient(#9e0800,#7a0905);
    behavior: url(http://css3pie.com/pie/PIE.htc);
    cursor: pointer;
    text-align: center;
    clear:left;
}

.more_post a {
    color: #fff !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none !important;
    display: block;
    width: 100%;
    padding: 15px 0px 15px 0px;
}

.remove-margin-padding {
    margin: 0 !important;
    padding: 0 !important;
}

/*PARTNER RIGHT RAIL*/
.PartnerRR li a {
    float: left;
    width: 131px;
    height: 58px;
    display: block;
    line-height: 1.25em;
    border: 1px solid #efefef;
    padding: 5px;
    border: solid 1px #EFEFEF;
    padding-top: .5em;
    padding-bottom: 1em;
}

.PartnerRR li a:hover {
    text-decoration: none !important;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.PartnerRR li a span {
    font-size: 11px;
    font-weight: normal !important;
    font-style: italic;
}
/*TABS*/
.tab-wrapper {
    display: block;
    position: relative;
}

.tab-wrapper ul.tab-title {
    clear: both;
    width: 100%;
}

.tab-wrapper ul.tab-title li {
    font-family: MillerHeadline-Bold, Georgia, "Times New Roman", Times, serif;
    float: left;
    display: block;
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    color: #666;
}

.tab-wrapper ul.tab-title li.active, .tab-wrapper ul.tab-title li.active:hover {
    color: #9E0700;
}

.tab-wrapper ul.tab-title li:hover {
    color: #000;
}

.tab-wrapper ul.tab-title li span {
}

.tab-wrapper .tab-container {
    clear: both;
    width: 100%;
    padding-top: 1em;
}

.tab-wrapper .tab-container > div {
    display: none;
}

.tab-wrapper .tab-container > div.active {
    display: block;
}

/* temp tab fix overrides style from following classes -
.mainPrimary div.sf-widget ul li, .sf-widget ul li
for better fix make the selectors class based and not on the li:
*/
.tab-wrapper ul li {
    border-bottom: 0 !important;
    line-height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.tab-wrapper ul li:before {
    content: "" !important;
    content: initial !important;
}

.tab-wrapper ul li span {
    color: inherit !important;
}

/*ARTICLE*/
#headline {
    margin-bottom: 0;
}

body.article #headline {
    margin-bottom: 0em !important;
}

.articleHeadline {
    font-size: 3em;
}

.articleMainPhoto {
    margin-bottom: 1.5em;
}

#articleInfo {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    margin: 0 0 30px 0;
}

.articleByline {
    font-size: 1em;
    color: #333;
    margin-bottom: .1em;
}

.articleDeck {
    font-size: 1.8em;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1em;
}

.articleP {
    font-size: 1.15em;
}

.articleP p {
    color: #000;
}

.articleP p a {
    text-decoration: underline !important;
}

.articleP h3 {
    font-size: 1.1em;
}

.articleP a:link,.articleP a:visited,.articleP a:active {
    color: #9e0700 !important;
    text-decoration: none;
}

.articleP a:hover {
    text-decoration: underline;
}

.articleTools {
    margin-bottom: 1em;
}

.socialWrap {
    padding: .4em;
}

.articleAttr {
    margin-bottom: 1em;
}

.articleQuote {
    font-size: 2em;
    line-height: 1.25;
    font-weight: normal;
    font-style: italic;
    margin: 0;
}

#embedded-video {
    margin-bottom: 1.5em;
}

#comments li {
    padding: 1em 0;
}

.commentBody {
    position: relative;
    padding: 1em;
}

.relatedArticleContent {
    width: 174px;
    float: left;
    margin-right: 20px;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
}

.relatedArticleLabel {
    text-transform: uppercase;
    font-size: 1.3em;
}

.relatedArticleLabel2 {
    padding-bottom: .5em;
}

div#article-connection-rail {
    float: left;
    max-width: 194px;
}

div#article-connection-rail li.extra-picture {
    width: 174px;
    padding: 5px 0;
    margin-bottom: 8px;
}

div#article-connection-rail li.extra-picture a:hover img,
.newsroom-feature img:hover {
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.bawmrp h3 {
    text-transform: uppercase;
    font-size: 1.3em;
    color: #333;
}

.bawmrp ul li {
    border-bottom: 1px solid #ccc;
    line-height: 17px;
    padding-bottom: .5em;
    margin-bottom: .5em;
    margin-right: 1.5em;
}

.bawmrp ul li a {
    display: block;
    font-style: italic !important;
    margin: 0;
}

.bawmrp ul li:before {
    content: "\bb";
    padding-right: 5px;
    color: #9e0700;
    float: left;
}

/*target article content area and page content area*/
.entry-content ul li,
.page-content ul li,
.entry-content ol li,
.page-content ol li {
    margin-bottom: .5em;
    color: #000;
    font-size: 1em;
}

.entry-content ul li,
.page-content ul li {
    list-style: none !important;
}

.entry-content ol li,
.page-content ol li,
.article-content ol li {
	list-style: decimal inside none !important;
}

.article-content p.article-subhead,
.article-content span.Bold {
	font-weight: bold;
}

.article-content span.Italic,
.article-content span.italic {
	font-style: italic;
}

/*SHARE TOOLS*/
.shareTools .listHoriz li {
    padding: 0 !important;
    margin-right: 1em;
}

.shareTools .listHoriz li.last {
    padding: 0 !important;
    margin-right: 0 !important;
}

.g-plusone {
    width: 40px;
}

#share-buttons {
    height: 30px;
}

#share-buttons a img {
    width: 30px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}
/*404*/
/*Bills Blitz 404*/
.nopage-container {
    background: url('/wp-content/themes/tbn-2013/images/404.jpg') no-repeat 136px -77px;
    height: 454px;
    padding-left: 65px;
}

.nopage-container h1 {
    font-size: 72px;
    font-weight: normal !important;
}

.nopage-container h2 {
    font-size: 24px;
    width: 400px;
    font-weight: normal !important;
    line-height: 32px;
    margin-bottom: 1em;
}
/*general 404*/
.not-found {
    clear: both;
    background: #efefef;
    padding: 20px;
    width: 92%;
    margin: 0 auto;
    margin-bottom: 1em;
}

.not-found h1 {
    font-size: 72px;
}

/*BN COLUMN STYLES*/
.column-border-right {
    margin-right: .8em;
    border-right: 1px solid #ccc;
    padding-right: .8em;
}

.column-border-left {
    margin-left: 1em;
    border-left: 1px solid #ccc;
    padding-left: 1em;
}

.pull-column {
    margin-left: -30px;
}



/*GAME DAY LIVE BLOG WIDGET*/
.section-front {
    float: left;
}

.cover-it-live {
    border-top: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 13px;
}

.live-scoreboard {
    margin-top: 43px !important;
}

#wide-column {
    background-color: white;
    outline: 20px solid white;
    padding: 0 !important;
    padding-bottom: 1em !important;
    margin-bottom: 1.5em;
}

@-moz-document url-prefix() {
    #wide-column {
        outline-offset: -7px;
    }
}

#wide-column .sf-widget {
    margin: 1em 0em 2em;
    /*padding: 1.5em 1em 1em;*/
    padding-top: 20px;
    position: relative;
    border-top: 4px double #666666;
}
/*TSN*/
.TSN4 {
    font-weight: bold !important;
    color: black;
    font-size: 16px;
    font-family: MillerHeadline-Bold, Georgia, "Times New Roman", Times, serif;
}

.TSN5 {
    padding: .25em 0;
    border-bottom: 1px solid #ccc;
}

.tab-box {
    padding-top: 1em;
}

.tab-box a:hover {
    text-decoration: underline;
}

.more-box .moreLink {
    font-size: 0.9em;
    padding: 0;
    margin-right: 3px;
    padding-right: 6px;
    border-right: 1px solid #ccc;
}

.more-box a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    padding: 6px;
    text-transform: uppercase;
    color: #9e0700;
}

.more-box .last {
    margin: 0;
    padding: 0;
    border: 0;
}

#FF-coverup-line {
    display: block;
    background: #efefef;
    width: 20px;
    height: 30px;
}
/* BODY IMAGES */

/*.entry-content p img,
.entry-content img { width:300px !important; float:left; border:1px solid #ccc}*/
.entry-content p img,
.entry-content img.asset-image {
    /*width:300px !important;border:1px solid #ccc; margin-right:1em;*/
    float: left;
    margin-bottom: 1em;
}


.wp-caption {
    /*width: auto !important;
    display: inline-block !important;*/
}

.wp-caption-text {
    color: #a0a0a0 !IMPORTANT;
    font-size: .85em !important;
    width: auto;
    padding-bottom: 6px;
    margin-bottom: 1.25em;
    /*border-bottom: 1px solid #ccc !important;*/
    line-height: 1.6em !IMPORTANT;
    font-style: italic !important;
}

.wp-caption-text * {
    padding: 0 10px;
    margin: 0;
}

.entry-content-image {
    width: auto;
    height: 100%;
}

img.size-medium {
    /*width: 434px !important;
    display: inline-block;*/
}

/*LIVE BLOG*/
img.avatar-30 {
    width: 30px !important;
    height: 30px !important;
}

/*JUST COLORS*/
.color-333 {
    color: #333 !important;
}

/*GUSTO*/
h2 {
    font-size: 1.1em;
    line-height: 1.2em;
}
/*carousel*/
body.site-id-7 #lead-story-E-container,
body.site-id-7 #lead-story-G-container {
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
}
/*section front headers + descrip - is also in the Lead Story style G */
h1#sectionfront-title {
    font-size: 2.15em !important;
    font-weight: bold !important;
    font-family: MillerHeadline-Bold, Georgia, "Times New Roman", Times, serif !important;
}
/*movies section front*/
#movie-thumbs-slider .jcarousel-skin-tango .jcarousel-container .jcarousel-list li.jcarousel-item:before {
    content: "" !important;
    padding-right: 0px !important;
    color: transparent !important;
}

#movie-thumbs-slider .jcarousel-skin-tango .jcarousel-container .jcarousel-list li.jcarousel-item {
    padding-bottom: 0px;
    margin-bottom: 0px;
    min-height: 256px;
    border-bottom: 0px !important;
}

#sectionfront-title span {
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
    font-size: 15px;
    color: #333;
    font-weight: normal!important;
}

#top-finder-holder {
    padding-top: 75px;
}

/*category search tool*/
.button-submit {
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 12px;
    color: #fff;
    background-color: #898989;
    background: -webkit-linear-gradient(#888, #666);
    background: linear-gradient(#888, #666);
    border: 0 none;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 -1px 0 #000;
    box-shadow: 0 1px 0 #666, 0 3px 0 #444, 0 4px 4px rgba(0,0,0,0.4);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    letter-spacing: 1px;
}

.button-submit:active {
    color: #fff;
    text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff;
    box-shadow: 0 1px 0 #666, 0 2px 0 #444, 0 2px 2px rgba(0,0,0,0.9);
    -webkit-animation: none;
    animation: none;
}

.category-form input {
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
    padding: 4px;
    width: 100%;
    font-size: 12px;
    border: 1px solid #ccc;
    outline: none;
    margin-bottom: 0 !important;
}

.category-form .go-button {
    border: none !important;
    width: 40px !important;
    float: left;
}

.category-form input.go-box {
    float: left;
    margin-right: 4px;
    height: 100%;
}

.category-form label {
    text-transform: none;
    font-size: 16px;
    margin-right: .25em;
}

.title-container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1em;
}

.title-content {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    color: #4D4D4D;
}

.title-content h2 {
    border-bottom: #808080;
    border-bottom-width: thin;
    border-bottom-style: dotted;
    border-top: #808080;
    border-top-width: thin;
    border-top-style: dotted;
    font-size: .65em;
    display: inline;
    color: #469bbf;
    text-align: center;
    text-transform: uppercase;
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
    letter-spacing: 1px;
}

.search-holder {
    width: 60%;
    margin: 0 auto;
}
/*multiple posts slider*/
.category-slider .slides .slide {
    padding-left: 35px !important;
}

/*======02/17/2014 SEARCH RESULTS======

Looks like Vince's mockup
#tabs { margin: 1em 0}
#tabs li a.tab{ display:inline-block; text-align:center; float:left; text-decoration:none; font-weight:bold; background:#666; color:white !important; padding:.5em 2em; margin-right:1em}
#tabs li a.tab.active{ background:#333 !important}
*/
#tabs { margin: 1em 0;}
#tabs li a.tab{ background: #F5F5F5;list-style-type: none;float: left;border: 1px solid #CCC;margin: 4px 2px 2px 0;height: 35px;box-sizing: border-box;-moz-box-sizing: border-box;overflow: hidden;padding: 0px 1em;line-height: 31px;font-size: 1.15em;font-weight: bold;}
#tabs li a.tab span { font-weight:normal !important}
#tabs li a.tab.active{ background: #FFF;margin: 0 2px 0 0;padding: 0px 1em;height: 41px;box-sizing: border-box;-moz-box-sizing: border-box;border-bottom: none;}

/* original css before tags below
.results-list li {list-style:disc inside !important; color:#000;font-weight: bold; margin-bottom:.5em; clear:both}
.results-list dt {  font-weight: bold; float: left; width:17%;line-height: 27px;}
.results-list dd {  float:left; margin-right:.25em; padding:.5em 1em; line-height:15px;outline: 1px solid #ccc;background: white; }
.results-list dl { clear:left; padding:.25em; overflow:auto}
.results-list dd:last-child{ margin-right:0 !important;}
.results-list dl:last-child{}
*/

/*tags*/
.results-list label { font-weight: bold; float: left; width:15%;line-height: 30px; color:#333}
.results-list p { margin-bottom:.5em}
div.tagsinput {  overflow-y: auto; min-height:36px !important}/*border:1px solid #CCC; background: #FFF; padding:5px 5px 0 5px;*/
div.tagsinput span.tag { border: 1px solid #ccc; display: block; float: left; padding: 5px; text-decoration:none; background:#fff; color: #666; margin-right: 5px; margin-bottom:5px;font-family: helvetica;  font-size:13px;}
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px;  }
div.tagsinput input { width:80px; margin:0px; MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important font-size: 13px; border:1px solid transparent; padding:5px 5px 0px 5px; background: transparent; color: #000; outline:0px;  margin-right:5px; margin-bottom:5px; }
div.tagsinput div { display:block; float: left; }
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}

/*RESULTS AND VIEWS*/
.results ul { list-style: none; }
.results .view-buttons { margin-bottom: 20px; }
.results .list li { width: 100%; }
.results .grid li { float: left; width: 31.25%; margin-right:20px}
.results .grid li:nth-child(3n+3) { margin-right:0px !important}
.results .grid li .river-intro { height: 215px;overflow: hidden;padding-bottom: inherit;border-bottom: 15px solid white;outline: 1px solid #ccc;padding: 15px !important; }
.river-intro a:hover { text-decoration:none !important; }
.view-buttons { margin: 1em 0; float:right}
.button { display:inline-block;cursor:pointer}


/*small search box*/
.button-submit {font-weight: bold;  color: white;text-transform: uppercase; padding:3px 12px    color: #fff;    background-color: #898989;  background: -webkit-linear-gradient(#888, #666);    background: linear-gradient(#888, #666);    border: 0 none; outline:none;   -moz-border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;border-radius: 3px;    text-shadow: 0 -1px 0 #000; box-shadow: 0 1px 0 #666, 0 3px 0 #444, 0 4px 4px rgba(0,0,0,0.4);  cursor: pointer;    -webkit-transition: all 300ms ease;transition: all 300ms ease; letter-spacing:1px; }
.button-submit:active { color: #fff;    text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff; box-shadow: 0 1px 0 #666, 0 2px 0 #444, 0 2px 2px rgba(0,0,0,0.9);  -webkit-animation: none;    animation: none;}
.go-button {padding: 3px 5px 3px 5px;}
.category-form input {font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;padding: 4px;font-size: 14px;border: 1px solid #ccc;outline: none;margin-bottom: 0 !important;float:left}
.category-form .go-button {border: none !important;width: 40px !important;float: left;}

/*pagination simple*/
.pagination-simple {padding-bottom: 1em;}
.pagination-simple > div {float: left;width: 50%;text-align: right;}
.pagination-simple >:first-child {text-align: left;}
.pagination-simple a {display: inline-block;background: #f5f5f5;padding: .5em 2em;font-weight: bold; outline:#ccc 1px solid}

/*pagination advanced*/
.pagination { float: left; text-align: left; font-size: 92.5%; margin: 0; padding: 1.5em 0 .25em; width: 100%; }
.pagination A,
.pagination SPAN { padding: 5px 5px 3px; margin: 2px; }
.pagination A:hover,
.pagination A:active { border-color: #AEAEAE; color: #000; }
.pagination SPAN.current { border: 1px solid #AEAEAE; font-weight: bold; background-color: #CCC; color: #FFF; }
.pagination SPAN.disabled { border: 1px solid #eee; color: #ddd; }
.pagination A { border: 1px solid #CCC; text-decoration: none; }

.breadcrumbs {font-style: italic;}
.breadcrumbs a {color:#999 !important;}
.breadcrumbs a:hover {color:#9e0700 !important;}

/*CASPIO in FF content is spilling outside of div*/
#caspioform {overflow: auto !important;width: 630px !important;}

/* Form plugin overrides */
.fm-form fieldset {border: 1px solid #ccc !important; background: #f9f9f9 !important;}
.fm-form legend {width:auto !important;}
.fm-form label {/*text-align: right !important;*/}
.fm-form input {
    /*height: 20px !important;*/
    padding: 4px 6px !important;
    margin-bottom: 9px !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.fm-form ul li {list-style: none !important;}

.fm-form hr {
    padding-top: 12px;
    margin-top: 24px;
    width:300px;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#pubModalParent{
    display:none;
    position:fixed;
    top:0px;
    z-index:10000000;
    left:0px;
}
#pubModalDim
{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color:#000;
}
#pubModalContent
{
    top: 3%;
    position:absolute;
    left:25%;
    margin-right:auto;
    width:900px;
    text-align: right;
    color: red;
}
img.click2close
{ 
    position: relative;
    top: 15px;
    right: -15px;
}
.click2close
{
    cursor: pointer;
}

#sectionfront-title span {font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important; font-size:15px; color:#333; font-weight:normal!important}

/*CORP NEWSROOM PAGE*/
.contact-table { margin-bottom:20px;}
.contact-table th{ text-align:left !important; font-size:1.5em}
.contact-table th p { font-size: 14px; font-weight:normal !important}
.contact-table tr{ border-bottom: 1px solid #ccc}
#contact-table-departments tr{ border-bottom: 0px !important}
#contact-table-departments tr td p a{ text-align:center; width:100px; display:block}
.contact-table tr td[colspan="2"] { width:250px;}
.contact-table tr td[colspan="1"] { width:150px;}
.contact-table tr td[colspan="3"] { width:350px;}
.float-table-small { float:left; width:195px;}
.listBullet {list-style:inside circle;} 
.primaryBtn {color: white !important}
#embedded-video{float:left;}


/*SPONSORED ARTICLE PAGE*/
#sponsored-page {padding-top: 60px;} /*REMOVE THIS PADDING IF CAROUSEL IS ADDED BACK INTO single-sponsored.php*/
#sponsored-page .main {font-family: 'Raleway', sans-serif !important}
#sponsored-page .main p { line-height:1.5em}
.sponsoredPrimary h1 {
    font-family: 'Raleway', sans-serif !important;
    font-size:34px;
    padding-bottom: .25em;
}
.articleInfoSponsored {
    border-top: 0px !important;
    border-bottom: 0px !important;
    margin: 0 0 1em 0 !important;
}
#sponsored-page .article-image-main {border-bottom: 0px;margin-bottom: 0px;padding-bottom: 0px;}
.articleInfoSponsored .bylineName {font-weight:normal !important;font-size:1em !important}
#sponsored-page #breadcrumbs{ font-family: 'Raleway', sans-serif; }
#sponsored-disclaimer {padding-top:.5em;color:#666;}
/*SPONSORED Category PAGE*/
.sponsoredPrimary h2.riverArticleHeadline,
.sponsoredPrimary .sf-widget-title,
.sponsoredPrimary .mainPrimary .containerLabel{font-family: 'Raleway', sans-serif !important;}
.sponsoredPrimary .river-intro h2 {font-size: 1.55em !important;}
.mejs-container, .mejs-audio{width:69% !important;clear:none !important;float:left !important;}
.mejs-controls{width:434px !important;overflow:hidden}.mejs-mediaelement{434px !important;overflow:hidden}.mejs-container{434px !importantoverflow:hidden}.svg mejs-audio mejs-long-video{width:434px !important;overflow:hidden}
/*.mejs-container + p {clear:both !important}*/

/*polls*/
.wp-polls {
    float: left;
    /*width: 424px;*/
    width: 100%;
}

/* The Ultimate Guide */
.ultimate-guide-container .slider-main{ height: 100% !important; }
#ultimate-guide-slider .slider-main .an-item {
    width: 174px;
    height: 220px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#ultimate-guide-slider .slider-main .an-item.last-an-item { margin-left: 10px; }
#ultimate-guide-slider .slider-main .an-item .category-bar {
    display: block;
    width: 100%;
    background: #4293b5;
    padding: 5px 0;
    text-align: center;
    color: white;
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
}
#ultimate-guide-slider .slider-main .an-item .category-bar + h2 {
    width: 173px;
    text-align: center;
}
#ultimate-guide-slider .slider-main .an-item .category-bar + h2 a { font-weight: lighter; }

#ultimate-guide-slider .slider-main .an-item .img-container {
    height: 105px;
    overflow: hidden;
}
#ultimate-guide-slider .slider-main .an-item .img-container img {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
/*Slideshow*/
.slideshow-contain { max-width:1000px; margin: 0 auto; margin-top: 60px;}
/* Calendar Gusto */
#bottom-finder-holder.cal {
    overflow: hidden;
    padding: 0;
    height: auto;
    min-height: 275px;
    background: black; }
.finder-container-bottom.calendar + .river-intro {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.finder-container-bottom.calendar .cal-left-col, .finder-container-bottom.calendar .cal-right-col {
    float: left;
    height: 100%; }
.finder-container-bottom.calendar .cal-left-col {
    width: 32%;
    background: black; }
.finder-container-bottom.calendar .cal-left-col hr {
    max-width: 77%;
    margin: 24px auto;
    background: #404040;
}
.finder-container-bottom.calendar .cal-left-col .logo img {
    display: block;
    margin: 20px auto 0; }
.finder-container-bottom.calendar .cal-left-col .gusto-buttons { margin-top: 20px; }
.finder-container-bottom.calendar .cal-left-col .gusto-buttons a {
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
    display: block;
    width: 170px;
    background: #9e0700;
    color: white !important;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 5px 0px;
    margin: 0 auto 10px auto;
    font-weight: bolder;
    text-align: center;
    font-size: 16px; }

.finder-container-bottom.calendar .cal-right-col {
    width: 68.001%;
    min-height: 275px;
    background: #e3e3e3; }
.finder-container-bottom.calendar .cal-right-col .cal-wrapper {
    margin: 20px; }
.finder-container-bottom.calendar .cal-right-col .calBox {
    width: 100% !important; }
.finder-container-bottom.calendar .calBox .calMonth, .finder-container-bottom.calendar .calBox .calYear {
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
}
.finder-container-bottom.calendar .calBox .calMonth {
    float: left;
    position: relative;
    left: 210px;
}
.finder-container-bottom.calendar .calBox .calYear {
    position: relative;
    left: 40px;
}
.finder-container-bottom.calendar .calBox .calDay {
    position:relative;
    display: block;
    margin: 0 auto;
    width: 285px;
}
.finder-container-bottom.calendar .calBox .calElement {
    float: left;
    cursor: pointer;
    background: white;
    margin: 0 5px 0 0;
    box-shadow: -2px 2px 0px #ccc;
    width: 52px !important;
    height: 62px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-style: italic;
    color: white;
}
.finder-container-bottom.calendar .calBox .calElement.selected {
    background: black;
    box-shadow: none;
}
.finder-container-bottom.calendar .calBox .calElement.selected:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 27px solid transparent;
    border-top: 20px solid #000;
    top: 43px;
    position: relative;
}

.finder-container-bottom.calendar .calBox .calElement.prev, .finder-container-bottom.calendar .calBox .calElement.next {
    position: absolute;
    background: url(http://buffalo.com/wp-content/plugins/bn-custom-post-types/css/advancedSlider/glossy-square/gray/images/arrows_small.png) no-repeat;
    width: 15px !important;
    height: 24px;
    box-shadow: none;
    top: 18px;
    opacity: 0.5;
}
.finder-container-bottom.calendar .calBox .calElement.prev {
    left: -44px;
}
.finder-container-bottom.calendar .calBox .calElement.next {
    right: -47px;
    background-position: -15px;
}
.finder-container-bottom.calendar .calBox .calElement .dayNumber {
    position: absolute;
    top: 20px;
    width: 52px;
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
    font-weight: bolder;
    font-size: 27px;
    font-style: normal;
    color: black;
}
.finder-container-bottom.calendar .calBox .calElement.selected .dayNumber {
    color: white;
}
.finder-container-bottom.calendar .calBox .calElement .dayNumber:after {
    display: block;
    content: "";
    width: 52px;
    height: 20px;
    background: #9a0801;
    position: absolute;
    z-index: -1;
    top: -20px;
    z-index: -1;
}
.finder-container-bottom.calendar .calBox .calElement.selected .dayNumber:after {
    background: black;
}
.finder-container-bottom.calendar #finder-event-details.featured-events-finder {
    clear: both;
}
.finder-container-bottom.calendar #finder-event-details .event-item {
    float: left;
    margin-top: 20px;
}
.finder-container-bottom.calendar #finder-event-details .event-item:first-child {
    border-right: 1px solid #ccc;
    width: 175px;
    padding-right: 10px;
}
.finder-container-bottom.calendar #finder-event-details .event-item.last {
    width: 179px;
    margin-left: 10px;
}
.container-spacer{
    width:100px;
    height:330px;
}

hr.LineThick-stand-alone {
    margin: 1em 0
}

/*HFE styling 2.2015*/
/*specifically for HFE*/
.site-id-25 .BNcontainer .containerLabel,
.site-id-25 .BNcontainer .containerLabel a {font-size:14px !important;text-transform:none !important;font-family: Georgia, Times, "Times New Roman", serif !important;}
.site-id-25 .listVert {font-size: .85em;}
.site-id-25 .listVertLines li {border-bottom: 1px dashed #eee;}
.site-id-25 .listVert li {padding: .3em 0;list-style: none !important;}
.site-id-25 .listVertMega li {padding:.6em 0;}
.site-id-25 .listHorizMega li {display:inline; float:left;padding:0 1em 0 0; padding-right:20px}
.site-id-25 .listHorizMega li:last-of-type {padding-right:0px !important}
.sprite {display:block;background:url('http://homefinderextra.s3.amazonaws.com/img/sprite_v2.png') no-repeat transparent;}
.tbnL {display:block; width:220px; height:13px;
    background-position: -10px -571px }
.hfeL {display:block; width:460px; height:67px;
    background-position: -10px -593px;}
.hfeLSm {display:block; width:277px; height:28px;
    background-position: -10px -721px;}
.arrow {display:inline-block;
    vertical-align:middle;
    height:17px;
    width:17px;
    background-position: -201px -19px ;
    margin-top:-5px;}
.houseL {}
.houseS {height:14px; width:16px; margin-right:.3em;
    display:block; float:left;
    background-position:-60px -20px;
}
.site-id-25 .listAction a {display:block; height:222px; width:168px; position:relative;padding:1em;text-align:center;font-weight:700; color:#fff;}
.site-id-25 .listAction a:hover {text-decoration: none;
    -moz-box-shadow: inset 0 0 60px hsla(0,0%,0%, 0.5);
    -webkit-box-shadow: inset 0 0 60px hsla(0,0%,0%, 0.5);
    box-shadow: inner 0 0 60px hsla(0,0%,0%, 0.5);
}
.site-id-25 .listAction span {position:absolute; width:176px; padding:.6em;left:0px; bottom:0px;}
.site-id-25 .listAction .text {bottom:2.45em; font-size:.95em; /*font-weight:600;*/ text-shadow: hsla(0,0%,0%, 0.8) 1px 1px;width: 179px;}
.site-id-25 .listAction .homes {background-position:-10px -233px;  }
.site-id-25 .listAction .rent {background-position:-223px -233px;}
.site-id-25 .listAction .newhomes {background-position:-438px -233px;}
/*HFE FORM*/
#location_search {background: white;
    padding: 12px;
    width: 580px;border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;}
#LPSTerm {
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: .3em;
    border: 1px solid #ccc;
    font-size: 1em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/*INLINE LIST inside search form*/
.hfe-form .section .listPills li.active, .hfe-form .section .listPills li:hover {
    background: #fff;
    border: 1px solid #ccc;
}
.hfe-form .section .listPills li {
    border: 1px solid transparent;
    margin-right: 2px;
    background:#cfd9e6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.hfe-form .section .listHoriz li {
    display: inline;
    float: left;
    margin-bottom:0px !important
}
.houseS {
    height: 14px;
    width: 16px;
    margin-right: .3em;
    display: block;
    float: left;
    background-position: -60px -20px;
    margin-top: 3px;
}
.hfe-form .section .listHoriz a {
    display: block;
    padding: 8px;
    font-size: 15px
}
/*general hfe styling*/
.site-id-25 .skinRound {
    background: #E9EEF4 !important;
}
.round6 {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.round6B {
    -webkit-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.skinGrayTrans {
    background-color: #333333;
    background-color: hsla(0,0%,0%, 0.5);
}
.skinBlueLight {
    background: #E9EEF4;
}
.skinWhite {background:#fff}
.paddingA {
    padding: 1em;
}
.fontOpensans {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
    color:white !important;
}
.shadow {
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.hfe {
    font-size: 14px;
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 1.2;
}
.HFEcontainer {display: block;width: 100%;border-bottom: 1px solid #eee;padding: .6em 0;margin-bottom: .6em;}
.hfe-title{ /*replaces .title used on rackspace*/font-family: Georgia, Times, "Times New Roman", serif;color: #165d95;font-weight: normal;text-shadow: hsla(0,100%,100%, 1.0) 1px 1px;font-size:1.5em;margin-bottom:10px}
/*hfe btns*/
.listHorizMegaa.btnSecondary, .listHorizMega .btnSecondary {padding: .3em .6em;color: #fff !important;background-color: #1a6eac;background-image: -webkit-gradient(linear, left top, left bottom, from(#1e80c6), to(#165d95));background-image: -webkit-linear-gradient(top, #1e80c6, #165d95);background-image: -moz-linear-gradient(top, #1e80c6, #165d95);background-image: -o-linear-gradient(top, #1e80c6, #165d95);background-image: linear-gradient(to bottom, #1e80c6, #165d95);}

#hfe-search-btn.btnPrimary, #hfe-search-btn .btnPrimary {padding:.6em;color: #fff !important;background-color: #ffb448;background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb448), to(#e95e00));background-image: -webkit-linear-gradient(top, #ffb448, #e95e00);background-image: -moz-linear-gradient(top, #ffb448, #e95e00);background-image: -o-linear-gradient(top, #ffb448, #e95e00);background-image: linear-gradient(to bottom, #ffb448, #e95e00);}
#hfe-search-btn.btn, #hfe-search-btn .btn {display: block;text-shadow: hsla(0,0%,0%, 0.5) 1px 1px;font-weight: bold;text-transform: uppercase;cursor: pointer;}
/*HFE Publications Right Rail*/
.listPubs li {padding:0px !important;margin-right: 4px;}
.listPubs li:last-of-type {margin-right:0px}
.listPubs li a {font-size:11px}
.listPubs .hfe {background-position: -10px -112px;}
.listPubs .poh {background-position: -110px -112px;}
.listPubs .afe {background-position: -210px -112px;}
.listPubs span {display: block;width: 82px;height: 102px;margin: 0 auto.3em;}

/*BUFFALO BRIDES CUSTOM STYLING*/
/*celebrations*/body.site-id-56 .btnSubmit {-moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
                    border-radius: 5px;
                    background: none repeat scroll 0 0 #6B2D70;
                    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
                    font-size: 14px;
                    margin-right: 0px;
                    cursor: pointer;
                    border: none !important;
                    display: block;
                    padding: 9px 11px;
                    text-align: center;
                    color: white !important;}
/*twitter buzz*/body.site-id-56 .tab-wrapper .tab-container {padding-top:0px}
/*facebook widget*/body.site-id-56  .fb_iframe_widget {background:white}

iframe[name="google_conversion_frame"] {
    position: absolute;
    top: 0;
}

img[src*="googleads"] {
    position: absolute;
    top: 0;
}
.photo-item{
    width:23% !important;
    height:160px !important;
    background-color: transparent !important;
    overflow: visible !important;
}
.gall-des{
    max-height: 52px !important;
    line-height: 1.6em;
}
.article-content iframe {
    max-width: 100%;
}
.article-content img{
    max-width: 100%;height: auto;
}
@media screen and (max-width:860px){
	.widget_bnleadstory {margin:0px 0px 1.2em 0px;}
    #main {padding-left:0px !important}
	.column-left-section{display: none;}
    .section-front{
        width: 100% !important;
    }
    .lead-story-E-menu-items{
        width:20% !important;
    }
    .lead-story-E-menu .menuTitle{
        height:45px !important;
    }
    .lead-story-E-slider-text{
        width:100% !important;
    }
    .finder-container{
        display: none;
    }
    .column-border-right,
    .column-border-right.none{
        /* width:31% !important;changed by beth changed width and added below 10.6.15*/
        width:100% !important;
        padding-right: .8em;
        padding-left: .8em;
        border-right: none !important;
        margin-right: 0px !important
    }
    .column-border-right:nth-child(9){
        /*margin-left: 10px;changed by beth 10.6.15*/
    }
    .column-border-right:nth-child(13),     .column-border-right:nth-child(14),     .column-border-right:nth-child(12){
        /* display:none; changed by beth 10.6.15*/
    }
    .featured-item-image {display: none !important}
    .gall-des { max-height: 45px;font-size: 1em;line-height: 1.3em;}
    #post-shortcode-5, .column-border-left{
        display: block;
    }
    /*targets GUSTO: do not show ultimate guide blocks*/
    body.site-id-7 #post-shortcode-5, .column-border-left{
        display: none;
    }
    .img_ad {width:100%}
    .column-right-section{
        display:block;
    }
    .mainSecondary{
        display: none;
    }
    #main .left{
        margin-bottom: 0em !important;
    }
    .page-page{
        width:100%;
        background:transparent !important;
    }
    .social-comments{
        display: none;
    }
    .skinLightGray.sf-widget.BNcontainer.clearfix{
        width:100%;
        margin-right: 3%;
        margin-top: 4%;
    }
    .skinLightGray.sf-widget.BNcontainer.clearfix img{
        width: 100%;
    }
    .mainPrimary{
        width:100%;
        padding-right: 0.2em;
    }
    .adLeaderboardTop, .floatover, .adLeaderboardBottom{
        /*display: none !important; beth 01.27*/
    }
    .river-ad-break{
        display:block;
        text-align: center;
        width: 50% !important;
        clear: right;
    }
    .newsroom-feature{
        display:none;
    }
    .river-intro {
        width: 49%;
        height:19em;
        margin-bottom: 1em;
        overflow: hidden;
        float: left;
    }
    .adMediumBox{float:none !important; margin:0 auto;}
    .river-intro:nth-child(even){
        padding-right: 3%;
        padding-left: 2%;
    }
    .river-intro:nth-child(odd){
        padding-left: 3%;
        border-left:0px solid #ccc;
    }
    .gall-des{
        max-height: none !important;
    }
    .article-content img{
        max-width: 100%;
        height: auto;
    }
    /*.river-intro:nth-child(1), .river-intro:nth-child(2),  .river-intro:nth-child(3){
        width:40% !important;
        height:auto;
        margin-left: 0px;
        border-left:0px solid #ccc;
        padding-left: 0px !important;
        padding-bottom: 1em;
    }
    .river-intro:nth-child(1) .intro-para,  .river-intro:nth-child(2) .intro-para,  .river-intro:nth-child(3) .intro-para{
        display: none;
    }
    #ajax-post-container .BNcontainer.container-no-padding.river-intro {
      width: 49%;
      height:18.5em;
      margin-bottom: 1em;
      overflow: hidden;
      float: left;
    }*/
}
@media screen and (max-width:701px){
    #slider-wrap{
        display: none;
    }
}
@media screen and (max-width:520px){
    .wrapper{
        margin-bottom: 10px !important;
    }
    .photo-item{
        width: 46% !important;
        height:auto !important;
        min-height:175px !important;
    }
    .gall-des {font-size: .9em;line-height: 1.2em;}
    .photo-item:nth-child(1){
        margin-left:4px;
    }
    .skinLines{
        margin-bottom: 0em !important;
        width: 100%;
    }
    .river-feature{
        margin-bottom:2em;
    }
    .river-ad-break {
        width:300px;margin-left:auto !important;margin-right:auto !important;
    }
    .riverDetails, .river-intro h2, .riverArticleHeadline{
        margin-bottom: 00.2em !important;
    }
    .riverDetails p, .md1-featured-image{
        margin-bottom: 0.2em !important;
    }
    .intro-para p{
        line-height:1.4em;
    }
    .river-intro{
        padding-bottom: 1em;
        width: 100% !important;
        height:auto !important;
        margin-left: 0px !important;
    }
    .river-intro:nth-child(1),.river-intro:nth-child(2){
        width:100% !important;
        height:auto !important;
        margin-left: 0px;
    }
    .river-intro:nth-child(1) .intro-para,  .river-intro:nth-child(2) .intro-para{
        display: block !important;
    }
    .skinLightGray.sf-widget.BNcontainer.clearfix{
        width:100% !important;
        float:none !important;
        margin-top: 1% !important;
    }
    .mainPrimary{
        width:100% !important;
    }
    .social-comments{
        display: block !important;
    }
    .column-border-right:nth-child(11){
        display: block; /*changed by beth 10.6.15*/
    }
    .column-border-right{
        /*width:44% !important; changed by beth 10.6.15*/
        width:100% !important;
    }
    body.site-id-7 #bnmenu-3 { margin-bottom:1em !important}/*targets gusto don't miss menu*/
    body.site-id-7 #bnmenu-3 div{display: none;}/*targets gusto don't miss menu*/
    .lead-story-E-menu-items{
        width:25% !important;
    }
    .lead-story-E-menu .menuTitle{
        height:48px;
    }
    .BNpager li:nth-child(5){
        display:none;
    }
    lead-story-E-slider:nth-child(5){
        display: none !important;
    }
    .lead-story-E-slider-image{
        height:298px !important;
    }
    #featured-slider-title{
        display: none;
    }
    #slider-wrap{
        display: none;
    }
    .adLeaderboardBottom {display:none !important}
    body.site-id-7 #bnmenu-3 { display:none !important} /*hide Don't Miss on Gusto*/
}

#floating-box {
    margin-left: -275px;
    position:fixed;
    width:250px;
    outline:1px solid #ccc;
    padding:25px;
    text-align:center;
    z-index: 9999;
    background: white;
    display:none;
}
#floating-box h2 {
    font-weight:normal !important;
    font-size: 19px;
    padding-top:6px;
}
#floating-box p {
    font-family:arial, sans-serif;
    margin-bottom:8px;
    font-size: .85em !important;
    line-height: 1.2em !important;
}
.close-subscribe-left {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #0686c9;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
#floating-box .close-subscribe-left:hover, .remodal-close:active {
    background: #0686c9;
}
#floating-box .close-subscribe-left:after {
    display: block;
    font-size: 15px;
    font-family: Arial, sans-serif !important;
    content: 'x';
    line-height: 14px;
    cursor: pointer;
    text-decoration: none;
    color: #0686c9;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#floating-box .close-subscribe-left:hover.close-subscribe-left:after, .close-subscribe-left:active.close-subscribe-left:after {
    color: #f4f4f4;
}
#floating-box .subscribe-button {
    text-align: center;
    background: #0686c9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 24px;
    color: white !important;
    text-decoration: none;
    display: block;
    font-size:17px
}
@media screen and (max-width:460px){
    #subscribe-buttons{
        margin-left:4px !important;
    }
    #count-remaining-container{
        margin-left:4px !important;
    }
}

/* Card Stack */
#cardstack-container {
    max-width: 1260px;
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
}

#cardstack-left-container {
    width: 250px;
    min-height: 1px;
    float: left;
}

#cardstack-left-container .scrolling-container {
    max-width: 250px;
}

#cardstack-left-container .article-title {
    font-size: .6em;
    color: #2a2a2a;
}

@media screen and (min-width: 601px) {
    #cardstack-left-container .scrolling-container.sticky {
        position: fixed;
        width: 15%;
        top: 65px
    }
}

@media screen and (min-width: 959px) {
    #cardstack-left-container .scrolling-container.sticky {
        position: fixed;
        width: 20%;
        top: 60px;
    }
}

.card-scroller {
    height: auto;
    max-height: 500px;
    border-bottom: 5px solid #d7d7d7;
    border-top: 5px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    overflow: scroll;
    overflow-x: hidden;
}
.card-preview {
    display: block;
    height: auto;
    padding: 6px 5px 6px 5px;
    border-top: 1px solid #d7d7d7;
    position: relative;
    cursor: pointer;
}
.card-preview.active{
    background-color: #dfdfdf;
}
.card-preview .card-number {
    /*width: 13%;*/
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.card-preview.active .card-number{
    border: 2px solid #9e0700;
    background: #9e0700;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #FFFFFF;
}

.card-scroller .card-title {
    width: 83%;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
}

#cards-container {
    display: block;
    float: left;
    width: 60%;
    margin-left: 2%;
}
#cards-container .single-card {
    margin-bottom: 20px;
    border-bottom: 5px solid #949494;
    border-top: 5px solid #949494;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding: 20px;
}
#cards-container .single-card .single-card-headline {
    font-size: 1.7em;
    padding-bottom: 20px;
}
#cards-container .single-card .caption, .cards-container .single-card .credit {
    font-size: .8em;
    padding-bottom: 5px;
    font-style: normal;
    line-height: 12px;
}
#cards-container .single-card .card-image img {
    width: 100%;
    height: auto;
}

#cards-right-nav-container {
    width: 72px;
    max-width: 72px;
    float: left;
    margin-left: 2%;
}

#cards-right-nav-container .scrolling-container #card-counter {
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 601px) {
    #cards-right-nav-container .scrolling-container.sticky {
        position: fixed;
        top: 60px;
    }
}

@media screen and (min-width: 959px) {
    #cards-right-nav-container .scrolling-container.sticky {
        position: fixed;
        top: 60px;
    }
}

#cards-right-nav-container .cards-nav-button {
    display: block;
    width: 72px;
    height: 70px;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}
#cards-right-nav-container #next-card {
    border-top: 5px solid #d7d7d7;
}
#cards-right-nav-container #cancel-btn {
    border-bottom: 5px solid #d7d7d7;
}
#cards-right-nav-container .cards-nav-button .glyphicon {
    display: block;
    font-size: 2.2em;
    text-align: center;
    line-height: 70px;
}
#cards-container .single-card article p {
    color: #2a2a2a;
}

#cards-container .single-card .share-card {
    border-top: 1px solid #d7d7d7;
    padding-top: 10px;
}

#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-color:rgba(0, 0, 0, 0.3);
}


.model-3 .spinner {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 45%;
    left: 45%;
    border-radius: 0;
    opacity: 1.0;

    -webkit-animation: rotateRct 1.2s ease-in-out infinite, color-change 1.3s ease-in-out infinite;
    animation: rotateRct 1.2s ease-in-out infinite, color-change 1.3s ease-in-out infinite;
}

@-webkit-keyframes rotateRct {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@keyframes rotateRct {
    0% {
        -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@-webkit-keyframes color-change {
    0% {
        background: #009DDC;
    }
    33% {
        background: #50B949;
    }
    66% {
        background: #EE2D24;
    }
    100% {
        background: #FEB825;
    }
}
@keyframes color-change {
    0% {
        background: #009DDC;
    }
    33% {
        background: #50B949;
    }
    66% {
        background: #EE2D24;
    }
    100% {
        background: #FEB825;
    }
}


/* Taken from fonts-chrome.css */
@font-face {
    font-family: 'MillerHeadline';
    src: url('/wp-content/themes/tbn-2013/fonts/bb1ae730-64fc-41c9-baa2-37860faea404-2.eot');
    src: local('â˜º'),
    url('/wp-content/themes/tbn-2013/fonts/bb1ae730-64fc-41c9-baa2-37860faea404-3.woff') format('woff'),
    url('/wp-content/themes/tbn-2013/fonts/bb1ae730-64fc-41c9-baa2-37860faea404-1.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}



/* Taken from stats.css */
/* stats tables */

.stats-table {
    width: 100%;
    margin: 0 5px 25px;
}

.stats-table.half {
    width: 48%;
    float: left;
}

.stats-table thead tr {
    text-shadow: 0 1px 0 #ebebeb;
    background-color: #D7D7D7;
    /* Safari 4+, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F6F6F6), to(#D7D7D7));
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background: -webkit-linear-gradient(top, #F6F6F6, #D7D7D7);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #F6F6F6, #D7D7D7);
    /* IE 10+ */
    background: -ms-linear-gradient(top, #F6F6F6, #D7D7D7);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #F6F6F6, #D7D7D7);
}

.stats-table thead .top-head{
    text-shadow: 0 -1px 0 #303030;
    color: #F6F6F6;
    background-color: #999999;
    /* Safari 4+, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#333333));
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background: -webkit-linear-gradient(top, #666666, 333333);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #666666, #333333);
    /* IE 10+ */
    background: -ms-linear-gradient(top, #666666, 333333);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #666666, 333333);
}

.stats-table th {
    padding: 4px 4px;
}

.stats-table td {
    padding: 5px 4px;
    font-size: 1.15em;
}

.stats-table a {
    text-decoration: underline;
}

.striped-rows tr:nth-child(even) {
    background-color: #F1F1F1;
}

.schedule-table td:nth-child(4),
.schedule-table td:nth-child(5),
.schedule-table td:nth-child(6),
.schedule-table th:nth-child(4),
.schedule-table th:nth-child(5),
.schedule-table th:nth-child(6) {
    text-align: center;
}

/* player bio */

#player-info, #team-info {
    margin: 25px 5px;
}

#player-info #headshot, #team-info #logo {
    float: left;
    margin-right: 10px;
}

/* scoreboards */
.scores-table {
    border-bottom: 1px solid #F1F1F1;
}

.scores-table .logo {
    width: 50px;
    height: auto;
}

.scores-table td {
    font-size: 1em;
}

.scores-table td {
    vertical-align:top;
}

.scores-table tbody td:last-child {
    text-align: center;
}

.scores-table td:first-child {
    width: 55px;
}

.scores-table .record {
    font-size: .8em;
    display: block;
}

.scores-table .score {
    font-size: 1.3em;
}

.scores-table tfoot td {
    text-align: right;
}

/* stats filter forms */
.stats-filter-form {
    float:right;
}

.display-block{
    display: block !important;
    line-height: 1.3;
}


/* River Of Blocks */
.block-label {
    display:block;
    border-radius: 0;
    margin-bottom: 2.5px;
}

.margin-bottom-10{
    margin-bottom: 10px;
}

small{
    font-size: 85%;
}

.centerImg{
    margin-left: auto;
    margin-right: auto;
}

.river-block .label{
    margin-top: 3px;
    padding: 5px;
}

.lily{
    background: #E9E9E9;
}

.river-block-thumbnail img{
    max-width: 100% !important; /* do not stretch the bootstrap column */
}

.img-wrapper{
    width: 100%;
    padding-bottom: 100%; /* your aspect ratio here! */
    position: relative;
    overflow: hidden
}

.img-wrapper img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%; /* optional: if you want the smallest images to fill the .thumbnail */
}

.river-block .block-headline{
    min-height: 75px;
}
.river-block .carousel-block-headline{
    min-height: 90px;
}

.river-block .label{
    font-size: 90%;
    font-weight: 600;
}

.river-block .label-default{
	font-family: 'Lora-Regular', Georgia,"Times New Roman",Times,serif !important; 
    background: #F3F3F3;
    color: #848484;
}
.river-block .block-link{
    text-decoration: none;
}
#article-content-ad {text-align:center;}
/*BOOTSTRAP override - create row with columns that have no gutters!*/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}