	
/* -----------------------------------------
   Home Redesign
----------------------------------------- */

body.home.red {
	font-size: 13px;
}

body.home.red #main-inner.row, body.home.red #main-inner.row.collapse {
    margin: 0 auto;
    max-width: 1306px;
}

body.home.red #top-banner-fn {
    position: relative;
	background: #fff;
	width: 100%;
	height: 562px;
	margin: 0;
	padding: 0;
	clear: both;
	-webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.10);
 	overflow: hidden;
}
body.home.red #top-banner-fn #top-banner-fn-column {
    position: relative;
	width: 100%;
	height: 562px;
	margin: 0;
	padding: 0;
 	overflow: hidden;
}

body.home.red #top-banner-fn .top {
    background: #fff;
    position: relative;
	margin: 0;
	padding: 0;
	height: 14px;
}
body.home.red #top-banner-fn .banners-row {
 	overflow: visible;
}
body.home.red #top-banner-fn .banners-row .banners-column {
    background: #fff;
    position: relative;
	margin:  0;
	padding: 0;
	overflow: visible;
}

body.home.red #top-banner-fn .banners {
    position: relative;
    margin: 0px auto;
	padding: 0;
	text-align: center;
	overflow: visible;
}

body.home.red #top-banner-fn .banners .banner,
body.home.red #main-inner > .column > .banners-row > .banners-column .banners .banner {
    background: #fff;
    position: relative;
    margin: 0;
	padding: 15px;
	display: block;
	text-align: center;
	cursor: pointer;
}
body.home.red #top-banner-fn .banners .banner:hover,
body.home.red #main-inner > .column > .banners-row > .banners-column .banners .banner:hover {
 	opacity: 0.85;
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	filter:alpha(opacity=85);
}
body.home.red #top-banner-fn .banners .banner .image,
body.home.red #main-inner > .column > .banners-row > .banners-column .banners .banner .image {
    background: #eff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    position: relative;
    margin: 0px;
	padding: 0px;
    /*
    width: 1006px;
	*/
	height: 504px;
	text-align: center;
}

body.home.red #top-banner-fn .banners .banner .content,
body.home.red #main-inner > .column > .banners-row > .banners-column .banners .banner .content {
    margin: 0;
	padding: 30px 40px 40px 40px;
	text-align: left;
}

body.home.red #top-banner-fn .banners .banner .content .button,
body.home.red #main-inner > .column > .banners-row > .banners-column .banners .banner .content .button {
    background: #fff;
	border: 1px solid #aaa;
    margin: 0.5rem 0 0 0;
    padding: 4px 8px;
    display: inline-block;
    color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter:alpha(opacity=90);
	text-shadow: none;
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.15);
}
body.home.red #top-banner-fn .banners .banner .content .button:hover,
body.home.red #main-inner > .column > .banners-row > .banners-column .banners .banner .content .button:hover {
 	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter:alpha(opacity=70);
}

body.home.red #top-banner-fn .banners .banner .content h3,
body.home.red #main-inner > .column > .banners-row > .banners-column .banners .banner .content h3 {
    margin: 0 0 0.5rem 0;
    color: #fff;
    font-family: "Avenir Next W01","Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size: 72px;
	font-weight: 700;
	font-style: italic;
	line-height: 0.9;
	text-transform: uppercase;
	text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
}
body.home.red #top-banner-fn .banners .banner .content h4, 
body.home.red #main-inner > .column > .banners-row > .banners-column .banners .banner .content h4 {
    color: #fff;
    font-family: "Avenir Next W01","Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size: 30px;
	font-weight: 500;
	font-style: italic;
	line-height: 1.1;
	text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
}
body.home.red #top-banner-fn .banners .banner .content p,
body.home.red #main-inner > .column > .banners-row > .banners-column .banners .banner .content p {
	color: #fff;
    font-family: "Avenir Next W00","Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
body.home.red #top-banner-fn .banners .banner .content p.tag,
body.home.red #main-inner > .column > .banners-row > .banners-column .banners .banner .content p.tag {
 	font-style: italic;
}

