/* OLDFILE: curator/style.css */

.curated-page {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
	width: 100%;
	margin: 0 auto 20px auto;
}
.curated-page .row-content {
	margin: 9px 10px 9px 9px;
	overflow: hidden;
	position: relative;
}
.curated-page .row-content:empty {
	height: 0px !important;
	min-height: 0px !important;
}

/* Mobile */
@media only screen and (max-width: 767px) {
	.curated-page .s-25,
	.curated-page .s-30,
	.curated-page .s-40,
	.curated-page .s-50,
	.curated-page .s-75,
	.curated-page .s-100{
		width: calc(100% - 19px);
	}
}
/* Tablet Vertical */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.curated-page .s-25,
	.curated-page .s-30,
	.curated-page .s-40,
	.curated-page .s-50,
	.curated-page .s-75 {
		width: calc(50% - 19px);
	}
	.curated-page .s-100 {
		width: calc(100% - 19px);
	}
}
/* Tablet Horizontal */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.curated-page .s-25 {
		width: calc(25% - 19px);
	}
	.curated-page .s-25.rch-1.make-room-for-ad {
		width: calc(25% - 40px);
	}
	.curated-page .s-30,
	.curated-page .s-40 {
		width: calc(33.333% - 19px);
	}
	.curated-page .s-50 {
		width: calc(50% - 19px);
	}
	.curated-page .s-75 {
		width: calc(75% - 19px);
	}
	.curated-page .s-100 {
		width: calc(100% - 19px);
	}
}
/* Desktop */
@media only screen and (min-width: 1200px) {
	/* Grid */
	.curated-page .s-25,
	.curated-page .s-30 {
		width: calc(25% - 19px);
	}
	.curated-page .s-40,
	.curated-page .s-50 {
		width: calc(50% - 19px);
	}
	.curated-page .s-75 {
		width: calc(75% - 19px);
	}
	.curated-page .s-100 {
		width: calc(100% - 19px);
	}
}

/******************************************************************************
 *
 * BUFFALO NEWS ONLY STYLES
 *
 *- should be moved somewhere else (theme)
 *
 ******************************************************************************/
.curated-page .hr {
	height: 0px;
	width: 100%;
	border-top: 1px solid #cccccc;
	margin-top: 15px;
	padding-bottom: 15px;
	display: none;
}

.curated-page div.hr:last-of-type {
	display: none !important;
}
#bnad-1 {
	border-top: none;
	border-bottom: none;
}
/* Mobile */
@media only screen and (max-width: 767px) {
	.curated-page .hr {
		display: none !important;
	}
	.curated-page .row-content {
		margin: 9px 0px;
		width: 100%;
	}
	.curated-page #bnAdBlock-boxmedium-1,
	.curated-page #bnAdBlock-boxmedium-2,
	.curated-page #bnAdBlock-boxmedium-3 {
		padding: 0px;
	}
	/* Switching */
	.curated-page[data-template-style="style1"] #ttk-1 {
		order: -1 !important;
	}
	.curated-page[data-template-style="style1"] #bnad-1 {
		order: 6 !important;
	}
	.curated-page[data-template-style="style2"] #bnad-1 {
		order: 6 !important;
	}
}
/* Tablet Vertical */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.curated-page[data-template-style="style1"] .tablet-hr,
	.curated-page .desktop-hr {
		display: block;
	}
	.curated-page[data-template-style="style1"] .desktop-hr ~ .desktop-hr,
	.curated-page[data-template-style="style1"] .tablet-hr:last-of-type {
		display: none !important;
	}
	.curated-page[data-template-style="style1"] #bnad-1 {
		border-top: 1px solid #ccc;
		height: auto;
		padding-top: 20px;
	}
	.curated-page #bnAdBlock-boxmedium-1 {
		padding: 0px
	}
	/* Switching */
	.curated-page[data-template-style="style1"] #bnad-1 {
		width: calc(100% - 6px);
		order: 6 !important;
	}
}
/* Tablet Horizontal */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.make-room-for-ad {

	}
	.curated-page[data-template-style="style1"] .s-50:first-of-type {
		width: calc(75% - 19px);
	}
	.curated-page .s-50.rch-1,
	.curated-page[data-template-style="style2"] .s-75:first-of-type {
		width: calc(100% - 19px);
	}
	/* Switching */
	.curated-page[data-template-style="style1"] #bnad-1,
	.curated-page[data-template-style="style2"] #bnad-1 {
		width: calc(100% - 6px);
		order: 4 !important;
		border-top: 1px solid #cccccc;
		padding-top: 20px;
	}
	.curated-page[data-template-style="style2"] #bnad-1 {
		order: 2 !important;
	}
	/* Other */
	.curated-page .s-50.rch-1,
	.curated-page .s-25.rch-1 {
		min-height: 250px;
	}
	.curated-page .desktop-hr {
		display: block;
	}
}
/* Desktop */
@media only screen and (min-width: 1200px) {
	.curated-page .desktop-hr {
		display: block;
	}
	/* Other */
	.curated-page .row-content {
		margin: 9px 8px 9px 8px;
	}
}

/* OLDFILE: custom-post-packages/style.css */

/* Overlay for spinner */
#pag_overlay {
	z-index: 999;
	position: fixed;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

#pag_spinner {
	z-index: 1000;
	width: 50px;
	height: 57px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -25px;
}

/* OLDFILE: custom-post-promos/style.css */

#preview-action, #edit-slug-box {
	display: none;
}

/* OLDFILE: widget-dfp-ad/style.css */

#mobile .promo_img img, #tablet-v .promo_img img{
	max-height: 540px;
	width: auto;
}

#mobile .promo, #tablet-v .promo {
	text-align: center;
}

/* super special styles for contest page */
.mainPrimary[data-page="Contests"] .bnAdBlock {
	display: inline-block;
	padding: 15px;
}

/* OLDFILE: widget-newsletter-signup/style.css */

.newsletter-signup {
	text-align: center;
	padding-top: 30px;
	overflow: auto;
	display: block;
	position: relative;
	border: 1px solid #666;
	height: 100%;
	padding: 40px 20px 20px 20px;
	background: white;
}
.newsletter-signup .header .logo {
	background: #00338D;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 104px;
	margin: 0 auto;
}
.newsletter-signup .header .logo img {
	width:90px;
	height:auto;
}
.newsletter-signup .header .emphasis {
	color: #db0b00;
	margin-bottom: 4px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 5.5px;
	vertical-align: text-top;
	text-align: center;
	margin-top: 15px;
}
.newsletter-signup h2 {
	font-family: miller-headline, 'Lora', Georgia, serif;
	font-weight: normal;
	color: #222;
	letter-spacing: .25px;
	font-size: 36px;
}
.newsletter-signup .input-group {
	margin-top: 30px;
	display: block;
}
.newsletter-signup input {
	text-align: center;
}
.newsletter-signup button {
	width: 100%;
	margin-top: 15px;
	background: #00338D;
	color: white;
	text-transform: uppercase;
	padding: 7px 15px;
}
.newsletter-signup button:hover,
.newsletter-signup button:link:active,
.newsletter-signup button:visited:active,
.newsletter-signup button:visited {
	color: white;
}
.newsletter-signup .newsletter-widget-form {
	position: absolute;
	bottom: 30px;
	width: calc(100% - 40px);
}
/* article page in-content widget */
.article-page-widget-wrapper .newsletter-signup {
	padding:10%;
	width: 283px;
	height: auto;
	overflow: visible;
}
.article-page-widget-wrapper .newsletter-signup .newsletter-widget-form {
	position: inherit;
	width: 100%;
	margin-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.newsletter-signup .header .logo img {
		width: 70px;
	}
	.newsletter-signup .header .logo {
		width: 90px;
		height: 85px;
	}
	.newsletter-signup h1 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 784px) {
	.newsletter-signup {
		padding:10%;
	}
	.newsletter-signup .newsletter-widget-form {
		position: inherit;
		width: 100%;
		margin-top: 60px;
	}
}

/* targets only the welcome modal newsletter signup widget */
.newsletter-modal-signup {
	border: none;
	padding: 40px;
}
.newsletter-modal-signup .newsletter-widget-form {
	position: relative;
	width: 100%;
}
.newsletter-modal-signup .newsletter-widget-form {
	padding-top: 25px;
}
.newsletter-modal-signup .alert-success {
	margin-bottom: 0px;
	width: 100%;
}
.newsletter-modal-signup h1 {
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	.newsletter-modal-signup .newsletter-widget-form {
		height: 100%;
	}
}



/* OLDFILE: widget-promo/widget.css */

section.promo .promo-img img {
	width: 100%;
	height: auto;
}
section.promo .promo-message {
	position: relative;
	display: block;
	width: 100%;
}
/**
 * Article Page Style
 */
.article-page-widget-wrapper section.promo {
	width: 283px;
	height: 250px;
}

/* OLDFILE: widget-wunderground/wunderbar.css */

.bn_wu_hsection {
	width:65px;
	display:inline-block;
	font-family:'Lora', Helvetica, sans-serif;
	}
	
	.bn_wu_hsection .rltme {
	font-size:.8em;
	}
	
	.bn_wu_long {
	display:inline-block;
	text-align:center;
	vertical-align: top;
	margin-top:40px;
	}
	
	.bn_wu_current {
	width:250px;
	display:inline-block;
	font-family:'Lora', Helvetica, sans-serif;
	}
	
	.bn_wu_current h4 {
	font-family:miller-headline, Times, serif;
	margin:0px;
	}
	
	.bn_wu_current .bn_wu_fldeg {
	font-size:.9em;
	}
	
	.bn_wu_current .bn_wu_headcontain {
	width:105px;
	display:inline-block;
	}
	
	.bn_wu_current .bn_wu_datecontain {
	position:relative;
	top:28px;
	width:110px;
	display:inline-block;
	}
	
	.bn_wu_current .bn_wu_datecontain .bn_wu_deg {
	font-size:3.0em;
	}
	
	.bn_wu_current .bn_wu_datecontain .bn_wu_fldeg {
	font-size:.9em;
	}


/* OLDFILE: widget-wunderground/widget.css */

#weather_container {
	border:1px solid black;
	max-width:300px;
	max-height:250px;
}

#wundergnd_body {
	height:100%;
	min-height:160px;
	padding:12px 2px 2px 2px;
	text-align:center;
	background-color:#cae9fa;
}

#wundergnd_footer {
	width:100%;
	height:50px;
	max-height:50px;
	background-color:black;
}

.day_contain {
	padding:0px 7px 0px 7px;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	border-color:black;
	text-align: center;
	display:inline-block;
	font-family:'Lora', Helvetica, sans-serif;
}

.last_contain {
	padding:0px 7px 0px 7px;
	border-style:solid;
	border-width:0px;
	text-align: center;
	display:inline-block;
	font-family:'Lora', Helvetica, sans-serif;
}

.textlink {
	font-family:miller-headline, Times, serif;
	font-size:1.3em;
	color:white;
	padding-left:15px;
}

.textlink p {
	padding-top:10px;
}

.textlink p a {
	color: #ffffff !important;
}

#weather-widget-ad {
	width:100%;
	height:40px;
	max-height:40px;
	background-color:white;
}



#weather-widget-ad .head_ad_code {
width:300px;

}

.head_title p {
padding-top:8px;
padding-left:8px;
}


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

	#weather-widget-ad {
	height:80px;
	max-height:80px;
	}

	#weather_container {
	max-width:280px;
	max-height:290px;
	}


	.day_contain {
	padding:0px 5px 0px 5px;
	}

	.last_contain {
	padding:0px 5px 0px 5px;
	}

}


/* OLDFILE: widget-twitter/widget.css */

.twitter {
	font-size: 10px;
}
.twitter iframe,
.twitter-timeline {
	width: 100% !important;
}
.twitter .header {
	display: block;
	width: 100%;
	text-align: left;
}
.twitter .header .title {
	font-family: miller-headline, 'Lora', Georgia, serif;
	font-weight: 700;
	font-size: 2.5em;
	color: #000000;
	display: inline-block;
	font-style: italic;
	line-height: 0.75em;
	padding: 10px 0px 10px 0px;
}

.twitter.size-1x1iframe
{
	 height:300px;
}

.twitter.size-1x2iframe {
	 height:540px;
}

.twitter-timeline-rendered{height: 600px;}


/****** Mobile/Tablet Styles *******/

/*bootstrap medium */
#tablet-h .twitter.style1 .body .item .text {
	font-size: 1.45em;
}

/*bootstrap small */
#tablet-v .twitter
{
	text-align:center;
}
#tablet-v .twitter .header .title {
	text-align: left !important;
}

/*Bootstrap x-small*/
#mobile section.twitter {
	padding: 0px 15px;
}
#mobile section.twitter .tab-container {
	width: 85%
}



/* OLDFILE: widget-lead-story/style.css */

/**
 * Default style
 * commentary on the right
 */
 .lead-story {
	position: relative;
	font-size: 1em;
	line-height: 1em;
	height: 100%;
	width: 100%;
}
.lead-story .content {
	max-height: inherit;
	/*flex*/
	display: -webkit-flex;
	-webkit-align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row;
	display: -ms-flexbox;
	-ms-align-items: flex-start;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: row;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}
