/* STYLE 1 - DEFAULT */
.package .icon {
	margin-left: 5px
}
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: 'Catamaran', san-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;
	height: 540px;
}
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: 'Catamaran', san-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: 580px;
	}
	/*style 2*/
	#mobile section.package.style2 img,
	#mobile section.package.stylebuffmag2 img {
		height: 100%;
		width: auto;
	}
	section.package.style2,
	section.package.stylebuffmag2 {
		height: 100% !important;
	}
	#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;
	}

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