body.home.red .slick-list {
    position: relative;
    display: block;
    overflow: visible;
    margin: 0px;
    padding: 0px;
}
body.home.red .slick-slide {
	opacity: 0.50;
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	filter:alpha(opacity=50);
}
body.home.red .slick-slide.slick-current,
body.home.red .slick-slide.slick-active {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter:alpha(opacity=100);
}
body.home.red .slick-dots {
    background: transparent;
    position: absolute;
    bottom: -12px;
    display: block;
    width: 100%;
    padding: 0px;
    list-style: outside none none;
    text-align: center;
}

body.home.red #page-full {
	background: #fff;
    width: 100%;
}

body.home.red #page {
	background: #fff;
    margin: 0px auto;
    padding: 0px 11px;
    width: 1306px;
}

body.home.red #outmain {
    background: #fff;
    padding: 0;
}

body.home.red #main-fn {
	background: #fff;
	margin-top: 0;
}

body.home.red #main-inner > .column {
    padding-top: 1.9375rem;
    padding-right: 1.9375rem;
    padding-bottom: 1.9375rem;
    padding-left: 1.9375rem;
}

body.home.red section.home.red {
	background: #fff;
	margin: 0 0 104px 0;
	padding: 0;
    font-family: "Avenir Next W00","Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}
body.home.red section.home.red p {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-family: "Avenir Next W00","Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}
body.home.red section.home.red p:last-child {
    margin-bottom: 0;
}

body.page.home.red.fn article {
    margin: 0;
}
body.home.red article a {
	color: inherit;
}
body.home.red article a.thh {
	display: block;
}
body.home.red article a.thi {
	display: inline-block;
}
body.home.red article a:hover,
body.home.red article a:active {
	text-decoration: underline;
}
body.home.red article a > img:hover,
body.home.red article a > img:active,
body.home.red article a > div.thh:hover,
body.home.red article a > div.thh:active,
body.home.red article a.column:hover,
body.home.red article a.column:active,
body.home.red a > article:hover,
body.home.red a > article:active {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter:alpha(opacity=80);
}

body.home.red .articles article h3 {
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #000;
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 2.4em;
	font-weight: 700;
	line-height: 1.1;
}
body.home.red .articles article h4 {
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #000;
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.1;
}

body.home.red .articles article div.thh {
	width: 100%;
	height: 220px;
	background-color: #333;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	margin: 0.5em 0 0.825em 0;
	padding: 0;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.04);
	-moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.04);
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.04);
	display: block;
	overflow: hidden;
    position: relative;
}
body.home.red .articles article div.thh-circle {
	background-color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	margin: 0.5em 0 0.825em 0;
	padding: 0;
	display: block;
	overflow: hidden;
    position: relative;
}
body.home.red .articles.medium-block-grid-2 article div.thh {
	height: 320px;
}

body.home.red article div.thh .info,
body.home.red section.boxes article.box .info {
    background: #fff;
    padding: 0.32rem 0.25rem;
    position: absolute;
    top: 4px;
    left: 4px;
    color: #262626;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
	opacity: 0.55;
	-moz-opacity: 0.55;
	-khtml-opacity: 0.55;
}

body.home.red .articles article p {
	margin-bottom: 0.6em;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
    font-style: normal;
	line-height: 1.4;
}
body.home.red .articles article p.tag {
	margin-bottom: 0.55em;
	color: #41b7d8;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.3em;
	font-weight: 900;
    font-style: italic;
	line-height: 1;
    text-transform: uppercase;
}
body.home.red .articles article p.meta.author {
	font-size: 1.1em;
    text-transform: none;
}
body.home.red .articles article p.big {
	margin-bottom: 0.6em;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2em;
	font-weight: 400;
    font-style: normal;
	line-height: 1.3;
}
body.home.red .articles article p.quote-out {
	margin-bottom: 0.55em;
	color: #31a7c8;
	font-family: 'Oleo Script', cursive;
	font-size: 3.2em;
	font-weight: 400;
    font-style: normal;
	line-height: 1.1;
}
body.home.red .articles article p:last-child {
	margin-bottom: 0;
}
body.home.red .articles article p a {
    color: #5291ac;
    text-decoration: none;
}
body.home.red .articles article p a:hover,
body.home.red .articles article p a:focus {
    color: #0078a0;
    text-decoration: underline;
}
body.home.red .articles article ul.related {
	margin: 0;
	padding: 0.2rem 0.825rem 0 0.825rem;
	list-style-type: disc;
}
body.home.red .articles article ul.related > li {
	margin: 0 0 0.25rem 0;
	padding: 0;
	color: #000;
	font-size: 1em;
	font-weight: 700;
    font-style: normal;
	line-height: 1.2;
}
body.home.red .articles article ul.related > li:last-child {
	margin: 0;
}