/* CUSTOM POST KICKER */
.lead-story .custom-post-kicker {
	color: #ffffff;
	background: #db0b00;
	display: inline-block;
	padding: 4px 8px;
	font-size: 11.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 14px;
	font-family: 'Lora', Georgia, serif;
}
#desktop .lead-story .content .custom-post-kicker.custom-post-kicker-mobile,
#tablet-h .lead-story .content .custom-post-kicker.custom-post-kicker-mobile {
	display: none;
}
#tablet-v .lead-story .headline .custom-post-kicker:not(.custom-post-kicker-mobile),
#mobile .lead-story .headline .custom-post-kicker:not(.custom-post-kicker-mobile) {
	display: none !important;
}
#tablet-v .lead-story .content .custom-post-kicker.custom-post-kicker-mobile,
#mobile .lead-story .content .custom-post-kicker.custom-post-kicker-mobile {
	display: block !important;
}
#mobile .lead-story .content .custom-post-kicker.custom-post-kicker-mobile {
	margin-left: 15px;
}
.post-commentary {
	color: #ffffff !important;
	background: #db0b00 !important;
}
.lead-story .headline,
.lead-story .extra-headline {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 15px;
	line-height: 1em;
	display: block;
	order: 1;
	-webkit-order:1;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
}
.lead-story .headline a,
.lead-story .extra-headline a {
	color: #000000;
	text-transform: uppercase;
	display: block;
}
.lead-story .extra-headline {
	display: none;
}
.lead-story .content .image .paid-content-icon {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 10px;
	height: auto;
}
.lead-story .image {
	width: 75%;
	height: auto;
 	overflow: hidden;
 	position: relative;
	display: inline-block;
	max-height: 452px;
	order: 2;
	-webkit-order:2;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	vertical-align: top;
	page-break-after: always;
}
.lead-story .image img {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}
.lead-story .excerpt-header,
.lead-story .byline-container,
.lead-story .excerpt {
	position: relative;
	width: 100%;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
}
.lead-story .excerpt {
	padding-left: 20px;
}
.lead-story .excerpt-header {
	display: none;
	font-size: 1.15em;
	font-weight: 700;
	margin-bottom: 0.5em;
	order: 3;
	-webkit-order: 3;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 3;
}
.lead-story .byline-container {
	order: 4;
	-webkit-order: 4;
	-webkit-box-ordinal-group: 4;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 4;
}
.lead-story .excerpt.secondary-excerpt {
	display: none;
}
.lead-story .excerpt {
	order: 5;
	-webkit-order: 5;
	-webkit-box-ordinal-group: 5;
	-moz-box-ordinal-group: 5;
	-ms-flex-order: 5;
	margin-bottom: 15px;
}
.lead-story .excerpt .the-excerpt p {
	line-height: 22px;
	font-size: 15px;
	position: relative;
	top: -5px;
	font-family: 'Lora', Georgia, serif;
}
.lead-story .related-stories {
	display: none;
	order: 6;
	-webkit-order: 6;
	-webkit-box-ordinal-group: 6;
	-moz-box-ordinal-group: 6;
	-ms-flex-order: 6;
}
.lead-story .related-stories .rs-header {
	padding-bottom: 0.35em;
	color: #db0b00;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .75px;
}
.lead-story .related-stories .story {
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
	font-weight: 700;
	line-height: 20px;
	font-size: 15.5px;
}
.lead-story .related-stories .story a {
	color: #000000;
}
.lead-story .related-stories .story:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}
.lead-story .byline-timestamp .timestamp {
	color: #326891;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -.01em;
	text-transform: uppercase;
}
.lead-story .byline {
	display: none;
}

/**
 * 2x2 Styles
 */

/**
 * Style 1
 * Headline and image only
 */

.lead-story.size-2x2.style1 .excerpt.secondary-excerpt {
	display: none;
}
.lead-story.size-2x2.style1 .headline,
.lead-story.size-2x2.style1 .extra-headline {
	font-size: 37px;
	line-height: 39px;
}
#mobile .lead-story.size-2x2.style1 .headline,
#mobile .lead-story.size-2x2.style1 .extra-headline {
	font-size: 32px;
	line-height: 33px;
}
.lead-story.size-2x2.style1 .excerpt .the-excerpt p {
	margin-bottom: 0px;
}
#tablet-v .lead-story.size-2x2.style1 .headline {
	display: none;
}
#tablet-v .lead-story.size-2x2.style1 .extra-headline {
	display: block !important;
}
.lead-story.size-2x2.style1 .image {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	display: inline-block;
	max-height: 452px;
}
.lead-story.size-2x2.style1 .excerpt-header,
.lead-story.size-2x2.style1 .byline-container,
.lead-story.size-2x2.style1 .excerpt {
	display: none;
}
#mobile .lead-story.size-2x2.style1 .image,
#tablet-v .lead-story.size-2x2.style1 .image,
#tablet-h .lead-story.size-2x2.style1 .image {
	order: -1;
	-webkit-order: -1;
	-webkit-box-ordinal-group: -1;
	-moz-box-ordinal-group: -1;
	-ms-flex-order: -1;
}
#mobile .lead-story.size-2x2.style1 .headline {
	display: none;
}
#mobile .lead-story.size-2x2.style1 .headline.extra-headline {
	display: block;
}
#mobile .lead-story.size-2x2.style1 .byline-container,
#mobile .lead-story.size-2x2.style1 .excerpt,
#tablet-v .lead-story.size-2x2.style1 .byline-container,
#tablet-v .lead-story.size-2x2.style1 .excerpt{
	display: block;
	width: 100%;
	flex: 0 0 auto;
}
#tablet-v .lead-story.size-2x2.style1 .headline {
	font-size: 28px;
	line-height: 30px;
	padding-bottom: 10px;
}
#tablet-h .lead-story.size-2x2.style1 .headline {
	font-size: 37px;
	line-height: 40px;
	padding-bottom: 10px;
}
#tablet-v .lead-story.size-2x2.style1 .excerpt.secondary-excerpt,
#tablet-h .lead-story.size-2x2.style1 .excerpt.secondary-excerpt {
	display: none;
}
#mobile .lead-story.size-2x2.style1 .image img {
	margin-bottom: 25px;
}
#mobile .lead-story.size-2x2.style1 .headline {
	margin-bottom: 10px;
}
#tablet-v .lead-story.size-2x2.style1 .image img,
#tablet-h .lead-story.size-2x2.style1 .image img {
	margin-bottom: 25px;
}
#tablet-v .lead-story.size-2x2.style1 .byline-container,
#tablet-h .lead-story.size-2x2.style1 .byline-container,
#tablet-v .lead-story.size-2x2.style1 .excerpt,
#tablet-h .lead-story.size-2x2.style1 .excerpt {
	padding: 0px;
	margin-bottom: 0px;
}
#mobile .lead-story.size-2x2.style1 .headline,
#mobile .lead-story.size-2x2.style1 .byline-container {
	padding: 0px 15px;
}
#mobile .lead-story.size-2x2.style1 .excerpt.main-excerpt {
	padding: 5px 15px 0px;
}
#mobile .lead-story.size-2x2.style1 .excerpt.secondary-excerpt {
	display: none;
}

/**
 * 3x2 Stles
 */

/**
 * Style 1
 * Headline and image only
 */
#desktop .lead-story.size-3x2.style1 .byline-container {
	display: block;
}
#desktop .lead-story.size-3x2.style1 .byline-timestamp .timestamp {
	display: none;
}
#tablet-h .lead-story.size-3x2.style1 .content,
#desktop .lead-story.size-3x2.style1 .content {
	max-height: 56vh;
	/*flex*/
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.lead-story.size-3x2.style1 .headline a {
	font-size: 46px;
	line-height: 50px;
}
.lead-story.size-3x2.style1 .image {
	max-height: 470px;
	overflow:hidden;
}
#tablet-h .lead-story.size-3x2.style1 .related-stories,
#desktop .lead-story.size-3x2.style1 .related-stories {
	display: inline-block;
	width: 100%;
}
.lead-story.size-3x2.style1 .excerpt-header,
.lead-story.size-3x2.style1 .byline-container,
.lead-story.size-3x2.style1 .excerpt,
.lead-story.size-3x2.style1 .related-stories {
	width: 25%;
}
.lead-story.size-3x2.style1 .byline-container {
	display: none;
}
#mobile .lead-story.size-3x2.style1 .byline-container {
	display: block;
}
.lead-story.size-3x2.style1 .byline-container .byline-timestamp .timestamp {
	background: #222;

}
.lead-story.size-3x2.style1 .related-stories {
	display: block;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
section.lead-story.size-3x2.style1 div.excerpt.main-excerpt > span.related > div > div > span.icon > .paid-content-icon {
	margin-left: 5px;
}
.lead-story.size-3x2.style1 .excerpt.main-excerpt .the-excerpt {
	display: none;
}
.lead-story.size-3x2.style1 .excerpt.secondary-excerpt {
	display: block;
}
#mobile .lead-story,
#tablet-v .lead-story {
	height: auto;
}


#tablet-h .lead-story.size-3x2.style1 .image {
	overflow: visible;
}

/*post custom kicker*/
#tablet-v .lead-story.size-3x2.style1 .headline .custom-post-kicker:not(.custom-post-kicker-mobile),
#mobile .lead-story.size-3x2.style1 .headline .custom-post-kicker:not(.custom-post-kicker-mobile) {
	display: inline-block !important;
}
#tablet-v .lead-story.size-3x2.style1 .content .custom-post-kicker.custom-post-kicker-mobile,
#mobile .lead-story.size-3x2.style1 .content .custom-post-kicker.custom-post-kicker-mobile {
	display: none !important;
}

#mobile .lead-story.size-3x2.style1 .excerpt.secondary-excerpt {
	display: block;
}
#mobile .lead-story.size-3x2.style1 .excerpt.main-excerpt .the-excerpt {
	display: none;
}
#mobile .lead-story.size-3x2.style1 .headline,
#tablet-v .lead-story.size-3x2.style1 .headline {
	background-color: #222222;
}
#mobile .lead-story.size-3x2.style1 .headline,
#tablet-v .lead-story.size-3x2.style1 .headline {
	padding: 25px 20px 10px 20px;
}
#tablet-h .lead-story.size-3x2.style1 .headline {
	padding: 25px 20px 10px 0px;
}
#mobile .lead-story.size-3x2.style1 .headline a,
#tablet-v .lead-story.size-3x2.style1 .headline a {
	font-size: 32px;
	line-height: 32px;
	color: #ffffff;
}
#mobile .lead-story.size-3x2.style1 .image,
#tablet-v .lead-story.size-3x2.style1 .image {
	width: 100%;
	margin-bottom: 15px;
	max-height: 535px;
	overflow: hidden;
}
#mobile .lead-story.size-3x2.style1 .image {
	order: 3;
	-webkit-order:3;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 3;
	margin-bottom: 0px;
}
#tablet-v .lead-story.size-3x2.style1 .byline-container {
	order: 1;
	-webkit-order: 1;
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	width: 100%;
	background-color: #222222;
	padding: 0 20px;
	display: block;
}
#mobile .lead-story.size-3x2.style1 .byline-container {
	order: -1;
	-webkit-order: -1;
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: -1;
	-moz-box-ordinal-group: -1;
	background: #222;
	display: block;
	width: 100%;
	padding: 0px 20px;
}
#mobile .lead-story.size-3x2.style1 .byline-container .byline-timestamp .timestamp,
#tablet-v .lead-story.size-3x2.style1 .byline-container .byline-timestamp .timestamp {
	color: yellow;
}
#tablet-v .lead-story.size-3x2.style1 .excerpt {
	WIDTH: 100%;
	padding: 0px;
}
#tablet-v .lead-story.size-3x2.style1 .excerpt.main-excerpt .the-excerpt,
#mobile .lead-story.size-3x2.style1 .excerpt.main-excerpt .the-excerpt {
	display: none;
}
#tablet-v .lead-story.size-3x2.style1 .excerpt.secondary-excerpt .the-excerpt,
#mobile .lead-story.size-3x2.style1 .excerpt.secondary-excerpt .the-excerpt {
	display: block;
}
#mobile .lead-story.size-3x2.style1 .excerpt {
	width: 100%;
	color: #ffffff;
	background-color: #222222;
	order: 1;
	-webkit-order: 1;
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	padding: 7px 20px 0;
	margin: 0;
}
#mobile .lead-story.size-3x2.style1 .excerpt.main-excerpt {
	order: 3;
	-webkit-order: 3;
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	padding: 15px 15px 25px 15px;
	background: white;
}
#mobile .lead-story.size-3x2.style1 .byline-timestamp {
	margin-bottom: 5px;
}
#mobile .lead-story.size-3x2.style1 .related-stories .story a {
	color: #000;
}
#tablet-v .lead-story.size-3x2.style1 .related-stories,
#mobile .lead-story.size-3x2.style1 .related-stories {
	width: 100%;
	padding: 0 10px;
	border-top: none;
}
#mobile .lead-story.size-3x2.style1 .related-stories {
	padding: 0px;
}
#tablet-v .lead-story.size-3x2.style1 .related-stories {
	width: 100%;
	padding: 0px;
	border-top: none;
}
#tablet-v .lead-story.size-3x2.style1 .related-stories .rs-header,
#mobile .lead-story.size-3x2.style1 .related-stories .rs-header {
	display: none;
}
#tablet-v .lead-story.size-3x2.style1 .related-stories .story,
#mobile .lead-story.size-3x2.style1 .related-stories .story {
	border-bottom: 1px solid #cccccc !important;
}

/**
 * 4x2 Styles
 */
#mobile .lead-story.size-4x2 .the-excerpt {
	color: white;
	font-family: 'Lora', georgia, serif;
	font-size: 15.5px;
	line-heighT: 19px;
	font-weight: normal;
}
#mobile .lead-story.size-4x2 .byline-timestamp {
	margin-bottom: 0px;
	padding: 0px;
}
/**
 * Style 1
 * comentary and related articles on the right
 */
#mobile .lead-story.size-4x2.style1 .excerpt.secondary-excerpt {
	display: block;
	padding: 0px 20px;
}
.lead-story.size-4x2.style1 .byline-container {
	display: none;
}
.lead-story.size-4x2.style1 .headline {
	font-size: 65px;
	line-height: 65px;
}
#tablet-v .lead-story.size-4x2.style1 .excerpt {
	padding-left: 0px;
	margin-left: 0px;
}
#tablet-h .lead-story.size-4x2.style1 .content,
#desktop .lead-story.size-4x2.style1 .content {
	max-height: 56vh;
	/*flex*/
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.lead-story.size-4x2.style1 .image img {
	margin-bottom: 0px;
}
.lead-story.size-4x2.style1 .image {
	max-height: 650px;
	overflow: hidden;
}
.lead-story.size-4x2.style1 .byline-container {
	display: none;
}
.lead-story.size-4x2.style1 .related-stories {
	width: 23%;
}
.lead-story.size-4x2.style1 .related-stories {
	display: block;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.lead-story.size-4x2.style1 .the-excerpt {
	display: inline-block;
	width: 23%;
}
#tablet-v .lead-story.size-4x2.style1 .the-excerpt {
	width: 100%;
	margin-bottom: 10px;
}
/*post custom kicker*/
#tablet-v .lead-story.size-4x2.style1 .headline .custom-post-kicker:not(.custom-post-kicker-mobile),
#mobile .lead-story.size-4x2.style1 .headline .custom-post-kicker:not(.custom-post-kicker-mobile) {
	display: inline-block !important;
}
#tablet-v .lead-story.size-4x2.style1 .content .custom-post-kicker.custom-post-kicker-mobile,
#mobile .lead-story.size-4x2.style1 .content .custom-post-kicker.custom-post-kicker-mobile {
	display: none !important;
}

