/* Colours */

.black {
	color: #000000;
}

.white {
	color: #ffffff;
}

.gray {
	color: #dedede;
}

.red {
	color: #c9252b;
}

.darker-red {
	color: #a71925;
}

/* Typography */

.roboto-light {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
}

.roboto-light-italic {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: 300;
}

.roboto-normal {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
}

.roboto-normal-italic {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: 400;
}

.roboto-medium {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
}

.roboto-bold {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
}

/* Reset */

body {
	max-width: 1920px;
	margin: 0 auto;
}

/* Display Table */

.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .medium-only-display-table {
        display: table;
        table-layout: fixed;
        width: 100%!important;
    }
    .medium-only-display-table-cell {
        display: table-cell;
        vertical-align: middle;
        float: none !important;
    }
}

@media only screen and (min-width: 641px) {
    .medium-display-table {
        display: table;
        table-layout: fixed;
        width: 100%!important;
    }
    .medium-display-table-cell {
        display: table-cell;
        vertical-align: middle;
        float: none !important;
    }
}

@media only screen and (min-width: 1025px) {
    .large-display-table {
        display: table;
        table-layout: fixed;
        width: 100%!important;
    }
    .large-display-table-cell {
        display: table-cell;
        vertical-align: middle;
        float: none !important;
    }
}

body, h1, h2, h3, h4, h5, h6, p, a, span, ul, ol, li {
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.row {
	max-width: 1920px;
}

.button, button {
	text-transform: uppercase;
	background-color: #c9252b;
	font-weight: 700;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.button:hover, button:hover, .button:focus, button:focus, .button:active, button:active {
	background-color: #000000;
}

button.radius, .button.radius {
	border-radius: 5px;
}

/* Ads */

.ad-wrapper {
    display: none;
}

.simple_ads_leaderboard {
	margin: 6px auto 30px;
	text-align: center;
}

.simple_ads_bigbox {
	margin: 6px auto 30px;
	text-align: center;
}

.simple_ads_halfpage {
	margin: 6px auto 30px;
	text-align: center;
}

.simple_ads_button {
	margin: 0 auto 15px;
	text-align: right;
	display: block;
}

.simple_ads_weather {
	margin: 0 auto 30px;
	text-align: center;
}

.ad-728x90-container {
	width: 728px;
	height: 90px;
	margin: 30px auto;
}

.ad-300x250-container {
	width: 300px;
	height: 250px;
	margin: 6px auto 30px;
}

.ad-300x600-container {
	width: 300px;
	height: 600px;
	margin: 6px auto 30px;
}

.ad-320x50-container {
	width: 320px;
	height: 50px;
	margin: 15px auto;
}

.ad-250x250-container {
	width: 250px;
	height: 250px;
	margin: 6px auto 30px;
}

.ad-separator {
	width: 100%;
	border-bottom: 1px solid #f8f8f8;
	display: block;
}

.ad-disclaimer {
	width: 100%;
	text-align: center;
}

.ad-disclaimer span {
	padding: 3px 8px;
	font-size: 6px;
	position: relative;
	top: -16px;
	background-color: #ffffff;
	text-transform: uppercase;
}

.ad-disclaimer span i {
	color: #c9252b;
}

.ad_inception {
    margin: 10px auto 30px;
    text-align: center;
}

.inception-separator {
    margin-bottom: 20px;
}

.inception-clear:before {
    content: "."; 
    visibility: hidden; 
    display: block; 
    height: 10px; 
    clear: both;
}

/* Custom */

.social {
	list-style: none;
	width: 100%;
	display: block;
	margin: 0;
}

.social li {
	display: inline-block;
	font-size: 12px;
	margin: 0 3px;
	color: #c9252b;
}

.social li i, .social li span {
	color: #c9252b;
}

.hero {
	position: relative;
}

.hero-slide {
	position: relative;
}

.hero-slide img {
	width: 100%;
	height: auto;
}

.hero-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .50);
}

.hero-text {
	position: absolute;
	left: 18%;
	right: 18%;
	top: 35%;
	text-align: center;
}

.hero-text h3 {
	color: #ffffff;
	font-size: 60px;
	line-height: 1.2;
	margin-bottom: 30px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
}

.hero-text p {
	color: #ffffff;
	font-size: 32px;
	margin-bottom: 30px;
}

.hero-text .social li {
	font-size: 14px;
	margin: 0 5px;
	color: #ffffff;
}

.hero-text .social li i, .hero-text .social li span {
	color: #ffffff;
}

.hero-nav {
	position: absolute;
	top: 48%;
	font-size: 2.5em;
	color: rgba(255, 255, 255, 0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	z-index: 900;
}

.hero:hover .hero-nav {
	color: rgba(255, 255, 255, .25);
}

.hero:hover .hero-nav:hover {
	color: rgba(255, 255, 255, .75);
}

.hero-prev {
 	left: 25px; 
}

.hero-next {
 	right: 25px; 
}

.categories {
	list-style: none;
	width: 100%;
	display: block;
	margin: 0 0 15px;
}

.categories li {
	display: inline-block;
	border-bottom: 2px solid #c9252b;
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}

.categories li a {
	color: #000000;
	text-transform: uppercase;
	font-size: 14px;
}

.lead {
	text-align: center;
	margin-top: 40px
}

.lead ul {
	list-style: none;
	width: 100%;
	display: block;
	text-align: center;
	margin: 40px 0;
}

.lead ul li {
	display: inline-block;
	margin: 0 10px;
	font-size: 20px;
	font-weight: 500;
	vertical-align: middle;
}

.lead ul li:first-child {
	margin-left: 0!important;
}

.lead ul li:last-child {
	margin-right: 0!important;
}

.lead .button {
	margin: 0;
	background: transparent;
	border: 1px solid #c9252b;
	padding: 0.475rem 1.5rem 0.5375rem 1.5rem;
	font-size: 14px;
	color: #c9252b;
}

.lead .button:hover {
	background-color: #c9252b;
	color: #ffffff;
}

.lead i {
	color: #c9252b;
	font-size: 60px;
	position: relative;
	top: 3px;
}

.story {
	padding-bottom: 30px;
}

.story h5 {
	font-size: 25px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
}

.story h6 {
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
}

.story p {
	font-size: 13px;
	color: #000000;
	line-height: 1.4;
}

.story .story-details {
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 15px;
}

.story .story-title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
}