body.home.red .articles  article.photo-shot div.thh {
    margin-bottom: 0;
}
body.home.red .articles article.photo-shot .caption {
	margin: 0;
	padding: 0.825rem;
	background: #555;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	font-weight: 500;
    font-style: italic;
	line-height: 1.1;
}
body.home.red .articles article.photo-shot .caption p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	font-weight: 500;
    font-style: italic;
	line-height: 1.1;
}

body.home.red section.content-section.row {
	margin-bottom: 24px;
}
body.home.red section.content-section.row:last-child {
	margin-bottom: 24px;
}

body.home.red section.content-section .box.title {
	margin: 0 0 24px 0;
	padding: 0;
}
body.home.red section.content-section .box.title .row.section-title {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #000;
}
body.home.red section.content-section .box.title .row.section-title.white {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
body.home.red section.content-section .box.title .row.section-title > .column {
	margin: 0;
	padding: 0 0 6px 0;
}
body.home.red section.content-section .box.title .row.section-title > .column.more {
	text-align: right;
}
body.home.red section.content-section .box.title .row.section-title h2 {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.1;
    text-transform: none;
	letter-spacing: 1px;
}
body.home.red section.content-section .box.title .row.section-title.white h2 {
	color: #fff;
}
body.home.red section.content-section .box.title .row.section-title a {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 2;
    text-transform: uppercase;
	letter-spacing: 0.5px;
}
body.home.red section.content-section .box.title .row.section-title.white a {
	color: #fff;
}

body.home.red article span.tag {
    background: #ffcc33;
    margin: 0 0 1em 0;
    padding: 0.3em 0.425em;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2em;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    display: inline-block;
}

body.home.red section.row.first {
}

body.home.red section.feature-photo-boxes [class*="block-grid-"] {
    margin: 0 -0.375rem;
}
body.home.red section.feature-photo-boxes [class*="block-grid-"] > li {
	padding: 0 0.25rem 0.5rem;
}

body.home.red section.feature-photo-boxes div.box-container {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}
body.home.red section.feature-photo-boxes a.box {
	margin: 0;
	padding: 0;
    position: relative;
	display: block;
}
body.home.red section.feature-photo-boxes article.box {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	margin: 0;
	padding: 0;
	min-height: 320px;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.04);
	-moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.04);
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.04);
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}
body.home.red section.feature-photo-boxes div.box-overlay {
	/*
	background-color: rgba(0,0,0,0.3);
	*/
	margin: 0;
	padding: 2rem 2rem;
    width: 100%;
    height: 100%;
    position: relative;
	display: block;
}
body.home.red section.feature-photo-boxes article.box span.tag {
	margin: 1em 0 1.25em 0;
	position: relative;
}
body.home.red section.feature-photo-boxes article.box .content {
	/*
	background-color: rgba(0,0,0,0.3);
	*/
	margin: 0;
	/*
	padding: 0.5em 0.825em 0.625em 0.825em;
	*/
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
	display: block;
}
body.home.red section.feature-photo-boxes article.box .content h3 {
	margin-bottom: 0.5em;
	padding: 0;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2.2em;
	font-weight: 700;
	line-height: 1.1;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
	position: relative;
}
body.home.red section.feature-photo-boxes article.box .content h4 {
	margin-bottom: 0.5em;
	padding: 0;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.1;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
	position: relative;
}
body.home.red section.feature-photo-boxes article.box .content p {
	margin-bottom: 0.675em;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.3em;
	font-weight: 500;
    font-style: italic;
	line-height: 1.4;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
	position: relative;
}
body.home.red section.feature-photo-boxes article.box .content p:last-child {
	margin-bottom: 0;
}
body.home.red section.feature-photo-boxes article.box .content p.meta {
    font-style: normal;
}