/**
 * Style2
 * comentary and related articles on the bottom
 */
.lead-story.size-4x2.style2 .excerpt.secondary-excerpt {
	display: none;
}
#mobile .lead-story.size-4x2.style2 .excerpt.secondary-excerpt {
	display: block;
	padding: 0px 20px;
}
.lead-story.size-4x2.style2 .headline {
	font-size: 80px;
	line-height: 80px;
}
.lead-story.size-4x2.style2 .image,
.lead-story.size-4x2.style2 {
	width: 100%;
	height: auto;
	padding-left: 0px;
	margin-bottom: 25px;
}
.lead-story.size-4x2.style2 .image {
	max-height: 825px;
	overflow: hidden;
}
.lead-story.size-4x2.style2 .image img {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}
.lead-story.size-4x2.style2 .byline-container {
	display: none;
}
.lead-story.size-4x2.style2 .excerpt,
.lead-story.size-4x2.style2 .related-stories {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.lead-story.size-4x2.style2 .e-header {
	display: none; /* currently there isn't a variable printing here. When we are able top pull and display it, change this to block!!!!*/
	font-size: 22px;
	line-height: 26px;
}
.lead-story.size-4x2.style2 .the-excerpt p,
.lead-story.size-4x2.style2 .excerpt {
	margin-bottom: 0px;
	padding-left: 0px;
}
#desktop .lead-story.size-4x2.style2 .the-excerpt p,
#tablet-h .lead-story.size-4x2.style2 .the-excerpt p,
#tablet-v .lead-story.size-4x2.style2 .the-excerpt p {
	line-height: 23px;
	font-size: 16px;
}
.lead-story.size-4x2.style2 .excerpt .the-excerpt {
	width: 100%;
	display: inline-block;
}
.lead-story.size-4x2.style2 .excerpt .related {
	display: none;
}
#mobile .lead-story,
#tablet-v .lead-story {
	height: auto;
}
.lead-story.size-4x2.style2 .the-excerpt {
	display: inline-block;
	width: 25%;
}

/*post custom kicker*/
#tablet-v .lead-story.size-4x2.style2 .headline .custom-post-kicker:not(.custom-post-kicker-mobile),
#mobile .lead-story.size-4x2.style2 .headline .custom-post-kicker:not(.custom-post-kicker-mobile) {
	display: inline-block !important;
}
#tablet-v .lead-story.size-4x2.style2 .content .custom-post-kicker.custom-post-kicker-mobile,
#mobile .lead-story.size-4x2.style2 .content .custom-post-kicker.custom-post-kicker-mobile {
	display: none !important;
}

/**
 * 4x2 Tablet Style
 */
#tablet-v .lead-story.size-4x2.style2 .the-excerpt,
#tablet-v .lead-story.size-4x2.style2 .related {
	width: 100%;
}
#tablet-v .lead-story.size-4x2.style2 .the-excerpt {
	margin-bottom: 10px;
}
.row-content.s-100[data-order="1"] {
	height: auto;
}

#tablet-v .lead-story.size-4x2.style1 .headline,
#tablet-h .lead-story.size-4x2.style1 .headline {
	font-size: 42px;
	line-height: 46px;
}
#tablet-v .lead-story.size-4x2.style2 .headline,
#tablet-h .lead-story.size-4x2.style2 .headline {
	font-size: 55px;
	line-height: 50px;
}
#tablet-v .lead-story.size-4x2 .image,
#tablet-v .lead-story.size-4x2 {
	width: 100%;
	height: auto;
	padding-left: 0px;
	margin-bottom: 25px;
}
#tablet-v .lead-story.size-4x2 {
	margin-bottom: 0px !important;
}
#tablet-v .lead-story.size-4x2 .image {
	max-height: 650px;
	overflow: hidden;
}
#tablet-v .lead-story.size-4x2 .image img {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}
#tablet-v .lead-story.size-4x2 .excerpt-header {
	display: none; /* currently there isn't a variable printing here. When we are able top pull and display it, change this to block!!!!*/
	font-size: 22px;
	line-height: 26px;
}
#tablet-v .lead-story.size-4x2 .excerpt.secondary-excerpt {
	display: none;
}
#tablet-v .lead-story.size-4x2 .byline-container {
	display: none;
}
#tablet-v .lead-story.size-4x2 .excerpt,
#tablet-v .lead-story.size-4x2 .related-stories {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0px;
}
#tablet-v .lead-story.size-4x2 .related-stories {
	border-top: none;
	border-bottom: none;
	padding: 0px;
}

/**
 * 4x2 Mobile Style
 */
#mobile .lead-story.size-4x2 .headline{
	background-color: #222222;
	padding: 25px 20px 10px;
	line-height: auto;
	font-size: 38px !important;
	line-height: 38px !important;
}
#mobile .lead-story.size-4x2 .headline a {
	color: #ffffff;
}
#mobile .lead-story.size-4x2 .image {
	width: 100%;
	margin-bottom: 0px;
	max-height: 535px;
	overflow: hidden;
	padding-top: 8px;
	background: #222;
}
#mobile .lead-story.size-4x2 .byline-container {
	order: -1;
	-webkit-order:-1;
	-webkit-box-ordinal-group: -1;
	-moz-box-ordinal-group: -1;
	-ms-flex-order: -1;
	width: 100%;
	background-color: #222222;
	padding: 0 20px;
	display: block;
}
#mobile .lead-story.size-4x2 .byline-container .byline-timestamp .timestamp {
	color: yellow;
}
#mobile .lead-story.size-4x2 .the-excerpt {
	display: block;
	width: 100%;
}
#mobile .lead-story.size-4x2 .excerpt.main-excerpt {
	background: #222;
	background: #222;
	padding: 15px 20px;
}
#mobile .lead-story.size-4x2 .the-excerpt {
	margin: .5em 0;
}
#mobile .lead-story.size-4x2 .related .related-stories {
	padding: 0px;
	padding-bottom: 20px;
}
#mobile .lead-story.size-4x2 .excerpt.main-excerpt .the-excerpt {
	display: none
}
#mobile .lead-story.size-4x2 .excerpt.secondary-excerpt {
	width: 100%;
	color: #ffffff;
	background-color: #222222;
	order: 1;
	-webkit-order:1;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	padding: 20px 25px 0;
	margin-bottom: 0px;
}
#mobile .lead-story.size-4x2 .related-stories {
	border-top: 0;
	border-bottom: 0;
	width: 100%;
	background: #222222;
	padding: 15px 15px 30px 15px;
	margin-left: 0;
}
#mobile .lead-story.size-4x2 .related-stories .rs-header {
	display: none;
}
#mobile .lead-story.size-4x2 .related-stories .story a {
	color: #ffffff;
}
#mobile .lead-story.size-4x2 .excerpt .related{
	width: 100%;
	display: block;
	float: none;
}
#mobile .lead-story.size-4x2 .related-stories .story,
#mobile .lead-story.size-3x2 .related-stories .story {
	border-bottom: 1px solid #777;
}

/* START BUFFALO MAGAZINE */
.icon.style-circle i {
	color: #3E4548;
	font-size: 15px;
}
.lead-story.buff-mag {
	border-right: 1px solid #d3d3d3;
	border-bottom: 6px solid #3E4548;
	background: #fff;
	font-family: eb-garamond, serif !important;
}
.lead-story.buff-mag .image {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	display: inline-block;
	order: 0;
	-webkit-order: 0;
	-webkit-box-ordinal-group: 0;
	-moz-box-ordinal-group: 0;
	-ms-flex-order: 0;
	vertical-align: top;
	max-height: unset;
}
.lead-story.buff-mag .headline {
	display: block;
	font-size: 0;
	line-height: normal;
}
.lead-story.buff-mag .headline a {
	color: white;
	text-transform: none;
	text-decoration: none;
	display: inline-block;
	font-weight: 900;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	font-family: eb-garamond, serif;
	font-size: 34px;
	line-height: 39px;
}
.lead-story.buff-mag .copy {
	position: absolute;
	z-index: 2;
	padding: 100px 25px 0 25px;
	border-bottom: 6px solid #3E4548;
	bottom: -6px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,020100+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(2,1,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(2,1,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(2,1,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#020100',GradientType=0 ); /* IE6-9 */
}

.lead-story.buff-mag .excerpt .the-excerpt p {  /** Missing .buff-mag class **/
    line-height: 22px;
    font-size: 15px;
    position: relative;
    top: -5px;
    font-family: eb-garamond, serif;
	color: #fff;
}
.lead-story.buff-mag .excerpt {
	padding: 0px;
}
.lead-story.buff-mag .excerpt .the-excerpt p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 200;
}
.lead-story.buff-mag .content .copy .kicker {
	font-size: 13px;
	text-transform: uppercase;
	background: #3E4548;
	padding: 7px 12px 6px 12px;
	display: inline-block;
	margin-bottom: 15px;
}
.lead-story.buff-mag .content .copy .kicker a {
	color: #fff;
	margin-bottom: 0;
	font-family: eb-garamond, serif;
	font-weight: 400;
}
/*buff mag mobile*/
#tablet-v .lead-story.buff-mag {
	height: 100%;
}
#tablet-h .lead-story.buff-mag .image img,
#mobile .lead-story.buff-mag .image img  { /** Missing .buff-mag class **/
	width: 125%;
	height: auto;
}
#desktop .lead-story.buff-mag .image img {
	height: auto;
	width: 120%;
}

/* set all image containers in order to vertically center image inside */
/* vertically center images inside container */
.lead-story.buff-mag .image {
	position: inherit;
	width: 100%;
}
.lead-story.buff-mag .image picture {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* IMAGES SPECIFIC STYLES FOR MOBILE MEDIA QUERIES for buff magazine */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.lead-story.buff-mag .image img {
		width: 125%;
		height: auto;
	}
	.lead-story.buff-mag .image img{
		width: 125%;
		height: auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.lead-story.buff-mag {
		height: 100% !important;
	}
	.lead-story.buff-mag .image img {
		height: 600px;
		width: auto;
	}
	.lead-story.buff-mag {
		height: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.lead-story.buff-mag {
		height: 100% !important;
	}
	.lead-story.buff-mag .image picture {
		display: unset;
	}
	.lead-story.buff-mag .image img {
		width: 135%;
		height: auto;
	}
	.lead-story.buff-mag .headline a {
		font-size: 24px;
		line-height: 27px;
	}
	.lead-story.buff-mag .copy {
		position: absolute;
		z-index: 1;
		padding: 25px 25px 0 25px;
	}
	.lead-story.buff-mag{
		height: 100%;
	}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
	.lead-story.buff-mag {
		max-height: 400px;
		min-height: 400px;
	}
	.lead-story.buff-mag .content{
		min-height: 500px !important;
	}
	.lead-story.buff-mag .image img {
		height: auto;
		width: 110%;
	}
}
@media only screen and (min-width: 451px) and (max-width: 599px) {
	.lead-story.buff-mag {
		max-height: 400px;
		min-height: 400px;
	}
	.lead-story.buff-mag .content{
		min-height: 450px !important;
	}
}
@media only screen and (max-width: 450px) {
	.lead-story.buff-mag {
		max-height: 400px;
		min-height: 400px;
	}
	.lead-story.buff-mag .content{
		min-height: 300px !important;
	}
}


/* OLDFILE: widget-things-to-know/widget.css */

.things-to-know {
	font-size: 10px;
}
.things-to-know .header {
	display: block;
	width: 100%;
}
.things-to-know .header .headline {
	font-family: miller-headline, 'Lora', Georgia, serif; font-weight: 700;
	font-size: 2.85em;
	font-weight: normal;
	color: #000000;
	display: inline-block;
	font-style: italic;
	line-height: 0.75em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
}
.things-to-know .header .headline:before,
.things-list-widget-container .header .headline:after {
	content: "";
	display: block;
	width: 6em;
	padding: 0.1em 0;
	display: none;
}
.things-to-know .header .sub-title {
	display: none;
}
.things-to-know .image {
	display: none;
}
.things-to-know .body {
	padding-top: 1em;
	clear: both;
}
.things-to-know .body .list {
	counter-reset: li;
	padding-left: 0px;
}
.things-to-know .body .item {
	display: list-item;
	list-style: none;
	list-style-position: inside;
	border-bottom: 1px solid #cccccc;
	padding: 0;
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #000;
}
.things-to-know .body .item:last-child {
	border-bottom: 0px !important;
}
.things-to-know .body .item a {
	color: #000;
}
.things-to-know .body .list > .item:before {
	content: counter(li) ". "; /* Use the counter as content */
	counter-increment: li; /* Increment the counter by 1 */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1em;
	color: #db0b00;
	text-align: center;
	font-size: 42px;
	line-height: 42px;
	float: left;
	margin-right:0px;
}
.things-to-know .body .item .text {
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 0em;
	min-height: 2.2em;
	color: #000;
}

.things-to-know .body .item .text a {
	color: #000000;
	line-height: 1em;
}
.things-to-know .body .item .text a:hover{
	text-decoration: underline;
}
.things-to-know .paid-content-icon {
	margin-left: 5px;
}
#mobile .things-to-know {
	padding: 0px 15px;
}
#mobile .things-to-know .body .item:last-child {
	border-bottom: 1px solid #ccc !important;
}


/**
 * 1x2 Styles
 */

 /**
 * Style 1
 * light background with black font
 * image at the top
 */

.things-to-know.size-1x2 .header .sub-title {
	display: block;
	font-size: 14px;
}
.things-to-know.size-1x2 .image {
	display: block;
	height: 260px;
	overflow: hidden;
}
.things-to-know.size-1x2 .image img {
	width: 100%;
}
.things-to-know.size-1x2 .body {
	display: block;
	width: 100%;
}
.things-to-know.size-1x2 .body ol {
	margin-left: 0;
}

#tablet-h .things-to-know.style1 .body .item .text {
	font-size: 1.4em;
	line-height: 1.4em;
}