.story-image {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.story a .story-image img {
	display: block;
	vertical-align: middle;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transition: -moz-transform 0.2s linear;
	transition: transform 0.2s linear;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

.story a:hover .story-image img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}

.content {
	background-color: #ffffff;
	padding: 60px;
}

.footer {
	background-color: #000000;
	padding: 60px;
}

.footer-nav {
	list-style: none;
	width: 100%;
	display: block;
	text-align: right;
	margin: 0;
	padding: 0;
}

.footer-nav li {
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	line-height: 1;
}

.footer-nav li:first-child {
	margin-left: 0!important;
}

.footer-nav li:last-child {
	margin-right: 0!important;
}

.footer-nav li a {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.footer h2 {
	font-size: 15px;
	color: #ffffff;
	text-align: right;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.footer h2 span {
	color: #c9252b;
}

.footer-logo {
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}

.footer p {
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
}

.footer p a {
	color: #c9252b;
}

.sister {
	text-align: left;
}

.copyright {
	text-align: right;
}

.footer hr {
	border: solid #222222;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 1.25rem 0 1.1875rem;
}

.weather-data span {
	display: block;
}

.sidebar-weather {
	display: none;
}

.signup {
	text-align: center;
	padding: 25px;
	background: #c9252b url('/_site/img/red-background.jpg') no-repeat center center;
	background-size: cover;
}

.signup ul {
	list-style: none;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0;
}

.signup ul li {
	display: inline-block;
	margin: 0 10px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
}

.signup ul li:first-child {
	margin-left: 0!important;
}

.signup ul li:last-child {
	margin-right: 0!important;
}

.signup .button {
	margin: 0;
	background: transparent;
	border: 1px solid #ffffff;
	padding: 0.475rem 1.5rem 0.5375rem 1.5rem;
	font-size: 14px;
}

.signup .button:hover {
	background-color: #ffffff;
	color: #c9252b;
}

.signup i {
	color: #ffffff;
	font-size: 30px;
	position: relative;
	top: 3px;
}

.sidebar-story p {
    color: #000000;
    margin: 0;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
}

.sidebar-story span {
	color: #c9252b;
	font-size: 38px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
}

.section-title {
	font-size: 16px;
	color: #c9252b;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
}

.section-title img {
	height: 22px;
	width: auto;
}

.section-title span {
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	/*font-weight: 500;*/
}

.sidebar-connect {
	text-align: center;
}

.sidebar-connect img {
	width: 70px;
	height: auto;
	margin-bottom: 10px;
}

.sidebar-connect ul {
	list-style: none;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 0 30px 0;
}

.sidebar-connect ul li {
	display: inline-block;
	margin: 0 3px
}

.sidebar-connect ul li:first-child {
	margin-left: 0!important;
}

.sidebar-connect ul li:last-child {
	margin-right: 0!important;
}

.sidebar-connect h4 {
	font-size: 28px;
	margin-bottom: 15px
}

.sidebar-connect h5 {
	font-size: 18px;
	font-weight: 700;
	padding: 0 15px;
	margin-bottom: 15px
}

.sidebar-connect ul li a span {
	color: #c9252b;
	border: 2px solid #dedede;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: block;
	line-height: 1;
	padding-top: 25%;
	font-size: 18px;
}

.sidebar-connect .button {
	margin: 0;
	background: transparent;
	border: 1px solid #c9252b;
	padding: 0.475rem 1.5rem 0.5375rem 1.5rem;
	font-size: 14px;
	color: #c9252b;
}

.sidebar-connect .button:hover {
	background-color: #c9252b;
	color: #ffffff;
}

.sidebar-tweet p {
	color: #000000;
	margin: 0 0 10px;
	font-size: 13px;
}

.sidebar-tweet span {
	color: #c9252b;
	font-size: 12px;
	line-height: 1;
	display: block;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.sidebar-tweet span.twitter-actions {
	font-size: 10px;
	text-transform: uppercase;
	color: #c9252b;
	text-align: center;
}

.sidebar-tweet span.twitter-actions a {
	font-size: 10px;
	color: #c9252b;
}

.sidebar-search {
	width: 300px;
	margin: 0 auto 60px;
}

.sidebar-search input[type="text"] {
	text-transform: uppercase;
	color: #c9252b;
}

.sidebar-search button {
	padding: 0;
	text-align: center;
}

.sidebar-weather, .sidebar-popular, .sidebar-ad, .sidebar-connect, .sidebar-twitter {
	margin-bottom: 60px;
}

.scroll-arrow {
	position: absolute;
	top: 0;
	left: 50%;
	height: 70px;
	width: 70px;
	margin-left: -35px;
	margin-top: -40px;
	text-align: center;
	z-index: 951;
}

.scroll-arrow span {
	color: #000000;
	background-color: #ffffff;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	display: block;
	line-height: 1;
	padding-top: 25px;
	font-size: 35px;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

.scroll-arrow a:hover span {
	padding-top: 28px;
	color: #c9252b;
}

.super-nav {
	padding: 20px 60px 10px;
}

.main-nav {
	padding: 30px 0;
}

.super-nav-left {
	list-style: none;
	width: 100%;
	display: block;
	text-align: left;
	margin: 0;
}

.super-nav-center {
	list-style: none;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0;
}

.super-nav-left li {
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
}

.super-nav-center li {
	display: inline-block;
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
}

.super-nav-left li a i, .super-nav-center li a i {
	font-size: 18px;
	color: #c9252b;
}

.main-nav {
	text-align: center;
}

.main-nav-blocks {
	list-style: none;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0;
	vertical-align: middle;
}

.main-nav-blocks li {
	display: inline-block;
	width: 500px;
	padding: 0 30px;
	vertical-align: middle;
	position: relative;
}

.main-nav-menu {
	list-style: none;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0;
	position: relative;
	top: -4px;
}

.main-nav-menu li {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0 8px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}

.main-nav-menu li:first-child {
	margin-left: 0!important;
}

.main-nav-menu li:last-child {
	margin-right: 0!important;
}

.super-nav-left li a, .super-nav-center li a, .main-nav-menu li a {
	color: #000000;
}

.super-nav-left i, .super-nav-center i, .main-nav-menu i, .footer-nav i {
	color: #c9252b;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.title-statement-separator {
	width: 100%;
	border-bottom: 1px solid #000000;
	display: block;	
	margin-top: 5px;
}

.title-statement span {
	padding: 0 15px;
	font-size: 12px;
	position: relative;
	background-color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	top: -15px;
}

.title-statement span strong {
	color: #c9252b;
	font-weight: 500;
}

.sub-nav {
	position: absolute;
	left: 0;
	right: 0;
	background: #000000 url('/_site/img/black-background.jpg') no-repeat center center;
	background-size: cover;
	background-color: #000000;
/*	background-color: rgba(0, 0, 0, .85);*/
	opacity: 0;
	padding: 0 15px;
	z-index: 200;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	margin-top: 0;
	height: 0;
}

.sub-nav.active {
	opacity: 1;
	padding: 30px 15px;
	height: auto;
	z-index: 950;
}

.sub-nav h4 {
	color: #ffffff;
	font-weight: 500;
	margin: 0 0 20px 0;
	line-height: 1;
	text-transform: uppercase;
	font-size: 20px;
}

.sub-nav hr {
  border: solid #ffffff;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 12px 0 15px;
  opacity: 0.25;
}

.sub-nav-item p {
	font-size: 13px;
	color: #ffffff;
	font-weight: 500;
	margin: 0;
}

.sub-nav-image {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.sub-nav-item a .sub-nav-image img {
	display: block;
	vertical-align: middle;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transition: -moz-transform 0.2s linear;
	transition: transform 0.2s linear;
	-webkit-backface-visibility: hidden;
	width: 100%;
}

.sub-nav-item a:hover .sub-nav-image img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}

.sub-menu a {
	display: block;
	color: #ffffff;
	font-size: 500;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 14px;
}

.sub-menu a i {
	color: #c9252b;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.sub-menu a:hover i {
	color: #ffffff;
	-webkit-transform: translate3d(-3px,0,0);
	-moz-transform: translate3d(-3px,0,0);
	transform: translate3d(-3px,0,0);
}

.main-nav-menu li.active a i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin: 35% 53%;
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #000000;
	padding: 15px 15px 10px;
	z-index: 300;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: center;
	margin-top: -800px;
}

.mobile-menu.active {
	margin-top: 0;
}

.mobile-menu .button {
	margin: 0;
	border: 1px solid #c9252b;
}

.mobile-menu .button:hover {
	background: transparent;
	border: 1px solid #ffffff;
}

.mobile-menu ul {
	margin-bottom: 10px;
}

.mobile-menu ul li {
	 padding: 0.625rem!important;
}

.mobile-close {
	color: #ffffff;
	display: block;
	padding: 5px 15px 5px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
}

.mobile-close:hover {
	color: #ffffff;
}

.mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #c9252b;
	padding: 10px 10px 6px;
	z-index: 200;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-top: -100px;
	box-shadow: 0 0 15px #222;
}

.mobile-header.active {
	margin-top: 0;
}

.mobile-header img {
	height: 30px;
	width: auto;
}

.mobile-header .mobile-menu-toggle {
	color: #ffffff;
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	line-height: 25px;
}

.mobile-header .mobile-menu-toggle:hover {
	color: #ffffff;
}

.mobile-logo {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.mobile-logo img {
	max-width: 360px;
}

.mobile-open {
	color: #000000;
	display: block;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.mobile-open:hover, .mobile-open:focus {
	color: #000000;
}

.mobile-open.opened {
	color: #dedede;
}

.mobile-open i {
	-webkit-transition: -webkit-transform .2s ease-in-out;
	-moz-transition: -moz-transform .2s ease-in-out;
	-ms-transition: transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}

.mobile-open.opened i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.body-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0);
	z-index: 250;
	height: 0;
	margin-top: -100px;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

.body-mask.active {
	height: 100%;
	margin-top: 0;
	background-color: rgba(0, 0, 0, .75);
}

.icon-today {
	font-size: 100px;
	color: #dedede;
	text-align: right;
}

.temp-today {
	font-size: 80px;
	color: #c9252b;
	font-weight: 700;
}

.weather-data ul {
	margin: 0;
	list-style: none;
	width: 100%;
	text-align: center;
}

.weather-data ul li {
	display: inline-block;
	margin: 0 10px;
}

.weather-data ul li:first-child {
	margin-left: 0!important;
}

.weather-data ul li:last-child {
	margin-right: 0!important;
}

.today {
	padding-bottom: 10px;
}

.day-name {
	color: #c9252b;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}

.day-icon {
	color: #dedede;
	font-size: 28px;
}

.day-high {
	color: #c9252b;
	font-size: 16px;
	font-weight: 700;
}

.day-low {
	color: #dedede;
	font-size: 14px;
	font-weight: 500;
}

.page-content {
	padding-bottom: 30px;
}

.latest-sports, .latest-opinion {
	margin-top: 40px;
}

.latest-news, .latest-entertainment {
	margin-top: 60px;
}

.page-ad {
	margin-top: 40px;
}

hr {
	border: solid #f8f8f8;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 1.25rem 0 1.1875rem;
}

.content .row, .footer .row {
	max-width: 1600px
}

#takeover {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    max-width: 1280px;
    margin-top: -50px;
}

#takeover .close-reveal-modal {
    /*top: 10px;
    right: 20px;*/
    top: 0;
    right: 0;
    margin: -40px -30px 0 0;
    color: #f2f2f2;
    /*text-shadow: -1px -1px 10px rgba(0,0,0,0.1), 1px -1px 10px rgba(0,0,0,0.1), -1px 1px 10px rgba(0,0,0,0.1), 1px 1px 10px rgba(0,0,0,0.1);*/
}

.reveal-modal-bg {
    background: #000000;
    background: rgba(0, 0, 0, 0.85);
}

.story-details {
    list-style: none;
    margin: 0;
}

.story-details > li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    font-size: 15px;
}

.story-details > li:first-child {
    margin-top: 30px;
}

.story-details > li i {
    color: #c9252b;
    font-size: 17px;
    margin-right: 3px;
}


.story-details > li a {
    color: #000000;
    font-size: 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.story-details > li a:hover {
    color: #aaaaaa;
}

.story-details > li a i {
    color: #c9252b;
    font-size: 17px;
    margin-right: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.story-details > li a:hover i {
    color: #aaaaaa;
}

.full-story h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
}

.story-standard-image {
    margin-bottom: 40px;
}

.standard-caption {
    font-size: 14px;
    margin: 15px 0 0;
    color: #aaaaaa;
    font-style: italic;
}

.hero-caption {
    font-size: 14px;
    color: #ffffff;
    color: rgba(255, 255, 255, .5);
    font-style: italic;
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 30px;
}

.story-share {
    padding: 40px 0;
}

.story-share.event-share {
    padding: 20px 0 0;
}

.share-actions {
    list-style: none;
    width: 100%;
    display: block;
    margin: 0;
}

.share-actions li {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    font-weight: 500;
    vertical-align: middle;
}

.share-actions li:last-child {
    margin-right: 0!important;
}

.share-twitter {
    background-color: #55acee;
    border: 1px solid #55acee;
    margin: 0;
}

.share-twitter:hover, .share-twitter:focus {
    background-color: #88C9FB;
    border: 1px solid #88C9FB;
}

.share-facebook {
    background-color: #4e69a2;
    border: 1px solid #4e69a2;
    margin: 0;
}

.share-facebook:hover, .share-facebook:focus {
    background-color: #435a8b;
    border: 1px solid #435a8b;
}

.like-facebook {
    background-color: #4e69a2;
    margin: 0;
    z-index: 44;
}

.like-facebook:hover, .like-facebook:focus {
    background-color: #435a8b;
}

.fb-like {
    width: auto;
    height: 24px;
    overflow: hidden!important;
}

.landing .fb-like {
    position: relative;
    top: 4px;
}

.fb_iframe_widget span {
    vertical-align: top!important;
}

.like-hover {
    position: relative;
}

.like-hover .like-facebook-frame {
    /*display: none;*/
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translate(-50%, 0);
}

.like-hover:hover .like-facebook-frame {
    display: block;
}

.like-facebook {
    background-color: #ffffff;
    color: #4e69a2;
    border: 1px solid #4e69a2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.like-hover:hover .like-facebook {
    background-color: #ffffff;
    color: #4e69a2;
    border: 1px solid #4e69a2;
    opacity: 0;
    z-index: 0;
}

.story-print {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    margin: 0;
    color: #555555;
}

.story-print:hover, .story-print:focus {
    background-color: #c9252b;
    border: 1px solid #c9252b;
    color: #ffffff;
}


.super-nav .fa {
    margin-right: 5px;
}

.stories ul li {
    padding-bottom: 0;
}

.sidebar-medium {
    display: none;
    border: solid #f8f8f8;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 10px 0 60px;
}

.nav-story-feed li {
    margin: 0!important;
}

.nav-story-feed li a {
    padding: 0!important;
}

.story-soundcloud {
    margin-bottom: 30px;
}

.mejs-audio {
    width: 100%;
    max-width: 320px;
    margin-bottom: 30px;
}

#disqus_thread {
    margin-top: 50px;
}

.standard-reveal .fa {
    color: #c9252b;
    margin-right: 8px;
}

.standard-reveal h3 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
}

.standard-reveal .panel h4 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
}

.form-confirmation {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
}

.captcha img {
    height: 37px;
    width: 100%;
    margin-bottom: 20px;
}

.modal-form textarea {
    height: 100px;
}

.modal-form label {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

.modal-form .optin {
    text-transform: none;
    font-size: 14px;
    margin-bottom: 0;
}

#signup .modal-form .optin input[type="checkbox"] {
	float: left;
	margin: 4px 8px 10px 0;
}

#signup .modal-form .optin:after {
	clear: both;
	content: " ";
	display: table;
}

.modal-form .button {
    margin-top: 15px;
}

.field-disclaimer {
    font-size: 10px;
    margin-bottom: 10px;
    color: #aaaaaa;
    font-style: italic;
}

.sidebar-story h6 {
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

.sidebar-story:hover h6 {
    color: #555555;
}

.landing-body {
    background: #000000 url('/_site/img/landing-bg.png') no-repeat center center;
    background-size: cover;
}

.landing {
    padding-top: 100px;
    text-align: center;
}

.landing-logo {
    margin-bottom: 30px;
    max-width: 300px;
}

.landing h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    color: #c9252b;
    text-transform: uppercase;
}

.countdown {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}

.legend {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
}

.legend a {
    color: #c9252b;
}

.sidebar-twitter a {
    color: #c9252b;
}

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    background-color: #c9252b;
}

.error label, .error label.error {
    color: #c9252b;
}

.breaking-text {
    background-color: #c9252b;
    width: 100%;
    padding: 10px 30px;
    text-align: center;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.hero-breaking {
    position: absolute;
    top: 0;
    left: 2%;
    width: 15%;
}

.hero-breaking img {
    width: 100%;
    height: auto;
}

.sidebar {
    text-align: center;
}

.page-gallery h4 {
    margin-bottom: 20px;
}

.clearing-blackout, .clearing-assembled .clearing-container .visible-img, .clearing-assembled .clearing-container .carousel {
    background: #000000;
}

.dropdown-ad .ad-disclaimer span {
    top: 5px;
    background-color: transparent!important;
    color: #ffffff;
}

.dropdown-ad.mobile img {
    max-width: 300px;
    margin: 15px auto;
}

.dropdown-ad.mobile .ad-disclaimer span {
    top: 0;
    margin-bottom: 10px;
}

.page-content table {
    /*border: none;*/
    width: 100%;
    border-color: #f8f8f8;
    margin-top: 40px;
}

.page-content table th {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1em;
}

.page-content table td {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: .85em;
}

.page-content table a {
    text-transform: uppercase;
    color: #c9252b;
}

.page-content table tr.even, .page-content table tr.alt, .page-content table tr:nth-of-type(even) {
    background: #f8f8f8;
}

.page-content h2 i, .page-content h3 i, .page-content h4 i, .page-content h5 i {
    color: #c9252b;
}

.page-content form {
    margin-top: 40px;
}

.weather-ad {
    margin-top: 20px;
}

ul.pagination li.current a, ul.pagination li.current button {
    background: #c9252b;
}

.super-nav-center .bus-cancellations, .super-nav-center .bus-cancellations a {
    font-weight: 700;
}

.bus-cancellations-date {
    font-weight: 700;
    text-transform: uppercase;
}

.landing-social {
    margin: 0;
    width: 100%;
    margin-top: 30px;
}

.landing-social li {
    display: inline-block;
    margin: 0 10px 20px;
}

.landing-social li a {
    color: #ffffff;
    font-size: 28px;
}

.map-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
}

.gmap {
	width: 100%;
	height: 640px;
}

.event-map {
	width: 100%;
	height: 350px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.infobox h3 {
	color: #c9252b;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.4;
}

.infobox p {
	font-size: 11px;
	margin: 0;
	line-height: 1.4;
}

.infobox-image {
	float: left;
	margin-right: 13px;
}

.infobox {
	width: 244px!important;
}

.contact-info {
    border-color: #ebebeb;
    background: #f8f8f8;
}

.contact-info p {
    font-size: 14px;
    line-height: 1.8;
}

.contact-info p i {
    color: #c9252b;
    margin-right: 5px;
    width: 14px;
}

.contact-info p a {
    color: #000000;
}

.contact-info hr {
    border: solid #ebebeb;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.1875rem;
}

.division {
    font-size: 14px;
    font-style: italic;
}

.contact-logo {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

/* Calendar */

.event-details {
    list-style: none;
    margin: 0 0 15px;
}

.event-details li {
    font-family: 'Roboto', sans-serif;
    color: #174634;
    font-weight: 700;
    font-size: 17px;
    margin-right: 20px;
    display: inline-block;
}

.event-details.event-locations li {
    width: 100%;
    margin-right: 0;
}

.event-details li .fa {
    margin-right: 5px;
    color: #cccccc;
}

#calendar .button {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    margin: 0 0 5px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

#calendar .button .event-title-full {
    display: none;
}

#calendar .button.active .event-title-full {
    display: block;
}

#calendar .button.active .event-title-short {
    display: none;
}

.button.cat-33 {
	background-color: #C92529;
	border-color: #B00C10;
}

.button.cat-33:hover {
	background-color: #B00C10;
}

.button.cat-34 {
	background-color: #4B248A;
	border-color: #320B71;
}

.button.cat-34:hover {
	background-color: #320B71;
}

.button.cat-35 {
	background-color: #CBB725;
	border-color: #B29E0C;
}

.button.cat-35:hover {
	background-color: #B29E0C;
}

.button.cat-36 {
	background-color: #0E7908;
	border-color: #006000;
}

.button.cat-36:hover {
	background-color: #006000;
}

.button.cat-37 {
	background-color: #660003;
	border-color: #4D0000;
}

.button.cat-37:hover {
	background-color: #4D0000;
}

.button.cat-38 {
	background-color: #1D0546;
	border-color: #04002D;
}

.button.cat-38:hover {
	background-color: #04002D;
}

.calendar-title {
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    color: #222222;
    line-height: 1;
    margin: 0 10px;
    font-weight: 700;
}

.calendar-nav {
    font-size: 32px;
    color: #cccccc;
}

.calendar-nav:hover {
    color: #aaaaaa;
}

.days-of-week li {
    padding-bottom: 10px;
}

.day-of-week {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    color: #444444;
}