body.home.red section.video-highlights {
	
}
body.home.red section.video-highlights .box.video {
	padding: 12px;
}

body.home.red section.video-highlights .box.video .flex-video {
    margin-bottom: 0;
}
body.home.red section.video-highlights article span.tag {
    margin: 2em 0 1.5em 0;
}
body.home.red section.video-highlights article h3 {
	margin: 0 0 0.675em 0;
	padding: 0;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 2.2em;
	font-weight: 400;
	line-height: 1.2;
}
body.home.red section.video-highlights article h4 {
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.1;
}
body.home.red section.video-highlights article p {
	margin: 0 0 1em 0;
	padding: 0;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.3em;
	font-weight: 400;
    font-style: normal;
	line-height: 1.4;
}
body.home.red section.video-highlights article p:last-child {
	margin: 0;
}

body.home.red section.up-tall .articles article div.thh {
	height: 364px;
}

body.home.red section.up-circle .articles article img.thh,
body.home.red section.up-circle .articles article img.thi {
	margin-bottom: 0.55em;
	display: inline-block;
}
body.home.red section.up-circle .articles article h3 {
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #000;
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 2.2em;
	font-weight: 500;
	line-height: 1.1;
}

body.home.red section.two-up-multi .articles article div.thh,
body.home.red section.mixed-up .articles article div.thh {
	height: 360px;
}
body.home.red section.two-up-multi .articles article h3,
body.home.red section.mixed-up .articles article h3 {
	font-size: 3.2em;
	line-height: 1;
}