/**
 * 2x1 Styles
 */

.things-to-know.size-2x1.style1 .image {
	display: inline-block;
	width: calc(50% - 2px);
}
.things-to-know.size-2x1.style1 .image img {
	width: 100%;
}
.things-to-know.size-2x1.style1 .body {
	display: inline-block;
	width: calc(50% - 2px);
	right: 0px;
	vertical-align: top;
}

/**
 * 2x2 Styles
 */
.things-to-know.size-2x2.style1 .header .headline {
	font-size: 32px;
}
.things-to-know.size-2x2.style1 .header .sub-title {
	display: block;
	font-size: 18px;
}
.things-to-know.size-2x2.style1 .image {
	display: inline-block;
	width: calc(50% - 2px);
}
.things-to-know.size-2x2.style1 .image img {
	width: 100%;
}
.things-to-know.size-2x2.style1 .body {
	display: inline-block;
	width: calc(50% - 2px);
	right: 0px;
	vertical-align: top;
}

/**
 * Article Page Style
 */
.article-page-widget-wrapper section.things-to-know {
	width: 283px;
	height: 560px;
}


/* OLDFILE: widget-single/singleANDcategory-widget-frontend.css */

/* DEFAULT styles FOR ALL TYPES */
section.single {
	position: relative;
	width: 100%;
	height: 100%;
}
section.single .paid-content-icon {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 10px;
	height: auto
}
section.single .image {
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.single.single-author.style1 .image {
	display: block;
	align-items: unset;
	justify-content: unset;
}
section.single.gallery .image,
section.single.video .image {
	position: static;
}
section.single a:hover {
	text-decoration: none;
}
section.single .header .headline a {
	font-size: 24px;
	line-height: 30px;
	color: #000;
}
section.single .header .kicker a {
	color: #db0b00;
	margin-bottom: 4px;
	font-size: 11.5px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .25px;
	vertical-align: text-top;
}
/* CUSTOM POST KICKER */
section.single.custom-post-kicker .kicker {
	color: white;
	background: #db0b00;
	display: inline-block;
	padding: 4px 17px;
	font-size: 11.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: .5px;
	position: absolute;
	top: -24px;
	left: 0px;
}
/* IMAGES */
/* set specific height for sizes - necessary to vertically center image in container - done at each breakpoint */
section.single.size-1x1 .image .image-bg,
section.single.size-2x1 .image .image-bg {
	height: 154px;
}
section.single.size-1x2 .image .image-bg {
	height: 470px;
}
section.single.size-2x2 .image .image-bg {
	height: 475px;
	background-color:#DEDEDE;
}
section.single.size-2x2.header .headline {
	font-size: 20px;
}
/* START Default */
section.single.single-story .header {
	background: #fff;
	padding: 7px 0;
	width: 100%;
	z-index: 1;
	position: relative;
	position: absolute;
	bottom: 0px;
	padding-right: 20px;
}
section.single.single-story.style2 .header{
	position: relative;
}
section.single.single-story .header .headline a {
	color: #000;
}
/* analysis and category kicker category details*/
section.single.single-story.analysis-columns .header .kicker a,
section.single.single-story.columns .header .kicker a {
	vertical-align: text-top;
	display: inline-block;
	padding: 4px 20px;
	font-size: 11.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: .5px;
	position: absolute;
	top: -24px;
	left: 0;
}
section.single.single-story.analysis-columns .header .headline a,
section.single.single-story.columns .header .headline a {
	font-style: italic;
}
/* end analysis and category kicker category details*/
section.single.single-story .header .kicker:empty {
	/* DO NOT DISPLAY THE KICKER AT ALL IF IT's EMPTY */
	display: none;
}
section.single.single-story .excerpt {
	display: none;
}
section.single.single-story .image .icon {
	z-index: 1;
}
section.single.single-story:not(.buff-mag) .headline {
	min-height: 71px;
	overflow: hidden;
	margin-bottom: 0px !important;
}
#tablet-v section.single.single-story.analysis-columns .header .kicker a,
#tablet-v section.single.single-story.columns .header .kicker a {
	top: -31px;
}
#mobile section.single.single-story.analysis-columns .header .kicker a,
#mobile section.single.single-story.columns .header .kicker a {
	top: -24px;
}
/* Single Story Specifics */
.single.size-1x2 .header .headline {
	height: 89px;
}
.single.buff-mag
/* HEADLINES 1x1 - 3 per row@TODO: needed?? col-lg-4 doesnt seem to be a possibility */
	.col-lg-4 section.single.size-1x1 .header .headline a {
		font-size: 18px !important;
		line-height: 23px !important;
	}
	.col-lg-4 section.single.size-1x1 .header {
		padding: 15px 0px !important;
	}
/* HEADLINES 1x1 - 4 per row */
	.col-lg-3 section.single.single-story.size-1x1 .header .headline {
		height: 68px !important;
	}
	.col-lg-3 section.single.size-1x1 .header .headline a {
		font-size: 21px !important;
		line-height: 23px !important;
	}
	.col-lg-3 section.single.size-1x1 .header {
		padding: 15px 0px;
	}
	/* New */
	#desktop section.single.single-story.size-1x1:not(.buff-mag) .header .headline {
		height: 72px !important;
	}
	#desktop section.single.size-1x1 .header .headline a {
		font-size: 21px !important;
		line-height: 23px !important;
	}
	#desktop section.single.size-1x1 .header {
		padding: 15px 0px;
	}
/* START SINGLE NO IMAGE */
section.single.single-story-no-image .image {
	display: none;
}
section.single.single-story-no-image .header {
	padding: 0px !important;
}
section.single.single-story-no-image .custom-post-kicker {
	display: none;
}
section.single.single-story-no-image .header .headline {
	height: auto !important;
	margin-bottom: 5px;
}
/* START AUTHOR style 1 
* light gray bg  with author image */
section.single.single-author {
	background: #ebebeb;
	padding: 20px;
	display: block;
	height: 100%;
}
section.single.single-author.style1 .header .kicker a {
	color: #db0b00 !important;
	background: transparent !important;
	margin-bottom: 5px;
	display: block;
}
section.single.single-author.style1 .image .image-bg,
#mobile section.single.single-author.style1 .image .image-bg {
	height: 100% !important;
	min-height: auto !important;
	width: 100%;
}
section.single.single-author .excerpt {
	font-family: 'Lora', Georgia, serif !important;
}
#desktop section.single.single-author:not(.style3) .header .headline a,
#tablet-h section.single.single-author:not(.style3) .header .headline a,
#tablet-v section.single.single-author:not(.style3) .header .headline a,
#mobile section.single.single-author:not(.style3) .header .headline a {
	font-size: 21px !important;
	line-height: 23px !important;
}
section.single-author:not(.style3) .header,
#tablet-h section.single-author:not(.style3) .header,
#tablet-v section.single-author:not(.style3) .header,
#mobile section.single-author:not(.style3) .header {
	padding: 0px !important;
}
section.single.single-author .header .headline {
	margin-bottom: 6px;
	min-height: 1px !important;
}
section.single.single-author .header .headline .image {
	float: left;
	margin-right: 10px;
	width: 68px;
	height: 68px;
}
section.single.single-author.style1 .header .kicker {
	display: block !important;
	background-color: transparent !important;
}
section.single.single-author .header .headline a {
	font-style: italic;
}
section.single.single-author.style1 .image a img {
	max-width: 68px;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}
section.single.single-author .image .icon {
	display: none;
}
section.single.single-author .excerpt p .paid-content-icon,
section.single-story-no-image .excerpt p .paid-content-icon {
	position: relative;
	top: 0;
	left: 5px;
}


/*START AUTHOR STYLE 3*/
section.single.single-author.style3 {
	padding: 0px;
	display: block;
	height: 100%;
}

section.single.single-author.style3 .header {
	background: #222 !important;
	padding: 20px;
	width: 100%;
	z-index: 1;
	position: relative;
	position: absolute;
	bottom: 0px;
}
section.single.single-author.style3 .header{
	position: relative;
}
section.single.single-author.style3 .header .headline a {
	color: #000;
}
section.single.single-author.style3 .header .kicker {
	color: white;
	background: #db0b00;
	display: inline-block;
	padding: 4px 17px;
	font-size: 11.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: .5px;
	position: absolute;
	top: -24px;
	left: 0px;
}
section.single.single-author.style3 .excerpt {
	display: none;
}
section.single.single-author.style3 .image .icon {
	z-index: 1;
}
section.single.single-author.style3 .headline {
	overflow: hidden;
	margin-bottom: 0px !important;
}
section.single.single-author.style3 .header .headline a {
	font-size: 24px !important;
	line-height: 30px !important;
}
section.single.single-author.style3 .header {
	background: #fff !important;
	padding: 7px 0;
	padding-right: 20px;
	width: 100%;
	z-index: 1;
	position: absolute;
	bottom: 0px;
}
#tablet-v section.single.single-author.style3 .header .headline a {
	font-size: 23px !important;
	line-height: 27px !important;
}




/* START VIDEO/GALLERY */
section.single.size-1x2.single.gallery .image .image-bg,
section.single.size-1x2.single.video .image .image-bg {
	height: 460px;
}

section.single.single-story.size-1x1.video img {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
section.single.single-story.size-1x1.video img.paid-content-icon {
	float: right;
	top: 10px;
	margin-right: 10px;
}
section.single.size-1x1.gallery .image .image-bg img {
	position: static;
}

section.single.gallery .header,
section.single.video .header {
	background: #fff !important;
	padding: 15px 0;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
section.single.gallery .header .headline,
section.single.video .header .headline {
	max-height: 48px;
	overflow: hidden;
	margin-bottom: 0px;
}
section.single.gallery .header .headline a,
section.single.video .header .headline a {
	color: #222;
	font-size: 21px;
	line-height: 24px;
}
section.single.single-gallery .header .kicker,
section.single.single-video .header .kicker {
	display: none;
}
section.single.video .image .image-bg .time-length {
	background: #222;
	color: #fff;
	font-size: 15px;
	padding: 3px 7px;
	position: absolute;
	bottom: 56px;
	right: 0;
}
section.single .time-length {
	display: none;
}

section.single .video .time-length {
	display: block;
}


/* START BUFFALO MAGAZINE */
section.single.single-story.size-1x1.buff-mag .image .image-bg {
	min-height: 191px;

}
section.single.size-1x1.single.gallery.buff-mag .image .image-bg {
	min-height: 285px;
}
section.single.single-story.buff-mag {
	border-right: 1px solid #d3d3d3;
	border-bottom: 6px solid #3A4549;
}
section.single.single-story.buff-mag .header {
	background: #fff;
	padding: 15px 20px !important;
}
section.single.single-story.buff-mag .header .headline a {
	color: #000;
	font-family: eb-garamond, serif;
	font-weight: 700;
}
section.single.single-story.buff-mag .header .kicker {
	font-size: 11px;
	text-transform: uppercase;
	padding: 4px 8px 3px 8px;
	display: inline-block;
	background-color: #3A4549;
	margin-bottom: 7px;
}
section.single.single-story.buff-mag .header .kicker a {
	color: #fff;
	margin-bottom: 0;
	font-family: eb-garamond, serif;
	font-weight: 400;
}
section.single.single-story.buff-mag .icon.style-circle i {
	color: #F87531;
}
section.single.single-story.buff-mag .image {
	background: #ccc;
	z-index: 0;
	overflow: hidden;
}
section.single.size-1x1.buff-mag .header .headline {
	max-height: 40px;
	overflow: hidden;
}
section.single.size-2x2.buff-mag .image .image-bg {
	height: 460px;
}

#tablet-h section.single.gallery.buff-mag .header .headline a {
	font-size: 17px !important;
	line-height: 17px !important;
}


#mobile section.single.single-story.buff-mag .header .headline a {
	font-size: 21px !important;
	line-height: 24px !important;
}
#mobile section.single.single-story.buff-mag .header .headline {
	height: auto !important;
	min-height: 25px;
}
#mobile section.single.single-story.buff-mag .header .kicker {
	padding: 3px 8px 3px 8px;
}
#mobile section.single.single-story.buff-mag .header .kicker {
	font-size: 11px;
}
#mobile section.single.single-story.buff-mag .image {
	z-index: 0;
}
#mobile section.single.single-story.size-1x1.buff-mag .image .image-bg {
	min-height: 375px;
}
#mobile section.single.size-1x1.buff-mag .header .headline {
	max-height: 100%;
}

/*gallery and video*/
section.single.single-story.buff-mag.gallery .header .kicker,
section.single.single-story.buff-mag.video .header .kicker {
	display: none;
}
section.single.single-story.buff-mag.gallery,
section.single.single-story.buff-mag.video {
	border-bottom: 0;
}
section.single.single-story.buff-mag.gallery .header,
section.single.single-story.buff-mag.video .header {
	background: #fff !important;
}
section.single.single-story.buff-mag.gallery .header .headline a,
section.single.single-story.buff-mag.video .header .headline a {
	color: #000;
}
#mobile section.single.single-story.buff-mag.gallery,
#mobile section.single.single-story.buff-mag.video {
	padding-bottom: 40px;
}
#desktop section.single.single-story.buff-mag.gallery .header .headline a,
#desktop section.single.single-story.buff-mag.video .header .headline a {
	font-size: 18px !important;
	line-height: 22px !important;
}
#desktop section.single.size-1x1.buff-mag .header .headline a,
#tablet-h section.single.size-1x1.buff-mag .header .headline a,
#tablet-v section.single.size-1x1.buff-mag .header .headline a{
	font-size: 17px !important;
	line-height: 19px !important;
}
/* end galleries and videos */
/* END BUFFALO MAGAZINE */


/* START @media QUERIES */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	/* IMAGES set specific height for sizes - necessary to vertically center image in container */
	section.single.size-1x1 .image .image-bg {
		height: 156px;
	}
	section.single.size-1x1 .image .image-bg img{
		width: 108% !important;
	}
	.col-md-4 section.single.size-1x1 .image .image-bg {
		height: 180px;
	}
	/* New */
	#tablet-v section.single.size-1x1 .image .image-bg {
		height: 180px;
	}
	.col-md-4 section.single.size-1x2 .image .image-bg {
		height: 425px;
	}
	/* New */
	#tablet-v section.single.size-1x2 .image .image-bg {
		height: 470px;
	}
	section.single.size-2x1 .image .image-bg {
		height: 165px;
	}
	.col-md-4 section.single.size-2x1 .image .image-bg {
		height: 180px;
	}
	/* New */
	#tablet-v section.single.size-2x1 .image .image-bg {
		height: 180px;
	}
	section.single.size-2x2 .image .image-bg {
		height: 490px;
	}