.calendar-day {
    font-family: 'Roboto', sans-serif;
}

.date-not-current {
    font-weight: 400;
    color: #cccccc;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.date-current {
    font-weight: 400;
    color: #555555;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.calendar-today .date-current {
    color: #000000;
    font-weight: 700;
    border-bottom: 1px solid #cccccc;
}

.calendar-buttons {
    text-align: right;
}

.calendar-filter {
    margin-bottom: 8px;
    position: relative;
}

.calendar-filter .fa {
    position: absolute;
    left: 10px;
    display: none;
}

.calendar-filter.active .fa {
    display: inherit;
}

.filter-grid li {
    padding-bottom: 0!important;
}

.community-gallery-image {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.story .community-gallery-image img.master-thumb {
	display: block;
	vertical-align: middle;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transition: -moz-transform 0.2s linear;
	transition: transform 0.2s linear;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

.story .community-gallery-image:hover img.master-thumb {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}

.community-gallery .clearing-thumbs li, [data-clearing] li {
    margin-right: 0!important;
}

.clearing-caption {
    background: #000000;
    background: rgba(0, 0, 0, .7);
    color: #ffffff!important;
    margin: 0!important;
    line-height: 1!important;
    padding: 20px 30px;
}

.community-left {
    padding-right: 20px;
}

.community-right {
    padding-left: 20px;
}

.calendar-header {
    padding: 15px 0 30px;
}

.score-nav {
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    display: block;
    line-height: 1;
}

.score-nav a {
    font-size: 24px;
    padding: 0 8px;
    position: relative;
    top: 4px;
    display: inline-block;
    color: #c9252b;
}

.score-nav a:hover {
    opacity: .6;
}

.scores-daily, .scores-weekly {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-content table.game-table td.game-score {
    text-align: right;
}

.page-content table.game-table.status-3 td.game-score {
    font-weight: 700;
}

.page-content table.game-table {
    margin: 0!important;
    border-color: #aaaaaa;
}

.page-content table.game-table.status-2, .page-content table.game-table.status-22 {
    border-color: #555555;
}

.page-content table.game-table.status-3 {
    border-color: #c9252b;
}

.page-content table.game-table tr td {
    background: #ffffff;
    padding: 5px 12px;
    line-height: 1;
    font-size: 14px;
}

.page-content table.game-table tr.away-team td {
    padding-top: 12px;
}

.page-content table.game-table tr.home-team td {
    padding-bottom: 12px;
}

.page-content table.game-table tr td.team-name {
    font-weight: 700;
}

.page-content table.game-table.status-3 tr td.team-name {
    /*color: #c9252b;*/
}

.page-content table.game-table tr.game-status td {
    background: #f8f8f8;
    /*color: #ffffff;*/
    color: #555555;
    font-size: 10px;
    font-style: italic;
    padding: 8px 12px;
}

.page-content table.game-table.status-2 tr.game-status td, .page-content table.game-table.status-22 tr.game-status td {
    background: #555555;
    color: #f8f8f8;
    font-weight: 700;
    font-size: 11px;
}

.page-content table.game-table.status-3 tr.game-status td {
    background: #c9252b;
    color: #ffffff;
    font-weight: 700;
    font-style: normal;
    font-size: 11px;
}

.submit-score-button {
    text-align: right;
}

.promotion-image {
    position: relative;
}

.promotion-image img {
    width: 100%;
    height: auto;
}

.promotion-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.promotion-image:hover .promotion-image-overlay {
    opacity: .9;
}

.promotion-text {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    opacity: 0;
    padding: 0 15px;
    text-align: center;
}

.promotion-image:hover .promotion-text {
    opacity: 1;
}

.promotion-text .button {
    margin: 10px 0 0!important;
}

.promotion-text p {
    font-size: 12px;
    margin-bottom: 5px;
}

.promotion-text h3 {
    font-size: 22px;
}

.sponsor-modal .button {
    margin-bottom: 0!important;
}

.sponsor-modal {
    background: transparent;
    border: none;
    box-shadow: none;
}

/*.sponsor-modal p, .sponsor-modal h3 {
    color: #ffffff;
}*/

/*.sponsor-modal .close-reveal-modal {
    color: #ffffff;
}*/

.promotion-intro {
    text-align: center;
    margin-bottom: 80px;
}

.promotion-intro p {
    font-size: 18px;
}

.promotion-intro h2 {
    font-size: 50px;
}

.calendar-buttons {
    padding-top: 5px;
}

.mini-nav {
	text-align: center;
	padding: 25px;
	background: #c9252b url('/_site/img/red-background.jpg') no-repeat center center;
	background-size: cover;
}

.mini-nav-menu {
	list-style: none;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0;
}

.mini-nav-menu li {
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px;
}

.mini-nav-menu li:first-child {
	margin-left: 0!important;
}

.mini-nav-menu li:last-child {
	margin-right: 0!important;
}

.mini-nav-menu li a i {
	font-size: 20px;
	margin-right: 5px;
	color: #ffffff;
	opacity: .35;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	top: 1px;
}

.mini-nav-menu li a .mini-weather-current-icon i {
	font-size: 22px;
	top: 3px;
	margin-right: 3px;
}

.mini-nav-menu li a {
	font-size: 15px;
	color: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-weight: 700;
}

.mini-nav-menu li:hover a i {
	opacity: .8;
}

.mini-nav-menu li a .mini-weather-5-day {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 9px;
    padding-left: 5px;
    opacity: .35;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mini-nav-menu li:hover a .mini-weather-5-day {
	opacity: .8;
}

.mini-nav-menu li.weather-scroll {
    display: none;
}

.main-nav-new {
	list-style: none;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0;
	vertical-align: middle;
}

.main-nav-new li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.main-nav-logo {
    width: 350px;
    height: auto;
}

.main-nav-new-menu {
    width: 500px;
}

.main-nav-logo-medium {
    width: 300px;
    height: auto;
}

/*.blocked .main-nav {
    padding-top: 30px;
}*/

.nav-weather, .main-nav-new .nav-weather  {
    display: none;
}

.nav-weather-icon {
    font-size: 38px;
    line-height: 1;
    color: #dedede;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.nav-weather-temp {
    font-size: 33px;
    line-height: 1;
    font-weight: 700;
    color: #c9252b;
    padding-left: 6px;
    margin: 0;
}

.nav-weather-forecast {
    font-size: 9px;
    font-weight: 500;
    color: #555555;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.nav-weather a:hover .nav-weather-forecast {
    color: #c9252b;
}

.nav-weather a:hover .nav-weather-icon {
    color: #ebebeb;
}

.nav-weather-medium {
    display: none!important;
    padding-top: 20px;
}

.nav-weather-small {
    padding: 15px 0 0;
    display: none;
}

.header-banner {
    padding-top: 25px;
}

.channel-form .wygwam {
    padding-top:8px;
    padding-bottom: 10px;
}

.channel-form .relationship {
    padding-top:8px;
    padding-bottom: 25px;
}

.channel-form .relationship .multiselect-filter input {
    border-radius: 0;
}

.channel-form .relationship .multiselect-filter:after {
    top: 20px;
}

.channel-form .multiselect li label, .channel-form .multiselect-active li {
    font-size: 12px;
}

.channel-form .multiselect-active .remove-item {
    font-size: 14px;
    padding: 2px 5px 5px;
}

.channel-form .multiselect-filter {
    margin-top: 0;
}

.channel-form .multiselect-active {
    height: 290px;
}

.page-content .channel-form .grid_field_container {
    margin-top: 0;
    border: none;
}

.channel-form table.grid_field_container td.grid_field_container_cell {
    padding: 0;
}

.channel-form table.grid_field_container td.grid_delete_row_gutter {
    display: none;
}

.channel-form table.grid_field a.grid_button_delete {
    position: absolute;
    right: 12px;
    top: 15px;
}

.channel-form .grid_field input[type=text] {
    margin: 0;
}

.page-content .channel-form table tr {
    background: none;
}

.channel-form a.grid_button_add {
    position: relative;
    margin-left: -0.625rem;
}

.channel-form .multiselect, .channel-form .multiselect-active, .channel-form .multiselect-filter {
    background-color: #f5f6f5;
}

.channel-form table.grid_field {
    box-shadow: none;
}

.channel-form .grid_handle {
    display: none;
}

.channel-form .grid_row td:nth-of-type(1), .channel-form .grid_row td:nth-of-type(2) {
    border-left: none;
}

.channel-form tr th:nth-of-type(1), .channel-form tr th:nth-of-type(2) {
    border-left: none;
}

.charities {
    padding: 20px 0 10px;
}

.charities ul {
    list-style: none;
    margin: 0;
}

.charities ul li a {
    color: #c9252b;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.story-details-block li {
    display: block;
    margin-bottom: 5px;
}

.obit .story-title {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.obit-button {
    text-align: right;
}

.obit-button .button {
    margin: 0;
}

.entry-date {
    font-size: 12px;
    color: #c9252b;
    font-weight: 400;
    text-transform: none;
    padding-top: 5px;
    display: block;
}

.community-tabs {
    width: 100%;
    margin-bottom: 25px!important;
}

.community-tabs li {
    width: 50%;
    text-align: center;
}

.community-tabs .tab-title a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #aaaaaa;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #f8f8f8;
}

.community-tabs .tab-title.active a {
    background-color: #c9252b;
    color: #ffffff;
}

.community-content .story {
    padding-bottom: 0!important;
}

.community-content .game-score {
    font-weight: 700;
}

.game-notes {
    text-align: center;
}

.game-notes a {
    text-transform: none!important;
    color: #c9252b;
    font-size: 10px;
    font-style: italic;
}

.game-notes-content {
    padding: 15px 15px 10px!important;
}

.page-content.game-notes-content table {
    margin-bottom: 20px!important;
}

.game-notes-content p {
    font-size: 14px;
    margin: 0;
}

.see-more {
    color: #222222;
    text-transform: uppercase;
    margin-top: 60px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
}

.see-more span {
    color: #c9252b;
}

.see-more .fa {
    color: #c9252b;
    margin-right: 2px;
}

.see-more a {
    color: #c9252b;
    transition: all .2s ease-in-out;
}

.see-more a:hover {
    color: #cccccc;
}

.top-ad .ad-wrapper {
	margin-bottom: 30px;
}

.calendar-week-event {
	display: block;
	color: #222222;
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
}

.calendar-week-event-title {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.2;
}

.calendar-week-event:hover .calendar-week-event-title {
	color: #c9252b;
}

.calendar-week-event-time {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 11px;
	padding-top: 5px;
	color: #aaaaaa;
}

.calendar-week-event:hover .calendar-week-event-time {
	color: #aaaaaa;
}

.calendar-week-date {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    color: #444444;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.calendar-week-date-current {
    font-weight: 700;
	color: #c9252b;
}

.calendar-week-date span {
    font-size: 12px;
    letter-spacing: 0;
    display: block;
    color: #aaaaaa;
}

.calendar-week-date-current span {
    font-weight: 700;
	color: #c9252b;
}

.calendar-week-filters {
	padding-bottom: 30px;
	display: none;
}

.calendar-week-filters .filter-container {
	background: #f8f8f8;
	padding: 15px 30px;
}

.calendar-week-filters-list {
	margin-bottom: 0;
}

.calendar-week-filters-list li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.calendar-week-filter {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	color: #444444;
}

.calendar-week-filter:hover {
	color: #c9252b;
}

.calendar-week-filter.active {
	font-size: 15px;
	font-weight: 700;
	color: #c9252b;
}

#bus-cancellations {
	/*max-width: 640px;*/
}

[class*="block-grid-"] > li.promo-wrapper {
    padding: 0 0.625rem 0;
}

.promo-wrapper .sidebar-ad {
	margin-bottom: 0;
}

.promo-wrapper .sidebar-ad a {
	display: block;
	margin-bottom: 60px;
}

/* New Styles */



/* Grid Images */

.grid_image_left { float: left; margin-right: 40px; }
.grid_image_right { float: right; margin-left: 40px; }
.grid_image_quarter { width: 25%; }
.grid_image_half { width: 50%; }
.grid_image_full { width: 100%; }
.grid_image img { margin-bottom: 40px; width: 100%; }
.grid_image p { font-size: 12px; color: #aaaaaa; font-style: italic; }

/* Grid Videos */

.grid_video_left { float: left; margin-right: 40px; }
.grid_video_right { float: right; margin-left: 40px; }
.grid_video_quarter { width: 25%; }
.grid_video_half { width: 50%; }
.grid_video_full { width: 100%; }
/*.grid_video { margin-bottom: 40px; width: 100%; }*/




/* Browser Tweaks */

/*.lt-ie12 .main-nav-menu li {
  margin: 0 8px;
}

.lt-ie11 .main-nav-menu li {
  margin: 0 8px;
}

.lt-ie10 .main-nav-menu li {
  margin: 0 8px;
}*/


/* 2017 Reskin */

.delay-1 {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.delay-2 {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay-3 {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay-4 {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay-5 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-6 {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-7 {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay-8 {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay-9 {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay-10 {
    -webkit-animation-delay: 1.0s;
    -moz-animation-delay: 1.0s;
    -ms-animation-delay: 1.0s;
    -o-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.delay-11 {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay-12 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay-13 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.delay-14 {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -ms-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.delay-15 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-16 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -ms-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.delay-17 {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    -ms-animation-delay: 1.7s;
    -o-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.delay-18 {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -ms-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.delay-19 {
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    -ms-animation-delay: 1.9s;
    -o-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.delay-20 {
    -webkit-animation-delay: 2.0s;
    -moz-animation-delay: 2.0s;
    -ms-animation-delay: 2.0s;
    -o-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

.delay-30 {
    -webkit-animation-delay: 3.0s;
    -moz-animation-delay: 3.0s;
    -ms-animation-delay: 3.0s;
    -o-animation-delay: 3.0s;
    animation-delay: 3.0s;
}

.delay-40 {
    -webkit-animation-delay: 4.0s;
    -moz-animation-delay: 4.0s;
    -ms-animation-delay: 4.0s;
    -o-animation-delay: 4.0s;
    animation-delay: 4.0s;
}

.delay-50 {
    -webkit-animation-delay: 5.0s;
    -moz-animation-delay: 5.0s;
    -ms-animation-delay: 5.0s;
    -o-animation-delay: 5.0s;
    animation-delay: 5.0s;
}

.delay-60 {
    -webkit-animation-delay: 6.0s;
    -moz-animation-delay: 6.0s;
    -ms-animation-delay: 6.0s;
    -o-animation-delay: 6.0s;
    animation-delay: 6.0s;
}

.delay-70 {
    -webkit-animation-delay: 7.0s;
    -moz-animation-delay: 7.0s;
    -ms-animation-delay: 7.0s;
    -o-animation-delay: 7.0s;
    animation-delay: 7.0s;
}

.delay-80 {
    -webkit-animation-delay: 8.0s;
    -moz-animation-delay: 8.0s;
    -ms-animation-delay: 8.0s;
    -o-animation-delay: 8.0s;
    animation-delay: 8.0s;
}

.delay-90 {
    -webkit-animation-delay: 9.0s;
    -moz-animation-delay: 9.0s;
    -ms-animation-delay: 9.0s;
    -o-animation-delay: 9.0s;
    animation-delay: 9.0s;
}

.delay-100 {
    -webkit-animation-delay: 10.0s;
    -moz-animation-delay: 10.0s;
    -ms-animation-delay: 10.0s;
    -o-animation-delay: 10.0s;
    animation-delay: 10.0s;
}

.header-new {
	padding: 25px 30px 0;
	color: #ffffff;
	text-align: center;
	position: relative;
	display: block;
	z-index: 11;
}

/*.header-new.reverse {
	background-color: transparent;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .0) 100%);
}*/



.header-new-menu {
	list-style: none;
	width: 100%;
	margin: 0;
}

.header-new-menu li {
	display: inline-block;
	margin: 0 10px;
	line-height: 1;
	font-weight: 500;
	vertical-align: middle;
}

.header-new-menu li a {
	color: #ffffff;
	/*text-shadow: 0 0 5px rgba(0, 0, 0, .5);*/
}

.reverse .header-new-menu li a {
    color: #333333;
}

.header-new-logo {
	/*width: 100%;*/
	height: auto;
	max-width: 230px;
	width: 230px;
	margin-right: 30px;
}

.hero-new {
	position: relative;
	display: block;
	margin-top: -68px;
	z-index: 10;
}

.hero-new-slide {
	position: relative;
}

.hero-new-slide img {
	width: 100%;
	height: auto;
}

.hero-new-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
}

.hero-new-fallback-overlay {
	/*background-color: transparent;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .1) 75%);*/
	background-color: rgba(0, 0, 0, 0);
}

.hero-new-breaking {
    position: absolute;
    top: 0;
    left: 2%;
    width: 15%;
}

.hero-new-breaking img {
    width: 100%;
    height: auto;
}

.hero-new-text {
	position: absolute;
	text-align: center;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-ms-transform: translate(0, -50%);
	/*margin-top: 34px;*/
}

.hero-new-text-inner {
	max-width: 1024px;
	padding: 0 30px;
	margin: 0 auto;
}

.hero-new-text h3 {
	color: #ffffff;
	font-size: 54px;
	line-height: 1.2;
	margin-bottom: 30px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	/*text-shadow: 0 0 5px rgba(0, 0, 0, .5);*/
}

.hero-new-text.hero-category-text h3 {
    margin: 0;
}

.hero-new-text p {
	color: #ffffff;
	font-size: 32px;
	margin-bottom: 30px;
}

.hero-new-text .social li {
	font-size: 14px;
	margin: 0 5px;
	color: #ffffff;
}

.hero-new-text .social li i, .hero-new-text .social li span {
	color: #ffffff;
}

.hero-new-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translate(0, -50%);
	font-size: 2.5em;
	color: rgba(255, 255, 255, 0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: block;
	z-index: 12;
}

.hero-new:hover .hero-new-nav {
	color: rgba(255, 255, 255, .25);
}

.hero-new:hover .hero-new-nav:hover {
	color: rgba(255, 255, 255, .75);
}

.hero-new-prev {
 	left: 25px; 
}

.hero-new-next {
 	right: 25px; 
}

.header-new-menu .header-new-weather {
	display: none;
}

.filters {
	width: 100%;
	padding: 30px 30px;
	text-align: center;
	background: #c9252b url(/_site/img/red-background.jpg) no-repeat center center;
	background-size: cover;
}

.filter-menu {
	list-style: none;
	width: 100%;
	margin: 0;
}

.filter-menu li {
	display: inline-block;
	margin: 0 15px;
	line-height: 1;
	color: #ffffff;
}

.filter-menu li {
	color: #ffffff;
	font-size: 20px;
}

.filter-menu li a {
	color: #ffffff;
	font-size: 20px;
	transition: all .2s ease-in-out;
	opacity: 1;
}

.filter-menu li a:hover {
	opacity: .5;
}

.community-links-title {
	font-weight: 700;
}

.story-blocks-actions .community-action {
	width: auto!important;
	margin-top: 30px!important;
	display: inline-block;
}

.story-blocks-actions .community-action-large {
	width: auto!important;
	margin-left: 30px!important;
	opacity: 1!important;
}

.community-links-title img {
	height: 24px;
	margin-right: 3px;
	position: relative;
	top: -2px;
}

.filter-menu li .active {
	font-weight: bold;
}

.right-menu {
	background: #000000;
	padding: 30px;
}

.story-blocks-container {
	background: #000000;
}

.unit-block .story-block-text h4 {
	color: #000000;
}

.story-blocks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.story-blocks li {
	float: left;
	width: 20%;
	background: #000000;
	overflow: hidden;
	position: relative;
}

.story-blocks .story-featured-active {
	width: 40%;
}

.related-stories-new .story-blocks li {
	float: left;
	width: 25%;
	background: #000000;
	overflow: hidden;
	position: relative;
}

.related-stories-new .story-blocks .story-featured-active {
	width: 50%;
}
    
/* Non-Small screens */

@media only screen and (max-width: 1420px) { 
	.story-blocks li { width: 25%; }
	.story-blocks .story-featured-active { width: 50%; }
	.related-stories-new .story-blocks li { width: 33.33%; }
	.related-stories-new .story-blocks .story-featured-active { width: 66.66%; }
}

@media only screen and (max-width: 1024px) { 
	.story-blocks li { width: 33.33%; }
	.story-blocks .story-featured-active { width: 66.66%; }
	.related-stories-new .story-blocks li { width: 33.33%; }
	.related-stories-new .story-blocks .story-featured-active { width: 66.66%; }
}

@media only screen and (max-width: 640px) { 
	.story-blocks li { width: 50%; }
	.story-blocks .story-featured-active { width: 100%; }
	.related-stories-new .story-blocks li { width: 50%; }
	.related-stories-new .story-blocks .story-featured-active { width: 100%; }
}

@media only screen and (max-width: 480px) { 
	.story-blocks li { width: 100%; }
	.story-blocks .story-featured-active { width: 100%; }
	.related-stories-new .story-blocks li { width: 100%; }
	.related-stories-new .story-blocks .story-featured-active { width: 100%; }
}

.story-block {
	position: relative;
	overflow: hidden;
}

.story-block img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	transform: translate3d(0,0,0) scale(1.01);
	transition: all .2s linear;
	/*-webkit-filter: grayscale(50%);
	filter: grayscale(50%);*/
}

.story-block:hover img {
	transform: translate3d(0,0,0) scale(1.03);
	/*-webkit-filter: grayscale(0%);
	filter: grayscale(0%);*/
}

.story-block-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	transition: all .2s linear;
}

.story-block:hover .story-block-overlay {
	background: rgba(0, 0, 0, .8);
}

.story-block-overlay-fallback {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .3);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	transition: all .2s linear;
}

.story-block:hover .story-block-overlay-fallback {
	background: rgba(0, 0, 0, .2);
}

.story-block-text {
	position: absolute;
	width: 100%;
	padding: 0 40px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-ms-transform: translate(0, -50%);
	text-align: center;
}

.story-featured-active .story-block-text {
	padding: 0 40px;
}

.story-block-text h4 {
	color: #ffffff;
	font-size: 21px;
	line-height: 1.4;
	margin-bottom: 0;
	font-weight: 700!important;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	/*text-transform: uppercase;*/
	/*text-shadow: 0 0 5px rgba(0, 0, 0, .5);*/
}

.story-featured-active .story-block-text h4 {
	font-size: 28px;
}

.story-block-date-container {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 15px;
	transition: all .2s linear;
}

.story-block-date {
	color: #ffffff;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 11px;
	text-transform: uppercase;
	display: none;
	/*text-shadow: 0 0 5px rgba(0, 0, 0, .5);*/
}

.story-block:hover .story-block-date-container {
	height: 32px;
}

.story-block:hover .story-block-date {
	display: block;
}

.story-block-featured-image {
	display: none;
}

.story-featured-active .story-block-standard-image {
	display: none;
}

.story-featured-active .story-block-featured-image {
	display: block;
}

.story-blocks-spinner {
	text-align: center;
	padding: 30px 30px;
	background: #000000;
	color: #555555;
	font-size: 42px;
}

.story-blocks-actions {
	text-align: center;
	padding: 30px 30px;
	background: #c9252b url(/_site/img/red-background.jpg) no-repeat center center;
	background-size: cover;
}

.story-blocks-actions .button {
	margin: 0 10px;
	background: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
	width: 260px;
}

.story-blocks-actions .button:hover, .story-blocks-actions .button:active, .story-blocks-actions .button:focus {
	background: #ffffff;
	color: #c9252b;
}

.unit-mockup {
	position: relative;
}

#weather-modal .unit-mockup {
	margin-top: 40px;
}

#search .unit-mockup {
	margin-top: 40px;
}

.feeds {
	padding: 60px 30px;
	background: #f8f8f8;
}

.feeds-popular {
	text-align: center;
	padding: 0 30px;
	max-width: 480px;
	margin: 0 auto;
}

.feeds-popular-story {
	margin-bottom: 30px;
	display: block;
}

.feeds-popular-story h6 {
	margin: 0;
	font-size: 14px;
	transition: all .2s ease-in-out;
	font-weight: 700;
	/*text-transform: uppercase;*/
}

.feeds-popular-story h6:hover {
	color: #c9252b;
}

.feeds-twitter {
	text-align: center;
	padding: 0 30px;
	margin: 0 auto;
}

.feeds-tweet {
	margin-bottom: 30px;
}

.feeds-tweet p {
	color: #000000;
	margin: 0 0 10px;
	font-size: 13px;
}

.feeds-tweet p a {
	color: #c9252b;
}

.feeds-tweet span {
	color: #c9252b;
	font-size: 12px;
	line-height: 1;
	display: block;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.feeds-tweet span.twitter-actions {
	font-size: 10px;
	text-transform: uppercase;
	color: #c9252b;
	text-align: center;
}

.feeds-tweet span.twitter-actions a {
	font-size: 10px;
	color: #c9252b;
}

.feeds-connect {
	text-align: center;
	padding: 0 30px;
	max-width: 480px;
	margin: 0 auto;
}

.feeds-connect img {
	width: 70px;
	height: auto;
	margin-bottom: 10px;
}

.feeds-connect ul {
	list-style: none;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 0 30px 0;
}

.feeds-connect ul li {
	display: inline-block;
	margin: 0 3px
}

.feeds-connect ul li:first-child {
	margin-left: 0!important;
}

.feeds-connect ul li:last-child {
	margin-right: 0!important;
}

.feeds-connect h4 {
	font-size: 28px;
	margin-bottom: 15px
}

.feeds-connect h5 {
	font-size: 21px;
	font-weight: 700;
	padding: 0 15px;
	margin-bottom: 30px
}

.feeds-connect ul li a span {
	color: #c9252b;
	border: 2px solid #dedede;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: block;
	line-height: 1;
	padding-top: 25%;
	font-size: 18px;
}

.feeds-connect .button {
	margin: 0;
	background: transparent;
	border: 1px solid #c9252b;
	padding: 0.475rem 1.5rem 0.5375rem 1.5rem;
	font-size: 14px;
	color: #c9252b;
}

.feeds-connect .button:hover {
	background-color: #c9252b;
	color: #ffffff;
}

.feeds .section-divider {
    border: solid #ebebeb;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 20px 0;
}

.feeds .section-title {
    font-size: 21px;
}

.feeds .section-title a {
	color: #c9252b;
}

.footer-new {
	padding: 60px 30px;
	color: #ffffff;
	text-align: center;
	position: relative;
	display: block;
	z-index: 11;
	background: #c9252b url(/_site/img/black-background.jpg) no-repeat center center;
	background-size: cover;
}

.footer-new-menu {
	list-style: none;
	width: 100%;
	margin: 0;
}

.footer-new-menu li {
	display: inline-block;
	margin: 0 10px;
	line-height: 1;
}

.footer-new-menu li a {
	color: #ffffff;
}

.footer-new-menu .footer-new-logo-container {
	display: block;
	margin-bottom: 30px;
}

.footer-new-logo {
	width: 100%;
	height: auto;
	max-width: 300px;
}

.sister-stations {
	padding: 80px 0 30px;
	display: block;
	width: 100%;
}

.sister-stations img {
	width: 100%;
	margin: 0 15px;
	max-width: 120px;
}

.footer-new p {
	margin: 0;
	text-transform: none;
	font-weight: 400;
	font-size: 11px;
}

.story-blocks-filter-small {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.story-blocks-actions .button {
	margin: 0 10px;
	background: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
	width: 200px;
}

.story-blocks-filter-small:hover, .story-blocks-filter-small:active, .story-blocks-filter-small:focus {
	background: #ffffff;
	color: #c9252b;
}

.home-dropdown li:hover {
    background: #c9252b;
}

.home-dropdown li a {
    display: block;
    padding: 10px 0;
    color: #000000;
    text-transform: uppercase;
}

.home-dropdown li:hover a {
    color: #ffffff;
    background: #c9252b;
}

.hero-fallback-short {
	width: 100%;
	display: block;
	height: 500px;
	background: #c9252b url(/_site/img/background-black-full.jpg) no-repeat center center;
	background-size: cover;
}

.hero-fallback-collection {
	width: 100%;
	display: block;
	height: 600px;
	background: #c9252b url(/_site/img/background-black-full.jpg) no-repeat center center;
	background-size: cover;
}

.hero-fallback-category {
	width: 100%;
	display: block;
	height: 400px;
	background: #c9252b url(/_site/img/background-black-full.jpg) no-repeat center center;
	background-size: cover;
}

.content-container-new {
	max-width: 1280px;
	margin: 0 auto;
}

.story-header-image {
	float: right;
	margin-left: 40px;
	margin-bottom: 40px;
	max-width: 50%;
}

.story-header-image {
	max-width: 50%;
}

.impored-image {
	max-width: 25%;
}

.story-header-container {
	margin-bottom: 60px;
}

.story-header .story-details > li a {
	font-size: 14px;
}

.story-header .story-details {
	/*display: inline-block;*/
	display: inline;
	margin-top: 30px;
}

.story-meta {
	width: 100%;
	padding: 30px;
	text-align: center;
	background: #c9252b url(/_site/img/red-background.jpg) no-repeat center center;
	background-size: cover;
}

.story-meta-info {
	list-style: none;
	width: 100%;
	margin: 0;
}

.story-meta-info > li {
	display: inline-block;
	margin: 0 15px;
	line-height: 1;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
}

.story-meta-info > li a {
	color: #ffffff;
	font-size: 16px;
	transition: all .2s ease-in-out;
}

.story-meta-info > li a:hover {
	opacity: .7;
}

.story-meta-info > li .fa {
	opacity: .3;
	margin-right: 5px;
}

.story-header .story-share {
    padding: 30px 0 0;
}

.content-container-new h2 {
	font-weight: 700;
	font-size: 42px;
	margin-bottom: 30px;
}

.content-container-new .wygwam h3 {
	font-weight: 400;
	font-size: 36px;
	margin-bottom: 30px;
}

.content-container-new .wygwam h4 {
	font-weight: 400;
	font-size: 26px;
	margin-bottom: 30px;
}

.content-container-new .wygwam p {
	font-size: 18px;
}

.content-container-new .wygwam .grid_image p {
    font-size: 12px;
}

.content-container-new .wygwam a {
	color: #c9252b;
	/*font-weight: 700;*/
}

.content-container-new .wygwam h3 strong, .content-container-new .wygwam h4 strong {
	font-weight: 400;
}

.story-header h2 {
	margin-bottom: 0;
}

.related-stories-new {
	padding: 40px 0;
}

.related-stories-new .section-title {
	margin-bottom: 30px;
}

.related-stories-new .story-blocks-spinner {
    text-align: center;
    padding: 30px 30px;
    background: #ffffff;
    color: #dddddd;
    font-size: 42px;
}

.story-unit-single-container {
	position: relative;
	width: 25%;
}

.story-unit-single-container:before {
    content: "."; 
    visibility: hidden; 
    display: block; 
    height: 10px; 
    clear: both;
}

.story-unit-single-container img {
	width: 100%;
}

.story-unit-single-container-left {
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}

.story-unit-single-container-right {
	float: right;
	margin-left: 40px;
	margin-bottom: 30px;
}

.side-menu {
	list-style: none;
	margin: 0;
	display: block;
	max-width: 240px;
}

.side-menu li {
	
}

.side-menu li a {
	color: #ffffff;
	font-size: 16px;
	padding: 5px 0;
	display: block;
	text-transform: uppercase;
}

.side-menu li .nav-top-small {
	color: #ffffff;
	font-size: 13px;
	padding: 5px 0;
	text-transform: none;
}

.side-sub-menu {
	list-style: none;
	margin: 0;
	padding: 10px 0 20px;
	display: none;
}

.side-sub-menu li {
	display: block;
}

.side-sub-menu li a {
	color: #bbbbbb;
	font-size: 13px;
	display: block;
	line-height: 1;
	padding: 6px 0 6px 15px;
	transition: all .2s ease-in-out;
	text-transform: none;
}

.side-sub-menu li a:hover {
	color: #ffffff;
}

.side-menu .active .side-sub-menu {
	display: block;
}

.side-menu .active .nav-top {
	font-weight: 700;
}

.side-menu .nav-top .fa {
	color: #c9252b;
	margin-left: 5px;
	transition: color .2s ease-in-out;
}

.side-menu .nav-top:hover .fa {
	color: #ffffff;
}

.side-menu .active .nav-top .fa {
	color: #c9252b;
}

.side-menu .nav-top .fa-angle-down {
	display: none;
}

.side-menu .nav-top .fa-angle-right {
	display: inline;
}

.side-menu .active .nav-top .fa-angle-down {
	display: inline;
}

.side-menu .active .nav-top .fa-angle-right {
	display: none;
}

.side-menu .side-menu-separator	{
	padding: 7px 0;
}

.side-menu .side-menu-separator span	{
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #151515;
}

.reveal-modal-bg {
    background: #000000;
    background: rgba(255, 255, 255, 0.5);
}

.exit-off-canvas {
    background: rgba(255, 255, 255, 0.5)!important;
}

.page {
	-webkit-filter: grayscale(0%) blur(0%);
	filter: grayscale(0%) blur(0%);
}

.move-left .page, .reveal-opened .page {
	-webkit-filter: grayscale(100%) blur(5px);
	filter: grayscale(100%) blur(5px);
}

.side-nav-weather {
	display: none;
}

.story-blocks-actions .pagination {
	margin: 0;
	text-align: center;
}

.story-blocks-actions .pagination li {
	float: none;
	display: inline-block;
}

.story-blocks-actions .pagination li  a {
    color: #ffffff;
    transition: all .2s ease-in-out;
}

.story-blocks-actions .pagination li.current a, .story-blocks-actions .pagination li a:hover, .story-blocks-actions .pagination li.current a:hover, .story-blocks-actions .pagination li a:active, .story-blocks-actions .pagination li.current a:active, .story-blocks-actions .pagination li a:focus, .story-blocks-actions .pagination li.current a:focus {
    color: #c9252b;
    background: #ffffff;
}

.story-blocks-actions .pagination .arrow {
	display: none;
}

.story-block-category {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	/*background: #000000;*/
	background: #ffffff;
	/*background: #c9252b;*/
	padding: 5px 8px;
	/*color: #ffffff;*/
	color: #c9252b;
}

.redirect-background {
	background: #000000;
	width: 100%;
	min-height: 100%;
	min-height: 100vh;
	display: block;
}

.redirect-container {
	width: 100%;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	padding: 60px 30px;
}

.redirect-unit img, .weelky-redirect-unit img {
	margin-bottom: 30px;
}

.redirect-text h3, weekly-.redirect-text h3 {
	color: #ffffff;
}

.redirect-text p, .weeklyredirect-text p {
	color: #ffffff;
	font-size: 14px;
}

.redirect-text p a, .weekly-redirect-text p a, .feature-redirect-text p a {
	color: #c9252b!important;
	font-size: 12px;
}

.weather-modal-container {
	margin-bottom: 30px;
}

/*.weather-modal-container .today {
	padding: 30px 0 20px;
}

.weather-modal-container .today li {
	line-height: 1;
}*/

/*.header-new-menu .header-new-weather a {
	font-size: 18px;
}

*/

.header-new-menu-toggle {
	color: #ffffff;
	position: absolute;
	top: 32px;
	right: 30px;
	font-size: 21px;
	transition: all .2s ease-in-out;
}

.header-new-menu-toggle:hover, .header-new-menu-toggle:active, .header-new-menu-toggle:first-child {
	color: #cccccc;
}

.reverse .header-new-menu-toggle {
	color: #333333;
}

.reverse .header-new-menu-toggle:hover, .reverse .header-new-menu-toggle:active, .reverse .header-new-menu-toggle:first-child {
	color: #000000;
}

.header-new-weather-left {
	position: absolute;
	left: 30px;
	top: 24px;
	color: #ffffff;
	font-weight: 500;
	font-size: 21px;
	line-height: 1;
	display: none;
	transition: all .2s ease-in-out;
}

.header-new-weather-left:hover, .header-new-weather-left:active, .header-new-weather-left:first-child {
	color: #cccccc;
}


.reverse .header-new-weather-left {
	color: #333333;
}

.reverse .header-new-weather-left:hover, .reverse .header-new-weather-left:active, .reverse .header-new-weather-left:first-child {
	color: #000000;
}

.header-new-weather-forecast {
	font-size: 8px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 8px;
	position: relative;
	top: -2px;
}

.hero-new .gm-style-mtc {
	display: none;
}

.side-menu {
	visibility: hidden;
}

.move-left .side-menu {
	visibility: visible;
}

.side-menu .nav-top .fa-angle-right {
	opacity: 0;
}

.side-menu .nav-top .fa-angle-down {
	opacity: 0;
}

.move-left .side-menu .nav-top .fa-angle-right {
	opacity: 1;
}

.move-left .side-menu .nav-top .fa-angle-down {
	opacity: 1;
}

.community-units-container {
	margin-bottom: 40px;
}

.community-units-divider {
	margin-bottom: 40px;
}

.story-meta-info .button {
    margin: 0;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.story-meta-info .button:hover, .story-meta-info .button:active, .story-meta-info .button:focus {
    background: #ffffff;
    color: #c9252b;
    opacity: 1;
}

.modal-unit {
	margin: 30px 0 15px;
}

.redirect-close, .weekly-redirect-close, .feature-redirect-close {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #333333;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    transition: all .2s ease-in-out;
}

.redirect-close:hover, .redirect-close:focus, .redirect-close:active, .weekly-redirect-close:hover, .weekly-redirect-close:focus, .weekly-redirect-close:active, .feature-redirect-close:hover, .feature-redirect-close:focus, .feature-redirect-close:active {
	color: #555555;
}

.nav-unit {
    margin: 30px 0 0;
    display: block;
    max-width: 240px;
}

.move-left > .inner-wrap {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate(-300px, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

.right-off-canvas-menu {
    width: 300px;
}

.wygwam a {
	color: #c9252b;
}

.community-links-title {
	font-weight: 700;
}

.calendar-stations {
	padding: 30px 0 0;
	display: block;
	width: 100%;
}

.calendar-stations img {
	width: 100%;
	margin: 15px 20px 0;
	max-width: 170px;
}

.calendar-sponsors-text {
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	margin: 60px 0 10px;
	display: block;
	text-align: center;
}

.calendar-sponsors {
	display: block;
	width: 100%;
}

/*.calendar-sponsors img {
	width: 100%;
	margin: 0 20px 0;
	max-width: 320px;
}*/

.calendar-sponsors img {
    width: auto;
    height: auto;
    margin: 0 20px 0;
    max-width: 320px;
    max-height: 130px;
}

.image-gallery {
	margin-bottom: 40px;
}

.search-right {
	text-align: right;
}

.sub-page-content p a {
    color: #c9252b;
}

.sponsors-unit-container {
	overflow: hidden;
	position: relative;
}

.sponsors-unit-container a img {
	display: block;
	vertical-align: middle;
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transition: -moz-transform 0.2s linear;
	transition: transform 0.2s linear;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

.sponsors-unit-container a:hover img {
	-webkit-transform: scale(1.015);
	-moz-transform: scale(1.015);
	transform: scale(1.015);
}

.sponsors-units-container, .community-sponsors-container {
	margin-bottom: 80px;
}

/* Real Estate Listings */

.listing-image-container {
	position: relative;
	overflow: hidden;
}

.open-house {
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding: 10px 12px;
	background: #c9252b;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
}

.listing-price {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 10px 12px;
	background: #ffffff;
	color: #c9252b;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
}

.listing-title {
	padding: 15px;
	color: #000000;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	display: block;
}

.standard-listing .open-house {
	padding: 6px 8px;
	font-size: 13px;
}

.standard-listing .listing-price {
	padding: 6px 8px;
	font-size: 13px;
}

.standard-listing .listing-title {
	padding: 15px;
	font-size: 14px;
}

.listing-modal-container {
	padding: 15px 0;
}

/*.listing-modal-container .listing-image {
	margin-bottom: 15px
}*/

.premium-listing-image {
	margin-bottom: 20px;
}

.listing-gallery {
	/*margin-top: 20px;*/
	margin-bottom: 15px;
}

.listing-link {
	color: #222222;
	font-size: 18px;
	font-weight: 600;
	margin-right: 20px;
	display: inline-block;
	margin-bottom: 30px;
}

.standard-listing-modal .listing-link {
	font-size: 16px;
}

.listing-link:hover {
	color: #c9252b;
}

.listing-link .fa {
	margin-right: 8px;
	color: #c9252b;
}

.listing-map-container {
    margin: 0 auto;
    width: 100%;
}

.listing-gmap {
	width: 100%;
	height: 500px;
}

.standard-listing-modal .listing-gmap {
	height: 350px;
}

[class*="block-grid-"] > li.hide {
	display: none;
}

.listing-modal-container .flex-video {
	margin-bottom: 30px;
}

.listing-modal-price {
	color: #c9252b;
	line-height: 1;
	margin-bottom: 15px;
}

.listing-modal-address {
	line-height: 1;
	margin-bottom: 10px;
}

.listing-modal-container .infobox p span {
	display: inline-block;
	margin-top: 5px;
	color: #c9252b;
	font-weight: 600;
}

.real-estate-weekly hr {
	margin-top: 20px;
	margin-bottom: 50px;
}

.real-estate-weekly .lead {
	margin-top: 60px;
	margin-bottom: 80px;
}

.real-estate-weekly .story-share {
	margin-top: 80px;
	padding: 0;
}

.weekly-story {
	padding: 30px 15px 0;
}

.weekly-story h3 a {
	color: #222222;
}

.real-estate-weekly .share-actions {
	text-align: center;
}

.listing-image {
	display: block;
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transition: -moz-transform 0.2s linear;
	transition: transform 0.2s linear;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

.feature-listing:hover .listing-image, .standard-listing:hover .listing-image {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}

.weekly-story-image {
	position: relative;
	overflow: hidden;
}

.weekly-story-image img {
	display: block;
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transition: -moz-transform 0.2s linear;
	transition: transform 0.2s linear;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

.weekly-story-container:hover .weekly-story-image img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}

#listing_open_houses {
	border: none;
}

#listing_open_houses [data-fieldtype="date_dropdown"] .grid_cell {
	font-size: 0;
}

#listing_open_houses [data-fieldtype="time_select"] .grid_cell {
	font-size: 0;
}

#listing_open_houses [data-fieldtype="date_dropdown"] select {
	width: calc(33% - 10px);
	text-transform: capitalize;
	font-size: 12px;
	margin-bottom: 0;
	margin-right: 3px;
}

#listing_open_houses [data-fieldtype="time_select"] select {
	width: calc(33% - 10px);
	font-size: 12px;
		margin-bottom: 0;
		margin-right: 3px;
}

#submit-listing-form table.grid_field a.grid_button_delete {
    position: absolute;
    right: 0;
    top: 15px;
}

#submit-listing-form .CITable {
	border-radius: 0;
	border-color: #cccccc;
}

#submit-listing-form .CIField .CITable thead th {
	background: none!important;
	text-shadow: none!important;
	border: none;
}

#submit-listing-form .CIField .CITable tfoot td {
	background: none!important;
	text-shadow: none!important;
	font-weight: normal;
	border: none;
}

#submit-listing-form .CIField .CITable td {
	border-right: none;
}

#submit-listing-form .NoImages {
	font-size: 12px;
}

#submit-listing-form .CIField .CITable thead th.top_actions .UploadImages {
	font-weight: normal;
}

#submit-listing-form .StoredImages {
	display: none;
}

#submit-listing-form .CIField .TileBased .Image .actions {
	width: 100%;
	height: auto;
	border-radius: 0;
	top: 0;
	right: 0;
}

#submit-listing-form .gmap-wrapper .map.column .geocoder {
	left: 0;
	width: 100%;
	padding: 15px;
}

#submit-listing-form .gmap-wrapper .map.column .geocoder input {
	width: calc(100% - 150px);
	margin: 0;
}

#submit-listing-form .gmap-wrapper .map.column .geocoder label, #submit-listing-form .gmap-upload {
	display: none;
}

#submit-listing-form .gmap-wrapper button {
	border-radius: 0;
	border: none!important;
	text-shadow: none;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    padding: 10px 12px;
    font-size: 14px;
    color: #FFFFFF;
    background: #c9252b;
    height: 38px;
    width: 140px;
    margin: 0;
    bottom: auto;
}

#submit-listing-form textarea {
	height: 130px;
}

#submit-listing-form label {
	margin-bottom: 8px;
}