body.home.red section .articles article.postcard h3 {
	font-size: 2.6em;
	line-height: 1;
}
body.home.red section .articles article.postcard .box {
	margin: 0.5em 0 0.825em 0;
	color: #fff;
}
body.home.red section .articles article.postcard .box > .row {
	margin-right: 0;
	margin-left: 0;
}
body.home.red section .articles article.postcard .box > .row > .column {
	min-height: 360px;
	padding: 1rem;
}
body.home.red section .articles article.postcard .box > .row > .column.pho {
	background-color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
body.home.red section .articles article.postcard .box > .row > .column.dek {
	background: #555;
	color: #fff;
}
body.home.red section .articles article.postcard .box h4 {
	color: #fff;
	font-size: 2em;
	font-weight: 700;
    font-style: italic;
	line-height: 1.2;
}


body.home.red section.row.open-art {
	background: #3a3a3a;
	color: #fff;
}
body.home.red section.row.open-art .box.title {
    margin: 0 0 14px 0;
    padding: 0;
}
body.home.red section.row.open-art > .column {
	padding: 20px 30px 40px 30px;
}
body.home.red section.row.open-art > .column:nth-child(2) {
	padding-top: 0px;
}
body.home.red section.row.open-art > .column.title {
	padding: 20px 30px 0px 30px;
}

body.home.red section.row.open-art .row.articles > .column {
	height: 368px;
	background: #666;
	text-align: center;
}
body.home.red section.row.open-art .row.articles .article.box {
	background-color: #666;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
}
body.home.red section.row.open-art .row.articles article {
	width=100%;
	/*height: 184px;*/
	height: 144px;
	margin: 20px 20px;
	padding: 0;
	text-align: left;
}
body.home.red section.row.open-art .row.articles article.double {
	/*height: 368px;*/
	height: 328px;
}
body.home.red section.row.open-art .articles article .content {
	margin: 0;
	padding: 0;
	display: inline-block;
	overflow: hidden;
}
body.home.red section.row.open-art .articles article h3 {
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 2em;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
body.home.red section.row.open-art .articles article.double h3 {
	font-size: 2.4em;
}
body.home.red section.row.open-art .articles article h4 {
	color: #fff;
	font-size: 1.2em;
 	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
body.home.red  section.row.open-art .articles article p {
	margin-bottom: 0.6em;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
    font-style: normal;
	line-height: 1.4;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}


body.home.red .sidebar .box.row {
	margin-bottom: 2rem;
}
body.home.red .sidebar .box.row .top {
	background: #676760;
	padding: 0.5rem 1rem;
	color: #fff;
}
body.home.red .sidebar .box.row .top h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
    text-transform: uppercase;
	letter-spacing: 1px;
}
body.home.red .sidebar .box.row .bot {
	padding: 0;
}
body.home.red .sidebar .box.row.reg .bot {
	background: #ecf0f4;
}
body.home.red .sidebar .box.row.tagged .bot span.box-tag {
    background: #c92a39;
    margin: 0;
    padding: 0.425em 0.825em;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.3em;
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
}
body.home.red .sidebar .box.row .bot .content {
	padding: 1rem 1.25rem 1.625rem 1.25rem;
}
body.home.red .sidebar .box ul.articles {
	margin: 0;
	padding: 0;
	display: block;
}
body.home.red .sidebar .box ul.articles > li {
	margin: 0 0 0.875rem 0;
	padding: 0 0 0.875rem 0;
	display: block;
	border-bottom: 1px solid #ddd;
}
body.home.red .sidebar .box ul.articles > li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

body.home.red .sidebar .box article {
	margin: 0;
	padding: 0;
}
body.home.red .sidebar .box article div.thh {
	width: 100%;
	height: 102px;
	background-color: #333;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	margin: 0.25em 0 0.5em 0;
	padding: 0;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.04);
	-moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.04);
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.04);
	display: block;
	overflow: hidden;
}
body.home.red .sidebar .box article h4 {
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #000;
	font-family: 'Playfair Display', serif;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.2;
}
body.home.red .sidebar .box .events article h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.2;
}
body.home.red .sidebar .box article h4 a {
	color: inherit;
}
body.home.red .sidebar .box article h4 a:hover {
	text-decoration: underline;
}
body.home.red .sidebar .box article h5 {
	margin: 0 0 0.4em 0;
	padding: 0;
	color: #000;
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.3;
}
body.home.red .sidebar .box article p {
	margin-bottom: 0.675em;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
    font-style: normal;
	line-height: 1.4;
}
body.home.red .sidebar .box article p.date.location {
	margin-bottom: 0.675em;
	color: #41b7d8;
	font-family: 'Oswald', sans-serif;
	font-size: 1.15em;
	font-weight: 400;
    font-style: normal;
	line-height: 1.4;
    text-transform: uppercase;
}
body.home.red .sidebar .box article p.date.location span {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
body.home.red .sidebar .box article p:last-child {
	margin-bottom: 0;
}
body.home.red .sidebar .box article p.tag {
	margin-bottom: 0.25em;
	color: #41b7d8;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	font-weight: 900;
    font-style: italic;
	line-height: 1;
}

body.home.red .sidebar .box article ul.related {
	margin: 0;
	padding: 0 0.825rem;
	list-style-type: disc;
}
body.home.red .sidebar .box article ul.related > li {
	margin: 0 0 0.25rem 0;
	padding: 0;
	color: #000;
	font-size: 0.9em;
	font-weight: 700;
    font-style: normal;
	line-height: 1.2;
}
body.home.red .sidebar .box article ul.related > li:last-child {
	margin: 0;
}
body.home.red .sidebar .box article ul.related > li a {
	color: inherit;
}
body.home.red .sidebar .box article ul.related > li a:hover {
	text-decoration: underline;
}

body.home.red .sidebar .box.bighead article h4 {
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2.6em;
	font-weight: 900;
	line-height: 1.2;
}
body.home.red .sidebar .box.bighead article div.thh {
	height: 144px;
}
body.home.red .sidebar .box.bighead article p {
	margin-bottom: 0.825em;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1em;
	font-weight: 700;
    font-style: normal;
	line-height: 1.4;
}

body.home.red .sidebar .box.adv .bot {
	background: #888;
	padding: 9px;
}

body.home.red .sidebar-ads {
	margin: 0;
	padding: 0;
}
body.home.red .sidebar-ads .ad {
	margin: 0 0 1.5rem 0;
	padding: 0;
}
body.home.red .sidebar-ads .ad a {
	display: inline-block;
}
body.home.red .sidebar-ads .ad a > img:hover {
 	opacity: 0.85;
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	filter:alpha(opacity=85);
}

/* -----------------------------------------
   Media Queries
----------------------------------------- */

/* small screens */
@media only screen { 

	/* -----------------------------------------
	   Home Redesign
	----------------------------------------- */
	
	body.home.red #top-banner-fn {
		height: 302px;
	}
	body.home.red #top-banner-fn #top-banner-fn-column {
		height: 302px;
	}
	body.home.red #main-inner > .column > .banners-row > .banners-column {
		height: 282px;
	}
	body.home.red #top-banner-fn .top {
		height: 6px;
	}
	body.home.red #top-banner-fn .banners .banner .image,
	body.home.red #main-inner > .column > .banners-row > .banners-column .banners .banner .image {
		height: 254px;
		overflow: hidden;
	}
	body.home.red #top-banner-fn .banners .banner .content h3,
	body.home.red #main-inner > .column > .banners-row > .banners-column  .banners .banner .content h3 {
		font-size: 30px;
		line-height: 1;
	}
	body.home.red #top-banner-fn .banners .banner .content h4,
	body.home.red #main-inner > .column > .banners-row > .banners-column  .banners .banner .content h4 {
		font-size: 18px;
		line-height: 1.1;
	}
	body.home.red #top-banner-fn .banners .banner .content p,
	body.home.red #main-inner > .column > .banners-row > .banners-column  .banners .banner .content p {
		font-size: 12px;
		line-height: 1.2;
	}

	body.home.red #main-inner > .column {
		padding-top: 1.4375rem;
		padding-right: 0.9375rem;
		padding-bottom: 1.4375rem;
		padding-left: 0.9375rem;
	}
	
	body.home.red article a.thh.smf {
		margin-right: -0.9375rem; 
		margin-left: -0.9375rem;
	}
	
	body.home.red .articles article h3 {
		font-size: 2.4em;
	}	
	body.home.red .articles article p.big {
		font-size: 1.4em;
		line-height: 1.2;
	}
	body.home.red .articles article p.quote-out {
		font-size: 2.2em;
	}

	body.home.red section.content-section .box.title .row.section-title h2 {
		font-size: 1.6em;
	}
	body.home.red section.content-section .box.title .row.section-title a {
		font-size: 0.9em;
	}
	
	body.home.red section.video-highlights article h3 {
		font-size: 1.8em;
	}
	
	body.home.red section.up-tall .articles article div.thh {
		height: 280px;
	}
	
	body.home.red section.two-up-multi .articles article h3,
	body.home.red section.mixed-up .articles article h3 {
		font-size: 2.2em;
	}
	body.home.red section.two-up-multi .articles article div.thh,
	body.home.red section.mixed-up .articles article div.thh {
		height: 220px;
	}
	
	body.home.red section .articles article.postcard .box > .row > .column {
		min-height: 220px;
	}
	body.home.red section .articles article.postcard .box > .row > .column.dek {
		min-height: 0;
	}
	body.home.red section .articles article.postcard .box h4 {
		font-size: 1.4em;
	}
	
	body.home.red section .sidebar .box article div.thh {
		height: 102px;
	}	
} 

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) { 

	/* -----------------------------------------
	   Home Redesign
	----------------------------------------- */
	
	body.home.red #top-banner-fn {
		height: 562px;
	}
	body.home.red #top-banner-fn #top-banner-fn-column {
		height: 562px;
	}
	body.home.red #main-inner > .column > .banners-row > .banners-column {
		height: 538px;
	}
	body.home.red #top-banner-fn .top {
		height: 14px;
	}
	body.home.red #top-banner-fn .banners .banner .image,
	body.home.red #main-inner > .column > .banners-row > .banners-column .banners .banner .image {
		height: 504px;
	}
	body.home.red #top-banner-fn .banners .banner .content h3,
	body.home.red #main-inner > .column > .banners-row > .banners-column  .banners .banner .content h3 {
		font-size: 72px;
		line-height: 1;
	}
	body.home.red #top-banner-fn .banners .banner .content h4,
	body.home.red #main-inner > .column > .banners-row > .banners-column  .banners .banner .content h4 {
		font-size: 30px;
		line-height: 1.1;
	}
	body.home.red #top-banner-fn .banners .banner .content p,
	body.home.red #main-inner > .column > .banners-row > .banners-column  .banners .banner .content p {
		font-size: 15px;
		line-height: 1.2;
	}
	
	body.home.red #main-inner > .column {
		padding-top: 1.9375rem;
		padding-right: 1.9375rem;
		padding-bottom: 1.9375rem;
		padding-left: 1.9375rem;
	}
	body.home.red #main-inner > #site-footer-column.column {
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
	}
	
	body.home.red article a.thh.smf {
		margin-right: 0; 
		margin-left: 0;
	}
	
	body.home.red .articles article h3 {
		font-size: 2.4em;
	}	
	body.home.red .articles article h3.dw1 {
		font-size: 2.0em;
	}	
	body.home.red .articles article h3.dw2 {
		font-size: 1.6em;
	}	
	body.home.red .articles article h3.up1 {
		font-size: 2.8em;
		line-height: 1;
	}	
	body.home.red .articles article h3.up2 {
		font-size: 3.2em;
		line-height: 1;
	}	
	body.home.red .articles.medium-block-grid-6 article h3 {
		font-size: 2.0em;
		line-height: 1;
	}	
	body.home.red .articles article p.big {
		font-size: 2em;
		line-height: 1.3;
	}
	body.home.red .articles article p.quote-out {
		font-size: 3.2em;
	}
	
	body.home.red .articles article div.thh.m120 {
		height: 120px !important;
	}
	body.home.red .articles article div.thh.m140 {
		height: 140px !important;
	}
	body.home.red .articles article div.thh.m160 {
		height: 160px !important;
	}
	body.home.red .articles article div.thh.m180 {
		height: 160px !important;
	}
	body.home.red .articles article div.thh.m200 {
		height: 200px !important;
	}
	body.home.red .articles article div.thh.m240 {
		height: 240px !important;
	}
	body.home.red .articles article div.thh.m280 {
		height: 280px !important;
	}
	body.home.red .articles article div.thh.m300 {
		height: 320px !important;
	}
	body.home.red .articles article div.thh.m320 {
		height: 320px !important;
	}
	body.home.red .articles article div.thh.m360 {
		height: 360px !important;
	}
	body.home.red .articles article div.thh.m400 {
		height: 400px !important;
	}
	body.home.red .articles article div.thh.m440 {
		height: 440px !important;
	}
	
	body.home.red section.content-section .box.title .row.section-title h2 {
		font-size: 2em;
	}
	body.home.red section.content-section .box.title .row.section-title a {
		font-size: 1em;
	}

	body.home.red section.feature-photo-boxes .articles article.box {
		min-height: 320px;
	}
	body.home.red section.feature-photo-boxes .articles.medium-block-grid-2 article.box {
		min-height: 420px;
	}
	
	body.home.red section.video-highlights article h3 {
		font-size: 2.2em;
	}

	body.home.red section.up-tall .articles article div.thh {
		height: 364px;
	}
	
	body.home.red section.two-up-multi .articles article h3,
	body.home.red section.mixed-up .articles article h3 {
		font-size: 3.2em;
	}
	body.home.red section.two-up-multi .articles article h3.dw1,
	body.home.red section.mixed-up .articles article h3.dw1 {
		font-size: 2.8em;
	}
	body.home.red section.two-up-multi .articles article div.thh,
	body.home.red section.mixed-up .articles article div.thh {
		height: 360px;
	}
	
	body.home.red section .articles article.postcard .box > .row > .column {
		min-height: 360px;
	}
	body.home.red section .articles article.postcard .box > .row > .column.dek {
		min-height: 360px;
	}
	body.home.red section .articles article.postcard .box h4 {
		font-size: 2em;
	}
	body.home.red section .articles.medium-block-grid-3 article.postcard .box h4 {
		font-size: 1.6em;
	}
	body.home.red section .articles.medium-block-grid-4 article.postcard .box h4 {
		font-size: 1.4em;
	}
	
	body.home.red section .sidebar .box article div.thh {
		height: 102px;
	}	
	
} 