/* video and galleries */
	section.single.size-1x1.gallery .image .image-bg img,
	section.single.size-1x1.video .image .image-bg img {
		height: 100%;
		width: auto !important;
	}
/* HEADLINES */
	.single.size-1x2 .header .headline,
	.col-md-4 .single.size-2x2 .header .headline {
		height: 78px !important;
	}
	/* New */
	#tablet-v .single.size-2x2:not(.buff-mag) .header .headline {
		height: 78px !important;
	}
	section.single.single-story:not(.buff-mag) .headline {
		min-height: 56px !important;
	}
	section.single .header .headline a,
	section.single.single-author.style3 .header .headline a {
		font-size: 23px !important;
		line-height: 26px !important;
	}
	section.single.gallery .header .headline a {
		font-size: 18px !important;
		line-height: 21px !important;
	}
/* HEADLINES 1x1, 2x1 - 3 per row */
	.col-md-4 section.single.single-story.size-1x1 .header .headline,
	.col-md-4 section.single.single-story.size-2x1 .header .headline {
		height: 46px !important;
	}
	.col-md-4 section.single.size-1x1 .header .headline a,
	.col-md-4 section.single.size-2x1 .header .headline a {
		font-size: 18px !important;
		line-height: 23px !important;
	}
	.col-md-4 section.single.size-1x1 .header,
	.col-md-4 section.single.size-2x1 .header {
		padding: 15px !important;
	}
	/* New */
	#tablet-v .s-30 section.single.single-story .header .headline,
	#tablet-v .s-40 section.single.single-story .header .headline {
		height: 46px !important;
	}
	#tablet-v .s-30 section.single .header .headline a,
	#tablet-v .s-40 section.single .header .headline a {
		font-size: 18px !important;
		line-height: 23px !important;
	}
	#tablet-v .s-30 section.single .header,
	#tablet-v .s-40 section.single .header {
		padding: 15px !important;
	}

/* HEADLINES 1x1 AND 1x2 - 4 per row */
	.col-md-3 section.single.single-story.size-1x1 .header .headline,
	.col-md-3 section.single.single-story.size-1x2 .header .headline {
		height: 68px !important;
	}
	.col-md-3 section.single.size-1x1 .header .headline a,
	.col-md-3 section.single.single-story.size-1x2 .header .headline a {
		font-size: 18px !important;
		line-height: 23px !important;
	}
	.col-md-3 section.single.size-1x1 .header,
	.col-md-3 section.single.size-1x2 .header {
		padding: 15px;
	}
	/* New */
	#tablet-v .s-25 section.single.single-story.size1x1 .header .headline
	#tablet-v .s-25 section.single.single-story.size1x2 .header .headline {
		height: 46px !important;
	}
	#tablet-v .s-25 section.single.size1x1 .header .headline a,
	#tablet-v .s-25 section.single.size1x2 .header .headline a {
		font-size: 18px !important;
		line-height: 23px !important;
	}
	#tablet-v .s-25 section.single.size1x1 .header,
	#tablet-v .s-25 section.single.size1x2 .header {
		padding: 15px !important;
	}
/* HEADLINES video and gallery */
	section.single.single-story.video .header .headline,
	section.single.single-story.gallery .header .headline {
		max-height: 69px !important;
	}
}

/*bootstrap small - tablet portrait*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	section.single.single-story.buff-mag .image .image-bg {
		min-height: 290px;
		margin-top: -30px;
	}
	section.single.single-story.size-1x1.buff-mag .header {
		padding: 15px;
	}
/* IMAGES set specific height for sizes - necessary to vertically center image in container */
	section.single.size-1x1 .image .image-bg {
		height: 290px; /*160*/
	}
	section.single.size-1x2 .image .image-bg {
		height: 475px;
	}
	section.single.size-2x1 .image .image-bg {
		height: 165px;
	}
	.col-sm-4 section.single.size-2x1 .image .image-bg {
		height: 156px;
	}

	/* New */
	#tablet-v section.single.size-2x1 .image .image-bg {
		height: 156px;
	}
	section.single.size-2x2 .image .image-bg {
		height: 475px;
	}
	.col-sm-12 section.single.size-2x2 .image .image-bg img {
		width: 100% !important;
		height: auto !important;
	}
	section.single.video .image .image-bg img,
	section.single.gallery .image .image-bg img {
		width: 100%;
		height: auto !important;
	}
	section.single.video.size-2x2 .image .image-bg img,
	section.single.gallery.size-2x2 .image .image-bg img {
		height: 100% !important;
		width: auto !important;
	}
/* HEADLINES */
	section.single .header .headline {
			height: 58px !important;
		}
		section.single .header .headline a {
			font-size: 22px !important;
			line-height: 29px !important;
		}
	/* Video and Galleries*/
	section.single.gallery .header .headline a,
	section.single.video .header .headline a {
		font-size: 20px !important;
		line-height: 22px !important;
	}
	section.single.gallery .header .headline,
	section.single.video .header .headline {
		max-height: 56px !important;
	}
	/* HEADER tablet no image single */
		#tablet-v section.single.single-story-no-image .header {
			padding: 0px !important;
		}
	/* HEADLINES3 items per row*/
		.col-sm-4 section.single .header {
			padding: 15px !important;
		}
		.col-sm-4 section.single .header .headline {
			height: 50px !important;
		}
		.col-sm-4 section.single .header .headline a {
			font-size: 17px !important;
			line-height: 24px !important;
		}
	/* HEADLINES3 items per row - NEW */
		#tablet-v section.single .header {
			padding: 15px; /*!important*/
		}
		#tablet-v section.single.single-story:not(.buff-mag) .header {
			padding: 0px !important;
		}
		#tablet-v section.single .header .headline {
			height: 50px !important;
		}
		#tablet-v section.single .header .headline a {
			font-size: 17px !important;
			line-height: 24px !important;
		}
	/* HEADLINES 2x2 and 1x2 - 3 per row */
		.col-sm-4 section.single.single-story.size-1x2 .header,
		.col-sm-4 section.single.single-story.size-2x2 .header {
			padding: 15px !important;
		}
		.col-sm-4 section.single.single-story.size-1x2 .header .headline,
		.col-sm-4 section.single.single-story.size-2x2 .header .headline {
			height: 73px !important;
		}
		.col-sm-4 section.single.single-story.size-1x2 .header .headline a,
		.col-sm-4 section.single.single-story.size-2x2 .header .headline a {
			font-size: 18px !important;
			line-height: 25px !important;
		}
	/* HEADLINES 2x2 and 1x2 - 3 per row - NEW */
		#tablet-v section.single.single-story.size-1x2:not(.buff-mag) .header {
			padding: 7px 20px 0 0 !important;
		}
		#tablet-v section.single.single-story.size-1x2 .header .headline {
			height: 73px !important;
		}
		#tablet-v section.single.single-story.size-2x2 .header .headline {
			height: 55px !important;
		}
		#tablet-v section.single.single-story.size-1x2 .header .headline a,
		#tablet-v section.single.single-story.size-2x2 .header .headline a {
			font-size: 23px !important;
			line-height: 27px !important;
		}
	/* HEADLINES 2x1 and 1x1 - 3 per row */
		.col-sm-4 section.single.single-story.size-1x1 .header,
		.col-sm-4 section.single.single-story.size-2x1 .header {
			padding: 15px !important;
		}
		.col-sm-4 section.single.single-story.size-1x1 .header .headline,
		.col-sm-4 section.single.single-story.size-2x1 .header .headline {
			height: 73px !important;
		}
		.col-sm-4 section.single.single-story.size-1x1 .header .headline a,
		.col-sm-4 section.single.single-story.size-2x1 .header .headline a {
			font-size: 18px !important;
			line-height: 25px !important;
		}
	/* HEADLINES 2x1 and 1x1 - 3 per row - NEW */
		#tablet-v section.single.single-story.size-1x1 .header,
		#tablet-v section.single.single-story.size-2x1 .header {
			padding: 15px !important;
		}
		#tablet-v section.single.single-story.size-1x1 .header .headline,
		#tablet-v section.single.single-story.size-2x1 .header .headline {
			height: 73px !important;
		}
		#tablet-v section.single.single-story.size-1x1 .header .headline a,
		#tablet-v section.single.single-story.size-2x1 .header .headline a {
			font-size: 18px !important;
			line-height: 25px !important;
		}
	/* HEADLINES 1x1 and 1x2 - 2 per row */
		.col-sm-6 section.single.single-story.size-1x1 .header,
		.col-sm-6 section.single.single-story.size-1x2 .header {
			padding: 15px !important;
		}
		.col-sm-6 section.single.single-story.size-1x1 .header .headline,
		.col-sm-6 section.single.single-story.size-1x2 .header .headline {
			height: 54px !important;
		}
		.col-sm-6 section.single.single-story.size-1x1.video .header .headline,
		.col-sm-6 section.single.single-story.size-1x1.gallery .header .headline {
			max-height: 56px;
		}
		.col-sm-6 section.single.single-story.size-1x1 .header .headline a,
		.col-sm-6 section.single.single-story.size-1x2 .header .headline a {
			font-size: 23px !important;
			line-height: 27px !important;
		}
		.col-lg-3 section.single.size-1x1 .header .headline a {
			font-size: 23px !important;
			line-height: 23px !important;
		}
	/* HEADLINES 1x1 and 1x2 - 2 per row - NEW */
		#tablet-v section.single.single-story.size-1x1:not(.buff-mag) .header,
		#tablet-v section.single.single-story.size-1x2:not(.buff-mag) .header {
			padding: 7px 20px 0 0 !important;
		}
		#tablet-v section.single.single-story.size-1x1 .header .headline,
		#tablet-v section.single.single-story.size-1x2 .header .headline {
			height: 56px !important;
		}
		#tablet-v section.single.single-story.size-1x1.video .header .headline,
		#tablet-v section.single.single-story.size-1x1.gallery .header .headline {
			max-height: 56px;
		}
		#tablet-v section.single.single-story.size-1x1 .header .headline a,
		#tablet-v section.single.single-story.size-1x2 .header .headline a {
			font-size: 23px !important;
			line-height: 27px !important;
		}
		#tablet-v section.single.size-1x1.buff-mag .header .headline a{
			font-size: 17px !important;
			line-height: 19px !important;
		}
		#tablet-v section.single.size-1x1 .header .headline a {
			font-size: 23px !important;
			line-height: 23px !important;
		}
		#tablet-v section.single.single-author .header .headline {
			display: inline;
			overflow: auto;
			margin-bottom: 6px;
		}
	/* 2x2 12-col */
		.col-sm-12 section.single.size-2x2 .header .headline a {
			font-size: 22px !important;
			line-height: 30px !important;
		}
	/* 2x2 12-col - NEW */
		#tablet-v section.single.size-2x2 .header .headline a {
			font-size: 22px !important;
			line-height: 30px !important;
		}

}

/* X-SMALL MOBILE - use #mobile instead of media query in order to target admin curate page as well */
/* IMAGES */
#mobile section.single.size-1x1.single.gallery .image .image-bg,
#mobile section.single.size-1x1.single.video .image .image-bg {
	position: relative;
	top: 0;
	left: 0;
}
#mobile section.single .image .image-bg img {
	height: auto !important;
	width: 100% !important;
}
#mobile section.single .image .image-bg img {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
/* HEADLINES */

#mobile section.single {
	padding-bottom: 70px; /*make room for headline*/
	border-bottom: 1px solid #ccc !important;
}
#mobile section.single.single-story .header {
	bottom: 0px; /* position headline absolutely below photo*/
}

#mobile section.single .header .headline {
	height: auto !important;
	min-height: 60px;
}
#mobile section.single .header .headline a {
	font-size: 22px !important;
	line-height: 27px !important;
}
#mobile section.single.single-story .header,
#mobile section.single.single-author .header {
	padding: 10px 15px 15px 15px;
}
#mobile section.single.single-story-no-image,
#mobile section.single.single-author {
	margin-bottom: 0px !important; /*override making room for title*/
}
#mobile section.single.single-story-no-image .header .headline {
	height: auto !important;
}
/* no image */
#mobile section.single.single-story-no-image {
	padding: 16px 15px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#mobile section.single.single-story-no-image .excerpt {
	display: none !important;
}
/* galleries/video */
#mobile .single.video.size-1x1 .image .image-bg img {
	width: 100% !important;
	height: auto !important;
}
#mobile section.single.gallery .header,
#mobile section.single.video .header {
	bottom: 0px;
}

#mobile section.single.gallery .header .headline,
#mobile section.single.video .header .headline{
	bottom: 0px;
	max-height:none;
}

/* curator front-end */
#mobile .curator-front-end .curated-page#mobile .row {
	margin: 0px;
	margin-bottom: 0px;
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
}
/* END x-small mobile use #mobile instead of media query */

/* IMAGES SPECIFIC STYLES FOR MOBILE MEDIA QUERIES */
@media only screen and (max-width: 767px) {
	#mobile section.single .image-bg {
		width: 100% !important;
		height: auto !important;
		min-height: unset !important;
	}
}

/**
 * Article Page Style
 */
.article-page-widget-wrapper section.single {
	width: 283px;
	height: 250px;
}
.article-page-widget-wrapper section.single p {
	margin: 0;
	padding: 0;
}
.article-page-widget-wrapper section.single.gallery .image,
.article-page-widget-wrapper section.single.video .image {
	position: relative;
	min-height: unset;
}
.article-page-widget-wrapper section.gallery .image img {
	margin-top: 0px !important;
	height: auto;
}
/* photo galleries */
@media only screen and (max-width: 500px) {
	.article-page-widget-wrapper section.single {
		width: 100%;
		height: auto;
	}
	.article-page-widget-wrapper section.single.single-story .headline {
		height: auto;
	}
}
/**
 * END Article Page Style
 */


/* OLDFILE: widget-author/author-style.css */