#submit-listing-form table.grid_field {
	margin: 0;
}

#submit-listing-form .gmap-wrapper .suggestions {
    top: 95px !important;
    left: 3% !important;
    width: 94% !important;
}

#submit-listing-form .gm-style-iw .actions {
	margin-top: 10px;
	font-size: 0;
}

#submit-listing-form .gm-style-iw .actions a {
	margin-top: 10px;
	font-weight: bold;
	color: #c9252b!important;
	font-size: 13px;
}

#submit-listing-form .gm-style-iw .actions .edit-marker {
	display: none;
}

#submit-listing-form  .captcha-row {
	margin-bottom: 30px;
}

.real-estate-weekly .section-title {
	margin-bottom: 40px;
}

.section-open-houses, .section-related-stories, .section-regular-listings {
	margin-top: 80px;
}

.real-estate-modal-unit a {
	display: block;
	margin-top: 30px;
}

.reveal-modal.premium-listing-modal {
	max-width: 720px;
	width: 100%;
}

.reveal-modal.standard-listing-modal {
	max-width: 560px;
	width: 100%;
}

.weekly-hero .hero-fallback-short {
	height: 640px!important;
}

.weekly-hero .hero-new-text p {
    font-size: 24px;
}

#submit-listing-form label small {
	text-transform: none;
	font-size: 10px;
}

.page-video {
	margin-top: 30px;
	margin-bottom: 30px;
}

.page-video .flex-video {
	margin: 0;
}

.page-video h4, .content-container-new .page-video h4 {
    font-size: 16px;
    color: #c9252b;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px!important;
}

.collection-sponsors-text {
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	margin: 60px 0 10px;
	display: block;
	text-align: center;
}

.collection-sponsors {
	display: block;
	width: 100%;
}

.collection-sponsors img {
	width: 100%;
	margin: 0 20px 0;
	max-width: 240px;
	display: inline-block;
}

.collection-story-text {
	padding: 30px 30px;
}

.collection-story-text h3 a {
	color: #222222;
}

.collection-story-text .button {
	margin: 0;
}

.collection-story {
	padding: 30px 0;
}

.collection-story-feed hr {
	border: solid #f8f8f8;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 30px 0;
}

.collection-dropdown-container {
	display: block;
	position: relative;
}

.collection-dropdown {
	max-width: 280px;
	width: 280px;
	margin-top: 10px;
}

.collection-dropdown li:hover {
    background: #c9252b;
}

.collection-dropdown li a {
    display: block;
    padding: 8px 10px;
    color: #000000;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.collection-dropdown li:hover a, .collection-dropdown li a:hover {
    color: #ffffff!important;
    background: #c9252b!important;
    opacity: 1!important;
}