/**
 * Default Style
 */


 .author-widget {
	background: #efefef;
	padding: 20px;
	text-align: center;
	height: inherit;
}
.author-widget .author-details {
	margin: 5px 0 10px 0;
}
.author-widget .author-details .author-image {
	margin-bottom: 15px;
}
.author-widget .author-details .author-name a {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #888;
}
.author-widget .post {
	border-bottom: 1px solid #ccc;
	padding: 10px 0px;
	max-width: 350px;
	margin: 0 auto;
}

.author-widget .post a {
	font-style: italic;
	font-weight: 700;
	color: #222;
	font-size: 15px;
	line-height: 18px;
}
.author-widget .more-stories {
	margin-top: 15px;
}
.author-widget .more-stories a {
	text-transform: uppercase;
	font-weight: 700;
	color: #888;
}


/**
 * Style 1
 * light background with black font
 * image at the top
 */

.author-widget.size-1x1.style1 {
	background-color:#efefef;
}

.author-widget.size-1x1.style1 .author-widget{
}

.author-widget.size-1x1.style1 .author-image {
}

.author-widget.size-1x1.style1 .author-name {
}

.author-widget.size-1x1.style1 .post {
}

.author-widget.size-1x1.style1 .excerpt {
}

.author-widget.size-1x1.style1 .more-stories {
}


/**
 * Style 2
 * light background with black font
 * image at the top
 */

.author-widget.size-1x1.style2 {
	background-color:#efefef;
}

.author-widget.size-1x1.style2 .author-widget{
}

.author-widget.size-1x1.style2 .author-image {
}

.author-widget.size-1x1.style2 .author-name {
}

.author-widget.size-1x1.style2 .post {
}

.author-widget.size-1x1.style2 .excerpt {
}

.author-widget.size-1x1.style2 .more-stories {
}


/****** Mobile/Tablet Styles *******/

/*bootstrap medium */
#tablet-h {}

/*bootstrap small */
#tablet-v .author-widget .author-details .author-name a {
	font-size: 26px;
	line-height: 26px;
}
#tablet-v .author-widget .author-details {
	padding: 10px 0;
	margin: 10px 0;
}
#tablet-v .author-widget .post a {
	font-size: 15px;
	line-height: 19px;
}
#tablet-v .author-widget .post {
	padding: 7px;
}

/* x-small */
.author-widget .excerpt {
	display: none !important;
}


/**
 * Article Page Style
 */
.article-page-widget-wrapper section.author-widget .author-details .author-image img {
 	width: auto;
 	height: auto;
 }
.article-page-widget-wrapper section.author-widget {
	width: 283px;
	height: auto;
	overflow: visible;
}


/* OLDFILE: widget-package/package-widget-frontend.css */

/* STYLE 1 - DEFAULT */
.package .icon {
	margin-left: 5px
}
.package .paid-content-icon.paid-content-icon-x-small {
	float: none;
	display: inline-block;
	padding-top: 5px;
	margin-right: 0px;
}
section.package.style1 {
	background: #d6d6d6;
	height: inherit;
}
section.package.style1 a,
section.package.stylebuffmag a {
	color: #222;
}
section.package.style1 a:hover,
section.package.stylebuffmag a:hover {
	text-decoration: none;
}
section.package.style1 .header,
section.package.stylebuffmag .header {
	background: #222;
	padding: 20px;
}
section.package.style1 .header .headline,
section.package.stylebuffmag .header .headline {
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 27px;
	margin-bottom: 0px;
}
section.package.style1 .header .kicker {
	color: white;
	background: #db0b00;
	display: inline-block;
	padding: 3px 7px;
	font-size: 11.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: .5px;
}
section.package.style1 .header .kicker a,
section.package.stylebuffmag .header .kicker a {
	color: white !important;
}
section.package.style1 .related {
	padding: 15px 20px 0 20px;
	background: #d6d6d6;
}
section.package.style1 .related div,
section.package.stylebuffmag .related div {
	border-bottom: 1px solid #efefef;
	padding: 2px 0px 6px 0px;
	margin-bottom: 6px;
}
section.package .related div:last-child,
section.package.stylebuffmag .related div:last-child {
	margin-bottom: 0px !important;
	border-bottom: 0px !important;
}
section.package.style1 .related a,
section.package.stylebuffmag .related a {
	display: block;
	line-height: 18px;
	font-size: 15px;
	font-weight: 700;
}
section.package.style1 .image img,
section.package.stylebuffmag .image img {
	width: 100%;
	height: auto;
}
section.package.style1 .image,
section.package.stylebuffmag .image {
	height: 173px;
	overflow: hidden;
	position: relative;
}

/* STYLE 1 for BUFFALO MAGAZINE - overrides */
section.package.stylebuffmag {
	font-family: eb-garamond, serif !important;
	border-right: 1px solid #ccc;
	border-bottom: 6px solid #3A4549;
	min-height: 560px;
	background: white;
}
section.package.stylebuffmag .header {
	background: #fff;
}
section.package.stylebuffmag .header .headline a {
	color: #222;
}
section.package.stylebuffmag .header .kicker {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	color: #555555 !important;
}
section.package.stylebuffmag .related {
	padding: 15px 20px 0 20px;

}
section.package.stylebuffmag .image-bg {
	min-height: 175px;
}
section.package.stylebuffmag .header .kicker a {
	color: #555555 !important;
}

/* STYLE 2 - Faded BG image with inverted text */
section.package.style2,
section.package.stylebuffmag2 {
	overflow: hidden;
	padding:20px;
	background-color: #000;
	position: relative;
	height: inherit;
}
/* section.package.style2 .main-image picture,
section.package.stylebuffmag2 .main-image picture {
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
} */
section.package.style2 .main-image,
section.package.stylebuffmag2 .main-image {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	width: auto;
	height: 100%;
	opacity: 0.5;
}
section.package.style2 .clear-transparency,
section.package.stylebuffmag2 .clear-transparency {
	opacity: 1.0;
	position: relative;
}
section.package.style2 .header .kicker {
	color: white;
	background: #db0b00;
	display: inline-block;
	padding: 3px 7px;
	font-size: 11.5px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
}

section.package.style2 .header .kicker a,
section.package.stylebuffmag2 .header .kicker a {
	color: white;
}
section.package.style2 .header .headline,
section.package.stylebuffmag2 .header .headline {
	color: #fff;
	font-size: 26px;
	line-height: 27px;
	margin-bottom: 0px;
	padding: 25px 0px 20px 0px;
	display: block;
	text-transform:uppercase;
}

section.package .header .headline a {
	color: #fff;
}

section.package.style2 .related,
section.package.stylebuffmag2 .related {
	margin-bottom: 0px;
}
section.package.style2 .related div,
section.package.stylebuffmag2 .related div {
	border-bottom: solid 1px rgba(250,250,250,0.5);
	padding: 2px 0px 6px 0px;
	margin-bottom: 6px;
}
section.package.style2 .related div:last-child,
section.package.stylebuffmag2 .related div:last-child {
	margin-bottom: 0px !important;
}
section.package.style2 .related a,
section.package.stylebuffmag2 .related a {
	display: block;
	line-height: 18px;
	font-size: 15px;
	font-weight: 700;
	color: white;
}

.related.overflowing .related-item:last-of-type {
	display: none;
}

/* STYLE 2 for BUFFALO MAGAZINE - overrides */
section.package.stylebuffmag2 {
	font-family: eb-garamond, serif !important;
	border-right: 1px solid #ccc;
	border-bottom: 6px solid #ccc;
	min-height: 560px;
}

section.package.stylebuffmag2 .header .kicker {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #555555 !important;
}

/****** Mobile/Tablet Styles *******/

/*bootstrap medium */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	/*style 1*/
	section.package.style1 .header,
	section.package.stylebuffmag .header {
		padding: 15px;
	}
	section.package.style1 .related a,
	section.package.stylebuffmag .related a {
		line-height: 17px;
		font-size: 13px;
	}
	section.package.style1 .related,
	section.package.stylebuffmag .related {
		padding: 10px 15px 0 15px;
	}
	section.package.style1 .related div,
	section.package.stylebuffmag .related div {
		padding: 3px 0px 5px 0px;
	}
	section.package.style1 .header .headline,
	section.package.stylebuffmag .header .headline {
		font-size: 20px;
		line-height: 24px;
	}
	section.package.style1 .image,
	section.package.stylebuffmag .image {
		height: 152px;
	}
	/*style 2*/
	section.package.style2 img,
	section.package.stylebuffmag2 img {
		width: auto !important;
		height: 100% !important;
	}
	section.package.style2 .header .headline,
	section.package.stylebuffmag2 .header .headline {
		font-size: 26px;
		line-height: 27px;
	}
}

/* bootstrap small */
@media screen and (min-width: 768px) and (max-width: 991px) {
	/*style 1*/
	section.package.style1 .related a,
	section.package.stylebuffmag .related a {
		line-height: 20px;
		font-size: 15px;
	}
	section.package.style1 .image,
	section.package.stylebuffmag .image {
		height: 205px;
	}
	section.package.style1 .header .headline,
	section.package.stylebuffmag .header .headline {
		font-size: 24px;
		line-height: 26px;
	}

	/*style 2*/
	.package.style2.size-1x2 .image img,
	section.package.stylebuffmag2.size-1x2 .image img {
		width: 100%;
		height: auto;
	}
	section.package.style2 .header .headline,
	section.package.stylebuffmag2 .header .headline {
		font-size: 26px;
		line-height: 28px;
		padding: 15px 0px 20px 0px;
	}
}

/*Bootstrap x-small*/
	#mobile section.package.style1 .image,
	#mobile section.package.stylebuffmag .image {
		min-height: 250px;
		height: auto;
	}
	#mobile section.package.style1 .related a,
	#mobile section.package.stylebuffmag .related a {
		line-height: 20px;
		font-size: 15.5px;
	}

	#mobile section.package.style2,
	#mobile section.package.style1,
	#mobile section.package.stylebuffmag2 {
		min-height: 350px;
	}
	/*style 2*/
	#mobile section.package.style2 img,
	#mobile section.package.stylebuffmag2 img {
		height: auto;
		width: 150%;
	}
	#mobile section.package.style2,
	#mobile section.package.stylebuffmag2 {
		margin-bottom: 0px;
	}
	#mobile section.package.style2 .header .headline,
	#mobile section.package.stylebuffmag2 .header .headline {
		font-size: 28px;
		line-height: 30px;
	}

	/* buffalo.com x-small */
	#mobile section.package.stylebuffmag .image-bg {
	min-height: 250px;
	}
	#mobile #buffalo-magazine-search {
		display: none;
	}

@media screen and (max-width: 500px) {
	#mobile section.package.style2 img,
	#mobile section.package.stylebuffmag2 img {
		height: 115%;
		width: auto;
	}
}

/**
 * Article Page Style
 */
.article-page-widget-wrapper section.package {
	width: 283px;
	height: 560px;
}


/* OLDFILE: BNINTERNAL PLUGIN /css/widget-events/style.css */

.events .header .headline {
	font-size: 25px;
	margin-bottom: 0;
}
.events .body .tab-headers {
	text-align: center;
	font-size: 15px;
	line-height: 28px;
}
.events .body .tab-headers span {
	cursor: pointer;
}
.events .body .tab-headers span:hover {
	text-decoration: underline;
}
.events .body .tabs .tab li.header {
	font-weight: 700;
}
.events .body .tabs .tab li.indent {
	padding-left: 10px;
	font-size: 14px;
	line-height: 22px;
}
.events .footer {
	position: absolute;
	width: 100%;
	bottom: 5px;
}
.events .footer .left {
	float: left;
}

/* OLDFILE: widget-category/styles.css */

/* STYLE 1 - DEFAULT */
section.category {
	height: 100%;
}
section.category .header {
	padding: 20px 20px 0 20px;
}
section.category.style1 .posts .mainheadline a {
	color: #fff;
	font-size: 23px;
	line-height: 28px;
	margin-bottom: 0px;
	font-family: miller-headline, 'Lora', Georgia, serif;
	font-weight: 700;
	letter-spacing: .25px;
	color: #222;
}
section.category.style1 .posts .mainheadline .featured-image,
section.category.style1 .posts .mainheadline .excerpt {
	display: none;
}
section.category.style1 .header .kicker {
	color: white;
	background: #db0b00;
	display: inline-block;
	padding: 3px 7px;
	font-size: 11.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: .5px;
}
section.category.style1 .header .kicker a:link,
section.category.style1 .header .kicker a:visited,
section.category.style1 .header .kicker a:hover {
	color:white;
}
section.category.style1 .posts .subheadline {
	border-bottom: 1px solid #ccc;
	padding: 2px 0px 6px 0px;
	margin-bottom: 6px;
	font-family: 'Lora', georgia, serif;
	position: relative;
}
section.category.style1 .posts .subheadline:last-child {
	border-bottom: none;
}

section.category .related .subheadline:last-child {
	margin-bottom: 0px !important;
}
section.category.style1 .posts {
	position: relative;
	padding: 0 20px 0 20px;
}
section.category.style1 .posts a {
	line-height: 17px;
	font-size: 15px;
	font-weight: 700;
	color: #333;
}
section.category.style1 .posts .timestamp {
	font-family: 'Lora', georgia, serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #326891;
	text-transform: uppercase;
	display:inline-block;
}

section.category.style1 .posts .mainheadline,
section.category.style1 .posts .mainheadline a {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
}
section.category.style1 .posts .mainheadline span {
	display: inline-block;
}
/* END STYLE 1 - DEFAULT */