.collection-intro {
	margin-bottom: 40px;
}

.feature-collection-content .share-actions {
	text-align: center;
}

.ui-datepicker {
	background: #ffffff;
	z-index: 9999!important;
	padding: 15px 15px 0;
	transform: translateX(-15px);
	-ms-transform: translate(-15px,0);
}

.ui-datepicker .ui-datepicker-prev {
	position: absolute;
	right: 55px;
	font-size: 13px;
	color: #222222;
}

.ui-datepicker .ui-datepicker-next {
	position: absolute;
	right: 15px;
	font-size: 13px;
	color: #222222;
}

.ui-datepicker .ui-state-default {
	color: #222222;
}

.header-teaser {
	position: absolute;
	left: 30px;
	top: 0;
	max-width: 120px;
	transition: all .2s ease-in-out;
	transform: scale(1.0);
	
}

.header-teaser:hover {
	transform: scale(1.05);
}


/* Non-Small screens */

@media only screen and (min-width: 641px) {
    .standard-reveal { max-width: 520px; }
    .standard-reveal-large { max-width: 800px; }
    .sponsor-modal .close-reveal-modal { top: 0; right: 0; }
    .obit-button .button { position: relative; top: -2px; }
}

/* Large screens */

@media only screen and (min-width: 1025px) {
    .sidebar { padding-left: 30px; }
    .footer-nav li a { font-size: 17px; }
    .footer h2 { font-size: 17px; }
    .icon-today { font-size: 130px; }
    .temp-today { font-size: 100px; }
    .today { padding-bottom: 10px; }
    .day-name { font-size: 17px; }
    .day-icon { font-size: 40px; }
    .day-high { font-size: 24px; }
    .day-low { font-size: 21px; }
    .weather-data ul li { margin: 0 12px; }
    .large-valign-middle { position: relative!important; display: table!important; }
    .large-valign-middle .columns { display: table-cell!important; vertical-align: middle!important; }
    .large-valign-middle .columns, .large-valign-middle [class*="column"] + [class*="column"]:last-child { float: none!important; }
    .footer-logo-small { display: none; }
    .hero-text h3 { font-size: 80px; margin-bottom: 30px; }
    .nav-story-feed li { padding-bottom: 0!important; }
    .reveal-modal.sponsor-modal { width: 800px; }
    .sponsor-modal p { font-size: 12px; }
    
    .related-stories-new .story-block-text h4 { font-size: 18px; }
    .related-stories-new .story-featured-active .story-block-text h4 { font-size: 25px; }
    
    .collection-story-text { position: absolute; top: 50%; transform: translateY(-50%); -ms-transform: translate(0, -50%); }
}

@media only screen and (max-width: 1820px) and (min-width: 1025px) { 

}

@media only screen and (max-width: 1740px) and (min-width: 1025px) { 

}

@media only screen and (max-width: 1660px) and (min-width: 1025px) { 
    .hero-text h3 { font-size: 70px; margin-bottom: 30px; }
    .story-block-text h4 { font-size: 18px; }
    .story-featured-active .story-block-text h4 { font-size: 25px; }
}

@media only screen and (max-width: 1580px) and (min-width: 1025px) { 
	
}

@media only screen and (max-width: 1500px) and (min-width: 1025px) { 
    /*.icon-today { font-size: 120px; }
    .temp-today { font-size: 100px; }
    .today { padding-bottom: 10px; }
    .day-name { font-size: 15px; }
    .day-icon { font-size: 32px; }
    .day-high { font-size: 20px; }
    .day-low { font-size: 18px; }
    .weather-data ul li { margin: 0 12px; }*/
    .footer-nav li a { font-size: 15px; }
    .footer h2 { font-size: 15px; }
    .hero-text h3 { font-size: 60px; margin-bottom: 30px; }
}

@media only screen and (max-width: 1420px) and (min-width: 1025px) { 
    .hero-text h3 { font-size: 52px; margin-bottom: 30px; }
    .hero-text p { font-size: 28px; margin-bottom: 30px; }
    .footer-nav li a { font-size: 15px; }
    .footer h2 { font-size: 15px; }
    /*.icon-today { font-size: 100px; }
    .temp-today { font-size: 80px; }
    .today { padding-bottom: 10px; }
    .day-name { font-size: 12px; }
    .day-icon { font-size: 28px; }
    .day-high { font-size: 16px; }
    .day-low { font-size: 14px; }
    .weather-data ul li { margin: 0 10px; }*/
    
    .filter-menu li, .filter-menu li a { font-size: 18px; }
    .community-links-title img { height: 21px; top: -1px; }
    .filter-menu li { margin: 0 15px; }
    
    .hero-new-text h3 { font-size: 46px; }
    .weekly-story { padding-top: 15px; }
    .weekly-story p { font-size: 14px; }
}

@media only screen and (max-width: 1340px) and (min-width: 1025px) { 
    .footer-nav li a { font-size: 12px; }
    .footer h2 { font-size: 12px; }
    .promotion-text p { font-size: 11px; }
    .promotion-text h3 { font-size: 18px; }
    
}

@media only screen and (max-width: 1260px) and (min-width: 1025px) { 
    /*.main-nav-blocks li { width: 450px; }*/
    /*.main-nav-menu li { display: inline-block; width: auto; margin: 0 7px; font-size: 13px; }*/
    .hero-text h3 { font-size: 42px; margin-bottom: 30px; }
    .hero-text p { font-size: 24px; margin-bottom: 30px; }
    .content { padding: 30px 15px; }
    .footer { padding: 30px 15px; }
    .sidebar { padding-left: 0.9375rem; }
    .sidebar-story span { font-size: 36px; }
    /*.main-nav-menu { top: -3px; }*/
    .super-nav-center li { font-size: 12px; margin-left: 10px; margin-right: 10px; }
    .super-nav-center li a i { font-size: 16px; }
    
    .hero-new-text h3 { font-size: 38px; }
    
    .calendar-stations { adding: 20px 0 0; }
    .calendar-stations img { margin: 0 15px; max-width: 150px; }
    
    .calendar-sponsors-text { font-size: 12px; margin: 40px 0 10px; }
    .calendar-sponsors img { margin: 0 20px 0; max-width: 280px; }
    
    .collection-sponsors-text { font-size: 12px; margin: 40px 0 10px; }
    .collection-sponsors img { margin: 0 20px 0; max-width: 240px; }
    
    .weekly-story { padding-top: 15px; }
    .weekly-story p { font-size: 12px; }
    
    .weekly-hero .hero-new-text h3 { font-size: 42px; }
    .weekly-hero .hero-new-text p { font-size: 21px; }
    
    .collection-story-text p { font-size: 14px; }
}

@media only screen and (max-width: 1180px) and (min-width: 1025px) { 
    .footer-nav li a { font-size: 12px; }
    .footer h2 { font-size: 11px; }
    .promotion-text p { font-size: 10px; }
    .promotion-text h3 { font-size: 16px; }
    /*.icon-today { font-size: 90px; }
    .temp-today { font-size: 70px; }
    .today { padding-bottom: 10px; }
    .day-name { font-size: 12px; }
    .day-icon { font-size: 28px; }
    .day-high { font-size: 16px; }
    .day-low { font-size: 14px; }
    .weather-data ul li { margin: 0 10px; }*/
    .header-new-menu li.real-estate-menu { display: none; }
}

@media only screen and (max-width: 1100px) and (min-width: 1025px) { 
    .footer-nav li a { font-size: 11px; }
    .footer h2 { font-size: 10px; }
    .calendar-title { font-size: 30px; }
    .calendar-nav { font-size: 30px; }
    .story-block-text h4 { font-size: 16px; }
    .story-featured-active .story-block-text h4 { font-size: 23px; }
    .related-stories-new .story-block-text h4 { font-size: 16px; }
    .related-stories-new .story-featured-active .story-block-text h4 { font-size: 23px; }
    .hero-new-text-inner { padding: 0 60px; }
}

/* Medium screens */