/****** Desktop Size 4x1 style 1 featured obits uses this******/
.category.size-4x1.style1 {
	position: relative;
	height: auto;
	background: #222222;
	padding: 20px 3px 0px 10px;
	overflow: auto;
}
.category.size-4x1.style1 .posts .timestamp {
	display: none !important;
}
.category.size-4x1.style1 .header {
	position: relative;
	width: 49%;
	height: 40px;
	float: right;
	margin-right: 10px;
	margin-top: -4px;
	z-index: 2;
	padding: 0px;
	padding-left: 15px;
}
section.category.style1 .posts .mainheadline,
section.category.style1 .posts .mainheadline a {
	margin-bottom: 15px;
}
.category.size-4x1.style1 .header .kicker {
	padding-left: 0px;
	background: none;
	font-size: 18.2px;
	font-weight: 400;
	letter-spacing: .25px;
	text-transform: capitalize;
	font-family: miller-headline, 'Lora', Georgia, serif !important;
}
.category.size-4x1.style1 .posts {
	z-index: 1;
	height: 100%;
	padding: 0px;
}
.category.size-4x1.style1 .posts div {
	display: inline-block;
	width: 49%;
	color: #ffffff;
}
.category.size-4x1.style1 .posts div a {
	color: #ffffff;
}
.category.size-4x1.style1 .posts .mainheadline {
	float: left;
	border-right: 1px solid #444444;
	padding-right: 0px;
}
.category.size-4x1.style1 .posts .mainheadline .excerpt {
	display: block;
	width: 96%;
	font-size: 14px;
	line-height: 19px;
	margin-top: 10px !important;
}
.category.size-4x1.style1 .posts .mainheadline .featured-image {
	display: inline-block;
	width: 35%;
	float: left;
	margin-right: 20px;
}
.category.size-4x1.style1 .posts .mainheadline .featured-image img {
	width: 100%;
	height: auto;
}
.category.size-4x1.style1 .posts .mainheadline .featured-image + a {
	width: 59%;
	font-weight: 400;
}
.category.size-4x1.style1 .posts .subheadline {
	margin-bottom: 8px;
	padding: 0 0 0 10px;
	border-bottom: none;
	padding-left: 30px;
}
.category.size-4x1.style1 .posts .subheadline:before {
	content: '\2022';
	display: inline-block;
	width: 12px;
	height: 100%;
}
.category.size-4x1.style1 .posts .subheadline a {
	display: inline-block;
	width: calc(100% - 16px);
	vertical-align: top;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Lora', georgia, serif;
	line-height: 19px;
}
.category.size-4x1.style1 .extra-link a {
	color:#FFFF00 !important;
	font-style: italic;
	padding-left:30px;
	font-family: 'Lora', Georgia, serif;
	font-size: inherit;
}
.category.size-4x1.style1 .excerpt p {
	line-height: 19px;
	font-size: 14px;
	font-family: 'Lora', georgia, serif;
}
/*single featured*/
.category.size-4x1.style1.single-featured .posts .mainheadline .excerpt {
	display: block !important
}
.category.size-4x1.style1.single-featured .extra-link {
	display: none !important;
}
.category.size-4x1.style1.single-featured .header {
	width: 100% !important;
}
.category.size-4x1.style1.single-featured .single-featured {
	width: 100% !important;
	display: block !important;
	margin-bottom: 0px !important;
	border-right: 0px !important;
	padding-right: 0px !important;
}
.category.size-4x1.style1.single-featured .posts .mainheadline .featured-image {
	width: 20%;
	max-height: 250px;
	overflow: hidden;
	margin-bottom: 20px;
}
/*end single featured*/
/****** End Desktop Size 4x1 style 1 ******/

/* START BUFFALO MAGAZINE */
.category.buff-mag {
	background: #ffffff;
	padding: 20px;
	border-right: 1px solid #ccc;
	border-bottom: 6px solid #3A4549;
}
.category.buff-mag .featured-image,
.category.buff-mag .excerpt,
.category.buff-mag .timestamp {display: none; }

section.category.buff-mag .posts .subheadline {
	border-bottom: 1px solid #ccc;
	padding: 2px 0px 6px 0px;
	margin-bottom: 6px;
	position: relative;
}

section.category.buff-mag .posts .subheadline {
	font-weight: 400;
}

section.category.buff-mag .posts a {
	line-height: 18px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	font-family: eb-garamond, serif;
}

section.category.buff-mag .posts .mainheadline a {
	font-size: 22px;
	line-height: 24px;
}

section.category.buff-mag .mainheadline {
	margin-bottom: 15px;
}

section.category.buff-mag .mainheadline a {
	font-weight: 900;
}

section.category.buff-mag .header {
	padding: 0px;
}

section.category.buff-mag .header .kicker {
	color: white;
	background: #3A4549;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: .5px;
	font-size: 11px;
	padding: 4px 8px 3px 8px;
	display: inline-block;
}

section.category.buff-mag .header .kicker a {
	color: white;
	font-family: eb-garamond, serif;
	font-weight: 400;
}

/****** Mobile Styles *******/
@media only screen and (max-width: 767px) {
	.category.size-4x1.style1 .posts {
		padding-right: 15px;
	}
	section.category.buff-mag .header .kicker {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 600px) {
	/* STYLE 1 - DEFAULT */
	#mobile section.category {
		padding: 0px 20px !important;
	}
	#mobile section.category.style1 .posts {
		height: auto;
	}
	/* END STYLE 1 - DEFAULT */


	/****** MOBILE Size 4x1 style 1 ******/
	.category.size-4x1.style1 .extra-link a {
		padding-left: 0px;
	}
	.category.size-4x1.style1 .posts .mainheadline .featured-image + a {
		width: 100% !important;
		display: block !important;
	}
	.category.size-4x1.style1 .header {
		width: 100%;
		height: 40px;
		clear: both;
	}
	.category.size-4x1.style1 .posts .mainheadline {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #444444;
		height: auto;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.category.size-4x1.style1 .posts .subheadline {
		width: 100%;
	}
	.category.style1 .posts .mainheadline a {
		font-size: 22px;
		line-height: 24px;
	}
	.category.style1 .posts .mainheadline {
		margin-bottom: 0px;
	}
	.category.size-4x1.style1 .posts .subheadline {
		padding-left: 0px;
	}
	.category.size-4x1.style1 .posts {
		padding-bottom: 0px;
	}
	/*single featured*/
	.category.size-4x1.style1.single-featured .posts .mainheadline.single-featured a {
		font-size: 20px !important;
		line-height: 24px !important;
	}
	.category.size-4x1.style1.single-featured .single-featured .excerpt p {
		font-size: 13px !important;
		line-height: 17px !important;
	}
	.category.size-4x1.style1.single-featured .header {
		padding: 0px 15px;
	}
	/*end single featured*/
	/****** END MOBILE Size 4x1 style 1 ******/
}

@media only screen and (max-width: 450px) {
	.category.size-4x1.style1 .posts .mainheadline .featured-image {
		width: 100% !important;
		margin-bottom: 20px !important
	}
	.category.size-4x1.style1 .posts {
		padding-bottom: 0px;
	}
	.category.size-4x1.style1 .posts .mainheadline .featured-image {
		max-height: 100% !important;
	}
}

/**
 * Article Page Style
 */
.article-page-widget-wrapper section.category {
	width: 283px;
	height: 560px;
}


/* OLDFILE: widget-gallery/widget.css */

section.gallery {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fafafa;
}
section.gallery .paid-content-icon {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 10px;
	height: auto
}
section.gallery .icon {
	z-index: 1;
}
section.gallery .header {
	position: relative;
	width: 100%;
	min-height: 78px;
	padding: 15px 0;
	bottom: 0px;
	background: #fff;
	z-index: 1;
}
section.gallery .header .headline {
	overflow: hidden;
	margin-bottom: 0px;
}
section.gallery .header .headline a {
	color: #222;
	font-size: 21px;
	line-height: 24px;
	font-weight: 400 !important;
}
section.gallery .gallery-items {
	width: 100%;
	height: calc(100% - 78px);
}
section.gallery .gallery-items .gallery-inserts {
	display: none;
	width: 100%;
	height: 100%;
}
section.gallery .gallery-items .gallery-inserts .insert {
	width: 100%;
	height: 100%;
}
section.gallery .gallery-items .gallery-inserts .insert .redirect-slide {
	width: 100%;
	height: 100%;
}
section.gallery .gallery-items .gallery-inserts .insert .redirect-slide a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 30% 15%;
	font-size: 25px;
	color: #ffffff;
	font-family: 'Lora', georgia, serif;
	font-style: italic;
	text-decoration: none;
	text-align: center;
	background: rgba(34,34,34,0.95);
	z-index: 10;
}
section.gallery.size-2x2 .gallery-items .gallery-inserts .insert .redirect-slide a {
	padding: 43% 20%;
}
#mobile section.gallery.size-2x2 .gallery-items .gallery-inserts .insert .redirect-slide a {
	padding: 25% 20% !important;
}
#mobile section.gallery .header {
	padding: 10px 15px 15px 15px;
	border-bottom: 1px solid #ccc;
}
section.gallery .gallery-items .gallery-inserts .insert .redirect-slide a span {
	padding: 0 5px;
	color: #83834e;
}
section.gallery .gallery-items .item {
	position: relative;
	display: none;
	width: 100%;
	height: 100%;
}
section.gallery .gallery-items .item.showing,
section.gallery .gallery-items .gallery-inserts.showing {
	display: block;
}
section.gallery .gallery-items .item .image {
	white-space: nowrap;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
section.gallery .gallery-items .item .image .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
section.gallery .gallery-items .item .image img {
	height: 191px;
	min-height: unset;
}
section.gallery.bn-gallery .gallery-items .control-btn {
	display: block;
	visibility: hidden;
	width: 1em;
	height: 1em;
	font-family: FontAwesome;
	cursor: pointer;
}
section.gallery.bn-gallery .gallery-items:hover .control-btn {
	visibility: visible;
}
section.gallery.bn-gallery .gallery-items .control-btn.previous:before {
	content: '\f053';
}
section.gallery.bn-gallery .gallery-items .control-btn.next:after {
	content: '\f054';
}
section.gallery.bn-gallery .gallery-items .control-btn.previous,
section.gallery.bn-gallery .gallery-items .control-btn.next {
	font-size: 1.5em;
	position: absolute;
	top: calc(50% - 2em);
	padding: 1em;
	background: rgba(255,255,255,0.5);
	color: black;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
}
section.gallery.bn-gallery .gallery-items .control-btn.previous {
	left: 0;
	margin-left: 0.25em;
}
section.gallery.bn-gallery .gallery-items .control-btn.next {
	right: 0.25em;
}
section.gallery.bn-gallery .gallery-items .control-btn.previous:before,
section.gallery.bn-gallery .gallery-items .control-btn.next:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0.05em;
	text-align: center;
	line-height: 2em;
}
section.gallery.bn-gallery .gallery-items .control-btn.previous:before {
	right: 0.1em;
}
section.gallery.bn-gallery .gallery-items .control-btn.next:after {
	left: 0.1em;
}
section.gallery-items.bn-gallery .gallery-items .controls {
	display: none !important;
}

/**
 * Article Page Style
 */
.article-page-widget-wrapper section.gallery {
	width: 283px;
	height: 250px;
}
/* photo galleries */
@media only screen and (max-width: 991px) {
	section.gallery .gallery-items .item .image img {
		width: 100%;
		height: auto;
		min-height: unset;
	}
}
@media only screen and (max-width: 500px) {
	.article-page-widget-wrapper section.gallery {
		width: 100%;
		height: auto;
	}
}


/* OLDFILE: widget-package/package-widget-admin.css */

/*admin package widget styles*/
.right {
	float:right;
}
.multi-field {
	background:#ededed;
	padding:4px 8px;
	margin:8px 0px;
	border-top:1px solid #ccc;
	}
.dashicons-dismiss, 
.add-field {
	 cursor: pointer;
	}
.dashicons-dismiss {
	color:darkred;
	}
input[type='checkbox'].featured + label:before { 
	font: normal 20px/1 'dashicons';
	content: '\f154';
	color:#ccc;
}
input[type='checkbox'].featured:checked + label:before {
	font: normal 20px/1 'dashicons';
	content: '\f155';
	color:#999;
}
input[type='checkbox'].featured {
	display:none;
}
.required {
	color:red;
	font-weight:bold;
	}





/* OLDFILE: curator/admin.css */

/**
 * Fix the wp page styles for the curator
 */
 #wpbody-content {
	padding-bottom: 0px;
}
#titlediv .inside {
	display: none;
}
#post-body-content {
	margin-bottom: 12px;
}
#wpseo_meta {
	/*display: none;*/
}

/**
 * Curator Styles
 */
.curator-wrapper {
	position: relative;
	margin-bottom: 10px;
	margin-top: -15px;
}
#curator {
	position: relative;
	font-size: 10px;
	border: 1px solid black;
	height: 68em;
	overflow-y: scroll;
	overflow-x: hidden;
}
.curator-buttons {
	margin-bottom: 5px;
}
.curator-buttons #view-btns {
	float: right;
}
#curator .curated-page {
	padding: 0 50px 0 0;
}

/* Display tablet view in the curator */
#curator .curated-page#tablet {
	width: 850px;
	margin: 0 auto;
}

#curator .curated-page#tablet .col-lg-6{width:100%}

#curator .curated-page#tablet .col-lg-3{width:50%}

/* Display mobile view in the curator */
#curator .curated-page#mobile {
	width: 450px;
	margin: 0 auto;
}
#curator .curated-page#mobile .row-content-wrapper {
	width: 100% !important;
}

.curated-page .row {
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 100%;
}
.curated-page .row:last-child {
	margin-bottom: 10px;
}
#mobile .curated-page .row {
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 0px !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.row-content-wrapper {
	padding: 0px;
}
#mobile .row-content-wrapper {
	border-bottom: 0px !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.row-content-wrapper .row-content {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 9px 17px;
	width: calc(100% - 17px);
	height: calc(100% - 17px);
	overflow: hidden;
	border: 1px dotted #000000;
}
.row-content-wrapper .row-content:first-child {
	margin-left: 9px !important;
}
.row-content.rch-1 {
	height: 250px;
}
.row-content.rch-2 {
	height: 560px;
}

.row-content.rch-2:has('.bnAdBlock'){
	height: 600px;
}

.curated-page .row-content .block-content {
	display: block !important;
	height: 100%;
	font-size: 75px;
	color: #fff;
	text-align: center;
	background-color: lightgrey;
}
.curated-page .row-content .loading-spinner {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	background-color: rgba(100,100,100,0.9);
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 300px;
	z-index: 10;
}
.curated-page .row-content.rch-1 .loading-spinner,
.curated-page .row-content.rch-1 .block-content {
	line-height: 300px;
}
.curated-page .row-content.rch-2 .loading-spinner,
.curated-page .row-content.rch-2 .block-content {
	line-height: 600px;
}
.shortcode {
	display: none;
}




/*
 * HandleBar Styles
 */
.curated-page .row .rh-wrapper {
	position: absolute;
	width: 25px;
	height: calc(100% - 18px);
	padding: 5px 0 5px 0;
	text-align: center;
	right: -25px;
	top: 9px;
	background-color: #b0edc5;
}
.curated-page .row .rh-wrapper .rh-button-wrapper {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin: auto;
	height: 60px;
}
.curated-page .row .rh-wrapper .rh-button-wrapper .fa-angle-double-up {
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
}
.curated-page .row .rh-wrapper .rh-button-wrapper .fa-angle-up {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.curated-page .row .rh-wrapper .rh-button-wrapper .fa-angle-down {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.curated-page .row .rh-wrapper .rh-button-wrapper .fa-angle-double-down {
	position: absolute;
	bottom: -30px;
	right: 0;
	left: 0;
}
.curated-page .row .row-content .ch-wrapper {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	background-color: rgba(218, 240, 248, 0.95);
	z-index: 10;
}
.curated-page .row .row-content:hover .ch-wrapper {
	display: block;
}
.curated-page .row .row-content .ch-wrapper .handlebar-wrapper {
	width: 100%;
	height: 25px;
	background-color: #add8e6;
	cursor: pointer;
}
.curated-page .row .row-content .ch-wrapper .handlebar-wrapper .ch-button.handlebar {
	position: relative;
	height: 25px;
	text-align: center;
}
.curated-page .row .row-content .ch-wrapper .handlebar-wrapper .ch-button.handlebar i {
	line-height: 26px;
}
.curated-page .row .row-content .ch-wrapper .ch-button-wrapper {
	padding: 5px 15px;
}
.curated-page .row .row-content .ch-wrapper .ch-button-wrapper .ch-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #aaaaaa;
	height: 76px;
	width: 76px;
	text-align: center;
	margin: 6px;
	border-radius: 5px;
}
.curated-page .row .row-content .ch-wrapper .ch-button-wrapper .ch-button.clickable {
	border: 1px solid #333333;
}
.curated-page .row .row-content .ch-wrapper .ch-button-wrapper .ch-button i.fa-search {
	line-height: 67px;
}
.curated-page .row .row-content .ch-wrapper .ch-button-wrapper .ch-button i.fa-pencil-square-o {
	line-height: 74px;
}
.curated-page .row .row-content .ch-wrapper .ch-button-wrapper .ch-button i.fa-paint-brush {
	line-height: 72px;
}
.curated-page .row .row-content .ch-wrapper .ch-button-wrapper .ch-button i.fa-trash {
	line-height: 72px;
}
.curated-page .row .row-content .ch-wrapper .ch-button-wrapper .ch-button i.fa-newspaper-o {
	line-height: 68px;
}
.curated-page .row .row-content .ch-wrapper .ch-button-wrapper .ch-button .title {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0px;
}
.curated-page .row .rh-wrapper .rh-button ,
.curated-page .row .row-content .ch-wrapper .ch-button-wrapper .ch-button {
	color: #aaaaaa;
}
.curated-page .row .rh-wrapper .rh-button.clickable,
.curated-page .row .row-content .ch-wrapper .ch-button.clickable {
	color: #333333;
	cursor: pointer;
}

/**
 * Add Row Modal
 */
#add-row-modal .modal-body {
	position: relative;
	overflow-y: auto;
}
#add-row-modal .frame {
 	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
	height: 212px;
	width: 160px;
	margin: 10px;
	border: 10px #aaaaaa solid;
}
#add-row-modal .frame:hover {
	border-color: #666666;
}
#add-row-modal .frame .header {
	background-color: #aaaaaa;
	height: 30px;
	margin: 4px;
	box-sizing: border-box;
}
#add-row-modal .frame .filler .textline {
	border-top: 10px #eeeeee solid;
	margin-bottom: 10px;
	box-sizing: border-box;
	margin: 4px;
}
#add-row-modal .frame .row {
	box-sizing: border-box;
	margin: 4px;
}
#add-row-modal .frame .row .row-content-wrapper {
	padding: 2px 2px 0px 2px;
	max-height: 62px;
}
#add-row-modal .frame .row .row-content {
	display: inline-block;
	background-color: #666666;
	width: 100%;
	margin: 0px !important;
}
#add-row-modal .frame .row .row-content.rch-1 {
	height: 30px;
}
#add-row-modal .frame .row .row-content.rch-2 {
	height: 60px;
}
#add-row-modal .frame .footer {
	position: absolute;
	bottom: 0;
	width: 95%;
	background-color: #aaaaaa;
	height: 30px;
	margin: 4px;
	box-sizing: border-box;
}

/**
 * Change Template Modal
 */
#change-template-modal .styles .style {
	display: inline-block;
	position: relative;
	margin: 20px;
	border: 10px #fff solid;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
}
#change-template-modal .styles .style:hover {
	border-color: #666666;
}

#change-template-modal .styles .style .frame {
	zoom: 0.75;
}
#change-template-modal .styles .style .frame .frame-sheild {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#change-template-modal .styles .frame.size-1x1,
#change-template-modal .styles .frame.size-2x1,
#change-template-modal .styles .frame.size-3x1,
#change-template-modal .styles .frame.size-4x1 {
	height: 300px;
}
#change-template-modal .styles .frame.size-1x2,
#change-template-modal .styles .frame.size-2x2,
#change-template-modal .styles .frame.size-3x2,
#change-template-modal .styles .frame.size-4x2 {
	height: 560px;
}
#change-template-modal .styles .frame.size-1x1,
#change-template-modal .styles .frame.size-1x2 {
	width: 300px;
}
#change-template-modal .styles .frame.size-2x1,
#change-template-modal .styles .frame.size-2x2,
#change-template-modal .styles .frame#mobile {
	width: 600px;
}
#change-template-modal .styles .frame.size-3x1,
#change-template-modal .styles .frame.size-3x2 {
	width: 900px;
}
#change-template-modal .styles .frame.size-4x1,
#change-template-modal .styles .frame.size-4x2 {
	width: 1200px;
}
#change-template-modal .styles .frame.size-2x2,
#change-template-modal .styles .frame#mobile {
	zoom: 0.5;
}
#change-template-modal .styles .frame.size-3x2,
#change-template-modal .styles .frame.size-4x2 {
	zoom: 0.45;
}

/**
 * Edit Content Modal
 */
#edit-content-modal .modal-title {
	display: inline-block;
}
#edit-content-modal .info {
	float: right;
	height: 34px;
	width: 34px;
	text-align: center;
	cursor: pointer;
}
#edit-content-modal .info i {
	line-height: 34px;
}
#edit-content-modal .row#editor {
	width: 1280px;
	margin: 0 auto;
}
#edit-content-modal #editor .row-content-wrapper {
	margin: 0 auto;
	float: none;
}
#edit-content-modal #editor .image-tools {
	position: absolute;
	display: none;
	width: 100%;
	top: 0px;
}
#edit-content-modal #editor .image:hover .image-tools {
	display: block;
}
#edit-content-modal #editor .image img:hover {
	cursor: move;
}
#edit-content-modal #editor .it-zoom-controls {
	width: 95px;
	float: right;
	background: lightblue;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
#edit-content-modal #editor .it-zoom-controls .it-button {
	display: inline-block;
	position: relative;
	padding: 10px;
	cursor: pointer;
}
#edit-content-modal #editor .it-zoom-controls .it-button:hover {
	background-color: #9bd5e8;
}
#edit-content-modal #editor .it-zoom-controls .zoom-count {
	display: inline-block;
}

#edit-content-modal .modal-notes {
	width: 400px;
	height: calc(100% - 130px);
	position: absolute;
	top: 65px;
	right: -400px;
	transition: right 0.5s;
}
#edit-content-modal .modal-notes.show {
	right: 2px;
}
#edit-content-modal .modal-notes .accordion {
	height: 100%;
}
#edit-content-modal .modal-notes .accordion .ui-accordion-header {
	border-radius: 0px;
}
#edit-content-modal .modal-notes .accordion .ui-accordion-content {
	height: auto !important;
}
/* Edit Category Widget Tools */
#edit-content-modal #editor .category-kicker-tools {
	width: 100%;
}
#edit-content-modal #editor .category-kicker-tools input {
	width: calc(100% - 50px);
}
#edit-content-modal #editor .category-kicker-tools .ckt-button {
	display: inline-block;
	position: relative;
	height: 50px;
	width: 45px;
	line-height: 50px;
	float: right;
	top: -25px;
	cursor: pointer;
	text-align: center;
}
#edit-content-modal #editor section .posts .category-post-tools {
	display: none;
}
#edit-content-modal #editor section .posts:hover .category-post-tools {
	display: block !important;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -2px;
	right: 0px;
	border: 3px solid rgba(218, 240, 248, 0.95);
	background: rgba(218, 240, 248, 0.95);
}
#edit-content-modal #editor section .posts .post-count-wrapper {
	text-align: center;
}
#edit-content-modal #editor section .posts .post-count-wrapper .title {
	font-weight: 700;
}
#edit-content-modal #editor section .posts .post-count-wrapper .pct-button {
	display: inline-block;
	cursor: pointer;
}
#edit-content-modal #editor section .posts .post-count-wrapper .post-count {
	display: inline-block;
	padding: 0 10px;
}





/**
 * Delete Check Modal
 */
#delete-check-modal {
	width: 250px;
	height: 200px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	right: 0px;
	margin: auto;
}
#delete-check-modal .modal-body {
	line-height: 38px;
}
#delete-check-modal .modal-footer {
	text-align: center;
}
#delete-check-modal .modal-footer .btn {
	width: 60px;
}

/**
 * Errors Modal
 */
#errors-modal {
	position: absolute;
	width: 950px;
	margin: auto;
}
#errors-modal .fa-exclamation-triangle {
	color: #f79a00;
}
#errors-modal .modal-dialog,
#errors-modal .modal-content {
	height: auto;
	width: auto;
	min-width: auto;
}
#errors-modal .modal-body {
	line-height: 38px;
}
#errors-modal .modal-footer .btn {
	width: 60px;
}

/**
 * Curator Front End Styles
 */
 .curator-front-end {
	padding: 0px 10px;
}
.curator-front-end .curated-page {
	max-width: 1300px;
	padding: 0px;
}
.curator-front-end .curated-page#mobile {
	width: 100%;
}
.curator-front-end .row-content-wrapper .row-content {
	border: none;
	width: calc(100% - 19px);
}


/***********COPIED FROM STYLE.css GLOBAL NECESSITIES************/
.curated-page .size-1x1,
.curated-page .size-2x1,
.curated-page .size-3x1,
.curated-page .size-1x2,
.curated-page .size-2x2,
.curated-page .size-3x2,
#curate-box .modals .size-1x1,
#curate-box .modals .size-2x1,
#curate-box .modals .size-3x1,
#curate-box .modals .size-1x2,
#curate-box .modals .size-2x2,
#curate-box .modals .size-3x2 {
	font-family: 'Lora', georgia, serif !important;
}
.curated-page .title-font,
.curated-page .title-font a {
	font-family: miller-headline, 'Lora', Georgia, serif; font-weight: 700;
	font-weight: normal;
	letter-spacing: .25px;
	color: #222;
}

.curated-page .headline,
.curated-page .headline a {
	font-family: miller-headline, 'Lora', Georgia, serif;
	font-weight: 700;
	color: #222;
	letter-spacing: .25px;
}
.curated-page .icon.style-circle {
	background: white;
	position: absolute;
	top: 10px;
	left: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 6px;
}
.curated-page .icon.style-circle i {
	color: #db0b00;
	font-size: 15px;
}

/* MOBILE */
.curator-front-end .curated-page#mobile .row {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.curator-front-end .curated-page#mobile .row-content {
	margin-bottom: 15px;
}
.curator-front-end .curated-page#mobile .row-content-wrapper .row-content {
	width: 100%;
	margin-left: 0px !important;
}
.curator-front-end .curated-page#mobile .row-content-wrapper .row-content:first-child{
	margin-left: 0px !important; /*beth*/
}

/*height auto on all rows in mobile*/
.curated-page#mobile .rch-1,
.curated-page#mobile .rch-2 {
	height: auto;
}

/* Start paid content icons -- > also edit these styles in the theme style.css */
.paid-content-icon {
}
/*default sizing*/
.paid-content-icon.paid-content-icon-large {
	width: 55px;
}
.paid-content-icon.paid-content-icon-medium {
	width: 45px;
}
.paid-content-icon.paid-content-icon-small {
	width: 35px;
}
.paid-content-icon.paid-content-icon-x-small {
	width: 20px;
}
/*bills sizing*/
.paid-content-icon.paid-content-icon-large.bills {
	width: 55px;
}
.paid-content-icon.paid-content-icon-medium.bills {
	width: 45px;
}
.paid-content-icon.paid-content-icon-small.bills {
	width: 35px;
}
.paid-content-icon.paid-content-icon-x-small.bills {
	width: 20px;
}
/* End paid content icons*/


/****** Mobile/Tablet Styles *******/

/*bootstrap medium */
@media screen and (min-width: 992px) and (max-width: 1199px) {

}

/*bootstrap small */
@media screen and (min-width: 768px) and (max-width: 991px) {
}

/*Bootstrap x-small*/
@media screen and (max-width: 767px) {
	.curator-front-end {
		padding: 0px;
	}

	.curated-page .row {
		border: none;
	}
}

/* Hide Preview Button */
#minor-publishing-actions {
	display: none;
}

/* fix for curator in admin area */
.wp-admin div.image-bg {
	min-height: 250px;
	background-position: center;
}



/* default-modal.css */

.modal {
	padding-right: 0px !important;
	padding-left: 0px !important;
	z-index: 100000 !important;
}

.modal .modal-dialog {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.modal .modal-dialog .modal-content {
	margin: 0px;
	width: 100%;
	min-height: 100%;
	height: 100%;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	border: 0;
}

/* overrride wp admin modals to have a white bg */
.wp-admin .modal .modal-dialog .modal-content {
	background: white;
}

.modal .modal-dialog .modal-header {
	background-color: #000000;
	color: white;
}

.modal .modal-dialog .modal-header h4 {
	font-size: 24px;
}

.modal .modal-dialog .modal-body {
	height: calc(100% - 130px);
}

.modal .modal-dialog .modal-footer {
	background-color: #eeeeee;
	color: white;
}