@media only screen and (max-width: 1024px) and (min-width: 641px) { 
    .footer h2 { text-align: center; margin-bottom: 30px; }
    .super-nav { padding: 10px 30px 10px; }
    .hero-text { left: 15%; right: 15%; top: 30%; }
    .hero-text h3 { font-size: 42px; margin-bottom: 30px; }
    .hero-text p { font-size: 24px; margin-bottom: 30px; }
    .content { padding: 30px 15px; }
    .footer .sister { text-align: center; margin-bottom: 10px; }
    .footer .copyright { text-align: center; }
    .footer { padding: 30px 15px; }
    .footer-logo-small { max-width: 300px; margin: 0 auto 30px; }
    .footer-logo { display: none; }
    .footer-nav { margin-bottom: 30px; }
    .sidebar-medium { display: inherit; }
    .super-nav-center li { font-size: 11px; margin-left: 7px; margin-right: 7px; }
    .super-nav-center li a i { font-size: 15px; }
    .main-nav-blocks img { margin-bottom: 15px; }
    .main-nav-menu { margin-top: 30px; top: 0; }
    .footer-nav { text-align: center; }
    .gmap { height: 600px; }
    .event-map { height: 350px; }
    .hero-caption { font-size: 12px; }
    .month-switcher { text-align: center; }
    .week-switcher { text-align: center; }
    .calendar-buttons { text-align: center; padding-top: 30px; }
    .community-left { padding-right: 0; }
    .community-right { padding-left: 0; }
    .reveal-modal.sponsor-modal { width: 400px; }
    .sponsor-modal p { font-size: 12px; }
    .sponsor-modal img { margin-bottom: 20px; width: 100%; }
    .mini-nav-menu li { margin-left: 10px; margin-right: 10px; }
    .mini-nav-menu li a i { font-size: 18px; margin-right: 5px; top: 1px; }
    .mini-nav-menu li a .mini-weather-current-icon i { font-size: 19px; top: 2px; margin-right: 3px; }
    .mini-nav-menu li a .mini-weather-5-day { font-size: 7px; padding-left: 3px; }
    .mini-nav-menu li a { font-size: 13px; }
    .main-nav { padding: 40px 0; }
    .main-nav-logo-link { width: 100%; }
    .nav-weather-medium { display: block!important; }
    .nav-weather-large { display: none!important; }
    .calendar-day { padding-bottom: 30px; }
    
    .feeds-connect { text-align: center; max-width: 960px; margin-bottom: 80px; }
    .feeds { padding: 60px 0; }
    
    .story-block-text h4 { font-size: 18px; }
    .story-featured-active .story-block-text h4 { font-size: 25px; }
    
    .filter-menu li, .filter-menu li a { font-size: 15px; }
    .community-links-title img { height: 19px; top: -1px; }
    .filter-menu li { margin: 0 8px; }
    .filter-menu li:first-child { margin-left: 0; }
    .filter-menu li:last-child { margin-right: 0; }
    
    .hero-new-text h3 { font-size: 36px; }
    .hero-new-text-inner { padding: 0 70px; }
    .hero-new-nav { font-size: 28px; }
    
    .header-new-logo { max-width: 200px; width: 200px; margin-right: 30px; }
    .header-new-menu li { margin: 0 7px; }
    .header-new-menu li a { font-size: 14px; }
    
    /*.header-new-menu .header-new-weather a { font-size: 14px; }
    .header-new-weather-forecast { font-size: 6px; top: -3px; }*/
    
    .header-new { padding: 20px 30px 0; }
    .hero-new { margin-top: -57px; }
    
    .footer-new { padding: 60px 30px; }
    
    .hero-fallback-short { height: 400px; }
    .hero-fallback-collection { height: 500px; }
    
    .hero-fallback-category { height: 300px; }
    
    .story-meta { padding: 30px 15px; }
    .story-meta-info > li { margin: 0 10px; font-size: 13px; }
    .story-meta-info > li a { font-size: 13px; }
    
    .story-header-image { max-width: 33.33%; }
    .story-unit-single-container { width: 33.33%; }
    
    .header-new-menu-toggle { top: 24px; right: 30px; font-size: 21px; }
    .header-new-weather-left { top: 18px; left: 30px; font-size: 18px; }
    .header-new-weather-forecast { font-size: 8px; top: -2px; }
    
    .icon-today { font-size: 130px; }
    .temp-today { font-size: 100px; }
    .today { padding-bottom: 10px; }
    .day-name { font-size: 17px; }
    .day-icon { font-size: 40px; }
    .day-high { font-size: 24px; }
    .day-low { font-size: 21px; }
    .weather-data ul li { margin: 0 12px; }
    
    .community-action-large-container { display: none!important; }
    
    .hero-category-text { margin-top: 10px; }
    
    .calendar-stations img { margin: 0 15px; max-width: 150px; }
    .calendar-stations { adding: 20px 0 0; }
    
    .calendar-sponsors-text { font-size: 12px; margin: 40px 0 10px; }
    .calendar-sponsors img { margin: 0 20px 0; max-width: 280px; }
    
    .collection-sponsors-text { font-size: 12px; margin: 40px 0 10px; }
    .collection-sponsors img { margin: 0 20px 0; max-width: 240px; }
    
    .weekly-story { padding-top: 15px; }
    
    .weekly-hero .hero-new-text h3 { font-size: 42px; }
    .header-new-menu li.real-estate-menu { display: none; }
    
    .grid_video_quarter { width: 50%; }
    .grid_video_half { width: 100%; }
    
    .collection-story-text { padding: 30px 30px 0; }
    .collection-meta  .story-meta-info li:not(:last-child) { font-size: 16px; }
    .collection-meta  .story-meta-info li:last-child { display: block; margin-top: 20px; }
    .collection-meta  .story-meta-info li:not(:last-child) a { font-size: 16px; }
}

@media only screen and (max-width: 960px) and (min-width: 641px) { 
    .signup ul li { font-size: 16px; margin: 0 7px; }
    .signup i { font-size: 26px; top: 3px; }
    .signup .button { padding: 0.475rem 0.8rem 0.5375rem .8rem; font-size: 12px; }
    .sub-nav-item p { font-size: 11px; }
}

@media only screen and (max-width: 880px) and (min-width: 641px) { 
    .hero-text h3 { font-size: 36px; margin-bottom: 20px; }
    .hero-text p { font-size: 20px; margin-bottom: 20px; }
    .promotion-text p { font-size: 10px; }
    .promotion-text h3 { font-size: 16px; }
    .mini-nav-menu li { margin-left: 7px; margin-right: 7px; }
    .mini-nav-menu li a i { font-size: 15px; margin-right: 5px; top: 1px; }
    .mini-nav-menu li a .mini-weather-current-icon i { font-size: 15px; top: 2px; margin-right: 3px; }
    .mini-nav-menu li a .mini-weather-5-day { font-size: 6px; padding-left: 3px; }
    .mini-nav-menu li a { font-size: 11px; }
    .mini-nav { padding: 25px 15px; }
    
    .story-block-text h4 { font-size: 16px; }
    .story-featured-active .story-block-text h4 { font-size: 23px; }
    
    .hero-new-text h3 { font-size: 28px; }
    .calendar-stations img { margin: 0 15px; max-width: 120px; }
    
    .header-new-logo { max-width: 170px; width: 170px; margin-right: 30px; }
    .header-new-menu li { margin: 0 6px; }
    .header-new-menu li a { font-size: 13px; }
    
    .header-new-weather-left { top: 18px; left: 20px; font-size: 18px; }
    .header-new-weather-forecast { font-size: 8px; top: -2px; }
    
    .weekly-hero .hero-new-text h3 { font-size: 32px; }
    .weekly-hero .hero-new-text p { font-size: 18px; }
    .header-teaser { max-width: 80px; }
    
}

@media only screen and (max-width: 800px) and (min-width: 641px) { 
    .lead ul li { font-size: 18px; margin: 0 7px; }
    .lead i { font-size: 48px; top: 3px; }
    .sidebar-story span { font-size: 36px; }
    .sidebar-story p { font-size: 15px; }
    .sidebar-tweet p { font-size: 12px; }
    .sub-nav-item p { font-size: 10px; }
    .hero-caption { font-size: 10px; }
    .super-nav-center li { font-size: 10px; margin-left: 5px; margin-right: 5px; }
    .super-nav-center li a i { font-size: 14px; }
    .calendar-title { font-size: 30px; }
    .calendar-nav { font-size: 30px; }
    
    /*.header-new-menu-toggle { top: 21px; right: 28px; font-size: 18px; }*/
    .header-new-logo { max-width: 170px; width: 170px; margin-right: 15px; }
    .header-new-menu li { margin: 0 5px; }
    .header-new-menu li a { font-size: 13px; }
    
    .header-new { padding: 20px 30px 0; }
    .hero-new { margin-top: -52px; }
    
    /*.header-new-menu { text-align: left; }*/
    
    .story-meta { padding: 20px 15px; }
    .story-meta-info > li { margin: 0 7px; font-size: 12px; }
    .story-meta-info > li a { font-size: 12px; }
    
    .header-new-menu-toggle { top: 20px; right: 20px; font-size: 18px; }
    .header-new-weather-left { top: 14px; left: 20px; font-size: 18px; }
    .header-new-weather-forecast { font-size: 8px; top: -2px; }
    .small-hidden { display: none!important; }
    
    .story-blocks-actions .button { margin: 0 10px; width: 170px; font-size: 10px; }
    
    
}

@media only screen and (max-width: 720px) and (min-width: 641px) { 
    .hero-text { left: 12%; right: 12%; top: 25%; }
    .hero-text h3 { font-size: 32px; margin-bottom: 20px; }
    .hero-text p { font-size: 18px; margin-bottom: 20px; }
    /*.icon-today { font-size: 85px; line-height: 170px; height: 170px; }
    .temp-today { font-size: 60px; line-height: 170px; height: 170px; font-weight: 700; }*/
    .promotion-text p { font-size: 9px; }
    .promotion-text h3 { font-size: 14px; }
    .promotion-text .button { font-size: 9px; padding: 6px 12px 7px; }
    .mini-nav-menu li { margin-left: 5px; margin-right: 5px; }
    .mini-nav-menu li a i { font-size: 14px; margin-right: 3px; top: 1px; }
    .mini-nav-menu li a .mini-weather-current-icon i { font-size: 15px; top: 2px; margin-right: 2px; }
    .mini-nav-menu li a { font-size: 10px; }
    .mini-nav { padding: 25px 15px; }
    
    .story-block-text h4 { font-size: 14px; }
    .story-featured-active .story-block-text h4 { font-size: 21px; }
    
    .filter-menu li, .filter-menu li a { font-size: 13px; }
    .community-links-title img { height: 17px; top: -1px; }
    .filter-menu li { margin: 0 8px; }
    .filter-menu li:first-child { margin-left: 0; }
    .filter-menu li:last-child { margin-right: 0; }
    
    .story-header-image { float: none; margin-left: 0; margin-bottom: 40px; max-width: 100%; }
}

/* Small screens */

@media only screen and (max-width: 640px) { 
    .signup ul li { display: block; margin: 0 0 20px 0; line-height: 1.2; }
    .signup ul li:last-child { margin-bottom: 0!important; }
    .signup i { font-size: 42px; top: 0; }
    .signup .button { font-size: 16px; }
    .hero-text { left: 10%; right: 10%; top: 35%; }
    .hero-text h3 { font-size: 24px; margin-bottom: 15px; }
    .hero-text p { font-size: 14px; margin-bottom: 15px; }
    .hero-nav { display: none; }
    .scroll-arrow { display: none; }
    .mobile-nav { padding: 15px 15px; 0 }
    .content { padding: 30px 15px; }
    .footer { padding: 30px 15px; }
    .story p { font-size: 11px; }
    /*.weather-data ul li { margin: 0 7px; }
    .icon-today { font-size: 90px; line-height: 170px; height: 170px; }
    .temp-today { font-size: 75px; line-height: 170px; height: 170px; font-weight: 700; }
    .day-name { font-size: 11px; }
    .day-icon { font-size: 26px; }
    .day-high { font-size: 14px; }
    .day-low { font-size: 12px; }*/
    .lead ul li { display: block; margin: 0 0 20px 0; line-height: 1.2; }
    .lead ul li:last-child { margin-bottom: 0!important; }
    .lead i { font-size: 60px; top: 0; }
    .lead .button { font-size: 16px; }
    .footer-logo-small { max-width: 240px; margin: 0 auto 15px; }
    .footer h2 { text-align: center; margin-bottom: 0; font-size: 16px; }
    .footer .sister { text-align: center; margin-bottom: 10px; font-size: 10px; font-weight: 400; }
    .footer .copyright { text-align: center; font-size: 7px; font-weight: 400; }
    .footer { padding: 30px 15px; }
    .footer-logo { display: none; }
    .story-details > li { font-size: 13px; }
    .story-details > li a { font-size: 13px; }
    .story-details > li a i { font-size: 15px; }
    .story-details > li i { font-size: 15px; }
    /*.story-details > li { display: block; margin: 8px 0; }*/
    .standard-caption { font-size: 12px; }
    .hero-caption { font-size: 12px; }
    .story-share ul li { width: 100%; margin: 0 0 15px; }
    .story-share ul li .button { width: 100%; }
    .like-facebook { display: none; }
    .like-facebook-frame { display: inline!important; position: relative!important; top: 0!important; left: 0!important; }
    .like-hover { padding-top: 15px; }
    .grid_image { float: none; padding: 0; width: 100%; }
    
    .grid_video_left { float: none; width: 100%; }
    .grid_video_right { float: none; width: 100%; }
    .grid_video_quarter { float: none; width: 100%; }
    .grid_video_half { float: none; width: 100%; }
    
    
    
    .standard-reveal h3 { font-size: 32px; }
    .landing h2 { font-size: 24px; }
    .countdown { font-size: 18px; }
    .legend { font-size: 12px; }
    .gmap { height: 500px; }
    .event-map { height: 260px; }
    .hero-caption { font-size: 8px; }
    
    .event-details li { margin-right: 0; display: block; margin-bottom: 5px; }
    .event-details { margin-bottom: 20px; }
    .days-of-week { display: none!important; }
    .calendar-grid li { width: 100%; }
    .month-not-current { display: none!important; }
    .month-switcher { text-align: center; }
    .week-switcher { text-align: center; }
    .calendar-buttons { text-align: center; padding-top: 30px; }
    .calendar-title { font-size: 24px; }
    .calendar-nav { font-size: 26px; }
    .month-switcher .fa { font-size: 24px; }
    .community-left { padding-right: 0; }
    .community-right { padding-left: 0; }
    .submit-score-button, .submit-score-title { text-align: center; }
    .submit-score-button { padding-top: 20px; }
    .page-content table.game-table tr td { font-size: 12px; }
    .page-content table.game-table tr.game-status td { font-size: 10px!important; }
    .promotion-text, .promotion-image-overlay { display: none; }
    .sponsor-modal p { font-size: 12px; }
    .sponsor-modal img { margin-bottom: 20px; width: 100%; }
    .sponsor-modal { padding-top: 60px; }
    .mobile-logo img { max-width: 240px; }
    .obit-image { margin-bottom: 30px; }
    .obit-header { text-align: center; }
    .obit-button { text-align: center; padding-top: 15px; }
    .nav-weather-icon { font-size: 30px; }
    .calendar-day { padding-bottom: 30px; }
    #takeover .close-reveal-modal { margin: -50px 15px 0 0; }
    #takeover { margin-top: 60px; }
    
    .story-blocks-actions .button.story-blocks-more { margin-bottom: 20px; }
    
    .story-block-text h4 { font-size: 16px; }
    .story-featured-active .story-block-text h4 { font-size: 23px; }
    
    .feeds-connect { padding: 0 30px; max-width: 480px; margin-bottom: 60px; }
    .feeds-twitter { padding: 0; max-width: none; margin-bottom: 60px; }
    .feeds-popular { padding: 0; max-width: none; }
    
    .filter-menu li, .filter-menu li a { font-size: 13px; }
    .filter-menu li { margin: 0 8px; }
    .filters { padding: 15px; }
    
    .hero-new-text h3 { font-size: 24px; }
    .hero-new-text-inner { padding: 0 40px; }
    .hero-new-nav { display: none; }
    
    /*.header-new-menu-toggle { top: 21px; right: 28px; font-size: 18px; }*/
    .header-new-logo { max-width: 170px; width: 170px; margin-right: 20px; }
    .header-new-menu li { margin: -1px 6px 0; }
    .header-new-menu li a { font-size: 13px; }
    
    .header-new { padding: 20px 30px 0; }
    .hero-new { margin-top: -52px; }
    
    /*.header-new-menu { text-align: left; }*/
    
    .header-new-menu-toggle { top: 19px; right: 20px; font-size: 18px; }
    .header-new-weather-left { top: 16px; left: 20px; font-size: 16px; }
    .header-new-weather-forecast { font-size: 7px; top: -2px; }
    .small-hidden { display: none!important; }
        
    .footer-new-menu li { margin: 0 10px; }
    .footer-new-menu li a { font-size: 14px; }
    .footer-new-logo { max-width: 240px; }
    .sister-stations { padding: 60px 0 30px; }
    .sister-stations img { margin: 0 10px; max-width: 100px;  }
    .footer-new p { font-size: 9px; }
    .footer-new { padding: 40px 15px; }
    .hero-new-text { margin-top: 26px; }
    .hero-category-text { margin-top: 10px; }
    
    .filter-menu { display: none; }
    
    .hero-fallback-short { height: 300px; }
    .hero-fallback-collection { height: 400px; }
    .hero-fallback-category { height: 200px; }
    
    .story-meta { padding: 10px 15px; }
    .story-meta-info > li { margin: 10px 0; display: block; font-size: 14px; }
    .story-meta-info > li a { font-size: 14px; }
    
    .story-header-image { float: none; margin-left: 0; margin-bottom: 40px; max-width: 100%; }
    
    .content-container-new h2 { font-size: 32px; }
    .content-container-new .wygwam h3 { font-size: 26px; }
    .content-container-new .wygwam h4 { font-size: 18px; }
    .content-container-new .wygwam p { font-size: 14px; }
    
    .story-header-container { margin-bottom: 40px; }
    .story-header .story-share { display: none; }
    
    .story-unit-single-container { width: 50%; }
    
    .contact-info { margin-top: 30px; }
    
    .redirect-container { padding: 60px 15px; }
    
    .breaking-text { font-size: 14px; }
    
    .icon-today { font-size: 130px; }
    .temp-today { font-size: 100px; }
    .today { padding-bottom: 10px; }
    .day-name { font-size: 17px; }
    .day-icon { font-size: 40px; }
    .day-high { font-size: 24px; }
    .day-low { font-size: 21px; }
    .weather-data ul li { margin: 0 12px; }
    
    .story-blocks-actions .button { display: block; margin: 0 auto 15px!important; width: 100%; }
    .story-blocks-actions .story-blocks-all { margin: 0 auto 0!important; }
    .story-blocks-actions .community-links-small { margin: 0 auto 0!important; }
    .story-blocks-actions .community-action { margin: 15px 0 0!important; }
    
    .home-dropdown { left: 30px!important; right: 30px!important; width: calc(100% - 60px)!important; }
    
    .community-action-large-container { display: none!important; }
    
    .story-block-date-container { height: 32px; }
    .story-block-date { display: block; }
    
    .story-meta-comments { display: none!important; }
    
    .calendar-stations img { margin: 0 15px; max-width: 120px; }
    .calendar-stations { adding: 20px 0 0; }
    
    .search-left { text-align: center; }
    .search-right { text-align: center; padding-top: 20px; }
    
    .event-submit-button { display: none; }
    
    .calendar-sponsors-text { font-size: 10px; margin: 40px 0 10px; }
    .calendar-sponsors img { margin: 0 20px 0; max-width: 240px; }
    
    .collection-sponsors-text { font-size: 10px; margin: 40px 0 10px; }
    .collection-sponsors img { margin: 0 20px 0; max-width: 200px; }
    
    .weekly-story { padding-top: 15px; }
    
    #listing_open_houses [data-fieldtype="date_dropdown"] .grid_cell {
    	font-size: 0;
    }
    
    #listing_open_houses [data-fieldtype="time_select"] .grid_cell {
    	font-size: 0;
    }
    
    #listing_open_houses [data-fieldtype="date_dropdown"] select {
    	font-size: 12px;
    	width: calc(100% - 25px);
     	margin-top: 3px;
    	margin-bottom: 3px;
    	margin-right: 0px;
    }
    
    #listing_open_houses [data-fieldtype="time_select"] select {
    	font-size: 12px;
    	width: calc(100% - 25px);
    	margin-top: 3px;
    	margin-bottom: 3px;
    	margin-right: 0px;
    }
    
    #submit-listing-form table.grid_field a.grid_button_delete {
        top: 60px;
    }
    
    .reveal-modal.premium-listing-modal, .reveal-modal.standard-listing-modal { max-width: 100%; }
    
    .listing-gmap, .standard-listing-modal .listing-gmap {
    	height: 300px;
    }
    
    .weekly-hero .hero-new-text h3 { font-size: 32px; }
    .weekly-hero .hero-new-text p { font-size: 18px; }
    .header-new-menu li.real-estate-menu { display: none; }
    
    .collection-story-text p { font-size: 14px; }
    .collection-story-text { padding: 30px 15px 0; }
    
    .collection-meta  .story-meta-info li:not(:last-child), .collection-meta  .story-meta-info li:not(:last-child) a  { font-size: 16px; }
    .collection-meta  .story-meta-info li:last-child { margin-top: 20px; }
    
    .header-teaser { max-width: 80px; }
}

@media only screen and (max-width: 560px) { 
	#signup .modal-form .optin { font-size: 11px; }
	#signup .modal-form .optin input[type="checkbox"] { margin: 1px 5px 10px 0; }
	
	.filter-menu li, .filter-menu li a { font-size: 12px; }
	.filter-menu li { margin: 0 6px; }
}

@media only screen and (max-width: 480px) { 
    .calendar-title { font-size: 18px; }
    .calendar-nav { font-size: 18px; }
    .month-switcher .fa { font-size: 18px; }
    .score-nav { font-size: 10px; }
    .score-nav a { font-size: 20px; padding: 0 5px; top: 4px; }
    .page-content table.game-table tr td { font-size: 11px; }
    .page-content table.game-table tr.game-status td { font-size: 9px!important; }
    
    .story-block-text h4 { font-size: 18px; }
    .story-featured-active .story-block-text h4 { font-size: 25px; }
    
    .filter-menu li, .filter-menu li a { font-size: 10px; }
    .filter-menu li { margin: 0 5px; }
    
    .hero-new-text h3 { font-size: 22px; }
    
    /*.header-new-menu-toggle { top: 16px; right: 20px; font-size: 16px; }*/
    .header-new-logo { max-width: 140px; width: 140px; margin-right: 10px; }
    .header-new-menu li { margin: -1px 6px 0; }
    .header-new-menu li a { font-size: 12px; }
    
    .header-new { padding: 15px 15px 0; }
    .hero-new { margin-top: -42px; }
    
    /*.header-new-menu { text-align: left; }*/
    
    .header-new-menu-toggle { top: 13px; right: 15px; font-size: 18px; }
    .header-new-weather-left { top: 17px; left: 15px; font-size: 16px; }
    .header-new-weather-forecast { display: none; }
    .small-hidden { display: none!important; }
    
    .footer-new-menu li { margin: 0 8px; }
    .footer-new-menu li a { font-size: 13px; }
    .footer-new-logo { max-width: 210px; }
    .sister-stations { padding: 60px 0 30px; }
    .sister-stations img { margin: 0 10px; max-width: 100px;  }
    .footer-new p { font-size: 8px; }
    
    .feeds-popular-story h6 { font-size: 13px; }
    .feeds-connect h5 { font-size: 16px; }
    .hero-new-text { margin-top: 21px; }
    .hero-category-text { margin-top: 10px; }
        
    .story-unit-single-container { width: 100%; float: none; margin-left: 0; margin-right: 0; }
    
    .breaking-text { font-size: 12px; }
    
    .community-news-blocks li { width: 100%; }
    
    .icon-today { font-size: 90px; }
    .temp-today { font-size: 70px; }
    .today { padding-bottom: 10px; }
    .day-name { font-size: 12px; }
    .day-icon { font-size: 28px; }
    .day-high { font-size: 16px; }
    .day-low { font-size: 14px; }
    .weather-data ul li { margin: 0 10px; }
    
    .calendar-sponsors-text { font-size: 10px; margin: 40px 0 10px; }
    .calendar-sponsors img { margin: 0 20px 0; max-width: 200px; }
    
    .collection-sponsors-text { font-size: 10px; margin: 40px 0 10px; }
    .collection-sponsors img { margin: 0 20px 0; max-width: 180px; }
    
    .weekly-hero .hero-fallback-short { height: 480px!important; }
}

@media only screen and (max-width: 400px) { 
    .hero-text { left: 10%; right: 10%; top: 35%; }
    .hero-text h3 { font-size: 20px; margin-bottom: 15px; }
    .hero-text p { font-size: 12px; margin-bottom: 15px; }
    .footer .sister { text-align: center; margin-bottom: 10px; font-size: 9px; }
    .footer .copyright { text-align: center; font-size: 5px; }
    .footer h2 { font-size: 14px; }
    .sidebar-story span { font-size: 32px; }
    .social li { font-size: 10px; }
    .hero-caption { font-size: 7px; }
    
    .filter-menu li, .filter-menu li a { font-size: 8px; }
    .filter-menu li { margin: 0 3px; }
    .filter-menu li:first-child { margin-left: 0; }
    .filter-menu li:last-child { margin-right: 0; }
    .filters { padding: 15px; }
    
    .hero-new-text h3 { font-size: 19px; }
    
    .footer-new-menu li { margin: 0 5px; }
    .footer-new-menu li a { font-size: 11px; }
    .footer-new-logo { max-width: 210px; }
    .sister-stations { padding: 60px 0 30px; }
    .sister-stations img { margin: 0 10px; max-width: 90px;  }
    .footer-new p { font-size: 8px; }
    
    .weather-data ul li { margin: 0 6px; }
    .icon-today { font-size: 80px; line-height: 150px; height: 150px; }
    .temp-today { font-size: 65px; line-height: 150px; height: 150px; font-weight: 700; }
    .day-name { font-size: 10px; }
    .day-icon { font-size: 24px; }
    .day-high { font-size: 14px; }
    .day-low { font-size: 12px; }
    #weather-modal .button { font-size: 12px; }
    .calendar-stations img { margin: 10px auto 0; max-width: 100px; display: block; }
    .calendar-stations { padding: 10px 0 0; }
}

@media only screen and (max-width: 320px) { 
    .hero-text { left: 10%; right: 10%; top: 25%; }
    .hero-text h3 { font-size: 18px; margin-bottom: 15px; }
    .hero-text p { font-size: 12px; margin-bottom: 15px; }
    .ad-320x50-container { margin: 0 auto 15px; }
    .calendar-title { font-size: 14px; }
    .month-switcher .fa { font-size: 14px; }
    .story-block-text h4 { font-size: 16px; }
    .story-featured-active .story-block-text h4 { font-size: 23px; }
}

/* Retina Large */

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 641px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 641px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 641px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 641px),
only screen and (min-resolution: 192dpi) and (min-width: 641px),
only screen and (min-resolution: 2dppx) and (min-width: 641px) {
	
}

/* Retina small */

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 640px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 640px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 640px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 640px),
only screen and (min-resolution: 192dpi) and (max-width: 640px),
only screen and (min-resolution: 2dppx) and (max-width: 640px) {
	
}
